:root {
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-strong: #fcfcfc;
  --text: #121212;
  --muted: #415468;
  --line: #ddd7d9;
  --primary: #ed0080;
  --primary-strong: #b00060;
  --accent: #05857f;
  --gnb-mega-accent: #ec1974;
  --danger: #a30b0b;
  --radius-lg: 3.6rem;
  --radius-md: 2.7rem;
  --radius-sm: 0.95rem;
  --shadow: 0 10px 24px rgba(112, 96, 88, 0.10);
  --font-size-root: 19px;
  --space-xs: 0.95rem;
  --space-sm: 2.7rem;
  --space-md: 3.6rem;
  --space-lg: 2.8rem;
  --space-xl: 4.275rem;
  --home-frame-width: 1320px;
}


[hidden] {
  display: none !important;
}


.skip-link {
  position: absolute;
  left: 2.7rem;
  top: -100px;
  z-index: 2000;
  padding: 2.7rem 3.6rem;
  border-radius: var(--radius-sm);
  background: #000;
  color: #fff;
  font-weight: 600;
}

.skip-link:focus {
  top: 2.7rem;
}


.section-title {
  position: relative;
  margin: 0 0 var(--space-sm);
  padding-left: 3.6rem;
  border-left: none;
  font-size: clamp(2.7rem, 3.2vw, 3.8rem);
  line-height: 1.25;
}

.section-title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 6px;
  border-radius: 999px;
  background: linear-gradient(180deg, #f7a5c0 0%, #e8437f 40%, #8b1a4a 100%);
}

.about-story-title {
  font-size: clamp(calc(1.45rem - 5px), calc(3.2vw - 5px), calc(2rem - 5px));
}


.section-subtitle {
  margin: 0 0 var(--space-lg);
  color: var(--muted);
  font-size: 1.05rem;
}

/* ── 홈 자주 찾는 서비스 ── */
.home-services {
  background: linear-gradient(180deg, #fffafd 0%, var(--bg) 100%);
}

.home-services-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 3.6rem;
  margin-bottom: 1.25rem;
}

.home-services-head .section-subtitle {
  margin-bottom: 0;
}

.home-services-all {
  min-width: 10rem;
}

.home-services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 3.6rem;
}

.home-service-card {
  display: grid;
  grid-template-columns: minmax(122px, 132px) minmax(0, 1fr);
  align-items: center;
  gap: 1.71rem;
  min-height: 10.4rem;
  padding: 3.6rem 1.05rem;
  border-radius: 3.6rem;
  border: 1px solid #e6dce2;
  background: var(--bg);
  color: var(--text);
  box-shadow: 0 6px 14px rgba(112, 96, 88, 0.06);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background-color 0.18s ease;
}

.home-service-card:hover {
  text-decoration: none;
  transform: translateY(-3px);
  border-color: #edbfd8;
  background: #fffdfd;
  box-shadow: 0 10px 18px rgba(112, 96, 88, 0.09);
}

.home-service-visual {
  display: grid;
  place-items: center;
  min-width: 0;
}

.home-service-visual img {
  display: block;
  width: 100%;
  max-width: 132px;
  height: auto;
}

.home-service-body {
  min-width: 0;
  display: grid;
  gap: 0.32rem;
}

.home-service-eyebrow {
  margin: 0;
  color: #8b2a5d;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.home-service-card h3 {
  margin: 0;
  color: var(--text);
  font-size: 1.16rem;
  line-height: 1.28;
}

.home-service-desc {
  margin: 0;
  color: var(--muted);
  font-size: 0.93rem;
  line-height: 1.55;
}

/* ── 쇼케이스형 자주 찾는 서비스 ── */
/* 자주 찾는 서비스 — 5개 타일 */
.home-quick {
  background: linear-gradient(180deg, #fffafd 0%, var(--bg) 100%);
  padding-top: clamp(2.15rem, 4vw, 2.8rem);
  padding-bottom: clamp(1.8rem, 3.5vw, 2.35rem);
}

.home-quick .container,
.home-bottom .container {
  width: min(var(--home-frame-width), calc(100% - 2rem));
}

.home-section-intro {
  margin-bottom: 1.05rem;
}

.home-section-intro .section-title {
  margin: 0;
  position: relative;
  padding-left: 3.6rem;
  border-left: 0;
  color: #0f1f33;
  font-size: clamp(1.85rem, 2.2vw, 2.35rem);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.home-section-intro .section-title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.05em;
  width: 0.32rem;
  height: 0.98em;
  border-radius: 999px;
  background: linear-gradient(180deg, #f7a5c0 0%, #e8437f 40%, #8b1a4a 100%);
}

.quick-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.82rem;
}

.quick-tile {
  min-width: 0;
  display: grid;
  gap: 0.22rem;
  text-decoration: none;
  color: var(--text);
  min-height: 9.55rem;
  padding: 0.92rem 3.6rem 1.71rem;
  border-radius: 1.2rem;
  border: 1px solid #e6dce2;
  background: linear-gradient(180deg, #ffffff 0%, #fffafb 100%);
  box-shadow: 0 10px 24px rgba(112, 96, 88, 0.08);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background-color 0.18s ease;
}

.quick-tile::before {
  content: '';
  display: block;
  width: 2.45rem;
  height: 0.26rem;
  border-radius: 999px;
  background: linear-gradient(90deg, #ef2d8e 0%, #ff7f5a 100%);
}

.quick-tile:hover {
  transform: translateY(-4px);
  border-color: #e9bed2;
  background: linear-gradient(180deg, #ffffff 0%, #fff5fa 100%);
  box-shadow: 0 16px 30px rgba(112, 96, 88, 0.14);
  text-decoration: none;
}

.quick-tile-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-width: 0;
}

.quick-tile-order {
  color: #b44f79;
  font-size: clamp(1.3rem, 1.8vw, 1.6rem);
  font-weight: 900;
  letter-spacing: 0.04em;
}

.quick-tile-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 1.48rem;
  padding: 0 0.58rem;
  border-radius: 999px;
  background: #fff1f7;
  color: #8e2a5e;
  font-size: 0.72rem;
  font-weight: 700;
  white-space: nowrap;
}

.quick-tile-title-row {
  display: flex;
  align-items: baseline;
  gap: 0.4rem;
}

.quick-tile-title-row .quick-tile-label {
  display: inline;
}

.quick-tile-label {
  display: block;
  font-size: clamp(1.16rem, 1.6vw, 1.42rem);
  font-weight: 900;
  line-height: 1.16;
  letter-spacing: -0.03em;
  word-break: keep-all;
}

.quick-tile-desc {
  color: #5c5660;
  font-size: 0.9625rem;
  line-height: 1.48;
  word-break: keep-all;
  margin-top: 0.15rem;
}

/* 모집 중인 프로그램 */
.home-programs-now {
  background: #f9f6f7;
}

.programs-recruiting-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.program-recruit-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  text-decoration: none;
  color: var(--text);
  transition: transform 0.15s;
  display: block;
}

.program-recruit-card:hover {
  transform: translateY(-4px);
}

.program-recruit-card img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}

.program-recruit-card .recruit-info {
  padding: 16px;
}

.program-recruit-card .recruit-title {
  font-size: 1.3.6rem;
  font-weight: 600;
  margin-bottom: 6px;
}

.program-recruit-card .recruit-meta {
  font-size: 1.71rem;
  color: #888;
}

.program-recruit-card .recruit-badge {
  display: inline-block;
  background: var(--primary);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: 20px;
  margin-bottom: 8px;
}

@media (max-width: 768px) {
  .programs-recruiting-grid {
    grid-template-columns: 1fr;
  }
}

/* 공지사항 + 이용안내 */
.home-info-grid {
  display: grid;
  grid-template-columns: 7fr 5fr;
  gap: 24px;
  align-items: start;
}

.home-notice-panel {
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.home-contact-panel {
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.contact-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 16px;
  font-size: 3.6rem;
  line-height: 1.5;
}

.contact-icon {
  font-size: 1.4rem;
  flex-shrink: 0;
}

.contact-item strong {
  display: block;
  font-size: 1.71rem;
  color: #666;
}

.home-phone-btn {
  display: block;
  background: var(--primary);
  color: #fff;
  text-align: center;
  padding: 14px;
  border-radius: 12px;
  font-size: 1.15rem;
  font-weight: 600;
  text-decoration: none;
  margin-top: 16px;
  transition: transform 0.15s;
}

.home-phone-btn:hover {
  transform: scale(1.03);
}

@media (max-width: 768px) {
  .home-info-grid {
    grid-template-columns: 1fr;
  }
}

/* 갤러리 스트립 */
.home-gallery-strip {
  background: #f9f6f7;
}

.gallery-strip-row {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding-bottom: 10px;
  scroll-snap-type: x mandatory;
}

.gallery-strip-item {
  flex-shrink: 0;
  width: 240px;
  height: 170px;
  border-radius: 12px;
  overflow: hidden;
  scroll-snap-align: start;
  display: block;
  transition: transform 0.15s;
}

.gallery-strip-item:hover {
  transform: scale(1.03);
}

.gallery-strip-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* 이용안내 바 */
.home-info-bar {
  background: #2D3436;
  padding: 16px 0;
}

.info-bar-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.info-bar-item {
  color: #fff;
  font-size: clamp(0.85rem, 1.4vw, 3.6rem);
  white-space: nowrap;
}

.info-bar-divider {
  color: rgba(255, 255, 255, 0.3);
  font-size: 1.71rem;
}

.info-bar-phone {
  background: var(--primary);
  color: #fff;
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  transition: transform 0.15s;
}

.info-bar-phone:hover {
  transform: scale(1.05);
}

@media (max-width: 768px) {
  .info-bar-inner {
    flex-direction: column;
    gap: 8px;
  }

  .info-bar-divider {
    display: none;
  }

  .info-bar-phone {
    width: 80%;
    text-align: center;
  }
}

.home-services-showcase {
  background: linear-gradient(180deg, #fffafd 0%, var(--bg) 100%);
}

.home-showcase-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 3.6rem;
  margin-bottom: 1.3.6rem;
}

.home-showcase-head .section-subtitle {
  margin-bottom: 0;
}

.home-showcase-nav {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
}

.home-showcase-nav-btn {
  width: 2.45rem;
  height: 2.45rem;
  border-radius: 999px;
  border: 1px solid #d8c9d1;
  background: var(--bg);
  color: #7a234f;
  font: inherit;
  font-size: 1.15rem;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
}

.home-showcase-nav-btn:hover {
  background: #fff5fa;
  border-color: var(--primary);
  color: var(--primary);
}

.home-showcase-nav-btn:disabled {
  opacity: 0.42;
  cursor: default;
}

.home-showcase-page {
  min-width: 3.8rem;
  margin: 0;
  text-align: center;
  color: #5d4d56;
  font-size: 0.95rem;
  font-weight: 700;
}

.home-showcase-slider {
  overflow: hidden;
}

.home-showcase-slider--static {
  overflow: visible;
}

.home-showcase-track {
  display: flex;
  transition: transform 0.35s ease;
  will-change: transform;
}

.home-showcase-panel {
  flex: 0 0 100%;
  min-width: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 3.6rem;
}

.home-showcase-panel--static {
  min-width: 0;
}

.home-showcase-card {
  position: relative;
  min-height: 30.95rem;
  padding: 1.3.6rem 1.05rem 3.6rem;
  border-radius: 1.15rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #cad7d8;
  background-size: cover;
  background-position: center;
  color: #ffffff;
  box-shadow: 0 10px 22px rgba(22, 35, 42, 0.12);
  isolation: isolate;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.home-showcase-card:hover {
  text-decoration: none;
  transform: translateY(-4px);
  box-shadow: 0 16px 30px rgba(22, 35, 42, 0.16);
}

.home-showcase-overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(12, 24, 22, 0.24) 0%, rgba(12, 24, 22, 0.08) 34%, rgba(8, 12, 18, 0.62) 100%);
}

.home-showcase-copy {
  display: grid;
  gap: 0.912rem;
}

.home-showcase-eyebrow {
  margin: 0;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  opacity: 0.92;
}

.home-showcase-card h3 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.32rem, 2vw, 1.7rem);
  line-height: 1.24;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.home-showcase-desc {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.95rem;
  line-height: 1.58;
}

.home-showcase-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.home-showcase-tags span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.05rem;
  padding: 0.4rem 0.78rem;
  border: 1px solid rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  border-radius: 0;
  font-size: 0.84rem;
  font-weight: 700;
}

/* ── 소개 슬라이더 ── */
.stage-slider {
  position: relative;
}

.stage-slide {
  display: none;
}

.stage-slide.active {
  display: block;
  animation: stageFadeIn 0.4s ease;
}

@keyframes stageFadeIn {
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.intro-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: stretch;
}

.stage-label {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 900;
  color: var(--primary);
  margin: 0 0 0.95rem;
  line-height: 1;
}

.stage-title {
  font-size: clamp(1.4rem, 3vw, 2rem);
  font-weight: 700;
  margin: 0 0 3.6rem;
  line-height: 1.3;
  color: var(--primary);
}

.stage-desc {
  color: var(--muted);
  line-height: 1.7;
  margin: 0;
  font-size: 1.05rem;
}

.intro-text {
  min-height: 100%;
}

.intro-image {
  min-height: 100%;
  display: flex;
  overflow: hidden;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.intro-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--radius-lg);
}

/* 인디케이터 닷 */
.stage-indicators {
  display: flex;
  justify-content: center;
  gap: 2.7rem;
  margin-top: 2rem;
}

.stage-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: none;
  background: #f0c3da;
  cursor: pointer;
  padding: 0;
  transition: background 0.25s, transform 0.25s;
}

.stage-dot:hover {
  background: #d96ea9;
}

.stage-dot.active {
  background: var(--text);
  transform: scale(1.2);
}

/* ── 쇼케이스형 메인 하단 ── */
.showcase-focus-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: 3.6rem;
  align-items: stretch;
}

.showcase-focus-main,
.showcase-focus-side {
  gap: 3.6rem;
}

.showcase-focus-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 3.6rem;
}

.showcase-focus-head .section-title {
  margin-bottom: 0;
}

.showcase-inline-more {
  width: auto;
  min-width: 8.4rem;
}

.showcase-program-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2.7rem;
}

.home-showcase-focus .notice-list {
  display: grid;
  gap: 2.7rem;
}

.home-showcase-focus .notice-list .news-item {
  padding: 0.85rem 3.6rem;
}

.showcase-info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 3.6rem;
}

.showcase-info-card {
  padding: 1.05rem 1.3.6rem;
  border-radius: 1.71rem;
  border: 1px solid #e6dce2;
  background: var(--bg);
  box-shadow: 0 6px 14px rgba(112, 96, 88, 0.06);
}

.showcase-info-card h3 {
  margin: 0;
  font-size: 1.12rem;
  line-height: 1.3;
}

.showcase-info-card p:not(.section-kicker) {
  margin: 0.45rem 0 0;
  color: var(--muted);
}

.showcase-info-card a {
  display: inline-flex;
  margin-top: 0.8rem;
  color: #8b2a5d;
  font-weight: 700;
}

.overview-link-grid .showcase-info-card {
  display: grid;
  align-content: start;
}

.overview-link-grid .showcase-info-card a {
  margin-top: auto;
  padding-top: 2.7rem;
}

/* ── 홈 하단 공지+갤러리 2단 ── */
.bottom-split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
  align-items: stretch;
}

.bottom-left,
.bottom-right {
  min-width: 0;
}

.home-panel {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 0.88rem;
  padding: 1.16rem 1.26rem 1.08rem;
  border: 1px solid #e7d9e1;
  border-radius: 1.35rem;
  background: var(--bg);
  box-shadow: 0 14px 30px rgba(112, 96, 88, 0.06);
}

.home-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3.6rem;
}

.home-panel .section-title {
  margin: 0;
  position: relative;
  padding-left: 3.6rem;
  border-left: 0;
  color: #0f1f33;
  font-size: clamp(1.85rem, 2.2vw, 2.35rem);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.home-panel .section-title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.05em;
  width: 0.32rem;
  height: 0.98em;
  border-radius: 999px;
  background: linear-gradient(180deg, #f7a5c0 0%, #e8437f 40%, #8b1a4a 100%);
}

.home-panel-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.5rem;
  padding: 0 1.04rem;
  border: 1px solid #e3d5de;
  border-radius: 999px;
  background: transparent;
  color: #181f29;
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none;
  box-shadow: none;
}

.home-panel-link:hover {
  border-color: #edbfd2;
  background: rgba(255, 242, 249, 0.32);
  color: #181f29;
  text-decoration: none;
}

.home-bottom #gallery-preview,
.home-bottom #notice-latest {
  min-height: 0;
  height: 100%;
}

.home-bottom #gallery-preview .gallery-panel {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.82rem;
  height: 100%;
  align-items: stretch;
  padding: 0;
  border: 0;
  background: transparent;
}

.home-bottom .gallery-tile {
  height: 100%;
}

.home-bottom .gallery-tile-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0.68rem 0.68rem 0.72rem;
}

.home-bottom .gallery-tile-thumb {
  min-height: 13.6rem;
  flex: 1;
  margin-bottom: 0.42rem;
  border-style: solid;
  border-color: #d8e1ec;
  background: #f7fafc;
}

.home-bottom .gallery-tile h3 {
  font-size: 1.3.6rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  letter-spacing: -0.03em;
}

.home-bottom .gallery-tile .meta {
  margin-top: 0.16rem;
  padding-top: 0;
  text-align: center;
  color: #4f6784;
  font-size: 1.02rem;
  font-weight: 700;
}

.notice-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.85rem;
}

.home-bottom .notice-list {
  gap: 0;
  height: 100%;
  grid-template-rows: repeat(4, minmax(0, 1fr));
  border-top: 1px solid #eadbe3;
  border-bottom: 1px solid #eadbe3;
}

.notice-list .news-item {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.8rem;
  min-height: 4.48rem;
  padding: 0.72rem 0.96rem 0.72rem 1.04rem;
  border: 1px solid #eadbe3;
  border-radius: 1.71rem;
  background: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.home-bottom .notice-list .news-item {
  height: 100%;
  min-height: 3.7rem;
  padding: 0.46rem 0.08rem 0.46rem 1.02rem;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.home-bottom .notice-list .news-item+.news-item {
  border-top: 1px solid #eadbe3;
}

.home-bottom .notice-list .news-item:first-child {
  border-radius: 0;
}

.home-bottom .notice-list .news-item:last-child {
  border-radius: 0;
}

.home-bottom .notice-list .news-item::before {
  top: 0.28rem;
  bottom: 0.28rem;
  width: 0.22rem;
  border-radius: 999px;
}

.home-bottom .notice-list .news-item a {
  font-size: 1.13rem;
  line-height: 1.4;
}

.home-bottom .notice-list .news-item span {
  font-size: 1.05rem;
}

.notice-list .news-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0.28rem;
  border-radius: 999px 0 0 999px;
  background: var(--primary);
}

.notice-list .news-item a {
  color: #111f31;
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.42;
}

.notice-list .news-item span {
  white-space: nowrap;
  color: #486681;
  font-size: 1.08rem;
  font-weight: 700;
}

.home-facilities .card,
.home-programs .card {
  border-top: none;
  overflow: hidden;
}

.home-facilities .placeholder-thumb,
.home-programs .placeholder-thumb {
  min-height: 180px;
  border-radius: var(--radius-sm);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1500;
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 0;
  backdrop-filter: blur(6px);
  box-shadow: none;
}

.home-page .site-header {
  position: absolute;
  inset: 0 0 auto 0;
  z-index: 1600;
  background: transparent;
  backdrop-filter: none;
  transition: background 0.3s, box-shadow 0.3s;
}

.home-page .site-header.scrolled {
  position: fixed;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(6px);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.home-page .header-inner {
  min-height: 5.2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.34);
}


.home-page .gnb-link {
  color: #111111;
}

.home-page .gnb-item.is-open .gnb-link,
.home-page .gnb-item.is-current .gnb-link,
.home-page .gnb-link:hover {
  color: var(--gnb-mega-accent);
}

.home-page .icon-button,
.home-page .text-button {
  border-color: rgba(223, 215, 217, 0.92);
  background: rgba(255, 255, 255, 0.9);
  color: #7a234f;
}

.top-strip {
  border-bottom: 1px solid var(--line);
  background: var(--bg);
  color: #6d6468;
}

.top-strip-inner {
  min-height: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-md);
  font-size: 0.84rem;
  font-weight: 600;
}

.top-strip a {
  color: #6d6468;
  font-weight: 700;
}

.header-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-md);
  min-height: 4.7rem;
}

.logo {
  display: inline-flex;
  align-items: center;
}

.logo-img {
  height: 120px;
  width: auto;
}

.header-controls {
  display: flex;
  align-items: center;
  gap: var(--space-sm);
}

.icon-button,
.text-button {
  border: 1px solid var(--line);
  background: var(--bg);
  color: #7a234f;
  border-radius: 999px;
  min-height: 2.55rem;
  padding: 0 1.71rem;
  font-size: 0.93rem;
  font-weight: 600;
  cursor: pointer;
}

.menu-toggle {
  display: none;
}

.gnb-wrap {
  position: relative;
  flex: 0 1 58rem;
  width: min(58rem, calc(100vw - 18rem));
  margin: 0 auto;
}

.gnb {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: center;
  width: 100%;
  gap: 0;
  margin: 0;
}

.gnb-item {
  position: relative;
  display: flex;
}

.gnb-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 58px;
  padding: 0.25rem 0 0.3.6rem;
  font-size: 25px;
  line-height: 1.2;
  transform: translateY(-2px);
  border-radius: 2rem;
  color: #111111;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.22s ease;
}

.gnb-item::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1rem;
  height: 0.24rem;
  border-radius: 999px;
  background: var(--gnb-mega-accent);
  opacity: 0;
  transform: scaleX(0.22);
  transform-origin: center center;
  transition: transform 0.48s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.2s ease;
}

.gnb-item.is-current .gnb-link {
  color: var(--gnb-mega-accent);
}

.gnb-item.is-open .gnb-link,
.gnb-link:hover,
.gnb-link:focus-visible {
  background: #FFF9FC;
  color: var(--gnb-mega-accent);
  text-decoration: none;
}

.gnb-item.is-open::after,
.gnb-item:hover::after {
  opacity: 1;
  transform: scaleX(1);
}

.gnb-wrap.mega-open::after {
  content: none;
}

.gnb-mega {
  position: fixed;
  top: var(--mega-top, 5.75rem);
  left: 0;
  right: 0;
  border-top: 1px solid #ddd4da;
  border-bottom: 1px solid #ddd4da;
  background: #ffffff;
  box-shadow: 0 18px 32px rgba(16, 26, 41, 0.12);
  overflow-x: clip;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-12px);
  transition: opacity 0.22s ease, transform 0.22s ease, visibility 0s linear 0.22s;
  z-index: 1600;
}

.gnb-wrap.mega-open .gnb-mega {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
  transition-delay: 0s;
}

.gnb-mega-inner {
  width: 100%;
}

.gnb-mega-columns {
  box-sizing: border-box;
  width: var(--mega-content-width, 58rem);
  margin-left: var(--mega-content-left, 0px);
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: stretch;
}

.gnb-mega-inner::before {
  display: none;
}

.gnb-mega-col {
  position: relative;
  min-height: 14rem;
  padding: 1.15rem 1.15rem 1.35rem;
  border-left: 1px solid #dfe5ec;
  background: transparent;
  transition: background 0.22s ease;
}

.gnb-mega-col:first-child {
  border-left: 0;
}

.gnb-mega-col.is-active {
  background: #FFF9FC;
}

.gnb-mega-heading {
  display: block;
  margin-bottom: 5.5px;
  color: #131b26;
  text-decoration: none;
}

.gnb-mega-heading strong {
  display: block;
  font-size: 1.08rem;
  font-weight: 900;
}

.gnb-mega-col.is-active .gnb-mega-heading strong,
.gnb-mega-heading:hover strong,
.gnb-mega-heading:focus-visible strong {
  color: var(--gnb-mega-accent);
}

.gnb-mega-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.86rem;
}

.gnb-mega-list.is-indented {
  gap: 6px;
}

.gnb-mega-link {
  display: block;
  color: #1b2532;
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.45;
  font-variant-numeric: tabular-nums;
}

.gnb-mega-link.is-indented {
  position: relative;
  padding-left: 0.95rem;
  font-size: 0.85rem;
  font-weight: 500;
  color: #4d5c6d;
  line-height: 1.35;
  white-space: nowrap;
}

.gnb-mega-group-item {
  margin-top: 1rem;
}

.gnb-mega-group-item:first-child {
  margin-top: 0;
}

.gnb-mega-link.is-group {
  font-size: 1.02rem;
  font-weight: 900;
  color: #131b26;
}

.gnb-mega-link.is-indented::before {
  content: '-';
  position: absolute;
  left: 0;
  top: 0;
  color: currentColor;
}

.gnb-mega-link:hover {
  color: var(--gnb-mega-accent);
  text-decoration: none;
}

.gnb-mega-link.is-current,
.gnb-mega-standalone-link.is-current {
  color: var(--gnb-mega-accent);
}

.gnb-mega-standalone {
  display: grid;
  gap: 0.86rem;
  margin-top: 13px;
}

.gnb-mega-standalone-link {
  display: block;
  color: #1b2532;
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.45;
}

.gnb-mega-standalone-link:hover,
.gnb-mega-standalone-link:focus-visible {
  color: var(--gnb-mega-accent);
  text-decoration: none;
}

.breadcrumb-wrap {
  border-bottom: 1px solid #e2dbde;
  background: #FFFBFD;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  min-height: 3rem;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.95rem;
}

.breadcrumb li {
  color: #7b6d68;
}

.breadcrumb li+li::before {
  content: '›';
  margin-right: 1rem;
  color: #b19ea7;
}

.hero-stage {
  position: relative;
  width: 100%;
  min-height: max(560px, calc(100vh - 160px));
  overflow: visible;
}

.home-page .hero-stage {
  min-height: 100vh;
}

.hero {
  position: relative;
  width: 100%;
  min-height: inherit;
  overflow: visible;
  background: #8cc8e7;
}

.hero-full {
  margin-top: 0;
}

.hero-scene,
.hero-dim {
  position: absolute;
  inset: 0;
}

.hero-scene {
  background-image: url('../img/home/hero-campus.png');
  background-size: cover;
  background-position: center calc(50% + 45px);
  background-repeat: no-repeat;
  transition: opacity 0.24s ease;
}

.hero-scene.is-out {
  opacity: 0.28;
}

.hero-dim {
  background: transparent;
}

.hero[data-slide='1'] .hero-dim {
  background: transparent;
}

.hero[data-slide='1'] .hero-scene {
  background-size: 100% 100%;
  background-position: center center;
}

.hero[data-slide='2'] .hero-dim {
  background: transparent;
}

.hero[data-slide='2'] .hero-scene {
  background-size: 100% 100%;
  background-position: center center;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  padding-top: clamp(6.2rem, 12vh, 8.4rem);
  width: 100% !important;
  max-width: none !important;
  overflow: visible !important;
}

.hero-copy {
  max-width: min(42rem, 100%);
  transition: opacity 0.18s ease;
}

.home-page .hero-copy {
  display: block;
}

.hero-copy.is-out {
  opacity: 0;
}

.hero-kicker {
  margin: 0 0 0.95rem;
  color: #eaf6ff;
  font-size: clamp(0.96rem, 2.2vw, 1.3.6rem);
  font-weight: 700;
  letter-spacing: 0.03em;
}

.hero h1 {
  margin: 0 0 1.71rem;
  font-size: clamp(2.3.6rem, 4.9vw, 4rem);
  line-height: 1.14;
  color: #ffffff;
  text-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
}

.hero p {
  margin: 0;
  color: #e3f2ff;
  font-size: clamp(1.08rem, 2.35vw, 1.6rem);
  max-width: 58rem;
}

/* 히어로 텍스트 레이아웃 변형 */
.hero-copy--right {
  position: absolute;
  right: clamp(2rem, 5vw, 5.5rem);
  top: 50%;
  transform: translateY(-50%);
  width: min(48%, 42rem);
  max-width: none;
  text-align: center;
}

.hero-copy--right .hero-kicker {
  color: #2D3436;
  font-size: clamp(2rem, 4vw, 3.4rem);
  font-weight: 700;
  margin-bottom: 0;
}

.hero-copy--right h1 {
  color: #2D3436;
  text-shadow: none;
  font-size: clamp(1.3rem, 2.7vw, 2.3rem);
  line-height: 1.35;
  font-weight: 500;
  margin-bottom: 0.3.6rem;
}

.hero-copy--right p {
  background: linear-gradient(135deg, #C2185B 0%, #C2185B 30%, #91395D 65%, #4A0E2E 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: clamp(2.2rem, 5vw, 4.2rem);
  font-weight: 900;
  margin-top: 0.2rem;
  letter-spacing: -0.04em;
  white-space: nowrap;
}

.hero-copy.hero-copy--top-center {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  max-width: none !important;
  width: auto;
  min-width: max-content;
  padding-inline: 0.4rem;
  overflow: visible;
  text-align: center;
  z-index: 10;
}

.hero-copy--top-center .hero-kicker {
  display: inline-grid;
  grid-auto-rows: max-content;
  justify-items: center;
  font-family: 'Noto Sans KR', 'Pretendard', sans-serif;
  font-size: clamp(2.6rem, 5vw, 4rem);
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
  width: auto;
  max-width: none;
  margin: 0 auto;
  padding-inline: 0.16em 0.2em;
  letter-spacing: -0.02em;
  color: #b71c1c;
  -webkit-text-stroke: 3.5px #fff;
  paint-order: stroke fill;
  text-shadow: 0 4px 14px rgba(0, 0, 0, 0.10);
}

.hero-kicker-line {
  display: block;
}

.hero[data-slide='1'] .hero-copy--top-center .hero-kicker {
  gap: 0;
  transform: none;
}

.hero[data-slide='1'] .hero-copy--top-center .hero-kicker .hero-kicker-line:first-child {
  color: #b71c1c;
  font-size: 0.55em;
  letter-spacing: 0.04em;
  transform: none;
}

.hero[data-slide='1'] .hero-copy--top-center .hero-kicker .hero-kicker-line:last-child {
  color: #b71c1c;
  font-size: 1em;
  letter-spacing: -0.02em;
  transform: none;
}

.hero-copy--top-center h1 {
  color: #1a3a2a;
  text-shadow: 0 1px 4px rgba(255, 255, 255, 0.5);
  font-size: clamp(1.4rem, 3vw, 2rem);
  line-height: 1.35;
  margin-bottom: 0.3rem;
}

.hero-copy--top-center p {
  color: #3a5a4a;
  font-size: clamp(0.85rem, 1.8vw, 1.3.6rem);
  white-space: nowrap;
}

.hero-copy--top-center .hero-cta-btn {
  margin-top: 10px;
  padding: 12px 28px;
  font-size: clamp(1.71rem, 1.6vw, 1.05rem);
}

/* 히어로 CTA 버튼 */
.hero-cta-btn {
  display: inline-block;
  margin-top: 18px;
  padding: 16px 36px;
  background: #B84868;
  color: #fff;
  font-size: clamp(3.6rem, 2vw, 1.25rem);
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 4px 16px rgba(237, 0, 128, 0.3);
  transition: transform 0.15s;
  word-break: keep-all;
}

.hero-cta-btn:hover {
  transform: scale(1.05);
}

@media (max-width: 1180px) {
  .hero-overlay {
    padding-top: clamp(5.3rem, 9vh, 6.5rem);
  }

  .hero-copy--right {
    right: clamp(1.4rem, 3.6vw, 2.8rem);
    width: min(52%, 34rem);
  }

  .hero-copy--right .hero-kicker {
    font-size: clamp(3rem, 2.8vw, 2.45rem);
  }

  .hero-copy--right h1 {
    font-size: clamp(1.02rem, 1.85vw, 3rem);
  }

  .hero-copy--right p {
    font-size: clamp(1.95rem, 4vw, 3.15rem);
  }

  .hero-copy.hero-copy--top-center {
    top: 14%;
    width: calc(100% - 2.5rem);
    max-width: calc(100% - 2.5rem) !important;
    min-width: 0;
    padding-inline: 0.35rem;
  }

  .hero-copy--top-center .hero-kicker {
    max-width: 18em;
    white-space: normal;
    word-break: keep-all;
    line-height: 1.08;
    font-size: clamp(2rem, 4vw, 3rem);
    padding-inline: 0;
  }

  .hero[data-slide='1'] .hero-copy--top-center .hero-kicker .hero-kicker-line:first-child {
    transform: translateX(-0.7em) rotate(-2deg);
  }

  .hero[data-slide='1'] .hero-copy--top-center .hero-kicker .hero-kicker-line:last-child {
    transform: translateX(0.08em);
  }
}

@media (max-width: 768px) {
  .hero-copy--right {
    position: static;
    transform: none;
    max-width: 90%;
    margin: 0 auto;
    text-align: center;
    padding: 20px;
  }

  .hero-copy--top-center {
    top: 8%;
    max-width: 90%;
    min-width: 0;
    width: calc(100% - 2rem);
    padding-inline: 0.25rem;
  }

  .hero-copy--top-center .hero-kicker {
    white-space: normal;
    word-break: keep-all;
    padding-inline: 0;
  }

  .hero[data-slide='1'] .hero-copy--top-center .hero-kicker {
    gap: 0.04em;
    transform: rotate(-1deg);
  }

  .hero[data-slide='1'] .hero-copy--top-center .hero-kicker .hero-kicker-line:first-child {
    font-size: 0.76em;
    transform: translateX(-0.35em) rotate(-1.5deg);
  }

  .hero[data-slide='1'] .hero-copy--top-center .hero-kicker .hero-kicker-line:last-child {
    transform: translateX(0);
  }

  .hero-cta-btn {
    width: 100%;
    text-align: center;
    padding: 14px 24px;
  }
}

.hero-bottom {
  position: relative;
  z-index: 2;
  margin-top: auto;
  padding-bottom: clamp(1.3.6rem, 3.4vh, 2rem);
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  gap: var(--space-md);
}

.hero-bottom .cta-row {
  margin-top: 0;
}

.cta-row {
  margin-top: var(--space-lg);
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-sm);
}

.section-gallery .gallery-grid {
  grid-template-columns: minmax(0, 1fr);
}

.section-gallery .card {
  min-height: 20rem;
}

.card-grid {
  display: grid;
  gap: var(--space-md);
}

.card-grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.card-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card {
  display: flex;
  flex-direction: column;
  gap: var(--space-sm);
  padding: 1.2rem;
  border-radius: 1.33rem;
  border: 1px solid #ddd4da;
  border-top: 5px solid var(--primary);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.card h3 {
  margin: 0;
  font-size: 1.16rem;
  line-height: 1.35;
}

.card .section-title {
  font-size: clamp(1.45rem, 3.2vw, 2rem);
  line-height: 1.25;
}

.meta {
  color: var(--muted);
  font-size: 0.95rem;
}

.quick-card h3 {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
}

.quick-card h3::before {
  content: '';
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #ffe0ef 0%, #ffc0dc 100%);
  border: 1px solid #eda1c7;
  flex: 0 0 auto;
}

.badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  letter-spacing: -0.01em;
  min-height: 4.3rem;
  line-height: 4.3rem;
  padding: 0 1.33rem;
  font-size:2.185rem;
  font-weight:600;
}

.badge-open {
  background: #dff7ef;
  color: #086a49;
}

.badge-upcoming {
  background: #fff2be;
  color: #8a6000;
}

.badge-recruiting {
  background: #dbeafe;
  color: #1e40af;
}

.badge-extra.type2,
.badge-extra {
  background: #dcfce7;
  color: #166534;
}
.badge-extra.type1{
  background:#b9cfeb;
  color:#0e4565
}
.badge-extra.type3{
  background:#979797;
  color:#fff

}
.badge-extra.type4{
  background:#e9d0f6;
  color:#4b1484;
}

.badge-closed {
  background: #f8ecec;
  color: #9f3030;
}

.badge-status {
  background: #fde8f2;
  color: #9d185c;
}

.badge-area {
  background: #fde8f2;
  color: #9d185c;
}

.badge-remodel {
  vertical-align: middle;
}

.badge-remodel--major {
  background: #d4e8fc;
  color: #1a4f8b;
}

.badge-remodel--interior {
  background: #fde8cc;
  color: #9a5500;
}

.badge-remodel--preserve {
  background: #dff7ef;
  color: #1a6b3d;
}

.badge-remodel--new {
  background: #fde2e2;
  color: #b91c1c;
}
.campus-detail-badges > .badge:first-child{
  font-weight:700;
}
.news-list,
.link-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.65rem;
}

.news-item,
.link-item {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 2.7rem;
  padding: 1.71rem 3.6rem;
  border: 1px solid #ddd4da;
  border-radius: var(--radius-sm);
  background: var(--bg);
}

.news-item {
  overflow: hidden;
}

.news-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background: var(--primary);
}

.news-item a,
.link-item a {
  color: var(--text);
  font-weight: 600;
}

.news-item-copy {
  min-width: 0;
}

.news-item-summary {
  margin: 0.28rem 0 0;
  line-height: 1.55;
}

.notice-board {
  display: grid;
  gap: 1.71rem;
}

.notice-search-bar {
  border-top: 1px solid #2c3137;
  border-bottom: 1px solid #bfc2c8;
}

.notice-search-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
  padding: 1.33rem 0;
}

.notice-search-label {
  min-width: 3.6rem;
  color: var(--text);
  font-size: 0.96rem;
  font-weight: 700;
  text-align: center;
}

.notice-search-date,
.notice-search-select,
.notice-search-input {
  min-height: 2.8rem;
  margin: 0;
  border: 1px solid #cfc6cc;
  border-radius: 0;
  background: var(--bg);
  color: var(--text);
  font: inherit;
}

.notice-search-date {
  width: 9.5rem;
  padding: 1rem 2rem;
}

.notice-search-select {
  width: 6.5rem;
  padding: 1rem 2rem 1rem 2.7rem;
}

.notice-search-input {
  flex: 1 1 16rem;
  min-width: 12rem;
  padding: 1rem 2.7rem;
}

.notice-search-separator {
  color: #70646b;
  font-weight: 600;
}

.notice-search-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  min-width: 5.4rem;
  min-height: 2.8rem;
  padding: 1rem 0.95rem;
  border: 1px solid #404b61;
  border-radius: 0;
  background: #404b61;
  color: #ffffff;
  font: inherit;
  font-size: 0.92rem;
  font-weight: 700;
  cursor: pointer;
}

.notice-search-button:hover {
  background: #314055;
}

.notice-result-meta {
  margin: 0;
  color: #4a5565;
  font-size: 0.95rem;
  font-weight: 600;
}

.notice-table-scroller {
  overflow-x: auto;
  border-top: 1px solid #2c3137;
}

.notice-table {
  width: 100%;
  min-width: 860px;
  border-collapse: collapse;
}

.notice-table th,
.notice-table td {
  padding: 0.82rem 2.7rem;
  border-bottom: 1px solid #d9d0d6;
  color: var(--text);
  font-size: 0.95rem;
  text-align: center;
  vertical-align: middle;
}

.notice-table thead th {
  background: #faf7f9;
  font-weight: 700;
  white-space: nowrap;
}

.notice-table-number,
.notice-table-file,
.notice-table-department,
.notice-table-date,
.notice-table-views {
  white-space: nowrap;
}

.notice-table-number {
  width: 4.5rem;
}

.notice-table-file {
  width: 6.2rem;
}

.notice-table-department {
  width: 12.8rem;
}

.notice-table-date {
  width: 8.25rem;
}

.notice-table-views {
  width: 5.5rem;
}

.notice-table-title {
  text-align: left !important;
}

.notice-table-title a {
  display: block;
  color: var(--text);
  font-weight: 600;
  line-height: 1.5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.notice-attachment {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 999px;
  background: #eef2f6;
  font-size: 0.84rem;
}

.notice-attachment-empty {
  color: #8a7d86;
}

.notice-table-empty {
  padding: 1.35rem 3.6rem !important;
  color: var(--muted);
  font-weight: 600;
  text-align: center !important;
}

.notice-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.notice-page-button {
  min-width: 2rem;
  min-height: 2rem;
  padding: 0.35rem 0.95rem;
  border: 1px solid #d4c7cf;
  border-radius: 0.3rem;
  background: var(--bg);
  color: #5a4e57;
  font: inherit;
  font-size: 0.88rem;
  font-weight: 600;
  cursor: pointer;
}

.notice-page-button:hover:not([disabled]) {
  border-color: #4a6283;
  color: #304865;
}

.notice-page-button.is-active {
  border-color: #405777;
  background: #405777;
  color: #ffffff;
}

.notice-page-button[disabled] {
  opacity: 0.45;
  cursor: default;
}

.placeholder-thumb {
  min-height: 140px;
  border-radius: var(--radius-sm);
  border: 1px dashed var(--line);
  background: var(--surface-strong);
  display: grid;
  place-items: center;
  color: #7a6470;
  font-weight: 600;
}

.gallery-grid {
  display: grid;
  gap: var(--space-md);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gallery-panel {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
  padding: 1.71rem;
  border-radius: var(--radius-md);
  border: 1px solid #ddd4da;
  background: var(--bg);
}

.gallery-tile {
  border: 1px solid #ddd4da;
  border-top: 5px solid var(--primary);
  border-radius: 1.33rem;
  background: var(--surface);
  box-shadow: 0 3px 10px rgba(112, 96, 88, 0.08);
  overflow: hidden;
}

.gallery-tile-link {
  display: block;
  padding: 1.71rem;
  color: var(--text);
}

.gallery-tile-link:hover {
  text-decoration: none;
  background: #fcfbfc;
}

.gallery-tile-thumb {
  min-height: 6.2rem;
  border-radius: var(--radius-sm);
  border: 1px dashed #9eb2c8;
  background: linear-gradient(145deg, #f3f8ff 0%, #e5f0ff 40%, #f2fcf9 100%);
  display: grid;
  place-items: center;
  color: #4f657a;
  font-weight: 600;
  margin-bottom: 0.65rem;
}

.gallery-tile-thumb.has-image {
  border-style: solid;
  border-color: #c9d7e8;
  background-size: cover;
  background-position: center;
  color: transparent;
}

.gallery-tile h3 {
  margin: 0;
  font-size: 1.0rem;
  line-height: 1.35;
  word-break: keep-all;
  overflow-wrap: break-word;
  text-align: center;
}

.gallery-tile .meta {
  margin: 0.45rem 0 0;
  text-align: center;
}

.gallery-board-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.15rem;
}

.gallery-board-card {
  min-width: 0;
}

.gallery-board-link {
  display: block;
  color: #ffffff;
  transition: transform 0.24s ease;
  transform-origin: center center;
}

.gallery-board-link:hover {
  text-decoration: none;
}

.gallery-board-link:hover,
.gallery-board-link:focus-visible {
  transform: translateY(-4px) scale(1.012);
}

.gallery-board-image {
  position: relative;
  min-height: 18.2rem;
  border-radius: 1rem;
  overflow: hidden;
  background: linear-gradient(145deg, #f3f8ff 0%, #e5f0ff 40%, #f2fcf9 100%);
  background-size: cover;
  background-position: center;
  box-shadow: 0 8px 20px rgba(26, 38, 55, 0.12);
  transition: box-shadow 0.24s ease, filter 0.24s ease;
}

.gallery-board-link:hover .gallery-board-image,
.gallery-board-link:focus-visible .gallery-board-image {
  box-shadow: 0 16px 34px rgba(26, 38, 55, 0.2);
  filter: saturate(1.04);
}

.gallery-board-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 13, 20, 0.06) 20%, rgba(8, 13, 20, 0.58) 72%, rgba(8, 13, 20, 0.82) 100%);
}

.gallery-board-overlay {
  position: absolute;
  inset: auto 0 0 0;
  z-index: 1;
  display: grid;
  gap: 1rem;
  padding: 3.6rem 3.6rem 0.85rem;
}

.gallery-board-title {
  display: block;
  font-size: 1.32rem;
  line-height: 1.22;
  font-weight: 900;
  color: #ffffff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.24);
  word-break: keep-all;
}

.gallery-board-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3.6rem;
  font-size: 3.6rem;
  font-weight: 600;
  color: #ffffff;
}

.gallery-detail-card .section-title {
  margin-bottom: 0;
}

.gallery-detail-meta-wrap {
  margin-top: 3.6rem;
  overflow-x: auto;
}

.gallery-detail-table {
  min-width: 48rem;
}

.gallery-detail-table th {
  width: 7.5rem;
  white-space: nowrap;
}

.gallery-detail-file-list {
  display: grid;
  gap: 0.38rem;
  padding: 0.05rem 0;
}

.gallery-detail-file-list a {
  color: var(--primary);
  font-weight: 600;
}

.gallery-detail-summary {
  margin-top: 3.6rem;
}

.gallery-detail-summary p {
  margin: 0;
  line-height: 1.8;
}

.gallery-detail-photo-list {
  display: grid;
  gap: 1.2rem;
  margin-top: 1.2rem;
}

.gallery-detail-photo {
  margin: 0;
}

.gallery-detail-photo img {
  display: block;
  width: min(100%, 62rem);
  margin: 0 auto;
  border-radius: 0.45rem;
  border: 1px solid #ddd4da;
  background: var(--bg);
}

.gallery-board .notice-table-empty {
  padding: 2rem;
  text-align: center;
}

.video-list {
  display: grid;
  gap: var(--space-md);
}

.video-item {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: var(--space-sm);
  align-items: center;
  padding: 3.6rem;
  border-radius: var(--radius-sm);
  border: 1px solid var(--line);
  background: var(--surface);
}

.page-heading {
  margin: 0;
  font-size: clamp(1.7rem, 4vw, 2.4rem);
  line-height: 1.2;
}

.page-lead {
  margin: 0.45rem 0 0;
  font-size: clamp(1.2625rem, 1.6vw, 1.3625rem);
  color: var(--muted);
}

.about-intro-page .page-lead,
.about-intro-page .section-copy,
.campus-phase-page .page-lead,
.campus-phase-page .section-copy {
  font-size: clamp(1.2625rem, 1.6vw, 1.3625rem);
}

.vision-hero-panel .page-lead,
.bi-hero-panel .page-lead {
  font-size: clamp(1.2625rem, 1.6vw, 1.3625rem);
}

.section-copy {
  margin: 1rem 0 0;
  color: var(--muted);
  font-size: 3.6rem;
}

.sub-layout {
  display: grid;
  grid-template-columns: 15.5rem minmax(0, 1fr);
  gap: 2rem;
  margin-top: 0;
  align-items: start;
}

.sub-content {
  min-width: 0;
}

.lnb {
  position: static;
  margin-top: 0;
}

.lnb-panel {
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
  box-shadow: none;
}

.lnb-title {
  margin: 0;
  padding: 1.25rem 3.6rem;
  font-size: 3.6rem;
  line-height: 1.2;
  font-weight: 900;
  color: #ffffff;
  background: var(--primary);
  border-radius: 1.33rem 1.33rem 0 0;
  overflow: hidden;
}

.lnb-title-link {
  display: block;
  margin: -1.25rem -3.6rem;
  padding: 1.25rem 3.6rem;
  color: inherit;
  text-decoration: none;
  transition: opacity 0.18s ease;
}

.lnb-title-link:hover {
  text-decoration: none;
  opacity: 0.92;
}

.lnb-title-link:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.95);
  outline-offset: -4px;
}

.lnb-menu {
  border: 1px solid var(--line);
  border-top: 0;
  background: var(--bg);
}

.lnb-section {
  border-bottom: 0;
}

.lnb-root {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  padding: 0.85rem 0.95rem;
  border: 0;
  border-bottom: 2px solid var(--line);
  background: var(--bg);
  text-align: left;
  cursor: default;
  text-decoration: none;
  font-size: 1.38rem;
  font-weight: 900;
  color: #181f29;
}

.lnb-root--toggle {
  justify-content: space-between;
  cursor: pointer;
}

.lnb-root-label {
  display: inline-flex;
  align-items: center;
  font-weight: 900;
}

.lnb-root-caret {
  flex: 0 0 auto;
  font-size: 3.6rem;
  line-height: 1;
  color: #8f858a;
  transition: transform 0.18s ease, color 0.18s ease;
}

.lnb-section:not(.is-open) .lnb-root-caret {
  transform: rotate(-90deg);
}

.lnb-root--toggle:hover .lnb-root-caret,
.lnb-root--toggle.is-active .lnb-root-caret {
  color: var(--primary);
}

.lnb-root[href] {
  cursor: pointer;
}

.lnb-root.is-active {
  color: var(--primary-strong);
}

.lnb-root:hover {
  text-decoration: none;
  color: var(--primary);
}

.lnb-sub-list {
  list-style: none;
  margin: 0;
  padding: 0.25rem 0 0.35rem;
  background: #FFF0F5;
  border-top: 0;
  box-shadow: none;
}

.lnb-sub-list[hidden] {
  display: none;
}

.lnb-sub-link {
  display: block;
  position: relative;
  padding: 0.4rem 0.95rem 0.4rem 1.7rem;
  color: var(--text);
  font-size: 1.08rem;
  font-weight: 500;
  line-height: 1.45;
}

.lnb-sub-link::before {
  content: '-';
  position: absolute;
  left: 0.95rem;
  top: 50%;
  transform: translateY(-50%);
  color: #8f858a;
}

.lnb-sub-link:hover {
  text-decoration: none;
  color: var(--primary);
}

.lnb-sub-link:hover::before,
.lnb-sub-link.is-active,
.lnb-sub-link[aria-current='page'] {
  color: var(--primary-strong);
  font-weight: 900;
}

.lnb-sub-link.is-active::before,
.lnb-sub-link[aria-current='page']::before {
  color: var(--primary-strong);
}

.lnb-single {
  border-top: 0;
}

.lnb-section.is-open+.lnb-single {
  border-top: 2px solid var(--line);
}

.lnb-single+.lnb-single {
  border-top: 1px solid var(--line);
}

.lnb-single-link {
  display: block;
  padding: 0.85rem 0.95rem;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--text);
  font-size: 1.28rem;
  font-weight: 900;
  line-height: 1.45;
}

.lnb-section.is-open+.lnb-single .lnb-single-link {
  padding-top: 0.68rem;
}

.facilities-sub-layout .lnb-sub-list {
  padding-bottom: 0.22rem;
}

.facilities-sub-layout .lnb-section.is-open+.lnb-single .lnb-single-link {
  padding-top: 0.912rem;
}

.lnb-single-link:hover {
  text-decoration: none;
  color: var(--primary);
}

.lnb-single-link.is-active,
.lnb-single-link[aria-current='page'] {
  color: var(--primary-strong);
}

.about-main.section {
  padding-top: 0;
}

.about-sub-layout {
  grid-template-columns: 14rem minmax(0, 1fr);
  gap: 2.8rem;
  margin-top: clamp(3.6rem, 2vw, 1.25rem);
}

.about-sub-layout .sub-content>*:first-child {
  margin-top: 0;
}

.about-sub-layout .lnb {
  margin-top: 0;
}

.about-sub-layout .al-top {
  padding-top: 0;
}

.facilities-sub-layout .sub-content>*:first-child {
  margin-top: 0;
}

.facilities-outdoor-list {
  display: grid;
  gap: 3.6rem;
}

.facility-group {
  scroll-margin-top: 8rem;
}

.facility-group--free {
  border-top-color: #2aa160;
}

.facility-group--free .section-title::before {
  background: linear-gradient(180deg, #6dd5a0 0%, #2aa160 40%, #1a6b3d 100%);
}

.facility-group--free .section-kicker {
  color: #1f8a4c;
}

.facility-group-head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1.15rem;
  margin-bottom: 2rem;
}

.facility-group-head .section-title {
  margin: 0;
}

.facility-group-note {
  margin: -1.0rem 0 0rem;
  color: #506173;
  font-size: 1.28rem;
  line-height: 1.55;
}

.facility-group-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.35rem;
  padding: 0.82rem 1.45rem;
  border-radius: 999px;
  border: 1px solid var(--primary);
  background: var(--primary);
  color: #ffffff;
  font-size: 1.48rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.facility-group-trigger:hover {
  color: #ffffff;
  text-decoration: none;
  background: #d00070;
  border-color: #d00070;
}

.facility-group-grid {
  display: grid;
  gap: 0.95rem;
}

.facility-group-grid--bookable {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.facility-group-grid--free {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.facility-compact-card {
  gap: 20px;
  padding: 20px;
  border-radius: 15px;
  border:1px solid #dbdbdb;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.facility-compact-visual {
  width:100%;
  aspect-ratio: 1.5 / 1;
  min-height: 0;
  border-radius: 10px;
  border: 1px solid #e4d8df;
  background: var(--surface-strong);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: grid;
  place-items: center;
  color: #7a6470;
  font-weight: 600;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.facility-compact-visual-link {
  display: block;
  text-decoration: none;
  cursor: pointer;
  width:100%;
}

.facility-compact-visual-link {
  overflow: hidden;
  border-radius: 0.85rem;
}

.facility-compact-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-weight: 600;
  border-radius: 0.85rem;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.facility-compact-visual {
  position: relative;
  transition: transform 0.4s ease;
}

.facility-compact-visual-link:hover .facility-compact-overlay {
  opacity: 1;
}

.facility-compact-visual-link:hover .facility-compact-visual {
  transform: scale(1.06);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.facility-compact-copy {
  display: flex; flex-direction: row; justify-content: space-between; align-items:center; width:100%; flex:1 1 0;
}

.facility-compact-title {
  font-size: 2.8rem;
  line-height: 1.24;
  font-weight: 600;
  color:#df3c6e;
}

.facility-compact-summary {
  margin: 0;
  color: var(--text);
}

.facility-compact-extra {
  margin: 0;
  color: #5d7186;
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.5;
}

.facility-compact-tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.95rem;
  margin-top: 0.3rem;
}

.facility-compact-detail-btn {
  color: #111;
  border-color: #111;
  min-width: auto;
  min-height: 0;
  padding: 0.4rem 1.2rem;
  font-size: 0.95rem;

}

.facility-compact-detail-btn.button-ghost {
  min-height: 2.3rem;
  line-height: 1;
}

/* ── 사업 개요 표 ──────────────────── */
.phase-overview-table {
  margin-bottom: 2rem;
}

.phase-overview-table .section-title-sm {
  font-size: clamp(1.15rem, 1.5vw, 1.35rem);
  font-weight: 700;
  margin-bottom: 3.6rem;
  color: var(--text-dark);
}

.overview-table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  font-size:2.25rem;
}

.overview-table thead {
  background: #efefef;
  border-top: 2px solid #555;
  border-bottom: 1px solid #666;
}

.overview-table th {
  padding: 1.7rem 0.9rem;
  font-weight: 600;
  white-space: nowrap;
  word-break: keep-all;
}

.overview-table td {
  padding: 1.7rem 0.9rem;
  border-bottom: 1px solid #e0e0e0;
  color: var(--text-dark);
  line-height:1.4em;
  word-break: keep-all;
  border-right:1px solid #e0e0e0;
}
.overview-table td:last-child{
  border-right:0;
}
.overview-table td > a{
  color:#df3c6e; font-weight:500;
}
/* 
.overview-table tbody tr:nth-child(even) {
  background: #f8f8fc;
}

.overview-table tbody tr:hover {
  background: #f0f0ff;
} */

.overview-table tfoot {
  background: #eef0f8;
  font-weight: 600;
}

.overview-table tfoot td {
  border-top: 2px solid #3a3a5c;
  border-bottom: none;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.campus-phase-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3rem;
}
.campus-phase-cards.item3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.campus-phase-cards .facility-compact-card {
  height: 100%;
}

.campus-phase-cards .facility-compact-summary {
  letter-spacing:-0.08rem;
  margin-bottom:18px;
  flex: 1 1 0;
}

.facility-compact-meta {
  font-weight: 500;
  line-height: 1em;
  background: #f6f5f5;
  width: calc(100% + 40px);
  margin-left: -20px;
  padding: 20px 20px 19px;
  text-align: right;
}

.facility-quick-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(14.5rem, max-content));
  justify-content: start;
  gap: 0.912rem;
  margin: 0;
  width: fit-content;
  max-width: 100%;
}

.facility-quick-item {
  min-width: 0;
  padding: 0.58rem 0.72rem;
  border-radius: 0.72rem;
  border: 1px solid #e4d8df;
  background: #fffafb;
}

.facility-quick-item dt {
  margin: 0 0 0.24rem;
  color: #8b2a5d;
  font-size: 0.8rem;
  font-weight: 700;
}

.facility-quick-item dd {
  margin: 0;
  color: var(--text);
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.4;
  word-break: keep-all;
}

.facility-section-copy p,
.facility-section-main p,
.facility-health-preview p {
  margin: 0;
}

.facility-feature-block {
  width: fit-content;
  min-width: 20rem;
  max-width: 100%;
  padding: 0.65rem 0.78rem;
  border-radius: 0.72rem;
  border: 1px solid #e5d8e0;
  background: #fffafb;
}

.facility-feature-block strong {
  display: block;
  margin-bottom: 0.28rem;
}

.facility-feature-block .feature-list {
  margin-top: 0;
  gap: 0.3rem;
}

.facility-feature-block .feature-list li {
  font-size: 0.89rem;
  line-height: 1.4;
}

.facility-health-preview {
  gap: 3.6rem;
}

.wellness-detail-stack {
  display: grid;
  gap: 3.6rem;
}

.wellness-hero {
  display: block;
}

.wellness-hero-visual {
  min-height: 20.95rem;
  border-radius: 1.71rem;
  border: 1px solid #d7d8e2;
  background: linear-gradient(145deg, #f3f8ff 0%, #ecf6ff 52%, #f4faf7 100%);
  background-size: cover;
  background-position: center;
  display: grid;
  place-items: center;
  color: #546b7c;
  font-weight: 600;
}

.wellness-hero-visual.has-image {
  color: transparent;
}

.wellness-hero-copy {
  display: grid;
  align-content: start;
  gap: 0.95rem;
}

.wellness-summary {
  margin: 0;
  color: var(--text);
  font-size: 1.03rem;
  line-height: 1.72;
}

.wellness-info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
}

.wellness-info-card {
  padding: 0.95rem 3.6rem;
  border-radius: 0.8rem;
  border: 1px solid #e4d8df;
  background: #fffafb;
}

.wellness-info-card strong {
  display: block;
  margin-bottom: 0.42rem;
  color: #8b2a5d;
  font-size: 0.92rem;
  font-weight: 700;
}

.wellness-info-card p {
  margin: 0;
  color: var(--text);
  line-height: 1.6;
}

.wellness-info-card .meta {
  display: block;
  margin-top: 0.25rem;
}

.wellness-info-card a {
  color: var(--text);
  font-weight: 700;
}

.wellness-section {
  gap: 3.6rem;
}

.wellness-section-head {
  display: flex;
  align-items: center;
  gap: 3.6rem;
}

.wellness-section-head h3,
.wellness-service-card h3 {
  margin: 0;
}

.wellness-section-head .section-title {
  margin: 0;
}

.wellness-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.71rem;
}

.wellness-service-card {
  padding: 3.6rem;
  border-radius: 0.85rem;
  border: 1px solid #e4d8df;
  background: var(--bg);
  box-shadow: 0 6px 14px rgba(10, 34, 58, 0.05);
}

.wellness-service-card p {
  margin: 0.45rem 0 0;
  color: var(--muted);
  line-height: 1.65;
  white-space: pre-line;
}

.wellness-service-card .feature-list {
  margin-top: 2.7rem;
}

.wellness-service-card .feature-list li {
  white-space: pre-line;
}

.wellness-service-note {
  padding-top: 2.7rem;
  border-top: 1px dashed #e6d4dd;
  font-size: 0.92rem;
  color: #8b6779;
}

.wellness-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 0.85rem;
}

.wellness-gallery-tile {
  margin: 0;
  display: grid;
  gap: 1rem;
}

.wellness-gallery-tile figcaption {
  text-align: center;
  color: var(--text);
  font-size: 0.94rem;
  font-weight: 700;
}

.facility-anchor-nav {
  display: grid;
  gap: 0.82rem;
}

.facility-anchor-legend {
  display: grid;
  gap: 0.62rem;
}

.facility-anchor-legend-item {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 1.71rem;
}

.facility-anchor-legend-head {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.facility-anchor-legend-bar {
  flex: 0 0 auto;
  width: 0.28rem;
  height: 1.35rem;
  border-radius: 999px;
  background: #2a7de1;
}

.facility-anchor-legend-item.is-free .facility-anchor-legend-bar {
  background: #2ea66b;
}

.facility-anchor-legend-title {
  color: var(--text);
  font-size: 1.18rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -0.02em;
  white-space: nowrap;
}

.facility-anchor-legend-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.facility-anchor-legend-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.85rem;
  padding: 1.33rem 1.3.6rem;
  border-radius: 999px;
  border: 1px solid #dde6f7;
  background: #f7faff;
  color: #29537f;
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  text-decoration: none;
  transition: transform 0.18s ease, background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.facility-anchor-legend-item.is-free .facility-anchor-legend-pill {
  border-color: #d8ebdf;
  background: #f5fbf7;
  color: #296646;
}

.facility-anchor-legend-pill:hover {
  text-decoration: none;
  transform: translateY(-1px);
}

.facility-anchor-legend-item.is-bookable .facility-anchor-legend-pill:hover {
  background: #eef5ff;
  border-color: #bfd6fa;
}

.facility-anchor-legend-item.is-free .facility-anchor-legend-pill:hover {
  background: #edf8f1;
  border-color: #c5e6d2;
}

.facility-anchor-legend-item.is-bookable .facility-anchor-legend-pill.is-active,
.facility-anchor-legend-item.is-bookable .facility-anchor-legend-pill[aria-current='page'] {
  background: #2a7de1;
  border-color: #2a7de1;
  color: #ffffff;
}

.facility-anchor-legend-item.is-free .facility-anchor-legend-pill.is-active,
.facility-anchor-legend-item.is-free .facility-anchor-legend-pill[aria-current='page'] {
  background: #2ea66b;
  border-color: #2ea66b;
  color: #ffffff;
}

.facility-anchor-links,
.rental-anchor-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 2.7rem;
}

.facility-anchor-link,
.rental-anchor-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.85rem;
  padding: 1.33rem 1.3.6rem;
  border-radius: 999px;
  border: 1px solid #e3c9d8;
  background: #fff9fc;
  color: #8b2a5d;
  font-weight: 700;
  line-height: 1;
  transform: translateY(-2px);
}

.facility-anchor-link__label {
  display: inline-block;
  transform: translateY(-2px);
}

.facility-anchor-link:hover,
.rental-anchor-link:hover {
  text-decoration: none;
  background: #fff2f8;
}

.facility-anchor-link.is-active,
.rental-anchor-link.is-active {
  border-color: var(--primary);
  background: var(--primary);
  color: #ffffff;
}

.rental-section {
  scroll-margin-top: 0;
  gap: 3.6rem;
  font-size: clamp(1.05rem, 1.3vw, 1.15rem);
  line-height: 1.75;
}

.rental-section-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 3.6rem;
}

.rental-section-head h2 {
  margin: 0;
}

.rental-section-head p {
  margin: 0;
  color: var(--muted);
}

.rental-guide-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 3.6rem;
}

.rental-guide-panel .table-like {
  margin-top: 2.7rem;
}

.rental-section .table-like {
  table-layout: fixed;
}

.rental-section .table-like th {
  width: 28%;
  text-align: center;
}

.rental-fee-table th {
  white-space: normal;
}

.rental-fee-sub {
  font-size: calc(1em - 3px);
}

.rental-guide-aside {
  display: grid;
  gap: 3.6rem;
}

.rental-guide-list {
  margin: 2.7rem 0 0;
  padding-left: 1.2rem;
  display: grid;
  gap: 2rem;
  line-height: 1.65;
}

.rental-section .feature-list li {
  font-size: inherit;
}

.rental-section .panel>strong {
  display: block;
  font-size: calc(1em + 5px);
}

.rental-card-actions {
  margin-top: 3.6rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--space-sm);
}

.rental-card-actions .button,
.rental-card-actions .button-ghost {
  justify-content: center;
}

.rental-form {
  display: grid;
  gap: 3.6rem;
}

.rental-inline-panel {
  background: #fff8fb;
}

.about-intro-page.section {
  border-top-color: #e6e0dc;
}

.about-intro-page .panel {
  border-color: #ddd4da;
}

.about-intro-page .lnb-menu {
  border-color: #ddd4da;
}

.about-intro-page .lnb-root {
  border-bottom-color: #ddd4da;
}

.about-intro-page .lnb-section.is-open+.lnb-single {
  border-top-color: #ddd4da;
}



.about-hero-panel {
  display: grid;
  gap: 3.6rem;
  padding: clamp(1.2rem, 2.2vw, 1.45rem);
  background: var(--surface-strong);
}

.about-hero-head {
  display: grid;
  gap: 0.45rem;
}

.about-hero-head .page-lead {
  margin-top: 0;
}

.about-hero-panel .about-summary-strip,
.about-hero-panel .vision-hero,
.about-hero-panel .bi-showcase {
  margin-top: 0;
}

.vision-hero-panel .vision-hero {
  padding: 0;
  border: 0;
  border-top: 0;
  background: transparent;
  box-shadow: none;
}

.vision-hero-panel .vision-hero .section-kicker {
  margin-bottom: 0.35rem;
}

.bi-hero-panel .bi-showcase {
  gap: 3.6rem;
}

.section-kicker {
  margin: 0 0 0.35rem;
  color: var(--primary);
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.about-summary-strip {
  display: grid;
  gap: var(--space-md);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 3.6rem;
}

.about-summary-card {
  display: grid;
  gap: 0.95rem;
  align-content: start;
  padding: 1.71rem 0.85rem;
  border-radius: 1.71rem;
  border: 1px solid #ddd4da;
  border-top: 1px solid #ddd4da;
  background: var(--bg);
  box-shadow: 0 6px 16px rgba(112, 96, 88, 0.08);
}

.about-summary-label {
  margin: 0;
  color: #8b2a5d;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  word-break: keep-all;
}

.about-summary-value {
  position: relative;
  margin: 0;
  padding-left: 0.85rem;
  border-left: none;
  color: var(--text);
  font-size: clamp(2.8rem, 2.2vw, 3.6rem);
  font-weight: 700;
  line-height: 1.25;
  word-break: keep-all;
}

.about-summary-value::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  border-radius: 999px;
  background: linear-gradient(180deg, #f7a5c0 0%, #e8437f 40%, #8b1a4a 100%);
}

.about-summary-detail {
  margin: 0;
  color: var(--muted);
  font-size: clamp(1.15rem, 1.6vw, 1.35rem);
  line-height: 1.7;
}

.about-summary-detail strong {
  display: block;
  margin-bottom: 0.3.6rem;
  color: var(--text);
  font-weight: 700;
}

.about-story-grid {
  display: grid;
  gap: var(--space-md);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 3.6rem;
}

.about-story-card,
.about-space-card,
.vision-strategy-card,
.vision-focus-card,
.location-access-card {
  padding: 1.05rem 1.3.6rem;
  border-radius: 0.8rem;
  border: 1px solid #ddd4da;
  background: var(--bg);
  box-shadow: 0 6px 14px rgba(10, 34, 58, 0.05);
}

.about-story-card::before {
  content: '';
  display: block;
  width: 100%;
  aspect-ratio: 1168 / 748;
  margin-bottom: 1.71rem;
  border-radius: 0.8rem;
  border: 1px solid #efe3ea;
  background-color: #fffdfd;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


.about-story-panel .about-story-card {
  border-top: 5px solid var(--primary);
  box-shadow: 0 8px 18px rgba(112, 96, 88, 0.10);
}

/* ── 주요 기능 카드 (이미지 + 텍스트) ── */
.about-func-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.2rem;
}

.about-story-panel .about-func-grid {
  margin-top: 1.15rem;
}

.about-func-card {
  border: 1px solid var(--line);
  border-top: 5px solid var(--primary);
  border-radius: var(--radius-md);
  overflow: hidden;
  background: #fff;
}

.about-func-img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
  margin-bottom: 0.8rem;
}

.about-func-card h3 {
  margin: 0.8rem 3.6rem 0.3rem;
  font-size: 1.3.6rem;
}

.about-func-card p {
  margin: 0 3.6rem 3.6rem;
  font-size: 0.92rem;
  color: var(--muted);
  line-height: 1.65;
}

.about-func-card p.about-func-text {
  display: flex;
  align-items: center;
  gap: 0.95rem;
  margin: 3.6rem 0.8rem 1.2rem 0.95rem;
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--text);
  line-height: 1.4;
}

.about-func-text .badge {
  font-size: 1.05rem;
  min-height: 2rem;
  padding: 0 2rem;
  flex-shrink: 0;
}

@media (max-width: 640px) {
  .about-func-grid {
    grid-template-columns: 1fr;
  }

  .about-func-card p.about-func-text {
    font-size: 1.05rem;
  }

  .about-func-text .badge {
    font-size: 0.95rem;
    min-height: 1.8rem;
  }
}

.about-story-card h3,
.about-stage-card h3,
.about-space-card h3,
.vision-strategy-card h3,
.vision-focus-card h3,
.location-access-card h3,
.history-title {
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.35;
}

.about-story-card p,
.about-space-card p,
.vision-strategy-card p,
.vision-focus-card p,
.location-access-card p {
  margin: 0.45rem 0 0;
  color: var(--muted);
}

.about-story-card p {
  font-size: calc(3.6rem - 2px);
}

.about-stage-grid {
  display: grid;
  gap: var(--space-md);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  margin-top: 3.6rem;
}

.bi-context-grid,
.contact-grid {
  display: grid;
  gap: var(--space-md);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  margin-top: 3.6rem;
}

.about-stage-card {
  padding: 1.3.6rem 1.15rem 1.2rem;
  border-radius: 1.71rem;
  border: 1px solid #ddd4da;
  border-top: 5px solid var(--primary);
  background: var(--bg);
  box-shadow: 0 8px 18px rgba(10, 34, 58, 0.06);
}

.about-stage-panel .about-stage-card {
  border-top-color: var(--primary);
  box-shadow: 0 8px 18px rgba(112, 96, 88, 0.10);
}

.about-stage-panel .section-copy {
  font-size: clamp(1.2rem, 1.8vw, 1.4rem);
  line-height: 1.8;
}

.about-stage-panel .badge {
  min-height: 1.95rem;
  padding: 0 0.72rem;
  font-size: 0.95rem;
}

.about-stage-panel .about-stage-card h3 {
  font-size: clamp(1.35rem, 1.8vw, 3rem);
  line-height: 1.4;
}

.about-stage-panel .badge {
  min-height: 2rem;
  padding: 0 1.33rem;
  font-size: 1.05rem;
}

.about-stage-panel .about-stage-card p {
  font-size: 1.12rem;
  line-height: 1.8;
}

.about-stage-panel .about-stage-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(12.5rem, 1fr));
  margin-top: 0.95rem;
  gap: 0.72rem;
}

.about-stage-panel .about-stage-list li {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.about-stage-panel .about-stage-link {
  display: block;
  min-height: 100%;
  padding: 0.8rem 1.71rem;
  border: 1px solid #ead7e1;
  border-radius: 0.8rem;
  background: #ffffff;
  box-shadow: 0 4px 10px rgba(10, 34, 58, 0.04);
  color: #223041;
  font-size: 1.12rem;
  font-weight: 600;
  line-height: 1.55;
  text-decoration: none;
  word-break: keep-all;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.about-stage-panel .about-stage-link:hover,
.about-stage-panel .about-stage-link:focus-visible {
  text-decoration: none;
  border-color: rgba(237, 0, 128, 0.35);
  box-shadow: 0 10px 20px rgba(176, 0, 96, 0.12);
  transform: translateY(-1px);
}

.about-stage-panel .about-stage-link.is-disabled {
  color: #5f6e7c;
  cursor: default;
}

.about-stage-panel .about-stage-link.is-disabled:hover,
.about-stage-panel .about-stage-link.is-disabled:focus-visible {
  border-color: #ead7e1;
  box-shadow: 0 4px 10px rgba(10, 34, 58, 0.04);
  transform: none;
}

.about-stage-panel .about-stage-list li::before {
  display: none;
}

.about-stage-panel .about-stage-card--separate .about-stage-list {
  grid-template-columns: 1fr;
}

.about-stage-card--phase1 {
  border-top-color: #dc2828;
}

.about-stage-card--phase1 .badge-status {
  background: #fde8e8;
  color: #b91c1c;
}

.about-stage-card--phase1 .badge-open {
  background: #fde8e8;
  color: #b91c1c;
}

.about-stage-card--phase2 {
  border-top-color: #3264dc;
}

.about-stage-card--phase2 .badge-status {
  background: #e0eaff;
  color: #1e4fc2;
}

.about-stage-card--phase2 .badge-open {
  background: #e0eaff;
  color: #1e4fc2;
}

.about-stage-card--separate {
  border-top-color: #ed871e;
  background: #fff;
}

.about-stage-card--separate .badge-status {
  background: #fff3e0;
  color: #c26a00;
}

.about-stage-card--separate .badge-open {
  background: #fff3e0;
  color: #c26a00;
}

.about-stage-card__inner {
  max-width: none;
}

.campus-page .page-lead,
.campus-page .section-copy {
  font-size: clamp(1.2625rem, 1.6vw, 1.3625rem);
}

.campus-stage-card {
  scroll-margin-top: 8rem;
}

.campus-stage-card--wellness .badge-open {
  background: #eef8f2;
  color: #1f7d45;
}

.campus-card-actions {
  margin-top: 0.85rem;
}

.about-stage-heading {
  display: flex;
  align-items: center;
  gap: 0.95rem;
  flex-wrap: wrap;
}

.about-stage-card .badge-row {
  margin-bottom: 2.7rem;
}

.about-stage-card p {
  margin: 0.45rem 0 0;
  color: var(--muted);
  font-size: 3.6rem;
  line-height: 1.65;
}

.about-stage-list,
.about-space-list,
.feature-list,
.contact-list {
  list-style: none;
  margin: 0.8rem 0 0;
  padding: 0;
  display: grid;
  gap: 1rem;
}

.about-stage-list li,
.about-space-list li,
.feature-list li,
.contact-list li {
  position: relative;
  padding-left: 3.6rem;
  font-size: 3.6rem;
  line-height: 1.65;
}

.about-stage-list li {
  font-size: calc(3.6rem - 3px);
}

.about-stage-list li::before,
.about-space-list li::before,
.feature-list li::before,
.contact-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 1rem;
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 999px;
  background: var(--primary);
}

.about-space-grid,
.vision-strategy-grid,
.location-access-grid {
  display: grid;
  gap: var(--space-md);
  margin-top: 3.6rem;
}

.about-space-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.vision-strategy-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.location-access-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.location-visit {
  display: grid;
  gap: 1.15rem;
}

.location-map-panel,
.location-traffic-panel {
  border-radius: 3.6rem;
  border: 1px solid #ddd4da;
  background: var(--bg);
  box-shadow: 0 10px 22px rgba(112, 96, 88, 0.08);
}

.location-map-panel {
  overflow: hidden;
}

.location-map-frame {
  position: relative;
  border-bottom: 1px solid #e9dde3;
  background: linear-gradient(180deg, #fff9fc 0%, var(--bg) 100%);
}

.location-map-badge {
  position: absolute;
  top: 1.71rem;
  right: 1.71rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  min-height: 2.3.6rem;
  padding: 1rem 0.8rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(226, 211, 220, 0.92);
  box-shadow: 0 8px 18px rgba(112, 96, 88, 0.1);
  color: #7a2b5d;
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1;
  pointer-events: none;
}

.location-map-badge-dot {
  width: 1.33rem;
  height: 1.33rem;
  border-radius: 999px;
  background: linear-gradient(180deg, #ff7dbc 0%, var(--primary) 100%);
  box-shadow: 0 0 0 4px rgba(237, 0, 128, 0.12);
  flex: 0 0 auto;
}

.location-map-frame iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 7;
  border: 0;
}

.location-info-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}

.location-info-item {
  padding: 3.6rem 1.15rem;
}

.location-info-item--full {
  display: flex;
  align-items: baseline;
  gap: 2rem;
}

.location-info-item+.location-info-item {
  border-left: 1px solid #f0e4ea;
}

.location-info-label {
  display: inline-block;
  margin-bottom: 0.35rem;
  font-size: 1.66rem !important;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--primary);
}

.location-info-item p {
  margin: 0;
  font-size: 1.66rem !important;
  line-height: 1.55;
}

.location-info-item--full .location-info-label {
  margin: 0;
  font-size: 2.3rem;
  line-height: 1.45;
}

.location-info-item--full p {
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.45;
}

.location-traffic-panel {
  padding: 1.2rem 1.25rem 1.3rem;
  border-top: 5px solid var(--primary);
}

.location-traffic-panel .section-title {
  margin-bottom: 1.71rem;
}

.location-traffic-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 3.6rem;
}

.location-traffic-card {
  padding: 3.6rem 3.6rem 1.05rem;
  border-radius: 0.95rem;
  border: 1px solid #e4d8df;
  background: var(--bg);
  box-shadow: 0 8px 18px rgba(112, 96, 88, 0.07);
}

.location-traffic-head {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
}

.location-traffic-head h3 {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.2;
}

.location-traffic-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 2rem;
  background: linear-gradient(180deg, #ff7dbc 0%, var(--primary) 100%);
  box-shadow: 0 8px 14px rgba(237, 0, 128, 0.16);
}

.location-traffic-icon img {
  display: block;
  width: 1.05rem;
  height: 1.05rem;
}

.location-traffic-main {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 600;
  line-height: 1.55;
}

.location-traffic-note {
  margin: 0.45rem 0 0;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.6;
}

.about-space-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2.7rem;
  margin-bottom: 0.35rem;
}

.about-space-top .badge {
  flex: 0 0 auto;
}

.about-note {
  border-color: #ddd4da;
  background: var(--bg);
}

.vision-hero {
  position: relative;
  padding: 1.35rem 1.4rem;
  border-radius: 3.6rem;
  border: 1px solid #ddd4da;
  border-top: 5px solid var(--primary);
  background: var(--bg);
  box-shadow: 0 10px 22px rgba(112, 96, 88, 0.08);
}

.vision-hero .section-kicker {
  margin-bottom: 0.45rem;
}

.vision-hero .chip-row {
  margin-top: 3.6rem;
}

.vision-hero .chip {
  background: #fff7fb;
  border-color: #eed7e2;
}

.vision-strategy-grid {
  gap: 1.15rem;
  align-items: stretch;
}

.vision-strategy-card {
  position: relative;
  overflow: visible;
  padding: 1.6rem 1.15rem 1.15rem;
  border-top: 0;
  box-shadow: 0 10px 22px rgba(112, 96, 88, 0.12);
}

.vision-strategy-card::before {
  content: '';
  position: absolute;
  left: -1px;
  right: -1px;
  top: -1px;
  height: 2.8rem;
  border-radius: 1.71rem 1.71rem 0 0;
  background: var(--primary);
}

.vision-strategy-card::after {
  content: none;
}

.vision-strategy-card:nth-child(2)::after {
  content: none;
}

.vision-strategy-card:nth-child(3)::after {
  content: none;
}

.vision-strategy-card .section-kicker {
  margin-bottom: 0.25rem;
  color: #5d5a61;
  font-size: 1.33rem;
  letter-spacing: 0.06em;
}

.vision-strategy-card h3 {
  font-size: 1.04rem;
}

.vision-strategy-card p {
  margin-top: 0.35rem;
  font-size: 0.95rem;
}

.vision-strategy-card .feature-list {
  margin-top: 1.33rem;
  gap: 0.45rem;
}

.vision-focus-card {
  padding: 3.6rem 1.05rem 1.05rem;
  border-top: 0;
  box-shadow: 0 8px 18px rgba(112, 96, 88, 0.09);
}

.vision-focus-card h3 {
  display: inline-flex;
  align-items: center;
  gap: 0.95rem;
  margin-bottom: 0.3.6rem;
  padding-bottom: 0.45rem;
  border-bottom: 1px solid #ebe2e6;
}

.vision-focus-card h3::before {
  content: '';
  width: 3.6rem;
  height: 3.6rem;
  flex: 0 0 3.6rem;
  border-radius: 0.28rem;
  background: #f6dce8;
  border: 1px solid #efbfd7;
  box-shadow: inset 0 0 0 2px var(--bg);
}

.vision-focus-card:nth-child(1) {
  background: linear-gradient(180deg, #fff3f8 0%, #fffdfd 100%);
}

.vision-focus-card:nth-child(1) h3 {
  color: #8e2d5d;
}

.vision-focus-card:nth-child(1) h3::before {
  background: #f9ddea;
  border-color: #ecbfd5;
}

.vision-focus-card:nth-child(1) .feature-list li::before {
  background: #8e2d5d;
}

.vision-focus-card:nth-child(2) {
  background: linear-gradient(180deg, #eefbf5 0%, var(--bg) 100%);
}

.vision-focus-card:nth-child(2) h3 {
  color: #1f7b63;
}

.vision-focus-card:nth-child(2) h3::before {
  background: #dff7ef;
  border-color: #bfe6d8;
}

.vision-focus-card:nth-child(2) .feature-list li::before {
  background: #1f7b63;
}

.vision-focus-card:nth-child(3) {
  background: linear-gradient(180deg, #f4efff 0%, var(--bg) 100%);
}

.vision-focus-card:nth-child(3) h3 {
  color: #6251a6;
}

.vision-focus-card:nth-child(3) h3::before {
  background: #e8e3ff;
  border-color: #d4cbfb;
}

.vision-focus-card:nth-child(3) .feature-list li::before {
  background: #6251a6;
}

.vision-focus-card:nth-child(4) {
  background: linear-gradient(180deg, #fff4e7 0%, var(--bg) 100%);
}

.vision-focus-card:nth-child(4) h3 {
  color: #9a5b12;
}

.vision-focus-card:nth-child(4) h3::before {
  background: #ffe7cc;
  border-color: #f0cfac;
}

.vision-focus-card:nth-child(4) .feature-list li::before {
  background: #9a5b12;
}

.vision-statement {
  margin: 0;
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
  line-height: 1.35;
  font-weight: 900;
}

.vision-goal {
  margin: 2.7rem 0 0;
  color: var(--muted);
  font-size: 3.6rem;
}

.bi-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(280px, 0.82fr);
  gap: 0.8rem;
  align-items: center;
}

.bi-copy .section-title {
  white-space: nowrap;
}

.bi-copy p {
  margin: 1rem 0 0;
  color: var(--muted);
  font-size: 1.25rem;
  line-height: 1.75;
}

.bi-copy .section-kicker {
  color: var(--primary);
}

.bi-copy>p:nth-of-type(3) {
  display: none;
}

.bi-download-row {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 3.6rem;
}

.bi-download-link {
  min-width: 8.4rem;
}

.bi-download-link.is-disabled,
.bi-download-link[disabled] {
  border-color: #e1d8dc;
  background: var(--surface-strong);
  color: #9d8e95;
  cursor: not-allowed;
}

.bi-download-note {
  margin: 1rem 0 0;
  color: #8a7a82;
  font-size: 0.92rem;
}

.bi-context-grid .feature-list li {
  font-size: 1.12rem;
}

.bi-context-grid .section-title {
  margin-bottom: 0.45rem;
}

.bi-context-grid .feature-list {
  margin-top: 0.45rem;
  gap: 1rem;
}

.chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.95rem;
  margin-top: 0.95rem;
}

.chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 1.8rem;
  padding: 0 0.65rem;
  border-radius: 999px;
  background: var(--bg);
  border: 1px solid #ddd4da;
  color: #8d1f5c;
  font-size: 0.84rem;
  font-weight: 700;
}

.bi-logo-panel {
  display: grid;
  justify-self: stretch;
  place-items: center;
  width: 100%;
  max-width: none;
  min-height: 14.2rem;
  overflow: hidden;
  padding: clamp(2.7rem, 2vw, 1.15rem) clamp(0.8rem, 2.4vw, 1.2rem);
  border-radius: 3.6rem;
  border: 1px solid #ddd4da;
  background: var(--bg);
}

.bi-logo-image {
  display: block;
  width: calc(100% + 28px);
  max-width: none;
  height: auto;
  transform: translateX(0px);
}

.overview-visual-panel {
  display: grid;
  gap: 1.33rem;
  align-content: start;
  padding: clamp(0.85rem, 2vw, 1.2rem);
  border-radius: 3.6rem;
  border: 1px solid #ddd4da;
  background: linear-gradient(180deg, #ffffff 0%, #fffafb 100%);
  box-shadow: 0 10px 24px rgba(112, 96, 88, 0.08);
}

.overview-visual-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.8rem;
  border: 1px solid #efe3ea;
  background: #fffdfd;
}

.overview-visual-caption {
  margin: 0;
  color: #7d6d75;
  font-size: 0.94rem;
}

.overview-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 3.6rem;
}

.overview-actions .button,
.overview-actions .button-ghost {
  min-width: 9.5rem;
  justify-content: center;
}

.history-timeline {
  display: grid;
  gap: 1.71rem;
  margin-top: 3.6rem;
}

.history-stream {
  position: relative;
  display: grid;
  gap: 3.6rem;
  margin-top: 2.8rem;
}

.history-stream::before {
  content: '';
  position: absolute;
  left: calc(2.9rem - 1px);
  top: 2.45rem;
  bottom: 2.45rem;
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, #f7a9cf 0%, var(--primary) 100%);
  opacity: 0.92;
}

.history-group {
  display: grid;
  grid-template-columns: 5.8rem minmax(0, 1fr);
  gap: 3.6rem;
  align-items: start;
}

.history-group-year {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  min-height: 5.05rem;
}

.history-group-items {
  display: grid;
  gap: 1.71rem;
}

.history-year-badge {
  display: grid;
  place-items: center;
  width: 5rem;
  height: 5rem;
  min-height: 5rem;
  margin-left: 0;
  padding: 0;
  border-radius: 999px;
  background: linear-gradient(180deg, #ff7dbc 0%, var(--primary) 100%);
  border: 0;
  box-shadow: 0 12px 22px rgba(112, 96, 88, 0.14);
  color: #ffffff;
}

.history-year-badge strong {
  display: block;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: -0.03em;
  color: inherit;
  transform: translateY(-2px);
}

.history-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1.71rem;
  min-height: 5.3.6rem;
  padding: 3.6rem 4.7rem 3.6rem 1.25rem;
  border-radius: 3.6rem;
  border: 1px solid #e3d8dd;
  background: var(--bg);
  box-shadow: 0 8px 18px rgba(112, 96, 88, 0.08);
}

.history-card::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 3.6rem;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3.15rem;
  height: 3.6rem;
  padding: 0 1.33rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.history-card-date {
  margin: 0;
  color: var(--primary);
  font-size: 1.32rem;
  font-weight: 700;
  line-height: 1.2;
  flex: 0 0 auto;
  white-space: nowrap;
  padding-top: 0.06rem;
}

.history-card-copy {
  display: block;
  flex: 1 1 auto;
  min-width: 0;
}

.history-card-title {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.4;
  word-break: keep-all;
}

.history-card-note {
  margin: 0;
  color: #5f6e7c;
  font-size: 0.96rem;
  line-height: 1.5;
}

.history-card-note+.history-card-note {
  color: #7a8692;
  font-size: 0.93.6rem;
}

.history-card.is-done::after {
  content: '완료';
  background: #eaf3ff;
  color: #2b67c9;
}

.history-card.is-live {
  border: 2px solid var(--primary);
  background: #fff7f9;
  box-shadow: 0 0 0 0 rgba(230, 0, 103, 0.3);
  animation: live-pulse 2s ease-in-out infinite;
}

@keyframes live-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(230, 0, 103, 0.25); }
  50% { box-shadow: 0 0 16px 4px rgba(230, 0, 103, 0.15); }
}

.history-card.is-live::after {
  content: '진행';
  background: var(--primary);
  color: #fff;
}

.history-card.is-plan::after {
  content: '계획';
  background: #fff6e6;
  color: #b67816;
}

.history-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.95rem;
  padding: 3.6rem 1.3.6rem;
  border-radius: 0.85rem;
  border: 1px solid #ddd4da;
  background: var(--bg);
}

.history-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 4.7rem;
  padding: 0.35rem 0.8rem;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 700;
}

.history-status.is-done {
  background: #dff7ef;
  color: #086a49;
}

.history-status.is-live {
  background: #fde8f2;
  color: #9d185c;
}

.history-status.is-plan {
  background: #fff1db;
  color: #8a5d08;
}

.history-content {
  display: grid;
  gap: 0.28rem;
}

.history-date {
  margin: 0;
  font-size: 0.92rem;
  font-weight: 700;
  color: #8b6779;
}

.history-desc {
  margin: 0;
  color: var(--muted);
}

.table-like {
  width: 100%;
  border-collapse: collapse;
  margin-top: var(--space-md);
  border: 1px solid var(--line);
  font-size: 1.8rem;
}

.table-like th,
.table-like td {
  padding: 14px;
  border-bottom: 1px solid var(--line);
  border-right: 1px solid var(--line);
  text-align: left;
}

.table-like th {
  background: #fcf6fa;
  width: 28%;
}

form {
  display: grid;
  gap: var(--space-md);
}

.form-grid {
  display: grid;
  gap: var(--space-md);
  grid-template-columns: repeat(2, minmax(0, 1fr));
}


.help {
  font-size: 0.92rem;
  color: var(--muted);
}

.notice-box {
  border: 2px solid #e0c6d5;
  border-radius: var(--radius-md);
  background: var(--bg);
  padding: 3.6rem;
}

#press-detail .section-title {
  font-size: clamp(calc(1.45rem - 5px), calc(3.2vw - 5px), calc(2rem - 5px));
}

.press-detail-table {
  margin-top: 1.71rem;
}

.press-detail-summary-box {
  margin-top: 3.6rem;
}

.press-detail-summary {
  margin: 0;
  line-height: 1.75;
}

.press-detail-highlights {
  margin: 2.7rem 0 0;
  padding-left: 1.15rem;
  display: grid;
  gap: 0.912rem;
  line-height: 1.7;
}

.notice-detail-meta {
  margin-bottom: 0;
}

.notice-detail-attachment {
  margin: 0.42rem 0 0;
  display: flex;
  align-items: flex-start;
  gap: 0.45rem;
  line-height: 1.7;
}

.notice-detail-attachment-label {
  flex: 0 0 auto;
}

.notice-detail-attachment-links {
  display: grid;
  gap: 0.2rem;
}

.notice-detail-attachment a {
  color: var(--primary);
  font-weight: 600;
}

.notice-detail-divider {
  margin-top: 0.72rem;
  border-top: 1px solid var(--line);
}

.notice-detail-rich {
  display: grid;
  gap: 3.6rem;
  margin-top: 1.71rem;
}

.notice-detail-rich p {
  margin: 0;
  line-height: 1.8;
}

.notice-detail-poster-wrap {
  margin-top: 1.71rem;
  display: grid;
  gap: 1.71rem;
}

.notice-detail-poster {
  display: block;
  width: min(100%, 780px);
  height: auto;
  margin: 0 auto;
  border-radius: 0.85rem;
  border: 1px solid #e3d6de;
  box-shadow: 0 10px 22px rgba(112, 96, 88, 0.08);
}

.notice-detail-section {
  display: grid;
  gap: 1.33rem;
}

.notice-detail-section-title {
  margin: 0;
  font-size: 1.12rem;
  font-weight: 900;
  color: var(--text);
}

.notice-detail-sublist {
  margin: 0.2rem 0 0;
  padding-left: 1.25rem;
  display: grid;
  gap: 0.38rem;
  line-height: 1.75;
}

.notice-detail-table-wrap {
  overflow-x: auto;
}

.notice-detail-course-table {
  margin-top: 0;
  width: 100%;
  max-width: 100%;
  font-size: 0.88rem;
  table-layout: fixed;
}

.notice-detail-course-table th,
.notice-detail-course-table td {
  padding: 0.36rem 1rem;
  text-align: center;
  vertical-align: middle;
  line-height: 1.32;
}

.notice-detail-course-table th {
  width: auto;
}

.notice-detail-course-table th:nth-child(1),
.notice-detail-course-table td:nth-child(1) {
  width: 18%;
}

.notice-detail-course-table th:nth-child(2),
.notice-detail-course-table td:nth-child(2) {
  width: 9%;
}

.notice-detail-course-table th:nth-child(3),
.notice-detail-course-table td:nth-child(3) {
  width: 9%;
}

.notice-detail-course-table th:nth-child(4),
.notice-detail-course-table td:nth-child(4) {
  width: 10%;
}

.notice-detail-course-table th:nth-child(5),
.notice-detail-course-table td:nth-child(5) {
  width: 54%;
  white-space: nowrap;
}

.notice-detail-course-table .notice-detail-course-caption {
  background: #f5edf3;
  padding: 0.912rem 1.33rem;
  font-size: 0.96rem;
  font-weight: 900;
  text-align: center;
}

.notice-detail-course-table .notice-detail-course-name {
  text-align: center;
  font-weight: 600;
}

.press-detail-highlights li {
  color: var(--text);
}

.press-detail-actions {
  margin-top: 3.6rem;
}

.success-note {
  border: 2px solid #f0b5b5;
  background: #fff4f4;
  color: #5f1414;
  border-radius: var(--radius-md);
  padding: 3.6rem;
  font-weight: 600;
}


.fade-in {
  animation: rise 0.45s ease both;
}

@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

:focus-visible {
  outline: 3px solid #ffbf47;
  outline-offset: 2px;
}


/* ── 프로그램 섹션 ── */
.programs-sub-layout .sub-content>*:first-child {
  margin-top: 0;
}

.card-grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.program-stat-grid,
.program-summary-strip,
.program-insight-grid {
  display: grid;
  gap: var(--space-md);
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.program-overview-layout {
  display: flex;
  gap: 0.8rem;
  align-items: stretch;
  margin-top: calc(1.33rem + 5px);
}

.program-overview-table-wrap {
  display: flex;
  flex: 1 1 auto;
  min-width: 0;
  max-width: 100%;
  align-self: stretch;
}

.program-overview-table-wrap .table-like {
  margin-top: 0;
  width: 100%;
  max-width: none;
}

.program-overview-table-wrap .table-like th {
  width: calc(7.6rem + 10px);
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  padding-left: 2rem;
  padding-right: 2rem;
}

.program-overview-table-wrap .table-like td {
  white-space: nowrap;
}

.program-overview-contact {
  white-space: normal !important;
  word-break: keep-all;
}

.program-overview-stats {
  flex: 0 0 calc(23rem + 20px);
  max-width: calc(23rem + 20px);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 2rem;
  align-self: stretch;
  min-width: 0;
}

.program-stat-card,
.program-summary-card,
.program-insight-card {
  padding: 3.6rem 1.05rem;
  border-radius: 1.33rem;
  border: 1px solid #ddd4da;
  border-top: 4px solid var(--primary);
  background: var(--bg);
  box-shadow: 0 8px 18px rgba(112, 96, 88, 0.10);
}

.program-overview-stats .program-stat-card {
  display: grid;
  align-content: center;
  justify-items: center;
  text-align: center;
  height: 100%;
  padding: 0.92rem 1.71rem 0.86rem;
  border-radius: 0.62rem;
  border-top-width: 3px;
  box-shadow: 0 5px 12px rgba(112, 96, 88, 0.08);
}

.program-stat-eyebrow,
.program-summary-label,
.program-insight-label {
  margin: 0;
  color: #8b2a5d;
  font-size: 0.85rem;
  font-weight: 700;
}

.program-stat-value,
.program-summary-value,
.program-insight-value {
  margin: 0.35rem 0 0;
  color: var(--text);
  font-size: clamp(1.35rem, 2.3vw, 1.8rem);
  font-weight: 900;
  line-height: 1.1;
}

.program-overview-stats .program-stat-eyebrow {
  font-size: 0.96rem;
  line-height: 1.25;
}

.program-overview-stats .program-stat-value {
  margin-top: 0.28rem;
  font-size: clamp(3.6rem, 2.4vw, 2.45rem);
  line-height: 1;
}

.program-stat-detail,
.program-summary-detail,
.program-insight-detail {
  margin: 0.45rem 0 0;
  color: var(--muted);
  font-size: 1.71rem;
}

.program-doc-links {
  display: flex;
  flex-wrap: wrap;
  gap: 2.7rem;
}

.program-process-grid {
  grid-template-columns: minmax(0, 1.03fr) minmax(0, 0.97fr);
  gap: 3.6rem;
  align-items: stretch;
}

.program-process-grid>.panel {
  height: 100%;
}

.program-apply-shortcut {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.33rem;
  height: 100%;
}

.program-apply-shortcut-main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(140px, 154px);
  gap: 0.85rem 1.33rem;
  align-items: start;
}

.program-apply-shortcut-copy {
  display: grid;
  align-content: start;
  min-width: 0;
}

.program-apply-steps {
  margin: 0.05rem 0 0;
  padding-left: 1.45rem;
  display: grid;
  gap: 0.72rem;
  color: var(--text);
  font-size: 1.05rem;
  line-height: 1.6;
}

.program-apply-shortcut-action {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 0.35rem;
  height: auto;
  margin-top: 0.12rem;
}

.program-apply-qr-frame {
  display: grid;
  place-items: center;
  min-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.program-qr-image {
  display: block;
  width: 8.15rem;
  height: 8.15rem;
  object-fit: contain;
  background: var(--bg);
}

.program-apply-button {
  width: min(100%, 6.85rem);
  min-height: 2.72rem;
  padding: 0.58rem 0.72rem;
  justify-content: center;
  align-self: center;
  white-space: nowrap;
  transform: none;
}

.program-account-panel {
  display: grid;
  align-content: start;
}

.program-account-panel .table-like {
  margin-top: 0.85rem;
}

.program-account-panel .table-like th {
  width: 9.2rem;
  min-width: 9.2rem;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

.program-account-panel .table-like th,
.program-account-panel .table-like td {
  padding-top: 0.62rem;
  padding-bottom: 0.62rem;
  line-height: 1.45;
}

.program-account-alert {
  margin: 1.33rem 0 0;
  padding: 0.8rem 0.95rem;
  border-radius: 1.33rem;
  border: 1px solid #f2bfd7;
  background: linear-gradient(180deg, #fff4fa 0%, #fffafc 100%);
  color: #8b114d;
  font-size: 0.98rem;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
  box-shadow: 0 4px 12px rgba(237, 0, 128, 0.08);
}

.program-browser-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 0.8rem 3.6rem;
}

.filter-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.95rem;
}

.filter-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.5rem;
  padding: 0.45rem 1.71rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: var(--bg);
  color: #7a234f;
  font: inherit;
  font-size: 0.92rem;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.filter-chip:hover {
  background: #fcfbfc;
}

.filter-chip.is-active {
  background: var(--primary);
  border-color: var(--primary);
  color: #ffffff;
}

.badge-special {
  background: #fff0d8;
  color: #8d5a00;
}

/* 컴팩트 프로그램 카드 */
.program-compact-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.program-compact-card {
  display: grid;
  grid-template-columns: 22.8rem minmax(0, 1fr);
  align-items: stretch;
  gap: 20px;
  padding: 17px;
  border-radius: 10px;
  border: 1px solid #ddd4da;
  background: var(--surface);
  box-shadow: 0 2px 8px rgba(112, 96, 88, 0.08);
  color: var(--text);
  text-decoration: none;
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.15s;
  text-align: left;
}

.program-compact-card:hover {
  text-decoration: none;
  border-color: var(--primary);
  box-shadow: 0 4px 16px rgba(176, 0, 96, 0.16);
  transform: translateY(-2px);
}
.program-compact-thumb-frame{
  display: grid;
    place-items: center;
    min-height: 209px;
    padding: 12px;
    border-radius: 10px;
    border: 1px solid #e4d8df;
    background: #ffffff;
}
.program-compact-thumb{
  display: block;
    width: auto;
    height: 100%;
    object-fit: cover;
}
.program-compact-body {
  display: grid;
  gap: 2px;
  align-content: center;
  min-width: 0;
  overflow: hidden;
}
.program-compact-card .badge {
  align-self: flex-start; font-size: 1.8rem; padding:0 10px; min-height:3.2rem; line-height:1.7em;
}
.program-compact-head{
  display:block; min-width:0;
}
.program-compact-title {
  margin: 0;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.35em;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: keep-all;
  overflow:hidden; 
  min-width: 0;
}

.program-compact-title-sub {
  display: inline-block;
  margin-top: 0.08rem;
  white-space: nowrap;
}

.program-compact-meta {
  margin: 0;
  color: var(--muted);
  font-size: 1.8rem;
  font-weight: 500;
}

.program-compact-details,
.program-compact-extra {
  margin: 0;
  color: var(--muted);
  font-size: 1.8rem;
}
.program-compact-details.num{
  font-weight:600;
}

.program-compact-extra {
  font-weight: 600;
}

.program-compact-fee {
  margin: 0;
  color: var(--primary);
  font-size: 1.8rem;
  font-weight: 700;
}

.program-table-wrap {
  padding: 0;
  overflow: hidden;
}

.program-table-scroller {
  overflow-x: auto;
}

.program-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
}

.program-table th,
.program-table td {
  padding: 0.8rem 0.85rem;
  border-bottom: 1px solid #dbe5f0;
  text-align: left;
  vertical-align: top;
}

.program-table thead th {
  background: #eef5fc;
  color: #123a60;
  font-size: 0.92rem;
  font-weight: 700;
}

.program-table tbody tr:nth-child(even) {
  background: #fbfdff;
}

.program-table td a {
  color: var(--text);
  font-weight: 700;
}

.program-detail-trigger {
  color: inherit;
}

.program-table td .badge {
  margin-left: 0.45rem;
  vertical-align: middle;
}

.program-table-day {
  font-weight: 700;
  white-space: nowrap;
}

.program-empty {
  display: grid;
  place-items: center;
  min-height: 8rem;
  padding: 3.6rem;
  border-radius: 1.33rem;
  border: 1px dashed #a8bdd2;
  background: #f8fbff;
  color: var(--muted);
  font-weight: 600;
}

body.modal-open {
  overflow: hidden;
}

.program-detail-description {
  margin: 0;
  color: var(--muted);
  font-size: clamp(2rem, 1.3vw, 2.185rem);
  line-height: 1.7;
}

.program-detail-table {
  margin-top: 0.15rem;
}

.program-detail-actions {
  margin-top: 3.6rem;
}

.program-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: grid;
  place-items: center;
  padding: 22px;
}

.program-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(16, 26, 41, 0.56);
  backdrop-filter: blur(6px);
}

.program-modal-dialog {
  position: relative;
  z-index: 1;
  width: min(980px, calc(100vw - 2.4rem));
  max-height: calc(100vh - 2.4rem);
  box-sizing: border-box;
}

.program-modal-surface {
  position: relative;
  overflow: auto;
  max-height: inherit;
  padding: 40px;
  border-radius: 20px;
  border: 1px solid #ddd4da;
  background: var(--bg);
  box-shadow: 0 28px 70px rgba(16, 26, 41, 0.28);
  box-sizing: border-box;
}

.program-modal-close {
  position: absolute;
  top: 40px;
  right: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #d8ccd3;
  border-radius: 999px;
  background: var(--bg);
  color: #5d4d56;
  font: inherit;
  font-size: 2rem;
  font-weight: 900; transition: 0.2s;
}

.program-modal-close:hover {
  border-color: #be2a72;
  color: #be2a72; transition: 0.2s;
}

.program-modal-panel {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.program-modal-panel .badge-row {
  padding-right: 3rem;
}

.program-modal-panel .section-title {
  padding-left:16px; font-weight: 600; margin-bottom:0; font-size: clamp(2.7rem, 3.2vw, 3.8rem);
}
.program-modal-panel > .cta-row{
  justify-content: center;
}


.program-health-overview-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.program-health-overview-card {
  display: grid;
  gap: 1rem;
  align-content: start;
  color: inherit;
  text-decoration: none;
}

.program-health-overview-card:hover {
  text-decoration: none;
}

@media (max-width: 1560px) {
  .program-compact-list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (max-width: 1200px) {
  .program-compact-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 1080px) {
  .header-inner {
    min-height: 4.2rem;
  }

  .logo-img {
    height: clamp(78px, 9vw, 102px);
  }

  .menu-toggle {
    display: inline-flex;
  }

  .gnb-wrap {
    position: absolute;
    inset: calc(100% + 1px) 0 auto;
    width: auto;
    flex: none;
    max-height: calc(100vh - 4.4rem);
    border-bottom: 2px solid var(--line);
    background: #fff;
    display: none;
    overflow-y: auto;
    overscroll-behavior: contain;
    z-index: 1600;
  }

  .gnb-wrap.open {
    display: block;
  }

  .gnb {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 2.7rem 3.6rem 3.6rem;
    margin-left: 0;
  }

  .gnb-item {
    display: block;
  }

  .gnb-link {
    justify-content: flex-start;
    min-height: 3rem;
    padding: 0.65rem 0.45rem;
    font-size: 1.08rem;
    transform: none;
  }

  .gnb-item::after,
  .gnb-link::after {
    display: none;
  }

  .gnb-mega {
    display: none !important;
  }
}

@media (max-width: 1024px) {
  .program-modal-dialog {
    width: 100%
  }
}
@media (max-width: 920px) {

  .about-stage-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-stage-grid .about-stage-card--separate {
    grid-column: 1 / -1;
  }

  .about-stage-panel .about-stage-card--separate .about-stage-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .quick-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .intro-split,
  .bottom-split,
  .showcase-focus-layout,
  .showcase-info-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .home-showcase-head,
  .home-services-head {
    display: grid;
    align-items: start;
    gap: 1.71rem;
  }

  .home-showcase-nav {
    justify-content: flex-start;
  }

  .home-showcase-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-panel {
    padding: 1.15rem;
  }

  .home-showcase-card {
    min-height: 24.5rem;
  }

  .home-services-all {
    min-width: 0;
    width: fit-content;
  }

  .home-services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-service-card {
    grid-template-columns: 118px minmax(0, 1fr);
    min-height: 9.5rem;
  }

  .intro-image {
    display: block;
    min-height: 0;
  }

  .intro-image img {
    height: auto;
    aspect-ratio: 16 / 10;
  }

  .bottom-left,
  .bottom-right {
    grid-template-rows: auto auto auto;
  }

  .home-bottom #gallery-preview,
  .home-bottom #notice-latest,
  .home-bottom #gallery-preview .gallery-panel {
    height: auto;
  }

  .home-bottom #notice-latest {
    grid-template-rows: none;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .gnb-wrap {
    position: absolute;
    inset: calc(100% + 1px) 0 auto;
    width: auto;
    flex: none;
    max-height: calc(100vh - 4.4rem);
    border-bottom: 2px solid var(--line);
    background: #fff;
    display: none;
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  .gnb-wrap.open {
    display: block;
  }

  .gnb {
    flex-direction: column;
    align-items: stretch;
    padding: 2.7rem 3.6rem 3.6rem;
    margin-left: 0;
  }

  .gnb-link {
    justify-content: flex-start;
    border-radius: 0.65rem;
    min-height: 3rem;
    padding: 0.65rem 0.45rem;
    font-size: 1.08rem;
    transform: none;
  }

  .gnb-link::after {
    display: none;
  }

  .gnb-mega {
    display: none !important;
  }

  .top-strip-inner {
    min-height: 1.8rem;
    font-size: 0.76rem;
  }

  .card-grid-3,
  .card-grid-4,
  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .program-stat-grid,
  .program-summary-strip,
  .program-insight-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .program-browser-toolbar {
    align-items: stretch;
  }

  .filter-chip-row,
  .facility-anchor-links,
  .rental-anchor-nav {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 0.2rem;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
  }

  .filter-chip,
  .facility-anchor-link,
  .rental-anchor-link {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .facility-anchor-legend {
    gap: 0.4rem;
  }

  .facility-anchor-legend-item {
    grid-template-columns: 1fr;
    gap: 0.45rem;
  }

  .facility-anchor-legend-title {
    font-size: 1.04rem;
  }

  .facility-anchor-legend-pills {
    gap: 0.45rem;
  }

  .facility-anchor-legend-pill {
    min-height: 2.55rem;
    padding: 2rem 0.95rem;
    font-size: 3.6rem;
  }

  .program-overview-layout {
    flex-direction: column;
    gap: 1.71rem;
  }

  .program-overview-table-wrap .table-like td {
    white-space: normal;
  }

  .program-overview-stats {
    gap: 0.95rem;
  }

  .program-process-grid {
    grid-template-columns: 1fr;
    gap: 1.71rem;
  }

  .program-apply-shortcut-main {
    grid-template-columns: 1fr;
  }

  .program-apply-shortcut-action {
    max-width: 18rem;
    margin-top: 0;
  }

  .program-account-panel .table-like th {
    width: 8.25rem;
    min-width: 8.25rem;
  }

  .notice-search-label {
    min-width: 3rem;
  }

  .notice-search-date {
    width: 8.8rem;
  }

  .about-summary-strip,
  .about-story-grid,
  .vision-strategy-grid,
  .location-access-grid,
  .location-traffic-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-stage-grid,
  .about-space-grid,
  .bi-context-grid,
  .contact-grid,
  .bi-showcase,
  .location-info-row {
    grid-template-columns: 1fr;
  }

  .bi-copy .section-title {
    white-space: normal;
  }

  .bi-copy p {
    font-size: 1.3.6rem;
  }

  .sub-layout {
    grid-template-columns: 1fr;
    gap: 1.2rem;
    margin-top: 0;
  }

  .about-sub-layout .lnb {
    margin-top: 0;
  }

  .about-sub-layout {
    grid-template-columns: 1fr;
    margin-top: 0.95rem;
  }

  .lnb {
    position: static;
    margin-top: 0;
  }

  .facility-group-grid--bookable,
  .facility-group-grid--free {
    grid-template-columns: 1fr;
  }
  .campus-phase-cards.item3,
  .campus-phase-cards {
    grid-template-columns: 1fr;
  }

  .facility-group-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 2rem;
  }

  .facility-quick-grid {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .facility-feature-block {
    width: 100%;
    min-width: 0;
  }

  .facility-section-head {
    flex-direction: column;
    align-items: stretch;
  }

  .wellness-hero,
  .wellness-info-grid,
  .wellness-service-grid,
  .rental-guide-grid {
    grid-template-columns: 1fr;
  }

  .wellness-section-head,
  .rental-section-head {
    flex-direction: column;
    align-items: stretch;
  }

  .lnb-root,
  .lnb-single-link {
    font-size: 1.2rem;
  }

  .gallery-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-stage {
    min-height: max(500px, calc(100vh - 170px));
  }

  .home-page .gnb-wrap {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    background: rgba(255, 255, 255, 0.93);
    backdrop-filter: none;
  }

  .home-page .gnb-link {
    color: #111111;
  }

  .hero-overlay {
    padding-top: clamp(5.6rem, 10vh, 7rem);
  }

  .hero-controls-wrap {
    right: 1.71rem;
    bottom: 1.71rem;
    left: auto;
  }

  .hero-controls-top {
    margin-right: 0;
  }

  .notice-table {
    min-width: 780px;
  }

  .program-modal-dialog {
    width: 100%;
    max-height: calc(100vh - 1.25rem);
  }

  .program-modal-surface {
    padding: 28px;
  }

  .program-modal-panel .badge-row {
    padding-right: 2.6rem;
  }

  .program-modal-panel .section-title {
    margin-right: 2.6rem;
  }
  .program-compact-list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .gallery-board-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gallery-board-image {
    min-height: 16rem;
  }
}
@media (max-width: 768px) {
  
  .program-modal-panel > .cta-row{
    margin-top:0;
  }
  .program-health-overview-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  
}
@media (max-width: 640px) {
  .container {
    width: min(1200px, calc(100% - 3.6rem));
  }

  .quick-grid {
    grid-template-columns: 1fr;
  }

  .quick-tile {
    min-height: 8.9rem;
    padding: 0.92rem;
  }

  .quick-tile-label {
    font-size: 1.3.6rem;
  }

  .quick-tile-desc {
    font-size: 0.9225rem;
  }

  .showcase-focus-head {
    display: grid;
    gap: 0.8rem;
  }

  .showcase-inline-more {
    min-width: 0;
    width: fit-content;
  }

  .showcase-program-grid {
    grid-template-columns: 1fr;
  }

  .home-showcase-nav {
    width: 100%;
    justify-content: space-between;
  }

  .home-showcase-page {
    min-width: 0;
    flex: 1 1 auto;
  }

  .home-showcase-panel {
    grid-template-columns: 1fr;
  }

  .home-panel {
    padding: 3.6rem;
    gap: 3.6rem;
  }

  .home-panel-head {
    display: grid;
    align-items: start;
    gap: 2.7rem;
  }

  .home-panel-link {
    width: fit-content;
  }

  .home-bottom #gallery-preview .gallery-panel {
    grid-template-columns: 1fr;
  }

  .home-bottom .gallery-tile:last-child {
    grid-column: auto;
  }

  .home-showcase-card {
    min-height: 21.8rem;
    padding: 3.6rem 0.95rem 0.95rem;
    border-radius: 3.6rem;
  }

  .home-showcase-card h3 {
    font-size: clamp(1.24rem, 5.2vw, 2.8rem);
  }

  .home-showcase-desc {
    font-size: 1.71rem;
  }

  .home-showcase-tags span {
    min-height: 3.6rem;
    padding: 0.36rem 0.68rem;
    font-size: 0.8rem;
  }

  .home-services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2.7rem;
  }

  .home-service-card {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 0.95rem;
    min-height: 0;
    padding: 0.85rem 0.85rem 1.71rem;
    border-radius: 1.71rem;
  }

  .home-service-visual img {
    max-width: 112px;
  }

  .home-service-card h3 {
    font-size: 1.02rem;
  }

  .home-service-desc {
    font-size: 0.88rem;
    line-height: 1.45;
  }

  .section {
    padding: clamp(1.8rem, 6vw, 2.3rem) 0;
  }

  .header-inner {
    min-height: 4.4rem;
  }

  .page-heading {
    font-size: clamp(3rem, 7vw, 1.95rem);
    line-height: 1.22;
  }

  .form-grid,
  .card-grid-2,
  .card-grid-3,
  .card-grid-4,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .program-stat-grid,
  .program-summary-strip,
  .program-insight-grid {
    grid-template-columns: 1fr;
  }

  .notice-search-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    gap: 1rem;
  }

  .notice-search-label {
    width: 100%;
    grid-column: 1 / -1;
    text-align: left;
  }

  .notice-search-separator {
    display: none;
  }

  .notice-search-date,
  .notice-search-select,
  .notice-search-input,
  .notice-search-button {
    width: 100%;
  }

  .notice-search-select,
  .notice-search-input,
  .notice-search-button {
    grid-column: 1 / -1;
  }

  .notice-search-input {
    min-width: 0;
  }

  .notice-result-meta {
    font-size: 1.71rem;
  }

  .notice-table {
    min-width: 600px;
  }

  .notice-table th,
  .notice-table td {
    padding: 0.72rem 0.65rem;
    font-size: 1.71rem;
  }

  .program-overview-stats {
    grid-template-columns: 1fr;
  }

  .program-overview-layout {
    gap: 2.7rem;
  }

  .program-overview-table-wrap .table-like th {
    width: 6.3.6rem;
    padding-left: 0.45rem;
    padding-right: 0.45rem;
    white-space: normal;
    word-break: keep-all;
  }

  .program-overview-table-wrap .table-like td {
    font-size: 0.96rem;
    line-height: 1.55;
  }

  .program-overview-contact {
    font-size: 0.94rem;
  }

  .program-overview-stats .program-stat-card {
    min-height: 6.3rem;
    padding: 0.82rem 0.8rem;
  }

  .program-overview-stats .program-stat-eyebrow {
    font-size: 1.71rem;
  }

  .program-overview-stats .program-stat-value {
    font-size: clamp(1.7rem, 9vw, 2.3.6rem);
  }

  .program-apply-steps {
    gap: 2rem;
    padding-left: 1.35rem;
    font-size: 3.6rem;
  }

  .program-apply-shortcut-action {
    width: 100%;
    max-width: none;
    justify-self: center;
    gap: 0.45rem;
  }

  .program-qr-image {
    width: 7.4rem;
    height: 7.4rem;
  }

  .program-apply-button {
    width: min(100%, 6.25rem);
    min-height: 2.85rem;
  }

  .program-account-panel .table-like th {
    width: 7.25rem;
    min-width: 7.25rem;
    font-size: 0.92rem;
  }

  .program-account-panel .table-like th,
  .program-account-panel .table-like td {
    padding-top: 0.56rem;
    padding-bottom: 0.56rem;
  }

  .program-account-alert {
    font-size: 0.95rem;
    line-height: 1.5;
  }

  .facility-anchor-link,
  .rental-anchor-link {
    min-height: 2.6rem;
    padding: 0.65rem 0.95rem;
  }

  .facility-anchor-link__label {
    transform: translateY(-1px);
  }


  .program-modal-backdrop {
    backdrop-filter: none;
  }

  .program-modal-surface {
    padding: 16px;
  }

  .program-modal {
    padding: 16px;
  }

  .program-modal-close {
    top: 16px;
    right: 16px;
  }

  .program-modal-panel .badge-row {
    padding-right: 2.3rem;
  }

  .wellness-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rental-anchor-nav {
    gap: 1rem;
  }

  .about-summary-strip,
  .about-story-grid,
  .about-stage-grid,
  .about-space-grid,
  .vision-strategy-grid,
  .bi-context-grid,
  .contact-grid,
  .location-access-grid,
  .location-traffic-grid,
  .location-info-row {
    grid-template-columns: 1fr;
  }

  .location-info-item+.location-info-item {
    border-left: 0;
    border-top: 1px solid #f0e4ea;
  }

  .location-traffic-panel,
  .location-map-panel {
    border-radius: 0.95rem;
  }

  .location-map-frame iframe {
    aspect-ratio: 16 / 10;
  }

  .location-map-badge {
    top: 1.33rem;
    right: 1.33rem;
    max-width: calc(100% - 1.4rem);
    font-size: 0.8rem;
  }

  .location-info-item--full {
    flex-wrap: wrap;
    gap: 0.3rem;
  }

  .location-info-item--full p {
    font-size: 1.08rem;
  }

  .location-info-item--full .location-info-label {
    font-size: 1.08rem;
    line-height: 1.45;
  }

  .history-stream::before {
    left: calc(2rem - 1px);
    top: 3.6rem;
    bottom: 3.6rem;
  }

  .wellness-gallery {
    grid-template-columns: 1fr;
  }

  .rental-anchor-link {
    width: 100%;
  }

  .history-group {
    grid-template-columns: 4.3.6rem minmax(0, 1fr);
    gap: 0.8rem;
  }

  .history-year-badge {
    width: 3.85rem;
    min-height: 3.85rem;
    height: 3.85rem;
  }

  .history-year-badge strong {
    font-size: 1.16rem;
    transform: translateY(-1px);
  }

  .history-card {
    display: flex;
    gap: 1rem;
    align-items: center;
    min-height: auto;
    padding: 0.95rem 3.85rem 0.95rem 0.95rem;
  }

  .history-card::after {
    position: absolute;
    top: 50%;
    right: 0.85rem;
    transform: translateY(-50%);
    margin-top: 0;
    justify-self: auto;
  }

  .history-card-date,
  .history-card-title {
    font-size: 0.95rem;
    line-height: 1.25;
    white-space: nowrap;
  }

  .history-card-note {
    font-size: 0.88rem;
    line-height: 1.45;
  }

  .history-card-note+.history-card-note {
    font-size: 0.84rem;
  }

  .history-card-title {
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .history-item {
    grid-template-columns: 1fr;
  }

  .about-story-card::before {
    height: 6.2rem;
  }

  .bi-logo-image {
    width: calc(100% + 32px);
    transform: translateX(4px);
  }

  .bi-logo-panel {
    max-width: none;
    justify-self: stretch;
  }

  .gallery-panel {
    grid-template-columns: 1fr;
  }

  .lnb-root,
  .lnb-single-link {
    font-size: 1.08rem;
  }

  .news-item,
  .video-item,
  .link-item {
    grid-template-columns: 1fr;
  }

  .button,
  .button-secondary,
  .button-ghost {
    width: 100%;
  }

  .hero-stage {
    min-height: max(420px, calc(100vh - 172px));
  }

  .home-page .hero-stage {
    min-height: max(420px, 100vh);
  }

  .hero-overlay {
    padding-top: 5rem;
  }

  .hero h1 {
    font-size: clamp(1.8rem, 8vw, 2.5rem);
  }

  .hero p {
    font-size: clamp(3.6rem, 3.9vw, 1.2rem);
  }

  .hero-controls-wrap {
    right: 0.65rem;
    bottom: 0.65rem;
    left: auto;
  }

  .hero-controls-top {
    margin-right: 0;
  }

  .hero-controls {
    gap: 0.4rem;
    padding: 0.28rem 0.62rem;
  }

  .hero-count {
    font-size: 0.98rem;
  }
}

@media (max-width: 560px) {
  .program-compact-card{
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .container {
    width: min(1200px, calc(100% - 0.875rem));
  }

  .home-services-grid {
    grid-template-columns: 1fr;
  }

  .home-service-card {
    grid-template-columns: 96px minmax(0, 1fr);
    align-items: center;
  }

  .home-service-visual img {
    max-width: 96px;
  }

  .notice-table {
    min-width: 640px;
  }

  .program-table {
    min-width: 600px;
  }

  .program-qr-image {
    width: 6.9rem;
    height: 6.9rem;
  }

  .program-apply-button {
    min-height: 2.7rem;
    font-size: 0.96rem;
  }

  .program-account-panel .table-like th {
    width: 6.8rem;
    min-width: 6.8rem;
  }

  .facility-anchor-link,
  .rental-anchor-link,
  .filter-chip {
    min-height: 2.5rem;
    padding-inline: 0.88rem;
    font-size: 1.71rem;
  }

  .gallery-board-grid {
    grid-template-columns: 1fr;
  }

  .gallery-board-image {
    min-height: 14rem;
  }

  .gallery-board-title {
    font-size: 1.06rem;
  }

  .gallery-board-meta {
    font-size: 1.71rem;
  }

  .gallery-detail-table {
    min-width: 38rem;
  }
  .program-compact-list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .program-modal-surface{
    height:70vh;
    max-height:500px;
  }
}


/* ═══════════════════════════════════════════
   하하캠퍼스란 랜딩
   ═══════════════════════════════════════════ */

.al-page {
  display: flex;
  flex-direction: column;
  padding-top: 0;
  padding-bottom: var(--space-lg);
  gap: 0;
}

/* ── 상단: 텍스트 패널 ── */
.al-top {
  flex: 0 0 auto;
  padding: var(--space-lg) 0 var(--space-md);
}

.al-text-panel {
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: var(--space-lg);
  background: var(--surface-strong);
  word-break: keep-all;
  overflow-wrap: break-word;
}

.al-desc-group {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  margin-top: 2.7rem;
}

.al-kicker {
  margin: 0;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--primary);
  text-transform: uppercase;
  word-break: keep-all;
}

.al-title {
  margin: 0;
  font-size: clamp(2rem, 3.5vw, 2.8rem);
  line-height: 1.15;
  color: var(--text);
  word-break: keep-all;
}

.al-desc {
  margin: 0;
  font-size: clamp(1.39rem, 1.8vw, 2.8rem);
  color: var(--muted);
  line-height: 1.9;
  word-break: keep-all;
}

.al-desc strong {
  color: var(--primary);
  font-weight: 600;
}

.al-desc--vision {
  color: var(--text);
  font-weight: 600;
  font-style: italic;
}

/* ── 하단: 조감도 패널 ── */
.al-bottom {
  flex: none;
}

.al-plan-panel {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: var(--space-lg);
  background: var(--surface-strong);
}

.al-plan-kicker {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: var(--primary);
  text-transform: uppercase;
}

.al-plan-heading {
  margin: 0;
  font-size: clamp(1.4rem, 2.5vw, 1.8rem);
  font-weight: 700;
  color: var(--text);
  border-left: 5px solid var(--primary);
  padding-left: 1.33rem;
}

.al-plan-desc {
  margin: 0.2rem 0 0.95rem;
  font-size: clamp(1.2625rem, 1.6vw, 1.3625rem);
  color: var(--muted);
  line-height: 1.9;
  word-break: keep-all;
}

.al-plan-frame {
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  overflow: hidden;
}

.al-map {
  width: 100%;
  display: block;
}

/* ── 반응형 ── */
@media (max-width: 860px) {
  .al-page {
    height: auto;
    min-height: unset;
  }

  .al-top {
    flex: none;
    padding: var(--space-lg) 0 var(--space-md);
  }

  .al-bottom {
    flex: none;
    height: auto;
    min-height: 0;
    max-height: none;
  }
}


/* ═══════════════════════════════════════════
  캠퍼스시설
═══════════════════════════════════════════ */
.campus-detail-top{
	display:grid; grid-template-columns:1fr 1fr; gap:1.5rem; align-items:stretch; margin-bottom:16px;
}
.campus-detail-top-text{
	word-break:keep-all; display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; padding-bottom: 30px;
}
.campus-detail-top-text > .cta-row{
  flex-direction: row; justify-content: flex-end; width:100%;
}
.campus-facility-table tfoot td{
	font-weight:800;background:#faf7f8
}
.campus-render-img{
	width:100%;border-radius:15px;border:1px solid #d8dce5;object-fit:cover
}
.campus-render-caption{
	text-align:center;color:#6b7a8d; margin-top:0.4rem; font-size: 2.185rem; font-weight:600;
}
.campus-detail-desc{
  word-break:keep-all; flex:1 1 0;padding-right:30px;
}
.campus-detail-badges{
	margin-bottom: 25px;
}
@media(max-width:1480px){
  .campus-detail-top{
    grid-template-columns:1fr;
  }
}
@media(max-width:1200px){
  .campus-detail-top{
    grid-template-columns:1fr 1fr;
  }
  
}
@media(max-width:1024px){
	.campus-detail-top{
		grid-template-columns:1fr
  }
  .campus-detail-top-text{
    padding-bottom:0;
  }
}
