/* BASIC css start */
:root { --swiper-theme-color: #2d2d2d !important; }
html { scroll-behavior:smooth; }
#contentWrap { line-height: normal; }
#prdReview .nodata { display: none; }
.snapreview_hidden { display: none; }

.swiper-horizontal > .swiper-pagination-bullets, 
.swiper-pagination-bullets.swiper-pagination-horizontal { bottom: 0 !important; display: block; }
/* .queenSwiper .swiper-backface-hidden .swiper-slide { width: 83.125% !important; } */

/* 섹션5*/
.sec5 { box-sizing: border-box; }
.sec5 h3 { margin: 60px 0 15px; line-height: 1; font-size: 24px; font-weight: 700; color: #1a1a1a; padding-left: 20px; }
.sec5 > p { margin: 15px 0; line-height: 1; font-size: 12px; font-weight: 700; color: #1a1a1a; padding-left: 20px; }
.sec5 .tabs { margin-bottom: 5px; padding: 0 20px; }
.sec5 .tabs li { 
	display: inline-block; height: 24px; line-height: 24px;
	padding: 0 13px; margin: 0 10px 10px 0; 
	border: 1px solid #dedede; border-radius: 500px;
}
.sec5 .tabs li a { font-size: 12px; font-weight: 400;color: #7d7d7d; }
.sec5 .tabs li.active { border-color: #512772; }
.sec5 .tabs li.active a { color: #512772; }
.sec5 .list_shopping3x ul { width: 978px; position: relative; margin-left: 20px; }
.sec5 .list_shopping3x ul li:last-child { position: absolute; right: 0; top: 0; }
.sec5 .list_shopping3x ul li:last-child a {
	position: relative; 
	display: block; width: 100%; height: 100%; 
	font-size: 10px; font-weight: 400; color: #1a1a1a; text-align: center;
	box-sizing: border-box; padding-top: 320px;
}
.sec5 .list_shopping3x ul li:last-child a img { display: block; margin: 0 auto; width: 30px; }
.sec5 .tab_content li { width: 158px; margin-top: 0 !important; }
.sec5 .swiper-scrollbar { height: 3px !important; background: #E8E8E8; left: 20px !important;}
.sec5 .swiper-scrollbar-drag { background: #BFBFBF; height: 3px; border-radius: 0; }

/* 상단 인트로 버튼 */
.btn_group { 
	background-color: #232323 !important; 
	display: flex; flex-direction: row; justify-content: center; align-items: center;}
.btn_group button { 
	width: 50%; height: 54px; background-color: #232323 !important; 
	color: #fff; font-size: clamp(13px, 3.8vw, 1.2em); font-weight: 500;
	border: 0; cursor: pointer;
}
.btn_group > div { position: relative; width: 1px; background: #232323; }
.btn_group > div > span { 
	display: block; width: 1px; height: clamp(25px, 3.8vw, 30px);
    background: #fff;
    position: absolute; left: 0; top: 50%;
    transform: translate(0,-50%);
}

.tip3_btn {
    display: flex; align-items: center; justify-content: center;
    padding: clamp(6px, 2vw, 13px) clamp(3px, 3.8vw, 18px);
    color: #fff;
    background: #000; border-radius: 9999px;
}
.tip3_btn p { font-size: clamp(10px, 3.8vw, 28px); font-weight: 600; margin-right:3px; }

.main_banner .top { position: relative; text-align: center; background: #f4f4f4; }
.main_banner .top h2 { font-size: clamp(18px, 5.6vw, 36px); font-weight: 700; margin-bottom: clamp(12.5px, 3.8vw, 25px); }
.main_banner .top p { font-size: clamp(10px, 3.8vw, 15px); font-weight: 400; margin-bottom: clamp(31px, 3.8vw, 40px); }

.point_img { width: 59.218%; margin: 0 auto clamp(31px, 3.8vw, 62px); }
.point_img img { width: 100%; height: 100%; }

.top_cont { margin: 0 auto; }
.cont_wrap {
    display: flex; justify-content: space-between; align-items: center;
    width: 93.75%;
    margin: 0 auto; padding: clamp(20px, 3.8vw, 40px) clamp(12px, 3.8vw, 35px);   
    background: #fff; border-radius: clamp(10px, 3.8vw, 28px); box-sizing: border-box;
}
.cont_wrap > div { width: 33%; }
.cont_wrap > div:not(:nth-last-child(1)) { width: 28%; padding-right: 2.5%; margin-right: 2.5%; border-right: 1px solid #efefef; }
.cont_wrap > div > h3 { font-size: clamp(10px, 3vw, 18px); font-weight: 700; line-height: 1.3; margin-bottom: clamp(9px, 3.8vw, 18px); }
.cont_wrap > div > p { font-size: clamp(10px, 1.9vw, 15px); line-height: 1; }
.cont_wrap > div > p b { font-size: clamp(10px, 2vw, 15px); font-weight: 600; line-height: 1; color: #ff3904; }
.cont_wrap > div > p:not(:last-child) { margin-bottom: 8px; }

.review_btn {
    display: flex; align-items: center; justify-content: center;
    width: clamp(10px, 3.8vw, 28px); height: clamp(10px, 3.8vw, 28px);
    background: #000;
    color: #fff; font-size: clamp(10px, 3.8vw, 28px); font-weight: 600;
    margin: clamp(10px, 3.8vw, 28px) auto 0;
}

/* sticky tab menu */
.sticky_tab {
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto; padding: clamp(10px, 3.8vw, 15px) 0;
    background: #232323;
    z-index: 97;
	position: sticky !important; position: -webkit-sticky !important;
	top: var(--header-height, 136px) !important;
}
.sticky_tab a {
    display: flex; justify-content: center; align-items: center;
    color: #fff; font-size: clamp(10px, 2.5vw, 15px); font-weight: 400; line-height: 1.3;
    width: 100%; height: 100%;    
}
/* .sticky_tab a.active { font-weight: 700; color: #fff; background: #512772; } */
.sticky_tab li { height: 100%; width: 20%; text-align: center; position: relative; }
.sticky_tab li:first-child { margin-left: 0 !important; }
.sticky_tab li:last-child { margin-right: 0 !important; }
.sticky_tab li::before { 
	content: ''; width: 1px; height: 100%; background-color: #fff;
	position: absolute; top: 0; right: 0;
}
.sticky_tab li:last-child::before { display: none; }

/* 리뷰퀸 발표 섹션 */
.slide_section { position: relative; background-color: #f7f8fa; padding-bottom: 100px; }
.slide_section .top_title { position: relative; }
.slide_section .tip2_btn { position: absolute; top: 32.7%; right: 8%; width: 11.25%; height: 28.57%; }

/* 인스타 */
.insta_section { background: #f4efe9; display: none !important; }
.insta_section .top_title { padding: 60px clamp(10px, 3.8vw, 28px) 0; }
.insta_section .top_title > div { display: inline-flex; align-items: center; justify-content: space-between; width: 100%; margin-bottom: clamp(10px, 3.8vw, 28px); }
.insta_section .top_title h2 { font-size: clamp(18px, 6.1vw, 36px); font-weight: 700; }
.insta_section .top_title p { font-size: clamp(10px, 3vw, 16px); font-weight: 500; }
.insta_section .top_title p b { font-size: clamp(10px, 3vw, 16px); font-weight: 700; }
.insta_section .top_title strong { font-size: clamp(10px, 3.8vw, 28px); font-weight: 700; }
.insta_section .top_title .effect { background: #ffcdfc; width: 100%; }
.insta_section .top_title > p:not(:last-child) { margin-bottom:calc(100vw*(5/428)); }
    
/* 모달창----------------------------- */
.modal_bg { 
	width: 100%; height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    position: fixed; top: 0; left: 0;
    display: none; z-index: 1001; overflow-y: scroll;
}
.modal_bg .big_modal {
    width: calc(100vw*(378/428)); height: 100%;
    position: absolute; top: calc(100vw*(100/428)); left: 50%;
    transform: translate(-50%,0);
    border-radius: calc(100vw*(30/428));
}
.md_cont { height: 100%; padding-bottom: calc(100vw*(100/428)); }
.scrollOff {
    height: 100vh; height: calc(var(--vh, 1vh) * 100);
    min-height: 100vh; min-height: calc(var(--vh, 1vh) * 100);
    touch-action: none !important; overflow: hidden !important;
}
.modal_bg .close {
	content: '';
	width: calc(100vw*(40/428)); height: calc(100vw*(40/428));
	background: url(//jstyle07.jpg3.kr/SITE/EVENT/2023/review/button_3.png) no-repeat center center / cover;
	position: absolute; top: calc(100vw*(-60/428)); right: 0;
}
.review_notice { margin-top: 45px; }
.review_notice p { line-height: 20px; }

/*스냅리뷰 탭 섹션*/
.snapreview_1002 h3 { padding-left: 20px; margin:60px 0 0px; font-size:24px; font-weight: 700; color: #1a1a1a; clear: both; }
.snapreview_1002 h4 { padding-left: 20px; margin:10px 0 0px; font-size:13px; font-weight: 400; color: #1a1a1a; clear: both; }

/* 250122 add */
.prod_color { padding-left: 8px; }

/* 250826 add 리뷰 info 코드화 */
.slide_contain { position: relative; border-radius: 25px 25px 25px 25px; overflow: hidden; }
.slide_contain .card_btm { 
	display: flex; flex-direction: row; align-items: center; justify-content: flex-start;
	background-color: #000; padding: clamp(17px, 6vw, 34px); padding-top: 0; 
	/* 안보이게 처리함 260528 -> 이후에 다시 노출할 수 있음 */ display: none;
}
.slide_contain .card_btm ul { display: inline-block; text-align: left; }
.slide_contain .card_btm ul li { font-size: clamp(10px, 3vw, 16px); line-height: 1.8; }
.slide_contain .card_btm ul li.strong { font-weight: normal; color: #f7f8fa; }
.slide_contain .card_btm ul:last-child { margin-left: 20px; }
.slide_contain .card_btm ul li.normal { color: #929292; }
.slide_contain .card_btm ul li.normal:last-child { text-transform: uppercase; }
.slide_contain .card_btm ul li.normal span { margin-left: 15px; }

/* 260522 리뷰퀸 슬라이드 리뉴얼 */
.sld_prd_name_wrap { 
	display: flex; flex-direction: row; align-items: center; justify-content: space-between; gap: 1.5%;
	background-color: #553c72; color: #fff; padding: clamp(17px, 4vw, 34px);
}
.sld_prd_name_wrap .opa_text { line-height: 1.6; }
.sld_prd_name_wrap .opa_text p,
.sld_prd_name_wrap .opa_text span { text-transform: uppercase; letter-spacing: -1px; }
.sld_prd_name_wrap .opa_text p { font-size: clamp(12px, 3.4vw, 16px); height: 40px; }
.sld_prd_name_wrap .opa_text span { font-size: clamp(10px, 3vw, 14px); }
.sld_prd_name_wrap span.arrow { 
	width: 28px; height: 28px; flex-shrink: 0; display: flex; align-items: center; justify-content: center;
	border-radius: 100%; background-color: #fff; 
	font-size: 14px; font-weight: bold; color: #553c72; 
}
.slide_img img { display: block; width: 100%; height: auto; }

/* 
.opa_text p { font-weight: 500; font-size: clamp(10px, 3.8vw, 24px); color: #fff; margin-bottom: clamp(10px, 3vw, 16px); }
.opa_text span { font-size: clamp(10px, 3vw, 16px); color: #fff; } 
*/
.re_text { position: relative; z-index: 2; padding: 0 clamp(17px, 4vw, 34px); background: #000; text-align: left; }
.re_text::before {
	content: ''; position: absolute; left: 0; top: -30px; width: 100%; height: 30px;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 70%, #000 100%); pointer-events: none;
}
.re_text .line_top,
.re_text .line_btm { height: 1px; width: 100%; }
.re_text .line_top { background-color: #878888; margin-bottom: 25px; }
.re_text .line_btm { background-color: #636364; margin-top: 25px; }
.re_text p {
	position: relative;
    font-size: clamp(10px, 3vw, 16px); font-weight: 500; line-height: 1.6; color: #fff;
    height: 92px; overflow: auto; padding: 4px;
}
.re_text p::-webkit-scrollbar { width: 6px; }
.re_text p::-webkit-scrollbar-thumb { height: 30%;  background: #2d2d2d; border-radius: 10px; }
.re_text p::-webkit-scrollbar-track { background: #dedede; border-radius: 10px; /*스크롤바 뒷 배경 색상*/ }

/* .slide_cont .swiper { width: 83.125%; padding-bottom: 10%; } */
.slide_cont .swiper-button-next {
    top: 45%; right: 2%;
    background: url(//jstyle07.jpg3.kr/SITE/EVENT/2023/review/button_2.png) no-repeat center center / contain;
    width: 11.875%;
}
.slide_cont .swiper-button-prev {
    top: 45%; left: 2%;
    background: url(//jstyle07.jpg3.kr/SITE/EVENT/2023/review/button_1.png) no-repeat center center / contain;
    width: 11.875%;
}
.slide_cont .swiper-button-next:after,
.slide_cont .swiper-button-prev:after { content: '' !important; }
.slide_cont .swiper-button-next,
.slide_cont .swiper-button-prev { display: none; }

.sf_review_item { width: calc(50% - 25px); }
/* BASIC css end */

