* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: #fff;
  font-family: 'Pretendard', 'Pretendard Variable', system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  padding: 0;
}
.page {
  width: 100%;
  max-width: 2560px;
  margin: 0 auto;
  background: #fff;
  color: #15171c;
  font-size: 15px;
  overflow: hidden;
}
.mid {
  max-width: 1120px;
  margin: 0 auto;
}
@keyframes igam-roll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-25%);
  }
}
@keyframes truck-in {
  from {
    transform: translateX(140px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes badge-sweep {
  0% {
    left: -80%;
  }
  55% {
    left: 130%;
  }
  100% {
    left: 130%;
  }
}
[data-anim] {
  opacity: 0;
}
[data-anim][data-anim="left"] {
  transform: translateX(-30px);
}
[data-anim][data-anim="right"] {
  transform: translateX(30px);
}
[data-anim][data-anim="up"] {
  transform: translateY(26px);
}
[data-anim][data-anim="fade"] {
  transform: none;
}
.badge-shine {
  position: relative;
  overflow: hidden;
}
.badge-shine::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -80%;
  width: 55%;
  background: linear-gradient(105deg, transparent, rgba(255, 255, 255, 0.75), transparent);
  transform: skewX(-20deg);
  animation: badge-sweep 2.8s ease-in-out infinite;
}
.hero-desktop {
  position: relative;
  background: #eef4ff url('assets/hero-bg.png') center top / cover no-repeat;
  overflow: hidden;
  min-height: 840px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-desktop .hero-bg-glow-1 {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0.5) 84%, #ffffff 100%);
  pointer-events: none;
  z-index: 1;
}
.hero-desktop .hero-bg-glow-2 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 40%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.7) 58%, #ffffff 100%);
  pointer-events: none;
  z-index: 2;
}
.hero-desktop .hero-stage {
  position: relative;
  width: 1120px;
  z-index: 3;
  transform: scale(1.3);
  transform-origin: center center;
}
.hero-desktop .hero-stage .hero-eyebrow-wrap {
  position: relative;
  text-align: center;
  padding: 30px 0 0;
  transform: translateY(-50px);
}
.hero-desktop .hero-stage .hero-eyebrow-wrap .hero-eyebrow-text {
  font-size: 14px;
  letter-spacing: 0.34em;
  color: #5e6e8a;
  font-weight: 600;
}
.hero-desktop .hero-stage .hero-content-area {
  position: relative;
  height: 430px;
  margin: 8px 0 0;
}
.hero-desktop .hero-stage .hero-content-area .hero-left-para {
  position: absolute;
  left: 96px;
  top: 70px;
  width: 250px;
}
.hero-desktop .hero-stage .hero-content-area .hero-left-para p:nth-child(1) {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 700;
  color: #1b2740;
}
.hero-desktop .hero-stage .hero-content-area .hero-left-para p:nth-child(1) span {
  color: #2f6bff;
}
.hero-desktop .hero-stage .hero-content-area .hero-left-para p:nth-child(2) {
  margin: 16px 0 0;
  font-size: 13px;
  line-height: 1.6;
  color: #5d6a82;
}
.hero-desktop .hero-stage .hero-content-area .hero-teacher-img {
  position: absolute;
  left: 576px;
  transform: translateX(-50%);
  height: 484px;
  width: 422px;
  object-fit: contain;
  z-index: 1;
  -webkit-mask-image: linear-gradient(180deg, #000 78%, rgba(0, 0, 0, 0.35) 90%, transparent 98%);
  mask-image: linear-gradient(180deg, #000 78%, rgba(0, 0, 0, 0.35) 90%, transparent 98%);
  top: -43px;
}
.hero-desktop .hero-stage .hero-content-area .hero-pill {
  position: absolute;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(40, 108, 255, 0.25);
  border-radius: 100px;
  padding: 7px 14px;
  font-size: 12px;
  font-weight: 700;
  color: #3a4862;
  z-index: 2;
}
.hero-desktop .hero-stage .hero-content-area .hero-pill.pill-1 {
  left: 348px;
  top: 106px;
}
.hero-desktop .hero-stage .hero-content-area .hero-pill.pill-2 {
  left: 668px;
  top: 68px;
}
.hero-desktop .hero-stage .hero-content-area .hero-pill.pill-3 {
  left: 722px;
  top: 207px;
}
.hero-desktop .hero-stage .hero-content-area .hero-pill.pill-4 {
  left: 330px;
  top: 204px;
}
.hero-desktop .hero-stage .hero-content-area .hero-pill.pill-5 {
  left: 712px;
  top: 134px;
  background: linear-gradient(92deg, #2f6bff, #1a4ed8);
  border: 1px solid rgba(40, 108, 255, 0.5);
  font-weight: 800;
  color: #fff;
  box-shadow: 0 6px 16px rgba(47, 107, 255, 0.32);
}
.hero-desktop .hero-stage .hero-content-area .hero-right-label {
  position: absolute;
  right: 180px;
  top: 301px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.01em;
  color: #1b2740;
  z-index: 2;
}
.hero-desktop .hero-stage .hero-content-area .hero-headline-left {
  position: absolute;
  left: 96px;
  bottom: 6px;
  z-index: 2;
  font-style: italic;
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 0.92;
}
.hero-desktop .hero-stage .hero-content-area .hero-headline-left .headline-sub {
  font-size: 28px;
  color: #1b2740;
  font-style: normal;
  font-weight: 800;
}
.hero-desktop .hero-stage .hero-content-area .hero-headline-left .headline-main {
  font-size: 74px;
  line-height: 1.1;
  padding: 4px 0 8px;
  background: linear-gradient(92deg, #63e6c8, #36c6ff 60%, #2f6bff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  width: 275px;
  height: 94px;
}
.hero-desktop .hero-stage .hero-content-area .hero-headline-right {
  position: absolute;
  right: 100px;
  bottom: 6px;
  text-align: right;
  z-index: 2;
  font-style: italic;
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 0.96;
}
.hero-desktop .hero-stage .hero-content-area .hero-headline-right .headline-main {
  font-size: 74px;
  line-height: 1.1;
  padding: 4px 0 8px;
  background: linear-gradient(92deg, #2f6bff, #5fb6ff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  width: 244px;
  height: 97px;
}
.hero-desktop .hero-stage .hero-content-area .hero-teacher-btn {
  position: absolute;
  left: 360px;
  z-index: 2;
  top: 392px;
}
.hero-teacher-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: #fff;
  border: 1px solid #d4e0f5;
  border-radius: 100px;
  padding: 7px 13px;
  font-size: 12px;
  font-weight: 700;
  color: #3a4862;
  box-shadow: 0 4px 14px rgba(30, 70, 160, 0.1);
  text-decoration: none;
  cursor: pointer;
}
.hero-teacher-btn:hover {
  background: linear-gradient(92deg, #2f6bff, #1a4ed8);
  border-color: rgba(40, 108, 255, 0.5);
  color: #fff;
  box-shadow: 0 6px 16px rgba(47, 107, 255, 0.32);
}
.wing-nav {
  position: absolute;
  top: 46px;
  right: 268px;
  display: flex;
  flex-direction: column;
  gap: 7px;
  z-index: 60;
}
.wing-nav .wing-nav-item {
  text-decoration: none;
  width: 120px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid #d4e0f5;
  border-radius: 9px;
  padding: 11px 12px;
  box-shadow: 0 6px 18px rgba(30, 70, 160, 0.12);
}
.wing-nav .wing-nav-item .item-sec {
  font: 800 9.5px ui-monospace, monospace;
  color: #2f6bff;
}
.wing-nav .wing-nav-item .item-title {
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
  color: #15171c;
  margin-top: 3px;
}
.wing-nav .wing-nav-item .item-title.bold-title {
  margin-top: 0;
}
.wing-nav .wing-nav-item .item-desc {
  margin-top: 5px;
  font-size: 10px;
  color: #8b96a8;
}
.wing-nav .wing-nav-item.item-highlight {
  background: rgba(47, 107, 255, 0.95);
  border: 1px solid #2f6bff;
  box-shadow: 0 8px 20px rgba(47, 107, 255, 0.32);
}
.wing-nav .wing-nav-item.item-highlight .item-sec {
  color: #bcd2ff;
}
.wing-nav .wing-nav-item.item-highlight .item-title {
  color: #fff;
}
.hero-mobile {
  display: none;
  position: relative;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: #eef4ff url('assets/hero-bg.png') center top / cover no-repeat;
  overflow: hidden;
  padding: 38px 22px 40px;
}
.hero-mobile .hero-mobile-bg-glow {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0.62) 84%, #ffffff 100%);
  pointer-events: none;
  z-index: 1;
}
.hero-mobile .hero-mobile-summary {
  position: relative;
  z-index: 2;
  margin: 2px 0 0;
  font-size: clamp(10px, 3.4vw, 13.5px);
  line-height: 1.5;
  font-weight: 700;
  color: #1b2740;
  white-space: nowrap;
  text-align: center;
}
.hero-mobile .hero-mobile-summary span {
  color: #2f6bff;
}
.hero-mobile .hero-mobile-teacher-img {
  position: relative;
  z-index: 2;
  margin-top: 20px;
  height: 280px;
  width: auto;
  object-fit: contain;
  -webkit-mask-image: linear-gradient(180deg, #000 80%, rgba(0, 0, 0, 0.3) 93%, transparent 100%);
  mask-image: linear-gradient(180deg, #000 80%, rgba(0, 0, 0, 0.3) 93%, transparent 100%);
}
.hero-mobile .hero-mobile-headline-wrap {
  position: relative;
  z-index: 3;
  margin-top: -46px;
  text-align: left;
}
.hero-mobile .hero-mobile-headline-wrap .hero-mobile-headline-title {
  padding: 0 8px;
  font-weight: 800;
  font-size: 16px;
  color: #1b2740;
  letter-spacing: 0.01em;
}
.hero-mobile .hero-mobile-headline-wrap .hero-mobile-headline-sub {
  margin-top: 5px;
  padding: 0 8px;
  font-size: 13px;
  letter-spacing: 0.1em;
  color: #5e6e8a;
  font-weight: 700;
  white-space: nowrap;
}
.hero-mobile .hero-mobile-headline-wrap .hero-mobile-headline-main {
  margin-top: 2px;
  padding: 0 8px;
  font-style: italic;
  font-weight: 900;
  font-size: clamp(30px, 9.5vw, 44px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  white-space: nowrap;
  background: linear-gradient(92deg, #63e6c8, #36c6ff 55%, #2f6bff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero-mobile .hero-tags {
  position: relative;
  z-index: 2;
  margin-top: 6px;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  justify-content: center;
}
.hero-mobile .hero-tags span {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(40, 108, 255, 0.25);
  border-radius: 100px;
  padding: 7px 13px;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
  color: #3a4862;
}
.hero-mobile .hero-tags span.tag-highlight {
  background: linear-gradient(92deg, #2f6bff, #1a4ed8);
  border: 1px solid rgba(40, 108, 255, 0.5);
  font-weight: 800;
  color: #fff;
  box-shadow: 0 6px 16px rgba(47, 107, 255, 0.32);
}
.qnav-mobile {
  display: none;
  gap: 8px;
  overflow-x: auto;
  padding: 12px 16px;
  background: #fff;
  border-bottom: 1px solid #eef1f6;
  -webkit-overflow-scrolling: touch;
}
.qnav-mobile .qnav-mobile-item {
  flex: none;
  text-decoration: none;
  white-space: nowrap;
  padding: 8px 14px;
  border-radius: 100px;
  border: 1px solid #d4e0f5;
  background: #f6f9fe;
  font-size: 12px;
  font-weight: 800;
  color: #15171c;
}
.qnav-mobile .qnav-mobile-item.item-highlight {
  border: 1px solid #2f6bff;
  background: #2f6bff;
  color: #fff;
}
#sec-target {
  padding: 40px 60px 4px;
  text-align: center;
}
#sec-target .target-subtitle {
  font-size: 14px;
  font-weight: 600;
  color: #7c879a;
}
#sec-target h2 {
  margin: 14px 0 0;
  font-size: 32px;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #15171c;
}
#sec-target p {
  margin: 14px 0 0;
  font-size: 16px;
  line-height: 1.6;
  color: #5d6a82;
}
#sec-target p b {
  color: #2f6bff;
}
.chat-row {
  padding: 56px 60px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.chat-row .chat-bubbles-left {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-end;
  z-index: 2;
  margin-right: -24px;
}
.chat-row .chat-bubbles-left .chat-bubble {
  border-radius: 16px 16px 4px 16px;
}
.chat-row .chat-student-wrap {
  flex: none;
  position: relative;
  display: flex;
  justify-content: center;
  z-index: 1;
}
.chat-row .chat-student-wrap .chat-student-bg-glow {
  position: absolute;
  left: 50%;
  top: 52%;
  width: 1020px;
  height: 700px;
  transform: translate(-50%, -50%);
  background: radial-gradient(closest-side, rgba(18, 50, 120, 0.34), rgba(30, 80, 200, 0.16) 48%, rgba(40, 100, 230, 0.06) 68%, rgba(40, 100, 230, 0) 80%);
  filter: blur(8px);
  z-index: 0;
}
.chat-row .chat-student-wrap .chat-student-img {
  position: relative;
  z-index: 1;
  width: 360px;
  height: auto;
  object-fit: contain;
}
.chat-row .chat-bubbles-right {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  z-index: 2;
  margin-left: -24px;
}
.chat-row .chat-bubbles-right .chat-bubble {
  border-radius: 16px 16px 16px 4px;
}
.chat-row .chat-bubble {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.75);
  padding: 13px 17px;
  font-size: 13.5px;
  line-height: 1.5;
  font-weight: 600;
  color: #2a3650;
  max-width: 260px;
  box-shadow: 0 10px 26px rgba(20, 40, 90, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.7);
}
.chat-row .chat-bubble.bubble-highlight {
  background: rgba(26, 78, 216, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  box-shadow: 0 10px 26px rgba(20, 50, 160, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.4);
}
.banner {
  position: relative;
  z-index: 2;
  margin: 72px auto 0;
  width: fit-content;
  max-width: calc(100% - 120px);
  border-radius: 16px;
  background: linear-gradient(110deg, #1a4ed8, #2f6bff);
  color: #fff;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 56px;
  padding: 30px 40px;
}
.banner .banner-subtitle {
  font-size: 13px;
  color: #bcd2ff;
  font-weight: 600;
}
.banner .banner-title {
  margin: 10px 0 0;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: -0.02em;
}
.banner .banner-title span {
  color: #ffd43b;
}
.banner .banner-desc {
  margin: 12px 0 0;
  font-size: 10.5px;
  color: #a9c2ff;
}
.banner .banner-btn-wrap {
  flex: none;
  display: flex;
  align-items: center;
  gap: 14px;
}
.banner .banner-btn-wrap .banner-btn {
  border: 1px solid rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #fff;
  font-family: inherit;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.35;
  text-align: justify;
  text-align-last: justify;
  padding: 14px 30px;
  border-radius: 24px;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.35);
}
.banner .banner-btn-wrap .banner-btn span {
  display: block;
}
.intro-transition {
  position: relative;
  z-index: 1;
  height: 230px;
  margin-top: -190px;
  margin-bottom: 100px;
  background: #fff;
}
#sec-intro {
  position: relative;
  background: #0a0b0e;
  color: #fff;
  overflow: hidden;
  padding: 20px 60px 146px;
}
#sec-intro .intro-bg-glow {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 2320px;
  height: 1300px;
  background: radial-gradient(ellipse 50% 50% at center, rgba(45, 105, 240, 0.44), rgba(35, 92, 226, 0.22) 40%, rgba(33, 86, 224, 0.08) 62%, rgba(33, 86, 224, 0) 80%);
  filter: blur(22px);
  pointer-events: none;
}
#sec-intro .intro-title {
  position: relative;
  text-align: center;
  margin: 100px 0 0;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: -0.02em;
}
#sec-intro .intro-title span:nth-child(1) {
  font-size: 44px;
  color: #ff6b6b;
}
#sec-intro .intro-title span.blue-text {
  color: #5fb6ff;
}
#sec-intro .intro-textbook-wrap {
  position: relative;
  margin: 0 auto 0;
  max-width: 820px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#sec-intro .intro-textbook-wrap .intro-textbook-glow {
  position: absolute;
  left: 50%;
  top: 34%;
  transform: translate(-50%, -50%);
  width: 1320px;
  height: 1040px;
  background: radial-gradient(ellipse 52% 52% at center, rgba(255, 255, 255, 0.42), rgba(200, 222, 255, 0.18) 44%, rgba(255, 255, 255, 0) 72%);
  filter: blur(20px);
  pointer-events: none;
  z-index: -1;
}
#sec-intro .intro-textbook-wrap .intro-textbook-img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  max-width: 760px;
  height: auto;
  margin-top: 10px;
  filter: drop-shadow(0 18px 44px rgba(120, 170, 255, 0.35));
}
.point-grid {
  position: relative;
  margin: 26px auto 0;
  max-width: 960px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  text-align: left;
}
.point-grid .point-card {
  display: flex;
  flex-direction: column;
  border: 2px solid rgba(120, 170, 255, 0.32);
  border-radius: 18px;
  background: rgba(20, 30, 55, 0.45);
  padding: 26px 26px 24px;
}
.point-grid .point-card .point-badge {
  display: inline-block;
  align-self: flex-start;
  padding: 5px 14px;
  border: 1px solid rgba(120, 170, 255, 0.5);
  border-radius: 100px;
  font: 800 11px ui-monospace, monospace;
  color: #7fb4ff;
  letter-spacing: 0.06em;
  margin-top: auto;
}
.point-grid .point-card h3 {
  margin: 16px 0 0;
  font-size: 19px;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.35;
}
.point-grid .point-card p {
  margin: 10px 0 0;
  font-size: 13.5px;
  line-height: 1.65;
  color: #9aa6bd;
  word-break: keep-all;
}
.point-grid .point-card p.fixed-size {
  width: 250px;
  height: 70px;
}
.point-grid .point-card .point-diagram-wrap-1 {
  margin-top: auto;
  padding-top: 22px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.point-grid .point-card .point-diagram-wrap-1 .point-diagram-block {
  flex: 1;
  text-align: center;
  padding: 12px 0;
  border: 1px solid rgba(120, 170, 255, 0.2);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  font-size: 13px;
  font-weight: 800;
  color: #cfd6e4;
}
.point-grid .point-card .point-diagram-wrap-1 .point-diagram-block.block-highlight {
  border: 1px solid rgba(120, 170, 255, 0.4);
  background: linear-gradient(160deg, rgba(47, 107, 255, 0.28), rgba(26, 78, 216, 0.28));
  color: #fff;
}
.point-grid .point-card .point-diagram-wrap-1 span {
  font-size: 16px;
  color: #5fb6ff;
  font-weight: 300;
}
.point-grid .point-card .point-diagram-wrap-2 {
  margin-top: auto;
  padding-top: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.point-grid .point-card .point-diagram-wrap-2 .point-diagram-mini-block {
  flex: 1;
  text-align: center;
  padding: 11px 0;
  border: 1px solid rgba(120, 170, 255, 0.28);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.04);
  font-size: 13px;
  font-weight: 800;
}
.point-grid .point-card .point-diagram-wrap-2 .point-diagram-mini-block.block-highlight {
  border: 1px solid rgba(120, 170, 255, 0.45);
  background: linear-gradient(160deg, #1d52c8, #15102e);
}
.point-grid .point-card .point-diagram-wrap-2 span {
  font-size: 15px;
  color: #5fb6ff;
  font-weight: 300;
}
.point-grid .point-card .point-tags-wrap {
  margin-top: auto;
  padding-top: 22px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.point-grid .point-card .point-tags-wrap .point-tag {
  padding: 8px 12px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(120, 170, 255, 0.2);
  font-size: 12px;
  font-weight: 700;
  color: #bcd6ff;
}
#sec-curriculum {
  position: relative;
  margin: 130px 0 0;
  text-align: center;
}
#sec-curriculum .curriculum-badge {
  display: inline-block;
  font: 700 13px ui-monospace, monospace;
  color: #7fb4ff;
  letter-spacing: 0.16em;
  background: rgba(127, 180, 255, 0.12);
  border: 1px solid rgba(127, 180, 255, 0.35);
  border-radius: 100px;
  padding: 7px 17px;
}
#sec-curriculum h3 {
  margin: 34px 0 0;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -0.02em;
}
#sec-curriculum .curriculum-desc {
  margin: 13px auto 0;
  max-width: 640px;
  font-size: 14px;
  line-height: 1.6;
  color: #9aa6bd;
}
#sec-curriculum .curriculum-video-wrap {
  position: relative;
  margin: 38px auto 0;
  max-width: 860px;
  aspect-ratio: 16/9;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(120, 170, 255, 0.25);
  background: #0c1220;
}
#sec-curriculum .curriculum-video-wrap .curriculum-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
#sec-curriculum .curriculum-table-wrap {
  margin: 36px auto 0;
  max-width: 860px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: left;
}
#sec-curriculum .curriculum-table-wrap .curr-row {
  display: flex;
  align-items: center;
  gap: 16px;
  border: 1px solid rgba(120, 170, 255, 0.22);
  border-radius: 13px;
  background: rgba(20, 30, 55, 0.45);
  padding: 16px 22px;
  cursor: pointer;
  transition: border-color 0.22s ease, background 0.22s ease;
}
#sec-curriculum .curriculum-table-wrap .curr-row.curr-row-highlight {
  border: 1px solid rgba(95, 182, 255, 0.6);
  background: linear-gradient(110deg, rgba(31, 82, 200, 0.35), rgba(20, 30, 55, 0.5));
}
#sec-curriculum .curriculum-table-wrap .curr-row.curr-row-highlight .curr-col-category {
  color: #bcd6ff;
}
#sec-curriculum .curriculum-table-wrap .curr-row.curr-row-highlight .curr-col-desc {
  color: #c3d2ea;
}
#sec-curriculum .curriculum-table-wrap .curr-row .curr-col-category {
  flex: none;
  width: 88px;
  font: 800 12px ui-monospace, monospace;
  color: #9fb4d0;
  transition: color 0.22s ease;
}
#sec-curriculum .curriculum-table-wrap .curr-row .curr-col-title {
  flex: none;
  width: 190px;
  font-size: 15px;
  font-weight: 800;
}
#sec-curriculum .curriculum-table-wrap .curr-row .curr-col-desc {
  flex: 1;
  font-size: 13px;
  line-height: 1.55;
  color: #9aa6bd;
  transition: color 0.22s ease;
}
.sec-white {
  position: relative;
  background: #dde8f8;
  color: #15171c;
  padding: 90px 60px 110px;
}
#sec-another.bnr-wrap {
  position: relative;
  margin: -90px -60px 0;
}
#sec-another .bnr {
  position: relative;
  overflow: hidden;
  min-height: 380px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 68px 60px 180px;
  background-image: url('assets/igam-bg.png');
  background-size: 2560px auto;
  background-position: center 35%;
  background-repeat: no-repeat;
  background-color: #ffced9;
}
#sec-another .bnr .bnr-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
#sec-another .bnr .bnr-content .bnr-title {
  margin: 0;
  font-size: 34px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #fff;
  text-shadow: 0 2px 12px rgba(200, 30, 99, 0.35);
}
#sec-another .bnr .bnr-content .bnr-desc {
  margin: 14px 0 0;
  font-size: 20px;
  line-height: 1.6;
  color: #fff;
  text-shadow: 0 1px 8px rgba(200, 30, 99, 0.3);
}
#sec-another .bnr .bnr-content .bnr-btn {
  margin: 22px 0 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.85);
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  font-family: inherit;
  font-size: 17.5px;
  font-weight: 800;
  padding: 14px 28px;
  border-radius: 100px;
  cursor: pointer;
  box-shadow: 0 0 22px rgba(255, 255, 255, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.55);
  text-shadow: 0 1px 6px rgba(200, 30, 99, 0.4);
}
#sec-another .bnr .bnr-content .bnr-btn span {
  font-weight: 300;
}
#sec-another .bnr .bnr-content .igam-cap {
  margin: 18px auto 0;
  max-width: 860px;
  font-size: 12.5px;
  line-height: 1.5;
  color: rgba(176, 30, 80, 0.72);
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#sec-another .bnr .roll-band-wrap {
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
  height: 104px;
  z-index: 0;
  pointer-events: none;
}
#sec-another .bnr .roll-band {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2560px;
  max-width: 100%;
  height: 104px;
  overflow: hidden;
}
#sec-another .bnr .roll-band .roll-band-track {
  display: flex;
  width: max-content;
  height: 100%;
  animation: igam-roll 45s linear infinite;
}
#sec-another .bnr .roll-band .roll-band-track .roll-band-img {
  height: 100%;
  width: auto;
  display: block;
}
#sec-event {
  position: relative;
  padding-top: 130px;
  margin: 0 auto;
  max-width: 860px;
  text-align: center;
}
#sec-event .event-badge {
  display: inline-block;
  font: 700 13px ui-monospace, monospace;
  color: #2f6bff;
  letter-spacing: 0.16em;
  background: rgba(47, 107, 255, 0.1);
  border: 1px solid rgba(47, 107, 255, 0.3);
  border-radius: 100px;
  padding: 7px 17px;
}
#sec-event .event-title {
  margin: 34px 0 0;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #15171c;
}
#sec-event .event-desc {
  margin: 13px 0 0;
  font-size: 18px;
  line-height: 1.6;
  color: #5d6a82;
}
#sec-event .event-cards-wrap {
  margin: 40px 0 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: left;
}
#sec-event .event-cards-wrap .event-card {
  display: flex;
  align-items: center;
  gap: 26px;
  border: 1px solid #e3e8f0;
  border-radius: 18px;
  background: #f6f9fe;
  padding: 24px 30px;
}
#sec-event .event-cards-wrap .event-card.event-card-highlight {
  border: 1.5px solid #c5dcff;
}
#sec-event .event-cards-wrap .event-card .event-card-content {
  flex: 1;
  min-width: 0;
}
#sec-event .event-cards-wrap .event-card .event-card-content .event-card-sub {
  font-size: 13.5px;
  font-weight: 700;
  color: #2f6bff;
}
#sec-event .event-cards-wrap .event-card .event-card-content .event-card-main {
  margin: 7px 0 0;
  font-size: 22px;
  font-weight: 800;
  color: #15171c;
  letter-spacing: -0.02em;
}
#sec-event .event-cards-wrap .event-card .event-card-options {
  flex: none;
  display: flex;
  flex-direction: column;
  gap: 11px;
}
#sec-event .event-cards-wrap .event-card .event-card-options .event-option-row {
  display: flex;
  align-items: center;
  gap: 12px;
}
#sec-event .event-cards-wrap .event-card .event-card-options .event-option-row .event-option-badge-wrap {
  flex: none;
  width: 78px;
  text-align: right;
}
#sec-event .event-cards-wrap .event-card .event-card-options .event-option-row .event-option-badge-wrap .badge-shine {
  display: inline-block;
  white-space: nowrap;
  font-size: 10.5px;
  font-weight: 800;
  color: #fff;
  padding: 3px 8px;
  border-radius: 6px;
  letter-spacing: -0.01em;
}
#sec-event .event-cards-wrap .event-card .event-card-options .event-option-row .event-option-badge-wrap .badge-shine.badge-blue {
  background: linear-gradient(92deg, #2f6bff, #1a4ed8);
  box-shadow: 0 0 12px rgba(47, 107, 255, 0.45);
}
#sec-event .event-cards-wrap .event-card .event-card-options .event-option-row .event-option-badge-wrap .badge-shine.badge-green {
  background: linear-gradient(92deg, #16a34a, #15803d);
  box-shadow: 0 0 12px rgba(22, 163, 74, 0.45);
}
#sec-event .event-cards-wrap .event-card .event-card-options .event-option-row .event-option-badge-wrap .badge-shine.badge-red {
  background: #e0362c;
  box-shadow: 0 0 12px rgba(224, 54, 44, 0.45);
}
#sec-event .event-cards-wrap .event-card .event-card-options .event-option-row .evt-check {
  flex: none;
  width: 24px;
  height: 24px;
  border-radius: 7px;
  border: 2px solid #c5dcff;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
#sec-event .event-cards-wrap .event-card .event-card-options .event-option-row .evt-check[data-checked="1"] {
  background: #2f6bff;
  border: none;
}
#sec-event .event-cards-wrap .event-card .event-card-options .event-option-row .event-option-name {
  width: 38px;
  font-size: 16px;
  font-weight: 700;
  color: #3f4654;
}
#sec-event .event-cards-wrap .event-card .event-card-options .event-option-row .event-option-price {
  width: 110px;
  text-align: right;
  font-size: 17px;
  font-weight: 800;
  color: #15171c;
}
#sec-event .event-cards-wrap .event-card .event-card-cart {
  flex: none;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #e3e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
#sec-event .event-cards-wrap .event-card .event-card-cart svg {
  stroke: #2f6bff;
}
#sec-event .event-cards-wrap .event-card .event-card-cart:hover {
  transition: box-shadow 0.2s ease !important;
  box-shadow: 0 6px 18px rgba(30, 70, 160, 0.12);
}
#sec-event .event-cards-wrap .event-card .event-card-cart.cart-highlight {
  background: linear-gradient(160deg, #2f6bff, #1a4ed8);
  border: none;
}
#sec-event .event-cards-wrap .event-card .event-card-cart.cart-highlight svg {
  stroke: #fff;
}
#sec-event .event-cards-wrap .event-card .event-card-cart.cart-highlight:hover {
  box-shadow: 0 8px 22px rgba(47, 107, 255, 0.36);
}
#sec-event .delivery-box {
  position: relative;
  margin: 6px 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  border: 1px solid #24345a;
  border-radius: 18px;
  background: radial-gradient(120% 90% at 50% 30%, #1b2744 0%, #111a30 100%);
  padding: 30px 28px 44px;
}
#sec-event .delivery-box .delivery-img-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
#sec-event .delivery-box .delivery-img-wrap .delivery-img-glow {
  position: absolute;
  width: 60%;
  height: 60%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0.18) 40%, rgba(255, 255, 255, 0) 70%);
  filter: blur(6px);
}
#sec-event .delivery-box .delivery-img-wrap #truck-anim {
  position: relative;
  width: 420px;
  max-width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 0 18px rgba(255, 255, 255, 0.55));
  opacity: 0;
  transform: translateX(140px);
}
#sec-event .delivery-box .delivery-text {
  text-align: center;
}
#sec-event .delivery-box .delivery-text .delivery-title {
  font-size: 20px;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -0.01em;
}
#sec-event .delivery-box .delivery-text .delivery-desc {
  margin: 8px 0 0;
  font-size: 17.5px;
  line-height: 1.7;
  color: #b9c6e0;
}
#sec-event .delivery-box .delivery-text .delivery-desc b {
  color: #7ea9ff;
}
#sec-event .delivery-box .delivery-notice-wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 14px;
  padding: 0 26px;
  z-index: 1;
}
#sec-event .delivery-box .delivery-notice-wrap .delivery-notice {
  max-width: 860px;
  margin: 0 auto;
  font-size: 12.5px;
  line-height: 1.5;
  color: rgba(185, 198, 224, 0.65);
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bnr-wrap.prepass-banner-wrap {
  position: relative;
  margin: 130px -60px 0;
}
.bnr-wrap .bnr-prepass {
  position: relative;
  overflow: hidden;
  min-height: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 66px 60px 60px;
  background: #fefdfb url('assets/prepass-bg.png') center bottom / 100% 100% no-repeat;
}
.bnr-wrap .bnr-prepass .bnr-visual {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 520px;
  pointer-events: none;
}
.bnr-wrap .bnr-prepass .prepass-teacher-img {
  position: absolute;
  left: calc(50% + 134px);
  top: 13px;
  height: 508px;
  width: auto;
  filter: drop-shadow(0 12px 30px rgba(20, 30, 70, 0.18));
  pointer-events: none;
}
.bnr-wrap .bnr-prepass .prepass-content {
  position: relative;
  z-index: 1;
  max-width: 860px;
  width: 100%;
  margin: 0 auto;
  text-align: left;
}
.bnr-wrap .bnr-prepass .prepass-content .prepass-title {
  margin: 0;
  font-size: 32px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #0e1c40;
  line-height: 1.4;
}
.bnr-wrap .bnr-prepass .prepass-content .prepass-desc {
  margin: 14px 0 0;
  max-width: 560px;
  font-size: 18px;
  line-height: 1.6;
  color: #2b3a5e;
}
.bnr-wrap .bnr-prepass .prepass-content .prepass-desc b {
  color: #0e1c40;
}
.bnr-wrap .bnr-prepass .prepass-content .prepass-btn-group {
  margin: 26px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.bnr-wrap .bnr-prepass .prepass-content .prepass-btn-group .prepass-btn {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: inherit;
  font-size: 17px;
  font-weight: 800;
  border-radius: 100px;
  cursor: pointer;
  transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease, background 0.22s ease, border-color 0.22s ease;
}
.bnr-wrap .bnr-prepass .prepass-content .prepass-btn-group .prepass-btn span {
  font-weight: 300;
}
.bnr-wrap .bnr-prepass .prepass-content .prepass-btn-group .prepass-btn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -80%;
  width: 50%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.44) 50%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-20deg);
  pointer-events: none;
}
.bnr-wrap .bnr-prepass .prepass-content .prepass-btn-group .prepass-btn:hover::after {
  animation: badge-sweep 2.2s ease-in-out forwards;
}
.bnr-wrap .bnr-prepass .prepass-content .prepass-btn-group .prepass-btn.btn-gold {
  border: 2px solid #f0d178;
  background: #0e1c40;
  color: #fff;
  padding: 13px 26px;
}
.bnr-wrap .bnr-prepass .prepass-content .prepass-btn-group .prepass-btn.btn-gold:hover {
  box-shadow: 0 0 24px rgba(240, 209, 120, 0.65), inset 0 1px 0 rgba(255, 255, 255, 0.15) !important;
  border-color: #fce7a2 !important;
}
.bnr-wrap .bnr-prepass .prepass-content .prepass-btn-group .prepass-btn.btn-navy {
  border: none;
  background: #0e1c40;
  color: #fff;
  padding: 15px 28px;
}
.bnr-wrap .bnr-prepass .prepass-content .prepass-btn-group .prepass-btn.btn-navy:hover {
  box-shadow: 0 0 24px rgba(47, 107, 255, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.15) !important;
  background: #12224b !important;
}
.bnr-wrap .bnr-prepass .prepass-content .prepass-notice {
  margin: 26px 0 0;
  font-size: 13.5px;
  line-height: 1.5;
  font-weight: 700;
  color: #3a4a70;
}
.notice-wrap {
  position: relative;
  margin: 0 -60px -110px;
  background: #fffcfc;
  padding: 80px 60px 100px;
}
.notice-wrap .notice-inner {
  max-width: 860px;
  margin: 0 auto;
}
.notice-wrap .notice-inner .notice-badge {
  display: table;
  margin: 0 auto;
  font: 700 11px ui-monospace, monospace;
  color: #a07d1c;
  letter-spacing: 0.16em;
  text-align: center;
  background: rgba(240, 190, 60, 0.14);
  border: 1px solid rgba(200, 160, 50, 0.4);
  border-radius: 100px;
  padding: 7px 17px;
}
.notice-wrap .notice-inner .notice-title {
  margin: 18px 0 0;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #15171c;
  text-align: center;
}
.notice-wrap .notice-inner .notice-box {
  margin: 39px 0 0;
  border: 1px solid #eeddad;
  border-radius: 16px;
  background: #fdf7e3;
  padding: 44px 50px;
}
.notice-wrap .notice-inner .notice-box .notice-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 15px;
  font-size: 16px;
  line-height: 1.65;
  color: #6b6247;
  text-align: left;
}
.notice-wrap .notice-inner .notice-box .notice-list .notice-item {
  display: flex;
  gap: 10px;
}
.notice-wrap .notice-inner .notice-box .notice-list .notice-item span:first-child {
  flex: none;
  color: #c8a032;
}
.notice-wrap .notice-inner .notice-box .notice-list .notice-item b {
  color: #8a6d14;
}
.notice-wrap .notice-inner .notice-box .notice-list .notice-item a {
  color: #a07d1c;
  font-weight: 700;
  text-decoration: none;
  font-size: 14px;
}
@media (orientation: portrait) and (min-width: 821px) {
  .hero-desktop {
    min-height: 0 !important;
    padding: 32px 0 0 !important;
  }
}
@media (max-width: 1400px) {
  .wing-nav {
    display: none !important;
  }
}
@media (max-width: 1499px) {
  .hero-desktop .hero-stage {
    transform: scale(1.15) !important;
  }
}
@media (max-width: 1299px) {
  .hero-desktop .hero-stage {
    transform: scale(1) !important;
  }
}
@media (max-width: 1139px) {
  .hero-desktop .hero-stage {
    transform: scale(0.9) !important;
  }
}
@media (max-width: 1023px) {
  .hero-desktop .hero-stage {
    transform: scale(0.8) !important;
  }
  .point-grid {
    grid-template-columns: 1fr 1fr !important;
    max-width: 660px !important;
  }
  .banner {
    gap: 32px !important;
  }
}
@media (max-width: 900px) {
  .point-grid {
    grid-template-columns: 1fr !important;
    max-width: 440px !important;
  }
}
@media (max-width: 840px) {
  .hero-desktop {
    display: none !important;
  }
  .hero-mobile {
    display: flex !important;
  }
  .hero-mobile .hero-teacher-btn {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    margin: 18px auto 0 !important;
    z-index: 2 !important;
  }
  .qnav-mobile {
    display: none !important;
  }
  .hide-mobile {
    display: none !important;
  }
  .wing-nav {
    display: none !important;
  }
  .hero-mobile .hero-tags {
    max-width: none !important;
    flex-wrap: wrap !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .hero-mobile .hero-tags span {
    padding: 7px 10px !important;
    font-size: 11px !important;
  }
  #sec-target {
    padding: 34px 20px 4px !important;
  }
  #sec-target h2 {
    font-size: 23px !important;
  }
  #sec-target p {
    font-size: 14px !important;
  }
  .chat-row {
    flex-direction: column !important;
    padding: 28px 20px 8px !important;
    gap: 14px !important;
  }
  .chat-row > div:nth-child(1),
  .chat-row > div:nth-child(3) {
    align-items: stretch !important;
    margin: 0 !important;
    width: 100% !important;
    max-width: 360px !important;
  }
  .chat-row > div:nth-child(1) > div,
  .chat-row > div:nth-child(3) > div {
    max-width: none !important;
    white-space: nowrap !important;
  }
  .chat-row > div:nth-child(1) > div br,
  .chat-row > div:nth-child(3) > div br {
    display: none !important;
  }
  .chat-row > div:nth-child(2) {
    order: -1;
  }
  .banner {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 18px !important;
    padding: 24px 22px !important;
    max-width: calc(100% - 40px) !important;
    margin-top: 48px !important;
  }
  .banner > div:last-child {
    width: 100% !important;
  }
  .banner button {
    width: 100% !important;
    text-align-last: center !important;
  }
  .banner button span {
    display: inline !important;
  }
  .banner a {
    width: 100% !important;
  }
  #sec-intro {
    padding: 20px 20px 80px !important;
  }
  #sec-intro > h2 {
    font-size: 20px !important;
    margin-top: 56px !important;
  }
  #sec-curriculum h3 {
    font-size: 21px !important;
  }
  .sec-white {
    padding: 58px 20px 72px !important;
  }
  #sec-another h3,
  #sec-event h3 {
    font-size: 21px !important;
  }
  .another-card {
    flex-direction: column !important;
    gap: 16px !important;
    padding: 16px !important;
  }
  .another-card > div:first-child {
    width: 100% !important;
    min-height: 150px !important;
  }
  #sec-curriculum .curriculum-table-wrap .curr-row {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 5px !important;
  }
  #sec-curriculum .curriculum-table-wrap .curr-row > span {
    width: auto !important;
    flex: none !important;
  }
  #sec-event {
    padding-top: 20%;
  }
  #sec-event .event-cards-wrap .event-card {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 14px !important;
    padding: 20px !important;
    text-align: left !important;
  }
  #sec-event .event-cards-wrap .event-card .event-card-content {
    text-align: left !important;
  }
  #sec-event .event-cards-wrap .event-card .event-card-options {
    align-self: stretch !important;
    width: 100% !important;
    padding-top: 14px !important;
    border-top: 1px solid #e3e8f0 !important;
  }
  #sec-event .event-cards-wrap .event-card .event-card-options .event-option-row {
    gap: 10px !important;
  }
  #sec-event .event-cards-wrap .event-card .event-card-options .event-option-row > span:nth-child(1) {
    width: auto !important;
    text-align: left !important;
    order: 3;
  }
  #sec-event .event-cards-wrap .event-card .event-card-options .event-option-row .evt-check {
    order: 1;
  }
  #sec-event .event-cards-wrap .event-card .event-card-options .event-option-row .event-option-name {
    width: auto !important;
    order: 2;
  }
  #sec-event .event-cards-wrap .event-card .event-card-options .event-option-row .event-option-price {
    width: auto !important;
    margin-left: auto !important;
    order: 4;
  }
  #sec-event .event-cards-wrap .event-card .event-card-cart {
    width: 100% !important;
    height: 52px !important;
    border-radius: 14px !important;
  }
  #sec-another.bnr-wrap {
    margin-top: -58px !important;
  }
  .bnr-wrap {
    margin-left: -20px !important;
    margin-right: -20px !important;
  }
  .bnr-wrap .bnr-prepass {
    padding: 60px 25px 40px;
  }
  .bnr-wrap .bnr {
    min-height: auto !important;
    padding: 40px 22px !important;
    flex-direction: column !important;
    align-items: stretch !important;
    background-size: 1280px auto !important;
  }
  .bnr-wrap .bnr h3 {
    font-size: 21px !important;
    line-height: 1.35 !important;
  }
  .bnr-wrap .bnr p {
    font-size: 14.5px !important;
  }
  .bnr-wrap .bnr button {
    width: 100% !important;
    justify-content: center !important;
    font-size: 15px !important;
    padding: 14px 20px !important;
  }
  .bnr-wrap .bnr .bnr-cap {
    position: static !important;
    padding: 0 !important;
    margin-top: 16px !important;
  }
  .bnr-wrap .bnr .bnr-cap p {
    white-space: normal !important;
    font-size: 12px !important;
    line-height: 1.55 !important;
  }
  .bnr-wrap .bnr .bnr-visual {
    display: none !important;
  }
  .bnr-wrap .bnr-prepass .prepass-teacher-img {
    display: none !important;
  }
  .notice-wrap {
    margin: 0 -20px -72px !important;
    padding: 56px 22px 72px !important;
  }
  .notice-wrap .notice-inner .notice-box {
    padding: 44px 25px;
  }
  #sec-another .bnr {
    padding-bottom: 120px !important;
  }
  #sec-another .roll-band-wrap {
    bottom: 5% !important;
    height: 74px !important;
  }
  #sec-another .roll-band {
    height: 74px !important;
  }
  .igam-cap {
    white-space: normal !important;
    font-size: 11.5px !important;
  }
}
@media (hover: hover) {
  button {
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease, background 0.2s ease;
  }
  button:hover {
    transform: translateY(-2px);
    filter: brightness(1.05);
    box-shadow: 0 13px 30px rgba(0, 0, 0, 0.22);
  }
  button:active {
    transform: translateY(0);
  }
  .hero-desktop .hero-stage .hero-content-area .hero-tags span,
  .hero-mobile .hero-tags span {
    transition: background 0.22s ease, color 0.22s ease, border-color 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
    cursor: default;
  }
  .hero-desktop .hero-stage .hero-content-area .hero-tags span:nth-child(-n+3):hover,
  .hero-mobile .hero-tags span:nth-child(-n+3):hover {
    background: #2f6bff !important;
    color: #fff !important;
    border-color: #2f6bff !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(47, 107, 255, 0.35);
  }
  .hero-desktop .hero-stage .hero-content-area .hero-tags span:nth-child(4):hover,
  .hero-mobile .hero-tags span:nth-child(4):hover {
    transform: translateY(-2px);
    filter: brightness(1.08);
  }
  .chat-row [data-anim] {
    cursor: default;
  }
  .chat-row [data-anim]:hover {
    transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease !important;
    transform: translateY(-3px) !important;
    background: rgba(26, 78, 216, 0.95) !important;
    color: #fff !important;
    border-color: rgba(255, 255, 255, 0.5) !important;
    box-shadow: 0 16px 34px rgba(20, 50, 160, 0.34) !important;
  }
  .wing-nav .wing-nav-item {
    transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
  }
  .wing-nav .wing-nav-item:hover {
    transform: translateX(-3px);
    filter: brightness(1.06);
    box-shadow: 0 10px 22px rgba(20, 40, 90, 0.2);
    border-color: #2f6bff;
    background: #fff;
  }
  .wing-nav .wing-nav-item.item-highlight:hover {
    background: #1a4ed8;
    border-color: #2f6bff;
  }
  #sec-curriculum .curriculum-table-wrap .curr-row:not(.curr-row-highlight):hover {
    transition: transform 0.2s ease, box-shadow 0.2s ease !important;
    transform: translateX(4px) !important;
    box-shadow: 0 10px 24px rgba(20, 40, 90, 0.18) !important;
  }
}
