@import url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy.css');
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable-dynamic-subset.min.css");
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosanskr/v38/PbyxFmXiEBPT4ITbgNA5Cgms3VYcOA-vvnIzzuozeLQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosanskr/v38/PbyxFmXiEBPT4ITbgNA5Cgms3VYcOA-vvnIzzmoyeLQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosanskr/v38/PbyxFmXiEBPT4ITbgNA5Cgms3VYcOA-vvnIzzrQyeLQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosanskr/v38/PbyxFmXiEBPT4ITbgNA5Cgms3VYcOA-vvnIzzuoyeLQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosanskr/v38/PbyxFmXiEBPT4ITbgNA5Cgms3VYcOA-vvnIzztgyeLQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosanskr/v38/PbyxFmXiEBPT4ITbgNA5Cgms3VYcOA-vvnIzzjQ1eLQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosanskr/v38/PbyxFmXiEBPT4ITbgNA5Cgms3VYcOA-vvnIzzg01eLQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosanskr/v38/PbyxFmXiEBPT4ITbgNA5Cgms3VYcOA-vvnIzzmo1eLQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosanskr/v38/PbyxFmXiEBPT4ITbgNA5Cgms3VYcOA-vvnIzzkM1eLQ.ttf) format('truetype');
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  word-break: keep-all;
}
img {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: none;
  user-select: none;
}
body {
  font-family: "Pretendard Variable", sans-serif;
}
a:hover {
  text-decoration-line: none;
}
p,
h3 {
  margin: 0;
  padding: 0;
}
#special-event {
  position: relative;
}
.w1240 {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.w1068 {
  max-width: 1068px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.block-img {
  display: block;
  margin: 0 auto;
  width: 100%;
  pointer-events: none;
}
.img-ac {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.detail-btn {
  cursor: pointer;
  background: #ffffff;
  color: #140F4D;
  font-size: 24px;
  font-weight: 700;
  padding: 15px 24px;
  display: inline-block;
  text-decoration: none;
}
.detail-btn .arrow {
  display: inline-block;
  margin-left: 4px;
  transition: transform 0.3s ease;
}
.detail-btn:hover .arrow {
  transform: translateX(8px);
}
[class^="section-"] {
  position: relative;
  font-size: 0;
  overflow: hidden;
}
.section-1 {
  background-color: #030B22;
}
.section-1 .w1900 {
  background: url(../img/s1-bg.png) no-repeat;
  background-size: 100% 52%;
  background-position: bottom center;
}
.section-1 .s1-title {
  top: 13%;
  width: 90.9%;
  max-width: 1126px;
  opacity: 0;
  animation: title 0.6s forwards;
  animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  animation-delay: 0.3s;
}
@keyframes title {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.section-1 .s1-sub {
  top: 32.5%;
  width: 75.4%;
  max-width: 934px;
  opacity: 0;
  animation: sub 0.6s forwards;
  animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  animation-delay: 0.7s;
}
@keyframes sub {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.section-1 .s1-btn {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 24px;
  font-weight: 700;
  border-radius: 18px;
  padding: 15px 24px;
  background: #ffffff;
  color: #140F4D;
  transition: transform 0.3s ease;
  text-decoration: none;
  cursor: pointer;
}
.section-1 .s1-btn:hover {
  transform: translate(-50%, -5px);
}
.section-1 .countdown-wrap {
  position: absolute;
  top: 69%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 10%;
  transform: translate(0, 10%);
  opacity: 0;
  animation: countdown 1s forwards;
  animation-timing-function: ease;
  animation-delay: 1.1s;
}
@keyframes countdown {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.section-1 #countdown {
  font-size: 95px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: -0.96px;
}
.section-1 #countdown span {
  position: absolute;
  transform: translate(-50%, 0);
}
.section-1 #countdown .days {
  left: 23.3%;
}
.section-1 #countdown .hours {
  left: 41%;
}
.section-1 #countdown .minutes {
  left: 58.8%;
}
.section-1 #countdown .seconds {
  left: 76.7%;
}
.section-2 {
  background-color: #030B22;
}
.section-2 .s2-item {
  top: 61%;
  width: 76.5%;
  max-width: 947px;
  opacity: 0;
}
.section-2 .aos-animate {
  transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  animation: sub 0.6s;
}
.section-3 {
  background-color: #030B22;
  background-image: url(../img/s2-bg.png);
  background-size: 100% 100%;
}
.section-3 .s3-btn {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, 0);
  background: #ffffff;
  color: #140F4D;
  font-size: 24px;
  font-weight: 700;
  border-radius: 18px;
  padding: 15px 24px;
  display: inline-block;
  text-decoration: none;
  z-index: 2000;
}
.section-3 .s3-item {
  top: 47%;
  max-width: 897px;
  width: 72.4%;
  z-index: 1000;
  opacity: 0;
}
.section-3 .aos-animate {
  transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  animation: sub 0.6s;
}
.section-4 {
  background: #030B22;
}
.section-4 .s4-btn-1,
.section-4 .s4-btn-2 {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  background: #ffffff;
  color: #140F4D;
  font-size: 24px;
  font-weight: 700;
  border-radius: 18px;
  padding: 15px 24px;
  display: inline-block;
  text-decoration: none;
  z-index: 2000;
}
.section-4 .s4-btn-1 {
  top: 44.5%;
}
.section-4 .s4-btn-2 {
  top: 42%;
}
.section-4 .tilt-card {
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  width: 52.1%;
  max-width: 645px;
  perspective: 800px;
  margin: 0 auto;
  z-index: 1000;
  opacity: 0;
}
.section-4 .tilt-card .lkk-pass {
  font-size: 0;
  position: absolute;
  top: 20.6%;
  width: 49%;
  left: 0;
  right: 0;
  height: 61.3%;
  margin: 0 auto;
  transform: rotate(2deg);
  z-index: 2000;
}
.section-4 #tiltCard1 {
  top: 40%;
}
.section-4 .tilt-card img {
  display: block;
  /* 인라인 갭 방지 */
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
  transform-origin: center;
  /* 회전 중심 */
  transform: rotateY(0deg);
  transition: transform 0.1s ease-out;
  will-change: transform;
}
.section-5 {
  background: #030B22;
  background-image: url(../img/s5-bg.png);
  background-size: 100% 100%;
  padding: 100px 0;
}
.section-5 .s5-top {
  max-width: 992px;
  width: 80%;
  margin-bottom: 50px;
}
.section-5 .s5-item {
  max-width: 760px;
  margin-bottom: 50px;
  width: 61.3%;
  transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  transform: translateZ(10px, 0, 0);
}
.section-5 .s5-bottom {
  max-width: 971px;
  width: 78.4%;
}
.section-6 {
  background: #030B22;
  padding: 100px 0;
}
.section-6 .s6-title {
  max-width: 992px;
  width: 100%;
  margin-bottom: 60px;
}
.section-6 .s6-teacher-wrap [class^="s6-t"] {
  max-width: 340px;
  width: 27.5%;
  margin: 20px;
  border-radius: 18px;
  transition: outline 0.3s ease-out;
  outline: 3px solid #ffffff00;
}
.section-6 .s6-teacher-wrap [class^="s6-t"]:hover {
  outline: 3px solid #ffffff93;
}
.section-7 {
  background: #030B22;
  padding: 0 2% 100px;
}
.section-7 [class^="btn-wrap"] {
  position: absolute;
  text-align: left;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 975px;
}
.section-7 [class^="btn-wrap"] .teacher-btn {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font-size: 24px;
  font-weight: 400;
  padding: 15px 24px;
  border-radius: 14px;
  margin-right: 15px;
  text-decoration: none;
  transition: 0.25s box-shadow;
}
.section-7 [class^="btn-wrap"] .teacher-btn:hover {
  box-shadow: 0 0 8px 0 #fff;
}
.section-7 [class^="btn-wrap"] .fp-btn {
  border-radius: 14px;
}
.section-7 .btn-wrap-1 {
  top: 29.2%;
}
.section-7 .btn-wrap-2 {
  top: 51%;
}
.section-7 .btn-wrap-3 {
  top: 72.8%;
}
.section-7 .btn-wrap-4 {
  top: 94.6%;
}
.section-8 {
  background: #030B22;
}
.section-9 {
  background: #030B22;
}
.section-9 .tilt-card {
  position: absolute;
  top: 16%;
  left: 0;
  right: 0;
  width: 64.2%;
  max-width: 795px;
  perspective: 800px;
  margin: 0 auto;
  z-index: 1000;
}
.section-9 .tilt-card .lkk-pass {
  font-size: 0;
  position: absolute;
  top: 26.5%;
  width: 39%;
  left: 0;
  right: 0;
  height: 49.5%;
  margin: 0 auto;
  transform: rotate(2deg);
  z-index: 2000;
}
.section-9 .tilt-card img {
  display: block;
  /* 인라인 갭 방지 */
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
  transform-origin: center;
  /* 회전 중심 */
  transform: rotateY(0deg);
  transition: transform 0.1s ease-out;
  will-change: transform;
}
.section-10 {
  background: #030B22;
  background: linear-gradient(180deg, #030B22, #06174E);
  padding: 100px 0;
  /* 레이아웃은 원하는 스타일로 마크업만 유지하면 됨 */
  /* 진짜 체크박스는 숨기고 이미지로 표시 */
  /* off.svg / on.svg 는 네가 올린 이미지 경로로 교체하면 됨 */
}
.section-10 .s10-title {
  max-width: 992px;
  width: 80%;
  display: block;
  margin: 0 auto;
  margin-bottom: 60px;
}
.section-10 .s10-sub {
  max-width: 304px;
  width: 50%;
  display: block;
  margin: 0 auto;
  margin-bottom: 40px;
}
.section-10 .s10-notice {
  max-width: 1068px;
  width: 100%;
  display: block;
  margin: 0 auto;
}
.section-10 .product-group {
  padding: 0 15px;
}
.section-10 .product-wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 50px;
  border-radius: 20px;
  background: #181E51;
  color: #fff;
  max-width: 1068px;
  margin: 0 auto 48px;
}
.section-10 .product-wrap.group-pass {
  border: 3px solid #999FFF;
  box-shadow: 0 0 24px 0 #AB8CF8;
}
.section-10 .options {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto 0 0;
}
.section-10 .options .group-pass-title {
  font-size: 46px;
  font-weight: 600;
  letter-spacing: -0.48px;
  color: #FFF;
}
.section-10 .options .group-pass-title span {
  text-shadow: 0 0 24px #999FFF;
}
.section-10 .options .group-pass-sub {
  font-size: 30px;
  font-weight: 600;
  color: #E7E4FDCC;
  text-align: left;
}
.section-10 .opt {
  display: flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
}
.section-10 .opt input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.section-10 .chkbox {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  background: url("../img/check-off.svg") center / contain no-repeat;
  margin-right: 20px;
}
.section-10 .opt input[type="checkbox"]:checked + .chkbox {
  background: url("../img/check-on.svg") center / contain no-repeat;
}
.section-10 .opt-name {
  font-size: 36px;
  font-weight: 500;
  color: #ffffff;
}
.section-10 .opt input[type="checkbox"]:checked ~ .opt-name {
  color: #D2C2FF;
}
.section-10 .buy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section-10 .buy-btn {
  padding: 18px;
  font-size: 24px;
  min-width: 160px;
  border-radius: 12px;
  background: #fff;
  color: #140F4D;
  font-weight: 700;
  border: 0;
  cursor: pointer;
  transition: box-shadow 0.2s;
  text-decoration: none;
}
.section-10 .buy-btn:hover {
  box-shadow: 0 0 16px 0 #AB8CF8;
}
.section-10 .buy .price {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 20px;
}
.section-10 .product-notice {
  width: 100%;
  margin-top: 28px;
  padding-top: 28px;
  border-top: 2px solid rgba(255, 255, 255, 0.16);
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4;
  color: #E7E4FDCC;
  text-align: left;
}
.section-10 .new-teacher {
  order: 0;
  width: 100%;
  margin-bottom: 30px;
  text-align: left;
}
.section-10 .new-teacher span {
  display: inline-block;
  padding: 12px 18px;
  border-radius: 50px;
  font-size: 24px;
  font-weight: 700;
  background: linear-gradient(90deg, rgba(171, 140, 248, 0.7) 0%, rgba(153, 159, 255, 0.63) 100%);
  color: #ffffff;
}
.section-notice {
  background: #030B22;
}
@media (max-width: 1921px) {
  .section-1 .w1240,
  .section-2 .w1240,
  .section-3 .w1240,
  .section-4 .w1240,
  .section-5 .w1240,
  .section-6 .w1240,
  .section-7 .w1240,
  .section-8 .w1240,
  .section-9 .w1240,
  .section-10 .w1240,
  .section-notice .w1240 {
    max-width: 1024px;
  }
  .section-1 #countdown {
    font-size: 78px;
  }
  .section-7 [class^="btn-wrap"] {
    max-width: 975px;
    width: 91.1%;
  }
}
@media (max-width: 1024px) {
  .section-1 #countdown {
    font-size: 7.6vw;
  }
}
@media (max-width: 992px) {
  .section-1 .block-img {
    width: 130%;
    margin-left: -15%;
  }
  .section-1 .s1-title {
    top: 15%;
    width: 95%;
  }
  .section-1 .s1-sub {
    width: 95%;
    top: 32%;
  }
  .section-1 .s1-btn {
    font-size: 2.6vw;
    border-radius: 10px;
    padding: 1.5% 3%;
  }
  .section-1 #countdown {
    font-size: 9.3vw;
  }
  .section-1 #countdown .days {
    left: 15.2%;
  }
  .section-1 #countdown .hours {
    left: 38.2%;
  }
  .section-1 #countdown .minutes {
    left: 61.5%;
  }
  .section-1 #countdown .seconds {
    left: 84.6%;
  }
  .section-2 .block-img {
    width: 100%;
    margin-left: 0%;
  }
  .section-2 .s2-item {
    top: 59%;
    width: 88%;
  }
  .section-3 .s3-btn {
    font-size: 2.6vw;
    border-radius: 10px;
    padding: 1.5% 3%;
  }
  .section-4 .block-img {
    width: 110%;
    margin-left: -5%;
  }
  .section-4 .s4-btn-1,
  .section-4 .s4-btn-2 {
    font-size: 2.6vw;
    border-radius: 10px;
    padding: 1.5% 3%;
  }
  .section-4 .tilt-card {
    top: 40%;
    width: 72%;
    max-width: 645px;
    perspective: 800px;
    margin: 2% auto;
  }
  .section-5 {
    padding: 8% 0;
  }
  .section-5 .s5-top {
    width: 90%;
    margin-bottom: 5%;
  }
  .section-5 .s5-item {
    margin-bottom: 5%;
    width: 85%;
  }
  .section-5 .s5-bottom {
    width: 92%;
  }
  .section-6 {
    padding: 12% 0;
  }
  .section-6 .block-img {
    width: 130%;
    margin-left: -15%;
  }
  .section-6 .s6-title {
    width: 95%;
    margin-bottom: 6%;
  }
  .section-6 .s6-teacher-wrap [class^="s6-t"] {
    max-width: 340px;
    width: 30.5%;
    margin: 1%;
    border-radius: 5px;
    outline: 2px solid #ffffff00;
  }
  .section-6 .s6-teacher-wrap [class^="s6-t"]:hover {
    outline: 2px solid #ffffff93;
  }
  .section-7 {
    padding: 0 2% 7%;
  }
  .section-7 [class^="btn-wrap"] {
    left: 4.3%;
    margin: 0;
  }
  .section-7 [class^="btn-wrap"] .teacher-btn {
    font-size: 2.8vw;
    padding: 1.5% 2.5%;
    border-radius: 6px;
    margin-right: 2%;
  }
  .section-7 [class^="btn-wrap"] .detail-btn {
    font-size: 2.8vw;
    padding: 2% 3%;
    border-radius: 6px;
    margin-right: 2%;
  }
  .section-8 .block-img {
    width: 110%;
    margin-left: -5%;
  }
  .section-9 .block-img {
    width: 110%;
    margin-left: -5%;
  }
  .section-9 .tilt-card {
    top: 14%;
    width: 72%;
    margin: 2% auto;
  }
  .section-10 {
    padding: 10% 0;
  }
  .section-notice .block-img {
    width: 110%;
    margin-left: -5%;
  }
  @keyframes title {
    0% {
      transform: translateY(10px);
      opacity: 0;
    }
    100% {
      transform: translateY(0);
      opacity: 1;
    }
  }
  @keyframes sub {
    0% {
      transform: translateY(10px);
      opacity: 0;
    }
    100% {
      transform: translateY(0);
      opacity: 1;
    }
  }
}
@media (max-width: 901px) {
  .section-10 {
    /* off.svg / on.svg 는 네가 올린 이미지 경로로 교체하면 됨 */
  }
  .section-10 .s10-title {
    width: 95%;
    margin-bottom: 8%;
  }
  .section-10 .s10-sub {
    margin-bottom: 6%;
  }
  .section-10 .s10-notice {
    width: 120%;
    margin: 0 0 0 -10%;
  }
  .section-10 .product-wrap {
    padding: 30px;
    border-radius: 15px;
    margin: 0 auto 6%;
  }
  .section-10 .product-wrap.group-pass {
    border: 2px solid #999FFF;
    box-shadow: 0 0 16px 0 #AB8CF8;
  }
  .section-10 .options {
    gap: 0;
    margin: 0 auto 0 0;
  }
  .section-10 .options .group-pass-title {
    font-size: 5vw;
    text-align: left;
    margin-bottom: 2%;
  }
  .section-10 .options .group-pass-title span {
    text-shadow: 0 0 16px #999FFF;
  }
  .section-10 .options .group-pass-sub {
    font-size: 3.5vw;
  }
  .section-10 .opt {
    margin-bottom: 5%;
  }
  .section-10 .opt:last-child {
    margin-bottom: 0;
  }
  .section-10 .chkbox {
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    margin-right: 20px;
  }
  .section-10 .opt-name {
    font-size: 4vw;
    border-radius: 6px;
  }
  .section-10 .buy-btn {
    padding: 10%;
    font-size: 3vw;
    min-width: 100%;
    border-radius: 6px;
  }
  .section-10 .buy-btn:hover {
    box-shadow: 0 0 16px 0 #AB8CF8;
  }
  .section-10 .buy .price {
    font-size: 4.2vw;
    margin-bottom: 7%;
  }
  .section-10 .product-notice {
    margin-top: 4%;
    padding-top: 4%;
    font-size: 2.6vw;
  }
  .section-10 .new-teacher {
    margin-bottom: 4%;
  }
  .section-10 .new-teacher span {
    padding: 2% 4%;
    font-size: 3vw;
  }
}
@media (max-width: 576px) {
  .section-1 .s1-btn {
    font-size: 3.2vw;
  }
  .section-10 .product-wrap {
    padding: 20px;
    border-radius: 8px;
  }
  .section-10 .options .group-pass-title {
    font-size: 4.5vw;
  }
  .section-10 .options .group-pass-sub {
    font-size: 3.2vw;
  }
  .section-10 .opt {
    margin-bottom: 6%;
  }
  .section-10 .chkbox {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    margin-right: 10px;
  }
  .section-10 .buy {
    width: 23%;
  }
  .section-10 .product-notice {
    margin-top: 3%;
    padding-top: 3%;
  }
}
