:root {
  --skis-navy: #003478;
  --skis-blue: #0054b8;
  --skis-royal: #006bd6;
  --skis-sky: #58a9ff;
  --skis-sky-soft: #e8f3ff;
  --skis-cyan: #0085d5;
  --skis-yellow: #d8c400;
  --skis-red: #c9001f;
  --skis-ink: #101828;
  --skis-muted: #65758b;
  --skis-line: #d5e4f3;
  --skis-footer: #00265d;
  --white: #fff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  background: var(--white);
  border-bottom: 1px solid var(--skis-line);
  position: sticky;
  top: 0;
  z-index: 20;
}

.utility-bar {
  background: linear-gradient(90deg, #00245b, var(--skis-navy) 48%, var(--skis-blue));
  color: rgba(255, 255, 255, .9);
}

.utility-inner {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1440px;
  min-height: 44px;
  padding: 0 28px;
}

.utility-inner span {
  font-size: 1.02rem;
  font-weight: 800;
}

.utility-nav {
  align-items: center;
  display: flex;
  gap: 8px;
  justify-content: flex-end;
}

.language-switcher {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, .58);
  border-radius: 999px;
  background: rgba(255, 255, 255, .1);
  color: var(--white);
  display: inline-flex;
  flex: 0 0 auto;
  gap: 2px;
  min-height: 34px;
  padding: 3px 4px 3px 9px;
  white-space: nowrap;
}

.language-switcher i {
  font-size: .92rem;
  line-height: 1;
}

.site-language-button {
  appearance: none;
  background: transparent;
  border: 0;
  border-radius: 999px;
  color: rgba(255, 255, 255, .76);
  cursor: pointer;
  font: inherit;
  font-size: .78rem;
  font-weight: 900;
  line-height: 1;
  min-height: 26px;
  min-width: 32px;
  outline: 0;
  padding: 0 7px;
  transition: background .18s ease, color .18s ease, box-shadow .18s ease;
}

.site-language-button:hover,
.site-language-button:focus-visible {
  background: rgba(255, 255, 255, .18);
  color: var(--white);
}

.site-language-button:focus-visible {
  box-shadow: 0 0 0 2px rgba(255, 255, 255, .62);
}

.site-language-button.active {
  background: var(--white);
  box-shadow: 0 2px 8px rgba(5, 28, 66, .2);
  color: var(--skis-navy);
}

.language-switcher-divider {
  color: rgba(255, 255, 255, .52);
  font-size: .72rem;
  font-weight: 700;
  line-height: 1;
}

.language-switcher:hover,
.language-switcher:focus-within {
  background: rgba(255, 255, 255, .16);
  border-color: rgba(255, 255, 255, .88);
}

.google-translate-element,
.goog-te-banner-frame,
.goog-te-gadget,
.skiptranslate iframe {
  display: none !important;
}

body {
  top: 0 !important;
}

.utility-member-name {
  color: var(--white);
  font-size: .92rem;
  font-weight: 900;
  margin-right: 4px;
  white-space: nowrap;
}

.utility-nav a {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, .58);
  border-radius: 999px;
  color: var(--white);
  display: inline-flex;
  font-size: .9rem;
  font-weight: 800;
  min-height: 30px;
  padding: 0 13px;
  white-space: nowrap;
}

.utility-link-button {
  align-items: center;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, .58);
  border-radius: 999px;
  color: var(--white);
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-size: .9rem;
  font-weight: 800;
  min-height: 30px;
  padding: 0 13px;
  white-space: nowrap;
}

.utility-nav a:hover,
.utility-link-button:hover,
.utility-link-button:focus {
  background: rgba(255, 255, 255, .16);
  border-color: rgba(255, 255, 255, .88);
}

.header-main {
  align-items: center;
  display: flex;
  gap: 36px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1440px;
  min-height: 88px;
  padding: 0 28px;
  position: relative;
}

.brand {
  align-items: center;
  display: inline-flex;
  flex: 0 0 330px;
  min-width: 0;
}

.brand img {
  display: block;
  height: auto;
  object-fit: contain;
  width: 263px;
}

.mobile-menu-toggle {
  align-items: center;
  background: var(--skis-navy);
  border: 1px solid var(--skis-navy);
  border-radius: 4px;
  color: var(--white);
  display: none;
  flex: 0 0 auto;
  font-size: 1.35rem;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.main-nav {
  align-items: center;
  align-self: center;
  background: var(--white);
  color: var(--skis-ink);
  display: flex;
  flex: 0 1 auto;
  font-size: clamp(.94rem, 1.05vw, 1.04rem);
  font-weight: 850;
  gap: clamp(18px, 2.1vw, 34px);
  justify-content: flex-end;
  margin-left: auto;
  min-width: 0;
  padding: 0;
}

.main-nav .nav-item {
  flex: 0 0 auto;
  min-width: 0;
  text-align: left;
}

.nav-top {
  align-items: center;
  border: 0;
  border-radius: 0;
  color: var(--skis-ink);
  display: inline-flex;
  min-height: 88px;
  overflow: hidden;
  padding: 0;
  position: relative;
  transition: color .18s ease, transform .24s ease;
  white-space: nowrap;
  width: auto;
}

.nav-top::after {
  background: var(--skis-yellow);
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .24s ease;
  width: 100%;
}

.nav-top:hover,
.nav-top:focus,
.nav-item:hover > .nav-top,
.nav-item:focus-within > .nav-top {
  background: transparent;
  border-color: transparent;
  box-shadow: none;
  color: var(--skis-navy);
  transform: none;
}

.nav-top:hover::after,
.nav-top:focus::after,
.nav-item:hover > .nav-top::after,
.nav-item:focus-within > .nav-top::after,
.nav-top.active::after {
  transform: scaleX(1);
}

.nav-dropdown {
  display: none;
}

.mobile-nav-title {
  display: none;
}

.main-nav:hover,
.main-nav:focus-within,
.header-main:has(.site-mega-menu:hover) .main-nav {
  align-self: stretch;
  flex: 1 1 0;
  gap: 0;
  justify-content: stretch;
  margin-left: 0;
}

.main-nav:hover .nav-item,
.main-nav:focus-within .nav-item,
.header-main:has(.site-mega-menu:hover) .main-nav .nav-item {
  flex: 1 1 0;
}

.main-nav:hover .nav-top,
.main-nav:focus-within .nav-top,
.header-main:has(.site-mega-menu:hover) .main-nav .nav-top {
  justify-content: flex-start;
  width: 100%;
}

.site-mega-menu {
  background: transparent;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 100%;
  transform: translateY(-12px);
  transition: opacity .24s ease, transform .24s ease, visibility .24s ease;
  visibility: hidden;
  width: 100%;
  z-index: 120;
}

.site-mega-menu::before {
  background: var(--white);
  border-top: 1px solid #d9e1ea;
  box-shadow: 0 26px 44px rgba(16, 24, 40, .12);
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 100vw;
}

.main-nav:hover + .site-mega-menu,
.main-nav:focus-within + .site-mega-menu,
.site-mega-menu:hover,
.header-main:focus-within .site-mega-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  visibility: visible;
}

.site-mega-inner {
  display: flex;
  gap: 0;
  margin: 0 auto;
  max-width: 1440px;
  min-height: 310px;
  padding: 42px 28px 54px 394px;
  position: relative;
}

.site-mega-column {
  flex: 1 1 0;
  min-width: 0;
}

.site-mega-link {
  color: var(--skis-ink);
  display: block;
  font-size: clamp(.98rem, 1.2vw, 1.12rem);
  font-weight: 850;
  line-height: 1.35;
}

.site-mega-link.active,
.site-mega-sub a.active,
.site-mega-sub a:hover,
.site-mega-sub a:focus {
  color: var(--skis-navy);
}

.site-mega-link:hover,
.site-mega-link:focus {
  color: #3c83ec;
}

.site-mega-list,
.site-mega-sub {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-mega-list {
  display: grid;
  gap: 18px;
}

.site-mega-sub {
  display: grid;
  gap: 8px;
  margin-top: 10px;
}

.site-mega-sub a {
  color: var(--skis-muted);
  display: block;
  font-size: clamp(.84rem, .95vw, .92rem);
  font-weight: 700;
  line-height: 1.45;
  padding-left: 12px;
  position: relative;
}

.site-mega-sub a::before {
  content: "·";
  left: 0;
  position: absolute;
  top: 0;
}

.has-sub > a::after {
  content: "";
}

.page-shell {
  margin: 0;
  max-width: none;
  padding: 0;
}

.hero {
  background: #0f2f6e;
  min-height: clamp(460px, 52vw, 680px);
  overflow: hidden;
  position: relative;
  width: 100%;
}

.hero .carousel-inner,
.hero .carousel-item {
  min-height: clamp(460px, 52vw, 680px);
}

.hero-slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.hero-slide-campus {
  background-position: center 48%;
}

/* 히어로 배경 루프 영상 레이어 (이미지 캐러셀 뒤, 콘텐츠 앞) */
.hero-media {
  inset: 0;
  overflow: hidden;
  position: absolute;
  z-index: 0;
  /* 마우스 패럴럭스 기본값 (JS가 --hero-px/--hero-py 업데이트) */
  --hero-px: 0;
  --hero-py: 0;
  /* 시차 이동 시 가장자리 빈틈을 막기 위한 여유 확대 */
  transform: scale(1.06) translate3d(calc(var(--hero-px) * 20px), calc(var(--hero-py) * 20px), 0);
  transition: transform .5s cubic-bezier(.2, .7, .3, 1);
  will-change: transform;
}

.hero-media .hero-video,
.hero-media .hero-media-fallback {
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  /* 유휴 상태에서도 살아있는 느낌을 주는 완만한 켄번스 줌 */
  animation: heroKenBurns 26s ease-in-out infinite alternate;
  transform-origin: center 46%;
  will-change: transform;
}

/* 영상 로드 실패/미지원 시 노출되는 정적 폴백 이미지 */
.hero-media-fallback {
  background: url("/images/hero-main-campus.png") center 48% / cover no-repeat;
  z-index: -1;
}

@keyframes heroKenBurns {
  from {
    transform: scale(1.04);
  }

  to {
    transform: scale(1.13);
  }
}

/* 모션 최소화 선호 시: 영상 정지 대신 정적 이미지, 패럴럭스/줌 제거 */
@media (prefers-reduced-motion: reduce) {
  .hero-media {
    transform: none;
    transition: none;
  }

  .hero-media .hero-video {
    display: none;
  }

  .hero-media .hero-media-fallback {
    animation: none;
    transform: none;
    z-index: 0;
  }
}

.hero-vision {
  align-items: stretch;
  display: flex;
  min-height: clamp(650px, 55vw, 780px);
}

.hero-vision::before {
  background:
    linear-gradient(180deg, rgba(1, 24, 61, .56) 0%, rgba(0, 35, 82, .68) 52%, rgba(0, 24, 58, .84) 100%),
    radial-gradient(circle at 50% 18%, rgba(0, 133, 213, .2), transparent 38%);
  content: "";
  inset: 0;
  position: absolute;
  z-index: 1;
}

.hero-vision::after {
  background: linear-gradient(90deg, var(--skis-yellow), #f3d748);
  content: "";
  height: 6px;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: min(320px, 42vw);
  z-index: 2;
}

.hero-vision-motion {
  --hero-glow-x: 0px;
  --hero-glow-y: 0px;
  --hero-orbit-one-x: 0px;
  --hero-orbit-one-y: 0px;
  --hero-orbit-two-x: 0px;
  --hero-orbit-two-y: 0px;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.hero-vision-orbit {
  border: 3px solid rgba(255, 224, 82, .56);
  border-radius: 50%;
  box-shadow: inset 0 0 26px rgba(255, 224, 82, .08), 0 0 30px rgba(255, 224, 82, .12);
  position: absolute;
}

.hero-vision-orbit::before,
.hero-vision-orbit::after {
  background: #ffe467;
  border-radius: 50%;
  box-shadow: 0 0 32px rgba(255, 228, 103, .92);
  content: "";
  height: 16px;
  position: absolute;
  width: 16px;
}

.hero-vision-orbit::before {
  left: 12%;
  top: 12%;
}

.hero-vision-orbit::after {
  bottom: 18%;
  right: 7%;
}

.hero-vision-orbit--one {
  --hero-orbit-x: var(--hero-orbit-one-x);
  --hero-orbit-y: var(--hero-orbit-one-y);
  animation: heroVisionOrbit 14s ease-in-out infinite;
  height: 620px;
  right: -210px;
  top: -260px;
  width: 620px;
}

.hero-vision-orbit--two {
  --hero-orbit-x: var(--hero-orbit-two-x);
  --hero-orbit-y: var(--hero-orbit-two-y);
  animation: heroVisionOrbit 18s ease-in-out infinite reverse;
  bottom: -340px;
  height: 720px;
  left: -300px;
  width: 720px;
}

.hero-vision-glow {
  animation: heroVisionGlow 7s ease-in-out infinite alternate;
  background: radial-gradient(circle, rgba(0, 149, 255, .26), rgba(0, 149, 255, 0) 68%);
  height: 520px;
  left: calc(50% + var(--hero-glow-x));
  position: absolute;
  top: calc(-240px + var(--hero-glow-y));
  transform: translateX(-50%);
  width: min(80vw, 980px);
}

.hero-vision-content {
  color: var(--white);
  display: flex;
  flex-direction: column;
  gap: clamp(24px, 3.2vw, 38px);
  justify-content: center;
  margin: 0 auto;
  min-height: clamp(650px, 55vw, 780px);
  padding: clamp(48px, 6vw, 78px) 28px;
  position: relative;
  width: 100%;
  z-index: 2;
}

.hero-vision-heading {
  animation: heroVisionCopyIn .85s cubic-bezier(.2, .7, .3, 1) both;
  margin: 0 auto;
  max-width: 1080px;
  text-align: center;
  text-shadow: 0 3px 18px rgba(0, 0, 0, .5);
}

.hero-vision-eyebrow {
  align-items: center;
  color: #f7dc61;
  display: inline-flex;
  font-size: .82rem;
  font-weight: 800;
  gap: 10px;
  letter-spacing: .16em;
  margin-bottom: 13px;
  text-transform: uppercase;
}

.hero-vision-eyebrow::before,
.hero-vision-eyebrow::after {
  background: currentColor;
  content: "";
  height: 1px;
  opacity: .76;
  width: 30px;
}

.hero-vision-heading h1 {
  color: var(--white);
  font-size: clamp(2.2rem, 4.6vw, 4.15rem);
  font-weight: 900;
  letter-spacing: -.045em;
  line-height: 1.1;
  margin: 0;
}

.hero-vision-heading h1 span {
  color: #ffe35a;
  display: inline-block;
  position: relative;
  text-shadow: 0 3px 20px rgba(255, 214, 40, .28), 0 3px 18px rgba(0, 0, 0, .5);
}

.hero-vision-heading h1 span::after {
  animation: heroVisionUnderline 1s .55s cubic-bezier(.2, .7, .3, 1) both;
  background: linear-gradient(90deg, #ffe35a, rgba(255, 227, 90, .12));
  bottom: -7px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  transform-origin: left;
  width: 100%;
}

.hero-vision-slogan-en {
  color: rgba(255, 255, 255, .9);
  font-size: clamp(1.05rem, 2vw, 1.45rem);
  font-weight: 700;
  letter-spacing: .01em;
  margin: 9px 0 0;
}

.hero-vision-mission {
  background: rgba(0, 26, 67, .58);
  border: 1px solid rgba(255, 255, 255, .28);
  display: inline-flex;
  flex-direction: column;
  gap: 3px;
  margin-top: clamp(18px, 2.6vw, 28px);
  max-width: 920px;
  padding: 14px clamp(18px, 4vw, 38px);
}

.hero-vision-mission strong {
  color: var(--white);
  font-size: clamp(1.08rem, 2.3vw, 1.55rem);
  font-weight: 750;
}

.hero-vision-mission span {
  color: rgba(255, 255, 255, .82);
  font-size: clamp(.86rem, 1.5vw, 1.02rem);
  font-weight: 500;
}

.hero-vision-values {
  display: grid;
  gap: clamp(13px, 1.8vw, 22px);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hero-vision-value {
  backdrop-filter: blur(8px);
  background: rgba(255, 255, 255, .94);
  border-top: 5px solid var(--skis-yellow);
  box-shadow: 0 18px 38px rgba(0, 20, 52, .24);
  color: var(--skis-ink);
  min-height: 188px;
  overflow: hidden;
  padding: clamp(20px, 2.4vw, 28px);
  position: relative;
  transition: background-color .3s ease, border-color .3s ease, box-shadow .3s ease, transform .3s ease;
}

.hero-vision-value::after {
  background: linear-gradient(115deg, transparent 20%, rgba(255, 255, 255, .86) 48%, transparent 72%);
  content: "";
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transform: translateX(-110%);
}

.hero-vision-value:hover,
.hero-vision-value:focus-visible,
.hero-vision-value.is-active {
  background: #fff;
  border-top-color: #ffe15b;
  box-shadow: 0 25px 54px rgba(0, 25, 67, .36);
  outline: 0;
  transform: translateY(-9px);
}

.hero-vision-value.is-active::after {
  animation: heroVisionCardSweep 1.1s ease both;
  opacity: .66;
}

.hero-vision-value-number {
  color: rgba(0, 52, 120, .1);
  font-size: clamp(2.9rem, 5vw, 4.5rem);
  font-weight: 900;
  line-height: 1;
  position: absolute;
  right: 16px;
  top: 13px;
  transition: color .3s ease, transform .3s ease;
}

.hero-vision-value:hover .hero-vision-value-number,
.hero-vision-value:focus-visible .hero-vision-value-number,
.hero-vision-value.is-active .hero-vision-value-number {
  color: rgba(0, 84, 184, .18);
  transform: scale(1.06);
}

.hero-vision-value h2 {
  color: var(--skis-navy);
  font-size: clamp(1.05rem, 1.8vw, 1.3rem);
  font-weight: 800;
  margin: 0 0 4px;
  position: relative;
}

.hero-vision-value strong {
  color: #27364a;
  display: block;
  font-size: clamp(1rem, 1.5vw, 1.14rem);
  font-weight: 750;
  position: relative;
}

.hero-vision-value p {
  color: #556579;
  font-size: clamp(.82rem, 1.2vw, .94rem);
  font-weight: 500;
  line-height: 1.55;
  margin: 20px 0 0;
  position: relative;
}

.hero-vision-scroll {
  align-items: center;
  align-self: center;
  background: rgba(0, 25, 65, .66);
  border: 1px solid rgba(255, 255, 255, .38);
  border-radius: 999px;
  color: var(--white);
  display: inline-flex;
  font-size: .78rem;
  font-weight: 750;
  gap: 9px;
  letter-spacing: .1em;
  margin-top: -8px;
  min-height: 38px;
  padding: 0 16px;
  text-transform: uppercase;
  transition: background-color .2s ease, border-color .2s ease, transform .2s ease;
}

.hero-vision-scroll i {
  animation: heroVisionArrow 1.35s ease-in-out infinite;
  font-size: .92rem;
}

.hero-vision-scroll:hover,
.hero-vision-scroll:focus-visible {
  background: var(--skis-yellow);
  border-color: var(--skis-yellow);
  color: #2e2900;
  outline: 0;
  transform: translateY(2px);
}

@keyframes heroVisionOrbit {
  0%,
  100% {
    transform: translate3d(var(--hero-orbit-x), var(--hero-orbit-y), 0) rotate(0deg) scale(.93);
  }

  48% {
    transform: translate3d(var(--hero-orbit-x), var(--hero-orbit-y), 0) rotate(178deg) scale(1.1);
  }

  52% {
    transform: translate3d(var(--hero-orbit-x), var(--hero-orbit-y), 0) rotate(192deg) scale(1.1);
  }

  99.99% {
    transform: translate3d(var(--hero-orbit-x), var(--hero-orbit-y), 0) rotate(360deg) scale(.93);
  }
}

@keyframes heroVisionGlow {
  from {
    opacity: .45;
    transform: translateX(-50%) scale(.9);
  }

  to {
    opacity: .95;
    transform: translateX(-50%) scale(1.08);
  }
}

@keyframes heroVisionCopyIn {
  from {
    opacity: 0;
    transform: translateY(24px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes heroVisionUnderline {
  from {
    transform: scaleX(0);
  }

  to {
    transform: scaleX(1);
  }
}

@keyframes heroVisionCardSweep {
  from {
    transform: translateX(-110%);
  }

  to {
    transform: translateX(110%);
  }
}

@keyframes heroVisionArrow {
  0%,
  100% {
    transform: translateY(-2px);
  }

  50% {
    transform: translateY(3px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-vision-heading,
  .hero-vision-heading h1 span::after,
  .hero-vision-orbit,
  .hero-vision-glow,
  .hero-vision-value.is-active::after,
  .hero-vision-scroll i {
    animation: none;
  }

  .hero-vision-value,
  .hero-vision-value-number,
  .hero-vision-scroll {
    transition: none;
  }
}

@media (max-width: 900px) {
  .hero-vision-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-vision-value {
    min-height: 210px;
    padding: 20px;
  }
}

@media (max-width: 720px) {
  .hero-vision,
  .hero-vision-content {
    min-height: 0;
  }

  .hero-vision-content {
    gap: 24px;
    padding: 48px 16px 42px;
  }

  .hero-vision-heading h1 {
    font-size: clamp(2rem, 9vw, 2.75rem);
  }

  .hero-vision-mission {
    width: 100%;
  }

  .hero-vision-values {
    grid-template-columns: 1fr;
  }

  .hero-vision-value {
    min-height: 0;
  }

  .hero-vision-value:hover,
  .hero-vision-value:focus-visible,
  .hero-vision-value.is-active {
    transform: translateY(-4px);
  }
}

.hero-slide::before {
  background:
    linear-gradient(100deg, rgba(5, 23, 56, .78), rgba(5, 23, 56, .26) 58%, rgba(5, 23, 56, .48)),
    radial-gradient(circle at 78% 28%, rgba(245, 221, 63, .24), rgba(245, 221, 63, 0) 26%);
  content: "";
  inset: 0;
  position: absolute;
  z-index: 1;
}

.hero-slide::after {
  animation: heroLightSweep 8s ease-in-out infinite;
  background: linear-gradient(115deg, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, .18) 47%, rgba(255, 255, 255, 0) 72%);
  content: "";
  inset: 0;
  opacity: .55;
  position: absolute;
  transform: translateX(-36%);
  z-index: 1;
}

.hero-content {
  color: var(--white);
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: clamp(460px, 52vw, 680px);
  padding: 72px 72px 86px;
  position: relative;
  text-shadow: 0 3px 18px rgba(0, 0, 0, .42);
  z-index: 2;
}

.carousel-item.active .hero-content {
  animation: heroCopyIn .72s ease both;
}

.hero-kicker,
.section-title span,
.panel-heading span,
.meal-card span,
.info-card span {
  background: rgba(0, 84, 184, .09);
  border-radius: 999px;
  color: var(--skis-navy);
  display: inline-block;
  font-size: .9rem;
  font-weight: 900;
  letter-spacing: 0;
  margin-bottom: 10px;
  padding: 5px 12px;
  text-transform: uppercase;
}

.hero-kicker {
  background: transparent;
  color: var(--skis-yellow);
  padding-left: 0;
  padding-right: 0;
}

.gallery-heading > span {
  background: rgba(0, 84, 184, .09);
  border-radius: 999px;
  color: var(--skis-navy);
  display: inline-block;
  font-size: .9rem;
  font-weight: 900;
  letter-spacing: 0;
  margin-bottom: 10px;
  padding: 5px 12px;
  text-transform: uppercase;
}

.gallery-heading {
  text-align: center;
}

.hero-content h1 {
  font-size: clamp(2.2rem, 4.8vw, 4.2rem);
  font-weight: 1000;
  line-height: 1.1;
  margin: 0 0 18px;
  max-width: 760px;
}

.hero-content p {
  font-size: clamp(1rem, 1.8vw, 1.28rem);
  font-weight: 800;
  margin: 0 0 26px;
  max-width: 760px;
}

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

.hero-actions .btn {
  border-radius: 999px;
  font-weight: 900;
  min-height: 48px;
  padding-left: 24px;
  padding-right: 24px;
  transition: box-shadow .22s ease, transform .22s ease;
}

.hero-actions .btn:hover,
.hero-actions .btn:focus {
  box-shadow: 0 12px 28px rgba(0, 0, 0, .22);
  transform: translateY(-2px);
}

.hero .carousel-indicators {
  z-index: 3;
}

.hero .carousel-control-prev,
.hero .carousel-control-next {
  z-index: 3;
}

.school-stats {
  background:
    linear-gradient(90deg, rgba(0, 52, 120, .86) 0%, rgba(0, 84, 184, .46) 46%, rgba(0, 133, 213, .28) 100%),
    url("/images/main-bg-water.png") center 54% / cover no-repeat;
  box-shadow: 0 0 0 100vmax #006fae;
  clip-path: inset(0 -100vmax);
  color: var(--white);
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 auto;
  max-width: none;
  padding: 44px max(28px, calc((100vw - 1440px) / 2 + 28px));
}

.school-stats article {
  min-height: 128px;
  padding: 28px 24px;
  text-align: center;
  text-shadow: 0 3px 16px rgba(0, 32, 74, .38);
}

.school-stats strong {
  display: block;
  font-size: clamp(2rem, 4vw, 3.35rem);
  font-weight: 1000;
  line-height: 1;
}

.school-stats strong em {
  color: inherit;
  font-size: inherit;
  font-style: normal;
  font-weight: 1000;
  margin-left: 4px;
}

.school-stats span {
  display: block;
  font-size: 1rem;
  font-weight: 900;
  margin-top: 10px;
  opacity: .88;
}

.school-stats strong > .stat-number {
  display: inline-block;
  font-size: inherit;
  font-weight: inherit;
  margin-top: 0;
  opacity: 1;
}

.skis-sns {
  background: linear-gradient(135deg, #ffffff 0%, #f4f9ff 48%, #fff9e1 100%);
  color: var(--skis-ink);
  overflow: hidden;
  padding: 52px max(28px, calc((100vw - 1440px) / 2 + 28px)) 58px;
  position: relative;
}

.skis-sns::before {
  background: url("/images/kokosing-reading.png") right bottom / contain no-repeat;
  content: "";
  filter: blur(2px);
  inset: 16px max(28px, calc((100vw - 1440px) / 2 + 28px)) 10px auto;
  opacity: .3;
  pointer-events: none;
  position: absolute;
  width: min(38vw, 420px);
  z-index: 0;
}

.skis-sns .section-title span {
  color: var(--skis-navy);
}

.skis-sns .section-title h2 {
  color: var(--skis-ink);
  text-shadow: none;
}

.skis-sns .section-title,
.skis-sns-carousel {
  position: relative;
  z-index: 1;
}

.section-title,
.section-heading {
  position: relative;
}

.section-title {
  text-align: center;
}

.section-title h2 {
  font-size: clamp(1.8rem, 3vw, 2.55rem);
  font-weight: 1000;
  line-height: 1.2;
  margin: 0 0 24px;
}

.student-gallery {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.skis-sns-carousel {
  padding: 0 56px 34px;
}

.student-gallery a {
  aspect-ratio: 5 / 3;
  background: #123455;
  border: 1px solid rgba(255, 255, 255, .48);
  border-radius: 8px;
  box-shadow: 0 18px 38px rgba(0, 52, 120, .12);
  color: var(--skis-ink);
  overflow: hidden;
  position: relative;
  transition: box-shadow .28s ease, transform .28s ease;
}

.skis-sns-carousel .carousel-control-prev,
.skis-sns-carousel .carousel-control-next {
  background: rgba(0, 52, 120, .84);
  border-radius: 50%;
  bottom: auto;
  height: 44px;
  opacity: 1;
  top: calc(50% - 17px);
  transform: translateY(-50%);
  transition: background .22s ease, transform .22s ease;
  width: 44px;
}

.skis-sns-carousel .carousel-control-prev {
  left: 0;
}

.skis-sns-carousel .carousel-control-next {
  right: 0;
}

.skis-sns-carousel .carousel-control-prev:hover,
.skis-sns-carousel .carousel-control-prev:focus,
.skis-sns-carousel .carousel-control-next:hover,
.skis-sns-carousel .carousel-control-next:focus {
  background: var(--skis-navy);
  transform: translateY(-50%) scale(1.05);
}

.skis-sns-carousel .carousel-control-prev-icon,
.skis-sns-carousel .carousel-control-next-icon {
  height: 1.35rem;
  width: 1.35rem;
}

.skis-sns-carousel .carousel-indicators {
  bottom: 0;
  margin-bottom: 0;
}

.skis-sns-carousel .carousel-indicators button {
  background: rgba(0, 52, 120, .42);
  border: 0;
  border-radius: 999px;
  height: 8px;
  opacity: 1;
  width: 28px;
}

.skis-sns-carousel .carousel-indicators button.active {
  background: var(--skis-navy);
}

.skis-sns-platform-badge {
  align-items: center;
  background: rgba(255, 255, 255, .96);
  border: 1px solid rgba(255, 255, 255, .86);
  border-radius: 50%;
  box-shadow: 0 8px 20px rgba(0, 29, 73, .18);
  color: var(--skis-navy);
  display: inline-flex;
  font-size: .9rem;
  font-weight: 850;
  height: 42px;
  justify-content: center;
  line-height: 1;
  padding: 0;
  position: absolute;
  left: 14px;
  top: 14px;
  width: 42px;
  z-index: 3;
}

.skis-sns-platform-badge > i {
  font-size: 1.25rem;
}

.skis-sns-platform-mark {
  display: inline-block;
  font-size: .76rem;
  font-weight: 1000;
  letter-spacing: 0;
}

.skis-sns-platform-facebook {
  color: #1877f2;
}

.skis-sns-platform-youtube {
  color: #ff0000;
}

.skis-sns-platform-instagram {
  color: #e1306c;
}

.skis-sns-platform-naver-cafe,
.skis-sns-platform-naver-blog {
  color: #03c75a;
}

.skis-sns-platform-daum-cafe {
  color: #4b63d9;
}

.skis-sns-platform-homepage {
  color: var(--skis-navy);
}

.skis-sns-actions {
  align-items: center;
  display: flex;
  gap: 8px;
  margin-top: -10px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.skis-sns-official {
  align-items: center;
  background: #fff;
  border: 1px solid var(--skis-navy);
  border-radius: 999px;
  box-shadow: none;
  display: inline-flex;
  font-size: 1.15rem;
  font-weight: 900;
  gap: 7px;
  height: 40px;
  justify-content: center;
  padding: 0 14px;
  transition: background .22s ease, border-color .22s ease, color .22s ease;
  white-space: nowrap;
}

.skis-sns .section-title .skis-sns-official span {
  background: transparent;
  border-radius: 0;
  color: var(--skis-navy);
  display: inline;
  font-size: .9rem;
  letter-spacing: 0;
  margin: 0;
  padding: 0;
  text-transform: none;
}

.skis-sns-official-youtube {
  color: #ff0000;
}

.skis-sns-official-instagram {
  color: #e1306c;
}

.skis-sns-official:hover,
.skis-sns-official:focus {
  background: var(--skis-navy);
  border-color: var(--skis-navy);
  box-shadow: 0 10px 22px rgba(24, 59, 143, .18);
  color: var(--white);
}

.skis-sns .section-title .skis-sns-official:hover span,
.skis-sns .section-title .skis-sns-official:focus span {
  color: var(--white);
}

.skis-sns-more {
  border: 1px solid currentColor;
  border-radius: 999px;
  color: var(--skis-navy);
  display: inline-flex;
  font-weight: 900;
  padding: 8px 15px;
  transition: background .22s ease, color .22s ease, box-shadow .22s ease;
}

.skis-sns-more:hover,
.skis-sns-more:focus {
  background: var(--skis-navy);
  box-shadow: 0 10px 22px rgba(24, 59, 143, .18);
  color: var(--white);
}

.skis-sns-empty {
  background: rgba(255, 255, 255, .72);
  border: 1px dashed #bdd3e7;
  border-radius: 8px;
  color: #52657d;
  font-weight: 800;
  padding: 24px;
  position: relative;
  text-align: center;
  z-index: 1;
}

.student-gallery strong {
  background: linear-gradient(180deg, rgba(9, 22, 38, 0), rgba(9, 22, 38, .84));
  bottom: 0;
  color: var(--white);
  display: flex;
  font-size: 1.25rem;
  font-weight: 1000;
  left: 0;
  min-height: 42%;
  padding: 58px 22px 20px;
  position: absolute;
  right: 0;
  text-shadow: 0 2px 8px rgba(0, 0, 0, .35);
}

.student-gallery img {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
  width: 100%;
}

.student-gallery a:hover img {
  transform: scale(1.04);
}

.student-gallery a:hover {
  box-shadow: 0 24px 46px rgba(0, 52, 120, .2);
  transform: translateY(-5px);
}

.notice-meal-grid {
  background:
    linear-gradient(90deg, rgba(0, 52, 120, .7) 0%, rgba(0, 84, 184, .4) 54%, rgba(0, 133, 213, .18) 100%),
    url("/images/main-bg-skis.png") center / cover no-repeat;
  box-shadow: 0 0 0 100vmax #0788cb;
  clip-path: inset(0 -100vmax);
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) 360px;
  margin: 0 auto;
  max-width: none;
  padding: 52px max(28px, calc((100vw - 1440px) / 2 + 28px)) 58px;
}

.notice-card {
  background: rgba(255, 255, 255, .94);
  border-radius: 8px;
  box-shadow: 0 22px 52px rgba(0, 36, 91, .2);
  overflow: hidden;
  padding: 46px 48px;
  position: relative;
}

.notice-card > * {
  position: relative;
  z-index: 1;
}

.meal-card {
  background: rgba(255, 255, 255, .94);
  border-radius: 8px;
  box-shadow: 0 22px 52px rgba(0, 36, 91, .22);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  text-align: center;
}

.meal-photo {
  aspect-ratio: 16 / 11;
  flex: 1 1 auto;
  margin: 0;
  min-height: 0;
  overflow: hidden;
  width: 100%;
}

.meal-photo a {
  display: block;
  height: 100%;
  width: 100%;
}

.meal-photo img,
.meal-photo video {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform .42s ease;
  width: 100%;
}

.meal-card:hover .meal-photo img,
.meal-card:hover .meal-photo video {
  transform: scale(1.05);
}

.meal-content {
  align-items: flex-start;
  background: linear-gradient(135deg, #fff5a8 0%, var(--skis-yellow) 100%);
  display: flex;
  gap: 18px;
  justify-content: space-between;
  padding: 28px 30px 24px;
  text-align: left;
}

.meal-more {
  align-items: center;
  background: var(--white);
  border: 1px solid rgba(17, 39, 72, .14);
  border-radius: 50%;
  color: var(--skis-navy);
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 1.05rem;
  height: 40px;
  justify-content: center;
  margin-top: 2px;
  transition: background .22s ease, border-color .22s ease, box-shadow .22s ease, color .22s ease, transform .22s ease;
  width: 40px;
}

.meal-more:hover,
.meal-more:focus {
  background: var(--skis-navy);
  border-color: var(--skis-navy);
  box-shadow: 0 10px 22px rgba(24, 59, 143, .18);
  color: var(--white);
  transform: translateY(-2px) rotate(90deg);
}

.meal-menu-title {
  line-height: 1.45;
  max-width: 250px;
}

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

.panel-heading h2,
.meal-card h2,
.info-card h2,
.gallery-band h2 {
  font-size: clamp(1.6rem, 3vw, 2.1rem);
  font-weight: 1000;
  margin: 0;
}

.panel-heading p,
.meal-card p,
.info-card p {
  color: #26384f;
  font-size: 1.08rem;
  font-weight: 800;
  margin: 8px 0 0;
}

.panel-heading a,
.info-card a {
  border: 1px solid currentColor;
  border-radius: 999px;
  display: inline-flex;
  font-weight: 900;
  padding: 8px 15px;
  white-space: nowrap;
}

.notice-more,
.gallery-more {
  align-items: center;
  gap: 6px;
  overflow: hidden;
  transition: background .22s ease, color .22s ease, box-shadow .22s ease, transform .22s ease;
}

.notice-more:hover,
.notice-more:focus,
.gallery-more:hover,
.gallery-more:focus {
  background: var(--skis-navy);
  color: var(--white);
  box-shadow: 0 10px 22px rgba(24, 59, 143, .18);
  transform: translateY(-2px);
}

.notice-nav-tabs {
  margin-bottom: 16px;
}

.notice-nav-tabs .nav-link {
  color: var(--skis-muted);
  font-weight: 800;
}

.notice-nav-tabs .nav-link.active {
  color: var(--skis-navy);
  font-weight: 900;
}

.notice-tab-content {
  padding-top: 4px;
}

.notice-list {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.notice-list a {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  padding: 7px 0;
  transition: color .2s ease, padding-left .2s ease;
}

.notice-list a:hover,
.notice-list a:focus {
  color: var(--skis-blue);
  padding-left: 8px;
}

.notice-list strong {
  font-size: 1.08rem;
  font-weight: 800;
}

.notice-title-wrap {
  align-items: center;
  display: inline-flex;
  gap: 8px;
  min-width: 0;
}

.notice-new-label {
  align-items: center;
  background: var(--skis-red);
  border-radius: 999px;
  color: var(--white);
  display: inline-flex;
  flex: 0 0 auto;
  font-size: .68rem;
  font-weight: 1000;
  height: 20px;
  justify-content: center;
  line-height: 1;
  padding: 0 8px;
}

.notice-type-label {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: .72rem;
  font-weight: 900;
  height: 21px;
  justify-content: center;
  line-height: 1;
  padding: 0 8px;
}

.notice-type-label-school {
  background: #edf4fb;
  border: 1px solid #cbdced;
  color: var(--skis-navy);
}

.notice-type-label-korean {
  background: #fff4dc;
  border: 1px solid #f2ce83;
  color: #8a5700;
}

.notice-list time {
  color: var(--skis-muted);
  flex: 0 0 auto;
  font-size: .94rem;
}

.notice-empty {
  color: var(--skis-muted);
  display: block;
  font-size: .98rem;
  padding: 7px 0;
}

.quick-links {
  background: linear-gradient(90deg, #002b68 0%, var(--skis-blue) 48%, var(--skis-royal) 100%);
  box-shadow: 0 0 0 100vmax #003478;
  clip-path: inset(0 -100vmax);
  color: var(--white);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 auto;
  max-width: none;
  padding-left: max(28px, calc((100vw - 1440px) / 2 + 28px));
  padding-right: max(28px, calc((100vw - 1440px) / 2 + 28px));
}

.quick-links a {
  align-items: center;
  border-right: 1px solid rgba(255, 255, 255, .25);
  display: grid;
  justify-items: center;
  min-height: 120px;
  padding: 18px 14px;
  text-align: center;
  transition: background .22s ease, transform .22s ease;
}

.quick-links a:last-child {
  border-right: 0;
}

.quick-links i {
  font-size: 1.7rem;
  margin-bottom: 6px;
  transition: transform .22s ease;
}

.quick-links a:hover,
.quick-links a:focus {
  background: rgba(201, 0, 31, .22);
  transform: translateY(-4px);
}

.quick-links a:hover i,
.quick-links a:focus i {
  color: var(--skis-yellow);
  transform: translateY(-2px) scale(1.12);
}

.quick-links strong {
  display: block;
  font-size: clamp(1.15rem, 2.2vw, 1.75rem);
  font-weight: 1000;
  line-height: 1.1;
}

.quick-links span {
  display: block;
  font-size: .95rem;
  font-weight: 800;
  margin-top: 6px;
}

.info-grid {
  background:
    url("/images/kokosing-main-running.png") left max(55px, calc((100vw - 1440px) / 2 - 125px)) bottom / auto 285px no-repeat,
    url("/images/kokosing-main-podium.png") right max(55px, calc((100vw - 1440px) / 2 - 125px)) bottom / auto 285px no-repeat,
    #fff;
  box-shadow: 0 0 0 100vmax #fff;
  clip-path: inset(0 -100vmax);
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 auto;
  max-width: none;
  padding: 52px max(28px, calc((100vw - 1440px) / 2 + 28px)) 58px;
}

.info-card {
  border-radius: 8px;
  box-shadow: 0 20px 44px rgba(0, 52, 120, .09);
  min-height: 260px;
  overflow: hidden;
  padding: 42px 34px;
  position: relative;
  transition: box-shadow .28s ease, transform .28s ease;
}

.info-card::after {
  background: linear-gradient(90deg, var(--skis-red), var(--skis-yellow));
  bottom: 0;
  content: "";
  height: 6px;
  left: 34px;
  position: absolute;
  transition: width .28s ease;
  width: 48px;
}

.info-card > * {
  position: relative;
  z-index: 1;
}

.info-card:hover {
  box-shadow: 0 26px 54px rgba(0, 52, 120, .16);
  transform: translateY(-5px);
}

.info-card:hover::after {
  width: 96px;
}

.info-card.blue {
  background: linear-gradient(135deg, #e8f3ff 0%, #d8ebff 100%);
}

.info-card.white {
  background: var(--white);
}

.info-card.navy {
  background: linear-gradient(135deg, #00245b 0%, var(--skis-navy) 52%, var(--skis-blue) 100%);
  color: var(--white);
}

.info-card.navy span,
.info-card.navy p {
  color: rgba(255, 255, 255, .78);
}

.info-card.navy span {
  background: var(--skis-yellow);
  color: var(--white);
}

.info-card span {
  background: var(--skis-yellow);
  color: var(--white);
}

.info-card p {
  margin-bottom: 28px;
}

.gallery-band {
  background: var(--white);
  box-shadow: 0 0 0 100vmax var(--white);
  clip-path: inset(0 -100vmax);
  color: #111;
  padding: 68px max(28px, calc((100vw - 1440px) / 2 + 28px)) 76px;
}

.gallery-header {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 34px;
  position: relative;
}

.gallery-more {
  border: 1px solid currentColor;
  border-radius: 999px;
  color: #111;
  font-size: .95rem;
  font-weight: 800;
  padding: 8px 16px;
  position: absolute;
  right: 0;
  white-space: nowrap;
}

.gallery-carousel {
  padding: 0 56px;
}

.gallery-grid {
  display: grid;
  gap: 30px 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gallery-item {
  background: var(--white);
  border: 1px solid #d5e4f3;
  border-radius: 12px;
  box-shadow: none;
  color: #111;
  display: block;
  overflow: hidden;
  transition: box-shadow .24s ease, transform .24s ease;
}

.gallery-item:hover,
.gallery-item:focus {
  box-shadow: none;
  transform: translateY(-3px);
}

.gallery-item figure {
  background: var(--white);
  margin: 0;
  overflow: hidden;
  position: relative;
}

.gallery-item img,
.gallery-item video {
  aspect-ratio: 16 / 10;
  display: block;
  object-fit: cover;
  transition: transform .36s ease;
  width: 100%;
}

.gallery-item:hover img,
.gallery-item:focus img,
.gallery-item:hover video,
.gallery-item:focus video {
  transform: scale(1.05);
}

.gallery-video-badge {
  align-items: center;
  background: rgba(8, 31, 61, .84);
  border-radius: 50%;
  color: var(--white);
  display: inline-flex;
  font-size: 1.25rem;
  height: 36px;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 36px;
}

.gallery-no-image {
  align-items: center;
  aspect-ratio: 16 / 10;
  color: #66809a;
  display: flex;
  font-size: 2rem;
  justify-content: center;
  width: 100%;
}

@keyframes heroCopyIn {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes heroLightSweep {
  0%,
  34% {
    transform: translateX(-42%);
  }
  62%,
  100% {
    transform: translateX(42%);
  }
}

.gallery-item-meta {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  min-height: 58px;
  padding: 13px 16px;
}

.gallery-item p {
  flex: 1 1 auto;
  font-size: .9rem;
  font-weight: 700;
  margin: 0;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gallery-item time {
  color: #111;
  flex: 0 0 auto;
  font-size: .82rem;
  font-weight: 750;
  white-space: nowrap;
}

.gallery-empty {
  background: rgba(255, 255, 255, .88);
  border: 1px solid rgba(255, 255, 255, .68);
  color: var(--skis-navy);
  font-weight: 700;
  padding: 28px;
  text-align: center;
}

.gallery-carousel .carousel-control-prev,
.gallery-carousel .carousel-control-next {
  background: var(--white);
  border: 1px solid var(--skis-line);
  border-radius: 50%;
  bottom: auto;
  height: 44px;
  opacity: 1;
  top: 40%;
  transform: translateY(-50%);
  width: 44px;
}

.gallery-carousel .carousel-control-prev { left: 0; }
.gallery-carousel .carousel-control-next { right: 0; }

.gallery-carousel .carousel-control-prev:hover,
.gallery-carousel .carousel-control-next:hover {
  background: var(--skis-sky-soft);
  border-color: #9dccf2;
}

.gallery-carousel .carousel-control-prev-icon,
.gallery-carousel .carousel-control-next-icon {
  filter: invert(1) sepia(1) saturate(3) hue-rotate(185deg) brightness(.6);
  height: 18px;
  width: 18px;
}

.gallery-carousel .carousel-indicators {
  bottom: -28px;
  margin: 0;
}

.gallery-carousel .carousel-indicators button {
  background-color: #c0ccd8;
  border-radius: 50%;
  height: 8px;
  opacity: 1;
  width: 8px;
}

.gallery-carousel .carousel-indicators button.active {
  background-color: var(--skis-navy);
}

.site-footer {
  background: var(--white);
  border-top: 1px solid var(--skis-line);
  color: #111827;
  margin: 0;
  max-width: none;
  padding: 34px 28px;
  text-align: center;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  justify-content: center;
  margin-bottom: 24px;
}

.footer-links a {
  align-items: center;
  background: var(--white);
  display: flex;
  height: 47px;
  justify-content: center;
  padding: 0;
  transition: opacity .2s ease, transform .2s ease;
  width: 230px;
}

.footer-links a:hover,
.footer-links a:focus {
  opacity: .88;
  transform: translateY(-1px);
}

.footer-links img {
  display: block;
  height: 47px;
  object-fit: contain;
  width: 230px;
}

.site-footer p {
  color: #111827;
  font-size: 1.2rem;
  font-weight: 900;
  margin: 0 0 8px;
}

.site-footer address,
.site-footer .footer-contact,
.site-footer .footer-copy {
  color: #374151;
  font-size: .9rem;
  font-weight: 500;
  margin: 0 0 6px;
}

.site-footer address {
  font-style: normal;
}

.site-footer .footer-copy {
  margin-bottom: 0;
}

.site-header2 {
  background: #dff3ff;
  border-bottom: 1px solid #9ed1ff;
}

.utility-bar2 {
  background: #4bb3e9;
  color: #08305f;
}

.utility-bar2 .utility-inner span,
.utility-bar2 .utility-nav a,
.utility-bar2 .utility-member-name,
.utility-bar2 .utility-link-button {
  color: var(--white);
}

.utility-bar2 .utility-nav a,
.utility-bar2 .utility-link-button {
  border-color: rgba(255, 255, 255, .62);
}

.header-main2,
.main-nav2 {
  background: #dff3ff;
}

.site-header2 .utility-inner,
.site-header2 .header-main {
  max-width: 1440px;
  width: 100%;
}

.brand2 strong {
  color: #0e3d78;
}

.brand2 small {
  color: #315a83;
}

.main-nav2 .nav-top {
  background: rgba(255, 255, 255, .52);
  border-color: rgba(24, 59, 143, .18);
  color: #0e3d78;
}

.main-nav2 .nav-top:hover,
.main-nav2 .nav-item:hover > .nav-top {
  background: var(--white);
  border-color: #6dbdeb;
}

.site-footer2 {
  background: var(--white);
  border-top: 1px solid var(--skis-line);
  color: #111827;
  padding: 34px 28px;
  text-align: center;
}

.site-footer2 strong {
  color: #111827;
  display: block;
  font-size: 1.2rem;
  font-weight: 900;
  margin: 0 0 8px;
}

.site-footer2 address,
.site-footer2 p,
.site-footer2 .footer-copy2 {
  color: #374151;
  font-size: .9rem;
  font-weight: 500;
  margin: 0 0 6px;
}

.site-footer2 address {
  font-style: normal;
}

.footer-links2 {
  justify-content: center;
  margin-bottom: 24px;
}

.footer-links2 a {
  background: var(--white);
  border-radius: 0;
  height: 47px;
  width: 230px;
}

.footer-links2 img {
  height: 47px;
  width: 230px;
}

.footer-copy2 {
  margin-bottom: 0;
  text-align: center;
}

.index2-page {
  background: #f7f9fb;
  color: #191c1e;
}

.index2-shell {
  margin: 0;
  max-width: none;
  padding: 48px max(28px, calc((100vw - 1440px) / 2 + 28px)) 64px;
}

.home-card {
  border: 1px solid #dfe4ea;
  border-radius: 8px;
  box-shadow: none;
  transition: box-shadow .25s ease, transform .25s ease;
}

.home-card:hover {
  box-shadow: 0 14px 32px rgba(15, 23, 42, .08);
  transform: translateY(-3px);
}

.index2-hero-card {
  min-height: clamp(440px, 52vw, 604px);
}

.index2-cover-img {
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  transition: transform .7s ease;
  width: 100%;
}

.index2-hero-card:hover .index2-cover-img {
  transform: scale(1.045);
}

.index2-hero-shade {
  background: linear-gradient(90deg, rgba(26, 54, 104, .82), rgba(26, 54, 104, .16) 62%, rgba(26, 54, 104, 0));
  inset: 0;
  position: absolute;
  z-index: 1;
}

.index2-hero-copy {
  color: var(--white);
  padding: clamp(28px, 4vw, 48px);
  position: relative;
  text-shadow: 0 3px 16px rgba(0, 0, 0, .34);
  z-index: 2;
}

.index2-hero-copy h1 {
  font-size: clamp(2.1rem, 4.2vw, 3.65rem);
  font-weight: 1000;
  line-height: 1.16;
  margin: 0 0 18px;
  max-width: 660px;
}

.index2-hero-copy p {
  font-size: clamp(1.02rem, 1.65vw, 1.22rem);
  font-weight: 700;
  line-height: 1.6;
  margin: 0 0 28px;
  max-width: 560px;
}

.index2-hero-copy .btn-warning {
  background: #f9c80e;
  border-color: #f9c80e;
  color: #1a3668;
  min-height: 48px;
  padding-left: 28px;
  padding-right: 28px;
}

.index2-meal-card .card-header {
  background: #fff8de;
  border-bottom-color: #f2dd7a;
  color: #1a3668;
  padding: 22px 24px;
}

.index2-meal-card .card-header h2 {
  font-weight: 1000;
}

.index2-meal-card time {
  color: rgba(26, 54, 104, .72);
  font-size: .9rem;
  font-weight: 900;
}

.index2-meal-card .card-img-top {
  aspect-ratio: 16 / 7;
  object-fit: cover;
}

.index2-meal-card .card-body {
  padding: 22px 24px 24px;
}

.index2-meal-card p {
  color: #0f172a;
  font-size: 1.02rem;
  font-weight: 700;
  line-height: 1.6;
}

.index2-quick-card {
  background: rgba(26, 54, 104, .06);
}

.index2-quick-link {
  align-items: center;
  background: var(--white);
  border: 1px solid rgba(26, 54, 104, .08);
  border-radius: 8px;
  color: #1a3668;
  display: flex;
  flex-direction: column;
  font-size: .94rem;
  font-weight: 900;
  gap: 8px;
  justify-content: center;
  min-height: 118px;
  padding: 18px 10px;
  text-align: center;
}

.index2-quick-link i {
  font-size: 2rem;
  transition: transform .2s ease;
}

.index2-quick-link:hover {
  box-shadow: 0 10px 20px rgba(15, 23, 42, .08);
  color: #b90932;
}

.index2-quick-link:hover i {
  transform: scale(1.08);
}

.index2-student-card,
.index2-board-row,
.index2-info-band {
  margin-top: 28px;
}

.index2-student-card {
  background: #f2f4f6;
}

.index2-student-card .card-body,
.index2-news-card .card-body,
.index2-gallery-card .card-body {
  padding: clamp(24px, 3vw, 36px);
}

.index2-section-head {
  margin-bottom: 28px;
}

.home-section-head h2 {
  color: #1a3668;
  font-weight: 1000;
  line-height: 1.2;
  margin: 0;
}

.home-section-head p {
  color: #475569;
  font-weight: 700;
  margin: 8px 0 0;
}

.index2-section-head h2 {
  font-size: clamp(1.55rem, 2.2vw, 2rem);
}

.index2-section-head p {
  font-size: 1.02rem;
}

.index2-more-link,
.index2-icon-link {
  align-items: center;
  color: #1a3668;
  display: inline-flex;
  font-weight: 900;
  gap: 6px;
  white-space: nowrap;
}

.index2-more-link:hover,
.index2-icon-link:hover {
  color: #b90932;
}

.index2-icon-link {
  border: 1px solid #d8e2ee;
  border-radius: 50%;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.index2-story-link,
.index2-gallery-link {
  color: #0f172a;
  display: block;
  overflow: hidden;
}

.index2-story-link .ratio,
.index2-gallery-link {
  border-radius: 8px;
  overflow: hidden;
}

.index2-story-link img,
.index2-gallery-link img {
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
  width: 100%;
}

.index2-story-link strong {
  display: block;
  font-size: 1.1rem;
  font-weight: 800;
  line-height: 1.45;
  margin-top: 14px;
}

.index2-story-link:hover,
.index2-story-link:hover strong {
  color: #1a3668;
}

.index2-story-link:hover img,
.index2-gallery-link:hover img {
  transform: scale(1.06);
}

.index2-gallery-carousel {
  padding: 0 34px 28px;
}

.index2-gallery-slide {
  border-radius: 8px;
  color: var(--white);
  display: block;
  overflow: hidden;
  position: relative;
}

.index2-gallery-slide::after {
  background: linear-gradient(180deg, rgba(9, 22, 38, 0), rgba(9, 22, 38, .82));
  content: "";
  inset: 0;
  position: absolute;
}

.index2-gallery-slide img {
  aspect-ratio: 4 / 3;
  display: block;
  object-fit: cover;
  transition: transform .35s ease;
  width: 100%;
}

.index2-gallery-slide span {
  bottom: 0;
  display: block;
  font-size: 1rem;
  font-weight: 900;
  left: 0;
  line-height: 1.35;
  padding: 48px 18px 18px;
  position: absolute;
  right: 0;
  text-shadow: 0 2px 8px rgba(0, 0, 0, .35);
  z-index: 1;
}

.index2-gallery-slide:hover img {
  transform: scale(1.05);
}

.index2-gallery-carousel .carousel-control-prev,
.index2-gallery-carousel .carousel-control-next {
  background: var(--white);
  border: 1px solid #d8e2ee;
  border-radius: 50%;
  height: 38px;
  opacity: 1;
  top: 42%;
  transform: translateY(-50%);
  width: 38px;
}

.index2-gallery-carousel .carousel-control-prev {
  left: 0;
}

.index2-gallery-carousel .carousel-control-next {
  right: 0;
}

.index2-gallery-carousel .carousel-control-prev:hover,
.index2-gallery-carousel .carousel-control-next:hover {
  background: #eef6ff;
  border-color: #9dccf2;
}

.index2-gallery-carousel .carousel-control-prev-icon,
.index2-gallery-carousel .carousel-control-next-icon {
  filter: invert(1) sepia(1) saturate(3) hue-rotate(185deg) brightness(.6);
  height: 16px;
  width: 16px;
}

.index2-gallery-carousel .carousel-indicators {
  bottom: -6px;
  margin: 0;
}

.index2-gallery-carousel .carousel-indicators button {
  background-color: #c0ccd8;
  border-radius: 50%;
  height: 8px;
  opacity: 1;
  width: 8px;
}

.index2-gallery-carousel .carousel-indicators button.active {
  background-color: #1a3668;
}

.index2-tabs {
  border-bottom-color: #dfe4ea;
  gap: 18px;
  margin-bottom: 20px;
}

.index2-tabs .nav-link {
  border: 0;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  color: #64748b;
  font-weight: 900;
  padding: 0 0 12px;
}

.index2-tabs .nav-link.active {
  background: transparent;
  border-bottom-color: #1a3668;
  color: #1a3668;
}

.index2-news-list li + li {
  border-top: 1px solid #dfe4ea;
}

.index2-news-list a {
  align-items: center;
  color: #0f172a;
  display: grid;
  gap: 14px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  min-height: 48px;
  padding: 10px 0;
}

.index2-news-list .badge {
  border-radius: 4px;
  font-size: .68rem;
  min-width: 38px;
}

.index2-news-list strong {
  font-size: 1rem;
  font-weight: 800;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.index2-news-list time {
  color: #747780;
  font-size: .88rem;
  font-weight: 700;
}

.index2-news-list a:hover strong {
  color: #1a3668;
}

.index2-info-band {
  background: #eceef0;
  border-radius: 8px;
  padding: clamp(24px, 3vw, 36px);
}

.index2-info-card {
  border: 1px solid #dfe4ea;
  border-radius: 8px;
  overflow: hidden;
}

.index2-info-card .card-body {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 34px 28px 30px;
}

.index2-info-icon {
  align-items: center;
  background: #eceef0;
  border-radius: 50%;
  color: #1a3668;
  display: inline-flex;
  font-size: 2.2rem;
  height: 72px;
  justify-content: center;
  margin-bottom: 22px;
  transition: background .25s ease, color .25s ease;
  width: 72px;
}

.index2-info-card:hover .index2-info-icon {
  background: #1a3668;
  color: #f9c80e;
}

.index2-info-card h2 {
  color: #1a3668;
  font-size: 1.55rem;
  font-weight: 1000;
  margin: 0 0 14px;
}

.index2-info-card p {
  color: #475569;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.65;
  margin: 0;
}

.index2-info-card .card-footer {
  background: #f7f9fb;
  border-top: 1px solid #dfe4ea;
  color: #1a3668;
  font-weight: 900;
  padding: 18px;
}

.index2-info-card .card-footer:hover {
  background: #1a3668;
  color: var(--white);
}

.site-header3 {
  background: rgba(255, 255, 255, .98);
  border-bottom: 1px solid #cbd5e1;
}

.utility-bar3 {
  background: rgba(26, 54, 104, .05);
  color: #1a3668;
}

.utility-bar3 .utility-inner span {
  color: #1a3668;
}

.utility-bar3 .utility-nav a,
.utility-bar3 .utility-member-name,
.utility-bar3 .utility-link-button,
.utility-bar3 .language-switcher {
  color: #1a3668;
}

.utility-bar3 .utility-nav a,
.utility-bar3 .utility-link-button,
.utility-bar3 .language-switcher {
  border-color: rgba(26, 54, 104, .22);
}

.utility-bar3 .utility-nav a:hover,
.utility-bar3 .utility-link-button:hover,
.utility-bar3 .utility-link-button:focus,
.utility-bar3 .language-switcher:hover,
.utility-bar3 .language-switcher:focus-within {
  background: rgba(60, 130, 246, .1);
  border-color: rgba(26, 54, 104, .42);
  color: #e11d2d;
}

.utility-bar3 .site-language-button {
  color: rgba(26, 54, 104, .72);
}

.utility-bar3 .site-language-button:hover,
.utility-bar3 .site-language-button:focus-visible {
  background: rgba(26, 54, 104, .1);
  color: #1a3668;
}

.utility-bar3 .site-language-button.active {
  background: #1a3668;
  color: var(--white);
}

.utility-bar3 .language-switcher-divider {
  color: rgba(26, 54, 104, .4);
}

.site-header3 .utility-inner,
.site-header3 .header-main {
  max-width: 1440px;
  width: 100%;
}

.header-main3,
.main-nav3 {
  background: transparent;
}

.brand3 img {
  height: 48px;
  width: 48px;
}

.brand3 strong {
  color: #1a3668;
}

.brand3 small {
  color: #475569;
}

.main-nav3 {
  gap: 22px;
}

.main-nav3 .nav-top {
  background: transparent;
  border: 0;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  color: #475569;
  min-height: 80px;
  padding: 0;
}

.main-nav3 .nav-top:hover,
.main-nav3 .nav-item:hover > .nav-top {
  background: transparent;
  border-bottom-color: #1a3668;
  color: #1a3668;
}

.site-footer3 {
  background: var(--white);
  border-top: 1px solid var(--skis-line);
  color: #111827;
  text-align: center;
}

.footer-links3 {
  justify-content: center;
}

.index3-page {
  background: #ffffff;
  color: #191c1e;
  overflow-x: hidden;
}

.index3-section-inner {
  margin: 0;
  max-width: none;
  padding-left: max(28px, calc((100vw - 1440px) / 2 + 28px));
  padding-right: max(28px, calc((100vw - 1440px) / 2 + 28px));
}

.index3-hero {
  align-items: center;
  color: var(--white);
  display: flex;
  min-height: clamp(460px, 48vw, 600px);
  overflow: hidden;
  position: relative;
}

.index3-hero > img {
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
}

.index3-hero-overlay {
  background: rgba(26, 54, 104, .72);
  inset: 0;
  position: absolute;
}

.index3-hero-inner {
  margin: 0;
  padding-left: max(28px, calc((100vw - 1440px) / 2 + 28px));
  padding-right: max(28px, calc((100vw - 1440px) / 2 + 28px));
  position: relative;
  width: 100%;
  z-index: 1;
}

.index3-hero-copy {
  max-width: 780px;
}

.index3-hero-copy span {
  background: #f9c80e;
  border-radius: 999px;
  color: #1a3668;
  display: inline-flex;
  font-size: .9rem;
  font-weight: 1000;
  margin-bottom: 22px;
  padding: 8px 16px;
  text-transform: uppercase;
}

.index3-hero-copy h1 {
  font-size: clamp(2.45rem, 5vw, 4.4rem);
  font-weight: 1000;
  line-height: 1.1;
  margin: 0 0 22px;
}

.index3-hero-copy p {
  color: rgba(255, 255, 255, .92);
  font-size: clamp(1.05rem, 1.7vw, 1.25rem);
  font-weight: 700;
  line-height: 1.7;
  margin: 0 0 30px;
  max-width: 700px;
}

.index3-hero-copy .btn {
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .28);
  font-weight: 900;
  padding: 14px 28px;
}

.index3-stats {
  background: #3c82f6;
  border-bottom: 1px solid #cbd5e1;
  padding: 44px 0;
}

.index3-stats strong,
.index3-stats span {
  display: block;
}

.index3-stats strong {
  color: var(--white);
  font-size: clamp(2rem, 4vw, 3.4rem);
  font-weight: 1000;
  line-height: 1.05;
}

.index3-stats span {
  color: rgba(255, 255, 255, .82);
  font-size: .95rem;
  font-weight: 900;
  margin-top: 8px;
}

.index3-section {
  padding-bottom: 80px;
  padding-top: 80px;
}

.index3-student-section,
.index3-info-section,
.index3-gallery-section {
  background: var(--white);
}

.index3-board-section {
  background: #f8fafc;
}

.index3-section-head,
.index3-card-head {
  align-items: flex-end;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-bottom: 42px;
}

.index3-card-head {
  margin-bottom: 22px;
}

.index3-section-head h2,
.index3-card-head h2 {
  font-size: clamp(1.8rem, 3vw, 2.55rem);
  line-height: 1.15;
}

.index3-card-head h2 {
  border-bottom: 3px solid #f9c80e;
  padding-bottom: 8px;
}

.index3-section-head p {
  font-size: 1.05rem;
}

.index3-section-head a,
.index3-card-head a {
  align-items: center;
  color: #1a3668;
  display: inline-flex;
  font-weight: 900;
  gap: 6px;
  white-space: nowrap;
}

.index3-project-card,
.index3-news-card,
.index3-info-card {
  border: 1px solid #cbd5e1;
  border-radius: 16px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, .04);
  overflow: hidden;
  transition: box-shadow .25s ease, transform .25s ease;
}

.index3-project-card:hover,
.index3-news-card:hover,
.index3-info-card:hover {
  box-shadow: 0 18px 38px rgba(15, 23, 42, .1);
  transform: translateY(-3px);
}

.index3-project-card img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform .5s ease;
}

.index3-project-card:hover img {
  transform: scale(1.06);
}

.index3-project-card .card-body {
  padding: 24px;
}

.index3-project-card h3,
.index3-info-card h3 {
  color: #1a3668;
  font-size: 1.45rem;
  font-weight: 1000;
  line-height: 1.3;
  margin: 0;
}

.index3-news-card {
  border-radius: 12px;
}

.index3-news-card .card-body {
  padding: 28px;
}

.index3-tabs {
  border-bottom-color: #dbeafe;
  gap: 22px;
  margin-bottom: 18px;
}

.index3-tabs .nav-link {
  border: 0;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  color: #64748b;
  font-weight: 900;
  padding: 0 0 10px;
}

.index3-tabs .nav-link.active {
  background: transparent;
  border-bottom-color: #1a3668;
  color: #1a3668;
}

.index3-news-list {
  display: grid;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

.index3-news-list li {
  border-bottom: 1px solid #dbeafe;
}

.index3-news-list li:last-child {
  border-bottom: 0;
}

.index3-news-list a {
  align-items: center;
  color: #0f172a;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  min-height: 48px;
  padding: 10px 0;
}

.index3-news-list strong {
  font-weight: 800;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.index3-news-list time {
  color: #747780;
  flex: 0 0 auto;
  font-size: .9rem;
  font-weight: 700;
}

.index3-news-list a:hover strong {
  color: #1a3668;
}

.index3-meal-card {
  background: #f9c80e;
  border: 0;
  border-radius: 12px;
  box-shadow: 0 14px 30px rgba(116, 91, 0, .16);
  color: #1a3668;
}

.index3-meal-card .card-body {
  display: flex;
  flex-direction: column;
  padding: 28px;
}

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

.index3-meal-head h2 {
  font-size: clamp(1.65rem, 2.5vw, 2.1rem);
  font-weight: 1000;
  margin: 0;
}

.index3-meal-head time {
  display: block;
  font-size: .88rem;
  font-weight: 900;
  margin-top: 4px;
  opacity: .82;
}

.index3-meal-head a {
  align-items: center;
  background: var(--white);
  border-radius: 50%;
  color: #1a3668;
  display: inline-flex;
  flex: 0 0 auto;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.index3-meal-box {
  background: rgba(255, 255, 255, .72);
  border-radius: 12px;
  flex: 1;
  padding: 16px;
}

.index3-meal-box img {
  aspect-ratio: 16 / 9;
  border-radius: 8px;
  display: block;
  object-fit: cover;
  width: 100%;
}

.index3-meal-box p {
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.6;
  margin: 16px 0 0;
}

.index3-quick-strip {
  background: #dbeafe;
  border-bottom: 1px solid #cbd5e1;
  border-top: 1px solid #cbd5e1;
  padding: 42px 0;
}

.index3-quick-strip a {
  align-items: center;
  border-right: 1px solid #cbd5e1;
  color: #1a3668;
  display: flex;
  flex-direction: column;
  min-height: 154px;
  justify-content: center;
  padding: 22px 12px;
  text-align: center;
  transition: background .2s ease;
}

.index3-quick-strip .col-6:nth-child(4) a {
  border-right: 0;
}

.index3-quick-strip a:hover {
  background: rgba(255, 255, 255, .55);
}

.index3-quick-strip i {
  font-size: 2.45rem;
  margin-bottom: 12px;
}

.index3-quick-strip strong {
  font-size: 1.35rem;
  font-weight: 1000;
}

.index3-quick-strip span {
  color: #475569;
  font-size: .86rem;
  font-weight: 800;
  margin-top: 6px;
}

.index3-info-card .card-body {
  padding: 28px;
}

.index3-info-card .card-body > i {
  align-items: center;
  background: #1a3668;
  border-radius: 12px;
  color: #f9c80e;
  display: inline-flex;
  font-size: 1.9rem;
  height: 56px;
  justify-content: center;
  margin-bottom: 22px;
  width: 56px;
}

.index3-info-card p {
  color: #475569;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.65;
  margin: 18px 0 0;
}

.index3-info-card .card-footer {
  align-items: center;
  background: #f8fafc;
  border-top: 1px solid #cbd5e1;
  color: #1a3668;
  display: flex;
  font-weight: 900;
  justify-content: space-between;
  padding: 20px 28px;
}

.index3-info-card .card-footer:hover {
  background: #3c82f6;
  color: var(--white);
}

.index3-gallery-item {
  border-radius: 16px;
  color: var(--white);
  display: block;
  overflow: hidden;
  position: relative;
}

.index3-gallery-item img {
  aspect-ratio: 1;
  display: block;
  object-fit: cover;
  transition: transform .5s ease;
  width: 100%;
}

.index3-gallery-item::after {
  background: linear-gradient(180deg, rgba(15, 23, 42, 0), rgba(15, 23, 42, .82));
  content: "";
  inset: 0;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease;
}

.index3-gallery-item span {
  bottom: 0;
  font-weight: 900;
  left: 0;
  opacity: 0;
  padding: 18px;
  position: absolute;
  right: 0;
  transform: translateY(8px);
  transition: opacity .25s ease, transform .25s ease;
  z-index: 1;
}

.index3-gallery-item:hover img {
  transform: scale(1.08);
}

.index3-gallery-item:hover::after,
.index3-gallery-item:hover span {
  opacity: 1;
}

.index3-gallery-item:hover span {
  transform: translateY(0);
}

@media (max-width: 1024px) {
  .main-nav3 {
    display: none;
  }
}

@media (max-width: 768px) {
  .index3-section {
    padding-bottom: 56px;
    padding-top: 56px;
  }

  .index3-section-head,
  .index3-card-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .index3-quick-strip a {
    border-bottom: 1px solid #cbd5e1;
  }

  .index3-quick-strip .col-6:nth-child(2) a {
    border-right: 0;
  }

  .index3-quick-strip .col-6:nth-child(3) a,
  .index3-quick-strip .col-6:nth-child(4) a {
    border-bottom: 0;
  }
}

.sub-page {
  background: var(--white);
  min-height: 70vh;
}

.breadcrumb-band {
  background: #f5f6f8;
  border: 0;
  border-radius: 999px;
  margin-bottom: 30px;
  overflow: hidden;
}

.breadcrumb-inner {
  align-items: center;
  color: var(--skis-muted);
  display: flex;
  flex-wrap: wrap;
  font-size: .94rem;
  font-weight: 800;
  gap: 16px;
  margin: 0;
  max-width: none;
  min-height: 58px;
  padding: 0 24px;
}

.breadcrumb-inner a {
  align-items: center;
  color: var(--skis-navy);
  display: inline-flex;
  font-size: inherit;
  text-decoration: none;
}

.breadcrumb-inner > a:first-child {
  gap: 8px;
  font-size: 1rem;
}

.breadcrumb-separator {
  color: #9aa8bb;
  cursor: default;
  font-weight: 1000;
  pointer-events: none;
  user-select: none;
}

.breadcrumb-inner a:hover {
  text-decoration: underline;
}

.breadcrumb-inner strong,
.breadcrumb-inner .current {
  color: var(--skis-ink);
}

.sub-content-band {
  background:
    linear-gradient(rgba(255, 255, 255, .9), rgba(255, 255, 255, .9)),
    url("/images/hero-campus-3.jpg") center / cover no-repeat;
  padding: 58px 28px 72px;
}

.sub-layout {
  display: grid;
  gap: 34px;
  grid-template-columns: 300px minmax(0, 1fr);
  margin: 0 auto;
  max-width: 1440px;
}

.sub-sidebar {
  align-self: start;
  background: var(--white);
  border: 1px solid var(--skis-line);
  border-radius: 14px;
  box-shadow: 0 16px 34px rgba(20, 63, 104, .08);
  overflow: hidden;
}

.sub-sidebar h2 {
  background: var(--skis-navy);
  color: var(--white);
  font-size: 1.45rem;
  font-weight: 1000;
  margin: 0;
  padding: 24px 26px;
}

.sub-sidebar--korean h2 {
  background: linear-gradient(135deg, #f7cf52 0%, #efb91f 100%);
  border-bottom: 1px solid #d8a411;
  color: #3f2d00;
}

.sub-sidebar nav {
  display: grid;
}

.sub-sidebar-group {
  border-bottom: 1px solid #e8eef6;
}

.sub-sidebar-group > a {
  border-bottom: 1px solid #e8eef6;
}

.sub-sidebar a {
  border-bottom: 1px solid #e8eef6;
  color: #233246;
  font-size: 1rem;
  font-weight: 850;
  display: block;
  padding: 15px 22px;
}

.sub-sidebar-group a {
  border-bottom: 0;
}

.sub-sidebar a:last-child {
  border-bottom: 0;
}

.sub-sidebar-children {
  background: #f7fafe;
  display: grid;
  padding: 8px 0;
}

.sub-sidebar-children a {
  color: #516173;
  font-size: .94rem;
  font-weight: 800;
  padding: 10px 22px 10px 38px;
}

.sub-sidebar a:hover,
.sub-sidebar a.active {
  background: var(--skis-sky-soft);
  color: var(--skis-navy);
}

.sub-sidebar a.active {
  border-left: 5px solid var(--skis-blue);
  padding-left: 17px;
}

.sub-sidebar-children a.active {
  background: var(--white);
  padding-left: 33px;
}

.sub-sidebar--korean > nav > a,
.sub-sidebar--korean .sub-sidebar-group > a {
  background: #fff7d6;
  border-bottom-color: #eedb9e;
  color: #624700;
}

.sub-sidebar--korean .sub-sidebar-children {
  background: #fffdf3;
}

.sub-sidebar--korean .sub-sidebar-children a {
  color: #73591a;
}

.sub-sidebar--korean > nav > a:hover,
.sub-sidebar--korean > nav > a.active,
.sub-sidebar--korean .sub-sidebar-group > a:hover,
.sub-sidebar--korean .sub-sidebar-group > a.active {
  background: #f8e39a;
  color: #493400;
}

.sub-sidebar--korean .sub-sidebar-children a:hover,
.sub-sidebar--korean .sub-sidebar-children a.active {
  background: #fff0b8;
  color: #493400;
}

.sub-sidebar--korean a.active {
  border-left-color: #d9a411;
}

.content-panel {
  min-width: 0;
}

.sub-section-heading {
  border-bottom: 2px solid var(--skis-navy);
  margin-bottom: 28px;
  padding-bottom: 18px;
}

.sub-section-heading span {
  color: var(--skis-blue);
  display: inline-block;
  font-size: .9rem;
  font-weight: 900;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.sub-section-heading h2 {
  color: var(--skis-ink);
  font-size: clamp(1.9rem, 3vw, 2.45rem);
  font-weight: 1000;
  line-height: 1.2;
  margin: 0;
}

.greeting-card {
  background: rgba(255, 255, 255, .93);
  border: 1px solid var(--skis-line);
  box-shadow: 0 18px 46px rgba(20, 63, 104, .1);
  padding: clamp(30px, 5vw, 62px);
}

.greeting-intro {
  margin: 0 auto 34px;
  max-width: 720px;
  text-align: center;
}

.greeting-kicker {
  color: var(--skis-navy);
  font-size: 1.05rem;
  font-weight: 900;
  margin: 0 0 8px;
}

.greeting-intro h3 {
  color: #000;
  font-size: clamp(1.55rem, 3vw, 2.2rem);
  font-weight: 1000;
  line-height: 1.35;
  margin: 0;
}

.greeting-body {
  color: #263246;
  font-size: clamp(1rem, 1.4vw, 1.1rem);
  font-weight: 560;
  line-height: 1.85;
}

.history-content {
  display: grid;
  gap: 18px;
}

.history-year {
  background: var(--white);
  border: 1px solid var(--skis-line);
  display: grid;
  gap: 18px;
  grid-template-columns: 120px minmax(0, 1fr);
  padding: 24px 28px;
}

.history-year h3 {
  color: var(--skis-navy);
  font-size: 2rem;
  font-weight: 1000;
  letter-spacing: 0;
  line-height: 1;
  margin: 0;
}

.history-year ul {
  border-left: 3px solid var(--skis-sky-soft);
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0 0 0 22px;
}

.history-year li {
  color: #263246;
  font-size: 1rem;
  font-weight: 650;
  line-height: 1.65;
  position: relative;
}

.history-year li::before {
  background: var(--skis-blue);
  border: 3px solid var(--white);
  border-radius: 50%;
  box-shadow: 0 0 0 1px var(--skis-blue);
  content: "";
  height: 11px;
  left: -29px;
  position: absolute;
  top: .52em;
  width: 11px;
}

.history-year li span {
  color: var(--skis-blue);
  display: inline-block;
  font-weight: 900;
  margin-right: 12px;
  min-width: 72px;
}

.board-org-content {
  background:
    linear-gradient(180deg, rgba(247, 251, 255, .98), rgba(255, 255, 255, .98) 260px),
    var(--white);
  border: 1px solid #dce8f4;
  box-shadow: 0 22px 56px rgba(20, 63, 104, .1);
  display: grid;
  gap: 36px;
  overflow: hidden;
  padding: clamp(28px, 5vw, 54px);
  position: relative;
}

.board-org-content::before {
  background: var(--skis-blue);
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.board-org-message {
  border-bottom: 1px solid #dce8f4;
  padding: 10px 20px 32px;
  text-align: center;
}

.board-org-message p {
  color: #2f3f56;
  font-size: clamp(1.12rem, 1.8vw, 1.38rem);
  font-weight: 700;
  line-height: 1.75;
  margin: 0;
}

.board-org-message strong {
  color: var(--skis-navy);
  font-weight: 1000;
  text-decoration: underline;
  text-decoration-color: rgba(61, 142, 206, .35);
  text-decoration-thickness: 8px;
  text-underline-offset: -3px;
}

.board-org-list {
  display: grid;
  gap: 14px;
}

.board-org-row {
  background: rgba(255, 255, 255, .82);
  border: 1px solid #e5edf6;
  display: grid;
  gap: 24px;
  grid-template-columns: 150px minmax(0, 1fr);
  padding: 24px;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.board-org-row:hover {
  border-color: #c8dceb;
  box-shadow: 0 14px 34px rgba(20, 63, 104, .08);
  transform: translateY(-1px);
}

.board-org-role {
  align-items: center;
  align-self: start;
  background: #edf7ff;
  color: var(--skis-navy);
  display: flex;
  font-size: 1rem;
  font-weight: 1000;
  gap: 10px;
  justify-content: center;
  line-height: 1.4;
  min-height: 44px;
  padding: 10px 14px;
}

.board-org-role::before {
  background: currentColor;
  border-radius: 50%;
  content: "";
  flex: 0 0 8px;
  height: 8px;
  opacity: .75;
  width: 8px;
}

.board-org-role.is-green {
  color: #4f7f36;
  background: #f1f8eb;
}

.board-org-role.is-green::before {
  background: currentColor;
}

.board-org-note {
  color: inherit;
  font-size: .82rem;
  font-weight: 800;
  white-space: nowrap;
}

.board-org-people {
  align-items: center;
  display: flex;
  min-width: 0;
  min-height: 44px;
}

.board-org-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: 100%;
}

.board-org-person {
  background: #f8fbff;
  border: 1px solid #e3edf7;
  color: var(--skis-ink);
  display: inline-flex;
  flex-wrap: wrap;
  font-size: 1.02rem;
  font-weight: 850;
  gap: 4px;
  justify-content: center;
  line-height: 1.45;
  min-height: 44px;
  padding: 10px 12px;
  text-align: center;
}

.board-org-row:first-child .board-org-person {
  background: var(--skis-navy);
  border-color: var(--skis-navy);
  color: var(--white);
  font-size: 1.16rem;
  min-width: 150px;
}

.board-org-person small {
  color: #6f7d91;
  font-size: .82rem;
  font-weight: 700;
}

.greeting-body p {
  margin: 0 0 20px;
}

.greeting-body p:last-child {
  margin-bottom: 0;
}

.greeting-body strong {
  color: var(--skis-navy);
  font-weight: 900;
}

.greeting-body mark {
  background: transparent;
  color: #004680;
  font-weight: 900;
  padding: 0;
}

.regulations-content {
  background: rgba(255, 255, 255, .96);
}

.rules-archive-links {
  margin-bottom: 28px;
}

.rules-archive-link {
  align-items: center;
  background: #f5f9fd;
  border: 1px solid #d9e5f2;
  border-left: 4px solid #0054b8;
  color: #003478;
  display: grid;
  gap: 2px 14px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 18px 20px;
  text-decoration: none;
}

.rules-archive-link span,
.rules-archive-link strong {
  grid-column: 1;
}

.rules-archive-link span {
  color: #65758b;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.rules-archive-link strong {
  color: #003478;
  font-size: 1.04rem;
  font-weight: 900;
}

.rules-archive-link i {
  font-size: 1.25rem;
  grid-column: 2;
  grid-row: 1 / span 2;
}

.rules-archive-link:hover,
.rules-archive-link:focus {
  background: #003478;
  border-color: #003478;
  color: var(--white);
}

.rules-archive-link:hover span,
.rules-archive-link:focus span,
.rules-archive-link:hover strong,
.rules-archive-link:focus strong {
  color: var(--white);
}

.regulations-body {
  color: #263246;
  font-size: 1.02rem;
  font-weight: 560;
  line-height: 1.82;
}

.regulations-body h2,
.regulations-body h3 {
  letter-spacing: 0;
}

.regulations-body h2 {
  border-bottom: 2px solid var(--skis-navy);
  color: var(--skis-navy);
  font-size: clamp(1.45rem, 2.2vw, 1.9rem);
  font-weight: 1000;
  line-height: 1.35;
  margin: 44px 0 18px;
  padding-bottom: 10px;
}

.regulations-body h3 {
  color: #101828;
  font-size: clamp(1.16rem, 1.65vw, 1.36rem);
  font-weight: 900;
  line-height: 1.45;
  margin: 30px 0 12px;
}

.regulations-body h2:first-child,
.regulations-body h3:first-child {
  margin-top: 0;
}

.regulations-body p {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0 0 10px;
}

.regulations-body .document-title {
  color: var(--skis-navy);
  font-size: clamp(1.6rem, 2.5vw, 2.05rem);
  font-weight: 1000;
  line-height: 1.35;
  margin: 0 0 8px;
  text-align: center;
}

.regulations-body .document-subtitle,
.regulations-body .document-meta {
  color: #536276;
  font-size: .98rem;
  font-weight: 760;
  line-height: 1.55;
  margin-bottom: 4px;
  text-align: center;
}

.regulations-body .document-meta + h2,
.regulations-body .document-meta + h3 {
  margin-top: 38px;
}

.regulations-body .section-label {
  color: var(--skis-navy);
  font-weight: 900;
  margin: 22px 0 8px;
}

.regulations-body .article {
  font-weight: 680;
  margin-top: 16px;
}

.regulations-body .clause,
.regulations-body .list-item {
  padding-left: 1.1em;
}

.regulations-body .list-item {
  text-indent: -1.1em;
}

.regulations-body .paragraph + .paragraph,
.regulations-body .clause + .clause,
.regulations-body .list-item + .list-item {
  margin-top: 2px;
}

.greeting-signature {
  align-items: baseline;
  border-top: 1px solid #d9e2ee;
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  margin-top: 46px;
  padding-top: 22px;
}

.calendar-toolbar {
  display: flex;
  justify-content: flex-end;
  margin: -8px 0 16px;
}

.academic-calendar {
  background: var(--white);
  border: 1px solid #dfe5ec;
  box-shadow: 0 8px 24px rgba(20, 63, 104, .06);
  padding: clamp(14px, 2.5vw, 24px);
}

.academic-calendar .fc {
  color: var(--skis-ink);
  font-family: inherit;
}

.academic-calendar .fc .fc-toolbar {
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
}

.academic-calendar .fc .fc-button-group {
  gap: 8px;
}

.academic-calendar .fc .fc-button-group > .fc-button {
  border-radius: 999px !important;
  margin-left: 0 !important;
}

.academic-calendar .fc .fc-button-group > .fc-button:first-child,
.academic-calendar .fc .fc-button-group > .fc-button:last-child,
.academic-calendar .fc .fc-button-group > .fc-button:not(:first-child),
.academic-calendar .fc .fc-button-group > .fc-button:not(:last-child) {
  border-radius: 999px !important;
}

.academic-calendar .fc .fc-toolbar-title {
  color: var(--skis-navy);
  font-size: clamp(1.28rem, 2.3vw, 1.8rem);
  font-weight: 700;
}

.academic-calendar .fc .fc-button {
  align-items: center;
  background: var(--white) !important;
  border: 1px solid #b9cce1 !important;
  border-radius: 999px !important;
  box-shadow: none !important;
  color: var(--skis-navy) !important;
  display: inline-flex;
  font-size: .9rem;
  font-weight: 650;
  justify-content: center;
  line-height: 1;
  min-height: 40px;
  padding: 0 16px;
  transition: background-color .18s ease, border-color .18s ease, box-shadow .18s ease, color .18s ease, transform .18s ease;
}

.academic-calendar .fc .fc-prev-button,
.academic-calendar .fc .fc-next-button {
  min-width: 40px;
  padding: 0 !important;
}

.academic-calendar .fc .fc-button:hover,
.academic-calendar .fc .fc-button:focus {
  background: var(--skis-blue) !important;
  border-color: var(--skis-blue) !important;
  box-shadow: 0 4px 12px rgba(0, 52, 120, .14) !important;
  color: var(--white) !important;
  transform: translateY(-1px);
}

.academic-calendar .fc .fc-button-primary:focus,
.academic-calendar .fc .fc-button-primary:not(:disabled):active:focus,
.academic-calendar .fc .fc-button-primary:not(:disabled).fc-button-active:focus {
  box-shadow: 0 0 0 .2rem rgba(0, 84, 184, .16) !important;
}

.academic-calendar .fc .fc-button-primary:not(:disabled).fc-button-active {
  background: var(--skis-navy) !important;
  border-color: var(--skis-navy) !important;
  box-shadow: 0 4px 12px rgba(0, 52, 120, .12) !important;
  color: var(--white) !important;
}

.academic-calendar .fc .fc-button:disabled {
  background: #eef4fb !important;
  border-color: #d7e5f3 !important;
  color: #8a9bb0 !important;
  opacity: 1;
  transform: none;
}

.academic-calendar .fc .fc-col-header-cell {
  background: var(--white);
  color: #3b485a;
  font-size: .92rem;
  font-weight: 650;
  padding: 10px 0;
}

.academic-calendar .fc .fc-daygrid-day-number {
  color: #263246;
  font-weight: 500;
  padding: 8px;
}

.academic-calendar .fc .fc-day-today {
  background: var(--white) !important;
  box-shadow: inset 0 0 0 2px rgba(197, 157, 30, .55);
}

.academic-calendar .fc .fc-event {
  background: var(--white);
  border: 1px solid #dfe4ea;
  border-left: 4px solid var(--skis-blue);
  border-radius: 4px;
  color: #263246;
  cursor: pointer;
  font-size: .86rem;
  font-weight: 600;
  line-height: 1.4;
  padding: 3px 5px;
}

.academic-calendar .fc .fc-event-main {
  color: #263246;
}

.academic-calendar .fc .fc-list-event-title {
  font-weight: 600;
}

.academic-calendar .fc .fc-list-event-time {
  font-weight: 500;
}

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

.calendar-event-title-field {
  grid-column: 1 / -1;
}

.board-toolbar {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin-bottom: 18px;
}

.board-count {
  color: #39485b;
  font-size: 1rem;
  font-weight: 800;
  margin: 0;
  white-space: nowrap;
}

.board-count strong {
  color: var(--skis-navy);
  font-weight: 1000;
}

.faq-toolbar {
  border-bottom: 1px solid #dce7f2;
  margin-bottom: 22px;
  padding-bottom: 16px;
}

.accordion#faqAccordion {
  display: block;
  margin: 18px 0 0;
}

.accordion#faqAccordion .accordion-item {
  background: #fff;
  border: 1px solid #dce7f2 !important;
  border-radius: 10px !important;
  box-shadow: 0 6px 14px rgba(20, 63, 104, .055);
  margin-bottom: 16px !important;
  overflow: hidden;
  transition:
    border-color .18s ease,
    box-shadow .18s ease;
}

.accordion#faqAccordion .accordion-item:last-child {
  margin-bottom: 0 !important;
}

.accordion#faqAccordion .accordion-item:has(.accordion-collapse.show) {
  border-color: rgba(42, 139, 210, .46) !important;
  box-shadow: 0 14px 28px rgba(20, 63, 104, .1);
}

.accordion#faqAccordion .accordion-item:hover {
  border-color: rgba(42, 139, 210, .38) !important;
  box-shadow: 0 12px 24px rgba(20, 63, 104, .1);
}

.accordion#faqAccordion .accordion-header {
  margin: 0;
}

.accordion#faqAccordion .accordion-button {
  align-items: stretch;
  background: #fff;
  border: 0;
  box-shadow: none;
  box-sizing: border-box;
  color: #182943;
  display: flex;
  flex-direction: column;
  font-size: 1.02rem;
  font-weight: 900;
  gap: 8px;
  line-height: 1.5;
  padding: 18px 24px;
  position: relative;
}

.accordion#faqAccordion .accordion-button:not(.collapsed) {
  background: linear-gradient(180deg, #f7fbff 0%, #fff 100%);
  color: var(--skis-navy);
}

.accordion#faqAccordion .accordion-button:focus {
  border-color: transparent;
  box-shadow: 0 0 0 4px rgba(42, 139, 210, .14);
}

.accordion#faqAccordion .accordion-button::after {
  display: none !important;
}

.accordion#faqAccordion .faq-head {
  align-items: center;
  display: flex;
  gap: 14px;
  width: 100%;
}

.accordion#faqAccordion .faq-badge-slot {
  display: flex;
  flex: 0 0 118px;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.accordion#faqAccordion .status-badge {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: .78rem;
  justify-content: center;
  margin: 0 !important;
  min-width: 0;
  padding: 6px 10px;
  white-space: nowrap;
  width: 100%;
}

.accordion#faqAccordion .faq-question-text {
  flex: 1 1 auto;
  min-width: 0;
  overflow-wrap: anywhere;
}

.accordion#faqAccordion .faq-toggle {
  color: #102a4c;
  flex: 0 0 34px;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1;
  text-align: center;
}

.accordion#faqAccordion .accordion-button.collapsed .faq-toggle::before {
  content: "+";
}

.accordion#faqAccordion .accordion-button:not(.collapsed) .faq-toggle::before {
  content: "\2212";
}

.accordion#faqAccordion .faq-answer-preview {
  color: #5f708a;
  display: -webkit-box;
  font-size: .9rem;
  font-weight: 600;
  line-height: 1.5;
  margin-left: 132px;
  min-height: 3em;
  overflow: hidden;
  overflow-wrap: anywhere;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.accordion#faqAccordion .accordion-button:not(.collapsed) .faq-answer-preview {
  display: none;
}

.accordion#faqAccordion .accordion-body {
  border-top: 1px solid #edf3f9;
  color: #33445a;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.78;
  padding: 22px 24px 24px;
}

.accordion#faqAccordion .accordion-body p:last-child,
.accordion#faqAccordion .accordion-body ul:last-child,
.accordion#faqAccordion .accordion-body ol:last-child,
.accordion#faqAccordion .accordion-body table:last-child {
  margin-bottom: 0;
}

.faq-attachments {
  background: #f7fbff;
  border: 1px solid #dce7f2;
  border-radius: 10px;
  margin-top: 22px;
  padding: 16px 18px;
}

.faq-attachments h4 {
  color: #1c3555;
  font-size: .94rem;
  font-weight: 1000;
  margin: 0 0 10px;
}

.faq-attachments ul,
.faq-existing-file-list {
  display: grid;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.faq-attachments a,
.faq-existing-file-list a {
  align-items: center;
  color: #253955;
  display: inline-flex;
  font-weight: 800;
  gap: 8px;
  min-width: 0;
}

.faq-attachments a:hover,
.faq-existing-file-list a:hover {
  color: var(--skis-blue);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.faq-existing-files {
  background: #f8fafc;
  border: 1px solid #dce7f2;
  border-radius: 10px;
  min-height: 48px;
  padding: 12px;
}

.faq-existing-file-list li {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

.faq-existing-file-list a span {
  overflow-wrap: anywhere;
}

.faq-file-empty,
.form-help-text {
  color: #64748b;
  font-size: .9rem;
  font-weight: 700;
  margin: 0;
}

.form-help-text {
  margin-top: 8px;
}

.faq-manage-actions {
  align-items: center;
  background: #fff;
  border-top: 1px solid #edf3f9;
  display: flex;
  gap: 8px;
  justify-content: flex-end;
  padding: 18px 24px 22px;
}

.faq-manage-actions .btn {
  border-radius: 999px;
  font-weight: 900;
  min-height: 38px;
  padding: 7px 14px;
}

.faq-pagination {
  background: #e8f3ff;
  border: 1px solid #cfe4f8;
  border-radius: 10px;
  margin-top: 18px;
  padding: 18px 16px;
}

.faq-pagination a.active,
.faq-pagination button.active {
  background: var(--skis-blue);
  border-color: var(--skis-blue);
  color: var(--white);
}

.board-search {
  display: grid;
  gap: 8px;
  grid-template-columns: 128px minmax(180px, 320px) auto auto;
}

.gallery-board-search {
  grid-template-columns: 136px 128px minmax(180px, 300px) auto auto;
}

.board-search .form-select,
.board-search .form-control {
  border-color: #cbdced;
  border-radius: 4px;
  font-weight: 700;
  min-height: 42px;
}

.board-search .btn {
  align-items: center;
  border-radius: 4px;
  display: inline-flex;
  font-weight: 900;
  gap: 6px;
  justify-content: center;
  min-height: 42px;
  white-space: nowrap;
}

.posts-panel .btn:not(.btn-lg):not(.btn-sm),
.calendar-panel .btn:not(.btn-lg):not(.btn-sm) {
  align-items: center;
  border-radius: 4px;
  display: inline-flex;
  font-weight: 900;
  gap: 6px;
  justify-content: center;
  min-height: 42px;
  padding: 8px 14px;
  white-space: nowrap;
}

.calendar-panel .btn:not(.btn-lg):not(.btn-sm) {
  font-weight: 650;
}

.posts-panel .btn-primary,
.calendar-panel .btn-primary {
  background: var(--skis-navy);
  border-color: var(--skis-navy);
  color: var(--white);
}

.posts-panel .btn-primary:hover,
.posts-panel .btn-primary:focus,
.calendar-panel .btn-primary:hover,
.calendar-panel .btn-primary:focus {
  background: var(--skis-footer);
  border-color: var(--skis-footer);
  color: var(--white);
}

.posts-panel .btn-outline-primary,
.calendar-panel .btn-outline-primary {
  background: var(--white);
  border-color: #b9cce1;
  color: var(--skis-navy);
}

.posts-panel .btn-outline-primary:hover,
.posts-panel .btn-outline-primary:focus,
.calendar-panel .btn-outline-primary:hover,
.calendar-panel .btn-outline-primary:focus {
  background: var(--skis-navy);
  border-color: var(--skis-navy);
  color: var(--white);
}

.posts-panel .btn-danger,
.calendar-panel .btn-danger {
  background: var(--skis-red);
  border-color: var(--skis-red);
  color: var(--white);
}

.posts-panel .btn-danger:hover,
.posts-panel .btn-danger:focus,
.calendar-panel .btn-danger:hover,
.calendar-panel .btn-danger:focus {
  background: #a9001a;
  border-color: #a9001a;
  color: var(--white);
}

.board-table-wrap {
  background: rgba(255, 255, 255, .94);
  border: 1px solid var(--skis-line);
  box-shadow: 0 18px 46px rgba(20, 63, 104, .1);
  overflow-x: auto;
}

.board-table {
  border-collapse: collapse;
  margin: 0;
  min-width: 720px;
  width: 100%;
}

.board-table caption {
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

.board-table th {
  background: #f0f6fc;
  border-bottom: 1px solid #cddff0;
  color: #17345c;
  font-size: .96rem;
  font-weight: 1000;
  padding: 16px 14px;
  text-align: center;
}

.board-table td {
  border-bottom: 1px solid #e4edf6;
  color: #263246;
  font-size: .98rem;
  font-weight: 650;
  padding: 16px 14px;
  text-align: center;
}

.board-table tbody tr:hover {
  background: #f8fbff;
}

.board-table tbody tr:last-child td {
  border-bottom: 0;
}

.board-no {
  width: 96px;
}

.board-category {
  width: 120px;
}

.board-author {
  width: 140px;
}

.board-date {
  width: 132px;
}

td.board-title {
  text-align: left;
}

.board-title a {
  color: #182943;
  display: inline-block;
  font-weight: 850;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
}

.board-title a:hover {
  color: var(--skis-blue);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.notice-badge {
  background: var(--skis-red);
  border-radius: 4px;
  color: var(--white);
  display: inline-flex;
  font-size: .78rem;
  font-weight: 1000;
  justify-content: center;
  min-width: 46px;
  padding: 4px 8px;
}

.board-empty {
  color: var(--skis-muted);
  height: 160px;
  text-align: center;
}

.board-pagination {
  align-items: center;
  display: flex;
  gap: 6px;
  justify-content: center;
  margin-top: 28px;
}

.board-pagination a,
.board-pagination button {
  align-items: center;
  background: var(--white);
  border: 1px solid #cfdfee;
  border-radius: 4px;
  color: #2d3d52;
  display: inline-flex;
  font-size: .95rem;
  font-weight: 900;
  height: 38px;
  justify-content: center;
  min-width: 38px;
  padding: 0 10px;
}

.board-pagination a:hover,
.board-pagination a.active,
.board-pagination button:hover,
.board-pagination button.active {
  background: var(--skis-navy);
  border-color: var(--skis-navy);
  color: var(--white);
}

.board-pagination a.disabled,
.board-pagination button.disabled {
  color: #a7b4c3;
  pointer-events: none;
}

.board-pagination.faq-pagination {
  background: #e8f3ff;
  border: 1px solid #cfe4f8;
  border-radius: 10px;
  margin-top: 18px;
  padding: 18px 16px;
}

.board-pagination.faq-pagination a.active,
.board-pagination.faq-pagination button.active {
  background: var(--skis-blue);
  border-color: var(--skis-blue);
  color: var(--white);
}

.page-button {
  cursor: pointer;
}

.board-action {
  width: 96px;
}

.gallery-board-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gallery-board-card {
  background: var(--white);
  border: 1px solid #dbe6f1;
  color: inherit;
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  text-decoration: none;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.gallery-board-card:hover {
  border-color: #b9cfe5;
  box-shadow: 0 18px 42px rgba(20, 63, 104, .14);
  transform: translateY(-3px);
}

.gallery-board-card figure {
  aspect-ratio: 4 / 3;
  background: #edf3f8;
  margin: 0;
  overflow: hidden;
  position: relative;
}

.gallery-board-card img,
.gallery-board-card video {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform .28s ease;
  width: 100%;
}

.gallery-board-card:hover img,
.gallery-board-card:hover video {
  transform: scale(1.045);
}

.gallery-board-video-badge {
  align-items: center;
  background: rgba(16, 47, 84, .86);
  border-radius: 50%;
  color: var(--white);
  display: inline-flex;
  font-size: 1.25rem;
  height: 42px;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 42px;
}

.gallery-board-no-image {
  align-items: center;
  color: #93a8bc;
  display: flex;
  font-size: 2.4rem;
  height: 100%;
  justify-content: center;
}

.gallery-board-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 12px;
  padding: 18px 18px 16px;
}

.gallery-board-category {
  align-self: flex-start;
  background: #eef6ff;
  border: 1px solid #c9e2f8;
  color: var(--skis-navy);
  font-size: .78rem;
  font-weight: 950;
  line-height: 1;
  padding: 6px 8px;
}

.gallery-board-card h3 {
  color: #172b44;
  display: -webkit-box;
  font-size: 1.05rem;
  font-weight: 950;
  line-height: 1.42;
  margin: 0;
  min-height: 2.95em;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.gallery-board-card p {
  color: #607084;
  display: -webkit-box;
  font-size: .92rem;
  font-weight: 650;
  line-height: 1.55;
  margin: 0;
  min-height: 2.9em;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.gallery-board-card dl {
  align-items: center;
  border-top: 1px solid #e7eef6;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  margin: auto 0 0;
  padding-top: 12px;
}

.gallery-board-card dl div {
  min-width: 0;
}

.gallery-board-card dt {
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

.gallery-board-card dd {
  color: #6b7888;
  font-size: .85rem;
  font-weight: 800;
  margin: 0;
  max-width: 130px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gallery-board-empty {
  align-items: center;
  background: rgba(255, 255, 255, .94);
  border: 1px solid var(--skis-line);
  color: var(--skis-muted);
  display: flex;
  font-weight: 800;
  justify-content: center;
  min-height: 220px;
}

.admin-action-button {
  align-items: center;
  background: var(--white);
  border: 1px solid #b9cce1;
  border-radius: 4px;
  color: var(--skis-navy);
  display: inline-flex;
  font-size: .88rem;
  font-weight: 900;
  justify-content: center;
  min-height: 34px;
  padding: 0 12px;
  text-decoration: none;
}

.admin-action-button:hover,
.admin-action-button:focus {
  background: var(--skis-navy);
  border-color: var(--skis-navy);
  color: var(--white);
}

.admin-menu-table .board-action {
  min-width: 100px;
  width: 100px;
}

.admin-menu-table tbody .board-action {
  text-align: left;
}

.admin-menu-action-buttons {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: flex-start;
  max-width: 100%;
}

.admin-menu-action-buttons .admin-action-button {
  flex: 0 0 auto;
  white-space: nowrap;
}

.status-badge {
  background: #eef6ff;
  border: 1px solid #c9e2f8;
  border-radius: 4px;
  color: #17345c;
  display: inline-flex;
  font-size: .84rem;
  font-weight: 900;
  justify-content: center;
  min-width: 72px;
  padding: 4px 8px;
}

.admin-member-table {
  min-width: 980px;
}

.admin-member-table .board-title {
  text-align: left;
}

.admin-member-table .status-badge {
  font-size: .78rem;
  min-width: 58px;
  padding: 3px 7px;
}

.admin-member-table .role-admin {
  background: #fff4e5;
  border-color: #ffd39a;
  color: #8a4600;
}

.admin-member-table .role-teacher {
  background: #eef2ff;
  border-color: #c9d5ff;
  color: #243c8f;
}

.admin-member-table .role-general {
  background: #f1f5f9;
  border-color: #d8e1eb;
  color: #334155;
}

.admin-member-table .member-status-active {
  background: #eaf8ef;
  border-color: #bfe7ca;
  color: #176534;
}

.admin-member-table .member-status-inactive {
  background: #f3f4f6;
  border-color: #d7dce2;
  color: #4b5563;
}

.admin-member-table .member-status-locked {
  background: #fff7ed;
  border-color: #fdba74;
  color: #9a3412;
}

.admin-member-table .member-status-withdrawn {
  background: #fef2f2;
  border-color: #fecaca;
  color: #991b1b;
}

.admin-menu-table {
  min-width: 1080px;
}

.admin-menu-table tbody tr.admin-menu-depth-1 {
  background: #f8fbff;
}

.admin-menu-table tbody tr.admin-menu-depth-1:hover {
  background: #f2f7fd;
}

.admin-menu-table tbody tr.admin-menu-depth-1 td {
  border-top: 1px solid #d7e6f5;
}

.admin-menu-tree-title {
  min-width: 300px;
}

.admin-menu-tree-node {
  align-items: center;
  display: flex;
  gap: 8px;
  min-width: 0;
}

.admin-menu-tree-indent {
  flex: 0 0 0;
  width: 0;
}

.admin-menu-tree-depth-2 .admin-menu-tree-indent {
  flex-basis: 26px;
  width: 26px;
}

.admin-menu-tree-depth-3 .admin-menu-tree-indent {
  flex-basis: 52px;
  width: 52px;
}

.admin-menu-tree-branch {
  border-bottom: 2px solid #a9bfd6;
  border-left: 2px solid #a9bfd6;
  flex: 0 0 16px;
  height: 18px;
  margin-top: -8px;
  width: 16px;
}

.admin-menu-depth-badge {
  flex: 0 0 auto;
  font-size: .76rem;
  min-width: 58px;
  padding: 3px 7px;
}

.admin-menu-depth-1 .admin-menu-depth-badge {
  background: #17345c;
  border-color: #17345c;
  color: var(--white);
}

.admin-menu-depth-2 .admin-menu-depth-badge {
  background: #fff8e6;
  border-color: #f1d58c;
  color: #6d4c00;
}

.admin-menu-table .menu-visible-badge {
  background: #eaf8ef;
  border-color: #bfe7ca;
  color: #176534;
}

.admin-menu-table .menu-hidden-badge {
  background: #f3f4f6;
  border-color: #d7dce2;
  color: #4b5563;
}

.admin-menu-title-copy {
  display: block;
  min-width: 0;
}

.admin-menu-table .board-title strong,
.admin-menu-content-button,
.admin-menu-table .board-title small,
.admin-menu-link span,
.admin-menu-link small {
  display: block;
}

.admin-menu-content-button {
  background: transparent;
  border: 0;
  color: #17345c;
  font: inherit;
  font-weight: 900;
  padding: 0;
  text-align: left;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.admin-menu-content-button:hover,
.admin-menu-content-button:focus {
  color: var(--primary-blue);
}

.admin-menu-table .board-title small,
.admin-menu-link small {
  color: #69788c;
  font-size: .82rem;
  font-weight: 750;
  margin-top: 4px;
}

.admin-menu-link {
  overflow-wrap: anywhere;
  width: 230px;
}

.admin-menu-create-button {
  align-items: center;
  border-radius: 4px;
  display: inline-flex;
  font-weight: 900;
  gap: 6px;
  min-height: 42px;
}

.admin-menu-modal-dialog {
  max-width: min(1140px, calc(100vw - 32px));
  width: min(1140px, calc(100vw - 32px));
}

.auth-terms-modal .admin-menu-modal-dialog .modal-body {
  max-height: none;
  overflow: visible;
}

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

.admin-menu-modal-dialog .admin-menu-form-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.admin-menu-type-guide {
  background: #f8fbff;
  border: 1px solid #d7e6f5;
  border-radius: 8px;
  margin-bottom: 18px;
  padding: 16px;
}

.admin-menu-type-guide-heading {
  align-items: flex-start;
  display: flex;
  gap: 10px;
  margin-bottom: 14px;
}

.admin-menu-type-guide-heading i {
  color: var(--primary-blue);
  flex: 0 0 auto;
  font-size: 1.15rem;
  margin-top: 2px;
}

.admin-menu-type-guide-heading h3 {
  color: #17345c;
  font-size: 1rem;
  font-weight: 900;
  margin: 0 0 3px;
}

.admin-menu-type-guide-heading p {
  color: #55677c;
  font-size: .9rem;
  font-weight: 650;
  margin: 0;
}

.admin-menu-type-list {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
}

.admin-menu-type-list div {
  background: var(--white);
  border: 1px solid #e3ebf3;
  border-radius: 6px;
  padding: 10px 12px;
}

.admin-menu-type-list dt {
  color: #1d3557;
  font-size: .88rem;
  font-weight: 900;
  margin-bottom: 3px;
}

.admin-menu-type-list dd {
  color: #637186;
  font-size: .82rem;
  font-weight: 650;
  line-height: 1.45;
  margin: 0;
}

.admin-menu-content-editor-field {
  grid-column: 1 / -1;
}

.admin-menu-modal-dialog .admin-menu-memo-field {
  grid-column: 1 / -1;
}

.admin-menu-audit-field {
  grid-column: 1 / -1;
}

.admin-menu-audit {
  background: #f8fbff;
  border: 1px solid #d7e6f5;
  border-radius: 8px;
  display: grid;
  gap: 8px 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 14px 16px;
}

.admin-menu-audit div {
  min-width: 0;
}

.admin-menu-audit dt {
  color: #55677c;
  font-size: .78rem;
  font-weight: 800;
  margin-bottom: 3px;
}

.admin-menu-audit dd {
  color: #1d3557;
  font-size: .9rem;
  font-weight: 700;
  margin: 0;
  word-break: keep-all;
}

@media (max-width: 720px) {
  .admin-menu-audit {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.admin-content-action-row {
  grid-column: 1 / -1;
}

.admin-content-revision-field {
  grid-column: 1 / -1;
}

.admin-content-revision-heading {
  align-items: center;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.admin-content-revision-heading h3 {
  color: var(--text);
  font-size: 1rem;
  font-weight: 700;
  margin: 0;
}

.admin-content-revision-heading span {
  color: var(--muted);
  font-size: .9rem;
}

.admin-content-revision-table-wrap {
  margin-top: 0;
}

.admin-content-revision-load {
  background: transparent;
  border: 0;
  color: var(--primary);
  font-weight: 700;
  padding: 0;
  text-decoration: underline;
  text-underline-offset: 3px;
  white-space: nowrap;
}

.admin-content-revision-load:hover,
.admin-content-revision-load:focus {
  color: var(--primary-dark);
}

.admin-content-revision-pagination {
  gap: 4px;
  justify-content: center;
  margin-top: 12px;
}

.admin-content-revision-table {
  font-size: .9rem;
  table-layout: fixed;
}

.admin-content-revision-table th {
  padding: 10px 12px;
}

.admin-content-revision-table td {
  padding: 9px 12px;
}

.admin-content-revision-table th,
.admin-content-revision-table td {
  white-space: nowrap;
}

.admin-content-revision-table .board-no {
  width: 90px;
}

.admin-content-revision-date-col,
.admin-content-revision-date {
  width: 220px;
}

.admin-content-revision-pagination button {
  align-items: center;
  background: var(--white);
  border: 1px solid #cfdfee;
  border-radius: 4px;
  color: #2d3d52;
  display: inline-flex;
  font-size: .82rem;
  font-weight: 900;
  height: 30px;
  justify-content: center;
  min-width: 30px;
  padding: 0 8px;
}

.admin-content-revision-pagination button:hover,
.admin-content-revision-pagination button.active {
  background: var(--skis-navy);
  border-color: var(--skis-navy);
  color: var(--white);
}

.admin-content-revision-pagination button.disabled {
  color: #a7b4c3;
  opacity: 1;
  pointer-events: none;
}

.admin-menu-content-editor-field .note-editor {
  border-color: var(--border);
}

.admin-content-modal-dialog {
  max-width: min(1140px, calc(100vw - 32px));
  width: min(1140px, calc(100vw - 32px));
}

.auth-terms-modal .admin-content-modal-dialog .modal-body {
  display: block;
  max-height: calc(100vh - 140px);
  overflow-y: auto;
}

.admin-content-modal-dialog .admin-menu-form-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.admin-content-modal-dialog .admin-menu-content-editor-field {
  grid-column: 1 / -1;
}

.admin-content-modal-dialog .note-editor .note-editable {
  height: 520px !important;
  min-height: 520px;
  overflow-y: auto;
}

.content-management-toolbar {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 18px;
}

.content-management-toolbar .btn {
  align-items: center;
  display: inline-flex;
  gap: 7px;
}

#contentBodyEditModal .admin-menu-content-editor-field {
  margin-bottom: 0;
}

#contentBodyEditModal .note-editor .note-editable {
  height: 520px !important;
  min-height: 520px;
  overflow-y: auto;
}

.admin-member-detail {
  align-items: start;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, .8fr);
}

#memberDetailModal .modal-body {
  align-content: start;
  min-height: 66vh;
}

.admin-member-profile-link {
  align-items: center;
  color: #1c2b4a;
  display: inline-flex;
  gap: 10px;
  text-decoration: none;
}

.admin-member-profile-link img {
  border: 1px solid #dbe6f1;
  border-radius: 50%;
  display: block;
  height: 48px;
  object-fit: cover;
  width: 48px;
}

.admin-member-profile-link span {
  font-size: .9rem;
  font-weight: 800;
}

.admin-member-profile-link:hover span,
.admin-member-profile-link:focus span {
  color: #0046ad;
  text-decoration: underline;
}

.admin-form-field {
  display: grid;
  gap: 8px;
  margin-bottom: 16px;
}

.admin-form-field label {
  color: #203653;
  font-size: .94rem;
  font-weight: 900;
  line-height: 1.3;
}

.admin-form-field .form-control,
.admin-form-field .form-select {
  border-color: #cbdced;
  border-radius: 4px;
  color: #263246;
  font-size: .96rem;
  font-weight: 700;
  min-height: 42px;
  width: 100%;
}

.admin-form-field .form-control::placeholder {
  color: #9fb2c6;
  font-weight: 500;
  opacity: 1;
}

.admin-form-field .form-select {
  -webkit-appearance: none;
  appearance: none;
  background-position: right 12px center;
  background-size: 16px 12px;
  height: 42px;
  line-height: 1.2;
  padding: 6px 36px 6px 12px;
}

.admin-skis-sns-form {
  background: #f8fbff;
  border: 1px solid #d7e6f5;
  border-radius: 8px;
  margin-bottom: 22px;
  padding: 18px;
}

.admin-skis-sns-form h3 {
  color: #17345c;
  font-size: 1rem;
  font-weight: 900;
  margin: 0 0 14px;
}

.admin-skis-sns-form-grid {
  align-items: end;
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(180px, 1.2fr) minmax(220px, 1.2fr) minmax(180px, 1fr) 120px 120px auto;
}

.admin-skis-sns-form-actions {
  align-self: end;
}

.admin-skis-sns-thumb {
  aspect-ratio: 5 / 3;
  border-radius: 6px;
  display: block;
  object-fit: cover;
  width: 110px;
}

.admin-skis-sns-link {
  max-width: 260px;
}

.admin-skis-sns-link a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.admin-skis-sns-table .board-action {
  min-width: 132px;
}

.skis-sns-delete-form {
  display: inline-block;
  margin-left: 6px;
}

.admin-action-button.danger {
  border-color: #f1c4c4;
  color: #b42318;
}

.admin-skis-sns-current-image,
.skis-sns-current-image {
  display: grid;
  gap: 8px;
}

.admin-skis-sns-current-image span {
  color: var(--text);
  font-weight: 850;
}

.admin-skis-sns-current-image img,
.skis-sns-current-image img {
  aspect-ratio: 5 / 3;
  border-radius: 6px;
  object-fit: cover;
  width: 160px;
}

.skis-sns-current-image img {
  border: 1px solid #dbe6f1;
  width: min(320px, 100%);
}

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

.admin-popup-link-check {
  align-items: center;
  display: inline-flex;
  gap: 8px;
  margin: 0;
}

.admin-popup-current-image {
  background: #f6f8fb;
  border: 1px solid #e1e6ef;
  border-radius: 8px;
  display: inline-flex;
  max-width: 420px;
  padding: 10px;
}

.admin-popup-current-image img {
  border-radius: 6px;
  display: block;
  max-height: 320px;
  max-width: 100%;
  object-fit: contain;
}

.admin-popup-gallery {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.admin-popup-card {
  background: #fff;
  border: 1px solid #dbe6f1;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
}

.admin-popup-card figure {
  aspect-ratio: 4 / 3;
  background: #f6f8fb;
  margin: 0;
  overflow: hidden;
}

.admin-popup-card figure img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.admin-popup-card-body {
  display: grid;
  gap: 8px;
  padding: 16px 16px 12px;
}

.admin-popup-card-body h3 {
  color: #17345c;
  font-size: 1.05rem;
  font-weight: 850;
  line-height: 1.35;
  margin: 0;
}

.admin-popup-card-body p {
  color: #5b6b83;
  font-size: .92rem;
  margin: 0;
}

.admin-popup-card-body .status-badge {
  justify-self: start;
}

.admin-popup-card-actions {
  border-top: 1px solid #edf2f7;
  margin-top: auto;
  padding: 12px 16px 16px;
}

.admin-popup-modal-dialog {
  max-width: 760px;
}

.admin-resource-table {
  min-width: 980px;
}

.admin-resource-toolbar .board-search {
  margin-left: auto;
}

.admin-resource-table .board-title {
  text-align: left;
}

.admin-resource-title-button {
  background: transparent;
  border: 0;
  color: inherit;
  display: block;
  max-width: 100%;
  overflow: hidden;
  padding: 0;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.admin-resource-title-button strong {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}

.admin-resource-title-button:hover,
.admin-resource-title-button:focus {
  color: #0046ad;
}

.admin-resource-file-path {
  text-align: center;
}

.admin-resource-copy-field {
  display: grid;
  gap: 8px;
  grid-template-columns: minmax(0, 1fr) auto;
}

.admin-resource-copy-field .form-control {
  color: #42526d;
  font-size: .84rem;
  min-width: 0;
}

.admin-resource-copy-field .btn {
  min-height: 38px;
  padding: 6px 10px;
}

.admin-resource-table .status-badge {
  font-size: .78rem;
  min-width: 58px;
  padding: 3px 7px;
}

.admin-resource-modal-dialog {
  max-width: 820px;
}

.admin-resource-link-panel {
  background: #f7f9fc;
  border: 1px solid #dbe6f1;
  border-radius: 8px;
  display: grid;
  gap: 8px;
  margin-bottom: 18px;
  padding: 14px;
}

.admin-resource-link-panel label {
  color: #17345c;
  font-weight: 850;
}

.admin-resource-link-panel div {
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(0, 1fr) auto auto;
}

.admin-resource-file-info {
  border: 1px solid #edf2f7;
  border-radius: 8px;
  margin-bottom: 18px;
  padding: 14px;
}

.admin-resource-file-info dl {
  display: grid;
  gap: 10px 16px;
  grid-template-columns: 110px minmax(0, 1fr);
  margin: 0;
}

.admin-resource-file-info dt {
  color: #5b6b83;
  font-weight: 800;
}

.admin-resource-file-info dd {
  color: #1c2b4a;
  margin: 0;
  min-width: 0;
  overflow-wrap: anywhere;
}

.main-popup-layer {
  align-items: flex-start;
  background: rgba(16, 24, 40, .38);
  display: none;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  inset: 0;
  overflow-y: auto;
  padding: 96px 24px 32px;
  position: fixed;
  z-index: 1080;
}

.main-popup-layer.is-ready {
  display: flex;
}

.main-popup-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 18px 46px rgba(16, 24, 40, .24);
  max-width: min(420px, calc(100vw - 32px));
  overflow: hidden;
  width: 420px;
}

.main-popup-header,
.main-popup-footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.main-popup-header {
  border-bottom: 1px solid #edf0f5;
  padding: 14px 16px;
}

.main-popup-header h2 {
  color: #1c2b4a;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.35;
  margin: 0;
  min-width: 0;
}

.main-popup-close {
  align-items: center;
  background: transparent;
  border: 0;
  color: #5f6f89;
  display: inline-flex;
  flex: 0 0 auto;
  height: 32px;
  justify-content: center;
  margin-left: 8px;
  padding: 0;
  width: 32px;
}

.main-popup-close:hover,
.main-popup-close:focus,
.main-popup-close-text:hover,
.main-popup-close-text:focus {
  color: #0046ad;
}

.main-popup-image,
.main-popup-image-link img {
  display: block;
  height: auto;
  max-height: min(620px, calc(100vh - 220px));
  object-fit: contain;
  width: 100%;
}

.main-popup-footer {
  background: #f7f9fc;
  border-top: 1px solid #edf0f5;
  gap: 12px;
  padding: 12px 16px;
}

.main-popup-footer label {
  align-items: center;
  color: #42526d;
  display: inline-flex;
  font-size: .92rem;
  gap: 8px;
  margin: 0;
}

.main-popup-footer-actions {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 12px;
}

.main-popup-link-button {
  align-items: center;
  background: #0046ad;
  border: 1px solid #0046ad;
  border-radius: 4px;
  color: #fff;
  display: inline-flex;
  font-size: .9rem;
  font-weight: 800;
  min-height: 34px;
  padding: 6px 12px;
  text-decoration: none;
}

.main-popup-link-button:hover,
.main-popup-link-button:focus {
  background: #003681;
  border-color: #003681;
  color: #fff;
}

.main-popup-close-text {
  background: transparent;
  border: 0;
  color: #1c2b4a;
  flex: 0 0 auto;
  font-weight: 700;
  padding: 4px 0;
}

.skis-sns-board-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.skis-sns-board-card {
  background: var(--white);
  border: 1px solid #dfe8f2;
  border-radius: 8px;
  box-shadow: 0 14px 30px rgba(17, 39, 72, .08);
  color: var(--text);
  overflow: hidden;
  transition: box-shadow .24s ease, transform .24s ease;
}

.skis-sns-board-link {
  color: inherit;
  display: block;
}

.skis-sns-board-card:hover,
.skis-sns-board-card:focus {
  box-shadow: 0 22px 42px rgba(17, 39, 72, .14);
  transform: translateY(-4px);
}

.skis-sns-board-card figure {
  aspect-ratio: 5 / 3;
  background: #eaf1f8;
  margin: 0;
  overflow: hidden;
  position: relative;
}

.skis-sns-board-card img {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform .3s ease;
  width: 100%;
}

.skis-sns-board-card:hover img,
.skis-sns-board-card:focus img {
  transform: scale(1.04);
}

.skis-sns-board-card h3 {
  font-size: 1.05rem;
  font-weight: 900;
  line-height: 1.45;
  margin: 0;
  padding: 18px;
}

.skis-sns-board-actions {
  align-items: center;
  border-top: 1px solid #e5edf5;
  display: flex;
  gap: 6px;
  justify-content: flex-end;
  padding: 14px;
}

.skis-sns-board-empty {
  background: #f8fbff;
  border: 1px dashed #c7d8e9;
  border-radius: 8px;
  color: #60728a;
  font-weight: 800;
  padding: 34px 18px;
  text-align: center;
}

.admin-member-detail section {
  background: #f7fbff;
  border: 1px solid #dbe8f5;
  display: grid;
  gap: 14px;
  padding: 18px;
}

.admin-member-tabs {
  border-bottom: 1px solid #cdddef;
  gap: 4px;
}

.admin-member-tabs .nav-link {
  border: 1px solid transparent;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  color: #65758b;
  font-weight: 900;
  min-width: 160px;
  padding: 11px 20px;
}

.admin-member-tabs .nav-link:hover,
.admin-member-tabs .nav-link:focus {
  color: #003478;
}

.admin-member-tabs .nav-link.active {
  background: #003478;
  border-color: #003478;
  color: #fff;
}

.admin-member-tab-content {
  padding-top: 20px;
}

.admin-perm-section {
  display: grid;
  gap: 18px;
}

.admin-perm-heading {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  gap: 14px 24px;
  justify-content: space-between;
}

.admin-perm-heading h3 {
  margin-bottom: 6px !important;
}

.admin-perm-summary {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.admin-perm-summary strong {
  color: #003478;
  font-size: .9rem;
  margin-right: 4px;
}

.admin-perm-root-tabs {
  border-bottom: 1px solid #cdddef;
  display: flex;
  flex-wrap: nowrap;
  gap: 4px;
  overflow-x: auto;
}

.admin-perm-root-tabs .nav-link {
  border: 1px solid transparent;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  color: #65758b;
  flex: 0 0 auto;
  font-size: .9rem;
  font-weight: 900;
  min-width: 116px;
  padding: 10px 16px;
}

.admin-perm-root-tabs .nav-link:hover,
.admin-perm-root-tabs .nav-link:focus {
  color: #003478;
}

.admin-perm-root-tabs .nav-link.active {
  background: #003478;
  border-color: #003478;
  color: #fff;
}

.admin-perm-root-content {
  border: 1px solid #cdddef;
  border-top: 0;
  min-height: 180px;
  padding: 18px;
}

.admin-perm-tree-list,
.admin-perm-tree-children {
  list-style: none;
  margin: 0;
  padding: 0;
}

.admin-perm-tree-list {
  display: grid;
  gap: 12px;
}

.admin-perm-group input[type="checkbox"] {
  accent-color: #0054b8;
  flex: none;
  height: 16px;
  width: 16px;
}

.admin-perm-direct-node {
  max-width: 760px;
}

.admin-perm-subgroup {
  background: #f7fbff;
  border: 1px solid #dbe8f5;
  padding: 14px 16px 16px;
}

.admin-perm-subgroup-head {
  border-bottom: 1px solid #dbe8f5;
  padding-bottom: 11px;
}

.admin-perm-subgroup-head label {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  gap: 9px;
  margin: 0;
}

.admin-perm-subgroup-head span {
  color: #17345c;
  font-size: .95rem;
  font-weight: 900;
}

.admin-perm-tree-children {
  border-left: 2px solid #cdddef;
  display: grid;
  gap: 8px;
  margin: 12px 0 0 7px;
  padding-left: 24px;
}

.admin-perm-tree-children > li {
  max-width: 720px;
  position: relative;
}

.admin-perm-tree-children > li::before {
  background: #cdddef;
  content: "";
  height: 2px;
  left: -24px;
  position: absolute;
  top: 50%;
  width: 22px;
}

.admin-perm-help {
  color: #5b6b82;
  font-size: .85rem;
  margin: 0;
}

@media (max-width: 576px) {
  .admin-perm-root-tabs .nav-link {
    min-width: 104px;
    padding: 9px 12px;
  }

  .admin-perm-root-content {
    padding: 12px;
  }

  .admin-perm-subgroup {
    padding: 12px;
  }

  .admin-perm-tree-children {
    padding-left: 18px;
  }
}

.admin-perm-item {
  align-items: center;
  background: #fff;
  border: 1px solid #d5e4f3;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  gap: 8px;
  padding: 8px 10px;
}

.admin-perm-item input {
  flex: none;
}

.admin-perm-item span {
  color: #263246;
  flex: 1;
  font-size: .88rem;
  font-weight: 700;
  min-width: 0;
  word-break: keep-all;
}

.admin-perm-item span strong,
.admin-perm-item span small {
  display: block;
}

.admin-perm-item span strong {
  color: #263246;
  font-size: .88rem;
  font-weight: 800;
}

.admin-perm-item span small {
  color: #7a8ba1;
  font-size: .7rem;
  font-weight: 600;
  margin-top: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.admin-perm-type {
  background: #eef4fb;
  border-radius: 10px;
  color: #0054b8;
  flex: none;
  font-size: .72rem;
  font-style: normal;
  font-weight: 800;
  padding: 2px 8px;
}

.admin-perm-item input:disabled ~ span {
  color: #7d8ea3;
}

.admin-perm-empty {
  color: #8091a6;
  font-size: .85rem;
  margin: 0;
}

.admin-member-detail dl {
  display: grid;
  gap: 8px 14px;
  grid-template-columns: 110px minmax(0, 1fr);
  margin: 0;
}

.admin-member-detail dt {
  color: #596b82;
  font-weight: 900;
}

.admin-member-detail dd {
  color: #263246;
  font-weight: 800;
  margin: 0;
  min-width: 0;
  overflow-wrap: anywhere;
}

.post-view {
  background: rgba(255, 255, 255, .95);
  border: 1px solid var(--skis-line);
  box-shadow: 0 18px 46px rgba(20, 63, 104, .1);
}

.post-form {
  background: rgba(255, 255, 255, .95);
  border: 1px solid var(--skis-line);
  box-shadow: 0 18px 46px rgba(20, 63, 104, .1);
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
}

.post-form-body {
  display: grid;
  gap: 18px;
  max-width: 100%;
  min-width: 0;
  padding: clamp(24px, 4vw, 36px);
}

.post-form-row {
  display: grid;
  gap: 8px;
  min-width: 0;
}

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

.gallery-upload-list,
.attachment-upload-list {
  display: grid;
  gap: 10px;
}

.gallery-upload-item,
.attachment-upload-item {
  display: grid;
  gap: 8px;
  grid-template-columns: minmax(0, 1fr) 44px;
}

.gallery-upload-remove,
.attachment-upload-remove {
  align-items: center;
  border-radius: 4px;
  display: inline-flex;
  justify-content: center;
  min-height: 44px;
  padding: 0;
}

.gallery-upload-add,
.attachment-upload-add {
  align-items: center;
  border-radius: 4px;
  display: inline-flex;
  font-weight: 900;
  gap: 6px;
  justify-content: center;
  justify-self: start;
  min-height: 42px;
  padding: 0 14px;
}

.post-form-row > label {
  color: var(--skis-navy);
  font-weight: 900;
}

.post-form-row .form-control,
.post-form-row .form-select {
  border-color: #cbdced;
  border-radius: 4px;
  font-weight: 700;
  max-width: 100%;
  min-width: 0;
  min-height: 44px;
}

.post-form-editor-row .note-editor {
  border-color: #cbdced;
  border-radius: 4px;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
  width: 100%;
}

.post-form-editor-row .note-toolbar {
  background: #f5f9fd;
  white-space: normal;
}

.post-form-editor-row .note-editing-area {
  max-width: 100%;
  overflow: auto;
}

.post-form-editor-row .note-editable img,
.post-form-editor-row .note-editable video,
.post-form-editor-row .note-editable iframe,
.post-form-editor-row .note-editable table {
  max-width: 100%;
}

.post-form .error {
  color: #c43131;
  font-size: .9rem;
  font-weight: 800;
}

.post-form-help {
  color: #64758a;
  font-size: .9rem;
  font-weight: 700;
  margin: 0;
}

.post-current-image-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.post-current-image-grid figure {
  aspect-ratio: 4 / 3;
  background: #edf3f8;
  border: 1px solid #dbe6f1;
  margin: 0;
  overflow: hidden;
  position: relative;
}

.post-current-image-sort-handle {
  align-items: center;
  background: rgba(23, 52, 92, .86);
  color: var(--white);
  cursor: grab;
  display: inline-flex;
  font-size: 1.1rem;
  height: 30px;
  justify-content: center;
  left: 8px;
  position: absolute;
  top: 8px;
  width: 30px;
  z-index: 2;
}

.post-current-image-sort-handle:active {
  cursor: grabbing;
}

.post-current-image-sort-ghost {
  opacity: .45;
}

.post-current-image-grid a {
  display: block;
  height: 100%;
}

.post-current-image-grid img,
.post-current-image-grid video {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.post-current-image-delete {
  align-items: center;
  background: rgba(185, 39, 39, .92);
  border: 0;
  bottom: 8px;
  color: var(--white);
  cursor: pointer;
  display: inline-flex;
  font-size: .82rem;
  font-weight: 950;
  gap: 5px;
  min-height: 30px;
  padding: 0 9px;
  position: absolute;
  right: 8px;
}

.post-current-image-delete:hover,
.post-current-image-delete:focus {
  background: #a51f1f;
  color: var(--white);
}

.post-current-attachment-list {
  border: 1px solid #dbe6f1;
  display: grid;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

.post-current-attachment-list li {
  align-items: center;
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 10px 12px;
}

.post-current-attachment-list li + li {
  border-top: 1px solid #dbe6f1;
}

.post-current-attachment-list a {
  align-items: center;
  color: #23384f;
  display: inline-flex;
  font-weight: 800;
  gap: 8px;
  min-width: 0;
  overflow-wrap: anywhere;
  text-decoration: none;
}

.post-current-attachment-list a:hover,
.post-current-attachment-list a:focus {
  color: var(--primary);
}

.post-form-alert {
  background: #fff3f3;
  border: 1px solid #f3caca;
  border-radius: 4px;
  color: #b92727;
  font-weight: 900;
  padding: 12px 14px;
}

.required-mark {
  color: #c43131;
}

.post-view-header {
  border-bottom: 1px solid #dce7f2;
  padding: clamp(24px, 4vw, 36px);
}

.post-view-header h3 {
  color: var(--skis-ink);
  font-size: clamp(1.45rem, 2.4vw, 2rem);
  font-weight: 1000;
  line-height: 1.36;
  margin: 0 0 18px;
}

.post-view-header dl {
  color: #536275;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin: 0;
}

.post-view-header dl div {
  align-items: center;
  display: inline-flex;
  gap: 8px;
}

.post-view-header dt,
.post-view-header dd {
  font-size: .95rem;
  margin: 0;
}

.post-view-header dt {
  color: #1c3555;
  font-weight: 950;
}

.post-view-header dd {
  font-weight: 700;
}

.post-attachments {
  background: #f7fbff;
  border-bottom: 1px solid #dce7f2;
  padding: 18px clamp(24px, 4vw, 36px);
}

.post-attachments h4 {
  color: #1c3555;
  font-size: 1rem;
  font-weight: 1000;
  margin: 0 0 10px;
}

.post-attachments ul {
  display: grid;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.post-attachments a {
  align-items: center;
  color: #253955;
  display: inline-flex;
  font-weight: 800;
  gap: 8px;
}

.post-attachments a:hover {
  color: var(--skis-blue);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.post-content {
  color: #263246;
  font-size: 1.02rem;
  font-weight: 560;
  line-height: 1.85;
  min-height: 260px;
  padding: clamp(26px, 5vw, 48px);
}

.post-content img,
.post-images img,
.post-images video {
  height: auto;
  max-width: 100%;
}

.post-content table {
  max-width: 100%;
}

.post-content-text {
  white-space: pre-line;
}

.post-images {
  border-top: 1px solid #edf3fa;
  display: grid;
  gap: 18px;
  padding: 0 clamp(26px, 5vw, 48px) clamp(26px, 5vw, 48px);
}

.post-images a {
  display: block;
}

.form-action-row {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: flex-end;
}

.post-actions {
  border-top: 1px solid #dce7f2;
  padding: 20px clamp(24px, 4vw, 36px);
}

.form-action-row .btn {
  align-items: center;
  border-radius: 4px;
  display: inline-flex;
  font-weight: 900;
  gap: 6px;
  justify-content: center;
  min-width: 96px;
}

.post-delete-form {
  margin: 0;
}

.greeting-signature span {
  color: #4b5f78;
  font-size: 1rem;
  font-weight: 800;
}

.greeting-signature strong {
  color: #000;
  font-size: 1.32rem;
  font-weight: 1000;
}

.admission-content-band {
  background: var(--white);
}

.admission-panel {
  min-width: 0;
}

.admission-card {
  background: var(--white);
  border: 1px solid var(--skis-line);
  box-shadow: 0 18px 46px rgba(20, 63, 104, .1);
  padding: clamp(24px, 4vw, 42px);
}

.requirements-image-grid {
  display: grid;
  gap: 28px;
}

.admission-tabs {
  border-bottom: 1px solid #cdddf0;
  gap: 6px;
}

.admission-tabs .nav-link {
  border-radius: 4px 4px 0 0;
  color: var(--skis-muted);
  font-size: 1rem;
  font-weight: 900;
  min-height: 44px;
  padding: 10px 22px;
}

.admission-tabs .nav-link:hover {
  border-color: #d7e7f5 #d7e7f5 #cdddf0;
  color: var(--skis-navy);
}

.admission-tabs .nav-link.active {
  background: var(--skis-navy);
  border-color: var(--skis-navy);
  color: var(--white);
}

.admission-tab-content {
  padding-top: 30px;
}

.admission-tab-content .tab-pane {
  display: none;
}

.admission-tab-content .tab-pane.active {
  display: grid;
  gap: 28px;
}

.admission-image-button {
  background: var(--white);
  border: 1px solid #e1e9f3;
  border-radius: 4px;
  box-shadow: 0 10px 28px rgba(20, 63, 104, .08);
  cursor: zoom-in;
  display: block;
  padding: 0;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
  width: 100%;
}

.admission-image-button:hover,
.admission-image-button:focus {
  border-color: var(--skis-blue);
  box-shadow: 0 14px 34px rgba(20, 63, 104, .14);
  outline: none;
  transform: translateY(-2px);
}

.admission-image-button img {
  display: block;
  height: auto;
  width: 100%;
}

.admission-image-modal .modal-content {
  background: #0b1526;
  color: var(--white);
}

.admission-image-modal .modal-header {
  border-bottom-color: rgba(255, 255, 255, .16);
}

.admission-image-modal .modal-title {
  font-size: 1.1rem;
  font-weight: 900;
}

.admission-image-modal .btn-close {
  filter: invert(1);
  opacity: .9;
}

.admission-image-modal .modal-body {
  align-items: center;
  display: flex;
  justify-content: center;
  max-height: calc(100vh - 110px);
  overflow: auto;
  padding: 20px;
}

.admission-modal-img {
  display: block;
  height: auto;
  max-width: 100%;
}

.education-content-band,
.about-content-band,
.korean-content-band,
.news-content-band {
  background: var(--white);
}

.korean-intro-figure {
  margin: 38px 0 0;
}

.korean-intro-figure img {
  border-radius: 6px;
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}

.auth-page {
  background: var(--skis-sky-soft);
  min-height: calc(100vh - 281px);
  padding: clamp(48px, 7vw, 86px) 28px;
}

.auth-hero {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  max-width: 1440px;
}

.auth-panel {
  background: rgba(255, 255, 255, .96);
  border: 1px solid rgba(215, 231, 245, .9);
  box-shadow: 0 24px 60px rgba(11, 35, 72, .2);
  display: grid;
  gap: 28px;
  max-width: 520px;
  padding: clamp(28px, 5vw, 48px);
  width: min(100%, 520px);
}

.auth-panel-wide {
  max-width: 680px;
  width: min(100%, 680px);
}

.auth-intro {
  text-align: center;
}

.auth-intro span {
  color: var(--skis-blue);
  display: inline-block;
  font-size: .9rem;
  font-weight: 1000;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.auth-intro h1 {
  color: var(--skis-ink);
  font-size: clamp(2rem, 4vw, 2.7rem);
  font-weight: 1000;
  line-height: 1.16;
  margin: 0 0 12px;
}

.auth-intro p {
  color: #42536a;
  font-size: 1rem;
  font-weight: 700;
  margin: 0;
}

.auth-notice {
  background: #fff8d8;
  border: 1px solid #ead57c;
  color: #5d4a00;
  font-size: .96rem;
  font-weight: 900;
  line-height: 1.55;
  margin: -8px 0 0;
  padding: 13px 16px;
  text-align: center;
}

.auth-form {
  display: grid;
  gap: 18px;
}

.auth-tabs {
  border-bottom: 1px solid #cdddf0;
  gap: 6px;
}

.auth-tabs .nav-link {
  border-radius: 4px 4px 0 0;
  color: var(--skis-muted);
  font-weight: 900;
  min-height: 44px;
}

.auth-tabs .nav-link:hover {
  border-color: #d7e7f5 #d7e7f5 #cdddf0;
  color: var(--skis-navy);
}

.auth-tabs .nav-link.active {
  background: var(--skis-navy);
  border-color: var(--skis-navy);
  color: var(--white);
}

.auth-tab-content {
  padding-top: 22px;
}

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

.auth-field {
  display: grid;
  gap: 8px;
}

.auth-field label {
  color: #203653;
  font-size: .96rem;
  font-weight: 900;
}

.required-mark {
  background: var(--skis-red);
  color: var(--white);
  display: inline-flex;
  font-size: .72rem;
  font-weight: 1000;
  line-height: 1;
  margin-left: 6px;
  padding: 4px 6px;
  vertical-align: middle;
}

.auth-input {
  align-items: center;
  background: var(--white);
  border: 1px solid #cbdced;
  display: grid;
  gap: 10px;
  grid-template-columns: 22px minmax(0, 1fr);
  min-height: 52px;
  padding: 0 15px;
}

.auth-input:focus-within {
  border-color: var(--skis-blue);
  box-shadow: 0 0 0 3px rgba(31, 134, 220, .14);
}

.auth-input i {
  color: var(--skis-blue);
  font-size: 1.05rem;
  text-align: center;
}

.auth-input input {
  border: 0;
  color: var(--skis-ink);
  font-size: 1rem;
  font-weight: 700;
  min-width: 0;
  outline: 0;
  width: 100%;
}

.auth-input input::placeholder {
  color: #9aa8bb;
  font-weight: 650;
}

.auth-error {
  color: var(--skis-red);
  font-size: .86rem;
  font-weight: 850;
  grid-column: 1 / -1;
  margin: -7px 0 0;
}

.auth-options {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  justify-content: space-between;
}

.auth-check {
  align-items: center;
  color: #3d4e65;
  display: inline-flex;
  font-size: .94rem;
  font-weight: 800;
  gap: 8px;
}

.auth-check input {
  accent-color: var(--skis-blue);
  height: 16px;
  width: 16px;
}

.auth-choice-group {
  border: 1px solid #dbe8f5;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  grid-column: 1 / -1;
  margin: 0;
  padding: 16px;
}

.auth-choice-group legend {
  color: #203653;
  float: none;
  font-size: .96rem;
  font-weight: 900;
  margin: 0 0 4px;
  width: 100%;
}

.auth-radio,
.auth-consent label {
  align-items: center;
  color: #3d4e65;
  display: inline-flex;
  font-size: .95rem;
  font-weight: 800;
  gap: 8px;
}

.auth-radio input,
.auth-consent input {
  accent-color: var(--skis-blue);
  height: 16px;
  width: 16px;
}

.auth-consent {
  align-items: center;
  background: #f7fbff;
  border: 1px solid #dbe8f5;
  display: flex;
  gap: 14px;
  grid-column: 1 / -1;
  justify-content: space-between;
  min-height: 52px;
  padding: 14px 16px;
}

.auth-captcha {
  grid-column: 1 / -1;
}

.captcha-box {
  align-items: center;
  background: #f7fbff;
  border: 1px solid #dbe8f5;
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(0, 1fr) 42px;
  min-height: 52px;
  padding: 0 10px 0 16px;
}

.captcha-question {
  color: #17345c;
  font-size: 1.05rem;
  font-weight: 1000;
}

.captcha-refresh {
  align-items: center;
  background: var(--white);
  border: 1px solid #b9cce1;
  color: var(--skis-navy);
  display: inline-flex;
  height: 36px;
  justify-content: center;
  padding: 0;
  width: 36px;
}

.captcha-refresh:hover,
.captcha-refresh:focus {
  background: var(--skis-navy);
  border-color: var(--skis-navy);
  color: var(--white);
}

.auth-terms-button {
  background: var(--white);
  border: 1px solid #b9cce1;
  color: var(--skis-navy);
  flex: 0 0 auto;
  font-size: .9rem;
  font-weight: 900;
  min-height: 36px;
  padding: 0 14px;
}

.auth-terms-button:hover,
.auth-terms-button:focus {
  background: var(--skis-navy);
  border-color: var(--skis-navy);
  color: var(--white);
}

.signup-form .auth-submit {
  grid-column: 1 / -1;
}

.auth-options a {
  color: var(--skis-navy);
  font-size: .94rem;
  font-weight: 900;
}

.auth-options a:hover {
  color: var(--skis-blue);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.auth-submit {
  align-items: center;
  background: var(--skis-navy);
  border: 1px solid var(--skis-navy);
  color: var(--white);
  display: inline-flex;
  font-size: 1.05rem;
  font-weight: 1000;
  gap: 8px;
  justify-content: center;
  min-height: 54px;
  padding: 0 18px;
  width: 100%;
}

.auth-submit:hover,
.auth-submit:focus {
  background: var(--skis-blue);
  border-color: var(--skis-blue);
}

.google-auth-button {
  background: var(--white);
  border-color: #cbdced;
  color: #1f2937;
  gap: 12px;
}

.google-auth-button:hover,
.google-auth-button:focus {
  background: #f7fbff;
  border-color: #9fb8d4;
  color: #111827;
}

.google-auth-icon {
  flex: 0 0 auto;
  height: 22px;
  width: 22px;
}

.auth-actions {
  border-top: 1px solid #dce7f2;
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding-top: 24px;
}

.auth-action-card {
  background: #f7fbff;
  border: 1px solid #dbe8f5;
  display: grid;
  gap: 5px;
  min-height: 126px;
  padding: 18px 16px;
}

.auth-action-card:hover {
  background: var(--skis-sky-soft);
  border-color: #9dccf2;
}

.auth-action-card i {
  color: var(--skis-blue);
  font-size: 1.5rem;
}

.auth-action-card strong {
  color: #17345c;
  font-size: 1rem;
  font-weight: 1000;
  line-height: 1.3;
}

.auth-action-card span {
  color: #596b82;
  font-size: .9rem;
  font-weight: 700;
  line-height: 1.45;
}

.auth-switch {
  color: #42536a;
  font-size: .96rem;
  font-weight: 800;
  margin: -6px 0 0;
  text-align: center;
}

.auth-switch a {
  color: var(--skis-navy);
  font-weight: 1000;
  margin-left: 6px;
}

.auth-switch a:hover {
  color: var(--skis-blue);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.auth-terms-modal .modal-content {
  border: 0;
  border-radius: 6px;
}

.auth-terms-modal .modal-header {
  border-bottom: 1px solid #dce7f2;
  padding: 20px 24px;
}

.auth-terms-modal .modal-title {
  color: var(--skis-ink);
  font-size: 1.25rem;
  font-weight: 1000;
}

.auth-terms-modal .modal-body {
  display: grid;
  gap: 18px;
  max-height: min(62vh, 520px);
  overflow: auto;
  padding: 24px;
}

.auth-terms-modal .modal-body section {
  background: #f7fbff;
  border: 1px solid #dbe8f5;
  padding: 18px;
}

.auth-terms-modal .modal-body h3 {
  color: var(--skis-navy);
  font-size: 1rem;
  font-weight: 1000;
  margin: 0 0 8px;
}

.auth-terms-modal .modal-body p {
  color: #3d4e65;
  font-size: .96rem;
  font-weight: 650;
  line-height: 1.7;
  margin: 0;
}

.auth-terms-modal .modal-footer {
  border-top: 1px solid #dce7f2;
  padding: 16px 24px;
}

.auth-terms-modal .modal-footer .btn {
  border-radius: 4px;
  font-weight: 900;
  min-width: 96px;
}

.reveal-section {
  opacity: 0;
  transform: translateY(34px);
  transition:
    opacity .72s ease,
    transform .72s ease;
  will-change: opacity, transform;
}

.reveal-section.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .hero-slide::after {
    animation: none;
    display: none;
  }

  .nav-top,
  .nav-top::after,
  .nav-dropdown,
  .nav-dropdown a,
  .nav-sub,
  .carousel-item.active .hero-content {
    animation: none;
    transition: none;
  }

  .hero-actions .btn,
  .student-gallery a,
  .student-gallery img,
  .meal-more,
  .meal-photo img,
  .notice-more,
  .gallery-more,
  .notice-list a,
  .quick-links a,
  .quick-links i,
  .info-card,
  .info-card::after,
  .gallery-item img {
    transition: none;
  }

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

@media (max-width: 1080px) {
  .header-main {
    align-items: flex-start;
    flex-direction: column;
    gap: 0;
    min-height: 0;
    padding-bottom: 12px;
    padding-top: 12px;
  }

  .brand {
    flex: 0 0 auto;
    width: 263px;
  }

  .brand img {
    height: auto;
    width: 100%;
  }

  .main-nav {
    font-size: .82rem;
    flex-wrap: wrap;
    gap: clamp(12px, 1.6vw, 20px);
    justify-content: flex-start;
    overflow-x: visible;
    width: 100%;
  }

  .nav-top {
    min-height: 56px;
  }

  .main-nav:hover,
  .main-nav:focus-within,
  .header-main:has(.site-mega-menu:hover) .main-nav {
    justify-content: stretch;
  }

  .site-mega-inner {
    padding-left: 28px;
  }

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

  .notice-meal-grid,
  .info-grid {
    grid-template-columns: 1fr;
  }

  .info-grid {
    background: #fff;
  }

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

  .sub-layout {
    grid-template-columns: 1fr;
  }

  .sub-sidebar {
    order: 2;
  }

  .greeting-panel {
    order: 1;
  }

  .admission-panel {
    order: 1;
  }

  .education-panel {
    order: 1;
  }

  .posts-panel {
    order: 1;
  }
}

@media (max-width: 1080px) {
  body.mobile-nav-open {
    overflow: hidden;
  }

  .site-header.menu-open::before {
    background: var(--white);
    content: "";
    inset: 0;
    position: fixed;
    z-index: 1000;
  }

  .header-main {
    align-items: center;
    flex-direction: row;
    gap: 12px;
    justify-content: space-between;
    min-height: 72px;
  }

  .brand {
    flex: 1 1 auto;
    max-width: 263px;
    width: auto;
  }

  .brand img {
    height: auto;
    width: 100%;
  }

  .mobile-menu-toggle {
    display: inline-flex;
    position: relative;
    z-index: 1002;
  }

  .site-header.menu-open .mobile-menu-toggle {
    background: transparent;
    border-color: transparent;
    color: var(--skis-ink);
    position: fixed;
    right: 18px;
    top: 18px;
  }

  .main-nav {
    align-items: stretch;
    background: linear-gradient(90deg, #eef2f6 0 38%, var(--white) 38% 100%);
    box-shadow: none;
    display: block;
    font-size: 1rem;
    height: 100vh;
    height: 100dvh;
    left: 0;
    margin-left: 0;
    max-width: none;
    overflow: hidden;
    padding: 92px 0 28px;
    position: fixed;
    right: auto;
    top: 0;
    transform: translateX(100%);
    transition: transform .24s ease;
    width: 100vw;
    z-index: 1001;
  }

  .site-header.menu-open .main-nav {
    transform: translateX(0);
  }

  .nav-top {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    font-size: clamp(.88rem, 4vw, 1rem);
    justify-content: flex-start;
    min-height: 62px;
    padding: 10px 16px;
    transform: none;
    white-space: normal;
    width: 38vw;
  }

  .nav-top:hover,
  .nav-top:focus,
  .nav-item:hover > .nav-top,
  .nav-item:focus-within > .nav-top {
    background: var(--white);
    border-color: transparent;
    box-shadow: none;
    color: var(--skis-ink);
    transform: none;
  }

  .nav-top::after,
  .nav-item.has-dropdown > .nav-top::before {
    display: none;
  }

  .nav-item.is-open > .nav-top {
    background: var(--white);
    color: var(--skis-navy);
  }

  .nav-item,
  .nav-item.is-open {
    min-width: 0;
  }

  .site-mega-menu {
    display: none;
  }

  .nav-dropdown,
  .nav-sub {
    border: 0;
    box-shadow: none;
    display: none;
    left: 38vw;
    list-style: none;
    margin: 0;
    max-height: none;
    min-width: 0;
    overflow: visible;
    padding: 0;
    position: absolute;
    right: 0;
    top: 92px;
    transform: none;
    width: 62vw;
  }

  .nav-item:hover > .nav-dropdown,
  .nav-item:focus-within > .nav-dropdown,
  .has-sub:hover > .nav-sub,
  .has-sub:focus-within > .nav-sub {
    max-height: 0;
    opacity: 0;
    padding-bottom: 0;
    padding-top: 0;
    pointer-events: none;
    visibility: hidden;
  }

  .nav-item.is-open > .nav-dropdown {
    display: block;
    height: calc(100dvh - 92px);
    max-height: none;
    opacity: 1;
    overflow-y: auto;
    padding: 0 20px 36px;
    pointer-events: auto;
    transform: none;
    visibility: visible;
  }

  .nav-sub {
    display: grid;
    gap: 4px;
    left: auto;
    margin: 6px 0 18px;
    max-height: none;
    opacity: 1;
    overflow: visible;
    pointer-events: auto;
    position: static;
    visibility: visible;
    width: 100%;
  }

  .nav-dropdown a,
  .nav-sub a {
    color: var(--skis-ink);
    display: block;
    font-size: .94rem;
    font-weight: 800;
    line-height: 1.45;
    padding: 10px 0;
    white-space: normal;
  }

  .nav-sub a {
    color: var(--skis-ink);
    font-size: .88rem;
    font-weight: 650;
    padding: 7px 0 7px 15px;
    position: relative;
  }

  .nav-sub a::before {
    content: "·";
    left: 0;
    position: absolute;
    top: 7px;
  }

  .has-sub > a::after {
    display: none;
  }

  .mobile-nav-title {
    border-bottom: 1px solid #dce2e9;
    color: var(--skis-ink);
    display: block;
    font-size: 1.12rem;
    font-weight: 900;
    margin-bottom: 14px;
    padding: 8px 0 18px;
  }
}

@media (max-width: 720px) {
  body.mobile-nav-open {
    overflow: hidden;
  }

  .site-header.menu-open::before {
    background: var(--white);
    content: "";
    inset: 0;
    position: fixed;
    z-index: 1000;
  }

  .utility-inner,
  .header-main {
    padding-left: 16px;
    padding-right: 16px;
  }

  .utility-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    padding-bottom: 10px;
    padding-top: 10px;
  }

  .utility-inner span {
    font-size: .88rem;
  }

  .utility-nav {
    gap: 8px;
    max-width: 100%;
    overflow-x: auto;
  }

  .utility-nav a {
    font-size: .78rem;
    min-height: 28px;
    padding: 0 10px;
  }

  .language-switcher {
    min-height: 28px;
    padding: 2px 3px 2px 8px;
  }

  .site-language-button {
    font-size: .72rem;
    min-height: 23px;
    min-width: 28px;
    padding: 0 6px;
  }

  #faqAccordion {
    gap: 12px;
  }

  #faqAccordion .accordion-item {
    border-radius: 12px;
  }

  #faqAccordion .accordion-button {
    font-size: .96rem;
    gap: 8px;
    padding: 14px 18px;
  }

  #faqAccordion .faq-head {
    flex-wrap: wrap;
    gap: 8px 10px;
  }

  #faqAccordion .faq-badge-slot {
    flex: 0 0 auto;
    flex-direction: row;
    gap: 6px;
  }

  #faqAccordion .accordion-button .status-badge {
    flex: 0 0 auto;
    min-width: 0;
    width: auto;
  }

  #faqAccordion .faq-question-text {
    flex: 1 1 auto;
    min-width: 0;
  }

  #faqAccordion .faq-answer-preview {
    margin-left: 0;
  }

  #faqAccordion .accordion-body {
    padding: 18px;
  }

  .faq-manage-actions {
    justify-content: stretch;
    padding: 16px 18px 18px;
  }

  .faq-manage-actions .btn {
    flex: 1 1 0;
  }

  .header-main {
    align-items: center;
    flex-direction: row;
    gap: 12px;
    min-height: 72px;
  }

  .brand {
    flex: 1 1 auto;
    max-width: 230px;
  }

  .brand img {
    height: auto;
    width: 100%;
  }

  .mobile-menu-toggle {
    display: inline-flex;
    position: relative;
    z-index: 1002;
  }

  .site-header.menu-open .mobile-menu-toggle {
    background: transparent;
    border-color: transparent;
    color: var(--skis-ink);
    position: fixed;
    right: 18px;
    top: 18px;
  }

  .main-nav {
    align-items: stretch;
    background: linear-gradient(90deg, #eef2f6 0 38%, var(--white) 38% 100%);
    box-shadow: none;
    display: block;
    font-size: 1rem;
    height: 100vh;
    height: 100dvh;
    left: 0;
    max-width: none;
    overflow: hidden;
    padding: 92px 0 28px;
    position: fixed;
    right: auto;
    top: 0;
    transform: translateX(100%);
    transition: transform .24s ease;
    width: 100vw;
    z-index: 1001;
  }

  .site-header.menu-open .main-nav {
    transform: translateX(0);
  }

  .nav-top {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    font-size: clamp(.88rem, 4vw, 1rem);
    justify-content: flex-start;
    min-height: 62px;
    padding: 10px 16px;
    transform: none;
    white-space: normal;
    width: 38vw;
  }

  .nav-top:hover,
  .nav-top:focus,
  .nav-item:hover > .nav-top,
  .nav-item:focus-within > .nav-top {
    background: var(--white);
    border-color: transparent;
    box-shadow: none;
    color: var(--skis-ink);
    transform: none;
  }

  .nav-top::after,
  .nav-item.has-dropdown > .nav-top::before {
    display: none;
  }

  .nav-item.is-open > .nav-top {
    background: var(--white);
    color: var(--skis-navy);
  }

  .nav-item {
    min-width: 0;
  }

  .nav-item.is-open {
    grid-column: auto;
  }

  .site-mega-menu {
    display: none;
  }

  .nav-dropdown,
  .nav-sub {
    border: 0;
    box-shadow: none;
    display: none;
    left: 38vw;
    list-style: none;
    margin: 0;
    max-height: none;
    min-width: 0;
    overflow: visible;
    padding: 0;
    position: absolute;
    right: 0;
    top: 92px;
    transform: none;
    width: 62vw;
  }

  .nav-item:hover > .nav-dropdown,
  .nav-item:focus-within > .nav-dropdown,
  .has-sub:hover > .nav-sub,
  .has-sub:focus-within > .nav-sub {
    max-height: 0;
    opacity: 0;
    padding-bottom: 0;
    padding-top: 0;
    pointer-events: none;
    visibility: hidden;
  }

  .nav-item.is-open > .nav-dropdown {
    display: block;
    height: calc(100dvh - 92px);
    max-height: none;
    opacity: 1;
    overflow-y: auto;
    padding: 0 20px 36px;
    pointer-events: auto;
    transform: none;
    visibility: visible;
  }

  .nav-sub {
    display: grid;
    gap: 4px;
    left: auto;
    margin: 6px 0 18px;
    max-height: none;
    opacity: 1;
    overflow: visible;
    pointer-events: auto;
    position: static;
    visibility: visible;
    width: 100%;
  }

  .nav-dropdown a,
  .nav-sub a {
    color: var(--skis-ink);
    display: block;
    font-size: .94rem;
    font-weight: 800;
    line-height: 1.45;
    padding: 10px 0;
    white-space: normal;
  }

  .nav-sub a {
    color: var(--skis-ink);
    font-size: .88rem;
    font-weight: 650;
    padding: 7px 0 7px 15px;
    position: relative;
  }

  .nav-sub a::before {
    content: "·";
    left: 0;
    position: absolute;
    top: 7px;
  }

  .has-sub > a::after {
    display: none;
  }

  .mobile-nav-title {
    border-bottom: 1px solid #dce2e9;
    color: var(--skis-ink);
    display: block;
    font-size: 1.12rem;
    font-weight: 900;
    margin-bottom: 14px;
    padding: 8px 0 18px;
  }

  .sub-sidebar {
    display: none;
  }

  .sub-sidebar--admin {
    background: transparent;
    border: 0;
    box-shadow: none;
    display: block;
    margin-bottom: 22px;
    order: 0;
  }

  .sub-sidebar--admin h2 {
    display: none;
  }

  .sub-sidebar--admin nav {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }

  .sub-sidebar--admin nav a {
    background: var(--white);
    border: 1px solid var(--skis-line);
    border-radius: 999px;
    color: #233246;
    font-size: .92rem;
    font-weight: 850;
    padding: 9px 16px;
  }

  .sub-sidebar--admin nav a.active {
    background: var(--skis-navy);
    border-color: var(--skis-navy);
    border-left: 1px solid var(--skis-navy);
    color: var(--white);
    padding-left: 16px;
  }

  .hero,
  .hero .carousel-inner,
  .hero .carousel-item {
    min-height: 520px;
  }

  .hero-content {
    min-height: 520px;
    padding: 54px 28px 72px;
    text-align: center;
  }

  .hero-actions {
    justify-content: center;
  }

  .school-stats {
    grid-template-columns: 1fr;
    padding-left: 16px;
    padding-right: 16px;
  }

  .school-stats article {
    min-height: 0;
    padding: 22px 18px;
  }

  .skis-sns {
    padding-left: 16px;
    padding-right: 16px;
  }

  .skis-sns-actions {
    justify-content: center;
    margin: 0 0 22px;
    position: static;
    transform: none;
  }

  .notice-meal-grid,
  .info-grid {
    padding-left: 16px;
    padding-right: 16px;
  }

  .quick-links {
    padding-left: 16px;
    padding-right: 16px;
  }

  .notice-card,
  .info-card {
    padding: 30px 22px;
  }

  .student-gallery {
    grid-template-columns: 1fr;
  }

  .skis-sns-carousel {
    padding: 0 38px;
  }

  .skis-sns-carousel .carousel-control-prev,
  .skis-sns-carousel .carousel-control-next {
    font-size: 1.1rem;
    height: 34px;
    width: 34px;
  }

  .quick-links {
    grid-template-columns: 1fr;
  }

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

  .gallery-header {
    flex-direction: column;
    gap: 12px;
  }

  .gallery-more {
    position: static;
  }

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

  .breadcrumb-inner {
    padding-left: 16px;
    padding-right: 16px;
  }

  .breadcrumb-inner {
    gap: 8px 12px;
    padding-bottom: 12px;
    padding-top: 12px;
  }

  .sub-content-band {
    padding: 38px 16px 54px;
  }

  .sub-sidebar h2 {
    padding: 20px 22px;
  }

  .sub-sidebar a {
    padding: 14px 18px;
  }

  .sub-sidebar a.active {
    padding-left: 13px;
  }

  .sub-sidebar-children a {
    padding-left: 30px;
  }

  .sub-sidebar-children a.active {
    padding-left: 25px;
  }

  .greeting-card {
    padding: 28px 20px;
  }

  .history-year {
    gap: 14px;
    grid-template-columns: 1fr;
    padding: 22px 18px;
  }

  .history-year h3 {
    font-size: 1.55rem;
  }

  .history-year ul {
    padding-left: 18px;
  }

  .history-year li {
    font-size: .94rem;
  }

  .history-year li::before {
    left: -25px;
  }

  .history-year li span {
    display: block;
    margin-bottom: 2px;
    margin-right: 0;
    min-width: 0;
  }

  .board-org-content {
    gap: 24px;
    padding: 28px 16px 22px;
  }

  .board-org-message {
    padding: 4px 4px 22px;
  }

  .board-org-message p {
    font-size: 1.02rem;
    line-height: 1.7;
  }

  .board-org-row {
    gap: 14px;
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .board-org-role {
    justify-content: center;
    min-height: 40px;
  }

  .board-org-role::before {
    display: block;
  }

  .board-org-people {
    justify-content: center;
    min-height: 0;
    text-align: center;
  }

  .board-org-grid {
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .board-org-person {
    justify-content: center;
    min-height: 42px;
    padding: 9px 8px;
  }

  .board-org-row:first-child .board-org-person {
    min-width: min(180px, 100%);
  }

  .greeting-signature {
    align-items: flex-end;
    flex-direction: column;
    gap: 4px;
  }

  .admission-card {
    padding: 22px 16px;
  }

  .requirements-image-grid {
    gap: 18px;
  }

  .admission-tabs {
    display: grid;
    gap: 8px;
  }

  .board-toolbar {
    align-items: stretch;
    flex-direction: column;
  }

  .board-search {
    grid-template-columns: 1fr;
  }

  .admin-resource-toolbar .board-search {
    margin-left: 0;
  }

  .board-search .btn {
    width: 100%;
  }

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

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

  .board-table {
    min-width: 700px;
  }

  .board-table th,
  .board-table td {
    padding: 13px 10px;
  }

  .board-no {
    width: 78px;
  }

  .board-category {
    width: 104px;
  }

  .board-author {
    width: 112px;
  }

  .board-date {
    width: 110px;
  }

  .board-pagination {
    flex-wrap: wrap;
  }

  .gallery-board-card-body {
    padding: 15px 14px;
  }

  .gallery-board-card h3 {
    font-size: .96rem;
  }

  .gallery-board-card p {
    font-size: .86rem;
  }

  .gallery-board-card dl {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }

  .gallery-board-card dd {
    max-width: 100%;
  }

  .admission-tabs .nav-item {
    width: 100%;
  }

  .admission-tabs .nav-link {
    border-radius: 4px;
    width: 100%;
  }

  .auth-page {
    padding: 34px 16px 46px;
  }

  .auth-panel {
    gap: 22px;
    padding: 26px 18px;
  }

  .auth-options {
    align-items: flex-start;
    flex-direction: column;
  }

  .auth-actions {
    grid-template-columns: 1fr;
  }

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

  .admin-menu-modal-dialog {
    max-width: calc(100vw - 16px);
    width: calc(100vw - 16px);
  }

  .auth-terms-modal .admin-menu-modal-dialog .modal-body {
    max-height: calc(100vh - 180px);
    overflow-y: auto;
  }

  .admin-menu-form-grid,
  .admin-menu-modal-dialog .admin-menu-form-grid {
    grid-template-columns: 1fr;
  }

  .academic-calendar {
    padding: 12px;
  }

  .academic-calendar .fc .fc-toolbar {
    align-items: stretch;
    flex-direction: column;
  }

  .academic-calendar .fc .fc-toolbar-chunk {
    display: flex;
    justify-content: center;
  }

  .academic-calendar .fc .fc-button {
    font-size: .84rem;
    padding: 6px 9px;
  }

  .calendar-toolbar {
    justify-content: stretch;
  }

  .calendar-toolbar .btn {
    justify-content: center;
    width: 100%;
  }

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

  .admin-menu-type-list {
    grid-template-columns: 1fr;
  }

  .admin-content-modal-dialog {
    max-width: calc(100vw - 16px);
    width: calc(100vw - 16px);
  }

  .admin-content-modal-dialog .admin-menu-form-grid {
    grid-template-columns: 1fr;
  }

  .auth-terms-modal .admin-content-modal-dialog .modal-body {
    max-height: calc(100vh - 180px);
    overflow-y: auto;
  }

  .admin-content-modal-dialog .note-editor .note-editable {
    height: 260px !important;
    min-height: 260px;
  }

  .admin-skis-sns-form-grid,
  .admin-popup-form-grid,
  .admin-popup-gallery,
  .skis-sns-board-grid {
    grid-template-columns: 1fr;
  }

  .main-popup-layer {
    align-content: flex-start;
    padding: 72px 16px 24px;
  }

  .main-popup-card {
    width: 100%;
  }

  .admin-resource-link-panel div,
  .admin-resource-file-info dl {
    grid-template-columns: 1fr;
  }

  .admin-skis-sns-form-actions {
    align-self: auto;
  }

  .auth-consent {
    align-items: flex-start;
    flex-direction: column;
  }

  .auth-terms-button {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .gallery-board-grid {
    grid-template-columns: 1fr;
  }
}
