/* BASIC css start */
.off { display:none !important }

.data-bd-cont .add_info { display:none; float: left; border: 1px solid #e5e5e5; width: 97%; padding: 5px 10px; line-height: 150%; margin-bottom: 10px; }
.data-bd-cont .add_title { float: left; width: 30%; font-weight: bold; }
.data-bd-cont .add_content { float: left; width: 70%; }
.data-bd-cont .attach { text-align: center; margin-bottom: 10px; }
/* °³ÀÎÁ¤º¸º¸È£Á¤Ã¥ µ¿ÀÇ */
.privercy-contract textarea {  height: 60px; width: 660px; }
.privercy-contract-tap { height:30px; }
.privercy-contract-tap li a { padding: 7px 10px; }
/* °³ÀÎÁ¤º¸ ¼öÁý ÀÌ¿ë */
.privercy-contract .tbl { width:100%; padding:0; margin:0; border-spacing:0; border-collapse:collapse; border-top: 1px solid #dadada; border-left: 1px solid #dadada; }
.privercy-contract .tbl caption { display:none; }
.privercy-contract .tbl th { line-height:32px; color: #3b3b3b; font-size:12px; font-weight:bold; background: #f0f0f0; text-align:center; }
.privercy-contract .tbl th,
.privercy-contract .tbl td { height:32px; padding:0; margin:0; border-right: 1px solid #dadada; border-bottom: 1px solid #dadada; letter-spacing:-1px; }
.privercy-contract .tbl td .txt-l { padding:5px 3px; margin:0; text-align:left; }

.bbs-table-view .btn-report { display:block; text-align:right; color:#9d9d9d; font-size:11px; }
.writer .btn-member-declare {display:inline-block; width:12px; height:13px; margin:-4px 0 0 5px; text-indent:-9999px; background:url(/images/d3/modern_simple/btn_declare_icon_pc.png) 0 0 no-repeat;}


.breadcrumb-wrap {
    padding: 16px 32px;
    margin: 0 0 40px;
}

#contentWrapper {
    padding: 0 0 80px;
    background: #FFFCF8;
}

#contentWrap {
    padding: 0 16px;
}

.product-info-wrap {
    display: flex;
    gap: 20px;
    align-items: center;
    border: 1px solid #E8E6E1;
    background: #FFF;
    margin-bottom: 36px;
    padding: 20px;
    box-sizing: border-box;
}

.product-info-wrap .img-wrap {
    position: relative;
    width: 80px;
    height: 80px;
    overflow: hidden;
}

.product-info-wrap .img-wrap > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.product-info-wrap .right .title {
    color: #211D1D;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 4px;
}

.product-info-wrap .right .price {
    color: #211D1D;
    font-family: "HvDTrial Brandon Grotesque";
    font-size: 16px;
    font-weight: 420;
    line-height: 20px;
    margin-bottom: 8px;
}

.product-info-wrap .right .link-detail {
    display: block;
    color: #211D1D;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.bbs-table-view {
    border-top: 1px solid #211D1D;
}

.bbs-table-view thead th {
    background: transparent;
}

.bbs-table-view tbody td {
    border-bottom: 1px solid #E8E6E1;
    padding: 16px 0;
}

.bbs-table-view .data-bd-cont {
    padding: 0 16px 16px;
    border-bottom: 1px solid #E8E6E1;
}

.bbs-table-view .data-bd-cont img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.bbs-table-view .title-wrap, .bbs-table-view .title-wrap b {
    color: #211D1D !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
}

.fixed-img-collist {
    padding: 36px 0 0;
}

.fixed-img-collist .list-tit {
    display: block;
    margin-bottom: 24px;
    color: #211D1D;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
}

.fixed-img-collist .list-wrap {
    padding: 0 16px;
    box-sizing: border-box;
    display: flex;
    gap: 60px 16px;
    flex-wrap: wrap;
    margin-bottom: 44px;
}

.fixed-img-collist .list-wrap > li {
    width: calc((100% / 6) - 14px);
}

.fixed-img-collist .list-wrap > li .img-wrap {
    display: block;
    position: relative;
    margin-bottom: 16px;
}

.fixed-img-collist .list-wrap > li img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.fixed-img-collist .list-wrap .price {
    display: block;
    padding: 0 8px;
    margin-bottom: 8px;
    color: #211D1D;
    font-family: "HvDTrial Brandon Grotesque";
    font-size: 18px;
    font-weight: 420;
    line-height: 18px;
}

.fixed-img-collist .list-wrap .name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 8px;
    margin-bottom: 16px;
    color: #211D1D;
    font-family: "HvDTrial Brandon Grotesque";
    font-size: 18px;
    font-weight: 420;
    line-height: 18px;
    height: 36px;
}

.bbs-table-view tbody td.btn-wrap {
    display: flex;
    justify-content: center;
    padding: 36px 0;
    border-bottom: 1px solid #211D1D;
}

td.btn-wrap > a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: #211D1D;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    border-radius: 4px;
    border: 1px solid #211D1D;
    width: 100%;
    height: 48px;
    max-width: 300px;
    transition: all .5s;
}

td.btn-wrap > a:hover {
    background: #FB663A;
    color: #FFF;
    border: 1px solid #FB663A;
}

.list-link {
    display: flex;
    gap: 8px;
    flex-direction: column;
    padding: 16px 0;
    border-bottom: 1px solid #E8E6E1;
}

.list-link > li {
    display: flex;
    gap: 16px;
    align-items: center;
}

.list-link .arrow {
    color: #211D1D;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.list-link > li a, .list-link > li b {
    color: #211D1D;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}


.bbs-table-list {
    border-top: 1px solid #211D1D;
    margin: 0;
}

.bbs-table-list table td {
    height: 74px;
    box-sizing: border-box;
    color: #5A5858;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.bbs-table-list table .contents-box {
    color: #211D1D;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.bbs-table-list table .contents-box .txt-wrap {
    display: flex;
    gap: 4px;
    align-items: center;
}

.bbs-table-list table td a {
    display: block;
    color: #5A5858;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.bbs-table-list .tb-left, .bbs-table-list .tb-center, .bbs-table-list .tb-right {
    padding: 0;
}

.bbs-table-list .only-mo {
    display: none;
}

.bbs-table-list .contents-wrap {
    display: flex;
    gap: 8px;
    align-items: center;
}



@media (max-width: 768px) {
    .breadcrumb-wrap {
        padding: 16px;
        margin: 0 0 32px;
    }

    .fixed-img-collist .list-wrap {
        gap: 40px 16px;
    }

    .fixed-img-collist .list-wrap > li {
        width: calc((100% / 4) - 12px);
    }
}

@media (max-width: 542px) {
    .fixed-img-collist .list-wrap > li {
        width: calc((100% / 2) - 8px);
    }

    .fixed-img-collist .list-wrap .price {
        font-size: 16px;
        line-height: 1;
    }

    .fixed-img-collist .list-wrap .name {
        font-size: 14px;
        line-height: 18px;
    }
}


@media (max-width: 375px) {
    .bbs-table-list td {
        position: relative;
        width: 100%;
    }

    .bbs-table-list colgroup {
        display: none;
    }

    .bbs-table-list .only-mo {
        display: block;
    }
    .bbs-table-list .only-pc {
        display: none;
    }

    .bbs-table-list table td {
        min-height: 74px;
        height: auto;
    }

    .bbs-table-list table .contents-box {
        padding-bottom: 34px;
    }

    .bbs-table-list .inner-box {
        position: absolute;
        left: 0;
        bottom: 12px;
        display: flex;
        gap: 24px;
    }

    .bbs-table-list .inner-box .item {
        position: relative;
        color: #5A5858;
        font-size: 13px;
        font-weight: 400;
        line-height: 18px;
    }

    .bbs-table-list .inner-box .item + .item:before {
        content: '';
        position: absolute;
        left: -12px;
        top: 50%;
        transform: translateY(-50%);
        width: 1px;
        height: 12px;
        background: #E8E6E1;
    }
}













/* BASIC css end */

