/* BASIC css start */
.header{
    position:absolute;
    width:100%;
    top:0;
    left:0;
    z-index:99;
}

.header .header__wrapper,
.header .header-category__wrapper{
    background:none;
}

.section.h_full{
    width:100%;
    height:100%;
    height:100vh;
}

#onepage{
    scroll-snap-type: y mandatory;
    scroll-padding-top: 0;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100vh;
}

#onepage.disable{
    scroll-snap-type: none;
}

#onepage .section{
    scroll-snap-align: start;
    height: 100vh;
    width: 100%;
}

#onepage .section#SECTION_05{
    height:auto;
}


.main .component-products__rank{
    display:none;
}
/*.move-btn{display:none;}*/

.BG_imgBox{
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/* 2023 renewal */
.swiper-pagination.swiper-pagination-bar.swiper-pagination-progressbar {
    display: none;
}

.content__wrapper {
    margin: 0 auto;
}


.title-area__wrapper {
    position: relative;
    margin: 0 auto;
    margin-bottom:25px;
}

.title-area__main {
    font-size: 23px;
    text-transform: uppercase;
    color: #000;
    line-height: 100%;
    position: relative;
    display: inline-block;
    font-family: 'Marcellus';
}

.title-area__main>em {
    font-size: 13px;
    position: absolute;
    top: 44%;
    transform: translateY(-50%);
    right: -20px;
}
.title-area__sub {
    font-size: 14px;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    color: #919191;
}

.tab__list {
    padding-left: 13px;
    width: 100%;
    text-align:center;
    box-sizing: border-box;
    margin-bottom: 25px;
}

.tab__list>li.is-active {
    color: #0b0b0b;
}

.tab__list>li:not(:last-of-type) {
    margin-right: 5px;
}

.tab__list>li {
    display:inline-block;
    padding: 0px 8px;
    font-size: 13px;
    letter-spacing: -0.04em;
    color: rgb(145, 145, 145);
    cursor: pointer;
    height: 25px;
    line-height: 23px;
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    transition: color .2s, opacity .2s, border .2s;
    text-align: center;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.more-btn {
    position: absolute;
    right: 6px;
    bottom: 0;
}

.more-btn>a {
    font-size: 15px;
    color: #000;
    line-height: 100%;
    font-family: 'Marcellus';
}
.more-btn>a>img {
    vertical-align: middle;
    padding-bottom: 3px;
    margin-left: 0px;
    width: 14px;
}
.more-btn.more-btn--large {

    width: 203px;
    height: 33px;
    line-height: 31px;
    border: 1px solid #000;
    color: #000;
    text-align: center;
}
.more-btn.more-btn--large>a {
    font-size: 12px;
    text-transform: uppercase;
    color: #070707;
    font-weight: 700;
    font-family: "Noto Sans KR";
    display: block;
    line-height: 30px;
}

/* mainslide*/

.main-slider {
	width:100%;
	overflow:hidden;
	margin:0 auto;
	position:relative;
}
.main-slider__wrap {
	height:100vh;
}
.main-slider .swiper-slide>a {
	display:block;
	position:relative;
	overflow:hidden;
	width:100%;
	height:100%;
}
.main-slider .swiper-slide>a>img {
	width:100%;
}
.main-slider .pagination__wrap {
	background:rgba(0,0,0,.4);
	position:relative;
	box-sizing:border-box;
	margin-top : 0;
	color: #fff;
	font-size: 11px;
	border-radius: 24px;
	padding: 4px 18px 5px 10px;
	font-weight: 400;
	display: flex;
	align-items: center;
}
.main-slider .pagination {
	margin:0 auto;
	position:absolute;
	left: 13px;
	bottom: 100px;
	z-index:1;
}
.main-slider .pagination__wrap .now-slide {
    font-weight: 600;
    line-height: 1;
}
.main-slider .pagination__wrap .total-slide {/* line-height: 1; */}
.main-slider .pagination__wrap .slash-icon {
	padding:0px 4px;
	font-size: 11px;
	/* color:#fff; */
	/* line-height: 1; */
}
.main-slider .swiper-button-prev,.main-slider .swiper-button-next {
	background-image:none;
	width:auto;
	height: 100%;
	margin-top: 0px;
	position:static;
	text-align:center;
	margin-left: 3px;
	display: -webkit-inline-box;
	position: absolute;
	height: auto;
	right: 4px;
	top: 55%;
	transform: translateY(-50%);
}
.main-slider .swiper-button-prev>i,.main-slider .swiper-button-next>i {
		color:#fff;
		margin-top: 0px;
		font-size: 14px;
		}

/* mainslide*/

/* main category */
.main-category__list>li>a {
    font-size: 12px;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    color: #3f3f3f;
    font-weight: 500;
    text-align: center;
    line-height: 100%;
}

.main-category__list {
    display: flex;
    padding: 46px 0 65px 13px;
    overflow-y: auto;
    box-sizing: border-box;
    -ms-overflow-style: none;
    scrollbar-width:none;
    padding-right: 13px;
}

.main-category__list::-webkit-scrollbar {
    display: none;
}
.main-category__list>li {
    margin-right: 16px;
}
.main-category__list>li:last-of-type {
    margin-right: 0;
}
.main-category__list>li img {
    padding-bottom: 10px;
    display: block;
    width: 79px;
}

/* main category */

/* main banner */
.main-banner {
  display: flex;
  flex-wrap: wrap;
  padding: 0 6px 80px;
}

.main-banner>li {
  width: calc(50% - 2.5px);
}

.main-banner>li>a>img {
  width: 100%;
  margin-bottom: 10px;
}
.main-banner>li:nth-of-type(odd) {
  margin-right: 5px;
}

.main-banner>li strong {display: block;font-size: 14px;color: #000;margin-bottom: 5px;padding-left: 3px;box-sizing: border-box;letter-spacing: -0.04em;}

.main-banner>li p {
  font-size: 12px;
  color: #3f3f3f;
  padding-left: 3px;
  letter-spacing: -0.04em;
}
/* main banner */


.moreViewBtn{
    padding:20px 0;
    text-align:center;
}

.moreViewBtn a{
    display:inline-block;
    font-size:14px;
    font-family: "joly-display", sans-serif;
    text-decoration:underline;
}

/* best */

.best-products .component-products:not(:first-of-type) {
    display: none;

}

.best-products .content__wrapper {
    margin-bottom: 46px;
}

.best-products .component-products__wrapper {
    padding-left: 6px;
}

.best-products__title>strong {
    display: block;
    font-size: 20px;
    font-family: "joly-display", sans-serif;
    text-align: center;
}

.best-products__title2> {
    display: block;
    font-size: 16px;
    font-family: "Noto Sans KR", sans-serif;
    text-align: center;
}


.best-products .title-area__sub {font-size: 14px;font-weight: 500;color: #3f3f3f;}

/* best */

/* keyword */
.keyword-products .title-area__wrapper {
    margin-bottom: 25px;
}
.keyword-products .content__wrapper{
    box-sizing: border-box;
    margin-bottom: 65px;
}
.keyword-products__list {
    overflow: hidden;
}

.keyword-products .component-products__list {
    border-radius: 15px;
    background-color: #fff;
    width: calc(100% - 30px);
    margin: 0 auto;
    padding: 13px 13px 12px 13px;
    position: relative;
    bottom: 70px;
}

.keyword-products .component-products__item:last-of-type {
    margin-bottom: 0px;
}
.keyword-products__inner {
    position: relative;
}

.keyword-products .next_btn {
    right: 10px;
    width: 33px;
    height: 40px;
    top: 23%;
}

.keyword-products .prev_btn {
    left: 10px;
    width: 33px;
    height: 40px;
    top: 23%;
}
.keyword-products .next_btn>i, .keyword-products .prev_btn>i{display:none;}

.keyword-products .component-products__item {
    width: 100%;
    margin-bottom: 2px;
    margin-right: 0px;
    position: relative;
    height: auto;
}
.keyword-products .component-products__item:first-of-type{display: block;}
.keyword-products .component-products__thumb {
    width: 100%;
    margin-right: 10px;
    max-width: 90px;
    display: inline-block;
    margin-bottom: 0;
    position: static;
}

.keyword-products .component-products__disc {}

.keyword-products .component-products__info {
    padding-top: 23px;
    display: inline-block;
    width: calc(100% - 143px);
    vertical-align: top;
}

.keyword-products .component-products__content {
    top: 20px;
    right: 15px;
}

.keyword-products .more-btn {
    left: 50%;
    transform: translateX(-50%);
    right: auto;
    bottom: 55px;
    position: relative;
}

/* keyword */



/* weekly */

.weekly-products .tab__list li {
    width: auto;
    background: #fff;
    opacity: 1;
}

.weekly-products .tab__list li.swiper-pagination-bullet-active {
    font-weight: 600;
    color: #0b0b0b;
}
.weekly-products__list {
    overflow: hidden;
}
.weekly-products .component-products:not(:first-of-type) {

}

.weekly-products .content__wrapper {
    margin-bottom: 46px;
}

.weekly-products .component-products__wrapper {
}

.weekly-products__title {font-size: 12px;font-weight: 500;color: #3f3f3f;}
.weekly-products__title>strong {
    font-size: 23px;
    color: #000;
    display: block;
    margin-bottom: 7px;
}
.weekly-products .component-products__item {
    width: calc((100% - 7px) / 3);
    margin-right: 3px;
}

.weekly-products .component-products__item:nth-of-type(2n) {
    margin-right: 3px;
}

.weekly-products .component-products__item:nth-of-type(3n) {
    margin-right: 0;
}
.weekly-products .component-products__review,
.weekly-products .component-products__icons,
.weekly-products .component-products__disc{

    display:none;
}
.weekly-products .component-products__name>a {
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: initial;
    line-height: 1.25;
}

.weekly-products .component-products__price-wrap {
    margin-bottom: 0;
}
/* weekly */

/* celebrity */
.celebrity-products .content__wrapper{
    box-sizing: border-box;
    margin-bottom: 80px;
}


.celebrity-products .component-products__wrapper {
}
.celebrity-products__tab{
    padding:0 6px;
    margin-bottom:25px;
}
.celebrity-products__tab .swiper-slide img {
    max-width: 100%;
    width: 73px;
}

.celebrity-products__tab .swiper-slide {
        border: none;
    color: #000;
    font-size: 13px;
    font-weight: 600;
    padding: 0;
    height: auto;
    line-height: 100%;
    text-align: center;
    opacity: .3!important;
    transition: color 0.2s ease 0s, opacity 0.2s ease 0s, border 0.2s ease 0s!important;
}
.celebrity-products__tab .swiper-slide.on{
    color: #000;
    opacity: 1!important;
}
.celebrity-products__tab .swiper-slide p {
    font-size: 12px;
    margin-top: 7px;
    letter-spacing: -0.025em;
    color: #000;
}


.celebrity-products .component-products__item {
    width: 100%;
    padding: 18px 33px 20px 33px;
    margin-bottom: 0px;
    background-color: #f2f2f2;
    margin-right: 0px;
    position: relative;
}
.celebrity-products .component-products__item:first-of-type{
display: block;
}
.celebrity-products .component-products__thumb {
    width: 100%;
    margin-right: 10px;
    max-width: 114px;
    display: inline-block;
    margin-bottom: 0;
    position: static;
}

.celebrity-products .component-products__disc {display: none;}

.celebrity-products .component-products__info {
    padding-top: 30px;
    display: inline-block;
    width: calc(100% - 165px);
    vertical-align: top;
}

.celebrity-products .component-products__content {
    top: 77px;
    right: 37px;
}

.celebrity-products__title {
        padding-bottom: 15px;
    font-size: 13px;
    letter-spacing: -0.025em;

}

.celebrity-products__title em {
    font-size: 10px;
    color: #000;
    vertical-align: bottom;
    margin-left: 8px;
}


/* celebrity */

/* new */


.new-products .content__wrapper {
    margin-bottom: 85px;
}
.new-products .title-area__main {
    margin-bottom: 5px;
}

.new-products .component-products__wrapper {
    padding-left: 6px;
}

.new-products__title {font-size: 12px;font-weight: 500;color: #3f3f3f;}
.new-products__title>strong {
    font-size: 23px;
    color: #000;
    display: block;
    margin-bottom: 7px;
}

/* new */

/*mayak*/
.mayak .content__wrapper {
    background-color: #f3f3f3;
    padding: 40px 0 0;
    margin-bottom: 28px;
}
.mayak .title-area__main {
    margin-bottom: 5px;
}
.mayak__top {
    width: 100%;
    height:100%;
    margin-bottom:2px;
    background-color: #000;
}

.mayak__bottom {
    box-sizing: border-box;
    position:relative;
}



.mayak__imgs {
    display: flex;
}

.mayak__imgs a {
    display: block;
    width: calc((100% - 4px) / 3);
}

.mayak__imgs a>img {
    width: 100%;
}

.mayak__imgs a:not(:last-of-type) {
    margin-right: 2px;
}
.mayak-products .component-products:not(:first-of-type) {
    display: none;

}

.mayak-products .content__wrapper {
    margin-bottom: 85px;
}

.mayak-products .component-products__wrapper {
    padding-left: 6px;
}

.mayak-products .tab__list {
    margin-bottom: 33px;
}

.mayak-products__list {
    padding-bottom: 24px;
    background-color: #f4f4f4;
}
/* mayak */


/* time sale */
.timesale-products .title-area__main{
 margin-bottom:5px;
}

.timesale-products__list {
    position: relative;
}
.timesale-products .content__wrapper {
    margin-bottom: 60px;
}
.timesale-products .component-products__wrapper {
    padding: 0 11px;
}
.timesale-products .more-btn {
    position: static;
    margin: 0 auto;
}

.timesale-products .component-products__item:nth-last-of-type(-n + 2) {
    margin-bottom: 35px;
}
/* time sale*/

/* basic */

.basic-products .content__wrapper {
    margin-bottom: 85px;
}
.basic-products .title-area__main {
    margin-bottom: 5px;
}

.basic-products .more-btn {
    top:2px;
}
.basic-products .component-products__wrapper {
    padding: 0 11px;
}

.basic-products .component-products__item:nth-last-of-type(-n + 2) {
    margin-bottom: 0;
}
/* basic */

/* celebrity review */

.review-js-content {
    display: none;
}
.review-products .content__wrapper{
    box-sizing: border-box;
    margin-bottom: 95px;
}

.review-products .title-area__wrapper {
    padding: 0;
    box-sizing: border-box;
    margin-bottom:116px;
}


.review-products .prev_btn {
    left: 0;
    background :none;
    display: none;
}
.review-products  .prev_btn i,.review-products .next_btn i {
font-weight:600;
    }
.review-products .next_btn {
    right: 0;
    background :none;
    display: none;
}
.review-products .component-products__wrapper {position: relative;}
.review-products .component-products__container {
    margin: 0 auto;
}

.review-products .component-products__item {
    width: calc(100% - 9px);
    padding-right: 5px;
    margin-bottom: 0px;
    margin-right: 0px;
    position: absolute;
    bottom: 12.2%;
    font-size: 0;
    background-color: #fff;
    display: flex;
    max-width: 360px;
    left: 0;
    height: auto;
}
.review-products .component-products__item:first-of-type{

}
.review-products .component-products__color>span {
    width: 7px;
}
.review-products .component-products__thumb {
    width: 25.777%;
    margin-right: 5px;
    display: inline-block;
    margin-bottom: 0;
    height: auto;
}
.review-products__thumb img {
    /* vertical-align: initial; */
}
.review-products .component-products__icons {
    display: none;
}

.review-products .component-products__info {
    padding-top: 2.755%;
    display: inline-block;
    width: calc(100% - 67px);
    vertical-align: top;
}

.review-products .component-products__content {
    display: none;
}
.review-products .component-products__name>a {
    font-size: 7px;
}

.review-products .component-products__price {
    font-size: 7px;
}

.review-products .component-products__list-price {
    font-size: 6px;
}

.review-products .component-products__disc {
    font-size: 7px;
}


.review-products .component-products__review {
    display:none;
    
}

.review-products__title {
    position: absolute;
    line-height: 100%;
    left: 53px;
    top: 30px;
    /* display: none; */
}
.review-products__title>a {
    font-size: 17px;
}
.review-products__title>a>em {
    font-size: 12px;
    position: absolute;
    top: 42%;
    transform: translateY(-50%);
    right: -25px;
}
.review-products .swiper-slide {
    background-color: #f3f3f3;
    display: flex;
    justify-content: space-between;
}

.review-products__right h1 {
    font-size: 5vw;
    /* font-size: 18px; */
    text-transform: uppercase;
    color: #000000;
    /* padding-bottom: 6%; */
    padding-bottom: 2.5vw;
    font-family: 'Marcellus';
}

.review-products__right h2 {
    font-size: 2.5vw;
    text-transform: uppercase;
    color: #000000;
    padding-bottom: 1.6vw;
}

.review-products__right {
    width: 50%;
    padding-top: 8.5%;
    padding-right: 5px;
    position: relative;
    margin-left: 5%;
    box-sizing: border-box;
}

.review-products__right p {
    font-size: 3vw;
    text-transform: uppercase;
    color: #000000;
    font-weight: 300;
    line-height: 1.25;
    min-height: 95px;
    word-break: keep-all;
    overflow-y: auto;
    width: 100%;
}
.review-products__right p::-webkit-scrollbar {
    width: 6px; 
}
.review-products__right p::-webkit-scrollbar-thumb { border-radius: 3px; background-color: rgb(221, 221, 221); }


.review-products__thumb {
    width: 50%;
}
/* celebrity review */

/* best review */
.sec_title {
    font-size: 20px;
    letter-spacing: -0.04em;
    color: #000000;
    font-weight: bold;
    margin-bottom: 15px;
    padding-left: 6px;
}
.best-review__wrapper{
margin:0 auto;
}

.best-review {
    background-color: #f3f3f3;
    padding: 90px 0;
}
/* best review */

/* instagram */

.v_find_box, .v_find_box iframe { width:100%!important;max-width:1500px; margin : 0 auto; }

/* instagram */

/* bottom-slider */
.bottom-banner__list li img {
    width: 100%;
}

/* bottom-slider */

#footer .footer__wrapper{margin-top:0;}
/* 2023 renewal */


/* 2024 renewal */
#SECTION_03 .videoWrap{
    position:relative;
    width:100%;
    height:100vh;
    overflow:hidden;
}

#SECTION_03 .videoWrap .opacityMask{
    position:absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
    z-index:1;
}

#SECTION_03 .videoWrap iframe{
    width:160%;
    margin-left:-30%;
    height:100vh;
}

#SECTION_04 .swiper-container{
    display:block;
    width:100%;
    height:100vh;
}

#SECTION_04 .swiper-slide > a{
    position:relative;
    display:block;
} 

#SECTION_04 .swiper-pagination-bullet{
    background:#fff;
    opacity:1;
}

#SECTION_04 .swiper-pagination-bullet-active{
    background:#bbb;
}


#SECTION_05{
    padding-top:150px;
}





/* BASIC css end */

