main#contents {
    max-width: 100%;
    padding: 0;
}

#main .header__wrap::before {
    opacity: 0;
    visibility: hidden;
}

#main .prd-nav-wrap {
    right: 50px;
}


/* SF */
.section:not(.section--no-margin) {
    margin-bottom: 11px;
}

.main-title-wrap {
    padding-bottom: 50px;
    max-width: 1280px;
    margin: 0 auto;
}

.main-title-wrap.flex {
    align-items: flex-end;
    padding-bottom: 25px;
}

.main-title {
    position: relative;
    font-size: 27px;
    font-weight: 700;
    color: #2e2e2e;
    line-height: 1;
}

.main-sub-title {
    font-size: 15px;
    position: relative;
    color: #8c8c8c;
}

.main-title-wrap.flex .main-sub-title {
    margin-left: 8px;
}

.scroll-effect.on > .main-title,
.scroll-effect.on > .main-sub-title {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.scroll-effect.on > .main-title {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.scroll-effect.on > .main-sub-title {
    -webkit-transition-delay: 0.3s !important;
    transition-delay: 0.3s !important;
}

/* main banner */

.main-banner {
    margin-bottom:0;
}

.main-banner--mobile {
    display: none;
}

.main-banner__container,
.main-banner__wrapper, 
.main-banner__item{
    width: 100%;
    height: 100%;
}

.main-banner__item.swiper-slide-active {
    z-index: 2;
}

html .main-banner__item.swiper-slide-active .main-banner__txt *,
html .main-banner__nav svg g {
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.main-banner a {
    display: block;
    width: 100%;
    height: 100%;
}

.main-banner img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0;
}

.main-banner__txt {
    position: absolute;
    left: 50%;
    z-index: 1;
    max-width: 1280px;
    width: 100%;
    margin-left: -640px;
    top: 0;
    height: 100%;
}

.main-banner__item .main-banner__txt * {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
}

html .main-banner__item.swiper-slide-active .main-banner__txt * {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

html body[class*="black"] .main-banner__item.swiper-slide-active .main-banner__txt * {
    color: #000;
}

.main-banner__sub-title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 22px;
    display: inline-block;
    white-space: pre;
    padding: 7px 15px;
    border-radius: 40px;
    background: #000;
    color: #fff !important;
}


.main-banner__desc {
    font-size: 18px;
    line-height: 3;
    font-weight: 600;
    color: #fff;
    letter-spacing: -0.2px;
    display: inline;
    box-shadow: inset 0 -9px 0 #fdf63c; 
    padding:0 3px;
}


.main-banner__title {
    font-size: 42px;
    font-weight: 750;
    line-height: 1.4;
    color: #fff;
    margin-bottom: 10px;
    letter-spacing: -0.2px;
}


.highl {
  display: inline;
  box-shadow: inset 0 -10px 0 #fff; 
}


.main-banner__button {
    display: block;
    width: 155px;
    height: 50px;
    line-height: 50px;
    margin-top: 30px;
    color: #000;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    position: relative;
}

.main-banner__button::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

html body[class*="black"] .main-banner__button {
    color: #fff !important;
}

html body[class*="black"] .main-banner__button::before {
    background: #000;
}

html .main-banner__item.swiper-slide-active .main-banner__title {
    -webkit-transition-delay: 0.2s !important;
    transition-delay: 0.2s !important;
}

html .main-banner__item.swiper-slide-active .main-banner__desc {
    -webkit-transition-delay: 0.4s !important;
    transition-delay: 0.4s !important;
}

html .main-banner__item.swiper-slide-active .main-banner__button {
    -webkit-transition-delay: 0.6s !important;
    transition-delay: 0.6s !important;
}

#main .main-banner__pager {
    position: absolute;
    bottom: 50px;
    left: 0;
    z-index: 1;
    width: 100%;
    text-align: center;
    font-size: 14px;
}

#main .main-banner__pager * {
    font-size: 0;
    border-radius: 0px;
    background: transparent;
    width: 6px;
    height: 6px;
    display: inline-block;
    opacity: .3;
    margin: 0 5px;
    border-radius: 40px;
    background: #000;
    transition: all 0.3s ease-out 0s;
}

#main .main-banner__pager .swiper-pagination-bullet-active {
    opacity: 1;
    width: 25px;
}

html body[class*="black"]#main .main-banner__pager * {
    border-color: #000;
}

html body[class*="black"]#main .main-banner__pager .swiper-pagination-bullet-active {
    background: #000 !important;
}

.main-banner__nav {
    width: 37px;
    position: absolute;
    top: 50%;
    cursor: pointer;
    z-index: 1;
    margin-top: -20px;
}

.main-banner__nav svg {
    width: 100%;
    height: auto;
}

.main-banner__nav svg g {
    fill: #fff;
    stroke: #fff;
    stroke-width: 0.4px;
}

.main-banner__nav--prev {
    left: 40px;
}

.main-banner__nav--next {
    right: 40px;
}

html body[class*="black"] .main-banner__nav svg g {
    fill: #000;
    stroke: #000;
}

/* header style */

.hschk[style="B"] ~ .header {
    height: 0;
}

.hschk[style="B"] ~ .header .header__wrap:not(.fixed),
.hschk[style="B"] ~ .header .header__wrap:not(.fixed) .header__top {
    background: transparent;
    border-color: transparent;
}

html body[class*="white"] .hschk[style="B"] ~ .header .header__wrap:not(.fixed) .category__link,
html body[class*="white"] .hschk[style="B"] ~ .header .header__wrap:not(.fixed) .usm__link {
    color: #fff !important;
}

html body[class*="white"] .hschk[style="B"] ~ .header .header__wrap:not(.fixed) .usm__item:not(:last-child)::after {
    background: #fff;
}

html body[class*="white"] .hschk[style="B"] ~ .header .header__wrap:not(.fixed) .other__menu img,
html body[class*="white"] .hschk[style="B"] ~ .header .header__wrap:not(.fixed) .header__hamburger svg {
    filter: invert(1);
}

html body[class*="white"] .hschk[style="B"] ~ .header .header__wrap:not(.fixed) .top-logo__item:nth-child(1) {
    display: none;
}

html body[class*="white"] .hschk[style="B"] ~ .header .header__wrap:not(.fixed) .top-logo__item:nth-child(3) {
    display: flex;
}

html .hschk[style="B"] ~ .header .category__link,
html .hschk[style="B"] ~ .header .usm__link {
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}

html .hschk[style="B"] ~ .header .usm__item:not(:last-child)::after {
    -webkit-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
}

.hschk[style="B"] ~ .header .header__wrap,
.hschk[style="B"] ~ .header .header__wrap .header__top,
html .hschk[style="B"] ~ .header .other__menu img,
html .hschk[style="B"] ~ .header .header__hamburger svg,
html .hschk[style="B"] ~ .header .top-logo__item {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

/* introduction */

.idt {
    padding: 80px 0;
    background: #fbfbfb;
}

.idt .main-title {
    line-height: 1.5;
    color: var(--main-color);
    margin: 0;
}

.idt__item {
    margin: 0 75px;
}

.idt__item svg {
    width: auto;
    height: 50px;
}

.idt__txt {
    font-size: 18px;
    margin-top: 10px;
    font-weight: 600;
    color: var(--main-color);
}

/* circle banner */

.cb__item {
    margin: 0 20px;
    max-width: 100px;
    flex: 1;
}

.cb__thumb {
    border-radius: 50%;
    padding: 5px;
}

.cb__thumb::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
}

html .cb__thumb::after {
    transition: border-color 0.2s ease-in-out;
}

.cb__thumb img {
    width: 100%;
    height: auto;
}

.cb__name {
    font-size: 15px;
    color: #222;
    margin-top: 8px;
}

/* full banner */

.full-banner {
    font-size: 0;
    line-height: 1;
}

.full-banner__item:nth-child(2) {
    display: none;
}

.full-banner__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.full-banner__align {
    padding-left: 120px;
}

div.full-banner__title {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3;
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);
}

div.full-banner__txt {
    font-size: 15px;
    margin-bottom: 10px;
    color: #606060;
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);
}

.aos-init.aos-animate div.full-banner__txt {
    -webkit-transition-delay: 0.3s !important;
    transition-delay: 0.3s !important;
}

.aos-init.aos-animate div.full-banner__title {
    -webkit-transition-delay: 0.5s !important;
    transition-delay: 0.5s !important;
}

.full-banner img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

/* best products*/

.bp__tab-wrap {
    margin: -10px 0 50px;
}

.bp__tab-item {
    position: relative;
    margin: 0 10px;
}

.bp__tab-item span {
    position: relative;
    display: block;
    background: #f8f8f8;
    padding: 0 22px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 40px;
    line-height: 38px;
    color: #777;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: color 0.3s ease,background 0.3s ease;
    transition: color 0.3s ease,background 0.3s ease;
}

.bp__tab-item.on span {
    background: var(--main-color);
    color: #fff;
    font-weight: bold;
}

.bp__tab-item span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: var(--main-color);
    transform: translateY(100%);
    transition: transform 0.3s ease-in-out;
}

.bp__tab-item.on span::before{
    transform: translateY(0);
}

.bp__tab-item span::after {
    content: attr(data-title);
    color: currentColor;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: transparent;
    transition: color 0.3s ease-in-out;
}

.bp__tab-item.on span::after {
    color: #fff;
}

.bp__content {
    display: none;
}

.bp__content.on {
    display: block;
}

.bp .btnMore--prd::before {
    content: attr(data-title);
}

/* slide product */

.new-prd.ec-base-product ul.grid4 > li {
    margin-bottom: 0;
}

/* sub banner */

.sub-banner {
    overflow: hidden;
}

.jsSubBannerSlide:not(.swiper-container-initialized) .sub-banner__list,
.sub-banner__list {
    width: calc(100% + 10px);
    margin-left: -5px;
}










.jsSubBannerSlide:not(.swiper-container-initialized) .sub-banner__item,
.sub-banner__item {
    width: calc(25% - 10px);
    margin: 0 5px;
    overflow: hidden;
}





.sub-banner__item img {
    width: 100%;
    height: auto;
    margin: 0;
    border-radius: 15px;
}

.sub-banner__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sub-banner__align {
    padding-left: 25px;
}

div.sub-banner__title {
    font-size: 19px;
    font-weight: 700;
    margin-top: 4px;
    line-height: 1.3;
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);
}

div.sub-banner__txt {
    font-size: 12px;
    color: #666;
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);
}

.aos-init.aos-animate div.sub-banner__txt {
    -webkit-transition-delay: 0.3s !important;
    transition-delay: 0.3s !important;
}

.aos-init.aos-animate div.sub-banner__title {
    -webkit-transition-delay: 0.5s !important;
    transition-delay: 0.5s !important;
}

.sub-banner__pager {
    display: none;    
}

/* Review */

@keyframes flowRolling {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

.main-review {
    padding: 100px 0;
    background: #f5f6fa;
}

.main-review .main-title-wrap {
    padding-bottom: 0;
}

.main-review .main-title {
    line-height: 1.4;
    margin: 0;
}

.main-review .main-sub-title {
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #535353;
}

.main-review__content {
    overflow: hidden;
    padding-top: 50px;
}

.main-review__content::before,
.main-review__content::after {
    content: '';
    width: 16vw;
    height: calc(100% - 50px);
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.main-review__content::after {
    left: auto;
    right: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}

.main-review .main-review__inner--photo {
    padding-top: 0;
    width: 100%;
/*    max-width: 1365px;*/
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}

.main-review__list {
    display: flex;
    white-space: nowrap;
    flex-wrap: nowrap;
}

#main .main-review .main-review__item {
    margin: 0 8px;
    width: 310px;
    border-radius: 6px;
    border: 1px solid #e9ebed;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}

#main .main-review__item .thumb {
    padding: 90% 100% 0 0;
}

#main .main-review .main-review__item .subject {
    font-weight: 650;
    color: #2e2e2e;
}

#main .main-review__item .content {
    font-size: 14px;
}

/*

#main .main-review__item .content {
    color: #333;
}
*/

/*
#main .main-review__item .description {
    margin: 16px;
}

#main .main-review__item .prd-info {
    padding: 0 16px 16px;
}

#main .description__footer {
    margin-top: 11px;
    padding-bottom: 16px;
}
*/

/*
.main-review .main-review__item .thumb {
    padding-top: 136%;
}

.main-review .main-review__item .description {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    box-sizing: border-box;
    padding: 40% 16px 16px;
    background: linear-gradient(transparent,hsla(0,0%,7%,.05) 10%,#121212);
}

.main-review .main-review__item .subject {
    font-size: 15px;
    font-weight: bold;
    color: #fff;
}

.main-review .main-review__item .content,
.main-review .main-review__item .writer {
    color: #fff;
}


.main-review .main-review__item .description__footer {
    border: none;
    padding: 0;
}

.main-review .main-review__item .prd-info {
    display: none;
}
*/

.main-review .btnMore {
    margin-top: 50px;
}

.main-review .prd-nav {
    top: 50%;
    margin-top: -23px;
}

/* video */

.vp {
/*
    background: #fbfbfb;
    padding: 50px 0;
*/
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe {
    pointer-events: none;
}

.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.vp__video {
    width: 100%;
}

.vp__prd-wrap {
    width: 38%;
    margin-left: auto;
}

.vp__prd-wrap.ec-base-product > .grid--vp {
    max-height: 432px;
    overflow: hidden auto;
}

.vp__prd-wrap.ec-base-product > .grid--vp::-webkit-scrollbar {
    width: 3px;
    background: #222;
}

.vp__prd-wrap.ec-base-product > .grid--vp::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #222;
}

.vp__prd-wrap.ec-base-product > .grid--vp::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 4px rgb(0 0 0 / 10%);
    background-color: #fff;
}

.vp__prd-wrap.ec-base-product > .grid--vp > li {
    display: flex;
    align-items: center;
    padding-right: 10px;
    margin-bottom: 24px;
}

.vp__prd-wrap.ec-base-product > .grid--vp > li:last-child {
    margin-bottom: 0;
}

.vp__prd-wrap.ec-base-product > .grid--vp > li .thumbnail {
    width: 27%;
    margin: 0 5% 0 0;
}

.vp__prd-wrap.ec-base-product > .grid--vp > li .description {
    width: 68%;
    margin: 0;
}

.vp__prd-wrap.ec-base-product > .grid--vp > li .review_cnt {
    position: relative;
    width: fit-content;
    margin-top: 7px;
    background: #fff;
    padding: 0;
}

.vp__content {
    width: 40%;
}

.vp__title {
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 1.3;
}

.vp__desc {
    font-size: 16px;
    line-height: 1.5;
    color: #7e7e7e;
    font-weight: 500;
}

.vp__desc .i-check {
    background: url(../img/icon/icon_check.svg) no-repeat;
    width: 19px;
    height: 22px;
    background-size: 100% auto;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
}


/* Main New products load Spiner */

.new-products__loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
}

.new-products__loading.stop {
    opacity: 0;
    visibility: hidden;
    -webkit-transition:  opacity 0.3s ease, visibility 0.3s ease;
    transition:  opacity 0.3s ease, visibility 0.3s ease;
}

.new-products__loading-effect {
  margin: auto;
  border: 5px solid #EAF0F6;
  border-radius: 50%;
  border-top: 5px solid #333;
  width: 40px;
  height: 40px;
  animation: spinner 1.5s linear infinite;
}

.new-products__loading.stop .new-products__loading-effect {
    animation: none;
}

@keyframes spinner {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Mid banner */

.mid-banner {
    width: 100%;
    height: 30vw;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.mid-banner__content {
    height: 100%;
}

.mid-banner img {
    display: none;
}

.mid-banner__title {
    font-size: 33px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 25px;
    line-height: 1.3;
}

.mid-banner__desc {
    color: #fff;
    font-size: 18px;
    line-height: 1.5;
}

.mid-banner__btn {
    display: block;
    color: #fff;
    border: 2px solid #fff;
    width: 178px;
    font-size: 17px;
    font-weight: 700;
    border-radius: 40px;
    text-align: center;
    line-height: 54px;
    margin: 35px auto 0;
}

html div.sub-banner__txt,
html div.sub-banner__title,
html .mid-banner__title,
html .mid-banner__desc,
html .mid-banner__btn,
html .full-banner__txt,
html .full-banner__title {
    -webkit-transition: opacity 0.8s ease, visibility 0.8s ease, transform 0.8s ease;
    transition: opacity 0.8s ease, visibility 0.8s ease, transform 0.8s ease;
}

.aos-init.aos-animate div.sub-banner__txt,
.aos-init.aos-animate div.sub-banner__title,
.aos-init.aos-animate .mid-banner__title,
.aos-init.aos-animate .mid-banner__desc,
.aos-init.aos-animate .mid-banner__btn,
.aos-init.aos-animate .full-banner__txt,
.aos-init.aos-animate .full-banner__title {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.aos-init.aos-animate .mid-banner__desc {
    -webkit-transition-delay: 0.4s !important;
    transition-delay: 0.4s !important;
}

.aos-init.aos-animate .mid-banner__btn {
    -webkit-transition-delay: 0.7s !important;
    transition-delay: 0.7s !important;
}

/* Time sale */

.time-sale {
    padding: 25px 0 50px;
}

.time-sale__content {
    min-height: 480px;
}

#main #time-sale .prd-nav {
    top: calc(25% + (48px * 0.25));
    margin-top: 0;
}

.ts-pager {
    display: none;
}

/* Instagram */

.instagram .main-title {
    margin-bottom: 4px;
}

.instagram__feed {
    font-size: 0;
    line-height: 1;
}

.instagram__iframe-mobile {
    display: none;
}

.instagram__feed iframe {
    height: calc(((1280px / 6) * 2) - 4px) !important;
    
}

/* curation */

.boardListEmpty:not(.displaynone) + .cr {
    display: none;
}

.jsMagazineSlide:not(.swiper-container-initialized) .cr__wrap {
    width: calc(100% + 24px);
    margin-left: -12px;
    display: flex;
}

.jsMagazineSlide:not(.swiper-container-initialized) .cr__item {
    width: calc(33.333% - 24px);
    margin: 0 12px;
}

.cr__item {
    font-size: 0;
    line-height: 1;
    overflow: hidden;
}

.cr__item img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.cr__content {
    padding: 20px 0 0;
    background: #fff;
}

.cr__subject {
    font-size: 20px;
    color: #2e2e2e;
    font-weight: bold;
}

.cr__date {
    color: #909090;
    font-size: 15px;
    margin-top: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 74%;
    white-space: normal;
    line-height: 1.2;
    height: 1.2em;
    text-align: left;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: keep-all;
}

.cr__category {
    background: #f5f6fa;
    width: fit-content;
    padding: 5px 10px;
    border-radius: 2px;
    color: #444;
    font-size: 12px;
    margin-top: 13px;
    font-weight: 600;
}

.cr .more {
    margin-top: 50px;
}

.cr__pager {
    display: none;
}

.cr .ec-base-product .grid-cr > li {
    display: flex;
    border-bottom: 1px solid #f8f8f8;
    padding-bottom: 18px;
}

.cr .ec-base-product .grid-cr > li:last-child {
    border: none;
    padding: none;
}

.cr .ec-base-product .grid-cr > li > .thumbnail {
    width: 90px;
    margin: 0;
}

.cr .ec-base-product .grid-cr > li .icon__box {
    display: none;
}

.cr .ec-base-product .grid-cr > li > .description {
    width: calc(100% - 105px);
    margin: 0 0 0 auto;
}

.cr .ec-base-product .grid-cr > li > .description .name * {
    font-size: 15px !important;
}

.cr .ec-base-product .grid-cr > li > .description .spec > li.summary_desc span {
    font-size: 13px !important;
}

.cr .ec-base-product .grid-cr > li > .description .spec > li.product_custom span,
.cr .ec-base-product .grid-cr > li > .description .spec.is-sale > li.product_price span {
    font-size: 12px !important;
}

.cr .ec-base-product .grid-cr > li > .description .spec .sale-per,
.cr .ec-base-product .grid-cr > li > .description .spec > li.product_price span,
.cr .ec-base-product .grid-cr > li > .description .spec > li.prd_price_sale span {
    font-size: 16px !important;
}

@media(hover:hover) {
    .cb__item:hover .cb__thumb::after {
        border-color: #000;
    }
    
    .bp__tab-item:hover span::before {
        transform: translateY(0);
    }


    .bp__tab-item:hover span::after {
        color: #fff;
    }
    
    .main-review__inner:hover .main-review__list {
        animation-play-state: paused !important;
    }
    
    #main .main-review .main-review__item:hover {
        transform: translateY(-10px);
        box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 16px;
        
    }

    
}

@media (min-width: 1200px) {
    
    .hschk[style="A"] ~ #wrap .main-banner {
        height: 430px;
    }
    
    .hschk[style="B"] ~ #wrap .main-banner {
        height: 730px;
    }
    

}

/* medium */
@media (max-width: 1280px) {

    
    .cb__item {
        margin: 0 0.5%;
    }
        .main-banner__title {
    font-size: 30px;
    line-height: 1.3;
	}
}

@media (max-width: 1550px) {
    
    #main .prd-nav--prev {
        left: -65px;
    }
    
    #main .prd-nav--next {
        right: -65px;
    }
}

@media (max-width: 1440px) {
    
    .main-title-wrap.flex {
        padding-left: 50px;
        padding-right: 50px;
    }
    
    #main .prd-nav {
        display: none;
    }
    
    .main-banner__nav--prev {
        left: 40px;
    }
    
    #main .main-banner__pager,
    .main-banner__nav--next {
        right: 40px;
    }
    
    .main-banner__txt {
        max-width: 100%;
        left: 0;
        margin-left: 0;
        width: 100%;
    }
    
    .main-banner__cont {
        padding: 0 120px;
    }
    
    .mid-banner__title {
        font-size: 29px;
        margin-bottom: 15px;
    }
    
    .mid-banner__btn {
        font-size: 15px;
        margin-top: 23px;
    }

}

@media (max-width: 1024px) {
    
    .main-title-wrap.flex {
        padding-left: 16px;
        padding-right: 16px;
    }
    
    .section:not(.section--no-margin) {
        margin-bottom: 11px;
    }
    
    .product-container {
        padding: 0;
    }
    
    .main-banner__nav--prev {
        left: 40px;
    }
    
    .main-banner__nav--next,
    #main .prd-nav-wrap {
        right: 40px;
    }
    
    .sub-banner__align {
        padding-left: 30px;
    }
    
    .mid-banner {
        height: 45vw;
    }
    
    .vp__title {
        font-size: 24px;
    }
    
    .vp__desc {
        font-size: 14px;
    }
    
    #ts-data.ec-base-product .prdList {
        width: calc(100% + 16px);
        margin-left: -8px;
    }
    
    #ts-data.ec-base-product .prdList > li {
        width: calc(25% - 16px);
        margin: 0 8px 60px;
    }
    
    .instagram__feed iframe {
        height: calc((((100vw - 32px) / 6) * 2) - 8px) !important;
    }
    
    .time-sale__content {
        min-height: auto;
    }
    
}

@media (max-width: 1023px) {
    
    .main-banner__nav--prev {
        left: 16px;
    }
    
    .main-banner__txt {
        left: 0;
    }
    
    #main .main-banner__pager,
    .main-banner__nav--next {
        right: 16px;
    }
    
    .header-transform #main .header__wrap {
        height: 55px;
    }
    
    .cb__thumb {
        padding: 0;
    }
    
    .cb__name {
        font-size: 14px;
    }

}















@media (max-width: 768px) {
    
    .section:not(.section--no-margin) {
        margin-bottom: 50px;
    }
    
    .section .xans-product-listmore {
        margin-top: -35px;
    }
    
    .main-title-wrap {
        padding-bottom: 25px;
    }
    
    .main-title {
        font-size: 23px;
        margin-bottom: 5px;
    }
    
    .main-sub-title {
        font-size: 14px;
    }
    
    .main-banner--pc {
        display: none;
    }
    
    .main-banner {
        height: auto;
        min-height: 50vh;
        margin-bottom: 0px;
    }
    
    .hschk[style="B"] ~ #wrap .main-banner {
        height: 80vh;
    }
    
    .main-banner__txt {
        left: 0;
        bottom: 150px;
        height: auto;
        display: block !important;
        top: auto;
    }
    
    .main-banner__cont {
        padding: 0 16px;
        margin-bottom: 100px;
    }
    
    .main-banner__nav {
        display: none;
    }
    
    .main-banner--mobile {
        display: block;
    }
    
    #main .prd-nav-wrap {
        right: 20px;
    }
    
    /* Main banner */
    
    #main .main-banner__pager {
        right: 16px;
        left: auto;
        bottom: 20px;
        text-align: center;
        width: 44px;
        height: 26px;
        line-height: 26px;
        border-radius: 40px;
        background: rgba(0,0,0,.5);
        color: rgba(255,255,255,.5) !important;
        font-size: 12px;
    }
    
    #main .main-banner__pager * {
        margin: 0;
        width: auto;
        height: auto;
        background: none;
        font-size: 12px;
        color: #fff !important;
        opacity: .5;
    }
    
    #main .main-banner__pager .swiper-pagination-current {
        opacity: 1;
        font-weight: 500;
    }
    
    /* circla category */
    
    .cb__list.container {
        padding-left: 8px;
        padding-right: 8px;
    }
    
    .cb__item {
        margin: 14px 8px;
        flex: auto;
        width: calc(25% - 16px);
    }
    
    .cb__name {
        font-size: 13.5px;    
        margin-top: 10px;
    }
    
    /* full banner */
    
    .full-banner__align {
        padding-left: 45px;
    }
    
    /* Sub banner */
    
    .sub-banner__list {
        width: calc(100% + 16px);
        margin-left: -8px;
    }
    
    .sub-banner__item {
        width: calc(50% - 16px);
        margin: 0 8px;
    }
    
    .sub-banner__align {
        padding-left: 25px;
    }
    
    div.sub-banner__txt {
        padding: 0;
        font-size: 13px;
    }
    
    div.sub-banner__title {
        font-size: 20px;
        margin-top: 5px;
    }
    
}

@media (max-width: 767px) {
    
    .section .xans-product-listmore {
        padding: 0 16px;
        margin-top: 5px;
    }
    
    .main-title-wrap {
        padding-bottom: 15px;
    }
    
    .main-title-wrap.flex {
        display: block;
        padding-bottom: 20px;
    }
    
    .main-title {
        margin-bottom: 8px;
        font-weight: 700;
    }
    
    .main-title-wrap.flex .main-sub-title {
        margin-left: 0;
    }
    
    .product-container-slide {
        padding: 0;
    }
    
    .main-banner__txt {
/*
        bottom: auto;
        top: 50px;
*/
        top: 0;
        height: 100%;
        display: flex !important;
    }
    
    .main-banner__title {
        font-size: 26px;
        margin-bottom: 12px;
        line-height: 1.3;
        letter-spacing: -0.3px;
    }
    
    .main-banner__desc {
        font-size: 15px;
        font-weight: 500;
    }
    
    .main-banner__button {
        font-size: 13px;
        width: 110px;
        height: 38px;
        line-height: 38px;
        margin-top: 20px;
/*        border-radius: 20px;*/
    }
    
    .main-banner__button::before {
/*        border-radius: 3px;*/
    }
    
    /* prd list */
    
    .bp .container {
        padding: 0;
        overflow: hidden;
    }
    
    .bp__tab-wrap {
        /*margin: 0 0 30px;*/
        margin: auto;
        overflow: auto hidden;
    }
    
    .bp *::-webkit-scrollbar {
        display: none;
    }
    
    .bp__tab.flex {
        margin-top: 0;
        flex-wrap: nowrap;
        overflow: auto;
        align-items: baseline;
        white-space: nowrap;
        justify-content: left;
    }
    
    .bp__tab-item {
        margin: 0 10px 0 0;
    }
    
    .bp__tab-item:first-child {
        margin-left: 16px;
    }
    
    .bp__tab-item:last-child {
        margin-right: 16px;
    }
    
    .bp__tab-item span {
        padding: 0 18px;
        font-size: 14px;
    }
    
    .bp__content {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        opacity: 0;
        visibility: hidden;
    }
    
    .bp__content.on {
        position: relative;
        opacity: 1;
        visibility: visible;
    }
    
    .bp__prd-wrap,
    #time-sale .time-sale__content,
    .slide-prd.ec-base-product .container {
        padding: 0;
    }
    
    .bp__content.ec-base-product .container {
/*        overflow: visible;*/
    }
    
    #main #contents .ec-base-product.slide-prd .prdList {
        margin: 0 !important;
        width: 100% !important;
    }
    
    #main #contents .ec-base-product.slide-prd .prdList > .slide-prd-item {
        width: 42.5%;
        margin: 0 12px 0 0;
    }
    
    #main #contents .ec-base-product.slide-prd .prdList > .slide-prd-item:first-child {
        margin-left: 16px;
    }
    
    #main #contents .ec-base-product.slide-prd .prdList > .slide-prd-item:last-child {
        margin-right: 16px;
    }
    
    
    /* full banner */
    
    .full-banner__item:nth-child(1) {
        display: none;
    }
    
    .full-banner__item:nth-child(2) {
        display: block;
    }
    
    .full-banner__align {
        padding-left: 16px;
    }
    
    div.full-banner__txt {
        font-size: 13px;
        margin-bottom: 0;
    }
    
    div.full-banner__title {
        font-size: 20px;
        margin-top: 7px;
    }
    
    /* review */
    
    .main-review .container {
        padding: 0;
        overflow: hidden;
    }
    
    #main .main-review .main-review__item {
        margin: 0 6px;
        width: 230px;
    }
    
    #main .main-review__item .description {
        margin: 16px;
    }

    #main .main-review__item .prd-info {
        padding: 0 16px 16px;
    }
    
    #main .more {
        padding: 0 16px;
    }
    
    .main-review .btnMore {
        margin-top: 40px;
    }
    

    /* Sub banner */
    
    .sub-banner .container {
/*        padding: 0;*/
    }
    
    .sub-banner__list {
        width: 100%;
        margin: 0;
    }
    
    .sub-banner__item {
        margin: 0;
    }
    
    .sub-banner__item img {
        border-radius: 10px;
    }
    
    .sub-banner__pager {
        position: absolute;
        right: auto;
        left: 0;
        bottom: 12px;
        text-align: center;
        width: 100%;
        font-size: 0;
        z-index: 1;
        display: block;
    }
    
    .sub-banner__pager .swiper-pagination-bullet {
        margin: 0 3px;
        width: 6px;
        height: 6px;
        background: rgba(0,0,0,.3);
        border-radius: 50%;
        opacity: 1;
        transition: width 0.2s;
    }
    
    .sub-banner__pager .swiper-pagination-bullet-active {
        background: #000;
        border-radius: 40px;
        width: 20px;
    }
    
    /* product list */
    
    .main-review .container--layout,
    .ec-base-product .container--layout {
        padding: 0;
        overflow: hidden;
    }
    
    /* curation */
    
    .cr .container {
        overflow: auto hidden;
    }
    
    .cr__wrap {
        width: 100%;
        margin: 0;
        flex-wrap: nowrap !important;
    }
    
    .cr__content {
        padding-top: 16px;
    }
    
    .cr__banner-content {
        font-size: 20px;
        padding: 25px 20px;
    }
    
    /* Video */
    
    .main-video {
        padding: 0;
    }
    
    .section__cont--banner {
        max-width: 100%;
    }
    
    
    .section.vp {
        padding-bottom: 0;
    }
    
    .section.vp .container {
        flex-direction: column-reverse;
        padding: 0;
    }
    
    .vp__video {
        width: 100%;
    }
    
    .vp__content {
        width: 100%;
        padding-bottom: 30px;
    }
    
    .vp__title {
        font-size: 23px;
        margin-bottom: 15px;
        text-align: center;
        line-height: 1.4;
    }
    
    .vp__desc {
        font-size: 14px;
        font-weight: normal;
    }
    
    /* Review */
    
    .main-review {
        padding: 50px 0;
    }
    
    .main-review__container {
        padding: 0;
    }
    
    .main-review__content {
        padding-top: 30px;
    }
    
    #main .main-review__item .content {
        font-size: 13px;
    }
    
    .main-review__content::before,
    .main-review__content::after {
        display: none;
    }
    
    /* time sale */
    
    #time-sale {
        overflow: hidden;
        padding: 0;
    }
    
    #time-sale .prdList {
        width: 100%;
        margin: 0;
    }
    
    #ts-data.ec-base-product ul.prdList > li .ts-info {
        padding: 0;
    }
    
    .ts-pager {
        display: none;
    }
    
    /* characteristic */
    
    .idt .main-title-wrap {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    
    .idt .main-title {
        text-align: center;
        margin-bottom: 0;
    }
    
    .idt__list {
        padding: 0 16px;
    }
    
    .idt__item {
        width: 50%;
        padding: 40px 0 0;
        margin: 0;
    }
    
    .idt__txt {
        font-size: 15px;
        margin-top: 10px;
    }
    
    /* mid banner */
    
    .mid-banner {
        height: 100vw;
        background-attachment: scroll;
    }
    
    .mid-banner__content {
        padding: 0 16px;
    }    
    
    .mid-banner__title {
        font-size: 25px;
        margin-bottom: 20px;
    }
    
    .mid-banner__desc {
        font-size: 15px;
        font-weight: 500;
    }
    
    .mid-banner__btn {
        margin-top: 28px;
        font-size: 15px;
        width: 168px;
        line-height: 48px;
    }
    
    /* curation */
    
    .jsMagazineSlide:not(.swiper-container-initialized) .cr__wrap {
        width: calc(100%);
        margin-left: 0;
    }

    .jsMagazineSlide:not(.swiper-container-initialized) .cr__item {
        width: 100%;
        margin: 0;
    }
    
    .cr__subject {
        font-size: 18px;
    }
    
    .cr__date {
        font-size: 13px;
        margin-top: 8px;
    }
    
    .cr__pager {
        display: block;
        text-align: center;
        margin-top: 20px;
    }
    
    .cr__pager .swiper-pagination-bullet {
        margin: 0 4px;        
    }
    
    .cr__pager .swiper-pagination-bullet-active {
        background: #000;
        opacity: 1;
    }
    
    .cr .more {
        margin-top: 25px;
    }
    
    .cr .more .btnMore {
        margin-top: 0;
    }
    
    /* Instagram */
    
    .instagram.section {
        margin-bottom: 0 !important;
    }
    
    .instagram__iframe-pc {
        display: none;
    }
    
    .instagram__iframe-mobile {
        display: block;
    }
    
    .instagram__feed {
        padding: 0 !important;
        overflow: hidden;
    }
    
    .instagram__feed iframe {
        height: calc((33.333vw * 3) - 0px) !important;
    }
    
    /* main banner */
    .content-wrapper {
    	margin: auto;
    }
    
}