/* BASIC css start */
.breadcrumb-wrap {
    padding: 16px 32px;
}

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

#content .page-body > .title {
    color: #211D1D;
    text-align: center;
    font-size: 34px;
    font-weight: 500;
    line-height: 40px;
    margin-bottom: 48px;
}

.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 {
    margin-top: 0;
}

.bbs-table-view thead th {
    border-top: 1px solid #211D1D;
    background: transparent;
    color: #211D1D;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    height: 56px;
    box-sizing: border-box;
    border-bottom: 1px solid #E8E6E1;
}

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

.bbs-table-view .cont-sub-des {
    color: #5A5858;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding-right: 80px;
}

.bbs-table-view .data-bd-cont {
    color: #5A5858;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    min-height: 320px;
}

.cont-sub-des span em {
    font-size: inherit;
    color: inherit;
}

.view-link {
    padding-bottom: 36px;
}

.view-link .btn-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

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

.view-link .btn-wrap .btn:hover {
    color: #FFFFFF;
    background: #FB663A !important;
    border-color: #FB663A;
}

.view-link .btn-wrap .btn.btn-primary {
    color: #FFFFFF;
    background: #211D1D;
}

.view-link .btn-wrap.right {
    justify-content: flex-end;
    margin-bottom: 48px;
}

.view-link .btn-wrap.right .btn {
    height: 36px;
    max-width: 100px;
}

.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;
}

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

    #bbsData .page-body > .title {
        font-size: 32px;
        margin-bottom: 32px;
    }

    .bbs-table-view .data-bd-cont {
        min-height: 220px;
    }

}

@media (max-width: 375px) {
    .product-info-wrap {
        flex-wrap: wrap;
        justify-content: center;
    }

    #bbsData .page-body > .title {
        font-size: 28px;
        line-height: 32px;
    }

    .view-link .btn-wrap.w100 {
        flex-direction: column;
    }

    .view-link .btn-wrap.w100 .btn {
        max-width: 100%;
    }

    .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 */

