.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}
/* slick.min.css :: E */
/* main common */

.main-renew {
    margin-top: -34px;
}

.main-renew h2 {
    padding-bottom: 30px;
    color: #030200;
    font-weight: normal;
    font-size: 28px;
    font-family: 'Buri', serif;
    text-align: center;
}

@media only screen and (max-width: 1439px) {
    .main-renew h2 {
        font-size: 1.944vw;
    }
}

@media only screen and (max-width: 1023px) {
    .main-renew {
        margin-top: 0;
    }
}

@media only screen and (max-width: 767px) {
    .main-renew h2 {
        font-size: 5vw;
    }
}

.main-renew .display-pc {}

.main-renew .display-mo {
    display: none;
}

@media only screen and (max-width: 767px) {
    .main-renew h2 {
        padding-bottom: 3.125vw;
    }
    .main-renew .display-pc {
        display: none;
    }
    .main-renew .display-mo {
        display: block;
    }
}
/* MAIN KV :: S */

.main-kv-wrap {
    position: relative;
    width: 100%;
}

.main-kv {
    position: relative;
    max-width: 100%;
    height: 100%;
    margin: 0 auto;
    background-color: #ececec;
    overflow-y: hidden;
}

.main-kv .kv-slide {
    position: relative;
    background-position: 50% 0;
    background-repeat: no-repeat;
}

.main-kv .kv-slide .mainpc {
    /* position: absolute; */
    width: 100%;
    max-width: inherit;
    display: block;
}

.main-kv .kv-slide .mainmo {
    position: absolute;
    display: none;
}

.main-kv .kv-veil {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    opacity: 0;
}

.main-kv .txt-wrap {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
}

.main-kv .txt-cont {
    display: table;
    width: 480px;
    height: inherit;
    color: #fff;
    text-align: right;
    opacity: 0;
}

.main-kv .txt-cont .txt-cont-cell {
    display: table-cell;
    height: inherit;
    vertical-align: middle;
}

.main-kv .txt-cont .kv-tit {
    font-size: 42px;
    font-family: 'Buri', serif;
    line-height: 54px;
}

.main-kv .txt-cont .txt-sub {
    font-size: 18px;
    font-family: 'Buri', serif;
}

.main-kv .txt-cont .txt-desc {
    margin: 46px 0 0;
    font-size: 20px;
    font-family: 'Buri', serif;
}

.main-kv .txt-cont .btn-wrap {
    margin: 30px 0 0;
}

.main-kv .txt-cont .btn-view {
    display: inline-block;
    width: 132px;
    height: 38px;
    margin-left: 10px;
    border: 1px solid #fff;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    line-height: 38px;
    text-align: center;
    text-decoration: none !important;
}

.main-kv .kv-slide.slick-active .kv-veil,
.main-kv .kv-slide.slick-active .txt-cont {
    opacity: 1;
}
/*20191010 동영상영역 수정*/

.main-kv .video-item.slick-current .kv-veil,
.main-kv .video-item.slick-current .txt-cont {
    opacity: 1 !important;
}

.main-kv .slick-arrow {
    position: absolute;
    top: 50%;
    margin-top: -29px;
    z-index: 1;
    width: 30px;
    height: 58px;
    background-position: 0 0;
    background-repeat: 0 0;
    overflow: hidden;
    text-indent: -9999px;
    font-size: 0;
    line-height: 0;
    z-index: 1;
}

.main-kv .slick-prev {
    outline: none;
    left: 168px;
    background-image: url('../image/main-kv-arr-l.png');
}

.main-kv .slick-next {
    outline: none;
    right: 168px;
    background-image: url('../image/main-kv-arr-r.png');
}

.main-kv .slick-dots {
    position: absolute;
    right: 0;
    bottom: 24px;
    left: 0;
    margin: 0 auto;
    text-align: center;
}

.main-kv .slick-dots li {
    display: inline-block;
    padding: 0 5px;
    font-size: 0;
    line-height: 0;
}

.main-kv .slick-dots button {
    width: 10px;
    height: 10px;
    padding: 0;
    overflow: hidden;
    background: #fff;
    border-radius: 5px;
    text-indent: -9999px;
    -webkit-transition: width .3s;
    -moz-transition: width .3s;
    -o-transition: width .3s;
    transition: width .3s;
}

.main-kv .slick-dots .slick-active button {
    width: 25px;
}

.main-kv-wrap .btn-control {
    position: absolute;
    bottom: 22px;
    left: 50%;
    width: 18px;
    height: 18px;
    padding: 0;
    background-repeat: no-repeat;
    background-position: 0 0;
    overflow: hidden;
    text-indent: -9999px;
    z-index: 1;
}

.main-kv-wrap .btn-control.dot1 {
    margin-left: 23px;
}

.main-kv-wrap .btn-control.dot2 {
    margin-left: 33px;
}

.main-kv-wrap .btn-control.dot3 {
    margin-left: 43px;
}

.main-kv-wrap .btn-control.dot4 {
    margin-left: 53px;
}

.main-kv-wrap .btn-control.dot5 {
    margin-left: 63px;
}

.main-kv-wrap .btn-control.dot6 {
    margin-left: 73px;
}

.main-kv-wrap .btn-control.dot7 {
    margin-left: 83px;
}

.main-kv-wrap .btn-control.dot8 {
    margin-left: 93px;
}

.main-kv-wrap .btn-control.dot9 {
    margin-left: 103px;
}

.main-kv-wrap .btn-control.dot10 {
    margin-left: 113px;
}

.main-kv-wrap .btn-control.play {
    background-image: url('../image/btn-play-pc.png');
}

.main-kv-wrap .btn-control.stop {
    background-image: url('../image/btn-stop-pc.png');
}

@media only screen and (max-width: 1440px) {
    .main-kv .slick-prev {
        left: 5.556vw;
    }
    .main-kv .slick-next {
        right: 5.556vw;
    }
}

@media only screen and (max-width: 1027px) {
    .main-kv {
        height: 100%;
    }
    .main-kv .kv-slide {
        background-size: cover;
    }
    .main-kv .kv-veil {
        height: 38.194vw;
    }
    .main-kv .txt-cont {
        width: 32.750vw;
    }
    .main-kv .txt-cont .kv-tit {
        font-size: 2.917vw;
        line-height: 3.750vw;
        letter-spacing: -0.139vw;
    }
    .main-kv .txt-cont .txt-sub {
        font-size: 1.250vw;
    }
    .main-kv .txt-cont .txt-desc {
        margin: 3.194vw 0 0;
        font-size: 1.389vw;
    }
    .main-kv .txt-cont .btn-wrap {
        margin: 2.083vw 0 0;
    }
    .main-kv .txt-cont .btn-view {
        width: 9.167vw;
        height: 2.639vw;
        margin-left: 0.694vw;
        font-size: 1.042vw;
        line-height: 2.639vw;
    }
    .main-kv .slick-track {
        height: 100%;
    }
    .main-kv .slick-arrow {
        margin-top: -2.014vw;
        width: 2.083vw;
        height: 4.028vw;
        background-size: cover;
    }
    .main-kv .slick-prev {
        left: 5.556vw;
    }
    .main-kv .slick-next {
        right: 5.556vw;
    }
    .main-kv .slick-dots {
        bottom: 1.667vw;
    }
    .main-kv .slick-dots li {
        padding: 0 0.347vw;
    }
    .main-kv .slick-dots button {
        width: 0.694vw;
        height: 0.694vw;
        border-radius: 0.347vw;
    }
    .main-kv .slick-dots .slick-active button {
        width: 1.736vw;
    }
    .main-kv-wrap .btn-control {
        top: 35.556vw;
        width: 1.250vw;
        height: 1.250vw;
        background-size: cover;
    }
    .main-kv-wrap .btn-control.dot1 {
        margin-left: 1.597vw;
    }
    .main-kv-wrap .btn-control.dot2 {
        margin-left: 2.292vw;
    }
    .main-kv-wrap .btn-control.dot3 {
        margin-left: 2.986vw;
    }
    .main-kv-wrap .btn-control.dot4 {
        margin-left: 3.681vw;
    }
    .main-kv-wrap .btn-control.dot5 {
        margin-left: 4.375vw;
    }
    .main-kv-wrap .btn-control.dot6 {
        margin-left: 5.069vw;
    }
    .main-kv-wrap .btn-control.dot7 {
        margin-left: 5.764vw;
    }
    .main-kv-wrap .btn-control.dot8 {
        margin-left: 6.458vw;
    }
    .main-kv-wrap .btn-control.dot9 {
        margin-left: 7.153vw;
    }
    .main-kv-wrap .btn-control.dot10 {
        margin-left: 7.847vw;
    }
}

@media only screen and (max-width: 767px) {
    .main-kv-wrap {
        width: 100%;
    }
    .main-kv {
        position: relative;
        height: 135vw;
        overflow-y: visible;
    }
    .main-kv .kv-slide {
        background-size: cover;
    }
    .main-kv .kv-slide .mainpc {
        display: none;
    }
    .main-kv .kv-slide .mainmo {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
    }
    .main-kv .kv-veil {
        display: none;
    }
    .main-kv .txt-wrap {
        position: absolute;
        top: auto;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 28.125vw;
    }
    .main-kv .txt-wrap:after {
        display: block;
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: '';
    }
    .main-kv .txt-cont {
        display: table;
        width: 100%;
        height: inherit;
        text-align: center;
    }
    .main-kv .kv-slide.slick-active .txt-cont {
        opacity: 1 !important;
    }
    .main-kv .txt-cont .txt-cont-cell {
        position: relative;
        display: table-cell;
        height: inherit;
        vertical-align: middle;
        z-index: 1;
    }
    .main-kv .txt-cont .kv-tit {
        font-size: 6.250vw;
        line-height: 7.188vw;
        letter-spacing: -0.1em;
    }
    .main-kv .txt-cont .txt-sub {
        margin-top: 1.250vw;
        font-size: 3.438vw;
        letter-spacing: 0.01em;
    }
    .main-kv .txt-cont .txt-desc {
        display: none;
    }
    .main-kv .txt-cont .btn-wrap {
        display: none;
    }
    .main-kv .cta-mobile {
        position: absolute;
        top: 0;
        left: 0;
        width: auto;
        max-width: inherit;
        height: 100%;
        z-index: 1;
    }
    .main-kv .slick-track {
        height: 135vw;
    }
    .main-kv .slick-arrow {
        width: 12px;
        height: 12px;
        background-position: center;
        margin-top: 0;
        top: auto;
        bottom: -8.438vw;
    }
    .main-kv.main-kv .slick-next {
        right: 5.556vw;
    }
    .main-kv .slick-dots {
        position: absolute;
        right: 0;
        bottom: -8.438vw;
        left: 0;
        margin: 0 auto;
        text-align: center;
    }
    .main-kv .slick-dots li {
        display: inline-block;
        padding: 0 0.938vw;
    }
    .main-kv .slick-dots button {
        width: 2.500vw;
        height: 2.500vw;
        background: #e7e7e7;
        border-radius: 1.250vw;
        -webkit-transition: width .3s;
        -moz-transition: width .3s;
        -o-transition: width .3s;
        transition: width .3s;
    }
    .main-kv .slick-dots .slick-active button {
        width: 6.563vw;
        /*background-color:#4f4f4f;*/
    }
    .main-kv-wrap .btn-control {
        top: 140vw;
        width: 4.688vw;
        height: 4.688vw;
        background-size: cover;
    }
    .main-kv-wrap .btn-control.dot1 {
        margin-left: 5.156vw;
    }
    .main-kv-wrap .btn-control.dot2 {
        margin-left: 7.344vw;
    }
    .main-kv-wrap .btn-control.dot3 {
        margin-left: 9.531vw;
    }
    .main-kv-wrap .btn-control.dot4 {
        margin-left: 11.719vw;
    }
    .main-kv-wrap .btn-control.dot5 {
        margin-left: 13.906vw;
    }
    .main-kv-wrap .btn-control.dot6 {
        margin-left: 16.094vw;
    }
    .main-kv-wrap .btn-control.dot7 {
        margin-left: 18.281vw;
    }
    .main-kv-wrap .btn-control.dot8 {
        margin-left: 20.469vw;
    }
    .main-kv-wrap .btn-control.dot9 {
        margin-left: 22.656vw;
    }
    .main-kv-wrap .btn-control.dot10 {
        margin-left: 24.844vw;
    }
    .main-kv-wrap .btn-control.play {
        background-image: url('../image/btn-play-mo.png');
    }
    .main-kv-wrap .btn-control.stop {
        background-image: url('../image/btn-stop-mo.png');
    }
}
/*video::-webkit-media-controls-start-playback-button {display:none !important;}*/

.video-item {
    background-color: #fff;
}
/*20191010 동영상영역 수정*/

.video-item .kv-veil {
    width: 50% !important;
    opacity: 0 !important;
}

.video-item .txt-cont {
    opacity: 0 !important;
}
/* .video-wrap {position:absolute; top:0; left:0; width:56%; height: 100%;} */

.video-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-wrap .video-wrap-inner {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: inherit;
    overflow: hidden;
    /* text-align:right; */
}

.kv-video {
    height: 100%;
}

.vdo-mo {
    display: none;
}

.main-kv .kv-slide .video-wrap.video-01 .video-wrap-inner {
    position: static;
    margin-left: 5%;
}
/* ICS상 Video Add class 필드에서 입력한 video-01 클래스 를 적용*/

@media only screen and (max-width: 1439px) {
    /* .kv-video {position:absolute;top:0;left:50%;transform:translateX(-50%);} */
}

@media only screen and (max-width: 767px) {
    .video-wrap {
        width: 100%;
        height: 100%;
    }
    .kv-video {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        height: auto;
        transform: translateY(-50%);
        /* margin-left:0;margin-top:-88.889vw; */
    }
    .vdo-pc {
        display: none;
    }
    .vdo-mo {
        display: block;
    }
    .main-kv .video-item .cta-mobile {
        position: absolute;
        top: auto;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 28.125vw;
        z-index: 1;
    }
}
/* MAIN KV :: E */
/* 설화수 선물추천 :: S */

.main-recomm-wrap {
    margin-top: 120px;
}

.main-recomm-inner {
    width: 1440px;
    margin: 0 auto;
}

.recomm-tab-list {
    width: 500px;
    height: 42px;
    margin: 0 auto;
    border-bottom: 2px solid #e6e6e6;
}

.recomm-tab-list:after {
    clear: both;
    display: block;
    content: '';
}

.recomm-tab-list .btn-tab {
    float: left;
    display: block;
    position: relative;
    width: 33.33%;
    font-size: 17px;
    line-height: 42px;
    text-align: center;
    text-decoration: none;
}

.recomm-tab-list .btn-tab.current {
    color: #b17c5c;
    font-weight: bold;
}

.recomm-tab-list .btn-tab.current:after {
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #b17c5c;
    font-size: 0;
    line-height: 0;
    content: '';
}

.recomm-tabpanel {
    position: relative;
    margin-top: 25px;
    padding: 0;
    box-sizing: border-box;
}

.prd-item {
    float: left;
    position: relative;
    width: 25%;
    padding: 34px 35px 0;
    box-sizing: border-box;
}

.prd-item .vdo-thumb {
    width: 290px;
    height: 290px;
    padding: 11px 0 0;
    line-height: 0;
    font-size: 0;
    text-align: center;
    box-sizing: border-box;
}

.prd-item .vdo-thumb video {
    width: 220px;
}

.prd-item .gif-thumb {
    display: table;
    width: 290px;
    height: 290px;
    padding: 0;
    line-height: 0;
    font-size: 0;
    text-align: center;
    box-sizing: border-box;
}

.prd-item .gif-thumb .gif-cell {
    display: table-cell;
    vertical-align: middle;
}

.prd-item .gif-thumb .gif-cell img {
    width: 100%;
}

.prd-item .prd-name {
    padding: 0 0 25px;
    color: #333;
    font-size: 18px;
    font-family: 'Buri', serif;
    letter-spacing: -.1em;
    text-align: center;
}

.cta-layer {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 360px;
    height: 383px;
    background: rgba(242, 242, 242, 0.5);
}

.cta-layer .cta-layer-inner {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
}

.cta-layer .btn-view {
    display: inline-block;
    width: 178px;
    height: 38px;
    border: 1px solid #555;
    background: #fff;
    color: #555;
    font-weight: bold;
    font-size: 15px;
    line-height: 38px;
    text-decoration: none !important;
    transition: all 400ms;
}

.cta-layer .btn-view:hover {
    background-color: black;
    color: white;
}

.cta-layer .btn-view.black {
    margin-top: 9px;
    background: #555;
    color: #fff;
}

.prd-item.on .cta-layer {
    display: table;
}

.prd-item:hover .cta-layer {
    display: table;
}

.recomm-tabpanel .slick-track {
    height: ;
}

.recomm-tabpanel .slick-arrow {
    position: absolute;
    top: 50%;
    margin-top: -32px;
    width: 42px;
    height: 63px;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
    z-index: 1;
}

.recomm-tabpanel .slick-arrow.slick-prev {
    left: 0;
    /* background: url(../images/reco-arr-prev.png) no-repeat 0 0; */
    background-size: cover;
}

.recomm-tabpanel .slick-arrow.slick-next {
    right: 0;
    /* background: url(../images/reco-arr-next.png) no-repeat 0 0; */
    background-size: cover;
}

.recomm-tabpanel .slick-dots {
    margin: 25px auto 0;
    text-align: center;
}

.recomm-tabpanel .slick-dots li {
    display: inline-block;
    padding: 0 5px;
    font-size: 0;
    line-height: 0;
}
/* // 2019-09-04 선물추천 인디케이터 전체 노출 수정
.recomm-tabpanel .slick-dots li {display:none; padding:0 5px; font-size:0; line-height:0;}
.recomm-tabpanel .slick-dots.trending li.trending {display:inline-block;}
.recomm-tabpanel .slick-dots.best li.best {display:inline-block;}
.recomm-tabpanel .slick-dots.new li.new {display:inline-block;}
*/

.recomm-tabpanel .slick-dots button {
    width: 10px;
    height: 10px;
    padding: 0;
    overflow: hidden;
    background: #e7e7e7;
    border-radius: 5px;
    text-indent: -9999px;
}

.recomm-tabpanel .slick-dots .slick-active button {
    background: #4f4f4f;
}

@media only screen and (max-width: 1439px) {
    .main-recomm-wrap {
        margin-top: 8.333vw;
    }
    .main-recomm-inner {
        width: 100%;
    }
    .recomm-tabpanel {
        margin-top: 1.736vw;
        box-sizing: border-box;
    }
    .prd-item {
        float: left;
        position: relative;
        width: 25%;
        padding: 2.361vw 2.431vw 0;
        box-sizing: border-box;
    }
    .prd-item .prd-img {
        height: 20.139vw;
    }
    .prd-item .vdo-thumb {
        width: 20.139vw;
        height: 20.139vw;
        padding: 0.764vw 0 0;
    }
    .prd-item .vdo-thumb video {
        width: 15.278vw;
    }
    .prd-item .gif-thumb {
        width: 20.139vw;
        height: 20.139vw;
    }
    .prd-item .prd-name {
        padding: 0 0 1.736vw;
        color: #333;
        font-size: 1.250vw;
        font-family: 'Buri', serif;
        letter-spacing: -.1em;
        text-align: center;
    }
    .cta-layer {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 25vw;
        height: 26.597vw;
        background: rgba(242, 242, 242, 0.5);
    }
    .cta-layer .cta-layer-inner {
        display: table-cell;
        width: 100%;
        height: 100%;
        vertical-align: middle;
        text-align: center;
    }
    .cta-layer .btn-view {
        display: inline-block;
        width: 12.361vw;
        height: 2.639vw;
        border: 0.069vw solid #555;
        background: #fff;
        color: #555;
        font-weight: bold;
        font-size: 1.042vw;
        line-height: 2.639vw;
        text-decoration: none !important;
    }
    .cta-layer .btn-view.black {
        margin-top: 0.625vw;
        background: #555;
        color: #fff;
    }
    .prd-item.on .cta-layer {
        display: table;
    }
    .prd-item:hover .cta-layer {
        display: table;
    }
    .recomm-tabpanel .slick-track {
        height: ;
    }
    .recomm-tabpanel .slick-arrow {
        position: absolute;
        top: 50%;
        margin-top: -2.222vw;
        width: 2.917vw;
        height: 4.375vw;
        overflow: hidden;
        font-size: 0;
        line-height: 0;
        text-indent: -9999px;
        z-index: 1;
    }
    .recomm-tabpanel .slick-dots {
        margin: 1.736vw auto 0;
        text-align: center;
    }
    .recomm-tabpanel .slick-dots li {
        padding: 0 0.347vw;
    }
    .recomm-tabpanel .slick-dots button {
        width: 0.694vw;
        height: 0.694vw;
        padding: 0;
        overflow: hidden;
        background: #e7e7e7;
        border-radius: 0.347vw;
        text-indent: -9999px;
    }
    .recomm-tabpanel .slick-dots .slick-active button {
        background: #4f4f4f;
    }
}

@media only screen and (max-width: 767px) {
    .main-recomm-wrap {
        margin-top: 21.875vw;
    }
    .main-recomm-inner {
        width: 100%;
        margin: 0;
    }
    .recomm-tab-list {
        width: auto;
        height: 10.625vw;
        margin: 0 4.688vw;
        padding: 0;
        border-bottom: 0.313vw solid #e6e6e6;
    }
    .recomm-tab-list .btn-tab {
        font-size: 2.813vw;
        line-height: 10.625vw;
    }
    .recomm-tab-list .btn-tab.current:after {
        bottom: -0.313vw;
        height: 0.313vw;
    }
    .recomm-tabpanel {
        margin-top: 4.688vw;
        padding: 0 3.438vw;
    }
    .prd-item {
        width: 50%;
        height: 68.438vw;
        padding: 0 1.250vw;
        box-sizing: border-box;
    }
    .prd-item .prd-img {
        height: 50vw;
        background-color: #fafafa;
    }
    .prd-item .vdo-thumb {
        display: table;
        width: 100%;
        height: 50vw;
        margin: 0;
        padding: 0;
        background-color: #fafafa;
    }
    .prd-item .vdo-thumb .vdo-cell {
        display: table-cell;
        vertical-align: middle;
    }
    .prd-item .vdo-thumb video {
        width: 31.250vw;
        height: 31.250vw;
    }
    .prd-item .gif-thumb {
        width: 100%;
        height: 50vw;
        margin: 0;
        padding: 0;
        background-color: #fafafa;
    }
    .prd-item .prd-img img.display-mo {
        width: 100%;
    }
    .prd-item .prd-name {
        height: 18.438vw;
        padding: 1.875vw 0;
        font-size: 3.750vw;
        box-sizing: border-box;
    }
    .cta-layer {
        display: none;
    }
    .prd-item.on .cta-layer {
        display: none;
    }
    .prd-item:hover .cta-layer {
        display: none;
    }
    .recomm-tabpanel .slick-track {
        height: ;
    }
    .recomm-tabpanel .slick-arrow {
        width: 12px;
        height: 12px;
        background-position: center !important;
        top: auto;
        bottom: 0;
    }
    .recomm-tabpanel .slick-dots li {
        padding: 0 0.625vw;
    }
    .recomm-tabpanel .slick-dots button {
        width: 2.5vw;
        height: 2.5vw;
        padding: 0;
        border-radius: 1.25vw;
    }
    .recomm-tabpanel .cta-mobile {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
    }
}
/* 설화수 선물추천 :: E */
/* pixlee_common */

.main-renew .main-pixlee-title {
    padding-bottom: 1px;
}

.main-pixlee-inner {
    width: 1440px;
    margin: 0 auto;
}
/* UGC */

.main-ugc-wrap {
    margin-top: 120px;
}
/* culture */

.main-culture-wrap {
    background-color: #fafafa;
    padding-top: 38px;
}

.main-culture-wrap .main-pixlee-title {
    margin-bottom: 16px;
}

.main-culture-wrap .main-pixlee-title:before {
    content: "";
    background-image: url(../image/icon_sulwhasoo_culture_pixlee.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: inline-block;
    margin-right: 10px;
    width: 66px;
    height: 66px;
    vertical-align: middle;
}

@media only screen and (max-width: 1439px) {
    .main-ugc-wrap {
        margin-top: 8.333333333333332vw;
    }
    .main-pixlee-inner {
        width: 100%;
    }
    .main-culture-wrap .main-pixlee-title:before {
        width: 3.43vw;
        height: 3.43vw;
    }
}

@media only screen and (max-width: 767px) {
    .main-culture-wrap {
        padding-top: 27px;
    }
    .main-ugc-wrap {
        margin-top: 8.333333333333332vw;
        width: 100%;
    }
    .main-culture-wrap .main-pixlee-title:before {
        width: 12.34vw;
        height: 12.34vw;
        margin-right: 1.56vw;
    }
}
/* 배너 :: S */

.main-banner-wrap {
    margin-top: 120px;
}
/* [20190911] 커머스 배너영역의 색상값 변경 */
/*.main-banner-inner {width:100%; height:180px; text-align:center;}*/

.main-banner-inner {
    width: 100%;
    /*height:160px;*/
    text-align: center;
}

.main-banner-inner>a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.main-banner-inner>a img {
    /*width:auto;* height:100%;*/
}

@media only screen and (max-width: 1439px) {
    .main-banner-wrap {
        margin-top: 8.333vw;
    }
    .main-banner-inner {
        /*height:11.111vw;*/
    }
}

@media only screen and (max-width: 767px) {
    .main-banner-wrap {
        margin-top: 18.125vw;
    }
    .main-banner-inner {
        /*height:25vw;*/
    }
}
/* 배너 :: E */
/* 설화수 라운지 :: S */

.main-lounge-wrap,
.main-review-wrap {
    /* margin-top:120px; */
    margin-top: 70px;
}

.main-lounge-wrap .main-lounge-slide+.main-lounge-slide {
    margin-top: 70px;
}

.main-lounge-inner,
.main-review-inner {
    width: 1440px;
    margin: 0 auto;
    box-sizing: border-box;
}

.main-lounge-inner .slick-list,
.main-review-inner .slick-list {
    padding: 0 90px;
}

.lounge-cont {
    position: relative;
    height: 0;
    padding-bottom: 590px;
}

.lounge-cont .coninr {
    position: absolute;
    top: 0;
    left: 0;
    display: table;
}

.lounge-cont .coninr .concell {
    display: table-cell;
    vertical-align: middle;
}

.lounge-cont h3 {
    border-bottom: 1px solid #c3bdb6;
    color: #6a481b;
    font-size: 27px;
    font-family: 'Buri', serif;
}

.lounge-cont .sub-tit {
    margin: 40px 0 0;
    color: #000;
    font-size: 46px;
    line-height: 65px;
    font-family: 'Buri', serif;
}

.lounge-cont .desc {
    margin: 16px 0 0;
    color: #333;
    font-size: 16px;
    line-height: 32px;
}

.lounge-cont .btn-wrap {
    margin-top: 54px;
}

.lounge-cont .btn-view {
    display: inline-block;
    height: 38px;
    padding: 0 44px;
    border: 1px solid #555;
    color: #555;
    font-weight: bold;
    font-size: 15px;
    line-height: 38px;
    text-decoration: none !important;
    transition: all 400ms;
}
.lounge-cont .btn-view:hover {
    background-color: black;
    color: white;
}

.lounge-cont.right {
    background: none;
}

.lounge-cont.right .coninr {
    width: 100%;
    height: 100%;
    padding-left: 718px;
    box-sizing: border-box;
}

.lounge-cont.right .lounge-img {
    position: absolute;
    top: 0;
    left: 0;
}

.lounge-cont.left {
    text-align: left;
}

.lounge-cont.left .coninr {
    width: 100%;
    height: 100%;
    padding-right: 718px;
    box-sizing: border-box;
}

.lounge-cont.left .lounge-img {
    position: absolute;
    top: 0;
    right: 0;
}

@media only screen and (max-width: 1439px) {
    .main-lounge-wrap,
    .main-review-wrap {
        /* margin-top:8.33vw; */
        margin-top: 4.861111111111112vw;
    }
    .main-lounge-wrap .main-lounge-slide+.main-lounge-slide {
        margin-top: 4.861111111111112vw;
    }
    .main-lounge-inner,
    .main-review-inner {
        width: 100%;
    }
    .main-lounge-inner .slick-list,
    .main-review-inner .slick-list {
        padding: 0 6.25vw;
    }
    .lounge-cont {
        padding-bottom: 40.97222222222222vw;
    }
    .lounge-cont h3 {
        font-size: 1.875vw;
    }
    .lounge-cont .lounge-img {
        width: 40.97222222222222vw;
    }
    .lounge-cont .lounge-img img {
        width: 100%;
    }
    .lounge-cont .sub-tit {
        margin: 2.7777777777777777vw 0 0;
        font-size: 3.194444444444444vw;
        line-height: 4.513888888888888vw;
    }
    .lounge-cont .desc {
        margin: 1.1111111111111112vw 0 0;
        font-size: 1.3888888888888888vw;
        line-height: 2.2222222222222223vw
    }
    .lounge-cont .btn-wrap {
        margin-top: 3.75vw;
    }
    .lounge-cont .btn-view {
        height: 2.638888888888889vw;
        padding: 0 3.0555555555555554vw;
        font-size: 1.0416666666666665vw;
        line-height: 2.638888888888889vw;
    }
    .lounge-cont.right .coninr {
        padding-left: 49.861111111111114vw;
    }
    .lounge-cont.left .coninr {
        padding-right: 49.861111111111114vw;
    }
}

@media only screen and (max-width: 767px) {
    .main-flagship-inner {
        background: url(../image/img_20200812_main_flag-bg-mo.jpg) no-repeat 0 100%;
    }
    .main-lounge-wrap {
        margin-top: 0;
    }
    .main-review-wrap {
        margin-top: 18.125vw;
    }
    .main-lounge-wrap .main-lounge-slide+.main-lounge-slide {
        margin-top: -4.861111111111112vw;
    }
    .main-lounge-inner,
    .main-review-inner {
        margin: 0;
        background-color: #fafafa;
    }
    .main-lounge-inner .slick-list,
    .main-review-inner .slick-list {
        padding: 10.9375vw 0;
    }
    .lounge-cont {
        position: relative;
        height: auto;
        padding-bottom: 0;
    }
    .lounge-cont .coninr {
        position: static;
        display: block;
    }
    .lounge-cont .coninr .concell {
        display: block;
    }
    .lounge-cont .lounge-img {
        width: 100%;
    }
    .lounge-cont .lounge-img {
        padding: 0 8.75vw;
        box-sizing: border-box;
    }
    .lounge-cont .sub-tit,
    .lounge-cont .desc,
    .lounge-cont .btn-wrap {
        padding: 0 15vw;
        box-sizing: border-box;
    }
    .lounge-cont h3 {
        margin: 0 0 0 8.75vw;
        font-size: 4.375vw;
        box-sizing: border-box;
    }
    .lounge-cont .sub-tit {
        margin: 6.25vw 0 0;
        font-size: 6.25vw;
        line-height: 8.125vw;
    }
    .lounge-cont .desc {
        margin: 6.25vw 0 0;
        font-size: 4.0625vw;
        line-height: 6.5625vw;
    }
    .lounge-cont .desc br {
        display: none;
    }
    .lounge-cont .btn-wrap {
        margin-top: 9.375vw;
    }
    .lounge-cont .btn-view {
        height: 9.0625vw;
        padding: 0 9.375vw;
        font-size: 3.125vw;
        line-height: 9.0625vw;
    }
    .lounge-cont.right .coninr {
        padding-left: 0;
    }
    .lounge-cont.right .lounge-img {
        position: static;
        margin: 4.375vw 0 0;
    }
    .lounge-cont.left {
        text-align: left;
    }
    .lounge-cont.left .coninr {
        padding-right: 0;
    }
    .lounge-cont.left .lounge-img {
        position: static;
        margin: 4.375vw 0 0;
    }
}
/* 설화수 라운지 :: E */
/* 설화수 플래그십 스토어 :: S */

.main-flagship-wrap {
    margin-top: 120px;
    margin-bottom: 112px;
}

.main-flagship-inner {
    width: 1440px;
    margin: 0 auto;
    /* background: url(../image/img_20200812_main_flag-bg-mo.jpg) no-repeat 0 100%; */
    background-size: contain;
    box-sizing: border-box;
}

.flagship-carousel-wrap {
    position: relative;
}

.flagship-carousel {
    position: relative;
    height: 400px;
    margin: 0 auto;
    background-color: #ececec;
}

.flagship-carousel .flagship-slide {
    background-position: 50% 0;
    background-repeat: no-repeat;
    opacity: 0;
}

.flagship-carousel .flagship-slide.slick-current {
    opacity: 1;
}

.flagship-carousel .flagship-slide .imgpc {
    display: block;
    width: 100%;
    height: 100%;
}

.flagship-carousel .flagship-slide .imgmo {
    display: none
}

.flag-con-box {
    display: table;
    position: absolute;
    top: 0;
    left: 720px;
    width: 364px;
    height: 400px;
}

.flag-con-box .con-box-cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.flag-con-box p {
    margin: 0;
    padding: 0;
    color: #545454;
    font-size: 18px;
    line-height: 30px;
    padding: 0px 20px;
}

.flag-con-box .btn-view {
    display: inline-block;
    height: 38px;
    margin-top: 38px;
    padding: 0 46px;
    border: 1px solid #555;
    color: #555;
    font-weight: bold;
    font-size: 15px;
    line-height: 38px;
    text-decoration: none !important;
}

.flagship-carousel .slick-track {
    height: 400px;
}

.flagship-carousel .slick-arrow {
    position: absolute;
    top: 50%;
    margin-top: -39px;
    z-index: 1;
    width: 45px;
    height: 79px;
    background-position: 0 0;
    background-repeat: 0 0;
    overflow: hidden;
    text-indent: -9999px;
    font-size: 0;
    line-height: 0;
}

.flagship-carousel .slick-prev {
    left: 0;
    /* background-image: url(../images/flag-arr-prev.png); */
}

.flagship-carousel .slick-next {
    right: 0;
    /* background-image: url(../images/flag-arr-next.png); */
}

.flagship-carousel .slick-dots {
    position: absolute;
    top: 438px;
    left: 0;
    width: 100%;
    line-height: 0;
    text-align: center;
}

.flagship-carousel .slick-dots li {
    display: inline-block;
    padding: 0 5px;
    font-size: 0;
    line-height: 0;
}

.flagship-carousel .slick-dots button {
    width: 10px;
    height: 10px;
    padding: 0;
    overflow: hidden;
    background: #e7e7e7;
    border-radius: 5px;
    text-indent: -9999px;
}

.flagship-carousel .slick-dots .slick-active button {
    background: #4f4f4f;
}

.main-flagship-inner .btn-control {
    position: absolute;
    top: 434px;
    left: 50%;
    width: 18px;
    height: 18px;
    margin-left: 55px;
    padding: 0;
    background-repeat: no-repeat;
    background-position: 0 0;
    overflow: hidden;
    text-indent: -9999px;
    z-index: 1;
}

.main-flagship-inner .btn-control.play {
    /* background-image: url(../images/btn-play-pc-gray.png); */
}

.main-flagship-inner .btn-control.stop {
    /* background-image: url(../images/btn-stop-pc-gray.png); */
}

@media only screen and (max-width: 1439px) {
    .main-flagship-wrap {
        margin-top: 8.333333333333332vw;
    }
    .main-flagship-inner {
        width: 100%;
    }
    .flagship-carousel {
        height: 27.77777777777778vw;
    }
    .flagship-carousel .flagship-slide {
        background-size: cover;
    }
    .flag-con-box {
        left: 49vw;
        width: 25.27777777777778vw;
        height: 27.77777777777778vw;
    }
    .flag-con-box p {
        margin: 0;
        padding: 0;
        font-size: 1.25vw;
        line-height: 2.083333333333333vw;
    }
    .flag-con-box .btn-view {
        height: 2.638888888888889vw;
        margin-top: 2.638888888888889vw;
        padding: 0 3.2638888888888893vw;
        border: 1px solid #555;
        color: #555;
        font-weight: bold;
        font-size: 1.0416666666666665vw;
        line-height: 2.638888888888889vw;
    }
    .flagship-carousel .slick-track {
        height: 27.778vw;
    }
    .flagship-carousel .slick-arrow {
        top: 50%;
        margin-top: -2.7083333333333335vw;
        width: 3.125vw;
        height: 5.486111111111111vw;
        background-size: cover;
    }
    .flagship-carousel .slick-dots {
        top: 30.417vw;
    }
    .flagship-carousel .slick-dots li {
        padding: 0 0.3472222222222222vw;
    }
    .flagship-carousel .slick-dots button {
        width: 0.6944444444444444vw;
        height: 0.6944444444444444vw;
        border-radius: 0.3472222222222222vw;
    }
    .main-flagship-inner .btn-control {
        top: 30.139vw;
        width: 1.250vw;
        height: 1.250vw;
        margin-left: 3.819vw;
        background-size: cover;
    }
}

@media only screen and (max-width: 767px) {
    .main-flagship-wrap {
        margin-bottom: 0;
    }
    .main-flagship-inner {
        width: 100%;
        padding: 0 8.75vw 10.3125vw;
        background: url(../image/img_20200812_main_flag-bg-mo.jpg) no-repeat 0 100%;
        background-size: contain;
        box-sizing: border-box;
    }
    .flagship-carousel-wrap {
        width: 100%;
    }
    .flagship-carousel {
        height: 82.5vw;
        margin: 0 auto;
        overflow: hidden;
    }
    .flagship-carousel .flagship-slide {
        background-size: cover;
    }
    .flagship-carousel .flagship-slide .imgpc {
        display: none;
    }
    .flagship-carousel .flagship-slide .imgmo {
        display: block;
        width: 100%;
        height: 100%;
    }
    .flag-con-box {
        display: block;
        position: static;
        left: 0;
        width: 100%;
        height: auto;
    }
    .flag-con-box .con-box-cell {
        display: block;
        text-align: center;
    }
    .flag-con-box p {
        margin: 6.25vw 0 0;
        padding: 0;
        font-size: 3.75vw;
        line-height: 6.5625vw;
    }
    .flag-con-box .btn-view {
        height: 9.0625vw;
        margin-top: 6.25vw;
        padding: 0 9.375vw;
        font-size: 3.125vw;
        line-height: 9.0625vw;
    }
    .flagship-carousel .slick-track {
        height: 82.5vw;
    }
    .flagship-carousel .slick-arrow {
        width: 12px;
        height: 12px;
        margin-top: 0;
        top: 74.375vw;
        background-position: center;
        z-index: 2;
    }
    .flagship-carousel .slick-dots {
        position: absolute;
        top: 74.375vw;
        left: 0;
        right: 0;
        width: 100%;
        margin: 0 auto;
        text-align: center;
        z-index: 1;
    }
    .flagship-carousel .slick-dots li {
        padding: 0 0.625vw;
    }
    .flagship-carousel .slick-dots button {
        width: 2.5vw;
        height: 2.5vw;
        padding: 0;
        overflow: hidden;
        background: #fff;
        border-radius: 1.25vw;
        -webkit-transition: width .3s;
        -moz-transition: width .3s;
        -o-transition: width .3s;
        transition: width .3s;
    }
    .flagship-carousel .slick-dots .slick-active button {
        width: 6.5625vw;
        background: #fff;
    }
    .main-flagship-inner .btn-control {
        top: 73.594vw;
        width: 4.688vw;
        height: 4.688vw;
        margin-left: 12.222vw;
        background-size: cover;
    }
    /* .main-flagship-inner .btn-control.play {
background-image: url(../images/btn-play-mo-wht.png);
}
.main-flagship-inner .btn-control.stop {
background-image: url(../images/btn-stop-mo-wht.png);
} */
}
/* 설화수 플래그십 스토어 :: E */
/* 설화수 리뷰 영역 :: S */

.main-review-wrap .lounge-cont .desc .name,
.main-review-wrap .lounge-cont .desc .hash {
    display: block;
}

.main-review-wrap .lounge-cont .coninr .concell {
    vertical-align: top;
    padding-top: 20px;
}

.main-review-wrap .lounge-cont .sub-tit {
    line-height: 60px;
    font-weight: 700;
    font-size: 42px;
}

.main-review-wrap .lounge-cont a {
    /*display:block;*/
}

.main-review-wrap .lounge-cont a:active,
.main-review-wrap .lounge-cont a:hover {
    text-decoration: none;
}

@media only screen and (max-width: 1439px) {
    .main-review-wrap .lounge-cont .sub-tit {
        font-size: 3.194444444444444vw;
        line-height: 4vw;
    }
}

@media only screen and (max-width: 767px) {
    .main-review-wrap .lounge-cont .desc br {
        display: block;
    }
    .main-review-wrap .lounge-cont .sub-tit {
        font-size: 6.25vw;
        line-height: 8.125vw;
    }
}
/* 설화수 리뷰 영역 :: E */
/* 설화수 리뷰/라운지 슬라이드 :: S */

.main-lounge-slide .slick-arrow {
    position: absolute;
    bottom: 50%;
    margin-top: -32px;
    width: 42px;
    height: 63px;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
    z-index: 1;
}

.main-lounge-slide .slick-arrow.slick-prev {
    left: 0;
    /* background: url(../images/reco-arr-prev.png) no-repeat center center; */
    background-size: cover;
}

.main-lounge-slide .slick-arrow.slick-next {
    right: 0;
    /* background: url(../images/reco-arr-next.png) no-repeat center center; */
    background-size: cover;
}

.main-lounge-slide .slick-dots {
    margin: 25px auto 0;
    text-align: center;
}

.main-lounge-slide .slick-dots li {
    display: inline-block;
    padding: 0 0.625vw;
    font-size: 0;
    line-height: 0;
}

.main-lounge-slide .slick-dots button {
    width: 10px;
    height: 10px;
    padding: 0;
    overflow: hidden;
    background: #e7e7e7;
    border-radius: 50%;
    text-indent: -9999px;
}

.main-lounge-slide .slick-dots .slick-active button {
    background: #4f4f4f;
}

@media only screen and (max-width: 1439px) {
    .main-lounge-slide .slick-arrow {
        margin-top: -2.222vw;
        width: 2.917vw;
        height: 4.375vw;
    }
    .main-lounge-slide .slick-dots button {
        width: 0.694vw;
        height: 0.694vw;
    }
}

@media only screen and (max-width: 767px) {
    .main-lounge-slide .slick-arrow {
        bottom: 10.9375vw;
        width: 12px;
        height: 12px;
    }
    .main-lounge-slide .slick-arrow.slick-prev {
        left: 3.438vw;
    }
    .main-lounge-slide .slick-arrow.slick-next {
        right: 3.438vw;
    }
    .main-lounge-slide .slick-dots {
        margin: 25px auto 0;
        text-align: center;
    }
    .main-lounge-slide .slick-dots li {
        display: inline-block;
        padding: 0 0.625vw;
        font-size: 0;
        line-height: 0;
    }
    .main-lounge-slide .slick-dots button {
        width: 2.5vw;
        height: 2.5vw;
        border-radius: 1.25vw;
    }
}
/* 설화수 리뷰/라운지 슬라이드 :: E */

@media only all and (max-width: 767px) {
    .l-wrap {
        padding: 0 0px;
    }
}
.main-review-wrap .lounge-cont .coninr .concell {
    vertical-align: middle;
}

@media only screen and (max-width: 767px) {
    .txt-wrap:nth-of-type(1) .txt-cont {
        background: rgba(245, 190, 73, 0.5);
    }
    .txt-wrap:nth-of-type(2) .txt-cont {
        background: rgba(137, 82, 38, 0.5);
    }
    .txt-wrap:nth-of-type(3) .txt-cont {
        background: rgba(198, 151, 158, 0.5);
    }
    .txt-wrap:nth-of-type(4) .txt-cont {
        background: rgba(117, 78, 72, 0.5);
    }
    .txt-wrap:nth-of-type(5) .txt-cont {
        background: rgba(170, 101, 78, 0.5);
    }
    .txt-wrap:nth-of-type(6) .txt-cont {
        background: rgba(116, 78, 67, 0.5);
    }
}
.center {
    display: none;
}

.noslick {
    display: block;
}

#pixl {
    width: 1440px;
    height: 347px;
    margin-top: 40px;
}

.list-pixl {
    width: 1440px;
    height: 347px;
}

.list-rb {
    width: 100%;
    height: auto;
}

.list-rb-img {
    float: left;
    cursor: pointer;
}

.list-son1 {
    width: auto;
    height: 300px;
}

.popup-wrap .popup-slick {
    position: fixed !important;
    width: 100vw !important;
    height: 100vh !important;
    display: none;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 1;
    z-index: 9999;
    top: 0;
    left: 0;
}

.close {
    position: absolute;
    width: 15px;
    height: 15px;
    cursor: pointer;
    right: 20px;
    top: 20px;
    z-index: 1;
    background: url("../image/close.png") no-repeat center;
}
.allcount {
    position: relative;
    width: 860px;
    height: 580px;
    margin: 120px auto;
    background-color: #fff;
    display: flex;
}

.cont-img {
    height: auto;
    padding: 20px;
    flex: 1;
}

.motaimg {
    width: auto;
    height: 100%;
}

.cont-ww {
    flex: 1;
    padding: 20px 20px 20px 0;
}

.caption {
    /* padding: 0 20px; */
    margin-bottom: 50px;
    width: 100%;
    height: 100px;
    box-sizing: border-box;
}

.caption a {
    font-size: 16px;
}

.capt {
    width: 100%;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #000;
    line-height: 18px;
    margin: 1em 0;
}

.capth {
    font-size: 1.6em;
    border: none;
    border-radius: 20px;
    width: auto;
    background-color: #FBC081;
    color: #fff;
    text-align: center;
    padding: 3px 10px;
}

.popup-wrap .popup-slick .slick-prev {
    outline: none;
    position: absolute;
    top: 370px;
    left: 10vw;
    width: 40px;
    height: 60px;
    font-size: 0px;
    background-position: center;
    background: url("../image/left.png") no-repeat;
    background-position: 10px center;
    z-index: 1;
}

.popup-wrap .popup-slick .slick-next {
    outline: none;
    position: absolute;
    top: 370px;
    right: 10vw;
    width: 40px;
    height: 60px;
    font-size: 0px;
    background-position: center;
    background: url("../image/right.png") no-repeat;
    background-position: 10px center;
    z-index: 1;
}

.capt-product {
    z-index: 1;
    display: flex;
    flex-flow: wrap row;
    justify-content: center;
    align-items: center;
}

.capt-product:before {
    border-top: solid #000 1px;
}

.capt-img {
    padding-top: 40px;
    width: 260px;
    border-top: solid 1px #ccc;
}

.produ-name {
    font-size: 14px;
    color: black;
    margin-bottom: 20px;
    text-align: center;
}

.procu-shop a {
    text-decoration: none;
    color: white;
}

.procu-shop {
    width: 150px;
    height: 40px;
    font-size: 16px;
    border: solid 1px;
    text-align: center;
    line-height: 40px;
    background: #000;
}

@media only screen and (max-width: 767px) {
    .center {
        display: block;
    }
    .noslick {
        display: none;
    }
    #pixl {
        width: 100%;
        height: 347px;
    }
    .main-ugc-wrap #pixl {
        height: auto;
    }
    .list-pixl {
        width: 100%;
        height: 347px;
    }
    .main-ugc-wrap .list-pixl {
        height: auto;
    }
    .popup-wrap .popup-slick {
        position: fixed !important;
        width: 100% !important;
        height: 100vh !important;
        display: none;
        background-color: #fff;
        opacity: 1;
        z-index: 9999;
        top: 0;
        left: 0;
    }
    .allcount {
        width: 100%;
        height: 94vh;
        margin: 20px auto;
        background-color: #fff;
        display: flex;
        justify-content: center;
        flex-flow: row wrap;
        align-items: center;
        overflow-y: scroll;
    }
    .popup-wrap .popup-slick .slick-prev,
    .popup-wrap .popup-slick .slick-next {
        position: absolute;
        width: 50px;
        height: 80px;
        top: calc(50% - 80px);
    }
    .popup-wrap .popup-slick .slick-prev {
        left: 10px;
        background: url("../image/prev-01025e7a2582b2e7022c70a4e2f.png") no-repeat;
        background-position: 10px center;
    }
    .popup-wrap .popup-slick .slick-next {
        right: 10px;
        background: url("../image/next-6129ae65f9752efd8b4e9e6b897.png") no-repeat;
        background-position: 10px center;
    }
    .close {
        right: 10px;
        top: 0px;
        width: 10px;
        height: 10px;
    }
    .motaimg {
        width: 100%;
        height: auto;
        padding: 0px 0px;
    }
    .cont-ww {
        display: flex;
        flex-flow: wrap;
        justify-content: center;
        align-items: center;
        padding: 0 0 15vw;
    }
    .cont-img {
        height: auto;
        padding: 20px 10px;
        flex: auto;
    }
    .capth {
        font-size: 14px;
    }
    .left2 {
        top: 25%;
        left: 20px;
        background: url("../image/prev-01025e7a2582b2e7022c70a4e2f.png") no-repeat;
    }
    .right {
        top: 25%;
        right: 20px;
        background: url("../image/next-6129ae65f9752efd8b4e9e6b897.png") no-repeat;
    }
    .caption {
        margin: 0px 10px 25px;
    }
    .capt-img {
        padding-top: 10px;
        width: 158px;
    }
    .caption a {
        font-size: 14px;
    }
    .capt-continer {
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        align-content: center;
    }
    .produ-name {
        width: 100%;
        font-size: 14px;
        color: black;
        margin-bottom: 0px;
    }
    .procu-shop a {
        text-decoration: none;
        color: white;
    }
    /* with sulwhasoo */
    .list-son1 {
        margin: 0 auto;
        width: calc(100% - 20px);
        height: auto;
    }
    .l-wrap {
        padding: 0 15px;
    }
}
.slick {
    display: none;
}

.noslick {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-around;
}

.main-pixlee-inner {
    font-family: 'Noto Sans', sans-serif !important;
    text-align: center;
    font-size: 14px;
}

#pixl2 {
    width: 1440px;
    height: auto;
    margin-top: 40px;
    padding-bottom: 40px;
}

.list-pixl2 {
    width: 1260px;
    height: auto;
    margin: 0px auto;
}

.list-rb {
    width: 100%;
    height: auto;
}

.list-rb-img2 {
    float: left;
    cursor: pointer;
    margin: 0px 0px 10px 0px;
}

.list-son2 {
    width: 300px;
    height: 100%;
    margin-left: 15px;
    margin-bottom: 15px;
}

.mitn {
    position: fixed !important;
    width: 100vw !important;
    height: 100vh !important;
    display: none;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 1;
    z-index: 9999;
    top: 0;
    left: 0;
}

.close1 {
    position: absolute;
    top: 20px;
    right: 20px;
    margin: 0px 0px;
    width: 15px;
    height: 15px;
    cursor: pointer;
    font-size: 0px;
    z-index: 1;
    color: black;
    background: url('../image/close.png') no-repeat center;
}

.left1,
.right1 {
    position: absolute;
    width: 20px;
    height: 40px;
    font-size: 0px;
    z-index: 1;
}

.left1 {
    top: 180px;
    left: -150px;
    background: url("../image/left.png") no-repeat;
}

.right1 {
    top: 180px;
    right: -150px;
    background: url("../image/right.png") no-repeat;
}

.mitncont {
    position: relative;
    width: 792px;
    height: 410px;
    margin: 140px auto;
    background-color: #fff;
    display: flex;
}

.mitn-img {
    height: auto;
    padding: 20px;
    flex: 1;
}

.mitn-img img {
    width: auto;
    height: 100%;
    vertical-align: top;
}

.mitn-cont {
    width: 100%;
    height: 100px;
    margin: 20px 20px 0px 0px;
    flex: 1;
}

.mitn-cen {
    margin: 20px 20px 20px 0;
    color: #000;
    font-size: 13px;
}

@media only screen and (max-width: 767px) {
    .noslick {
        display: none;
    }
    .slick {
        display: block;
    }
    #pixl2 {
        width: 100%;
        /* height: 347px; */
        margin-top: 40px;
        padding-bottom: 20px;
    }
    .list-pixl2 {
        width: 375px;
        /* height: 347px; */
    }
    .list-son2 {
        width: 177px;
        height: 177px;
        margin: 10px 5px;
    }
    .list-rb-img2 {
        width: 375px !important;
        display: flex !important;
        flex-flow: row wrap;
        justify-content: center;
        align-content: center;
    }
    .mitn {
        position: fixed !important;
        width: 100% !important;
        height: 800px !important;
        display: none;
        background-color: rgba(0, 0, 0, 0.6);
        opacity: 1;
        z-index: 9999;
        top: 0;
        left: 0;
    }
    .close1 {
        position: absolute;
        top: 20px;
        right: 10px;
        cursor: pointer;
        font-size: 16px;
        color: black;
        z-index: 1;
        width: 10px;
        height: 10px;
    }
    .left1 {
        width: 50px;
        height: 80px;
        top: 25%;
        left: 10px;
        background: url("../image/prev-01025e7a2582b2e7022c70a4e2f.png") no-repeat center;
    }
    .right1 {
        width: 50px;
        height: 80px;
        top: 25%;
        right: 10px;
        background: url("../image/next-6129ae65f9752efd8b4e9e6b897.png") no-repeat center;
    }
    .mitncont {
        width: 100%;
        height: 100%;
        margin: 0px auto;
        background-color: #fff;
    }
    .mitn-img {
        position: absolute;
        width: auto;
        height: 400px;
        padding: 40px 10px 0px 10px;
    }
    .mitn-img img {
        width: auto;
        height: 390px;
        vertical-align: top;
    }
    .mitn-cont {
        position: absolute;
        left: 0;
        padding: 0 10px;
        margin: 0 auto;
        width: 100%;
        height: auto;
        left: 0px;
        top: 460px;
        box-sizing: border-box;
    }
    .mitn-cont:before {
        display: block;
        content: "";
        clear: both;
        width: 50%;
        margin: 0 auto;
        height: 2px;
        background-color: #eee;
        margin: 0 auto 20px;
    }
    .mitn-cen {
        margin: 0 auto;
    }
}
