:root {
  --skis-blue: #0b4f9f;
  --skis-ink: #14213d;
  --skis-green: #0f8b8d;
  --skis-gold: #f4b942;
  --skis-red: #c44536;
  --skis-soft: #f4f8fb;
  --skis-line: #dce6ef;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--skis-ink);
  font-family: "Pretendard", "Noto Sans KR", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  word-break: keep-all;
}

a {
  text-decoration: none;
}

.site-header {
  z-index: 1030;
}

.top-strip {
  background: #11375d;
  color: #fff;
  padding: 8px 0;
}

.text-white-75 {
  color: rgba(255, 255, 255, .75);
}

.quick-nav {
  display: flex;
  gap: 24px;
  font-size: .88rem;
}

.quick-nav a {
  color: rgba(255, 255, 255, .82);
}

.quick-nav a:hover {
  color: #fff;
}

.navbar {
  min-height: 74px;
}

.navbar-brand strong,
.navbar-brand small {
  display: block;
  line-height: 1.1;
}

.navbar-brand strong {
  color: var(--skis-ink);
  font-size: 1.05rem;
}

.navbar-brand small {
  color: #607389;
  font-size: .78rem;
  margin-top: 3px;
}

.brand-mark {
  align-items: center;
  background: linear-gradient(135deg, var(--skis-blue), var(--skis-green));
  border-radius: 8px;
  color: #fff;
  display: inline-flex;
  font-weight: 800;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.nav-link {
  color: #26384d;
  font-weight: 700;
}

.nav-link:hover {
  color: var(--skis-blue);
}

.btn {
  border-radius: 6px;
  font-weight: 700;
}

.btn-primary {
  background: var(--skis-blue);
  border-color: var(--skis-blue);
}

.btn-primary:hover {
  background: #073d7e;
  border-color: #073d7e;
}

.hero {
  margin-top: 74px;
}

.top-strip + .navbar + .hero,
.site-header + main .hero {
  margin-top: 74px;
}

@media (min-width: 992px) {
  .hero {
    margin-top: 113px;
  }
}

.hero-slide {
  background-position: center;
  background-size: cover;
  min-height: clamp(560px, 72vh, 760px);
  position: relative;
}

.hero-slide::before {
  background: linear-gradient(90deg, rgba(10, 30, 55, .88), rgba(10, 30, 55, .55) 47%, rgba(10, 30, 55, .14));
  content: "";
  inset: 0;
  position: absolute;
}

.hero-content {
  align-items: flex-start;
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  max-width: 760px;
  min-height: clamp(560px, 72vh, 760px);
  position: relative;
  z-index: 1;
}

.hero-kicker,
.section-eyebrow {
  color: var(--skis-gold);
  display: inline-block;
  font-size: .82rem;
  font-weight: 800;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.hero h1 {
  font-size: clamp(2.35rem, 5vw, 4.2rem);
  font-weight: 900;
  line-height: 1.12;
  margin: 0 0 22px;
  max-width: 880px;
}

.hero p {
  color: rgba(255, 255, 255, .86);
  font-size: clamp(1rem, 2vw, 1.25rem);
  margin-bottom: 30px;
  max-width: 640px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.carousel-control-prev,
.carousel-control-next {
  width: 7%;
}

.quick-panel {
  background: #fff;
  border-bottom: 1px solid var(--skis-line);
  position: relative;
  z-index: 2;
}

.quick-grid {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.quick-grid a {
  align-items: center;
  background: #fff;
  border-left: 1px solid var(--skis-line);
  color: #23364b;
  display: flex;
  flex-direction: column;
  font-weight: 800;
  gap: 10px;
  justify-content: center;
  min-height: 128px;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}

.quick-grid a:last-child {
  border-right: 1px solid var(--skis-line);
}

.quick-grid i {
  color: var(--skis-blue);
  font-size: 2rem;
}

.quick-grid a:hover {
  background: var(--skis-blue);
  color: #fff;
  transform: translateY(-4px);
}

.quick-grid a:hover i {
  color: #fff;
}

.section-pad {
  padding: 96px 0;
}

.bg-soft {
  background: var(--skis-soft);
}

.section-heading {
  margin-bottom: 34px;
  max-width: 760px;
}

.section-title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 18px;
}

.section-copy {
  color: #56687d;
  font-size: 1.05rem;
}

.stats-band {
  background: #fff;
  border: 1px solid var(--skis-line);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 18px;
}

.stats-band div {
  padding: 22px;
}

.stats-band div + div {
  border-left: 1px solid var(--skis-line);
}

.stats-band strong {
  color: var(--skis-blue);
  display: block;
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 8px;
}

.stats-band span {
  color: #68798b;
  font-weight: 700;
}

.feature-image {
  aspect-ratio: 16 / 9;
  background-image: linear-gradient(180deg, rgba(20, 33, 61, .04), rgba(20, 33, 61, .1)), url("../images/hero-campus-2.jpg");
  background-position: center;
  background-size: cover;
  border-radius: 8px;
}

.program-card {
  background: #fff;
  border: 1px solid var(--skis-line);
  border-radius: 8px;
  height: 100%;
  padding: 30px;
  transition: box-shadow .2s ease, transform .2s ease;
}

.program-card:hover {
  box-shadow: 0 22px 45px rgba(30, 63, 94, .12);
  transform: translateY(-6px);
}

.program-card i {
  color: var(--skis-green);
  font-size: 2rem;
}

.program-card h3 {
  font-size: 1.35rem;
  font-weight: 900;
  margin: 20px 0 12px;
}

.program-card p {
  color: #5b6d7d;
  margin-bottom: 20px;
}

.program-card a {
  color: var(--skis-blue);
  font-weight: 800;
}

.admission-band {
  background: linear-gradient(135deg, #11375d 0%, #0b4f9f 58%, #0f8b8d 100%);
  color: #fff;
}

.admission-band h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 900;
}

.admission-band p {
  color: rgba(255, 255, 255, .78);
  font-size: 1.05rem;
  margin: 0;
}

.admission-actions {
  display: grid;
  gap: 12px;
}

.admission-actions .btn {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: center;
  min-height: 52px;
}

.content-panel {
  background: #fff;
  border: 1px solid var(--skis-line);
  border-radius: 8px;
  height: 100%;
  padding: 30px;
}

.panel-head {
  align-items: flex-start;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin-bottom: 22px;
}

.panel-head h2 {
  font-size: 1.65rem;
  font-weight: 900;
  margin: 0;
}

.panel-head a {
  color: var(--skis-blue);
  font-weight: 800;
  white-space: nowrap;
}

.notice-list {
  display: grid;
  gap: 0;
}

.notice-list a {
  align-items: center;
  border-top: 1px solid var(--skis-line);
  color: var(--skis-ink);
  display: flex;
  gap: 20px;
  justify-content: space-between;
  padding: 17px 0;
}

.notice-list a:hover strong {
  color: var(--skis-blue);
}

.notice-list strong {
  font-size: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.notice-list span {
  color: #758598;
  flex: 0 0 auto;
  font-size: .92rem;
}

.timeline {
  list-style: none;
  margin: 0;
  padding: 0;
}

.timeline li {
  align-items: center;
  border-top: 1px solid var(--skis-line);
  display: flex;
  gap: 16px;
  padding: 18px 0;
}

.timeline time {
  background: #e8f1fb;
  border-radius: 6px;
  color: var(--skis-blue);
  flex: 0 0 70px;
  font-weight: 900;
  padding: 7px 10px;
  text-align: center;
}

.timeline span {
  font-weight: 800;
}

.service-link {
  align-items: center;
  background: #fff;
  border: 1px solid var(--skis-line);
  border-radius: 8px;
  color: var(--skis-ink);
  display: flex;
  font-weight: 900;
  gap: 14px;
  min-height: 82px;
  padding: 22px;
}

.service-link:hover {
  border-color: var(--skis-green);
  color: var(--skis-green);
}

.service-link i {
  font-size: 1.5rem;
}

.location-section {
  background: #fff;
}

.location-copy {
  background: var(--skis-soft);
  border-radius: 8px;
  height: 100%;
  padding: 34px;
}

.location-copy h2 {
  font-size: 2.3rem;
  font-weight: 900;
}

.location-copy ul {
  list-style: none;
  margin: 26px 0 0;
  padding: 0;
}

.location-copy li {
  align-items: center;
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.location-copy i {
  color: var(--skis-green);
}

.map-placeholder {
  align-items: center;
  background:
    linear-gradient(45deg, rgba(11, 79, 159, .08) 25%, transparent 25%),
    linear-gradient(-45deg, rgba(15, 139, 141, .08) 25%, transparent 25%),
    #edf4f9;
  background-size: 40px 40px;
  border: 1px solid var(--skis-line);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: 100%;
  justify-content: center;
  min-height: 330px;
  text-align: center;
}

.map-placeholder i {
  color: var(--skis-red);
  font-size: 3rem;
}

.map-placeholder strong {
  font-size: 1.3rem;
  font-weight: 900;
}

.map-placeholder span {
  color: #697a8d;
}

.footer {
  background: #132235;
  color: rgba(255, 255, 255, .72);
  padding: 42px 0;
}

.footer strong {
  color: #fff;
  display: block;
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.footer p {
  margin: 4px 0;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: flex-lg-end;
}

.footer-links a {
  color: rgba(255, 255, 255, .76);
  font-weight: 700;
}

.footer-links a:hover {
  color: #fff;
}

@media (max-width: 991.98px) {
  .hero {
    margin-top: 74px;
  }

  .hero-slide::before {
    background: linear-gradient(90deg, rgba(10, 30, 55, .9), rgba(10, 30, 55, .5));
  }

  .quick-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .quick-grid a {
    min-height: 110px;
  }

  .section-pad {
    padding: 72px 0;
  }
}

@media (max-width: 575.98px) {
  .navbar-brand strong {
    font-size: .95rem;
  }

  .brand-mark {
    height: 38px;
    width: 38px;
  }

  .hero-slide,
  .hero-content {
    min-height: 620px;
  }

  .hero h1 {
    font-size: 1.72rem;
    line-height: 1.18;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .quick-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .stats-band {
    grid-template-columns: 1fr;
  }

  .stats-band div + div {
    border-left: 0;
    border-top: 1px solid var(--skis-line);
  }

  .notice-list a {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .notice-list strong {
    white-space: normal;
  }
}
