@charset "UTF-8";
/**
 * --------------------------------
 * event MO
 * --------------------------------
 */
body.fixed {
  position: fixed;
  overscroll-behavior: contain;
  overflow-y: scroll;
}

.evt_intro {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 100;
}

.evt_intro .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  gap: 20px;
  width: 180px;
  height: 120px;
}

.evt_intro .text.reverse {
  opacity: 0;
}

.evt_intro .text div {
  position: relative;
  width: 80px;
  height: 120px;
}

.evt_intro .text span {
  position: absolute;
  width: 30px;
  height: 0;
  background: #cc2016;
}

.evt_intro .text .n span.left {
  left: 0;
  bottom: 0;
  animation: animHeight 0.2s linear forwards;
  animation-delay: 0.3s;
}

.evt_intro .text .n span.left i {
  opacity: 0;
}

.evt_intro .text .n span.center {
  top: 0;
  left: 0;
  transform: skewX(22deg);
  transform-origin: top left;
  box-shadow: 0 0 15px #000;
  z-index: 2;
  animation: animHeight 0.2s linear forwards;
  animation-delay: 0.5s;
}

.evt_intro .text .n span.right {
  right: 0;
  bottom: 0;
  animation: animHeight 0.2s linear forwards;
  animation-delay: 0.7s;
}

.evt_intro .text .e span.left {
  left: 0;
  bottom: 0;
  animation: animHeight 0.2s linear forwards;
  animation-delay: 0.9s;
}

.evt_intro .text .e span.top {
  left: 0;
  top: 0;
  width: 0;
  height: 30px;
  animation: animWidth 0.2s linear forwards;
  animation-delay: 1.1s;
}

.evt_intro .text .e span.center {
  left: 0;
  top: calc(50% - 15px);
  width: 0;
  height: 30px;
  box-shadow: 0 0 15px #000;
  animation: animWidth 0.2s linear forwards;
  animation-delay: 1.3s;
}

.evt_intro .text .e span.bottom {
  left: 0;
  bottom: 0;
  width: 0;
  height: 30px;
  animation: animWidth 0.2s linear forwards;
  animation-delay: 1.5s;
}

@keyframes animHeight {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@keyframes animWidth {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.evt_intro.zoomin .text.start {
  opacity: 0;
}

.evt_intro.zoomin .text.reverse {
  opacity: 1;
}

.evt_intro.zoomin .text.reverse {
  animation: animZoomin 2s linear forwards;
  animation-delay: 0.5s;
}

.evt_intro.zoomin .text.reverse .n span.left {
  height: 100%;
  animation: animHeight 0.2s linear forwards reverse;
  animation-delay: 3.2s;
}

.evt_intro.zoomin .text.reverse .n span.center {
  height: 100%;
  animation: animHeight 0.2s linear forwards reverse;
  animation-delay: 3s;
}

.evt_intro.zoomin .text.reverse .n span.right {
  height: 100%;
  animation: animHeight 0.2s linear forwards reverse;
  animation-delay: 2.8s;
}

.evt_intro.zoomin .text.reverse .e span.left {
  height: 100%;
  animation: animHeight 0.2s linear forwards reverse;
  animation-delay: 2.6s;
}

.evt_intro.zoomin .text.reverse .e span.top {
  width: 100%;
  animation: animWidth 0.2s linear forwards reverse;
  animation-delay: 2.4s;
}

.evt_intro.zoomin .text.reverse .e span.center {
  width: 100%;
  animation: animWidth 0.2s linear forwards reverse;
  animation-delay: 2.2s;
}

.evt_intro.zoomin .text.reverse .e span.bottom {
  width: 100%;
  animation: animWidth 0.2s linear forwards reverse;
  animation-delay: 2s;
}

.evt_intro.zoomin .text.reverse .n span.left.zoom {
  display: flex;
  gap: 3%;
  animation: none;
  background-color: transparent;
  animation: animLeftZoomin 2s linear forwards;
  animation-delay: 1.6s;
}

.evt_intro.zoomin .text.reverse .n span.left.zoom i {
  display: inline-flex;
  height: 100%;
  opacity: 1;
  transition: opacity ease-in-out 0.4s 1s;
}

.evt_intro.zoomin .text.reverse .n span.left.zoom i:nth-of-type(4n + 1) {
  width: 5%;
  background-color: #cc2016;
}

.evt_intro.zoomin .text.reverse .n span.left.zoom i:nth-of-type(4n + 2) {
  width: 3%;
  background-color: #831f19;
}

.evt_intro.zoomin .text.reverse .n span.left.zoom i:nth-of-type(4n + 3) {
  width: 8%;
  background-color: #ffdb46;
}

.evt_intro.zoomin .text.reverse .n span.left.zoom i:nth-of-type(4n + 4) {
  width: 1%;
  background-color: #4d4d4f;
}

@keyframes animZoomin {
  100% {
    transform: translate(30%, -50%) scale(2);
  }
}
@keyframes animLeftZoomin {
  100% {
    transform: scale(30);
  }
}
.evt_intro.hide {
  opacity: 0;
  visibility: hidden;
  transition: opacity ease-in-out 0.4s, visibility ease-in-out 0.2s 0.4s;
}

.evt_header {
  position: relative;
  margin: 0 auto;
  padding: 4.8611vw 6.9444vw 0;
  max-width: 720px;
  display: flex;
  justify-content: space-between;
  z-index: 1;
}

.evt_header .logo a {
  position: relative;
  display: inline-block;
  width: 18.75vw;
  height: 5.2778vw;
  max-width: 135px;
  max-height: 38px;
  min-width: 68px;
  min-height: 20px;
  background: url("https://pic.neungyule.com/neteacher/m/event/2025/0326/evt_logo.png") 0 0 no-repeat;
  background-size: contain;
  z-index: 11;
}

.evt_header p img {
  width: 20.8333vw;
  max-width: 150px;
  min-width: 75px;
}

#eventWrap {
  background-color: #121212;
}

.evt_main {
  margin: 0 auto;
  width: 100%;
  max-width: 720px;
  min-width: 320px;
}

.evt_main .inner {
  position: relative;
}

.evt_top {
  position: fixed;
  bottom: -106px;
  right: 5.5556vw;
  width: 50px;
  height: 50px;
  transition: bottom 0.4s ease-in-out;
  z-index: 11;
}

.evt_top.active {
  bottom: 5.5556vw;
}

.evt_top .btn_evttop {
  display: inline-block;
  width: 50px;
  height: 50px;
  vertical-align: top;
}

.evt_top .btn_evttop::after {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: url(https://pic.neungyule.com/neteacher//m/common/ico_quick_en.png) 0 -50px no-repeat;
  background-size: 100px auto;
  overflow: hidden;
}

.sec_evt {
  position: relative;
  overflow: hidden;
}

.sec_evt img {
  vertical-align: top;
}

.sec_intro {
  position: relative;
  margin-top: -18.0556vw;
  padding-bottom: 1.1111vw;
  background: url("https://pic.neungyule.com/neteacher/m/event/2025/0326/evt_intro_bg.jpg") 50% 0 no-repeat;
  background-size: 100%;
  overflow: hidden;
}

.sec_intro::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 48.0556vw);
  width: 96.1111vw;
  height: 96.1111vw;
  background: url("https://pic.neungyule.com/neteacher/m/event/2025/0326/evt_intro_teacher_bg.png") 0 0 no-repeat;
  background-size: cover;
}

.sec_intro .inner::before {
  content: "";
  position: absolute;
  top: 69.4444vw;
  left: 0;
  width: 100vw;
  height: 100vw;
  background: url("https://pic.neungyule.com/neteacher/m/event/2025/0326/evt_intro_teacher1_bg.png") 0 0 no-repeat;
  background-size: cover;
}

.sec_intro.teacher2 .inner::before {
  background: url("https://pic.neungyule.com/neteacher/m/event/2025/0326/evt_intro_teacher2_bg.png") 0 0 no-repeat;
  background-size: cover;
}

.sec_intro.teacher3 .inner::before {
  background: url("https://pic.neungyule.com/neteacher/m/event/2025/0326/evt_intro_teacher3_bg.png") 0 0 no-repeat;
  background-size: cover;
}

.sec_intro .txt_area {
  position: relative;
  padding-top: 18.0556vw;
  overflow: hidden;
  z-index: 0;
}

.sec_intro .txt_area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 78.3333vw;
  height: 75.2778vw;
  max-width: 564px;
  max-height: 542px;
  min-width: 282px;
  min-height: 271px;
  background: url("https://pic.neungyule.com/neteacher/m/event/2025/0326/evt_intro_light2.png") 0 0 no-repeat;
  background-size: cover;
  opacity: 0;
  animation: aniintrolight 5s linear infinite;
  animation-delay: 2s;
  z-index: 2;
}

.sec_intro .txt_area::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 28.8889vw;
  height: 24.4444vw;
  max-width: 208px;
  max-height: 176px;
  min-width: 104px;
  min-height: 88px;
  background: url("https://pic.neungyule.com/neteacher/m/event/2025/0326/evt_intro_light1.png") 0 0 no-repeat;
  background-size: cover;
  z-index: 3;
}

@keyframes aniintrolight {
  0% {
    opacity: 1;
  }
  1% {
    opacity: 0;
  }
  2% {
    opacity: 1;
  }
  3% {
    opacity: 0;
  }
  4% {
    opacity: 1;
  }
  6% {
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.sec_intro h2 {
  position: relative;
  padding-top: 6.9444vw;
  text-align: center;
  transform: translateY(0);
  opacity: 0;
  transition: transform 0.6s ease-in-out 0.2s, opacity 1.6s ease-in-out 0.2s;
}

.sec_intro h2 img {
  width: 41.3889vw;
  max-width: 298px;
  min-width: 149px;
}

.sec_intro p {
  position: relative;
  margin-top: 6.25vw;
  text-align: center;
  transform: translateY(0) scale(0);
  opacity: 0;
  transition: transform 0.6s ease-in-out 0.2s, opacity 0.6s ease-in-out 0.2s;
  transition-delay: 0.6s;
}

.sec_intro p img {
  width: 69.4444vw;
  max-width: 500px;
  min-width: 250px;
}

.sec_intro p + p {
  margin-top: 4.1667vw;
  transition-delay: 0.8s;
}

.sec_intro p + p img {
  width: 85.5556vw;
  max-width: 616px;
  min-width: 308px;
}

.sec_intro p + p + p {
  margin-top: 4.1667vw;
  transition-delay: 1s;
}

.sec_intro p + p + p img {
  width: 73.8889vw;
  max-width: 532px;
  min-width: 266px;
}

.sec_intro p .txt_light {
  position: relative;
  display: inline-block;
  width: 85.5556vw;
  height: 14.7222vw;
  max-width: 616px;
  max-height: 106px;
  min-width: 308px;
  min-height: 53px;
  background: url("https://pic.neungyule.com/neteacher/m/event/2025/0326/evt_intro_txt2.png") 0 0 no-repeat;
  background-size: cover;
  overflow: hidden;
}

.sec_intro p .txt_light::before {
  content: "";
  position: absolute;
  top: -10%;
  left: -20%;
  width: 28.1944vw;
  height: 38.1944vw;
  max-width: 203px;
  max-height: 275px;
  min-width: 102px;
  min-height: 138px;
  background: url("https://pic.neungyule.com/neteacher/m/event/2025/0326/evt_intro_txt2_light2.png") 0 0 no-repeat;
  background-size: cover;
  animation: aniintrolight2 5s linear infinite;
  animation-delay: 2.2s;
}

.sec_intro p .txt_light::after {
  content: "";
  position: absolute;
  top: -10%;
  left: -20%;
  width: 28.1944vw;
  height: 38.1944vw;
  max-width: 203px;
  max-height: 275px;
  min-width: 102px;
  min-height: 138px;
  background: url("https://pic.neungyule.com/neteacher/m/event/2025/0326/evt_intro_txt2_light2.png") 0 0 no-repeat;
  background-size: cover;
  animation: aniintrolight2 5s linear infinite;
  animation-delay: 2.4s;
}

.sec_intro p .txt_light img {
  position: relative;
  z-index: 1;
}

@keyframes aniintrolight2 {
  0% {
    left: -20%;
  }
  20% {
    left: 40%;
  }
  35% {
    left: 60%;
  }
  45% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}
.sec_intro .swiper_area {
  position: relative;
  padding-top: 0;
  max-width: 720px;
  height: 101.3889vw;
  max-height: 730px;
  min-height: 365px;
  overflow: hidden;
}

.sec_intro .intro_swiper {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-left: 10px;
  width: 102.7778vw;
  max-width: 740px;
  min-width: 370px;
  overflow: hidden;
  z-index: 1;
}

.sec_intro .intro_swiper .swiper-slide {
  position: relative;
  width: 102.7778vw;
  height: 97.2222vw;
  max-width: 740px;
  max-height: 700px;
  min-width: 370px;
  min-height: 350px;
  opacity: 0;
}

.sec_intro .intro_swiper .swiper-slide .txt_name {
  position: absolute;
  top: -12.5vw;
  left: 50%;
  transform: translateX(-50%) scale(1.2);
  transition: opacity 0.2s ease-in-out;
}

.sec_intro .intro_swiper .swiper-slide .txt_name img {
  width: 18.3333vw;
  max-width: 132px;
  min-width: 66px;
}

.sec_intro .intro_swiper .swiper-slide .pic {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 79.1667vw;
  height: 108.3333vw;
  max-width: 570px;
  max-height: 780px;
  min-width: 285px;
  min-height: 390px;
  overflow: hidden;
}

.sec_intro .intro_swiper .swiper-slide .pic img {
  position: relative;
  width: 100%;
}

.sec_intro .intro_swiper .swiper-slide .pic .shadow {
  position: absolute;
  top: 5.5556vw;
  left: 4.1667vw;
  margin-left: 0;
  z-index: 0;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}

.sec_intro .intro_swiper .swiper-slide .txt {
  position: absolute;
  bottom: -13.8889vw;
  left: 50%;
  transform: translateX(-50%);
  width: 69.4444vw;
  max-width: 500px;
  min-width: 250px;
  opacity: 0;
  transition: bottom 0.6s ease-in-out 0.2s, opacity 0.6s ease-in-out 0.2s;
}

.sec_intro .intro_swiper .swiper-slide-active {
  transform-origin: 0 100%;
  opacity: 1;
}

.sec_intro .intro_swiper .swiper-slide-active .txt_name {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0s ease-in-out;
}

.sec_intro .intro_swiper .swiper-slide-active .pic {
  transform: translateY(11.1111vw) translateX(-50%);
}

.sec_intro .intro_swiper .swiper-slide-active .pic .shadow {
  opacity: 1;
}

.sec_intro .intro_swiper .swiper-slide-active .txt {
  opacity: 1;
  bottom: -2.7778vw;
}

.sec_intro .intro_swiper .swiper-slide-prev,
.sec_intro .intro_swiper .swiper-slide-next {
  margin-top: 25vw;
  opacity: 1;
}

.sec_intro .intro_swiper .swiper-slide-prev .txt,
.sec_intro .intro_swiper .swiper-slide-next .txt {
  transition: all 0.2s ease-in-out 0s;
}

.sec_intro .intro_swiper .swiper-slide.teacher1 .pic img {
  margin-left: -2.7778vw;
}

.sec_intro .intro_swiper .swiper-slide.teacher1 .pic .shadow {
  left: 1.3889vw;
  margin-left: 0;
}

.sec_intro .intro_swiper .swiper-slide-prev.teacher1 .txt_name {
  left: 45%;
}

.sec_intro .intro_swiper .swiper-slide-prev.teacher2 .txt_name {
  left: 45%;
}

.sec_intro .intro_swiper .swiper-slide-next.teacher1 .txt_name {
  left: 45%;
}

.sec_intro .intro_swiper .swiper-slide-next.teacher2 .txt_name {
  left: 45%;
}

.sec_intro.active h2 {
  transform: translateY(0);
  opacity: 1;
}

.sec_intro.active p {
  transform: translateY(0) scale(1);
  opacity: 1;
}

.sec_info {
  padding: 4.8611vw 0 38.8889vw;
  background: url("https://pic.neungyule.com/neteacher/m/event/2025/0326/evt_info_bg.jpg") 50% 100% no-repeat;
  background-size: 100%;
  text-align: center;
}

.sec_info p {
  opacity: 0;
  transform: translateY(100px);
  transition: transform 0.6s ease-in-out 0.2s, opacity 0.6s ease-in-out 0.2s;
}

.sec_info p img {
  width: 81.9444vw;
  max-width: 590px;
  min-width: 295px;
}

.sec_info .evt_btn {
  margin-top: 50px;
  opacity: 0;
  transform: translateY(100px);
  transition: transform 0.6s ease-in-out 0.2s, opacity 0.6s ease-in-out 0.2s;
  transition-delay: 0.6s;
}

.sec_info .evt_btn img {
  width: 88.8889vw;
  max-width: 640px;
  min-width: 320px;
}

.sec_info.active p {
  opacity: 1;
  transform: translateY(0);
}

.sec_info.active .evt_btn {
  opacity: 1;
  transform: translateY(0);
}

.sec_notice {
  padding: 11.1111vw 4.1667vw 22.2222vw;
  background-color: #000;
}

.sec_notice h3 img {
  width: 51.6667vw;
  max-width: 372px;
  min-width: 186px;
}

.sec_notice ul {
  margin: 4.5833vw 0 0 3.6111vw;
}

.sec_notice ul li {
  position: relative;
  padding: 0.9722vw 0 0.9722vw 2.7778vw;
  line-height: 5.5556vw;
  font-size: 3.8889vw;
  color: #fff;
  font-weight: 300;
  word-break: keep-all;
}

.sec_notice ul li::before {
  content: "";
  position: absolute;
  top: 3.3333vw;
  left: 0;
  width: 1.1111vw;
  height: 1.1111vw;
  border-radius: 100%;
  background-color: #fff;
}

.sec_notice ul li small {
  display: inline-block;
  margin-top: 1.3889vw;
  font-size: 3.3333vw;
}

.sec_notice ul li a {
  color: #fff;
}

body.popActive {
  overflow: hidden;
}

.pop_layer {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 88.89%;
  min-width: 320px;
  display: none;
  z-index: 101;
}

.pop_layer .btn_back {
  display: inline-block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 10px;
  left: 10px;
}

.pop_layer .btn_close {
  display: inline-block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: url(https://pic.neungyule.com/neteacher/m/common/ico_x.svg) no-repeat 50% 50%;
  text-indent: -9999em;
}

.pop_layer .head {
  position: relative;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  background: #fff;
  border-radius: 10px 10px 0 0;
}

.pop_layer .cont {
  max-height: 70vh;
  background: #fff;
  padding: 30px 20px 60px;
  border-top: 1px solid #eee;
  border-radius: 0 0 10px 10px;
  font-size: 13px;
  line-height: 1.38;
}

.pop_layer .cont.tac {
  text-align: center;
}

.pop_layer .cont img {
  max-width: 100%;
}

.pop_layer.full {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: none;
}

.pop_layer.full .head {
  border-radius: 0;
}

.pop_layer.full .cont {
  height: calc(100% - 90px);
  max-height: unset;
  border-radius: 0;
  overflow-y: scroll;
}

input.input_txt {
  width: 100%;
  height: 42px;
  padding: 0 20px;
  border: 1px solid #e2e2e2;
  border-radius: 50px;
  background-color: #fff;
  font-size: 14px;
  color: #1e1e1e;
  line-height: 42px;
}

input.input_txt:not(.datepicker):-moz-read-only {
  background: #f2f2f2;
  border-color: #f2f2f2;
}

input.input_txt:not(.datepicker):read-only {
  background: #f2f2f2;
  border-color: #f2f2f2;
}

.wrapper_selectbox {
  position: relative;
}

.wrapper_selectbox:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 20px;
  display: inline-block;
  width: 10px;
  height: 6px;
  background: url(https://pic.neungyule.com/neteacher/m/customer/ico_input_sprite.png) -5px -100px no-repeat;
  background-size: 140px auto;
  pointer-events: none;
}

.wrapper_selectbox select {
  width: 100%;
  height: 42px;
  padding: 0 30px 0 20px;
  border: 1px solid #e2e2e2;
  border-radius: 42px;
  background-color: #fff;
  font-size: 14px;
  color: #7e7e7e;
  line-height: 42px;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
}

.wrapper_selectbox option {
  color: #1e1e1e;
}

dl.tbl_write dt {
  position: relative;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  word-break: keep-all;
}

dl.tbl_write .ico_required {
  margin-left: 4px;
  color: #694bc8;
}

dl.tbl_write > div + div {
  margin-top: 24px;
}

dl.tbl_write dd {
  font-size: 14px;
}

dl.tbl_write .inp_wrap {
  display: flex;
  align-items: center;
  gap: 0 5px;
  margin-bottom: 10px;
}

dl.tbl_write .inp_wrap > div {
  flex: 1;
  min-width: 100px;
}

dl.tbl_write .inp_wrap > .input_txt {
  flex: 1;
}

dl.tbl_write .inp_wrap.btn_col > div {
  min-width: auto;
  max-width: 90px;
}

dl.tbl_write .inp_wrap.sel_col {
  justify-content: space-between;
}

dl.tbl_write .inp_wrap.sel_col > div {
  max-width: 190px;
}

dl.tbl_write .inp_wrap + .sub_txt {
  font-size: 12px;
  color: #7e7e7e;
}

.pop_layer .tlt_notice {
  margin-top: 40px;
  font-size: 14px;
  font-weight: 700;
}

.pop_layer .txt_notice.blit01 {
  margin: 8px 0;
  font-size: 13px;
  color: #7e7e7e;
}

.pop_layer .txt_notice.blit02 {
  position: relative;
  padding-left: 8px;
  font-size: 12px;
  color: #7e7e7e;
  line-height: 1.4;
}

.pop_layer .txt_notice.blit02:before {
  content: "*";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.pop_layer .txt_notice.blit02 + .blit02 {
  margin-top: 4px;
}

.pop_layer .btn_search {
  display: inline-flex;
  width: 90px;
  justify-content: center;
  height: 40px;
  border-radius: 36px;
  background-color: #1e1e1e;
  font-size: 13px;
  color: #fff;
  font-weight: 500;
  line-height: 40px;
}

.btn_fixed_box {
  position: sticky;
  left: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
  display: flex;
  margin-top: 20px;
}

.btn_fixed_box .btn_full {
  display: inline-flex;
  width: 100%;
  height: 60px;
  justify-content: center;
  background-color: #694bc8;
  color: #fff;
  border-radius: 0;
  line-height: 60px;
  font-size: 16px;
  font-weight: bold;
}

.btn_fixed_box .btn_full.cancle {
  width: 70%;
  background: #f3f3f3;
  color: #1e1e1e;
}

.btn_fixed_box .btn_wrap {
  display: flex;
  align-items: center;
  width: 100%;
}

.btn_fixed_box .btn_wrap .btn.btn_lgr_bk {
  width: 41.7%;
}

.btn_fixed_box .btn_wrap .btn.btn_pri {
  width: 58.3%;
}

@media screen and (max-width: 360px) {
  .sec_intro {
    margin-top: -65px;
    padding-bottom: 4px;
  }
  .sec_intro::after {
    left: calc(50% - 173px);
    width: 346px;
    height: 346px;
  }
  .sec_intro .inner::before {
    top: 250px;
    left: calc(50% - 180px);
    width: 360px;
    height: 360px;
  }
  .sec_intro .txt_area {
    padding-top: 65px;
  }
  .sec_intro h2 {
    padding-top: 25px;
  }
  .sec_intro p {
    margin-top: 22px;
  }
  .sec_intro p + p {
    margin-top: 15px;
  }
  .sec_intro p + p + p {
    margin-top: 15px;
  }
  .sec_intro .intro_swiper .swiper-slide .pic .shadow {
    top: 20px;
    left: 15px;
  }
  .sec_intro .intro_swiper .swiper-slide .txt_name {
    top: -45px;
  }
  .sec_intro .intro_swiper .swiper-slide-active .pic {
    transform: translateY(40px) translateX(-50%);
  }
  .sec_intro .intro_swiper .swiper-slide .txt {
    bottom: -50px;
  }
  .sec_intro .intro_swiper .swiper-slide-active .txt {
    bottom: -10px;
  }
  .sec_intro .intro_swiper .swiper-slide-prev,
  .sec_intro .intro_swiper .swiper-slide-next {
    margin-top: 90px;
  }
  .sec_intro .intro_swiper .swiper-slide.teacher1 .pic img {
    margin-left: -10px;
  }
  .sec_intro .intro_swiper .swiper-slide.teacher1 .pic .shadow {
    left: 5px;
  }
  .sec_info {
    padding: 18px 0 140px;
  }
  .sec_notice {
    padding: 40px 15px 80px;
  }
  .sec_notice ul {
    margin: 17px 0 0 13px;
  }
  .sec_notice ul li {
    padding: 4px 0 4px 10px;
    line-height: 20px;
    font-size: 14px;
  }
  .sec_notice ul li::before {
    top: 14px;
    left: 0;
    width: 4px;
    height: 4px;
  }
  .sec_notice ul li small {
    margin-top: 5px;
    font-size: 12px;
  }
  .evt_header {
    padding: 17px 25px 0;
  }
  .evt_top {
    right: 20px;
  }
  .evt_top.active {
    bottom: 20px;
  }
}
@media screen and (min-width: 720px) {
  .sec_intro {
    margin-top: -130px;
    padding-bottom: 8px;
  }
  .sec_intro::after {
    left: calc(50% - 346px);
    width: 692px;
    height: 692px;
  }
  .sec_intro .inner::before {
    top: 500px;
    left: calc(50% - 360px);
    width: 720px;
    height: 720px;
  }
  .sec_intro .txt_area {
    padding-top: 130px;
  }
  .sec_intro h2 {
    padding-top: 50px;
  }
  .sec_intro p {
    margin-top: 45px;
  }
  .sec_intro p + p {
    margin-top: 30px;
  }
  .sec_intro p + p + p {
    margin-top: 30px;
  }
  .sec_intro .intro_swiper .swiper-slide .pic .shadow {
    top: 40px;
    left: 30px;
  }
  .sec_intro .intro_swiper .swiper-slide .txt_name {
    top: -90px;
  }
  .sec_intro .intro_swiper .swiper-slide-active .pic {
    transform: translateY(80px) translateX(-50%);
  }
  .sec_intro .intro_swiper .swiper-slide .txt {
    bottom: -100px;
  }
  .sec_intro .intro_swiper .swiper-slide-active .txt {
    bottom: -20px;
  }
  .sec_intro .intro_swiper .swiper-slide-prev,
  .sec_intro .intro_swiper .swiper-slide-next {
    margin-top: 180px;
  }
  .sec_intro .intro_swiper .swiper-slide.teacher1 .pic img {
    margin-left: -20px;
  }
  .sec_intro .intro_swiper .swiper-slide.teacher1 .pic .shadow {
    left: 10px;
  }
  .sec_info {
    padding: 35px 0 280px;
  }
  .sec_notice {
    padding: 80px 30px 160px;
  }
  .sec_notice ul {
    margin: 33px 0 0 26px;
  }
  .sec_notice ul li {
    padding: 7px 0 7px 20px;
    line-height: 40px;
    font-size: 28px;
  }
  .sec_notice ul li::before {
    top: 24px;
    left: 0;
    width: 8px;
    height: 8px;
  }
  .sec_notice ul li small {
    margin-top: 10px;
    font-size: 24px;
  }
  .evt_header {
    padding: 35px 50px 0;
  }
  .evt_top {
    right: 40px;
  }
  .evt_top.active {
    bottom: 40px;
  }
}
@keyframes aniintrolight {
  0% {
    opacity: 1;
  }
  1% {
    opacity: 0;
  }
  2% {
    opacity: 1;
  }
  3% {
    opacity: 0;
  }
  4% {
    opacity: 1;
  }
  6% {
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
body {
  background: #121212;
}

.event20250722 {
  max-width: 720px;
  margin: 0 auto;
  background: url("../../../../neteacher/m/event/2025/0722/bg.png") no-repeat 50% 0%;
  background-size: 100% auto;
  overflow: hidden;
}
.event20250722 img {
  max-width: none;
}
.event20250722-light {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-left: -4.1666666667vw;
  margin-top: -9.1666666667vw;
  animation: aniintrolight 5s linear infinite;
  animation-delay: 2s;
}
@media (min-width: 720px) {
  .event20250722-light {
    margin-left: -30px;
    margin-top: -66px;
  }
}
.event20250722-light img {
  max-width: 558px;
  width: 77.5vw;
}
.event20250722-head {
  display: flex;
  justify-content: space-between;
  padding-top: 5vw;
  padding-right: 6.9444444444vw;
  padding-left: 6.9444444444vw;
  padding-bottom: 0.8333333333vw;
}
@media (min-width: 720px) {
  .event20250722-head {
    padding: 36px 50px 6px;
  }
}
.event20250722-head a {
  display: block;
  padding: 0 0;
}
.event20250722-head .logo {
  max-width: 139px;
  width: 19.3055555556vw;
}
.event20250722-head .top_text {
  max-width: 149px;
  width: 20.6944444444vw;
}
.event20250722-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 68px 0 0 0;
}
.event20250722-title__text {
  padding-bottom: 24px;
}
.event20250722-title__text img {
  max-width: 308px;
  width: 42.7777777778vw;
}
.event20250722-title__title {
  position: relative;
  z-index: 20;
  padding-bottom: 15px;
}
.event20250722-title__title img {
  max-width: 634px;
  width: 88.0555555556vw;
}
.event20250722-title__text02 {
  padding-bottom: 13px;
}
.event20250722-title__text02 img {
  max-width: 610px;
  width: 84.7222222222vw;
}
.event20250722-title__text03 img {
  max-width: 374px;
  width: 51.9444444444vw;
}
.event20250722-teacher {
  margin-top: 30px;
}
.event20250722-teacher__swiper {
  position: relative;
  max-width: 720px;
  max-height: 820px;
  width: 100vw;
  height: 113.8888888889vw;
  margin: 0 auto;
  overflow: hidden;
}
.event20250722-teacher__swiper.idx1 .info1 {
  opacity: 1;
}
.event20250722-teacher__swiper.idx2 .info2 {
  opacity: 1;
}
.event20250722-teacher__swiper.idx3 .info3 {
  opacity: 1;
}
.event20250722-teacher .swiper-slide {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 620px;
  width: 86.1111111111vw;
  opacity: 0;
  transition: all 1s ease;
}
@media (max-width: 620px) {
  .event20250722-teacher .swiper-slide {
    max-width: 720px;
    width: 100vw;
  }
}
.event20250722-teacher .swiper-slide.teacher01 .event20250722-teacher__img img {
  max-width: 419px;
  width: 58.1944444444vw;
}
.event20250722-teacher .swiper-slide.teacher02 .event20250722-teacher__img img {
  max-width: 617px;
  width: 85.6944444444vw;
}
.event20250722-teacher .swiper-slide.teacher03 .event20250722-teacher__img img {
  max-width: 493px;
  width: 68.4722222222vw;
}
.event20250722-teacher .swiper-slide-prev, .event20250722-teacher .swiper-slide-next, .event20250722-teacher .swiper-slide-active {
  opacity: 1;
}
.event20250722-teacher .swiper-slide-prev.teacher01 .event20250722-teacher__img, .event20250722-teacher .swiper-slide-next.teacher01 .event20250722-teacher__img {
  margin-top: 6.9444444444vw;
}
.event20250722-teacher .swiper-slide-active {
  margin-top: 0;
}
.event20250722-teacher .swiper-slide-active .event20250722-teacher__name {
  opacity: 0;
}
.event20250722-teacher .swiper-slide-active .event20250722-teacher__img {
  margin: 0;
  margin-top: 0vw;
}
.event20250722-teacher .swiper-slide-active .event20250722-teacher__info {
  opacity: 1;
}
.event20250722-teacher__name {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
  transition: all 0.4s ease;
  max-width: 186px;
  width: 25.8333333333vw;
  max-height: 56px;
  height: 7.7777777778vw;
  border-radius: 1.1111111111vw;
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.25);
  background-color: rgba(255, 255, 255, 0.16); /* 흰색 + 16% 불투명도 */
  backdrop-filter: blur(2px) brightness(94%); /* 흐림 2px, 밝기 -6% */
  -webkit-backdrop-filter: blur(2px) brightness(94%);
  border: 1px solid rgba(118, 118, 118, 0.5);
  font-family: "Paperlogy";
  font-weight: 500;
  font-size: 3.3333333333vw;
  color: #fff;
}
@media (min-width: 720px) {
  .event20250722-teacher__name {
    font-size: 24px;
  }
}
.event20250722-teacher__img {
  position: relative;
  transition: all 0.4s ease;
}
.event20250722-teacher__info {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 2.7777777778vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
  transition: all 0.4s ease;
  opacity: 0;
  max-width: 388px;
  width: 53.8888888889vw;
  max-height: 314px;
  height: 43.6111111111vw;
  padding: 1.3888888889vw;
  background-color: rgba(255, 255, 255, 0.16); /* 흰색 + 16% 투명도 */
  background-color: rgba(0, 0, 0, 0.16);
  -webkit-backdrop-filter: blur(6px) brightness(84%);
          backdrop-filter: blur(6px) brightness(84%);
  box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.18);
  border: 1px solid #9a9a9a;
  border-radius: 14px;
  border-radius: 1.9444444444vw;
}
.event20250722-teacher__info img {
  width: 100%;
}
.event20250722-teacher__text {
  position: relative;
  text-align: center;
}
.event20250722-teacher__text img {
  max-width: 720px;
  width: 100vw;
}
.event20250722-teacher__text a {
  display: block;
  margin: 68px 0;
  margin-top: 9.4444444444vw;
  margin-bottom: 0vw;
}
.event20250722-teacher__text a img {
  max-width: 620px;
  width: 86.1111111111vw;
}
.event20250722-caution {
  position: relative;
  max-height: 300px;
  height: 41.6666666667vw;
}
.event20250722-caution img {
  max-width: 720px;
  width: 100vw;
}
.event20250722-section01 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 2.7777777778vw;
}
.event20250722-section01__title {
  margin-bottom: 20px;
}
.event20250722-section01__title img {
  max-width: 484px;
  width: 67.2222222222vw;
}
.event20250722-section01__img {
  margin-left: 0;
}
.event20250722-section01__img img {
  max-width: 967px;
  width: 134.3055555556vw;
}
.event20250722-section01__text {
  margin-top: -13.8888888889vw;
}
.event20250722-section01__text img {
  max-width: 592px;
  width: 82.2222222222vw;
}
.event20250722-section02 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0;
  padding-top: 18.0555555556vw;
  padding-bottom: 22.2222222222vw;
}
.event20250722-section02__title {
  margin-bottom: 64px;
  margin-bottom: 8.8888888889vw;
}
.event20250722-section02__title img {
  max-width: 628px;
  width: 87.2222222222vw;
}
.event20250722-section02__text02 {
  margin-top: 30px;
  margin-top: 4.1666666667vw;
}
.event20250722-section02__text03 {
  margin-top: 30px;
  margin-top: 4.1666666667vw;
}
.event20250722-section02__text01, .event20250722-section02__text02, .event20250722-section02__text03 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  max-width: 620px;
  width: 86.1111111111vw;
  padding: 50px 48px;
  padding-top: 5.5555555556vw;
  padding-right: 2.7777777778vw;
  padding-bottom: 5.5555555556vw;
  padding-left: 6.9444444444vw;
  border: 1.5px solid rgba(80, 80, 80, 0.8);
  border-radius: 25px;
  border-radius: 3.4722222222vw;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(10px) brightness(116%);
          backdrop-filter: blur(10px) brightness(116%);
  letter-spacing: -0.0555555556vw;
}
@media (min-width: 720px) {
  .event20250722-section02__text01, .event20250722-section02__text02, .event20250722-section02__text03 {
    width: 620px;
    padding: 40px 20px 40px 50px;
    border-radius: 25px;
  }
}
.event20250722-section02__text01 img, .event20250722-section02__text02 img, .event20250722-section02__text03 img {
  width: 100%;
}
.event20250722-section02__text01__head, .event20250722-section02__text02__head, .event20250722-section02__text03__head {
  display: flex;
  align-items: center;
  gap: 24px;
  gap: 3.3333333333vw;
  margin-bottom: 15px;
  margin-bottom: 2.0833333333vw;
}
@media (min-width: 720px) {
  .event20250722-section02__text01__head, .event20250722-section02__text02__head, .event20250722-section02__text03__head {
    gap: 24px;
    margin-bottom: 15px;
  }
}
.event20250722-section02__text01__head > p, .event20250722-section02__text02__head > p, .event20250722-section02__text03__head > p {
  display: block;
  font-size: 42px;
  font-weight: 600;
  line-height: 50px;
  font-size: 5.8333333333vw;
  line-height: 6.9444444444vw;
  font-family: "Paperlogy";
  color: #389aff;
  word-break: keep-all;
}
@media (min-width: 720px) {
  .event20250722-section02__text01__head > p, .event20250722-section02__text02__head > p, .event20250722-section02__text03__head > p {
    font-size: 42px;
    line-height: 50px;
  }
}
.event20250722-section02__text01__title, .event20250722-section02__text02__title, .event20250722-section02__text03__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  gap: 1.1111111111vw;
  min-width: 96px;
  width: 96px;
  height: 96px;
  min-width: 13.3333333333vw;
  width: 13.3333333333vw;
  height: 13.3333333333vw;
  background: #389aff;
  border-radius: 8px;
  font-family: "Paperlogy";
  font-size: 17px;
  color: #fff;
  font-weight: 700;
  border-radius: 1.1111111111vw;
  font-size: 2.3611111111vw;
}
@media (min-width: 720px) {
  .event20250722-section02__text01__title, .event20250722-section02__text02__title, .event20250722-section02__text03__title {
    gap: 8px;
    min-width: 96px;
    width: 96px;
    height: 96px;
    border-radius: 8px;
    font-size: 17px;
  }
}
.event20250722-section02__text01__title strong, .event20250722-section02__text02__title strong, .event20250722-section02__text03__title strong {
  font-size: 40px;
  font-weight: 700;
  font-size: 5.5555555556vw;
}
@media (min-width: 720px) {
  .event20250722-section02__text01__title strong, .event20250722-section02__text02__title strong, .event20250722-section02__text03__title strong {
    font-size: 40px;
  }
}
.event20250722-section02__text01__text, .event20250722-section02__text02__text, .event20250722-section02__text03__text {
  padding: 7px 0 0 0;
  padding-top: 0.9722222222vw;
}
@media (min-width: 720px) {
  .event20250722-section02__text01__text, .event20250722-section02__text02__text, .event20250722-section02__text03__text {
    padding-top: 7px;
  }
}
.event20250722-section02__text01__text ul li, .event20250722-section02__text02__text ul li, .event20250722-section02__text03__text ul li {
  display: flex;
  gap: 4px;
  margin-top: 0;
  font-size: 32px;
  line-height: 48px;
  font-family: "Paperlogy";
  color: #fff;
  gap: 0.5555555556vw;
  font-size: 4.4444444444vw;
  line-height: 6.6666666667vw;
}
@media (min-width: 720px) {
  .event20250722-section02__text01__text ul li, .event20250722-section02__text02__text ul li, .event20250722-section02__text03__text ul li {
    gap: 4px;
    font-size: 32px;
    line-height: 48px;
  }
}
.event20250722-section02__text01__text ul li:first-child, .event20250722-section02__text02__text ul li:first-child, .event20250722-section02__text03__text ul li:first-child {
  margin-top: 0;
}
.event20250722-section02__text01__text ul li::before, .event20250722-section02__text02__text ul li::before, .event20250722-section02__text03__text ul li::before {
  content: "-";
  display: block;
}
.event20250722-section02__text02__title {
  background-color: #8538ff;
}
.event20250722-section02__text02__head > p {
  color: #8538ff;
}
.event20250722-section02__text03__title {
  background-color: #0dbdc4;
}
.event20250722-section02__text03__head > p {
  color: #0dbdc4;
}
.event20250722-section03 {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0;
  padding-top: 0vw;
  padding-bottom: 31.9444444444vw;
}
@media (min-width: 720px) {
  .event20250722-section03 {
    padding-bottom: 230px;
  }
}
.event20250722-section03__title {
  margin-bottom: 8.3333333333vw;
}
@media (min-width: 720px) {
  .event20250722-section03__title {
    margin-bottom: 60px;
  }
}
.event20250722-section03__title img {
  max-width: 622px;
  width: 86.3888888889vw;
}
.event20250722-section03__contents {
  position: relative;
}
.event20250722-section03__text00 {
  position: relative;
  z-index: 40;
  margin-top: 20vw;
  margin-left: 6.9444444444vw;
}
@media (min-width: 720px) {
  .event20250722-section03__text00 {
    margin-top: 144px;
    margin-left: 60px;
  }
}
.event20250722-section03__text00 img {
  max-width: 452px;
  width: 62.7777777778vw;
}
.event20250722-section03__text01 {
  position: relative;
  z-index: 40;
  margin-top: -0.5555555556vw;
  margin-left: 2.5vw;
}
@media (min-width: 720px) {
  .event20250722-section03__text01 {
    margin-top: -4px;
    margin-left: 18px;
  }
}
.event20250722-section03__text01 img {
  max-width: 540px;
  width: 75vw;
}
.event20250722-section03__text02 {
  position: relative;
  z-index: 40;
  margin-top: 2.7777777778vw;
  margin-left: 2.5vw;
}
@media (min-width: 720px) {
  .event20250722-section03__text02 {
    margin-top: 20px;
    margin-left: 18px;
  }
}
.event20250722-section03__text02 img {
  max-width: 554px;
  width: 76.9444444444vw;
}
.event20250722-section03__text03 {
  position: relative;
  z-index: 40;
  margin-top: 2.7777777778vw;
  margin-left: 1.3888888889vw;
}
@media (min-width: 720px) {
  .event20250722-section03__text03 {
    margin-top: 20px;
    margin-left: 10px;
  }
}
.event20250722-section03__text03 img {
  max-width: 556px;
  width: 77.2222222222vw;
}
.event20250722-section03__bg01 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
}
.event20250722-section03__bg01 img {
  max-width: 700px;
  width: 97.2222222222vw;
}
.event20250722-section03__bg02 {
  position: absolute;
  top: -20.5555555556vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.event20250722-section03__bg02 img {
  max-width: 1199px;
  width: 166.5277777778vw;
}
.event20250722-section03__bg03 {
  position: absolute;
  top: 265.2777777778vw;
  margin-left: 61.1111111111vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 60;
}
@media (min-width: 720px) {
  .event20250722-section03__bg03 {
    top: 1910px;
    margin-left: 440px;
  }
}
.event20250722-section03__bg03 img {
  max-width: 1548px;
  width: 215vw;
}
.event20250722-section04 {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0;
  padding-top: 0vw;
  padding-bottom: 0vw;
}
.event20250722-section04__title {
  padding-bottom: 2.7777777778vw;
}
.event20250722-section04__title img {
  max-width: 606px;
  width: 84.1666666667vw;
}
.event20250722-section04__contents {
  position: relative;
  z-index: 40;
  text-align: center;
}
.event20250722-section04__img {
  margin-bottom: 26px;
}
.event20250722-section04__img img {
  max-width: 670px;
  width: 93.0555555556vw;
}
.event20250722-section04-slot {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 658px;
  width: 91.3888888889vw;
  max-height: 252px;
  height: 35vw;
  margin: 0 auto;
  margin-bottom: 6.9444444444vw;
  background: url("../../../../neteacher/m/event/2025/0722/section04_bg5.png") no-repeat 50% 50%;
  background-size: cover;
}
.event20250722-section04-slot__item {
  position: relative;
  z-index: 40;
  max-width: 123px;
  width: 17.0833333333vw;
  max-height: 212px;
  height: 29.4444444444vw;
  overflow: hidden;
}
.event20250722-section04-slot__item::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  max-height: 80px;
  height: 11.1111111111vw;
  background: transparent linear-gradient(180deg, rgba(0, 0, 0, 0.7019607843) 0%, rgba(0, 0, 0, 0) 100%) 0% 0% no-repeat padding-box;
  z-index: 1;
}
.event20250722-section04-slot__item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-height: 80px;
  height: 11.1111111111vw;
  background: transparent linear-gradient(0deg, rgba(0, 0, 0, 0.7019607843) 0%, rgba(0, 0, 0, 0) 100%) 0% 0% no-repeat padding-box;
  z-index: 1;
}
.event20250722-section04-slot__item-inner {
  position: relative;
  top: 0;
  display: flex;
  flex-direction: column;
  transition: top 2.4s cubic-bezier(0, 0, 0.2, 1);
}
.event20250722-section04-slot__item:nth-child(1) .event20250722-section04-slot__item-inner {
  transition-delay: 1.5s;
}
.event20250722-section04-slot__item:nth-child(2) .event20250722-section04-slot__item-inner {
  transition-delay: 1.8s;
}
.event20250722-section04-slot__item:nth-child(3) .event20250722-section04-slot__item-inner {
  transition-delay: 1.9s;
}
.event20250722-section04-slot__item:nth-child(4) .event20250722-section04-slot__item-inner {
  transition-delay: 1.6s;
}
.event20250722-section04-slot__item:nth-child(5) .event20250722-section04-slot__item-inner {
  transition-delay: 1.4s;
}
.event20250722-section04-slot.active .event20250722-section04-slot__item:nth-child(1) .event20250722-section04-slot__item-inner {
  top: -412.2222222222vw;
}
@media (min-width: 720px) {
  .event20250722-section04-slot.active .event20250722-section04-slot__item:nth-child(1) .event20250722-section04-slot__item-inner {
    top: -2968px;
  }
}
.event20250722-section04-slot.active .event20250722-section04-slot__item:nth-child(2) .event20250722-section04-slot__item-inner {
  top: -412.2222222222vw;
}
@media (min-width: 720px) {
  .event20250722-section04-slot.active .event20250722-section04-slot__item:nth-child(2) .event20250722-section04-slot__item-inner {
    top: -2968px;
  }
}
.event20250722-section04-slot.active .event20250722-section04-slot__item:nth-child(3) .event20250722-section04-slot__item-inner {
  top: -441.6666666667vw;
}
@media (min-width: 720px) {
  .event20250722-section04-slot.active .event20250722-section04-slot__item:nth-child(3) .event20250722-section04-slot__item-inner {
    top: -3180px;
  }
}
.event20250722-section04-slot.active .event20250722-section04-slot__item:nth-child(4) .event20250722-section04-slot__item-inner {
  top: -412.2222222222vw;
}
@media (min-width: 720px) {
  .event20250722-section04-slot.active .event20250722-section04-slot__item:nth-child(4) .event20250722-section04-slot__item-inner {
    top: -2968px;
  }
}
.event20250722-section04-slot.active .event20250722-section04-slot__item:nth-child(5) .event20250722-section04-slot__item-inner {
  top: -412.2222222222vw;
}
@media (min-width: 720px) {
  .event20250722-section04-slot.active .event20250722-section04-slot__item:nth-child(5) .event20250722-section04-slot__item-inner {
    top: -2968px;
  }
}
.event20250722-section04-slot__card {
  max-width: 123px;
  width: 17.0833333333vw;
  max-height: 212px;
  height: 29.4444444444vw;
  background: url("../../../../neteacher/m/event/2025/0722/section04_card.png") no-repeat 50% 50%;
  background-size: cover;
}
.event20250722-section04-slot__card-active {
  max-width: 123px;
  width: 17.0833333333vw;
  max-height: 212px;
  height: 29.4444444444vw;
  background: url("../../../../neteacher/m/event/2025/0722/section04_card_active.png") no-repeat 50% 50%;
  background-size: cover;
}
.event20250722-section04-slot__card-coffee {
  max-width: 123px;
  width: 17.0833333333vw;
  max-height: 212px;
  height: 29.4444444444vw;
  background: url("../../../../neteacher/m/event/2025/0722/section04_card_coffee.png") no-repeat 50% 50%;
  background-size: cover;
}
.event20250722-section04__text {
  margin-left: -0.8333333333vw;
}
.event20250722-section04__text img {
  max-width: 464px;
  width: 64.4444444444vw;
}
.event20250722-section04__bg {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  bottom: -11.1111111111vw;
}
.event20250722-section04__bg img {
  max-width: 860px;
  width: 119.4444444444vw;
}
.event20250722-section04__bg2 {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
  margin-bottom: 41.6666666667vw;
}
.event20250722-section04__bg2 img {
  max-width: 920px;
  width: 127.7777777778vw;
}
.event20250722-section05 {
  margin-top: 20.8333333333vw;
}
.event20250722-section05 img {
  width: 100%;
}

.evt_top {
  position: fixed;
  bottom: -106px;
  right: 5.5556vw;
  width: 50px;
  height: 50px;
  transition: bottom 0.4s ease-in-out;
  z-index: 11;
}

.evt_top.active {
  bottom: 5.5556vw;
}

.evt_top .btn_evttop {
  display: inline-block;
  width: 50px;
  height: 50px;
  vertical-align: top;
}

.evt_top .btn_evttop::after {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: url(https://pic.neungyule.com/neteacher//m/common/ico_quick_en.png) 0 -50px no-repeat;
  background-size: 100px auto;
  overflow: hidden;
}

@media screen and (max-width: 360px) {
  .evt_top {
    right: 20px;
  }
  .evt_top.active {
    bottom: 20px;
  }
}
@media screen and (min-width: 720px) {
  .evt_top {
    right: 40px;
  }
  .evt_top.active {
    bottom: 40px;
  }
}/*# sourceMappingURL=style.css.map */