﻿body {
    font-family: "Montserrat", sans-serif;
}

.headerFlex {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.logoPc {
    max-width: 210px;
    width: 210px;
    min-width: 210px;
}

    .logoPc a {
    }

    .logoPc img {
        margin: auto;
    }

.headerNav {
    display: flex;
}


.ftListMenu {
}

    .ftListMenu h3 {
        font-size: 20px;
        padding-bottom: 15px;
        margin-bottom: 15px;
        position: relative;
        line-height: normal;
    }

        .ftListMenu h3:before {
            position: absolute;
            content: "";
            width: 27px;
            height: 3px;
            background: white;
            bottom: 0;
            border-radius: 5px;
            overflow: hidden;
        }

    .ftListMenu ul {
        list-style: disc;
        padding-left: 19px;
    }

        .ftListMenu ul li {
            margin-bottom: 10px;
        }

            .ftListMenu ul li a {
                font-size: 16px;
            }

                .ftListMenu ul li a:hover {
                }

.ftInfo {
}

    .ftInfo h3 {
        font-size: 24px;
        padding-bottom: 23px;
        margin-bottom: 23px;
        position: relative;
        line-height: normal;
    }

        .ftInfo h3:before {
            position: absolute;
            content: "";
            width: 62px;
            height: 6px;
            background: white;
            bottom: 0;
            border-radius: 6px;
            overflow: hidden;
        }

    .ftInfo ul {
        margin-bottom: 30px;
    }

.ftListMenu ul {
    margin-bottom: 15px;
}

.ftInfo ul li {
    margin-bottom: 10px;
    padding-left: 40px;
}

    .ftInfo ul li:nth-child(1) {
        background: url(../images/ft1.png) left 6px no-repeat;
    }

    .ftInfo ul li:nth-child(2) {
        background: url(../images/ft2.png) left 0px no-repeat;
    }

    .ftInfo ul li:nth-child(3) {
        background: url(../images/ft3.png) left 6px no-repeat;
    }

.grHeaderbtn a:nth-child(4) {
    background: url(../images/iMenu.png) center center no-repeat;
}

.footers {
    padding: 70px 0;
    background: #000000;
    color: white;
}

.fanpageBox {
}

.grMenu {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding-left: 30px;
}

.headerNav {
}

    .headerNav ul {
        display: flex;
        gap: 20px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .headerNav ul > li {
            position: relative;
        }

        .headerNav ul li a {
            font-size: 17px;
            color: #5F5D5B !important;
            font-weight: 700;
            text-decoration: none;
        }

            .headerNav ul li a:hover {
                color: black !important;
            }

            .headerNav ul li a.active {
                color: #000000;
            }

.grHeaderbtn {
    display: flex;
    gap: 20px;
}

    .grHeaderbtn a {
        width: 22px;
        height: 22px;
        cursor: pointer;
    }

        .grHeaderbtn a:nth-child(1) {
            background: url(../images/isearch.png) center center no-repeat;
        }

        .grHeaderbtn a:nth-child(2) {
            background: url(../images/iCart.png) center center no-repeat;
        }

        .grHeaderbtn a:nth-child(3) {
            background: url(../images/iMenu.png) center center no-repeat;
        }

.headerNav .submenu {
    position: absolute;
    display: none;
    left: 50%;
    width: 155px;
    transform: translateX(-50%);
    top: 30px;
    z-index: 21;
    background: #2c2c2c;
    text-align: left;
}

    .headerNav .submenu ul {
        position: relative;
        padding: 17px 27px;
    }

        .headerNav .submenu ul li {
            padding: 10px 0;
            line-height: 1.2em;
            transition: 0.2s all ease;
        }

            .headerNav .submenu ul li a {
                position: relative;
                display: inline-block;
                font-size: 16px;
                font-weight: 500;
                letter-spacing: -0.04em;
                color: #fff !important;
                transition: 0.2s all ease;
            }

#search-layer {
    position: absolute;
    top: 144px;
    left: 0;
    width: 100%;
    height: 129px;
    background: black;
    z-index: 12;
    transition: .5s ease-in-out;
    -ms-transform: translateX(100%);
    opacity: 0;
    transform: translateY(-300px);
}

.open-search #search-layer {
    display: block;
}

#search-layer #frmSearch1 {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    width: 400px;
    margin: 15px auto 0;
    position: relative;
    border-radius: 13px;
    background: black;
    border: 1.5px solid white;
    overflow: hidden;
    max-width: 90%;
    height: 40px;
    overflow: hidden;
}

    #search-layer #frmSearch1 label {
        margin: 0;
        flex: auto;
    }

    #search-layer #frmSearch1 .global_search_input {
        width: 100%;
        height: 100%;
        border: none;
        -webkit-appearance: none;
        -webkit-border-radius: 0;
        border-bottom: 1px solid #31261d;
        font-size: 16px;
        font-weight: 400;
        padding: 0 10px;
        border-radius: 10px;
        height: 41px;
        outline: none;
    }

    #search-layer #frmSearch1 .btn-search {
        width: 110px;
        margin-left: 14px;
        border: none;
        background: #000000;
        font-size: 16px;
        text-align: center;
        font-weight: 700;
        line-height: 40px;
        position: absolute;
        right: 0;
        text-transform: uppercase;
        color: white;
    }

#search-layer .btn-close {
    overflow: hidden;
    position: absolute;
    bottom: 25px;
    left: 50%;
    border: none;
    font-size: 16px;
    font-weight: 600;
    transform: translateX(-50%);
    padding: 4px 21px;
    border-radius: 10px;
    background: #d7d7d7;
    cursor: pointer;
}

#search-layer.active {
    opacity: 1;
    transform: translateY(0);
}

.stEmail {
    padding: 70px 0;
}

.frEmail {
    max-width: 70%;
    margin: auto;
    background: url(../images/bgEmail.png) left center no-repeat;
    display: flex;
    padding-left: 30%;
    /* background-size: contain; */
    background-position: -105px;
}

.boxEmail {
    background: #d9d9d9;
    min-height: 209px;
    padding: 17px 50px 17px 25px;
    min-width: 100%;
}

    .boxEmail h2 {
        font-size: 24px;
        margin-bottom: 15px;
    }

.grEmail {
}

#ipEmail {
    width: 100%;
    height: 40px;
    border: none;
    padding: 0 10px;
    margin-bottom: 12px;
    box-shadow: 0px 0px 20px 0px transparent;
    outline: none;
}

.sendEmail {
    background: url(../images/plusEmail.png) no-repeat #000000;
    background-position: calc(100% - 10px) center;
    color: white;
    display: inline-block;
    padding: 10px 68px 10px 15px;
    font-weight: 700;
    text-align: left;
    font-size: 16px;
    cursor: pointer;
}

    .sendEmail:hover {
        color: white;
    }

.messageBox {
    color: red;
    margin-top: 8px;
    font-size: 14px;
    font-weight: 700;
}

    .messageBox.suggest {
        color: blue;
    }

.stProHome {
    padding: 70px 0 40px;
}

.headingProHome {
    text-align: center;
}

    .headingProHome div:nth-child(1) {
        font-weight: 700;
        font-size: 20px;
        color: #5F5D5B;
    }

    .headingProHome div:nth-child(2) {
        
        font-size: 32px;
        text-transform: uppercase;
        font-weight: 800;
    }

.path-wrap .part > a:after {
    visibility: hidden;
}

.path-wrap .inner {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 0px;
}

.proHomeBox {
    margin-top: 25px;
}

.proHomeSlide {
}

.proItem {
    margin-bottom: 30px;
}

.proThumb {
    margin-bottom: 10px;
    overflow: hidden;
}

.proItem:hover .proThumb img {
    transform: scale(1.5);
    transition: all 500ms;
}

.proContent {
}

.proTitle {
    margin-bottom: 10px;
}

    .proTitle a {
        color: #5F5D5B;
        font-weight: 700;
        font-size: 15px;
        line-height: normal;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        display: -webkit-box !important;
        -webkit-box-orient: vertical;
        height: 38px !important;
    }

.proItem:hover .proTitle a {
    color: black;
}

.grPrice {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: space-between;
}

.proPrice {
    display: grid;
    align-items: center;
}

    .proPrice .new {
        display: block;
        color: #DA251D;
        font-size: 20px;
    }

    .proPrice .old {
        display: block;
        font-size: 13px;
        color: #5F5D5B;
        text-decoration: line-through;
    }

.readPrice {
}

    .readPrice a {
        font-weight: 700;
        color: #DA251D;
    }

.categoryHomeRead {
    text-align: center;
    margin-top: 15px;
}

    .categoryHomeRead a {
        background: url(../images/plusEmail.png) no-repeat #000000;
        background-position: calc(100% - 10px) center;
        color: white;
        display: inline-block;
        padding: 10px 68px 10px 15px;
        font-weight: 700;
        text-align: left;
        font-size: 16px;
        cursor: pointer;
    }


.proHomeSlide .owl-nav .owl-prev {
    text-indent: -999px;
    overflow: hidden;
    width: 63px;
    height: 63px;
    background: url(../images/arLeft.png) no-repeat !important;
    margin: 0;
    position: absolute;
    left: -33px;
}

.proHomeSlide .owl-nav .owl-next {
    text-indent: -999px;
    overflow: hidden;
    width: 63px;
    height: 63px;
    background: url(../images/arRight.png) no-repeat !important;
    margin: 0;
    right: -33px;
    position: absolute;
}

.proHomeSlide .owl-nav {
    position: absolute;
    top: 36%;
    width: 100%;
}

.stYkkh {
    background: #F4F4F4;
    padding: 70px 0;
    position: relative;
}

.ykHeading {
    font-weight: 700;
    font-size: 24px;
    color: black;
    margin-bottom: 29px;
}

.ykThumb {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
}

    .ykThumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.ykTitleBox {
    position: absolute;
    width: 100%;
    bottom: 0;
    color: black;
    cursor: pointer;
    display: block;
    font-size: 14px;
    overflow: hidden;
    padding: 11px 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: white;
    transition: all 0.25s ease;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.ykItem:hover .ykTitleBox {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.ykTitle {
}

.ykSlide .owl-stage-outer .owl-stage .owl-item .item {
    gap: 29px;
    align-content: flex-start;
    background: transparent;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    font-size: 18px;
    text-align: center;
    height: calc((250px - -29px)* 2);
    width: 100%;
}

    .ykSlide .owl-stage-outer .owl-stage .owl-item .item .ykItem {
        height: 250px;
        width: calc(50% - 29px);
        display: flex;
        position: relative;
        overflow: hidden;
    }

        .ykSlide .owl-stage-outer .owl-stage .owl-item .item .ykItem:first-child {
            height: calc(250px* 2 - -29px);
            width: 50%;
        }

        .ykSlide .owl-stage-outer .owl-stage .owl-item .item .ykItem:last-child {
            position: absolute;
            top: initial;
            right: 0;
            bottom: 29px;
            left: initial;
        }

.ykSlide .owl-nav {
    /* position: absolute; */
    /* top: 0; */
    /* width: 100%; */
    /* bottom: 0; */
    /* margin: auto; */
    /* height: 93px; */
}

    .ykSlide .owl-nav .owl-prev {
        text-indent: -999px;
        overflow: hidden;
        width: 63px;
        height: 63px;
        background: url(../images/arLeft.png) no-repeat !important;
        margin: 0;
        position: absolute;
        left: -33px;
        top: calc(50% - 50px);
    }

    .ykSlide .owl-nav .owl-next {
        text-indent: -999px;
        overflow: hidden;
        width: 63px;
        height: 63px;
        background: url(../images/arRight.png) no-repeat !important;
        margin: 0;
        right: -33px;
        position: absolute;
        top: calc(50% - 50px);
    }

.ykItem:hover .ykThumb img {
    transform: scale(1.2);
    transition: all 500ms;
}

.about .dc3 .deco-txt {
    font-size: 135px;
}

.path-wrap .part {
    min-width: 115px;
}

    .path-wrap .part > a {
        padding: 0 0px 0 20px;
    }

.board-prev-next dt {
    width: 101px;
    color: #333;
    font-weight: 500;
    position: relative;
}

    .board-prev-next dt:after {
        content: "";
        display: inline-block;
        vertical-align: middle;
        margin: -.2em 0 0 10px;
        position: absolute;
        right: 10px;
        top: 13px;
    }

.board-view-cnt p {
    margin-bottom: 5px;
}

.board-view-cnt ul {
    margin-bottom: 5px;
}

.goods-list ul li {
    margin-bottom: 20px;
}

.board-search .shop-cate select.input {
    outline: none;
}

#pncartdetail .plp-container .plp-content-wrap {
}

#cartform {
    background: #fff;
}

.body-content {
    overflow: hidden;
    min-height: calc(100vh - 380px);
    margin-top: 83px;
}

#table-cart {
    width: 100%;
    max-width: 100%;
    float: left;
}

    #table-cart th {
        white-space: pre-wrap;
        text-align: center;
        padding: 10px 0px;
        padding: 5px 10px;
        font-size: 16px;
        border: 1px solid #e6e6e6;
        font-weight: normal;
    }

    #table-cart td {
        border: 1px solid #e6e6e6;
        padding: 10px;
        text-align: center;
        font-size: 16px;
    }

    #table-cart .image {
        max-width: 100px;
        width: 100px;
        border-right: 0;
    }

    #table-cart .infor {
        border-left: 0;
        text-align: left;
    }

    #table-cart td.remove svg {
        fill: #767676;
    }

    #table-cart .infor .product-title {
        font-size: 15px;
        margin: 0 0 10px;
        white-space: normal;
    }

    #table-cart .infor .variant-title {
        color: #666;
        font-size: 14px;
    }

    #table-cart .price {
        color: #e20004;
    }

    #table-cart td input[type=number] {
        width: 70px;
        border: 1px solid #ddd;
        padding-right: 0;
        margin: auto;
        text-align: center;
    }

#cartform textarea {
    border-color: #e6e6e6;
    padding: 11px 10px;
    outline: none;
    border-radius: 3px;
    height: 100px;
    resize: none;
}

#cartform .total-cart-money {
    font-size: 20px;
    margin: 5px 0 0 0;
}

    #cartform .total-cart-money span {
        padding-left: 15px;
        color: #e20004;
    }

#cartform .btn-checkout,
#cartform .update-cart {
    border: 0px;
    background: #333;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    padding: 8px 25px;
    position: relative;
    margin: 20px 0px 0px 15px;
    text-decoration: none;
    display: inline-block;
    white-space: nowrap;
    margin-bottom: 10px;
}

.continue-shopping {
    background: #d6866a;
    border: 0px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    padding: 8px 25px;
    position: relative;
    margin: 20px 0px 0px 15px;
    text-decoration: none;
    display: inline-block;
    white-space: nowrap;
    margin-bottom: 10px;
}

.cart-page-t .section-product {
    background-color: #f9f9f9;
    padding-top: 80px;
    padding-bottom: 15px !important;
}

.radio__input input {
    width: 18px !important;
    height: 18px !important;
    -webkit-box-shadow: 0 0 0 0 #197bbd inset;
    box-shadow: 0 0 0 0 #197bbd inset;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    position: relative;
    cursor: pointer;
    vertical-align: -4px;
    border: 1px solid;
    border-radius: 50%;
    border: 1px solid #cecdcd;
}

.plp-content-body .plp-filter-pc .filter-type .plp-chk-wrap label input[type=checkbox]:checked + .lab-name::before {
    border: 0;
    background: url(../images/ico-check-black.png) no-repeat center / contain;
}

.cartHeading {
    text-align: center;
}

.cart-number {
    margin-bottom: 10px;
}

#cartform .cart-number {
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 0;
}

.product-details .breadcrumb {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
}

.product-details .section__container {
    width: 750px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .product-details .section__container {
        width: 100%;
        margin: 0 auto;
    }
}

.products-details {
    padding-top: 78px;
    padding-bottom: 40px;
}

.product-details .section-info__product {
    position: relative;
    min-height: 590px;
    padding-left: 405px;
    padding-bottom: 60px;
    width: 750px;
    margin: 0 auto;
}

.product-details .section-info__product--header h1 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 18px;
}

.product-details .section-info__product--header h2 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 8px;
}

.product-details .section-info__product--header h3 {
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 18px;
}

.product-details .section-info__product--header h1 p {
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    margin-top: 8px;
}

.product-details .section-info__product--header .product__volume {
    padding: 0 14px;
    display: inline-block;
    height: 20px;
    border-radius: 20px;
    background-color: #000;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    color: #fff;
    margin-bottom: 18px;
}

.product-details .section-info__product--header .product__tag {
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin-bottom: 20px;
}

    .product-details .section-info__product--header .product__tag li {
        float: left;
        margin-right: 20px;
        font-size: 14px;
        font-weight: 600;
        line-height: 1;
        color: #db6565;
    }

.product-details .section-info__product--header p.product__desc {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.43;
    margin-bottom: 20px;
}

.product-details .section-info__product--header h2.product__desc {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.43;
    margin-bottom: 20px;
}

.product-details .section-info__product--body .product__image {
    position: absolute;
    left: 0;
    top: 0;
    width: 375px;
    height: 528px;
    overflow: hidden;
}

.product-details .section-info__product--body .product__image--list {
    position: relative;
    width: 100%;
    height: 100%;
}

    .product-details .section-info__product--body .product__image--list .image {
        width: 100%;
        height: 528px;
        background-color: #fff;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        position: relative;
        margin: 0 1px;
    }

    .product-details .section-info__product--body .product__image--list .image__item {
        width: 100%;
        max-height: 100%;
        object-fit: contain;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .product-details .section-info__product--body .product__image--list .image__emblem {
        position: absolute;
        right: 0;
        top: 0;
        padding: 15px;
        clear: both;
    }

        .product-details .section-info__product--body .product__image--list .image__emblem img {
            width: 55px;
            margin-bottom: 5px;
            display: block;
        }

.product-details .section-info__product--body .product__image .slick-arrow {
    width: 30px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.4);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    font-size: 0;
    border: none;
}

    .product-details .section-info__product--body .product__image .slick-arrow:before {
        content: "";
        background-image: url(../images/slide-arrow.png);
        position: absolute;
        background-size: 13px;
        background-repeat: no-repeat;
        background-position: center;
        width: 13px;
        height: 8px;
        left: 50%;
        top: 50%;
    }

    .product-details .section-info__product--body .product__image .slick-arrow.slick-prev {
        left: 0;
    }

        .product-details .section-info__product--body .product__image .slick-arrow.slick-prev:before {
            -webkit-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
        }

    .product-details .section-info__product--body .product__image .slick-arrow.slick-next {
        right: 0;
    }

        .product-details .section-info__product--body .product__image .slick-arrow.slick-next:before {
            -webkit-transform: translate(-50%, -50%) rotate(270deg);
            transform: translate(-50%, -50%) rotate(270deg);
        }

.product-details .section-info__product--body .product__nav {
    margin-bottom: 20px;
}

.product-details .section-info__product--body .product__nav--list {
    overflow: hidden;
}

    .product-details .section-info__product--body .product__nav--list .slick-track {
        margin: 0 !important;
        transform: none !important;
    }

    .product-details .section-info__product--body .product__nav--list .image-container {
        width: 40px !important;
        height: 40px;
        margin-right: 10px;
        cursor: pointer;
        border: none;
        padding: 0;
    }

        .product-details .section-info__product--body .product__nav--list .image-container .image {
            width: 100%;
            height: 40px;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
            border-radius: 13px;
        }

        .product-details .section-info__product--body .product__nav--list .image-container.slick-current .image {
            position: relative;
        }

            .product-details .section-info__product--body .product__nav--list .image-container.slick-current .image:before {
                content: "";
                width: 100%;
                height: 100%;
                position: absolute;
                left: 0;
                top: 0;
                bottom: 0;
                right: 0;
                border: 3px solid #db6565;
                border-radius: 13px;
            }

.product-details .section-info__product--body .product__colorType {
    margin-bottom: 20px;
}

.product-details .section-info__product--body .product__colorType--name {
    font-size: 12px;
    font-weight: 300;
    line-height: 1.33;
    height: 15px;
    margin-top: 0;
    margin-bottom: 10px;
}

    .product-details .section-info__product--body .product__colorType--name b {
        font-weight: 600;
        margin-right: 5px;
    }

.product-details .section-info__product--body .product__colorType ul {
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

    .product-details .section-info__product--body .product__colorType ul li {
        float: left;
        width: 40px;
        margin-left: 3px;
        margin-top: 3px;
    }

        .product-details .section-info__product--body .product__colorType ul li .item {
            width: 100%;
            height: 40px;
            font-size: 8.6px;
            color: transparent;
            cursor: pointer;
            position: relative;
            line-height: 40px;
            font-weight: 600;
            text-align: center;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
            display: block;
            border: none;
            overflow: hidden;
        }

            .product-details .section-info__product--body .product__colorType ul li .item.all {
                background-color: #fff;
                color: #db6565;
            }

                .product-details .section-info__product--body .product__colorType ul li .item.all:before {
                    content: "";
                    border: solid 2.2px #db6565;
                    width: 100%;
                    height: 100%;
                    position: absolute;
                    left: 0;
                    top: 0;
                }

            .product-details .section-info__product--body .product__colorType ul li .item:hover, .product-details .section-info__product--body .product__colorType ul li .item:active {
                outline: none;
            }

        .product-details .section-info__product--body .product__colorType ul li:hover .item:not(.all):before, .product-details .section-info__product--body .product__colorType ul li.active .item:not(.all):before {
            content: "";
            width: 34px;
            height: 34px;
            border: solid 2px #fff;
            position: absolute;
            top: 3px;
            left: 3px;
        }

        .product-details .section-info__product--body .product__colorType ul li:first-child, .product-details .section-info__product--body .product__colorType ul li:nth-child(2), .product-details .section-info__product--body .product__colorType ul li:nth-child(3), .product-details .section-info__product--body .product__colorType ul li:nth-child(4), .product-details .section-info__product--body .product__colorType ul li:nth-child(5), .product-details .section-info__product--body .product__colorType ul li:nth-child(6), .product-details .section-info__product--body .product__colorType ul li:nth-child(7), .product-details .section-info__product--body .product__colorType ul li:nth-child(8) {
            margin-top: 0;
        }

        .product-details .section-info__product--body .product__colorType ul li:nth-child(8n + 1) {
            margin-left: 0;
        }

.product-details .section-info__product--body .product__colorType--arrow {
    border: none;
}

.product-details .section-info__product--body .product__btn {
    margin-bottom: 20px;
}

    .product-details .section-info__product--body .product__btn p {
        display: none;
    }

    .product-details .section-info__product--body .product__btn .btn {
        width: 100%;
        height: 40px;
        font-size: 18px;
        font-weight: 600;
    }

.product-details .section-info__product--body .product__share {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

    .product-details .section-info__product--body .product__share li {
        display: inline-block;
        margin: 0 7.5px;
    }

        .product-details .section-info__product--body .product__share li a {
            display: block;
        }

        .product-details .section-info__product--body .product__share li .image {
            width: 40px;
            height: 40px;
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
        }

            .product-details .section-info__product--body .product__share li .image:hover {
                -webkit-transition: background-image -0.4s;
                transition: background-image 0.4s;
            }

        .product-details .section-info__product--body .product__share li.facebook .image {
            background-image: url(../images/m-share-facebook.png);
        }

            .product-details .section-info__product--body .product__share li.facebook .image:hover {
                background-image: url(../images/m-share-facebook-bk.png);
            }

        .product-details .section-info__product--body .product__share li.link .image {
            background-image: url(../images/m-share-link.png);
        }

            .product-details .section-info__product--body .product__share li.link .image:hover {
                background-image: url(../images/m-share-link-bk.png);
            }

.product-details .section-info__rate {
    padding-top: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

    .product-details .section-info__rate .rate-title {
        margin-bottom: 30px;
    }

    .product-details .section-info__rate .rate-title__comment {
        display: inline-block;
        width: 368px;
        text-align: center;
        font-size: 18px;
        font-weight: 600;
        line-height: 1;
    }

    .product-details .section-info__rate .rate-title__percent {
        display: inline-block;
        line-height: 18px;
        font-size: 14px;
        font-weight: 300;
    }

        .product-details .section-info__rate .rate-title__percent b {
            font-weight: bold;
        }

    .product-details .section-info__rate .reviewBestTop > .rate-progressbar__group, .product-details .reviewBtnSection {
        display: none;
    }

    .product-details .section-info__rate .rate-progressbar {
        overflow: hidden;
    }

    .product-details .section-info__rate .rate-progressbar__group {
        float: left;
        width: 240px;
        margin-left: 25px;
    }

        .product-details .section-info__rate .rate-progressbar__group h5 {
            font-size: 14px;
            font-weight: 300;
            line-height: 1;
            margin-top: 0;
            margin-bottom: 10px;
        }

        .product-details .section-info__rate .rate-progressbar__group dl {
            overflow: hidden;
        }

            .product-details .section-info__rate .rate-progressbar__group dl dt, .product-details .section-info__rate .rate-progressbar__group dl dd {
                float: left;
                font-weight: 300;
            }

                .product-details .section-info__rate .rate-progressbar__group dl dt.group-progress, .product-details .section-info__rate .rate-progressbar__group dl dd.group-progress {
                    width: 120px;
                    margin-right: 10px;
                }

                    .product-details .section-info__rate .rate-progressbar__group dl dt.group-progress .progress, .product-details .section-info__rate .rate-progressbar__group dl dd.group-progress .progress {
                        height: 14px;
                        background-color: #e9e9e9;
                        box-shadow: none;
                        border-radius: 0;
                        margin-bottom: 0;
                    }

                    .product-details .section-info__rate .rate-progressbar__group dl dt.group-progress .progress-bar, .product-details .section-info__rate .rate-progressbar__group dl dd.group-progress .progress-bar {
                        background-color: #db6565;
                        box-shadow: none;
                    }

                .product-details .section-info__rate .rate-progressbar__group dl dt.group-percent, .product-details .section-info__rate .rate-progressbar__group dl dd.group-percent {
                    width: 28px;
                    font-size: 14px;
                    line-height: 1;
                    margin-right: 15px;
                }

                .product-details .section-info__rate .rate-progressbar__group dl dt.group-text, .product-details .section-info__rate .rate-progressbar__group dl dd.group-text {
                    font-size: 12px;
                    line-height: 14px;
                    letter-spacing: -0.5px;
                }

        .product-details .section-info__rate .rate-progressbar__group.color {
            width: 220px;
            margin-left: 0;
        }

/* 20190826 제품 리뷰 영역 관련 */
.product-details .section-info__review, .product-details .section-none__review {
    padding-bottom: 40px;
    width: 750px;
    margin: 0 auto;
}

.product-details .section-none__review {
    padding-bottom: 0;
    margin-bottom: 30px;
}

.product-details .section-none__review {
    text-align: center;
}

    .product-details .section-none__review .btn {
        border-radius: 50px;
        padding: 5px 35px;
    }

    .product-details .section-none__review p {
        margin-bottom: 30px;
        font-size: 14px;
        color: rgba(0, 0, 0, 0.6);
    }

.product-details .section-review_tit {
    font-size: 22px;
    color: #4a4a4a;
    line-height: 1;
    text-align: center;
    font-weight: 600;
    margin: 0;
    padding-top: 50px;
    margin-bottom: 40px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.product-details .section-info__review .review {
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
}

    .product-details .section-info__review .review.toggle_review {
        border-bottom: 1px solid #e4e4e4;
    }

.product-details .section__container {
    width: 100%;
}

    .product-details .section__container .paging {
        text-align: center;
        margin-bottom: 30px;
    }

        .product-details .section__container .paging a {
            display: inline-block;
            font-size: 15px;
            padding: 0 7px;
            color: #595959;
        }

            .product-details .section__container .paging a.on {
                color: #b60000;
                text-decoration: underline;
            }

        .product-details .section__container .paging .paging_btn {
            background-color: #db6565;
            color: #fff;
            letter-spacing: -2px;
            width: 20px;
            padding: 0;
        }

            .product-details .section__container .paging .paging_btn:hover,
            .product-details .section__container .paging .paging_btn:active,
            .product-details .section__container .paging .paging_btn:focus {
                background-color: #000;
            }

            .product-details .section__container .paging .paging_btn.paging_prev {
                margin-right: 5px;
            }

            .product-details .section__container .paging .paging_btn.paging_next {
                margin-left: 5px;
            }

.product-details .section-info__review .review__comment {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.67;
    min-height: 20px;
    max-height: 44px;
    overflow: hidden;
}

    .product-details .section-info__review .review__comment .review_cont {
        display: block;
    }

.product-details .section-info__review .review.active .review__comment {
    max-height: none;
}

    .product-details .section-info__review .review.active .review__comment .review_cont {
        display: none;
        max-height: 40px;
        overflow: hidden;
    }

.product-details .section-info__review .review .review__comment .review_cont_more {
    display: none;
}

.product-details .section-info__review .review.active .review__comment .review_cont_more {
    margin: 0 0 10px 0;
    display: block;
}

.product-details .section-info__review .review .btn_more {
    display: none;
    position: absolute;
    right: 5px;
    bottom: 5px;
    width: 50px;
    height: 20px;
    background-image: url('../images/lnb-v.png');
    background-size: 10px auto;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.5;
}

.product-details .section-info__review .review.active .btn_more {
    transform: rotate(180deg);
}

.product-details .section-info__review .review__star {
    overflow: hidden;
    margin-bottom: 16px;
    position: absolute;
    right: 0;
    top: 33px;
}

    .product-details .section-info__review .review__star > * {
        float: left;
    }

.product-details .section-info__review .review__star--star {
    margin-right: 6px;
}

    .product-details .section-info__review .review__star--star .star {
        float: left;
        background-image: url(../images/review-star.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        width: 14px;
        height: 14px;
        margin-right: 4px;
    }

    .product-details .section-info__review .review__star--star.star-4 .star:nth-child(5) {
        opacity: 0.2;
    }

    .product-details .section-info__review .review__star--star.star-3 .star:nth-child(4),
    .product-details .section-info__review .review__star--star.star-3 .star:nth-child(5) {
        opacity: 0.2;
    }

    .product-details .section-info__review .review__star--star.star-2 .star:nth-child(3),
    .product-details .section-info__review .review__star--star.star-2 .star:nth-child(4),
    .product-details .section-info__review .review__star--star.star-2 .star:nth-child(5) {
        opacity: 0.2;
    }

    .product-details .section-info__review .review__star--star.star-1 .star:nth-child(2),
    .product-details .section-info__review .review__star--star.star-1 .star:nth-child(3),
    .product-details .section-info__review .review__star--star.star-1 .star:nth-child(4),
    .product-details .section-info__review .review__star--star.star-1 .star:nth-child(5) {
        opacity: 0.2;
    }

    .product-details .section-info__review .review__star--star.star-0 .star:nth-child(1),
    .product-details .section-info__review .review__star--star.star-0 .star:nth-child(2),
    .product-details .section-info__review .review__star--star.star-0 .star:nth-child(3),
    .product-details .section-info__review .review__star--star.star-0 .star:nth-child(4),
    .product-details .section-info__review .review__star--star.star-0 .star:nth-child(5) {
        opacity: 0.2;
    }

.product-details .section-info__review .review__star--count {
    display: none;
}

.product-details .section-info__review .review__star--date {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    opacity: 0.4;
}

.product-details .section-info__review .review__star--link {
    display: none;
}

.product-details .section-info__review .review__info {
    overflow: hidden;
    margin-bottom: 15px;
}

    .product-details .section-info__review .review__info > * {
        float: left;
    }

.product-details .section-info__review .review__info--username {
    font-size: 14px;
    font-weight: 500;
    position: relative;
}

.product-details .section-info__review .review__info--grade {
    opacity: 0.4;
    font-size: 12px;
    font-weight: 500;
}

.product-details .section-info__review .review__image {
    margin-bottom: 30px;
}

    .product-details .section-info__review .review__image img {
        height: 120px;
    }

    .product-details .section-info__review .review__image.review__image--mobile {
        display: none;
    }

.product-details .section-info__review .review__product {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 600;
    color: #db6565;
    position: relative;
}

.product-details .section-info__review .review__comment--date {
    display: none;
}

.product-details .section-info__review--btn .btn {
    height: 40px;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
}

@media (max-width: 1023px) {
    .product-details .section-info {
        padding-top: 110px;
    }
}

/* 20190826 제품 리뷰 영역 관련 */
@media (max-width: 1024px) {
    .product-details .section-info__review .review__comment {
        max-height: 63px;
    }
}

@media (max-width: 767px) {
    .product-details .section-review_tit {
        border-top: none;
        padding-top: 40px;
        font-size: 20px;
    }

    .product-details .section-info {
        padding-top: 65px;
        padding-bottom: 0;
    }

    .product-details .section-info__product {
        padding-left: 0;
        padding-bottom: 0;
        border-bottom: none;
        text-align: center;
        width: 100%;
    }

    .product-details .section-info__product--header h1 {
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 12px;
    }

    .product-details .section-info__product--header h2 {
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 5px;
    }

    .product-details .section-info__product--header h3 {
        line-height: 1.5;
        margin-bottom: 7px;
    }

    .product-details .section-info__product--header h1 p {
        line-height: 1.5;
        margin-top: 5px;
    }

    .product-details .section-info__product--header .product__volume {
        border-radius: 10px;
        margin-bottom: 19px;
    }

    .product-details .section-info__product--header .product__tag {
        text-align: center;
    }

        .product-details .section-info__product--header .product__tag li {
            float: none;
            display: inline-block;
            margin-left: 7.5px;
            margin-right: 7.5px;
            font-size: 16px;
        }

    .product-details .section-info__product--header p.product__desc {
        display: none;
    }

    .product-details .section-info__product--header h2.product__desc {
        display: none;
    }

    .product-details .section-info__product--body {
        background-color: rgba(255, 145, 145, 0.1);
        padding-bottom: 40px;
    }

        .product-details .section-info__product--body .product__image {
            position: relative;
            width: 100%;
            height: 140.8vw;
        }

        .product-details .section-info__product--body .product__image--list .image {
            height: 140.8vw;
        }

        .product-details .section-info__product--body .product__image .slick-arrow {
            width: 25px;
            height: 55px;
        }

        .product-details .section-info__product--body .product__nav {
            padding-top: 20px;
            margin-bottom: 20px;
            overflow: hidden;
        }

        .product-details .section-info__product--body .product__nav--list {
            float: right;
        }

            .product-details .section-info__product--body .product__nav--list .slick-track {
                width: 100% !important;
            }

        .product-details .section-info__product--body .product__colorType {
            margin-bottom: 30px;
            position: relative;
            text-align: left;
            font-size: 0;
        }

        .product-details .section-info__product--body .product__colorType--name {
            font-size: 14px;
            line-height: 1.29;
            height: auto;
            position: absolute;
            left: 10px;
            top: -54px;
            text-align: left;
        }

            .product-details .section-info__product--body .product__colorType--name b {
                margin-right: 0;
                display: block;
            }

        .product-details .section-info__product--body .product__colorType ul {
            font-size: 0;
            margin: 0;
            padding-left: 25px;
            padding-right: 40px;
            white-space: nowrap;
            -webkit-transition: margin-left -0.4s;
            transition: margin-left 0.4s;
            overflow-x: auto;
        }

            .product-details .section-info__product--body .product__colorType ul li {
                float: none;
                display: inline-block;
                width: 55px;
                margin-left: 5px;
                margin-top: 0;
            }

                .product-details .section-info__product--body .product__colorType ul li .item {
                    height: 55px;
                    font-size: 12px;
                    line-height: 55px;
                }

                    .product-details .section-info__product--body .product__colorType ul li .item.all:before {
                        border: solid 3px #db6565;
                    }

                .product-details .section-info__product--body .product__colorType ul li:hover:not(.active) .item:before {
                    display: none;
                }

                .product-details .section-info__product--body .product__colorType ul li.active .item:not(.all):before {
                    width: 47px;
                    height: 47px;
                    top: 4px;
                    left: 4px;
                }

                .product-details .section-info__product--body .product__colorType ul li:nth-child(8n + 1) {
                    margin-left: 5px;
                }

        .product-details .section-info__product--body .product__colorType--arrow {
            width: 25px;
            height: 55px;
            background-color: rgba(255, 255, 255, 0.8);
            position: absolute;
            top: 0;
            z-index: 10;
            cursor: pointer;
        }

            .product-details .section-info__product--body .product__colorType--arrow:before {
                content: "";
                background-image: url(../images/slide-arrow.png);
                position: absolute;
                background-size: 13px;
                background-repeat: no-repeat;
                background-position: center;
                width: 13px;
                height: 8px;
                left: 50%;
                top: 50%;
            }

            .product-details .section-info__product--body .product__colorType--arrow.arrow-prev {
                left: 0;
            }

                .product-details .section-info__product--body .product__colorType--arrow.arrow-prev:before {
                    -webkit-transform: translate(-50%, -50%) rotate(90deg);
                    transform: translate(-50%, -50%) rotate(90deg);
                }

            .product-details .section-info__product--body .product__colorType--arrow.arrow-next {
                right: 0;
            }

                .product-details .section-info__product--body .product__colorType--arrow.arrow-next:before {
                    -webkit-transform: translate(-50%, -50%) rotate(270deg);
                    transform: translate(-50%, -50%) rotate(270deg);
                }

        .product-details .section-info__product--body .product__btn {
            margin: 0 10px 30px;
            border-top: 1px solid rgba(0, 0, 0, 0.2);
            padding-top: 30px;
        }

            .product-details .section-info__product--body .product__btn p {
                display: block;
                font-size: 18px;
                font-weight: 300;
                line-height: 1.39;
                width: 80%;
                margin: 0 auto 30px;
                word-break: keep-all;
            }

            .product-details .section-info__product--body .product__btn .btn {
                height: 50px;
                font-size: 16px;
            }

    .product-details .section__container .paging {
        text-align: center;
        margin: 30px 0;
    }

    .product-details .section-info__rate .reviewBestTop {
        margin: 0 10px;
    }

        .product-details .section-info__rate .reviewBestTop > .rate-progressbar__group {
            display: block;
        }

    .product-details .section-info__rate .reviewBtnSection {
        display: block;
        text-align: center;
        margin: 0 0 20px 0;
    }

        .product-details .section-info__rate .reviewBtnSection button {
            border-radius: 20px;
        }

    .product-details .section-info__rate .group-tit {
        width: 45px;
        margin-right: 10px;
        font-size: 14px;
        font-weight: 300;
        line-height: 1;
    }

    .product-details .section-info__rate .reviewBestTop > .rate-progressbar__group dl dd.group-progress {
        width: calc(100% - 190px);
    }

    .product-details .section-info__rate { /*display: none;*/
    }

        .product-details .section-info__rate .rate-title__comment, .product-details .section-info__rate .rate-title__percent {
            display: block;
            width: auto;
            text-align: center;
        }

        .product-details .section-info__rate .rate-title__percent {
            margin-top: 5px;
        }

        .product-details .section-info__rate .rate-progressbar {
            display: none;
            padding-top: 20px;
            border-top: 1px solid #f2f2f2;
        }

        .product-details .section-info__rate .rate-progressbar__group.color, .product-details .section-info__rate .rate-progressbar__group {
            float: none;
            width: auto;
            margin-left: 0;
        }

            .product-details .section-info__rate .rate-progressbar__group dl dt.group-progress, .product-details .section-info__rate .rate-progressbar__group dl dd.group-progress {
                width: calc(100% - 123px);
            }

            .product-details .section-info__rate .rate-progressbar__group dl dt.group-percent, .product-details .section-info__rate .rate-progressbar__group dl dd.group-text {
                width: 70px;
            }

    .product-details .section-info__review, .product-details .section-none__review {
        padding: 0 10px;
        width: auto;
    }

    .product-details .section-none__review {
        margin-bottom: 30px;
    }

        .product-details .section-none__review p {
            margin-bottom: 20px;
        }

    /* 20190826 제품 리뷰 영역 관련 */
    .product-details .section-info__review .review {
        padding-top: 0;
        padding-bottom: 20px;
    }

        .product-details .section-info__review .review + .review {
            padding-top: 0;
        }

        .product-details .section-info__review .review .btn_more {
            bottom: 9px;
            height: 40px;
        }

    .product-details .section-info__review .paging {
        margin: 20px 0;
    }

    .product-details .section-info__review .review__comment {
        font-size: 14px;
        line-height: 1.43;
    }

    .product-details .section-info__review .review__star {
        margin-bottom: 0;
        top: 23px;
    }

    .product-details .section-info__review .review__star--star {
        margin-right: 6px;
    }

    .product-details .section-info__review .review__star--count {
        display: none;
        font-size: 15px;
        font-weight: 500;
        line-height: 14px;
        margin-top: 2px;
    }

    .product-details .section-info__review .review__star--date {
        display: none;
    }

    .product-details .section-info__review .review__star--link {
        display: block;
        float: right;
        font-size: 15px;
        font-weight: 500;
        position: relative;
        margin-top: -2px;
    }

        .product-details .section-info__review .review__star--link:after {
            content: "";
            background-image: url(../images/review-arrow.png);
            width: 13px;
            height: 8px;
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
            display: inline-block;
            opacity: 0.2;
            margin-top: -1px;
            margin-left: 7.5px;
        }

    .product-details .section-info__review .review__info {
        padding-top: 20px;
        margin-bottom: 10px;
    }

    .product-details .section-info__review .review__info--username {
        font-size: 14px;
        margin-right: 31px;
    }

        .product-details .section-info__review .review__info--username:after {
            width: 1px;
            height: 14px;
            right: -16px;
            top: 3px;
        }

    .product-details .section-info__review .review__info--grade {
        font-size: 14px;
    }

    .product-details .section-info__review .review__image {
        margin-bottom: 0;
        padding-top: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    }

        .product-details .section-info__review .review__image h5 {
            font-size: 15px;
            font-weight: 600;
            margin-top: 0;
            margin-bottom: 20px;
        }

        .product-details .section-info__review .review__image img {
            margin-right: 5px;
            object-fit: cover;
            width: calc((100vw - 50px) / 3);
            height: calc((100vw - 50px) / 3);
        }

            .product-details .section-info__review .review__image img:nth-child(3n) {
                margin-right: 0;
            }

        .product-details .section-info__review .review__image.review__image--mobile {
            display: block;
        }

        .product-details .section-info__review .review__image.review__image--web {
            display: none;
        }

    .product-details .section-info__review .review__product {
        margin-bottom: 10px;
    }

        .product-details .section-info__review .review__product a {
            font-size: 13px;
            font-weight: 500;
        }

            .product-details .section-info__review .review__product a:after {
                display: none;
            }

    .product-details .section-info__review .review__comment--date {
        display: block;
        margin-top: 10px;
        font-size: 13px;
        font-weight: 500;
        opacity: 0.4;
    }

    .product-details .section-info__review--btn {
        display: none;
    }
}

.product-details .section-instagram {
    padding-bottom: 40px;
}

.product-details .section-content {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    padding-top: 40px;
}

.product-details .section-content__container {
    width: 750px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .product-details .section-content {
        margin-left: 10px;
        margin-right: 10px;
        padding-top: 20px;
    }

    .product-details .section-content__container {
        width: 100%;
    }
}

.product-details .section-relation {
    text-align: center;
}

.product-details .section-relation__container {
    padding-top: 40px;
    padding-bottom: 200px;
    width: 710px;
    margin: 0 auto;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.product-details .section-relation h5 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 10px;
}

.product-details .section-relation__list {
    margin-left: -5px;
    margin-right: -5px;
    /*overflow: hidden;*/
}

    .product-details .section-relation__list:after {
        content: "";
        display: block;
        clear: both;
    }

    .product-details .section-relation__list a {
        float: left;
        padding: 1px;
        width: 33.3333%;
    }

    .product-details .section-relation__list .item {
        padding-left: 5px;
        padding-right: 5px;
    }

    .product-details .section-relation__list .item__image {
        height: 338px;
        width: 100%;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        margin-bottom: 10px;
    }

    .product-details .section-relation__list .item__title {
        font-size: 16px;
        font-weight: 500;
        line-height: 1.25;
        text-align: center;
        word-break: keep-all;
        width: 160px;
        margin: 0 auto;
    }

@media (max-width: 767px) {
    .product-details .section-relation {
        padding: 0 2.5px;
    }

    .product-details .section-relation__container {
        padding-top: 40px;
        padding-bottom: 100px;
        width: 100%;
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    }

    .product-details .section-relation h5 {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .product-details .section-relation__list {
        margin-left: -2.5px;
        margin-right: -2.5px;
    }

        .product-details .section-relation__list .item {
            padding: 2.5px;
            /*padding-left: 2.5px;
          padding-right: 2.5px;*/
        }

        .product-details .section-relation__list .item__image {
            height: calc((100vw - 25px) * 0.483);
            margin-bottom: 2px;
        }

        .product-details .section-relation__list .item__title {
            font-size: 11px;
            width: 90%;
        }
}

/* Apmall 링크 팝업 */
#review-link-modal .modal-dialog .modal-content .modal-body {
    padding: 28px 50px 60px;
}

    #review-link-modal .modal-dialog .modal-content .modal-body h2 {
        font-size: 18px;
        font-weight: 500;
        line-height: 1;
        text-align: center;
        margin-top: 0;
        margin-bottom: 30px;
    }

@media (max-width: 767px) {
    #review-link-modal .modal-dialog .modal-content .modal-body {
        padding: 16.5px 28px 40px;
    }

        #review-link-modal .modal-dialog .modal-content .modal-body h2 {
            font-size: 14px;
            margin-bottom: 20px;
            line-height: 1.14;
        }
}

@media (max-width: 350px) {
    #review-link-modal .modal-dialog .modal-content .modal-body {
        padding: 16.5px 18px 40px;
    }

        #review-link-modal .modal-dialog .modal-content .modal-body h2 {
            font-size: 13px;
        }
}

/*# sourceMappingURL=details.css.map */

/* 20210727 웹접근성 */
.product-details .section-info__review .review__star--date {
    color: #545353;
    opacity: 1;
}

.evaluate2__details-form {
    display: flex !important;
}

.average-rating {
    border: 0 !important;
    margin-right: 0 !important;
}

.evaluation-details {
    border: 0 !important;
    padding-right: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 15px;
}

.evaluation-details__progress {
    width: 200px !important;
}

.evaluate2__form {
    text-align: center;
}

@media (min-width: 576px) and (max-width: 767.98px) {

    .evaluate2 {
        display: inherit !important;
    }

    .average-rating {
        border: 0 !important;
        margin-right: 0 !important;
    }

    .evaluation-details {
        border: 0 !important;
        padding-right: 0 !important;
        margin-right: 0 !important;
        margin-bottom: 15px;
    }

    .evaluation-details__progress {
        width: 200px !important;
    }

    .evaluate2__form {
        text-align: center;
    }
}

.evaluate2 {
    border: 1px solid #dddddd;
    border-radius: 5px;
}

.evaluate2__form2-star {
    display: block;
}


.evaluate2__form {
    margin: auto;
}

    .evaluate2__form button {
        background: #0551c1;
        font-size: 14px;
        border: 1px solid #0551c1;
    }

.evaluate2__details-form {
    display: flex;
}

.evaluate2__form2 {
    margin-top: 0;
}

.evaluate2__star {
    margin-top: 0;
    display: inline-block;
}

    .evaluate2__star input {
        border: 0;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(1px 1px 1px 1px);
        clip: rect(1px, 1px, 1px, 1px);
        opacity: 0;
    }

    .evaluate2__star label {
        position: relative !important;
        float: left;
        color: #C8C8C8;
        padding-left: 0px !important;
        margin: 1px !important;
    }

        .evaluate2__star label:before {
            margin: 7px 1px;
            content: "\f005" !important;
            font-family: FontAwesome;
            display: inline-block;
            border: none !important;
            font-size: 16px;
            color: rgba(0, 0, 0, 0.6);
            -webkit-user-select: none;
            -moz-user-select: none;
            user-select: none;
        }

    .evaluate2__star input[type="checkbox"] + label::after {
        display: none !important;
    }

    .evaluate2__star input:checked ~ label:before {
        color: #000;
        background: transparent;
    }

    .evaluate2__star label:hover ~ label:before {
        color: black;
    }

    .evaluate2__star label:hover:before {
        color: black;
    }

.evaluate1__title {
    line-height: 1.3em;
    font-size: 20px;
    color: #333;
}

.average-rating {
    border-right: 1px solid #eeeeee;
    display: flex;
    margin-right: 10px;
}

.average-rating__text {
    font-size: 40px;
    color: #fd9727;
    font-weight: 700;
    margin: auto 0;
}

.average-rating__img {
    width: 32px;
    height: 32px;
}

.average-rating__icon {
    margin: auto 0;
}

.evaluation-details {
    border-right: 1px solid #eeeeee;
    padding-right: 10px;
    margin-right: 10px;
}

.evaluation-details__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.evaluation-details__item {
    display: flex;
    font-size: 13px;
    line-height: 18px;
    color: #0551c1;
}

.evaluation-details__img {
    width: 12px;
    height: 12px;
}

.evaluation-details__number {
    width: 12px;
    color: #333;
}

.evaluation-details__icon {
    padding-right: 10px;
}

.evaluation-details__progress {
    width: 140px;
    padding-right: 10px;
    margin: auto;
}

    .evaluation-details__progress .progress {
        height: 5px;
    }

    .evaluation-details__progress .progress-bar {
        background: #f25800;
    }

.evaluate3__name {
    font-size: 14px;
    color: #333333;
    margin-bottom: 5px;
    font-weight: bold;
}

.evaluate3__name-icon {
    display: flex;
}

.evaluate3__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.evaluate3__img {
    width: 13px;
    height: 13px;
    display: flex;
    margin: auto;
}

.evaluate3__text {
    color: #52b858;
    font-size: 13px;
}

.evaluate3__content {
    font-size: 14px;
    font-style: normal;
    line-height: 1.5;
    color: #333333;
}

.evaluate3__icon {
    display: flex;
    padding-right: 5px;
}

.evaluate2__form2 #txtContent {
    min-height: 83px;
}

.sendevaluete {
    color: white;
    width: 100%;
    background: #000;
    border: 1px solid #000;
}

    .sendevaluete:hover {
        color: #000;
        width: 100%;
        background: white;
        border: 1px solid #000;
    }

.evaluate2__form2 input:focus, .evaluate2__form2 input:hover {
    border: 1px solid #000 !important;
    box-shadow: none !important;
}

.evaluate2__form2 textarea:focus, .evaluate2__form2 textarea:hover {
    border: 1px solid #000 !important;
    box-shadow: none !important;
}

.message-box {
}

    .message-box .error {
        color: red;
    }

    .message-box .success {
        color: blue;
    }

.star1__img {
    width: 13px;
    height: 13px;
    margin: 0 1px;
}

.star__title {
    margin-right: 5px;
}

.product-details .prd-detail-wide-content ul {
    margin-bottom: 5px !important;
    padding-left: 18px !important;
    list-style: disc;
}

.product-details .prd-detail-wide-content p {
    margin-bottom: 5px !important;
}

.mul-filter .title-head {
    margin: 5px 5px 3px 0;
    color: #333;
    display: block;
    font-weight: 400;
    font-size: 14px;
    font-weight: 700;
    padding-right: 5px;
    min-width: 105px;
    text-transform: none;
}

.cates-filters {
    padding: 0;
    margin-bottom: 10px;
    display: block;
}

    .cates-filters ul {
        width: 100%;
        display: block;
    }

.filter-item {
    margin: 0;
    cursor: pointer;
    padding: 0px 0px 0px 0px;
    margin-bottom: 0px;
    display: inline-block;
}

    .filter-item * {
        color: #898989;
        cursor: pointer;
        font-size: 1em;
        font-weight: normal;
    }

.product-filter-box {
    border-radius: 3px;
    margin-right: 5px;
    padding: 7px 12px;
    display: inline-block;
    cursor: pointer;
    min-width: 30px;
    text-align: center;
    font-size: 13px;
    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    color: rgba(0, 0, 0, .8);
    position: relative;
}

.filter-item label {
    /* padding: 0px 0px; */
    position: relative;
    color: #888;
}

.filter-item--check-box input {
    display: none;
}

.filter-item--check-box .fa {
    margin-right: 5px;
    width: 100%;
    font-size: 18px;
    line-height: 40px;
    position: absolute;
    height: 100%;
    top: 0;
    /* display: none; */
    left: 0;
}

.filter-item--check-box input + .fa:before {
    content: "";
    margin-right: 5px;
    font-size: 18px;
    border: solid 1px #ddd;
    line-height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 3px;
    height: 100%;
}

.filter-item--check-box input:checked + .fa:after, .filter-item--check-box input:checked + span:after {
    font-family: 'FontAwesome';
    color: #d6866a;
    content: "\f00c";
    position: absolute;
    width: 15px;
    height: 15px;
    line-height: 15px;
    top: 8px;
    font-size: 12px;
    visibility: hidden;
    left: 2px;
}

.filter-item--check-box input:checked + .fa:before, .filter-item--check-box input:checked + span:before {
    border-color: #000;
}
