﻿* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  overflow-x: clip;
}
body {
  font-family: "Pretendard", "Noto Sans KR", Arial, sans-serif;
  background: #1b1b1a;
  color: #fff;
  line-height: 1.55;
  cursor:
    url("../images/arrow.png") 16 16,
    auto;
}
a {
  text-decoration: none;
  color: inherit;
}
img,
video {
  display: block;
  max-width: 100%;
}
.wrap {
  width: 100%;
  overflow-x: clip;
  background: #000;
}
.inner {
  width: min(980px, 92%);
  margin: 0 auto;
}
.hero {
  position: relative;
  overflow: hidden;
  min-height: 100dvh;
  display: flex;
  align-items: flex-end;
}
.hero-video {
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.hero:before {
  content: "";
  position: absolute;
  inset: -12%;
  opacity: 0.42;
  mix-blend-mode: screen;
  transform: scale(1.15);
}
.hero:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 35%,
    rgba(0, 0, 0, 0.12) 58%,
    rgba(0, 0, 0, 0.82) 100%
  );
  pointer-events: none;
}
.hero-content {
  position: relative;
  z-index: 2;
  width: min(900px, calc(100% - 32px));
  margin: 0 auto;
  padding-bottom: clamp(72px, 12vh, 120px);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.hero-content > img {
  width: min(400px, 100%);
  height: auto;
}
.logos {
  display: flex;
  justify-content: center;
  gap: 26px;
  align-items: center;
  margin-bottom: 28px;
  color: #fff;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 0.08em;
  opacity: 0.95;
}
.logos span {
  display: inline-block;
  line-height: 1.15;
}
.logos .thin {
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.02em;
}
.eyebrow {
  font-size: 14px;
  color: #dceef1;
  margin-bottom: 8px;
  font-weight: 600;
  text-align: center;
}
.hero h1 {
  width: 100%;
  font-size: clamp(18px, 3vw, 38px);
  font-weight: 900;
  line-height: 1.3;
  overflow-wrap: anywhere;
}
.hero-title {
  color: #cae0fb;
}
.hero p {
  font-size: clamp(13px, 1.6vw, 15px);
  font-weight: 700;
  margin-top: 8px;
  color: #f3fbff;
  text-align: center;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  height: 46px;
  padding: 0 28px;
  border: 1px solid rgb(125 236 255 / 0.72);
  border-radius: 999px;
  background-color: #0963c8;
  background-image: linear-gradient(180deg, rgb(255 255 255 / 0.2) 0%, transparent 46%, rgb(0 20 73 / 0.28) 100%);
  color: #fff;
  font-weight: 900;
  font-size: 16px;
  letter-spacing: -0.02em;
  text-shadow: 0 1px 2px rgb(0 20 60 / 0.7);
  margin-top: 32px;
  transform: translate3d(0, 0, 0);
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 0.32),
    inset 0 -2px 0 rgb(0 38 100 / 0.55),
    0 4px 0 #043577,
    0 9px 22px rgb(0 72 170 / 0.28);
  transition:
    transform 0.22s cubic-bezier(0.16, 1, 0.3, 1),
    background-color 0.22s ease,
    color 0.22s ease,
    box-shadow 0.22s ease;
}

.btn::after {
  content: "";
  position: absolute;
  top: -55%;
  bottom: -55%;
  left: 0;
  width: 20%;
  background: linear-gradient(90deg, transparent, rgb(255 255 255 / 0.58), transparent);
  opacity: 0;
  pointer-events: none;
  transform: translateX(-180%) skewX(-18deg);
}

@media (hover: hover) and (pointer: fine) {
  .btn:hover::after {
    opacity: 0.72;
    animation: button-soft-sheen 0.55s ease-out both;
  }

  .btn:hover:active::after {
    opacity: 0;
    animation: none;
  }
}

@keyframes button-soft-sheen {
  to {
    transform: translateX(600%) skewX(-18deg);
  }
}

.btn:focus-visible {
  outline: 3px solid rgb(0 255 245 / 0.55);
  outline-offset: 4px;
}

.btn:active {
  background-color: #0751aa;
  transform: scale(0.96);
  transition-duration: 0.07s;
  box-shadow:
    inset 0 4px 8px rgb(0 20 60 / 0.48),
    inset 0 1px 0 rgb(255 255 255 / 0.18),
    0 1px 0 #043577,
    0 3px 8px rgb(0 72 170 / 0.15);
}
.summary-card {
  width: min(1260px, calc(100% - 48px));
  margin: -24px auto 82px;
  position: relative;
  z-index: 3;
  isolation: isolate;
  overflow: hidden;
  padding: 2px;
  border: 0;
  border-radius: 0;
  clip-path: polygon(28px 0, calc(100% - 28px) 0, 100% 28px, 100% calc(100% - 28px), calc(100% - 28px) 100%, 28px 100%, 0 calc(100% - 28px), 0 28px);
  background: linear-gradient(90deg, #1f8fff, #75ddff 18%, #267dcb 48%, #72d8ff 82%, #1f8fff);
  filter: drop-shadow(0 0 13px rgb(28 134 255 / 0.28));
}

.summary-card__inner {
  width: 100%;
  min-height: 248px;
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(340px, 1.18fr) minmax(0, 2.6fr);
  align-items: center;
  padding: 28px 42px;
  clip-path: polygon(27px 0, calc(100% - 27px) 0, 100% 27px, 100% calc(100% - 27px), calc(100% - 27px) 100%, 27px 100%, 0 calc(100% - 27px), 0 27px);
  background:
    radial-gradient(circle at 82% 22%, rgb(25 114 185 / 0.11) 1px, transparent 2px) 0 0 / 48px 48px,
    linear-gradient(90deg, rgb(4 31 59 / 0.2) 1px, transparent 1px) 0 0 / 64px 64px,
    linear-gradient(rgb(4 31 59 / 0.18) 1px, transparent 1px) 0 0 / 64px 64px,
    radial-gradient(circle at 50% 0%, rgb(19 105 179 / 0.16), transparent 42%),
    linear-gradient(135deg, #010711, #020b18 55%, #031123);
  box-shadow:
    inset 0 0 0 1px rgb(137 217 255 / 0.28),
    inset 0 0 0 5px #020817,
    inset 0 0 0 6px rgb(40 129 204 / 0.28),
    inset 0 0 48px rgb(0 10 28 / 0.76);
}

.summary-card__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2;
  width: 190px;
  height: 11px;
  background: linear-gradient(180deg, #4bc2ff, #0a528a 76%, transparent);
  clip-path: polygon(0 0, 100% 0, 88% 100%, 12% 100%);
  box-shadow: 0 0 16px rgb(40 172 255 / 0.48);
  transform: translateX(-50%);
}

.summary-card__intro {
  position: relative;
  z-index: 1;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 14px 30px 14px 18px;
  border-right: 1px solid rgb(94 151 194 / 0.48);
}

.summary-card h3 {
  font-size: clamp(25px, 2.4vw, 32px);
  line-height: 1.42;
  margin-bottom: 18px;
}
.summary-card p {
  font-size: 16px;
  line-height: 1.7;
  color: #84baff;
}
.summary-logos {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.15fr 0.82fr 1fr;
  align-self: stretch;
  font-size: 14px;
  color: #add1ff;
}

.summary-slot {
  min-width: 0;
  min-height: 178px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 13px;
  padding: 12px 30px;
  border-right: 1px solid rgb(94 151 194 / 0.48);
}

.summary-slot:last-child {
  border-right: 0;
}

.summary-slot__copy {
  min-width: 0;
  line-height: 1.58;
  font-size: 16px;
}

.summary-slot__copy > span,
.summary-slot__copy > strong {
  display: block;
}
.summary-logos b {
  font-size: 20px;
  color: #fff;
  display: block;
  margin-bottom: 5px;
}

.summary-highlight {
  color: #35d8ff;
  font-size: 18px;
  line-height: 1.58;
}

section {
  padding: 68px 0;
}
.section-title {
  text-align: center;
  font-size: 25px;
  font-weight: 800;
  letter-spacing: 0em;
  margin-bottom: 30px;
  padding-bottom: 0px;
}
.section-title--compact {
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 30px;
}
.section-sub {
  text-align: center;
  font-size: 17px;
  color: #ddd;
  margin-bottom: 42px;
  font-weight: 300;
}
.pink {
  color: #ff1aa7;
}
.green {
  color: #1c82ff;
}
.blue {
  color: #49a3ff;
}
.steps {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  width: min(720px, 92%);
  margin: 0 auto;
}
.step-card {
  background: linear-gradient(
    160deg,
    rgba(0, 59, 63, 0.88),
    rgba(5, 5, 10, 0.98)
  );
  border: 1px solid rgba(29, 240, 255, 0.65);
  border-radius: 14px;
  padding: 30px;
  box-shadow: 0 0 28px rgba(29, 132, 255, 0.8);
}
.badge {
  display: inline-block;
  background: #3afede;
  color: #000;
  padding: 5px 13px;
  border-radius: 4px;
  font-weight: 900;
  font-size: 13px;
  margin-bottom: 12px;
}
.step-card h3 {
  font-size: 22px;
  margin-bottom: 6px;
}
.step-card .desc {
  font-size: 14px;
  color: #aaa;
  margin-bottom: 22px;
}
.check-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.check-list li {
  list-style: none;
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 10px;
  font-size: 13px;
  color: #ccc;
}
.check-list li:before {
  content: "✓";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background: #993afe;
  color: #001807;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 900;
}
.check-list b {
  display: block;
  color: #fff;
  font-size: 14px;
  margin-bottom: 2px;
}
.why {
  padding-top: 10px;
}
.why-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  width: min(720px, 92%);
  margin: 0 auto;
}
.why-card {
  background: linear-gradient(180deg, #071a3a, #031027);
  border: 1px solid rgba(55, 148, 255, 0.58);
  border-radius: 8px;
  padding: 22px 14px 20px;
  text-align: center;
  min-height: 180px;
  box-shadow: inset 0 0 24px rgba(0, 120, 255, 0.14);
}
.icon {
  margin: 0 auto 14px;
  border-radius: 18px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.why-card:nth-child(1) .icon {
  width: 120px;
  height: 90px;
  background-image: url("../images/img-01.webp");
}
.why-card:nth-child(2) .icon {
  width: 120px;
  height: 90px;
  background-image: url("../images/img-02.webp");
}
.why-card:nth-child(3) .icon {
  width: 120px;
  height: 90px;
  background-image: url("../images/img-03.webp");
}
.why-card:nth-child(4) .icon {
  width: 120px;
  height: 90px;
  background-image: url("../images/img-04.webp");
}

.bnef .why-card:nth-child(1) .icon {
  width: 120px;
  height: 90px;
  background-image: url("../images/img-05.webp");
}
.bnef .why-card:nth-child(2) .icon {
  width: 120px;
  height: 90px;
  background-image: url("../images/img-06.webp");
}
.bnef .why-card:nth-child(3) .icon {
  width: 120px;
  height: 90px;
  background-image: url("../images/img-07.webp");
}
.why-card h3 {
  font-size: 16px;
  margin-bottom: 8px;
}
.why-card p {
  font-size: 13px;
  color: #b7c7e8;
  line-height: 1.55;
}
.bnef .why-card {
  border: 1px solid rgba(188, 39, 218, 0.5);
}
.bnef .why-card p {
  color: #f8ddf7;
}
.review-sec {
  background: #030711;
  padding: 0;
  padding-bottom: 50px;
}
.review-wrap {
  width: min(820px, 92%);
  margin: 0 auto;
  padding: 22px 0 100px;
}
.review-title {
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 20px;
}
.review-title small {
  display: block;
  text-align: center;
  color: #5088ff;
  font-size: 18px;
  margin-bottom: 8px;
  font-weight: 600;
}
.reviews {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 40px 0;
}
.review {
  background: #101725;
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 0 28px rgba(62, 211, 179, 0.5);
  border-radius: 8px;
  padding: 24px;
  min-height: 180px;
}
.quote {
  font-size: 28px;
  color: #3afede;
  line-height: 1;
}
.review p {
  font-size: 14px;
  color: #fff;
  font-weight: normal;
  margin: 12px 0 22px;
}
.person {
  display: flex;
  align-items: center;
  gap: 10px;
}
.avatar {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ffd7b0, #6f4a36);
}
.person b {
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 5px;
}
.person span {
  display: block;
  font-size: 13px;
  color: #a77bcc;
}
.partners {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 26px;
  color: #3afede;
  font-size: 12px;
  opacity: 0.8;
}
.partners span {
  border: 1px solid rgba(130, 234, 238, 0.8);
  padding: 2px 15px;
  border-radius: 4px;
}
.after-sec {
  background: #3a3a3a;
  padding: 100px 0;
}
.compare {
  width: min(720px, 92%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 48px 1fr;
  row-gap: 24px;
  align-items: center;
}
.before,
.after {
  min-height: 96px;
  border-radius: 9px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 18px;
}
.before {
  background: #262626;
  color: #fff;
}
.after {
  background: #00fff5;
  color: #06150b;
  font-weight: 900;
}
.label {
  display: inline-block;
  border-radius: 3px;
  padding: 2px 10px;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 10px;
}
.arrow {
  text-align: center;
  color: #ff1aa7;
  font-size: 24px;
}
.compare p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45;
}
.compare p b {
  display: inline-block;
  font-size: 17px;
  margin: 5px 0px;
}
.curriculum {
  padding: 100px 0;
}
.accordion {
  width: min(640px, 92%);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.acc-item {
  background: #fff;
  color: #111;
  border-radius: 6px;
  overflow: hidden;
}
.acc-head {
  width: 100%;
  min-height: 56px;
  border: 0;
  background: #fff;
  color: #111;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 22px;
  font-family: inherit;
  font-weight: 600;
  font-size: 18px;
  text-align: left;
  cursor: pointer;
}
.acc-head > div {
  display: flex;
  align-items: center;
  min-width: 0;
  line-height: 1.35;
}
.acc-head span:first-child {
  color: #1d84ff;
  font-size: 13px;
  margin-right: 18px;
  flex: 0 0 auto;
}
.acc-body {
  max-height: 0;
  overflow: hidden;
  padding: 0 30px;
  font-size: 15px;
  color: #333;
  transition:
    max-height 0.35s ease,
    padding 0.35s ease;
}
.acc-body ul {
  padding-left: 18px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.acc-item.active .acc-body {
  max-height: 360px;
  padding: 0 30px 24px;
}
.chev {
  color: #1d84ff;
  font-weight: 900;
  transition: transform 0.25s ease;
  font-size: 11px;
}
.acc-item.active .chev {
  transform: rotate(180deg);
}
.faq-sec {
  background: #111;
  padding: 78px 0;
}
.faq {
  width: min(720px, 92%);
  margin: 0 auto;
}
.faq h2 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 34px;
}
.faq-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}
.faq-question {
  width: 100%;
  background: none;
  border: 0;
  color: #fff;
  padding: 18px 4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  font-family: inherit;
  text-align: left;
  cursor: pointer;
}
.faq-question div {
  display: flex;
  gap: 6px;
  align-items: center;
  min-width: 0;
  flex-wrap: wrap;
  line-height: 1.45;
}
.faq-question span {
  color: #1c82ff;
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 4px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 1.7;
  transition:
    max-height 0.35s ease,
    padding 0.35s ease;
}
.faq-item.active .faq-answer {
  max-height: 500px;
  padding: 0 4px 20px;
}
.faq-icon {
  transition: transform 0.25s ease;
}
.faq-item.active .faq-icon {
  transform: rotate(180deg);
}
.apply-sec {
  scroll-margin-top: 24px;
  background:
    radial-gradient(circle at 12% 8%, rgb(23 112 255 / 0.18), transparent 34%),
    #060a13;
  padding: 96px 0;
}

.apply-wrap {
  width: min(980px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(240px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(42px, 7vw, 84px);
  align-items: start;
}

.apply-intro {
  position: sticky;
  top: 40px;
}

.apply-kicker {
  color: #65a7ff;
  font-weight: 800;
  font-size: 14px;
  margin-bottom: 14px;
}

.apply-intro h2 {
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.18;
  letter-spacing: -0.045em;
  margin-bottom: 20px;
}

.apply-intro > p:not(.apply-kicker) {
  color: #b8c4d7;
  font-size: 15px;
  word-break: keep-all;
}

.apply-points {
  list-style: none;
  display: grid;
  gap: 11px;
  margin-top: 30px;
  color: #dce8f8;
  font-size: 14px;
}

.apply-points li {
  position: relative;
  padding-left: 20px;
}

.apply-points li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #45d9ff;
  font-weight: 900;
}

.apply-form {
  background: #0d1422;
  border: 1px solid rgb(104 157 228 / 0.3);
  border-radius: 14px;
  padding: clamp(24px, 4vw, 38px);
  box-shadow: 0 24px 60px rgb(0 0 0 / 0.26);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 18px;
}

.form-field {
  min-width: 0;
}

.form-field--wide {
  grid-column: 1 / -1;
}

.eligibility-field {
  margin: 2px 0 0;
  padding: 20px 0 0;
  border: 0;
  border-top: 1px solid rgb(255 255 255 / 0.1);
}

.eligibility-field legend {
  width: 100%;
  padding: 0 0 14px;
  color: #eef5ff;
  font-size: 14px;
  font-weight: 700;
}

.eligibility-field legend span {
  color: #72b7ff;
}

.eligibility-options {
  display: grid;
  gap: 12px;
}

.eligibility-options label {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  color: #d9e4f5;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.55;
  cursor: pointer;
}

.eligibility-options input {
  width: 18px;
  height: 18px;
  margin: 1px 0 0;
  accent-color: #1d84ff;
}

.form-field label {
  display: block;
  color: #eef5ff;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 8px;
}

.form-field label > span:not(.optional) {
  color: #45d9ff;
}

.form-field .optional {
  color: #8290a5;
  font-size: 12px;
  font-weight: 500;
  margin-left: 5px;
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid #34435a;
  border-radius: 8px;
  background: #080d16;
  color: #fff;
  font: inherit;
  font-size: 15px;
  padding: 12px 13px;
  outline: none;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.form-field textarea {
  min-height: 112px;
  resize: vertical;
}

.form-field input::placeholder,
.form-field textarea::placeholder {
  color: #7f8ba0;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: #55b8ff;
  box-shadow: 0 0 0 3px rgb(50 154 255 / 0.18);
}

.privacy-agreement {
  margin: 28px 0 22px;
  padding-top: 24px;
  border-top: 1px solid rgb(255 255 255 / 0.1);
}

.agreement-heading h3 {
  margin: 0;
  color: #eef5ff;
  font-size: 19px;
  line-height: 1.35;
}

.agreement-heading h3 span {
  color: #72b7ff;
}

.agreement-heading p {
  margin: 7px 0 20px;
  color: #8290a5;
  font-size: 12px;
  line-height: 1.6;
}

.agreement-all,
.agreement-choice {
  cursor: pointer;
}

.agreement-all {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  padding: 2px 0 18px;
  border-bottom: 1px solid rgb(255 255 255 / 0.12);
  color: #f4f8ff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.5;
}

.privacy-agreement input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin: 1px 0 0;
  accent-color: #1d84ff;
}

.agreement-rules {
  border-bottom: 1px solid rgb(255 255 255 / 0.08);
}

.agreement-rules summary {
  padding: 16px 26px 16px 18px;
  color: #aebbd0;
  font-size: 13px;
  cursor: pointer;
  list-style: none;
  position: relative;
}

.agreement-rules summary::before {
  content: "·";
  position: absolute;
  left: 3px;
  color: #72b7ff;
}

.agreement-rules summary::after,
.agreement-item summary::after {
  content: "⌄";
  position: absolute;
  right: 4px;
  top: 50%;
  color: #8290a5;
  font-size: 17px;
  transform: translateY(-55%);
}

.agreement-rules[open] summary::after,
.agreement-item details[open] summary::after {
  transform: translateY(-40%) rotate(180deg);
}

.agreement-rules summary::-webkit-details-marker,
.agreement-item summary::-webkit-details-marker {
  display: none;
}

.agreement-rules p,
.agreement-item details p {
  margin: 0;
  color: #93a3ba;
  font-size: 12px;
  line-height: 1.65;
}

.agreement-rules p {
  padding: 0 18px 16px;
}

.agreement-list {
  display: grid;
}

.agreement-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 24px;
  border-bottom: 1px solid rgb(255 255 255 / 0.08);
}

.agreement-choice {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: start;
  padding: 14px 0;
  color: #dce7f7;
  font-size: 13px;
  line-height: 1.5;
}

.agreement-choice b {
  color: #72b7ff;
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
}

.agreement-choice b.is-optional {
  color: #8290a5;
}

.agreement-item details {
  display: contents;
}

.agreement-item summary {
  position: relative;
  min-height: 48px;
  cursor: pointer;
  list-style: none;
}

.agreement-item details p {
  grid-column: 1 / -1;
  padding: 0 28px 14px;
}

.form-trap {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
}

.apply-submit {
  width: 100%;
  min-height: 52px;
  border: 0;
  border-radius: 8px;
  background: #1d84ff;
  color: #fff;
  font: inherit;
  font-size: 16px;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 8px 24px rgb(29 132 255 / 0.24);
  transition: transform 0.16s ease, background 0.16s ease;
}

.apply-submit:hover {
  background: #3495ff;
}

.apply-submit:active {
  transform: translateY(1px);
}

.apply-submit:disabled {
  cursor: wait;
  opacity: 0.72;
}

.submit-loading {
  display: none;
}

.apply-form[data-state="loading"] .submit-label {
  display: none;
}

.apply-form[data-state="loading"] .submit-loading {
  display: inline;
}

.form-status {
  min-height: 24px;
  margin-top: 12px;
  font-size: 13px;
  text-align: center;
}

.form-status.is-success {
  color: #6ee7b7;
}

.form-status.is-error {
  color: #ff9f9f;
}
.scd {
  position: relative;
  width: 100%;
  height: 30vh;
  overflow: hidden;
}

.scd-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 가운데 배치 */
.scd-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  width: 400px; /* 원하는 크기 */
  max-width: 90%;

  z-index: 10;
}
.trd {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 100px 0;
  background-color: #1b1b1a;
}

.trd-title {
  display: block;
  max-width: 100%;
  width: 800px;
  height: auto;
}

.aft {
  font-weight: 600;
  background-color: #ff149f;
  color: #fff;
}
.ede {
  font-size: 16px;
  font-weight: 400;
  color: #57a0ff;
  margin-bottom: 12px;
}
.faqt span {
  color: #659bff;
}
.faq-icon {
  font-size: 12px;
}

.section-banner {
  padding: 0;
}

.banner-map {
  width: 100%;
  aspect-ratio: 585 / 150;
  background: url("../images/map.webp") center center / contain no-repeat;
  margin-bottom: 30px;
}
.banner-bg {
  width: 100%;
  aspect-ratio: 1920 / 377; /* 원본 이미지 비율 */
  background: url("../images/ncbldg.webp") center center / cover no-repeat;
}

.btm {
  padding: 100px 0 150px;
  background-color: #141220;
}

.banner-btm {
  width: min(559px, calc(100% - 32px));
  aspect-ratio: 559 / 45;
  margin: 0 auto;
  background: url("../images/footer-logo.png") center center / contain no-repeat;
}

.tit {
  text-align: center;
  font-size: 25px;
  font-weight: 800;
}
.sub {
  text-align: center;
  font-size: 17px;
  margin: 10px 0 20px;
}
.campus-contact {
  margin-top: 30px;
}
.accent-divider {
  color: #ff00b3;
  font-style: normal;
  margin: 0 10px;
}
.slider-container-b {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin: 10px 0 40px;
}

.slider-track {
  display: flex;
  width: max-content;
  animation: rolling 80s linear infinite;
}

.slider-track img {
  width: min(650px, 85vw);
  height: auto;
  flex-shrink: 0;
  margin-right: 20px; /* 이미지 간격 */
  border-radius: 5px;
}

.bnef .why-grid {
  grid-template-columns: repeat(3, 1fr);
}

/* ---- 하단 고정 바 ---- */
.bottom-bar {
  position: fixed;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  background: #181515cc;
  border-radius: 16px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.18);
  z-index: 1000;
  width: min(630px, calc(100% - 32px));
  padding: 0;
}
.bottom-bar__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 24px;
}

.bottom-bar__hot {
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  margin-left: 6px;
}
.bottom-bar__separator {
  color: #ff149f;
  font-style: normal;
}
.bottom-bar__share {
  border: none;
  background: #53585f;
  border-radius: 8px;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 4px 0 12px;
  cursor: pointer;
  transition: background 0.15s;
}
.bottom-bar__share:hover {
  background: #6a6f76;
}
.bottom-bar__cta {
  display: inline-flex; /* or flex */
  align-items: center;
  justify-content: center;
  background: #ff149f;
  color: #fff;
  font-weight: bold;
  border: none;
  border-radius: 50px;
  padding: 0 28px;
  height: 38px;
  font-size: 1rem;
  cursor: pointer;
  margin-left: auto;
  transition: background 0.2s;
  white-space: nowrap;
}
.bottom-bar__cta:hover {
  background: #0bf7ff;
  color: #000;
}

ul.cam {
  display: flex;
  justify-content: center;
  margin: 15px auto;
}
ul.cam li {
  list-style: none;
  text-align: center;
}
ul.cam li:nth-child(2) {
  margin: 0 20px;
}

@keyframes rolling {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50%));
  }
}

@media (prefers-reduced-motion: reduce) {
  .slider-track {
    animation: none;
  }
}

/* 마우스 올리면 정지 */
.slider-container-b:hover .slider-track {
  animation-play-state: paused;
}

/* 반응형 */
@media (max-width: 1200px) {
  .dline {
    display: none;
  }
}

@media (max-width: 1000px) {
  .bottom-bar {
    bottom: 20px;
  }

  .bottom-bar__cta {
    margin-left: 0;
  }
}

@media (max-width: 768px) {
  .apply-sec {
    padding: 72px 0;
  }

  .apply-wrap {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .apply-intro {
    position: static;
  }

  .hero-content {
    padding-bottom: 56px;
  }

  .hero-content > img {
    width: min(330px, 92vw);
  }

  .hero h1 {
    font-size: clamp(18px, 4vw, 24px);
  }

  .summary-card {
    padding: 2px;
    text-align: left;
    clip-path: polygon(22px 0, calc(100% - 22px) 0, 100% 22px, 100% calc(100% - 22px), calc(100% - 22px) 100%, 22px 100%, 0 calc(100% - 22px), 0 22px);
  }

  .summary-card__inner {
    min-height: auto;
    grid-template-columns: 1fr;
    padding: 30px 26px;
    clip-path: polygon(21px 0, calc(100% - 21px) 0, 100% 21px, 100% calc(100% - 21px), calc(100% - 21px) 100%, 21px 100%, 0 calc(100% - 21px), 0 21px);
  }

  .summary-card__intro {
    padding: 4px 8px 24px;
    border-right: 0;
    border-bottom: 1px solid rgb(74 151 211 / 0.38);
  }

  .summary-logos {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
    gap: 0;
  }

  .summary-slot {
    padding: 18px 14px;
  }

  .summary-logos b {
    font-size: 17px;
  }

  .summary-slot__copy {
    font-size: 14px;
  }

  .summary-highlight {
    font-size: 16px;
  }

  .steps,
  .reviews,
  .compare {
    grid-template-columns: 1fr;
  }

  .compare {
    row-gap: 14px;
  }

  .arrow {
    transform: rotate(90deg);
  }

  .why-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  section {
    padding: 52px 0;
  }

  .partners {
    justify-content: center;
  }

  .banner-map {
    height: clamp(280px, 70vw, 380px);
    aspect-ratio: auto;
    background-size: auto 92%;
  }

  .banner-bg {
    min-height: 140px;
    aspect-ratio: 16 / 5;
  }

  .slider-track img {
    width: 82vw;
    margin-right: 12px;
  }

  .bottom-bar {
    bottom: 12px;
    width: calc(100% - 24px);
  }

  .bottom-bar__content {
    padding: 12px 14px;
    font-size: 14px;
  }
}

@media (max-width: 640px) {
  .apply-sec {
    padding: 58px 0 64px;
  }

  .apply-wrap {
    width: calc(100% - 24px);
  }

  .apply-intro h2 {
    font-size: 32px;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .form-field--wide {
    grid-column: auto;
  }

  .apply-form {
    padding: 22px 18px;
  }

  .hero {
    min-height: 88dvh;
  }

  .hero-content {
    width: calc(100% - 24px);
    padding-bottom: 44px;
    top: -55px;
  }

  .hero h1 {
    max-width: 100%;
    font-size: 22px;
    line-height: 1.25;
    letter-spacing: -0.035em;
    white-space: nowrap;
    word-break: normal;
    overflow-wrap: normal;
  }

  .hero p {
    max-width: 28rem;
    line-height: 1.45;
    word-break: keep-all;
  }

  .btn {
    margin-top: 24px;
  }

  .summary-card {
    width: calc(100% - 24px);
    margin-bottom: 56px;
    padding: 2px;
    clip-path: polygon(18px 0, calc(100% - 18px) 0, 100% 18px, 100% calc(100% - 18px), calc(100% - 18px) 100%, 18px 100%, 0 calc(100% - 18px), 0 18px);
  }

  .summary-card__inner {
    padding: 25px 20px;
    clip-path: polygon(17px 0, calc(100% - 17px) 0, 100% 17px, 100% calc(100% - 17px), calc(100% - 17px) 100%, 17px 100%, 0 calc(100% - 17px), 0 17px);
  }

  .summary-card__inner::before {
    width: 112px;
    height: 8px;
  }

  .summary-card__intro {
    padding: 2px 4px 20px;
  }

  .summary-card h3 {
    font-size: 24px;
  }

  .summary-card p {
    font-size: 13px;
  }

  .summary-logos {
    grid-template-columns: 1fr;
  }

  .summary-slot {
    min-height: auto;
    display: block;
    padding: 16px 4px;
    border-right: 0;
    border-bottom: 1px solid rgb(74 151 211 / 0.24);
  }

  .summary-slot:last-child {
    border-bottom: 0;
  }

  .why-grid,
  .bnef .why-grid {
    grid-template-columns: 1fr;
    width: calc(100% - 24px);
  }

  .steps,
  .reviews,
  .compare,
  .accordion,
  .faq {
    width: calc(100% - 24px);
  }

  .step-card,
  .review {
    padding: 22px 18px;
  }

  .acc-head {
    padding: 13px 16px;
    font-size: 16px;
  }

  .acc-head span:first-child {
    margin-right: 12px;
  }

  .acc-body,
  .acc-item.active .acc-body {
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq-question {
    font-size: 16px;
    padding: 16px 2px;
  }

  .faq-answer {
    font-size: 14px;
    letter-spacing: 0;
  }

  .bottom-bar__hot {
    display: none;
  }

  .bottom-bar__cta {
    width: 100%;
    height: 44px;
    padding: 0 16px;
    font-size: 15px;
  }

  .campus-contact {
    padding: 0 16px;
    font-size: 14px;
    line-height: 1.7;
  }

  .btm {
    padding: 64px 0 110px;
  }

  .section-title {
    font-size: 22px;
    padding: 0 12px;
    word-break: keep-all;
  }

  .section-sub,
  .sub {
    padding: 0 12px;
    font-size: 15px;
    word-break: keep-all;
  }
}

@media (max-width: 360px) {
  .hero-content > img {
    width: 280px;
  }

  .hero h1 {
    width: 100%;
  }

  .bottom-bar__content {
    padding: 10px;
  }

  .bottom-bar__cta {
    font-size: 14px;
  }
}

/* Section entrance motion */
.reveal-section {
  opacity: 0;
  transform: translate3d(0, 56px, 0);
  transition:
    opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}

.reveal-section.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  will-change: auto;
}

@media (max-width: 640px) {
  .reveal-section {
    transform: translate3d(0, 38px, 0);
    transition-duration: 0.65s;
  }
}

@media (prefers-reduced-motion: reduce) {
  .btn,
  .btn:active {
    transform: none;
    transition: background-color 0.15s ease, color 0.15s ease;
  }

  .btn::after {
    display: none;
    animation: none;
  }

  .reveal-section,
  .reveal-section.is-visible {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
