@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/v39/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/v39/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/v39/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/v39/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/v39/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/v39/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/v39/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/v39/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/v39/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;
}
.w1900 {
  max-width: 1900px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.w1600 {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.block-img {
  display: block;
  margin: 0 auto;
  width: 100%;
  pointer-events: none;
}
.section-1 {
  position: relative;
  font-size: 0;
  overflow: hidden;
  background: #382602;
}
.section-1 .lamp-wrap [class^="lamp-"] {
  position: absolute;
  z-index: 1000;
  background: url(../img/off.png) no-repeat;
  background-size: 100%;
  max-width: 341px;
  top: 48%;
  width: 18%;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding-top: 23.48%;
  animation: lampOn 0.7s forwards cubic-bezier(0.33, 1, 0.68, 1);
}
.section-1 .lamp-wrap .lamp-1 {
  left: -40%;
  animation-delay: 2.5s;
}
.section-1 .lamp-wrap .lamp-2 {
  left: -20%;
  animation-delay: 2.3s;
}
.section-1 .lamp-wrap .lamp-3 {
  left: 0%;
  animation-delay: 2.1s;
}
.section-1 .lamp-wrap .lamp-4 {
  left: 20%;
  animation-delay: 2.3s;
}
.section-1 .lamp-wrap .lamp-5 {
  left: 40%;
  animation-delay: 2.5s;
}
@keyframes lampOn {
  0% {
    background-image: url(../img/off.png);
  }
  100% {
    background-image: url(../img/on.png);
  }
}
.section-1 .lamp-wrap .preload {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  background: url(../img/off.png) no-repeat, url(../img/on.png) no-repeat;
}
.section-1 .s1-new,
.section-1 .s1-title,
.section-1 .teacher,
.section-1 .s1-sub,
.section-1 .s1-fp,
.section-1 .s1-home {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1100;
}
.section-1 .s1-new {
  top: 5%;
  max-width: 180px;
  width: 9.5%;
  opacity: 0;
  animation: fade-up 0.7s forwards;
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-delay: 0.3s;
}
.section-1 .s1-title {
  top: 15%;
  max-width: 1049px;
  width: 55.3%;
  opacity: 0;
  animation: fade-up 0.8s forwards;
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-delay: 0.8s;
}
.section-1 .teacher {
  bottom: 0;
  max-width: 558px;
  width: 29.4%;
}
.section-1 .s1-sub {
  bottom: 3%;
  max-width: 1138px;
  width: 60%;
  opacity: 0;
  animation: fade 0.8s forwards;
  animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  animation-delay: 1.4s;
}
.section-1 .s1-home {
  top: 41%;
  left: -11.5%;
  max-width: 229px;
  width: 12.1%;
  opacity: 0;
  animation: fade 0.8s forwards;
  animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  animation-delay: 1.4s;
}
.section-1 .s1-fp {
  top: 41%;
  left: 13.5%;
  max-width: 185px;
  width: 9.8%;
  opacity: 0;
  animation: fade 0.8s forwards;
  animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  animation-delay: 1.4s;
}
@keyframes fade-up {
  0% {
    transform: translateY(15px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.section-2 {
  position: relative;
  font-size: 0;
  overflow: hidden;
  background-color: #2A2826;
  padding: 100px 0;
}
.section-2 .s2-title {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto 20px;
}
.section-2 .swiper-point {
  position: relative;
  width: 100%;
  max-width: 1300px;
  padding: 40px 0;
  overflow: hidden;
}
.section-2 .swiper-point .swiper-wrapper {
  align-items: center;
}
.section-2 .swiper-point .swiper-slide {
  width: 550px;
  display: flex;
  justify-content: center;
  will-change: transform;
  transform: translateZ(0);
}
@media (max-width: 601px) {
  .section-2 .swiper-point .swiper-slide {
    width: 80%;
  }
}
.section-2 .swiper-point .swiper-slide img {
  display: block;
  width: 100%;
  border-radius: 18px;
  transition: transform 0.35s ease, opacity 0.35s ease, box-shadow 0.35s ease;
  transform-origin: center center;
  filter: brightness(0.55);
  transition: filter 0.3s ease, transform 0.3s ease;
  transform: translateY(-54px) scale(0.95);
}
.section-2 .swiper-point .swiper-slide.swiper-slide-active {
  z-index: 3;
}
.section-2 .swiper-point .swiper-slide.swiper-slide-active img {
  filter: brightness(1);
  transform: translateY(0) scale(1);
}
.section-2 .swiper-point .swiper-slide.swiper-slide-prev,
.section-2 .swiper-point .swiper-slide.swiper-slide-next {
  z-index: 2;
}
.section-2 .swiper-point .swiper-slide.swiper-slide-prev img,
.section-2 .swiper-point .swiper-slide.swiper-slide-next img {
  filter: brightness(0.75);
  transform: translateY(-70px) scale(0.95);
}
.section-3 {
  position: relative;
  font-size: 0;
  overflow: hidden;
  background: linear-gradient(180deg, #2A2826 53%, #765707 100%);
}
.section-3 .video-btn {
  cursor: pointer;
  position: absolute;
  top: 14.6%;
  left: 0;
  right: 0;
  width: 95%;
  height: 33.6%;
  max-width: 1300px;
  margin: 0 auto;
}
.section-4 {
  position: relative;
  font-size: 0;
  overflow: hidden;
  background: #374147;
  padding: 200px 15px 100px;
  background: linear-gradient(180deg, #765707 0%, #2A2826 100%);
}
.section-4 .s4-title {
  display: block;
  margin: 0 auto 40px;
  max-width: 1300px;
  width: 100%;
}
.section-5 {
  position: relative;
  font-size: 0;
  overflow: hidden;
  background: #2A2826;
}
.section-5 .review-swiper {
  position: absolute;
  top: 25%;
  left: 15.8%;
  width: 43.2%;
  height: 67.5%;
  max-width: 820px;
  overflow: hidden;
}
.section-5 .review-swiper .swiper-wrapper {
  transition-timing-function: linear !important;
}
.section-5 .review-swiper .swiper-wrapper .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px;
  border: 4px solid #E3A500;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 16px;
  margin-bottom: 60px;
  height: auto !important;
}
.section-5 .review-swiper .swiper-wrapper .swiper-slide h3 {
  color: #fff;
  font-size: 30px;
  margin-bottom: 18px;
}
.section-5 .review-swiper .swiper-wrapper .swiper-slide h3 span {
  color: #FBD367;
  font-size: 28px;
}
.section-5 .review-swiper .swiper-wrapper .swiper-slide p {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.6;
}
.section-6 {
  position: relative;
  font-size: 0;
  overflow: hidden;
  background: #5e470a;
}
.section-6 .s6-btn {
  position: absolute;
  top: 76.3%;
  left: 63.2%;
  width: 19.4%;
  max-width: 368px;
}
/* 🔸 커스텀 화살표 공통 */
.custom-prev,
.custom-next {
  position: absolute;
  top: 50%;
  width: 23px;
  height: 40px;
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  z-index: 10;
}
.custom-prev:after,
.custom-next:after {
  display: none;
}
/* 왼쪽/오른쪽 각각 이미지 지정 */
.custom-prev {
  left: 25%;
  background-image: url('../img/prev.png');
  /* ← 이미지 경로 수정 */
}
.custom-next {
  right: 25%;
  background-image: url('../img/next.png');
  /* → 이미지 경로 수정 */
}
/* 버튼 hover 시 약간 투명도 변화 */
.custom-prev:hover,
.custom-next:hover {
  opacity: 0.8;
}
.tab-wrap {
  border-radius: 10px;
  overflow: hidden;
  max-width: 1300px;
  width: 70.5%;
  margin: 0 auto;
}
.tab-wrap .tab-list {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  border-radius: 16px 16px 0 0;
}
.tab-wrap .tab-btn {
  flex: 1 1 25%;
  position: relative;
  padding: 30px 5px;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  background: #000;
  color: #CCCCCC;
  cursor: pointer;
  user-select: none;
  transition: background 0.2s ease;
}
.tab-wrap .tab-btn.active {
  background: #E3A500;
  color: #fff;
}
.tab-wrap .tab-btn .top {
  display: block;
  text-align: center;
  margin-bottom: 5px;
  font-size: 24px;
}
.tab-wrap .tab-content-wrap {
  position: relative;
}
.tab-wrap .tab-content {
  border-right: 2px solid #E3A500;
  border-bottom: 2px solid #E3A500;
  border-left: 2px solid #E3A500;
  background: rgba(255, 255, 255, 0.4);
  padding: 60px;
  border-radius: 0 0 16px 16px;
  display: none;
}
.tab-wrap .tab-content.active {
  display: block;
}
.tab-wrap .tab-content img {
  width: 100%;
  max-width: 1180px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.tab-wrap .tab-content .btn-wrap {
  text-align: center;
  margin-top: 50px;
}
.tab-wrap .tab-content .btn-wrap a {
  display: inline-block;
  max-width: 400px;
  width: 48%;
  padding: 20px 10px;
  font-size: 25px;
  font-weight: 400;
  cursor: pointer;
  border-radius: 8px;
  letter-spacing: -1px;
  text-decoration-line: none;
}
.tab-wrap .tab-content .btn-wrap .course-link {
  background: #FBD367;
  color: #000000;
  margin-right: 2%;
}
.tab-wrap .tab-content .btn-wrap .course-buy {
  background: #000000;
  color: #ffffff;
}
/* 팝업 커리큘럼 영상 */
.popup {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
  max-width: 1000px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  border: 2px solid #ffffff;
  z-index: 1000;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
/* 팝업이 활성화되었을 때 적용할 클래스 */
.popup.show {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  /* 다시 클릭 가능하게 */
}
.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;
}
@media (max-width: 1921px) {
  .section-5 .review-swiper {
    top: 25%;
    left: 15.8%;
    width: 43.2%;
    height: 67.5%;
  }
  .section-5 .review-swiper .swiper-wrapper .swiper-slide {
    padding: 5%;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 16px;
    margin-bottom: 5% !important;
  }
  .section-5 .review-swiper .swiper-wrapper .swiper-slide h3 {
    font-size: 2vw;
    margin-bottom: 3%;
  }
  .section-5 .review-swiper .swiper-wrapper .swiper-slide h3 span {
    font-size: 1.8vw;
  }
  .section-5 .review-swiper .swiper-wrapper .swiper-slide p {
    color: #fff;
    font-size: 1.3vw;
    font-weight: 400;
    line-height: 1.6;
  }
  .tab-wrap .tab-btn {
    font-size: 1.8vw;
  }
  .tab-wrap .tab-content {
    padding: 4% 4% 8% 4%;
  }
}
@media (max-width: 1300px) {
  .custom-prev,
  .custom-next {
    display: none;
  }
}
@media (max-width: 992px) {
  .section-1 .block-img {
    width: 180%;
    margin-left: -40%;
  }
  .section-1 .lamp-wrap [class^="lamp-"] {
    top: 58%;
    width: 26%;
    padding-top: 32.48%;
  }
  .section-1 .lamp-wrap .lamp-1 {
    left: -66%;
  }
  .section-1 .lamp-wrap .lamp-2 {
    left: -33%;
  }
  .section-1 .lamp-wrap .lamp-3 {
    left: 0%;
  }
  .section-1 .lamp-wrap .lamp-4 {
    left: 33%;
  }
  .section-1 .lamp-wrap .lamp-5 {
    left: 66%;
  }
  .section-1 .s1-new {
    top: 5%;
    width: 18%;
  }
  .section-1 .s1-title {
    top: 16%;
    width: 95%;
  }
  .section-1 .teacher {
    bottom: 0;
    width: 52%;
  }
  .section-1 .s1-sub {
    bottom: 3%;
    width: 100%;
  }
  .section-1 .s1-home {
    top: 41%;
    left: -22.5%;
    width: 23.3%;
  }
  .section-1 .s1-fp {
    top: 41%;
    left: 24.5%;
    width: 18.8%;
  }
  @keyframes fade-up {
    0% {
      transform: translateY(10px);
      opacity: 0;
    }
    100% {
      transform: translateY(0);
      opacity: 1;
    }
  }
  .section-2 {
    padding: 10% 0 5%;
  }
  .section-2 .block-img {
    width: 180%;
    margin-left: -40%;
  }
  .section-3 .block-img {
    width: 140%;
    margin-left: -20%;
  }
  .section-4 {
    padding: 15% 10px 10%;
  }
  .section-4 .block-img {
    width: 200%;
    margin-left: -50%;
  }
  .section-4 .s4-title {
    width: 140%;
    margin: 0 auto 4%;
    margin-left: -20%;
  }
  .section-5 .block-img {
    width: 200%;
    margin-left: -50%;
  }
  .section-5 .review-swiper {
    top: 25%;
    left: 1.8%;
    width: 72.2%;
    height: 67.5%;
  }
  .section-5 .review-swiper .swiper-wrapper .swiper-slide {
    padding: 5%;
    border: 2px solid #E3A500;
    border-radius: 16px;
    margin-bottom: 60px;
  }
  .section-5 .review-swiper .swiper-wrapper .swiper-slide h3 {
    font-size: 2.7vw;
    margin-bottom: 3%;
  }
  .section-5 .review-swiper .swiper-wrapper .swiper-slide h3 span {
    font-size: 2.5vw;
  }
  .section-5 .review-swiper .swiper-wrapper .swiper-slide p {
    font-size: 2.2vw;
  }
  .section-6 .block-img {
    width: 140%;
    margin-left: -20%;
  }
  .section-6 .s6-btn {
    left: 68%;
    width: 28%;
  }
  .video-btn {
    width: 95%;
  }
  .tab-wrap {
    border-radius: 10px;
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
  }
  .tab-wrap .tab-list {
    gap: 0;
  }
  .tab-wrap .tab-btn {
    font-size: 2.4vw;
    padding: 3% 5px;
  }
  .tab-wrap .tab-content {
    border-radius: 0 0 12px 12px;
    padding: 3% 3% 5%;
  }
  .tab-wrap .tab-content .btn-wrap {
    margin-top: 5%;
  }
  .tab-wrap .tab-content .btn-wrap a {
    font-size: 3vw;
    padding: 3% 10px;
  }
}
@media (max-width: 601px) {
  .custom-prev,
  .custom-next {
    display: block;
    top: 53%;
  }
  .custom-prev {
    left: 3%;
  }
  .custom-next {
    right: 3%;
  }
}
