﻿/*메인 갤러리*/
.galleyArea {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

    .galleyArea .shop {
        float: left;
        width: 25%;
        padding: 0px 5px 10px 5px;
    }

        .galleyArea .shop .shop_item {
            position: relative;
            display: table;
            table-layout: fixed;
            width: 100%;
            border: 2px solid #d2dad4;
            border-radius: 3px;
        }

            .galleyArea .shop .shop_item .img {
                display: block; /* inline → block */
                width: 100%;
                height: 250px;
                background-repeat: no-repeat;
                background-position: center;
                background-size: 100% 100%; /* 100% 100% → cover */
                background-clip: border-box; /* border 아래까지 배경 채우기 */
            }

            .galleyArea .shop .shop_item .shop_kind {
                position: absolute;
                right: 3px;
                top: 3px;
                line-height: 25px;
                color: #FFF;
                font-size: 12px;
                font-weight: bold;
                border-radius: 29px;
                border: 3px solid #FFF;
                padding: 0 15px;
            }

        .galleyArea .shop .info {
            padding: 7px;
            width: 100%;
            line-height: 100%;
        }

            .galleyArea .shop .info span {
                display: inline-block;
                width: 100%;
                text-align: left;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                margin: 1px;
                font-size: 14px;
            }

            .galleyArea .shop .info .type {
                font-size: 12px;
                font-weight: bolder;
            }

            .galleyArea .shop .info .shopname {
                font-weight: bold;
                text-align: center;
                color: #cb3434;
                font-size: 14px;
            }

            .galleyArea .shop .info .phone {
                text-align: center;
                font-size: 13px;
            }

            .galleyArea .shop .info .info_link div {
                display: inline-block;
                width: 47%;
                text-align: center;
                border: 1px solid #c2c2c2;
                padding: 5px 3px;
                margin: 7px 2px 3px 2px;
                font-size: 13px;
            }

                .galleyArea .shop .info .info_link div:hover {
                    background-color: #5e5e5e;
                    color: #fff;
                    font-weight: bold;
                }


/*보드뷰*/
.bo_v {
    margin-bottom: 20px;
    padding: 0px;
}

    .bo_v .bo_v_title {
        display: block;
        font-size: 17px;
        margin: 0px 0px 7px 0px;
        padding-top: 10px;
        color: #555;
    }

    .bo_v .bo_v_info {
        width: 100%;
        padding: 10px 0 15px;
        margin: 0 0 20px;
        border-bottom: 1px solid #ddd;
        color: #555;
        font-size: 14px;
    }

        .bo_v .bo_v_info strong {
            display: inline-block;
            margin: 0 10px 0 0;
            font-weight: normal;
        }

        .bo_v .bo_v_info .date {
            margin: 0;
            font-style: italic;
            color: #888;
        }

    .bo_v .bo_v_con {
        margin: 10px 0 30px;
        width: 100%;
        line-height: 170%;
        min-height: 500px;
        word-break: break-all;
        overflow: hidden;
        font-size: 15px;
    }

        .bo_v .bo_v_con .imgDiv {
            height: 500px;
            padding: 0px;
            margin: 0px auto;
        }

        .bo_v .bo_v_con .good {
            width: 100%;
            text-align: center;
            padding: 50px;
        }

            .bo_v .bo_v_con .good input {
                cursor: pointer;
                border: 0px;
                width: 60px;
                height: 60px;
            }

        .bo_v .bo_v_con h3 {
            display: block;
            width: 100%;
            font-size: 13px;
            margin: 70px 0px 30px 0px;
            line-height: 140%;
            word-break: keep-all;
            text-align: center;
        }

        .bo_v .bo_v_con img {
            display: block;
            margin: 0px auto;
            max-width: 100%;
        }

        .bo_v .bo_v_con div {
            max-width: 100%;
        }

        .bo_v .bo_v_con video {
            max-width: 100%;
        }


    .bo_v .bo_vc_w {
        position: relative;
        margin: 20px 0px 60px 0px;
        display: block;
    }

        .bo_v .bo_vc_w textarea {
            border: 1px solid #ccc;
            background: #fff;
            color: #000;
            vertical-align: middle;
            border-radius: 3px;
            padding: 5px;
            width: 100%;
            height: 80px;
            padding-right: 90px;
            background-position: top 2px right 82px !important;
            font-size: 13px;
        }

        .bo_v .bo_vc_w .btn_confirm .emoticon {
            z-index: 9999;
            font-size: 12px;
            font-weight: bold;
            cursor: pointer;
        }

    .bo_v .bo_vc_w_wr {
        position: relative;
    }

    .bo_v .bo_vc_w .btn_submit {
        position: absolute;
        cursor: pointer;
        right: 0px;
        top: -80px;
        height: 80px;
        padding: 0;
        width: 80px;
        text-align: center;
        border-radius: 0 5px 5px 0;
        border: 1px solid #bbbbbb;
        -webkit-border-radius: 0 5px 5px 0;
        -webkit-appearance: none;
        font-weight: bold;
    }

    .bo_v .bo_vc {
        font-size: 13px;
        color: #444;
    }

        .bo_v .bo_vc .reply {
            margin: 20px 0;
            position: relative;
            border-top: 1px;
        }

            .bo_v .bo_vc .reply i {
                color: #888;
            }

            .bo_v .bo_vc .reply span {
                cursor: pointer;
            }

        .bo_v .bo_vc .bo_vc_hdinfo {
            float: right;
            font-style: italic;
            color: #777;
        }

        .bo_v .bo_vc .cmt_contents {
            padding: 10px;
            margin: 5px 0 0;
            background: #f8fafb;
            border-radius: 5px;
            border: 1px solid #e8e8e8;
            line-height: 1.8em;
        }

        .bo_v .bo_vc .by-author {
            background-color: #f7dfbd;
        }

        .bo_v .bo_vc .re {
            margin-left: 30px;
        }

        .bo_v .bo_vc .nick {
            color: #888;
            margin-right: 5px;
        }

        .bo_v .bo_vc .point {
            display: inline-block;
            width: 100%;
            color: #555;
            margin-top: 7px;
            font-weight: bold;
        }

/*지역카테고리*/
.areaWrap-all {
    margin: 3px;
    padding: 5px 10px 10px 10px;
    background: #f9f9f9;
    margin-bottom: 30px;
    border: 1px solid #ddd;
}

.areaWrap-count {
    text-align: right;
    font-size: 14px;
    color: #777;
    margin-bottom: 10px;
    font-weight: 300;
    letter-spacing: -1px;
}

    .areaWrap-count h2 {
        display: inline-block;
        padding-top: 5px;
        float: left;
        font-size: 12px;
        color: #555;
    }

    .areaWrap-count > span {
        display: inline-block;
        margin: 0 3px;
    }

        .areaWrap-count > span.count {
            color: #3db491;
            font-weight: 500;
        }

.areaWrap-tab {
}

    .areaWrap-tab ul {
        overflow: hidden;
        text-align: left;
        font-size: 0;
        border-top: 1px solid #e5e5e5;
    }

        .areaWrap-tab ul li {
            display: inline-block;
            width: 10%;
        }

            .areaWrap-tab ul li:nth-child(10n+1) a {
                border-left: 1px solid #e5e5e5;
            }

            .areaWrap-tab ul li a {
                display: block;
                text-align: center;
                font-size: 12px;
                padding: 5px 0;
                background: #fff;
                border-right: 1px solid #e5e5e5;
                border-bottom: 1px solid #e5e5e5;
                position: relative;
            }

                .areaWrap-tab ul li a:hover {
                    color: #555;
                    font-weight: bold;
                    background-color: #bfffec;
                }



            .areaWrap-tab ul li.on a {
                background: #3db491 !important;
                color: #fff;
            }


/*도우미리스트*/
.doumi_list {
    font-size: 13px;
    color: #222;
}

    .doumi_list ul {
    }

        .doumi_list ul li {
            cursor: pointer;
            height: auto;
            padding: 7px 15px 7px 3px;
            border-bottom: 1px solid #cfcfcf;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

            .doumi_list ul li:hover {
                background-color: #fafafa;
            }

            .doumi_list ul li:first-child {
                border-top: 2px solid #cfcfcf;
            }

            .doumi_list ul li a {
                color: #333;
            }

            .doumi_list ul li .td_name {
                float: left;
                width: 130px;
                text-align: left;
            }

            .doumi_list ul li .td_url {
                float: left;
                width: 200px;
                text-align: left;
            }

            .doumi_list ul li .td_id {
                float: left;
                width: 130px;
                text-align: left;
            }

            .doumi_list ul li .td_jump {
                float: left;
                width: 60px;
            }

            .doumi_list ul li .td_time {
                float: left;
                width: 400px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }


/*도우미작업로그리스트*/
.doumi_log_list {
    font-size: 13px;
    color: #222;
}

    .doumi_log_list ul {
    }

        .doumi_log_list ul li {
            cursor: pointer;
            height: auto;
            padding: 7px 15px 7px 3px;
            border-bottom: 1px solid #cfcfcf;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

            .doumi_log_list ul li:hover {
                background-color: #fafafa;
            }

            .doumi_log_list ul li:first-child {
                border-top: 2px solid #cfcfcf;
            }

            .doumi_log_list ul li a {
                color: #333;
            }

            .doumi_log_list ul li .td_log {
                float: left;
                width: 130px;
                text-align: left;
            }

                .doumi_log_list ul li .td_log .modify {
                    background-color: #1b8706;
                    color: #fff;
                    width: 50px;
                    text-align: center;
                    padding: 3px 5px 3px 5px;
                    border-radius: 3px;
                    margin-right: 10px;
                }

                .doumi_log_list ul li .td_log .jump {
                    background-color: #14758b;
                    color: #fff;
                    width: 50px;
                    text-align: center;
                    padding: 3px 5px 3px 5px;
                    border-radius: 3px;
                    margin-right: 10px;
                }

            .doumi_log_list ul li .td_log_date {
                float: right;
                width: 150px;
                text-align: right;
            }


/*도우미 등록*/
.doumi_insert {
}

    .doumi_insert .item_group label {
        display: block;
        width: 100%;
        float: left;
        font-size: 12px;
        margin-right: 10px;
    }

    .doumi_insert .ddl_list {
        width: 200px;
        background-image: url(/Image/arrow-down.png) !important;
        background-color: #fff !important;
        background-repeat: no-repeat !important;
        background-position: calc(100% - 10px) center !important;
        -webkit-appearance: none;
        -moz-appearance: none;
        border-radius: 3px;
        margin: 0 0 10px;
    }

    .doumi_insert select {
        cursor: pointer;
        border: 1px solid #d0d0d0;
        border-radius: 0;
        height: 40px;
        padding: 5px 10px;
        font-size: 13px;
        line-height: 1;
        color: #666;
        background-color: #fff;
        background-image: none;
        -webkit-appearance: none;
        -moz-appearance: none;
    }


/*샵등록*/
.shop_write {
}

    .shop_write .item_group label {
        display: block;
        width: 100%;
        float: left;
        font-size: 12px;
        margin-right: 10px;
    }

    .shop_write .ddl_list {
        width: 200px;
        background-image: url(/Image/arrow-down.png) !important;
        background-color: #fff !important;
        background-repeat: no-repeat !important;
        background-position: calc(100% - 10px) center !important;
        -webkit-appearance: none;
        -moz-appearance: none;
        border-radius: 3px;
        margin: 0 0 10px;
    }

    .shop_write select,
    .bbs_search input {
        cursor: pointer;
        border: 1px solid #d0d0d0;
        border-radius: 0;
        height: 40px;
        padding: 5px 10px;
        font-size: 13px;
        line-height: 1;
        color: #666;
        background-color: #fff;
        background-image: none;
        -webkit-appearance: none;
        -moz-appearance: none;
    }

/*샵리스트*/
.shop_list {
    font-size: 13px;
    color: #333;
}

    .shop_list ul {
    }

        .shop_list ul li {
            padding: 7px 15px 7px 3px;
            border-bottom: 1px solid #cfcfcf;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

            .shop_list ul li:first-child {
                border-top: 2px solid #cfcfcf;
            }

            .shop_list ul li .td_sname {
                font-weight: bold;
            }

                .shop_list ul li .td_sname .tag {
                    color: #0094ff;
                }

            .shop_list ul li .td_subject {
                display: inline-block;
            }

            .shop_list ul li.bijehu {
                color: #777;
                font-weight: normal;
            }

/*게시판목록*/
.bbs_list {
    font-size: 13px;
    color: #222;
}

    .bbs_list ul {
    }

        .bbs_list ul .notice {
            background-color: #fff2da;
        }

        .bbs_list ul li {
            cursor: pointer;
            height: 35px;
            padding: 7px 15px 7px 3px;
            border-bottom: 1px solid #cfcfcf;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

            .bbs_list ul li:hover {
                background-color: #fafafa;
            }

            .bbs_list ul li:first-child {
                border-top: 2px solid #cfcfcf;
            }

            .bbs_list ul li a {
                color: #333;
            }

            .bbs_list ul li i {
                color: #777;
                margin-right: 3px;
            }

            .bbs_list ul li .td_type {
                float: left;
                width: 100px;
                text-align: center;
            }

            .bbs_list ul li .td_subject {
                float: left;
                width: 580px;
                margin-bottom: 5px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

                .bbs_list ul li .td_subject i {
                    color: #00ce56;
                    font-weight: bold;
                    font-size: 17px;
                }

                .bbs_list ul li .td_subject .review_shopname {
                }

                .bbs_list ul li .td_subject .cat {
                    font-weight: bold;
                    border-right: 1px solid #cfcfcf;
                    padding-right: 7px;
                    margin-right: 7px;
                }

                .bbs_list ul li .td_subject .reply {
                    color: #333;
                    font-weight: bold;
                    border-radius: 3px;
                    font-size: 12px;
                    padding: 2px;
                }

                .bbs_list ul li .td_subject .p1 {
                    color: #777;
                    font-size: 11px;
                    padding-left: 10px;
                }

                .bbs_list ul li .td_subject .p2 {
                    color: #777;
                    font-size: 11px;
                }

                .bbs_list ul li .td_subject .tname {
                    color: #fb3333;
                    font-size: 11px;
                }

            .bbs_list ul li .td_writer {
                float: left;
                width: 150px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

            .bbs_list ul li .td_hit {
                float: left;
                width: 80px;
            }

            .bbs_list ul li .td_date {
                float: left;
                width: 100px;
            }

/*베스트글*/
.boxBest {
    display: inline-block;
    width: 100%;
    border: 1px solid #dddddd;
    margin: 3px 0px 10px 0px;
}

    .boxBest .setopTab #tab1, #tab2, #tab3, #tab4 {
        cursor: pointer;
        font-size: 13px;
        margin-bottom: 5px;
        padding: 4px;
        float: left;
        width: 25%;
        border-bottom: 1px solid #808080;
        text-align: center;
    }

    .boxBest .setopTab .on {
        background-color: #808080;
        color: #fff;
        font-weight: bold;
    }

    .boxBest .secon .bbs_ranking ul li {
        display: block;
        float: left;
        font-size: 13px;
        width: 50%;
        height: 25px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding-left: 7px;
    }

        .boxBest .secon .bbs_ranking ul li a {
            margin-right: 15px;
        }

        .boxBest .secon .bbs_ranking ul li .box_num {
            float: left;
            display: block;
            color: #ff6a00;
            font-style: italic;
            font-family: Arial;
            font-weight: bold;
            width: 20px;
            text-align: right;
            margin-right: 5px;
        }



/*게시판헤더*/
.bbs_header {
    width: 100%;
    margin: 7px 3px 15px 3px;
}

    .bbs_header a {
        display: inline-block;
        border-radius: 2px;
        margin-right: 8px;
        margin-bottom: 8px;
        padding: 6px 13px 6px 13px;
        border: 1px solid #666;
        color: #333;
        font-size: 12px;
        font-weight: bold;
        line-height: 2;
    }

        .bbs_header a:hover {
            color: #fff;
            background-color: #333;
        }

/*게시판검색영역*/
.bbs_search {
    margin: 15px 0px 15px 0px;
}

    .bbs_search .ddl_list {
        width: 60px;
        background-image: url(/Image/arrow-down.png) !important;
        background-color: #fff !important;
        background-repeat: no-repeat !important;
        background-position: calc(100% - 10px) center !important;
        -webkit-appearance: none;
        -moz-appearance: none;
    }

    .bbs_search select, .bbs_search input {
        cursor: pointer;
        border: 1px solid #d0d0d0;
        border-radius: 0;
        height: 40px;
        padding: 5px 10px;
        font-size: 13px;
        line-height: 1;
        color: #666;
        background-color: #fff;
        background-image: none;
        -webkit-appearance: none;
        -moz-appearance: none;
    }

/*로그인/회원가입박스*/
.login_box {
    position: relative;
    margin: 0 auto;
    max-width: 460px;
    text-align: center;
    padding: 5px;
}

    .login_box h2 {
        padding-top: 50px;
        padding-bottom: 20px;
        font-size: 16px;
        color: #999;
    }

    .login_box .item_group label {
        float: left;
        font-size: 12px;
        margin-right: 10px;
    }

    .login_box .login_info {
        display: block;
        padding: 25px;
        border-top: 1px solid #e8e8e8;
        margin: 20px 0 0;
        text-align: center;
    }

/*글쓰기*/
.bbs_write {
}

    .bbs_write .item_group {
        margin-bottom: 15px;
    }

    .bbs_write .ddl_list {
        width: 200px;
        background-image: url(/Image/arrow-down.png) !important;
        background-color: #fff !important;
        background-repeat: no-repeat !important;
        background-position: calc(100% - 10px) center !important;
        -webkit-appearance: none;
        -moz-appearance: none;
    }

    .bbs_write select,
    .bbs_write input {
        display: inline-block;
        width: 100%;
        cursor: pointer;
        border: 1px solid #d0d0d0;
        border-radius: 3px;
        height: 40px;
        padding: 5px 10px;
        font-size: 14px;
        line-height: 110%;
        color: #666;
        background-color: #fff;
        background-image: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        margin-bottom: 5px;
    }

/* 페이징 */
.paging {
    display: inline-block;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 50px;
    text-align: center;
}

    .paging a,
    .paging strong {
        border-radius: 50%;
        display: inline-block;
        margin-right: 1px;
        padding: 7px 5px 7px 5px;
        font-size: 13px;
        border: 1px solid #d4d4d4;
        min-width: 33px;
    }

    .paging a {
        color: #888;
        border: 0px solid #5e5e5e;
        text-decoration: none;
    }

    .paging strong {
        color: #fff;
        border: 1px solid #5e5e5e;
        background: #5e5e5e;
    }

    .paging a:hover {
        color: #fff;
        border: 1px solid #cdcdcf;
        background: #cdcdcf;
    }


/*마이페이지탭*/
.mypage_tab {
    display: inline-block;
    width: 100%;
}

    .mypage_tab a {
        font-weight: bold;
        font-size: 12px;
        display: block;
        float: left;
        width: 20%;
        text-align: center;
        border-bottom: 2px solid #666;
        padding: 7px 0px 7px 0px;
        margin-bottom: 7px;
    }

        .mypage_tab a:hover {
            background-color: #888;
            color: #fff;
        }

    .mypage_tab .mypage_box_on {
        background-color: #666;
        color: #fff;
    }

/*노트페이지탭*/
.note_tab {
    display: inline-block;
    width: 100%;
}

    .note_tab a {
        font-weight: bold;
        font-size: 12px;
        display: block;
        float: left;
        width: 50%;
        text-align: center;
        border-bottom: 2px solid #666;
        padding: 7px 0px 7px 0px;
        margin-bottom: 7px;
    }

        .note_tab a:hover {
            background-color: #888;
            color: #fff;
        }

    .note_tab .note_box_on {
        background-color: #666;
        color: #fff;
    }


/*마이페이지*/
.mypage_wrap {
}

    .mypage_wrap .item_group {
        display: inline-block;
        width: 100%;
    }

        .mypage_wrap .item_group label {
            display: block;
            width: 100%;
            float: left;
            font-size: 12px;
            margin-right: 10px;
        }

        .mypage_wrap .item_group .my_info {
            display: block;
            float: left;
            font-size: 13px;
            margin-right: 10px;
            margin: 3px 3px 3px 3px;
        }


/*쪽지보기*/
.note_view {
    background-color: #666;
}

    .note_view .header {
        display: block;
        width: 100%;
        height: 45px;
        background-color: #000;
    }

        .note_view .header .title {
            display: block;
            float: left;
            width: 100%;
            font-size: 13px;
            padding-top: 5px;
            padding-left: 10px;
            line-height: 140%;
        }

            .note_view .header .title .label {
                font-weight: 600;
                color: #FFC107;
            }

            .note_view .header .title .label2 {
                color: #fff;
            }

    .note_view .content {
        display: block;
        height: 500px;
        background-color: #fff;
        padding: 20px;
        line-height: 140%;
        font-size: 14px;
        color: #373737;
        overflow-y: scroll;
    }

    .note_view .content_textbox {
        width: 100%;
        height: 500px;
        border: 0;
        font-size: 14px;
        line-height: 140%;
        color: #373737;
        padding: 20px;
    }

    .note_view .btn_area {
        display: block;
        padding: 13px;
        height: 75px;
        text-align: center;
    }


/*전화*/
.phone_call {
    display: none;
    position: fixed;
    left: 10px;
    bottom: 10px;
    opacity: 0.9;
    text-align: center;
    z-index: 100;
    padding: 8px 1%;
    line-height: 16px;
    width: 100px;
    border-radius: 3px;
    color: #fff;
    font-weight: 300;
}

    .phone_call span {
        display: block;
        margin-top: 2px;
        padding: 2px;
        color: #ea4e09;
        font-weight: bold;
        font-size: 12px;
        background-color: #fff;
        border-radius: 5px;
    }

/*공통*/
.section_title {
    display: table;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 17px;
}

.section_wrap {
    font-size: 14px;
}

    .section_wrap h4 {
        padding-left: 15px;
        font-size: 20px;
        font-weight: 500;
        line-height: 1;
        color: #444;
        letter-spacing: -1px;
        position: relative;
    }

        .section_wrap h4:before {
            position: absolute;
            top: 0;
            left: 0;
            display: block;
            content: "";
            width: 4px;
            height: 20px;
            background: #3ac49a;
        }

    .section_wrap .includeImg-wrap {
        display: block;
        float: left;
        width: 100%;
        margin-bottom: 30px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

        .section_wrap .includeImg-wrap p {
            line-height: 200%;
        }


        .section_wrap .includeImg-wrap .calendar {
            padding-left: 60px;
            min-height: 80px;
            padding-top: 0;
            margin-top: 20px;
            position: relative;
            width: 100%;
        }

            .section_wrap .includeImg-wrap .calendar:before {
                position: absolute;
                top: 0;
                left: 0;
                content: "";
                width: 50px;
                height: 50px;
                display: block;
                background-repeat: no-repeat;
                background-size: 80%;
                background-image: url(/Image/calendar.png);
            }

        .section_wrap .includeImg-wrap .note {
            padding-left: 60px;
            min-height: 80px;
            padding-top: 0;
            margin-top: 20px;
            position: relative;
            width: 100%;
        }

            .section_wrap .includeImg-wrap .note:before {
                position: absolute;
                top: 0;
                left: 0;
                content: "";
                width: 50px;
                height: 50px;
                display: block;
                background-repeat: no-repeat;
                background-size: 80%;
                background-image: url(/Image/note.png);
            }

        .section_wrap .includeImg-wrap .reply {
            padding-left: 60px;
            min-height: 80px;
            padding-top: 0;
            margin-top: 20px;
            position: relative;
            width: 100%;
        }

            .section_wrap .includeImg-wrap .reply:before {
                position: absolute;
                top: 0;
                left: 0;
                content: "";
                width: 50px;
                height: 50px;
                display: block;
                background-repeat: no-repeat;
                background-size: 80%;
                background-image: url(/Image/comments.png);
            }



.button1 {
    float: right;
    cursor: pointer;
    display: inline-block;
    padding: 7px 15px;
    line-height: 1;
    background: #333;
    color: #fff !important;
    border-radius: 3px;
    font-size: 15px;
    font-weight: 400;
    margin: 10px 0px 10px 3px;
    border: 1px;
}

.button2 {
    display: inline-block !important;
    cursor: pointer;
    width: 100%;
    margin: 10px 0px 20px 0px;
    height: 45px;
    font-weight: bold;
    font-size: 1em;
    border-radius: 5px;
    vertical-align: middle;
    background: #242424;
    color: #ffffff;
    border: 1px solid #242424;
    text-align: center;
    height: 40px;
}

.button3 {
    display: inline-block !important;
    padding: 8px 10px;
    margin: 10px 0px 20px 0px;
    font-size: 13px;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 5px;
    background: #ffffff;
    color: #666666;
    border: 1px solid #dddddd;
}

.button4 {
    cursor: pointer;
    display: inline-block;
    padding: 7px 15px;
    line-height: 1;
    height: 40px;
    background: #333;
    color: #fff !important;
    border-radius: 3px;
    font-size: 15px;
    font-weight: 400;
    border: 1px;
    margin: 0 0 10px;
}

.btnRed {
    background-color: #b22020;
    color: #fff;
}

.input1 {
    width: 100%;
    height: 40px;
    border: 1px solid #ccc;
    background: #fff;
    color: #000;
    vertical-align: middle;
    border-radius: 3px;
    margin: 0 0 10px;
    padding: 20px;
}

.checkbox1 {
    display: block;
    width: auto;
    padding: 7px 0px 7px 0px;
    margin-left: 3px;
}

.g_nick {
    cursor: pointer;
    font-size: 12px;
    font-weight: 500;
}

    .g_nick img {
        margin-right: 3px;
        margin-top: -3px;
    }

.breadcrumbList {
    display: block;
    width: 100%;
}

    .breadcrumbList h2 {
        width: 100%;
        padding: 5px 5px 7px 0px;
        font-size: 12px;
        color: #555;
        text-align: right;
    }

@media screen and (max-width: 768px) {
    .galleyArea .shop {
        width: 50%;
    }

    .areaWrap-tab ul li {
        display: inline-block;
        width: 20%;
    }

        .areaWrap-tab ul li:nth-child(5n+1) a {
            border-left: 1px solid #e5e5e5;
        }

    .bbs_list {
    }

        .bbs_list ul li {
            line-height: 2;
            height: auto;
            padding: 5px;
            border-bottom: 1px solid #cfcfcf;
        }

            .bbs_list ul li .td_date {
                float: right;
            }

            .bbs_list ul li .td_hit {
                float: right;
                width: 50px;
            }

    .boxBest .secon .bbs_ranking ul li {
        width: 100%;
    }

    .phone_call {
        display: block;
    }

    .doumi_log_list ul li .td_log_date {
        display: block;
        width: 100%;
    }
}
