@charset "UTF-8";

.product-details .section-info {
    padding-bottom: 100px !important
}

.pdp-overview-wrap {
    max-width: 1060px;
    margin: 0 auto 140px;
    padding: 0 40px;
    overflow: hidden
}

    .pdp-overview-wrap::after {
        content: '';
        display: block;
        clear: both
    }

.pdp-thumb-wrap {
    width: 400px;
    position: relative;
    float: left;
    overflow: hidden;
}

    .pdp-thumb-wrap .for-item {
        position: relative;
        overflow: hidden;
    }

    .pdp-thumb-wrap .pdp-emblem {
        position: absolute;
        top: 0;
        right: 0;
        padding: 30px 45px;
        z-index: 100
    }

        .pdp-thumb-wrap .pdp-emblem img {
            display: block;
            width: auto;
            max-width: 50px;
            margin: 0 auto
        }

            .pdp-thumb-wrap .pdp-emblem img + img {
                margin-top: 9px
            }

    .pdp-thumb-wrap img {
        display: block;
        width: 100%;
        max-width: 340px;
        max-height: 478px;
        margin: 0 auto;
        object-fit: contain;
        object-position: center
    }

    .pdp-thumb-wrap .for-item > img {
        height: 478px
    }

    .pdp-thumb-wrap .slider-nav {
        padding: 20px 50px 0 58px
    }

        .pdp-thumb-wrap .slider-nav .nav-item {
            position: relative;
            width: 50px !important;
            height: 50px;
            overflow: hidden;
            padding: 0;
            margin-right: 8px;
            border: 0;
            outline: none
        }

            .pdp-thumb-wrap .slider-nav .nav-item .nav-item-img {
                position: relative;
                display: block;
                width: 100%;
                height: 100%;
                background-repeat: no-repeat !important;
                background-position: center !important;
                background-size: cover !important
            }

                .pdp-thumb-wrap .slider-nav .nav-item .nav-item-img::before {
                    content: '';
                    display: block;
                    position: absolute;
                    left: 0;
                    top: 0;
                    width: 100%;
                    height: 100%;
                    border: 1px solid #ddd
                }

            .pdp-thumb-wrap .slider-nav .nav-item.slick-current .nav-item-img::before {
                border: 2px solid #000
            }

        .pdp-thumb-wrap .slider-nav .slick-track {
            margin: 0 auto !important;
            transform: none !important
        }

    .pdp-thumb-wrap .slick-arrow {
        width: 50px;
        height: 50px;
        position: absolute;
        bottom: -71px;
        z-index: 1;
        cursor: pointer;
        font-size: 0;
        border: none
    }

        .pdp-thumb-wrap .slick-arrow:before {
            content: "";
            background-image: url(../images/right-arrow.png);
            position: absolute;
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            width: 15px;
            height: 15px;
            left: 18px;
            top: 18px;
        }

        .pdp-thumb-wrap .slick-arrow.slick-prev {
            left: 0
        }

        .pdp-thumb-wrap .slick-arrow.slick-next {
            right: 0
        }

        .pdp-thumb-wrap .slick-arrow.slick-prev:before {
            left: 18px;
            transform: translateY(00%) rotate(179deg);
        }

        .pdp-thumb-wrap .slick-arrow.slick-next:before {
            right: 0;
            /* transform: translateY(-50%) rotate(270deg); */
        }

.slick-dots {
    display: none !important
}

.pdp-info-wrap {
    width: 380px;
    min-height: 548px;
    position: relative;
    float: right;
    word-break: keep-all;
    padding-top: 58px;
    padding-bottom: 115px;
    box-sizing: border-box
}

.pdp-hash {
    margin-bottom: 10px
}

    .pdp-hash li {
        display: inline-block;
        margin-right: 6px;
        font-size: 16px;
        font-weight: 600;
        color: #000
    }

.pdp-name {
    margin: 0 0 5px 0;
    line-height: 1.3;
    font-size: 0;
}

    .pdp-name .pdp-name-ko {
        display: block;
        margin: 0 0 6px;
        font-size: 29px;
        font-weight: bold;
        color: #222
    }

    .pdp-name .pdp-name-en {
        display: block;
        font-size: 16px;
        font-weight: 500;
        color: #000
    }

.pdp-desc {
    position: relative;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    font-weight: 500
}

    .pdp-desc p {
        margin: 0;
        padding-right: 50px
    }

.pdp-share a {
    display: block;
    width: 16px;
    height: 19px;
    background-image: url(../images/share-pc.png);
    background-size: contain;
    position: absolute;
    bottom: 4px;
    right: 0;
    font-size: 0;
    color: transparent
}

.pdp-point {
    width: 100%;
    color: #444;
    border-top: 1px solid #ddd
}

    .pdp-point .point-item {
        border-bottom: 1px solid #ddd;
        padding: 15px 0
    }

    .pdp-point .point-txt-wrap {
        overflow: hidden
    }

        .pdp-point .point-txt-wrap::after {
            content: '';
            display: block;
            clear: both
        }

    .pdp-point .point-tit {
        position: relative;
        display: block;
        float: left;
        font-size: 16px;
        font-weight: 700
    }

    .pdp-point .point-desc {
        margin-right: 5px;
        float: right;
        font-size: 16px;
        font-weight: 500
    }

        .pdp-point .point-desc .desc-item {
            padding: 0;
            border: 0;
            position: relative;
            font-size: 16px;
            color: #444
        }

            .pdp-point .point-desc .desc-item + .desc-item {
                position: relative;
                margin-left: 20px
            }

            .pdp-point .point-desc .desc-item.selected {
                color: #2b2b2b;
                font-weight: 700
            }

            .pdp-point .point-desc .desc-item + .desc-item::before {
                content: '';
                display: block;
                position: absolute;
                width: 1px;
                top: 4px;
                bottom: 4px;
                left: -10px;
                background-color: #bcbcbc
            }

.color-chip {
    overflow: hidden;
    margin: 24px 0 3px;
    font-size: 0
}

    .color-chip li {
        display: inline-block;
        width: 30px;
        height: 30px;
        margin: 0 8px 7px 0
    }

    .color-chip button {
        outline: none
    }

    .color-chip .color-item {
        position: relative;
        display: inline-block;
        width: 100%;
        height: 100%;
        background-color: #c9c9c9;
        background-size: contain;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 50%;
        border: 0
    }

    .color-chip .active .color-item:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        border: 2px solid #000;
        border-radius: 50%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    .color-chip .item.all {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
        border: 1px solid #666;
        border-radius: 50%
    }

        .color-chip .item.all::before {
            content: 'All';
            display: block;
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            color: #000;
            font-size: 14px;
            font-weight: 600;
            line-height: 30px;
            text-align: center
        }

    .color-chip .active .item.all:after {
        content: '';
        position: absolute;
        left: -1px;
        right: -1px;
        top: -1px;
        bottom: -1px;
        border: 2px solid #000;
        border-radius: 50%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

.pdp-btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0
}

    .pdp-btn .btn-buy {
        display: block;
        width: 100%;
        min-height: 50px;
        border: 1px solid #000;
        background-color: #000;
        color: #fff;
        font-size: 18px;
        font-weight: 500;
        transition: all 0.2s ease-out;
        line-height: 38px;
    }

        .pdp-btn .btn-buy:hover,
        .pdp-btn .btn-buy:focus,
        .pdp-btn .btn-buy:active {
            background-color: #fff;
            color: #000
        }

.pdp-detail-nav {
    text-align: center
}

    .pdp-detail-nav li {
        display: inline-block;
        margin: 0 30px
    }

        .pdp-detail-nav li.selected {
            position: relative
        }

            .pdp-detail-nav li.selected::after {
                content: '';
                display: block;
                position: absolute;
                left: 0;
                right: 0;
                bottom: -1px;
                height: 2px;
                background-color: #000
            }

        .pdp-detail-nav li a {
            display: block;
            font-size: 18px;
            padding: 12px 0;
            font-weight: 600
        }

.pdp-detail-wrap {
    border-top: 1px solid #dadada
}

    .pdp-detail-wrap + .pdp-detail-wrap {
        margin-top: 100px
    }

    .pdp-detail-wrap.pdp-last-wrap {
        margin-top: 100px
    }

    .pdp-detail-wrap .pdp-detail-inner {
        max-width: 1060px;
        margin: 0 auto;
        padding: 0 40px
    }

        .pdp-detail-wrap .pdp-detail-inner .pdp-detail-img-box img {
            display: block;
            width: 100%;
            margin: 0 auto
        }

        .pdp-detail-wrap .pdp-detail-inner .section-content__container {
            margin-top: 40px
        }

    .pdp-detail-wrap .pdp-detail-tit {
        padding: 60px 0;
        position: relative;
        z-index: 10;
    }

        .pdp-detail-wrap .pdp-detail-tit h3 {
            font-size: 30px;
            font-weight: 500;
            text-align: center;
            margin: 0
        }

        .pdp-detail-wrap .pdp-detail-tit p {
            margin: 4px 0 0 0;
            font-size: 18px;
            font-weight: 600;
            text-align: center
        }

    .pdp-detail-wrap .pdp-detail-cont {
        font-size: 12px;
        font-weight: 600;
        line-height: 1.8
    }

    .pdp-detail-wrap.pdp-with .pdp-detail-cont {
        margin-bottom: -10px
    }

    .pdp-detail-wrap .pdp-detail-cont img {
        max-width: 100%
    }

    .pdp-detail-wrap .pdp-detail-cont:not(:last-child) {
        border-bottom: 1px solid #dadada
    }

.pdp-accordion-wrap {
    max-width: 980px;
    margin: 0 auto;
    border-bottom: 1px solid #dadada
}

    .pdp-accordion-wrap .pdp-accordion-tit {
        padding-bottom: 30px
    }

        .pdp-accordion-wrap .pdp-accordion-tit h3 + p {
            margin: 0
        }

    .pdp-accordion-wrap .pdp-accordion-cont {
        padding: 25px 60px;
        border-top: 1px solid #1a1a1a;
        color: #444;
        font-size: 14px;
        font-weight: 600;
        line-height: 1.6
    }

        .pdp-accordion-wrap .pdp-accordion-cont strong {
            font-weight: 700
        }

.btn-accordion {
    display: block;
    width: 30px;
    height: 20px;
    margin: 12px auto 0;
    border: 0;
    background: url(../images/accordion-arrow-black-pc.png) no-repeat center
}

    .btn-accordion.open {
        background-image: url(../images/accordion-arrow-pc.png);
        transform: rotate(180deg)
    }

.pdp-relation {
    text-align: center;
    margin: 0 -10px
}

.relation-item {
    margin: 0 10px 10px
}

.relation-image {
    height: 400px;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

.relation-title {
    font-size: 16px;
    font-weight: 500;
    color: #666666;
    word-break: keep-all;
    margin: 0 auto
}

.pdp-sticky-wrap {
    position: fixed;
    left: 0;
    bottom: -100px;
    right: 0;
    width: 100%;
    height: 100px;
    margin: 0;
    z-index: 510;
    border-top: 1px solid #000;
    background: #fff;
    font-size: 0;
    transition: bottom 0.3s;
    box-sizing: initial
}

    .pdp-sticky-wrap.show {
        bottom: 0
    }

    .pdp-sticky-wrap .pdp-sticky-inner {
        position: relative;
        display: flex;
        align-items: center;
        max-width: 980px;
        height: 100%;
        margin: 0 auto
    }

    .pdp-sticky-wrap .pdp-stickyimg {
        display: inline-block;
        vertical-align: top;
        width: 100px;
        height: 100%;
        overflow: hidden;
        position: relative
    }

        .pdp-sticky-wrap .pdp-stickyimg img {
            display: block;
            width: 100%;
            height: 100%;
            margin: 0 auto;
            object-fit: contain;
            object-position: center
        }

    .pdp-sticky-wrap .pdp-stickyname {
        display: inline-block;
        line-height: 1.3;
        margin: 0 0 0 15px
    }

        .pdp-sticky-wrap .pdp-stickyname .pdp-stickyname-ko {
            display: block;
            margin: 0 0 2px;
            font-size: 16px;
            font-weight: 600;
            color: #222
        }

        .pdp-sticky-wrap .pdp-stickyname .pdp-stickyname-en {
            display: block;
            font-size: 12px;
            font-weight: 600;
            color: #5f5f5f
        }

    .pdp-sticky-wrap .pdp-stickybtn {
        display: inline-block;
        position: absolute;
        right: 15px
    }

        .pdp-sticky-wrap .pdp-stickybtn .btn-summarybuy {
            display: block;
            height: 54px;
            border: 1px solid #000;
            background-color: #000;
            color: #fff;
            font-size: 16px;
            text-align: center;
            font-weight: 500;
            width: 282px;
            transition: all 0.2s ease-out
        }

            .pdp-sticky-wrap .pdp-stickybtn .btn-summarybuy:hover,
            .pdp-sticky-wrap .pdp-stickybtn .btn-summarybuy:focus,
            .pdp-sticky-wrap .pdp-stickybtn .btn-summarybuy:active {
                background-color: #fff;
                color: #000
            }

#scroll-top {
    bottom: 100px
}

.bodyFixed {
    position: relative;
    overflow: hidden
}

#pdp-review .modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 600
}

    #pdp-review .modal .modal-dim {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: .7
    }

    #pdp-review .modal .modal-tit {
        text-align: center;
        font-size: 26px;
        padding: 10px 20px;
        font-weight: 700;
        color: #000;
        margin-bottom: 10px;
        line-height: 1.5
    }

    #pdp-review .modal .modal-content {
        width: 600px;
        max-height: 800px;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 10;
        background-color: #fff;
        overflow: hidden;
        padding: 20px;
        border-radius: 0
    }

    #pdp-review .modal .modal-close {
        position: absolute;
        border: 0 none;
        right: 0;
        top: 0;
        width: 70px;
        height: 70px;
        font-size: 0;
        color: transparent;
        background: url("../images/reviewImg-close-pc.png") no-repeat center
    }

.section-info__review .modal {
    position: relative
}

.section-info__review .slider-for {
    max-width: 560px;
    max-height: 560px;
    overflow: hidden
}

    .section-info__review .slider-for .img-wrap {
        width: 100%;
        overflow: hidden
    }

    .section-info__review .slider-for img {
        width: 100%
    }

.section-info__review .slider-nav {
    margin-top: 12px
}

    .section-info__review .slider-nav .nav-item {
        position: relative;
        border: 0;
        width: 120px !important;
        height: 120px;
        overflow: hidden;
        padding: 0
    }

        .section-info__review .slider-nav .nav-item + .nav-item {
            margin-left: 12px
        }

        .section-info__review .slider-nav .nav-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center
        }

        .section-info__review .slider-nav .nav-item.slick-current:after {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            border: 2px solid #000
        }

    .section-info__review .slider-nav .slick-track {
        margin: 0 !important
    }

.section-info__review .slick-arrow {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
    font-size: 0;
    border: none
}

    .section-info__review .slick-arrow:before {
        content: "";
        background-image: url(../images/reviewImg-arrow-pc.png);
        position: absolute;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        width: 30px;
        height: 16px;
        left: 50%;
        top: 50%
    }

    .section-info__review .slick-arrow.slick-prev {
        left: -6px
    }

    .section-info__review .slick-arrow.slick-next {
        right: -6px
    }

    .section-info__review .slick-arrow.slick-prev:before {
        transform: translate(-50%, -50%) rotate(90deg)
    }

    .section-info__review .slick-arrow.slick-next:before {
        transform: translate(-50%, -50%) rotate(270deg)
    }

/* ?? ?? */
.product-details .section-info__review {
    width: 100%;
    padding-top: 0;
    padding-bottom: 36px;
}

    .product-details .section-info__review .review__list {
        margin-top: 20px
    }

    .product-details .section-info__review .review {
        padding: 26px 10px;
        box-sizing: border-box
    }

        .product-details .section-info__review .review.toggle_review {
            font-size: 0
        }

            .product-details .section-info__review .review.toggle_review > div {
                display: inline-block;
                vertical-align: top
            }

    .product-details .section-info__review .review__star {
        position: static;
        margin-bottom: 0;
        width: 170px
    }

        .product-details .section-info__review .review__star > * {
            float: none
        }

    .product-details .section-info__review .review__star--star {
        position: relative;
        width: 90px;
        height: 16px;
        margin-right: 0;
        overflow: hidden;
        background-image: url(../images/star_BG_gray.png);
        background-repeat: no-repeat
    }

        .product-details .section-info__review .review__star--star .star {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 16px;
            background: url(../images/star_BG_black.png) no-repeat 0 0
        }

        .product-details .section-info__review .review__star--star.star-5 .star {
            width: 100%
        }

        .product-details .section-info__review .review__star--star.star-4 .star {
            width: 80%
        }

        .product-details .section-info__review .review__star--star.star-3 .star {
            width: 60%
        }

        .product-details .section-info__review .review__star--star.star-2 .star {
            width: 40%
        }

        .product-details .section-info__review .review__star--star.star-1 .star {
            width: 20%
        }

    .product-details .section-info__review .review__text-wrap {
        width: calc(100% - 270px)
    }

    .product-details .section-info__review .review__comment {
        color: #666;
        font-size: 14px
    }

        .product-details .section-info__review .review__comment .review_cont {
            padding-right: 60px;
            box-sizing: border-box
        }

        .product-details .section-info__review .review__comment .review_cont_more {
            padding-right: 60px;
            box-sizing: border-box
        }

    .product-details .section-info__review .review__img {
        margin-top: 10px
    }

        .product-details .section-info__review .review__img ul {
            width: 100%;
            overflow-x: auto;
            font-size: 0;
            white-space: nowrap
        }

        .product-details .section-info__review .review__img li {
            display: inline-block;
            vertical-align: top;
            width: 100px;
            height: 100px;
            overflow: hidden
        }

            .product-details .section-info__review .review__img li + li {
                margin-left: 8px
            }

            .product-details .section-info__review .review__img li a {
                display: block;
                width: 100%;
                height: 100%
            }

            .product-details .section-info__review .review__img li img {
                width: 100%;
                height: 100%;
                object-position: center;
                object-fit: cover
            }

    .product-details .section-info__review .review__info--username {
        font-weight: 500;
        margin-top: 5px;
        font-family: "Cera Pro", sans-serif
    }

    .product-details .section-info__review .review__product {
        display: none
    }

    .product-details .section-info__review .review__comment--date {
        display: inline-block;
        width: 100px;
        font-size: 14px;
        color: #333;
        font-weight: 600;
        text-align: right
    }

    .product-details .section-info__review .toggle_review .btn_more {
        display: block
    }

    .product-details .section-info__review .paging {
        margin-top: 36px
    }

.product-details .section-none__review p {
    color: #000
}

.product-details .section-none__review > .btn {
    padding: 7px 25px;
    border: 1px solid #000;
    border-radius: 0;
    color: #000;
    font-size: 14px;
    font-weight: 600
}

.product-details .section-info__review .review__top-tab {
    padding: 0 0 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #000
}

    .product-details .section-info__review .review__top-tab:after {
        content: '';
        display: block;
        clear: both
    }

.product-details .section-info__review .review__top .review__star {
    display: flex;
    float: left;
    width: auto;
}

    .product-details .section-info__review .review__top .review__star > div {
        display: inline-block;
        vertical-align: baseline
    }

.product-details .section-info__review .review__top .review__info--total {
    margin-left: 10px;
    color: #333;
    font-size: 18px;
    font-weight: 700;
    line-height: 1
}

.product-details .section-info__review .review__tab {
    float: right
}

    .product-details .section-info__review .review__tab ul {
        font-size: 0
    }

    .product-details .section-info__review .review__tab li {
        display: inline-block;
        vertical-align: middle;
        position: relative
    }

        .product-details .section-info__review .review__tab li + li:before {
            content: '';
            display: block;
            width: 1px;
            height: 11px;
            background-color: #bcbcbc;
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%)
        }

        .product-details .section-info__review .review__tab li a {
            display: block;
            padding: 0 10px;
            font-size: 14px;
            color: #666;
            letter-spacing: -0.015em;
            line-height: 18px
        }

        .product-details .section-info__review .review__tab li.on a {
            font-weight: bold;
            color: #1a1a1a
        }

.product-details .section-info__review .review__top-btn {
    margin-top: 14px
}

    .product-details .section-info__review .review__top-btn a {
        display: inline-block;
        vertical-align: top;
        width: 112px;
        height: 32px;
        font-size: 16px;
        background-color: transparent;
        color: #575757;
        line-height: 32px;
        font-weight: 600;
        border: 1px solid #1a1a1a;
        text-align: center;
        box-sizing: border-box
    }

        .product-details .section-info__review .review__top-btn a.on {
            background-color: #1a1a1a;
            color: #fff
        }

        .product-details .section-info__review .review__top-btn a + a {
            margin-left: 8px
        }

.product-details .section__container .paging a {
    padding: 0 5px;
    color: #666
}

    .product-details .section__container .paging a.on {
        color: #000;
        text-decoration: none;
        font-weight: bold
    }

.product-details .section__container .paging .paging_btn {
    height: 20px;
    line-height: 21px;
    background-color: #666
}

.product-details .section-instagram {
    max-width: 980px;
    margin: 0 auto;
    padding-bottom: 0;
    text-align: center;
    box-sizing: border-box
}

@media (max-width:1023px) {
    .pdp-overview-wrap {
        margin: 0 6.66vw 0;
        padding: 0;
        overflow: unset
    }

    .pdp-thumb-wrap {
        width: calc(100% + 15px);
        margin-left: -7.5px;
        float: unset
    }

        .pdp-thumb-wrap img {
            max-width: 100%;
            max-height: 100%
        }

        .pdp-thumb-wrap .pdp-emblem {
            padding: 30px 10px
        }

    .pdp-info-wrap {
        width: 100%;
        float: unset;
        padding-top: 37px;
        padding-bottom: 0;
        min-height: 0;
        height: auto
    }

    .pdp-hash {
        margin-bottom: 10px
    }

        .pdp-hash li {
            margin-right: 3px;
            font-size: 15px
        }

    .pdp-name {
        margin: 0 0 35px 0
    }

        .pdp-name .pdp-name-ko {
            margin: 0;
            font-size: 23px
        }

        .pdp-name .pdp-name-en {
            font-size: 15px
        }

    .pdp-desc {
        margin-bottom: 12px;
        font-size: 14px
    }

    .pdp-share a {
        width: 13px;
        height: 15px;
        background-image: url(../images/share-mo.png);
        bottom: 2px
    }

    .pdp-point .point-item {
        padding: 10px 0
    }

    .pdp-point .point-tit {
        font-size: 14px
    }

    .pdp-point .point-desc {
        margin-right: 0;
        font-size: 13px;
        line-height: 20px
    }

        .pdp-point .point-desc .desc-item {
            font-size: 14px
        }

            .pdp-point .point-desc .desc-item + .desc-item {
                margin-left: 20px
            }

                .pdp-point .point-desc .desc-item + .desc-item::before {
                    top: 3.5px;
                    bottom: 3.5px;
                }

    .color-chip {
        margin: 12px 0 9px;
        overflow-x: scroll;
        width: 100%;
        white-space: nowrap
    }

        .color-chip li {
            display: inline-block;
            width: 41px;
            height: 41px;
            margin: 0
        }

            .color-chip li + li {
                margin-left: 15px
            }

        .color-chip .active .color-item:after {
            border-width: 1px
        }

        .color-chip .item.all::before {
            line-height: 41px
        }

        .color-chip::-webkit-scrollbar {
            display: none
        }
    /* .mCSB_horizontal.mCSB_inside > .mCSB_container {margin-bottom:20px!important}
	.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {background-color:rgba(0,0,0,0.3)!important}
	.mCSB_scrollTools .mCSB_draggerRail {background-color:transparent!important} */
    .pdp-btn {
        margin-top: 25px;
        position: unset
    }

        .pdp-btn .btn-buy {
            height: 50px;
            font-size: 16px;
            border-width: 1px;
            line-height: 38px;
        }

    .pdp-thumb-wrap .slider-nav {
        display: none
    }

    .pdp-thumb-wrap .slick-arrow {
        display: none !important
    }

    .slick-dots {
        text-align: center;
        display: block !important
    }

        .slick-dots li {
            display: inline-block;
            margin-right: 6px
        }

            .slick-dots li button {
                border: 0;
                width: 6px;
                height: 6px;
                border-radius: 100%;
                background-color: #e6e6e6;
                font-size: 0;
                padding: 0
            }

            .slick-dots li.slick-active button {
                background-color: #fff;
                border: 1px solid #000
            }

    .pdp-detail-nav {
        margin-top: 35px
    }

        .pdp-detail-nav li {
            margin: 0 20px
        }

            .pdp-detail-nav li.selected::after {
                height: 2px
            }

            .pdp-detail-nav li a {
                font-size: 14px
            }

    .pdp-detail-wrap .pdp-detail-inner {
        margin: 0 6.66vw;
        padding: 0
    }

        .pdp-detail-wrap .pdp-detail-inner .section-content__container {
            width: 100%
        }

    .pdp-detail-wrap.pdp-last-wrap {
        margin-top: 24px;
        margin-bottom: 1px
    }

    .pdp-detail-wrap .pdp-detail-tit {
        padding: 32.5px 0 4px
    }

        .pdp-detail-wrap .pdp-detail-tit h3 {
            font-size: 21px
        }

        .pdp-detail-wrap .pdp-detail-tit p {
            margin: 0;
            font-size: 14px
        }

    .pdp-detail-wrap .pdp-detail-cont {
        font-size: 12px;
        padding: 12.5px 0
    }

        .pdp-detail-wrap .pdp-detail-cont strong {
            font-weight: 600
        }

    .pdp-detail-wrap.pdp-with .pdp-detail-cont {
        margin-bottom: 0
    }

    .pdp-accordion-wrap .pdp-accordion-tit {
        padding: 24px 0 18px
    }

    .btn-accordion {
        margin-top: 3px;
        background-size: 14px auto
    }

        .btn-accordion:after {
            background-image: url(../images/accordion-arrow-mo.png);
            width: 14px;
            height: 7.5px;
            left: calc(50% - 7px);
            bottom: 45px
        }

    .pdp-relation {
        margin: 0
    }

    .relation-item {
        margin: 0
    }

    .relation-image {
        height: 404px;
        width: 322px
    }

    .relation-title {
        font-size: 13px
    }

    .pdp-sticky-wrap {
        border-width: 2px;
        height: 60px;
        border-top: 2px solid #000
    }

        .pdp-sticky-wrap .pdp-stickyimg {
            display: none
        }

        .pdp-sticky-wrap .pdp-stickyname {
            display: none
        }

        .pdp-sticky-wrap .pdp-stickybtn {
            width: 100%;
            height: 100%;
            right: 0
        }

            .pdp-sticky-wrap .pdp-stickybtn .btn-summarybuy {
                border: 0;
                font-size: 18px;
                width: 100%;
                height: 100%
            }
    /* .pdp-sticky-wrap .pdp-stickybtn .btn-summarybuy:hover,
	.pdp-sticky-wrap .pdp-stickybtn .btn-summarybuy:focus,
	.pdp-sticky-wrap .pdp-stickybtn .btn-summarybuy:active {display:none} */
    .pdp-last-wrap {
        margin-bottom: 94px
    }

    #scroll-top {
        bottom: 60px
    }

    .product-details .section-info__review, .product-details .section-none__review {
        width: 100%;
        padding: 0
    }

        .product-details .section-info__review .review__list {
            margin-top: 12.5px
        }

        .product-details .section-info__review .review {
            padding: 17.5px 0
        }

            .product-details .section-info__review .review + .review {
                padding-top: 15px
            }

            .product-details .section-info__review .review.toggle_review > div {
                display: block;
                width: 100%
            }

        .product-details .section-info__review .review__star--star {
            width: 74px;
            height: 13px;
            background-size: auto 13px
        }

            .product-details .section-info__review .review__star--star .star {
                height: 13px;
                background-size: auto 13px
            }

        .product-details .section-info__review .review__info--username {
            font-size: 12px;
            color: #333
        }

        .product-details .section-info__review .review__comment {
            max-height: 54px
        }

            .product-details .section-info__review .review__comment .review_cont {
                padding-right: 0;
                font-size: 12px;
                line-height: 1.5
            }

            .product-details .section-info__review .review__comment .review_cont_more {
                padding-right: 0;
                font-size: 12px;
                line-height: 1.5
            }

        .product-details .section-info__review .review__img li {
            width: 80px;
            height: 80px
        }

            .product-details .section-info__review .review__img li + li {
                margin-left: 5px
            }

        .product-details .section-info__review .review__comment--date {
            text-align: left;
            opacity: 1
        }

        .product-details .section-info__review .review__top-tab {
            padding: 0 0 7.5px
        }

        .product-details .section-info__review .review__top .review__star {
            padding-left: 0
        }

            .product-details .section-info__review .review__top .review__star > div {
                vertical-align: middle
            }

        .product-details .section-info__review .review__top .review__info--total {
            margin-left: 5px;
            font-size: 14px;
            font-weight: 700
        }

        .product-details .section-info__review .review__tab {
            margin-top: 4px
        }

            .product-details .section-info__review .review__tab li a {
                padding: 0 10px;
                font-size: 13px;
                line-height: 1
            }

            .product-details .section-info__review .review__tab li + li a {
                padding-right: 0
            }

            .product-details .section-info__review .review__tab li + li:before {
                height: 11.5px
            }

        .product-details .section-info__review .review__top-btn a {
            width: 88px;
            height: 30px;
            font-size: 13px;
            line-height: 30px
        }

            .product-details .section-info__review .review__top-btn a + a {
                margin-left: 6px
            }

    .product-details .section-instagram {
        padding-left: 15px;
        overflow-x: scroll;
        margin-bottom: 0
    }

    .product-details .section__container .paging {
        margin: 12.5px 0
    }

    .pdp-detail-wrap + .pdp-detail-wrap {
        margin-top: 30px
    }

    .pdp-detail-wrap.pdp-last-wrap {
        box-sizing: border-box
    }

    .pdp-accordion-wrap .pdp-accordion-cont {
        padding: 10px 0;
        font-size: 12px;
        line-height: 1.5
    }

    .relation-image {
        width: 278px;
        height: 358px;
        margin: 0 auto
    }
}

@media (max-width:767px) {
    .product-details .section-info__review .review__tab {
        margin-top: 2px
    }

    #pdp-review .modal .modal-content {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        transform: inherit;
        width: 100%;
        height: 100%;
        max-height: 100%;
        padding: 4vw
    }

    #pdp-review .modal .modal-tit {
        font-size: 21px;
        padding-bottom: 15px
    }

    #pdp-review .modal .modal-close {
        background-image: url("../images/reviewImg-close-mo.png");
        width: 16px;
        height: 16px;
        top: 15px;
        right: 15px;
        background-size: contain
    }

    .section-info__review .slider-for {
        max-width: 92vw;
        max-height: 92vw
    }

    .section-info__review .slider-nav {
        margin-top: 10px
    }

        .section-info__review .slider-nav .nav-item {
            width: 19.73vw !important;
            height: 19.73vw
        }

            .section-info__review .slider-nav .nav-item + .nav-item {
                margin-left: 1.6vw
            }

    .section-info__review .slick-arrow {
        background-color: rgba(0, 0, 0, 0.3);
        width: 30px;
        height: 45px
    }

        .section-info__review .slick-arrow.slick-prev {
            left: 0
        }

        .section-info__review .slick-arrow.slick-next {
            right: 0
        }

        .section-info__review .slick-arrow:before {
            content: "";
            background-image: url(../images/reviewImg-arrow-mo.png);
            width: 19px;
            height: 10px
        }
}

.pdp-detail-nav {
    height: 50px;
    height: auto
}

    .pdp-detail-nav ul {
        width: 100%;
        padding-top: 0;
        background-color: #fff;
    }

        .pdp-detail-nav ul.fixed {
            position: fixed;
            left: 0;
            top: 0;
            padding-top: 103px;
            z-index: 99;
            border-bottom: 1px solid #dadada;
            transition: padding-top 0.65s ease;
        }

@media all and (max-width:1024px) {
    .pdp-detail-nav ul.fixed {
        padding-top: 99px
    }
}

@media all and (max-width:1023px) {
    .pdp-detail-nav {
        height: auto
    }
}

@media all and (max-width:767px) {
    .pdp-detail-nav ul.fixed {
        top: 0;
        padding-top: 0
    }

    .pdp-detail-nav.fixed.mo-fixed ul {
        padding-top: 59px
    }
}

@media (max-width:375px) {
    .pdp-overview-wrap {
        margin: 0 25px
    }
}

/* ??? ? header, breadcrumb */
.navbar-container {
    transition: top 0.5s ease;
}

.product-details .breadcrumb {
    transition: top 0.55s ease;
}

.scroll-down .navbar-container {
    top: -150px;
}

.scroll-up .navbar-container {
    top: 0;
}

.scroll-down .product-details .breadcrumb {
    top: -40px;
}

.scroll-up .product-details .breadcrumb {
    top: 83px;
}

.scroll-down .pdp-detail-nav ul {
    transition: padding-top 0.55s ease;
}

    .scroll-down .pdp-detail-nav ul.fixed {
        padding-top: 0;
    }

.scroll-up .pdp-detail-nav ul.fixed {
    padding-top: 125px;
}

@media all and (max-width:767px) {
    .scroll-up .pdp-detail-nav ul.fixed {
        padding-top: 59px;
    }
}
