@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap');
@import url('https://font.elice.io/css?family=Elice+DX+Neolli');

*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	word-break: keep-all;
}

body {
	 font-family: 'Noto Sans KR', sans-serif;
}

a:hover {
	text-decoration-line: none;
}
p, h3 {
    margin: 0;
}

#special-event {
    position: relative;
    background-color: #000000;
}
.w1700 {
    max-width: 1700px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.w1900 {
    max-width: 1900px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.block-img {
    display: block;
    margin: 0 auto;
    width: 100%;
    pointer-events : none;
}

.section-1 {
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
    background-image: linear-gradient(90deg, #7866f8, #b287fb);
    text-align: center;
}

.s1-sub1 {
    position: absolute;
    top: 9%;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 1000px;
    width: 52.7%;
    transform: translate3d(0, -25%, 0);
}
.s1-title {
    position: absolute;
    top: 20.5%;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 998px;
    width: 52.6%;

    transform: translate3d(0, 5%, 0) scale(.7);
    transition-timing-function: cubic-bezier(.215,.61,.355,1);
}
.s1-sub2 {
    position: absolute;
    top: 81%;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 874px;
    width: 46%;
}

.section-fp {
    background-color: #0f255e;
    overflow: hidden;
}

.fp-placeholder {
    display: none;
    height: 0;
}

.freepass-wrap #slide-btn {
    cursor: pointer;
}

.section-fp.fixed {
    z-index: 99999;
    transition: all 0.3s ease;
    width: 100%;
}
.freepass-wrap.fixed {
    position: fixed; 
    top: 0;
    left: 0;
    right: 0;
    transition: width 0.3s ease;
    margin: 0 auto;
    width: 100%;
    z-index: 99999;
    background-color: #0f255e;
}
.pay-arrow.fixed {
    top: 33%;
    width: 2.2%;
}

.freepass-wrap .block-img {
    width: 100%;
    max-width: 1900px;
    transition: all 0.3s ease;
}
.freepass-wrap.fixed2 .block-img {
    width: 60%;
}

.section-2 {
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
    text-align: center;
}

.section-3 {
    position: relative;
    overflow: hidden;
    text-align: center;
    background-color: #121f3f;
    padding-bottom: 140px;
}
.s3-text {
    display: block;
    margin: 0 auto;
    max-width: 999px;
    width: 52.6%;
}

.teacher-swiper-wrap {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 1000px;
}
.teacher-swiper {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.teacher-swiper .swiper-slide {
  background-position: center;
  width: 80%;
  max-width: 258px;
  width: auto;
}
.teacher-swiper .swiper-slide img {
  display: block;
  width: 100%;
  max-width: 258px;
}

.teacher-swiper-wrap .swiper-button-prev, .teacher-swiper-wrap .swiper-button-next {
    position: absolute;
    top: 40%;
}
.teacher-swiper-wrap .swiper-button-prev {
    left: -5%;
}
.teacher-swiper-wrap .swiper-button-next {
    right: -5%;
}


.intro-swiper-wrap {
    position: relative;
}
.intro-swiper {
  width: 100%;
  max-width: 1284px;
  margin: 0 auto;
}
.intro-swiper .swiper-slide {
  background-position: center;
  max-width: 700px;
  width: 80%;
  padding-left: 18px;
  width: auto;
}
.intro-swiper .swiper-slide a{
  
}
.intro-swiper .swiper-slide img {
  display: block;
  width: 100%;
}

.intro-swiper-wrap .swiper-button-prev, .swiper-button-next {
    position: absolute;
    top: 48%;
}
.intro-swiper-wrap .swiper-button-prev {
    left: 13%;
}
.intro-swiper-wrap .swiper-button-next {
    right: 13%;
}
.swiper-button-prev:after, .swiper-button-next:after {
    display: none;
}

.section-4 {
    position: relative;
    overflow: hidden;
    text-align: center;
    background-color: #f1fadf;
    background-image: linear-gradient(90deg, #f0f8e0 0%, #ebd2cb 100%);
}

.s4-text {
    position: absolute;
    top: 0;
    left: 24%;
    max-width: 500px;
    width: 26.4%;
}
.s4-teacher {
    position: absolute;
    bottom: 0;
    left: 45%;
    max-width: 685px;
    width: 36.1%;
}
.s4-medal {
    position: absolute;
    top: 0;
    left: 67%;
    max-width: 153px;
    width: 8.1%;
    transform: translate3d(0, -250px, 0);
    opacity: 1;
    transition-timing-function: cubic-bezier(.215,.61,.355,1);
}

.section-5 {
    background-color: #e36fa0;
    background-image: linear-gradient(#e36fa0 25%, #ea96b7 80%);
    overflow: hidden;
    position: relative;
}
.section-5 .w1900 { 
    padding-bottom: 140px;
    background-image: url(../img/s5-bg.jpg?2);
    background-repeat: no-repeat;
    background-size: 1898px;
    background-position: top center;
}

.s5-text {
    display: block;
    margin: 0 auto;
    max-width: 999px;
    width: 52.6%;
    margin-bottom: 30px;
    margin-top: 5%;
}

.review-wrap {
    max-width: 1900px;
    margin: 0 auto;
    padding: 0 15px;
}
.review-img {
    max-width: 1900px;
}

.review-slick-wrap {
/*
    background-color: #956efd;
    background-image: linear-gradient(90deg, #dac0fd 0%, #d1b6fd 50%, #a885fd 82%, #9a74fd 100%);
*/
}
/* 리뷰 세로 롤링 */
.review-slick {
    margin: 0 auto;
    text-align: center;
    max-width: 800px;
}
.review-slick .slick-list {
    max-width: 800px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
}
.review-slick .list-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center; 
    align-items: center; 
    height: 100%; 
    text-align: center;

    margin: 0 5px;
    color: #333;
    background-color: #ffffff;
    border: 2px solid #e166fd;
    border-radius: 25px;
    padding: 15px;
    min-height: 400px;
    line-height: 1.6;
    font-weight: 500;
    font-size: 18px;
    font-family: 'Elice DX Neolli', sans-serif;
}

.review-slick .list-wrap p {
    word-break: keep-all;
    padding: 10px;
}
.review-slick .list-wrap .star {
    display: block;
    margin-bottom: 10px;
    color: #012bbd;
}

.review-slick .list-wrap .nickname {
    font-weight: 300;
    display: inline-block;
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 500;
}

.slick-prev {
    left: -45px;
}
.slick-next {
    right: -45px;
}
.slick-next, .slick-prev  {
    top: 47.5%;
    width: 40px;
    height: 40px;
}
.slick-next:before, .slick-prev:before {
    font-size: 40px;
}

.section-plus {
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
}
.plus-title {
    position: absolute;
    top: 10%;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 1003px;
    width: 52.8%;
}
.plus-1, .plus-2, .plus-3 {
    position: absolute;
    top: 45%;
    width: 14.8%;
    max-width: 280px;
    transition-timing-function: cubic-bezier(.215,.61,.355,1);
    transform: translate3d(0, 15%, 0);
}
.plus-1 { left: 26.5%; }
.plus-2 { left: 42.65%; }
.plus-3 { left: 58.8%; }

.section-6 {
    position: relative;
    overflow: hidden;
    background-color: #956efd;
    background-image: linear-gradient(90deg, #7866f8, #b287fb);
}

.checkbox-label {
    text-align: right;
    top: 80%;
    width: 9%;
    height: 1.7%;
    position: absolute;
    cursor: pointer;
}

/* 체크박스 자체는 오른쪽에 작게 유지 */
.custom-checkbox {
    width: 40px;
    height: 40px;
    right: 0;
    border-radius: 10px;
    background-color: #ffffff;
    border: 3px solid #6c4eff;
    font-size: 0;
    position: relative;
    display: inline-block;
}

/* 체크 상태 스타일 */
input[type="checkbox"]:checked + .custom-checkbox {
    background-color: #6c4eff;
    background-image: url(../img/check.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

.product-1-1 { top: 65.4%; left: 25%; }
.product-1-2 {top: 67.9%;left: 25%;}
.product-1-3 {top: 65.4%;left: 36.2%;}
.product-1-4 {top: 67.7%;left: 36.2%;}
.product-1-5 {top: 69.9%;left: 36.2%;}
.product-1-6 {top: 72.1%;left: 36.2%;}
.product-1-7 {top: 74.4%;left: 36.2%;}
.product-1-8 {top: 76.6%;left: 36.2%;}
.product-1-9 {top: 68.3%;left: 47.3%;}

#buy-button {
    position: absolute;
    font-size: 0;
    top: 82.7%;
    left: 26.1%;
    width: 29%;
    height: 4.6%;
}

.product-2-1, .product-2-2, .product-2-3, .product-2-4, .product-2-5, .product-2-6, .product-2-7, .product-2-8, .product-2-9 {
    left: 62.9%;
}
.product-2-1 {top: 60.25%;}
.product-2-2 {top: 62.05%;}
.product-2-3 {top: 64%;}
.product-2-4 {top: 69.25%;}
.product-2-5 {top: 71.2%;}
.product-2-6 {top: 73.1%;}
.product-2-7 {top: 75.05%;}
.product-2-8 {top: 77%;}
.product-2-9 {top: 78.95%;}

#buy-button-2 {
    position: absolute;
    font-size: 0;
    top: 82.7%;
    left: 59.8%;
    width: 15.8%;
    height: 4.5%;
}

/* 팝업 영상 */
.popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
    max-width: 800px; /* 최대 너비 설정 */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    z-index: 1000;
}
.popup .video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 비율 */
    height: 0;
}
.popup .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999;
}

#notice-wrap {
    font-family: 'Noto Sans KR', 'Malgun Gothic', '맑은고딕', sans-serif;
    margin: 0 auto;
    /* border: 1px solid #e1e1e1; */
    background-color: #0f255e;
    padding: 0 15px 20px;
    letter-spacing: -0.04em;
    border-top: 1px solid #ffffff;
}
.h1-box {
    font-size: 28px;
    color: #ffffff;
    /* border-bottom: 2px solid #eaeaea; */
    padding: 40px 0 20px;
    text-align: center;
    cursor: pointer;
}
.notice {
    padding: 20px;
    background-color: #0f255e;
    border: 1px solid #ffffff;
    border-radius: 5px;
    max-width: 1020px;
    margin: 0 auto 20px;
}
.notice h2 {
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 15px;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 5px;
}
.notice-contents {
    list-style: none;
    padding: 0;
}
.notice-contents li {
    margin-bottom: 15px;
    list-style: square;
    line-height: 1.5;
    margin-left: 18px;
}
.notice-contents li::marker {
    color: #fa2829;
}
.notice-contents p {
    font-size: 16px;
    color: #ffffff;
    line-height: 1.5;
    font-weight: 500;
}
.notice-contents b {
    color: #b0deff;
}
.notice-contents b.red {
    color: #b0deff;
}
.notice-contents a {
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    border-bottom: 1px solid #ffffff;
}

#video-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90vw; /* 화면 너비의 90% */
    max-width: 640px;
    z-index: 9999;
}
#video-popup .video-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 비율 유지 */
}
#video-popup iframe {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
}
#video-popup .close-btn {
    position:absolute; 
    top:-30px; 
    right:0px;
    width: 30px;
    height: 30px; 
    z-index:10000;
    background-color: #000;
    color: #fff;
    font-weight: bold;
    border: none;
    cursor: pointer;
}

@media(min-width:1921px) {
    .w1700 {
        max-width: 1900px;
    }
}

@media(max-width:1900px) {
    .custom-checkbox {
        width: 25%;
        height: 100%;
        border-radius: 5px;
    }
}
@media(max-width:1200px) {
    .teacher-swiper {
        width: 100%;
        margin: 0 auto;
    }
    .teacher-swiper-wrap .swiper-button-prev {
        display: none;
    }
    .teacher-swiper-wrap .swiper-button-next {
        display: none;
    }
}
@media(max-width:992px) {
    .section-1 .block-img { 
        width: 170%;
        margin-left: -35%;
    }
    .section-fp .block-img { 
        width: 170%;
        margin-left: -35%;
    }
    .section-2 .block-img { 
        width: 200%;
        margin-left: -50%;
    }
    .section-3 .block-img { 
        width: 180%;
        margin-left: -40%;
    }
    .section-4 .block-img { 
        width: 180%;
        margin-left: -40%;
    }
    .section-5 .block-img { 
        width: 180%;
        margin-left: -40%;
    }
    .section-plus .block-img { 
        width: 190%;
        margin-left: -45%;
    }
    .section-6 .block-img { 
        width: 170%;
        margin-left: -35%;
    }
    
    .section-3 {
        padding-bottom: 15%;
    }
    .section-5 .w1900 {
        padding-bottom: 15%;
    }

    .freepass-wrap.fixed2 .block-img {
        width: 140%;
        margin-left: -20%;
    }
    
    .s1-sub1, .s1-title, .s1-sub2, .s3-text, .s5-text {
        width: 90%;
    }
    
    .s4-text {
        left: 3%;
        width: 47.5%;
    }
    .s4-teacher {
        left: 42%;
        width: 64%;
    }
    .s4-medal {
        left: 82%;
        width: 15.5%;
    }

    .plus-title {
        width: 90%;
    }
    .plus-1, .plus-2, .plus-3 {
        top: 45%;
        width: 28.8%;
    }
    .plus-1 { left: 5%; }
    .plus-2 { left: 36%; }
    .plus-3 { left: 67%; }
    
    .checkbox-label {
        width: 15.5%;
        height: 1.7%;
    }
    .product-1-1 {left: 7.5%;}
    .product-1-2 {left: 7.5%;}
    .product-1-3 {left: 26.5%;}
    .product-1-4 {left: 26.5%;}
    .product-1-5 {left: 26.5%;}
    .product-1-6 {left: 26.5%;}
    .product-1-7 {left: 26.5%;}
    .product-1-8 {left: 26.5%;}
    .product-1-9 {left: 45.3%;}

    #buy-button {
        left: 9.3%;
        width: 49%;
    }
    .product-2-1, .product-2-2, .product-2-3, .product-2-4, .product-2-5, .product-2-6, .product-2-7, .product-2-8, .product-2-9 {
        left: 72%;
    }

    #buy-button-2 {
        left: 66.8%;
        width: 26.6%;
    }
    
    .teacher-slick-wrap {
        padding: 0 15px;
        width: 100%;
    }
    .teacher-slick-wrap .slick-arrow-wrap {
        display: none;
    }
    .review-slick .list-wrap {
        margin: 0 15px;
    }
    .review-slick .slick-arrow {
        display: none !important;
    }

    #notice-wrap {
        padding: 0 15px 5px;
    }
    .h1-box {
        font-size: 20px;
        padding: 20px 0 20px;
        margin: 0;
    }
    .notice h2 {
        font-size: 16px;
    }
    .notice-contents li {
        margin-bottom: 5px;
        margin-left: 15px;
    }
    .notice-contents p {
        font-size: 14px;
    }
}
@media(max-width:767px) {
    .review-slick .list-wrap .nickname {
        margin-bottom: 5px;
        font-size: 18px;
    }
    .review-slick .list-wrap .star {
        margin-bottom: 5px;
    }
    .review-slick .list-wrap {
        font-weight: 500;
        font-size: 15px;
    }
    .review-slick .list-wrap p {
        padding: 0;
    }
    .intro-swiper .swiper-slide {
        padding-left: 2.5%;
    }
    .intro-swiper .swiper-slide img {
        width: 70%;
        margin: 0 auto;
    }
    .intro-swiper-wrap .swiper-button-next {
        right: 5%;
    }
    .intro-swiper-wrap .swiper-button-prev {
        left: 5%;
    }
    .swiper-button-next img, .swiper-button-prev img {
        width: 150%;
    }
    .custom-checkbox {
        border: 1px solid #6c4eff;
        position: absolute;
    }
}
@media(max-width:575px) {
    .intro-swiper .swiper-slide img {
        width: 60%;
    }
}
@media(max-width:480px) {
    .intro-swiper .swiper-slide img {
        width: 55%;
    }
}
