.program-shell-hero {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  isolation: isolate;
  border-bottom: 1px solid rgba(255,255,255,.08);
  background:
    linear-gradient(110deg, rgba(157,123,255,.1), transparent 50%),
    radial-gradient(circle at 82% 32%, rgba(62,224,216,.13), transparent 36%),
    #07071b;
}

.program-shell-hero__inner {
  position: relative;
  display: flex;
  width: 100%;
  max-width: var(--container);
  min-height: 360px;
  align-items: center;
  margin: 0 auto;
  padding: 0 32px;
}

.program-shell-hero .tt-page-intro {
  position: relative;
  z-index: 2;
  width: min(43%, 440px);
  max-width: none;
  margin: 0;
  padding: 36px 0;
}

.program-shell-title {
  margin: 0 !important;
  line-height: 0 !important;
}

.program-shell-title__image {
  display: block;
  width: 100%;
  height: auto;
}

.program-shell-planets {
  position: absolute;
  z-index: 1;
  inset: 0 18px 0 48%;
  pointer-events: none;
}

.program-shell-planets picture {
  display: contents;
}

.program-shell-planet {
  position: absolute;
  display: block;
  height: auto;
  filter: drop-shadow(0 22px 30px rgba(0,0,0,.32));
}

.program-shell-planet--main {
  z-index: 2;
  top: -74px;
  right: -8px;
  width: min(38vw, 456px);
}

.program-shell-planet--people {
  z-index: 1;
  right: auto;
  bottom: 18px;
  left: 0;
  width: min(15vw, 176px);
}

.program-shell-planet--purple {
  top: 30px;
  right: auto;
  left: 21%;
  width: min(6vw, 72px);
  opacity: .9;
}

/* -----------------------------------------------------------------------------
   참가 등록 CTA
   · 넓은 화면: 배너 우측 중앙 (PC 시안과 같은 자리)
   · ≤960px  : 타이틀 이미지·행성 장식과 겹치지 않도록 배너 하단에 흐름 배치 + 가운데 정렬
   · 배너 장식(.program-shell-planets)은 z-index 1 이므로 CTA 는 그 위(z-index 3)에 둔다.
   -------------------------------------------------------------------------- */
.program-shell-hero__cta {
  position: relative;
  z-index: 3;
  margin-left: auto;
  padding: 36px 0;
}

.program-register-btn {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  font-size: 15px;
  line-height: 1.3;
  text-align: center;
  white-space: normal;
}

.program-register-btn:hover {
  background: #9df5b8;
  color: var(--bg-0);
}

.program-register-btn:focus-visible {
  outline: 2px solid var(--accent-cyan);
  outline-offset: 3px;
}

/* 2026 등록 URL 미수령 상태 — 링크가 아니라 '준비 중' 표기다. */
.program-register-btn.is-pending {
  cursor: default;
  opacity: .62;
  box-shadow: none;
}
.program-register-btn.is-pending:hover {
  background: var(--accent-mint);
  transform: none;
}

.program-shell-hero + .program-tabs {
  margin-top: 0;
  padding-top: 32px;
}

.program-tabs {
  max-width: 720px;
  margin: 42px auto 0;
  padding: 0 32px;
  overflow: visible;
}

/* 가로 스크롤 없이 여러 줄로 흘리고, 마지막 줄이 짧아도 가운데로 모은다. */
.program-tabs ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  min-width: 0;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.program-tabs li {
  flex: 0 0 calc((100% - 14px) / 3);
  min-width: 0;
}

.program-tabs a,
.program-tabs span {
  display: block;
  padding: 11px 16px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--r-pill);
  color: var(--ink-on-dark-2);
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  white-space: normal;
}

.program-tabs a:hover,
.program-tabs a:focus-visible,
.program-tabs a.is-current {
  border-color: rgba(125,240,160,.5);
  background: rgba(125,240,160,.1);
  color: var(--accent-mint);
}

.program-tabs span[aria-disabled="true"] { opacity: .55; }

.opening-program {
  max-width: var(--container);
  margin: 0 auto;
  padding: 56px 32px 104px;
}

.opening-card {
  padding: clamp(28px, 5vw, 64px);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: var(--r-lg);
  background: linear-gradient(145deg, rgba(255,255,255,.07), rgba(255,255,255,.025));
}

.opening-card__meta { display: flex; flex-wrap: wrap; gap: 10px; }
.opening-card__meta span {
  padding: 7px 11px;
  border-radius: var(--r-pill);
  background: rgba(62,224,216,.09);
  color: var(--accent-cyan);
  font-family: var(--font-mono);
  font-size: 12px;
}

.opening-card h2 {
  margin: 24px 0 0;
  color: var(--ink-on-dark-0);
  font-family: var(--font-display);
  font-size: clamp(32px, 5vw, 58px);
  line-height: 1.12;
}

.opening-card__subtitle { margin-top: 14px; color: var(--ink-on-dark-2); font-size: 18px; }
.opening-card__image { width: 100%; max-height: 620px; margin-top: 36px; border-radius: var(--r-md); object-fit: cover; }
.opening-card__contents { margin-top: 36px; color: var(--ink-on-dark-1); font-size: 16px; line-height: 1.8; overflow-wrap: anywhere; }
.opening-card__contents img { max-width: 100%; height: auto; }

.opening-live { margin-top: 36px; padding: 24px; border-radius: var(--r-md); background: rgba(62,224,216,.08); }
.opening-live strong { color: var(--ink-on-dark-0); font-size: 16px; }
.opening-live div { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 14px; }
.opening-live a { padding: 10px 16px; border: 1px solid rgba(62,224,216,.35); border-radius: var(--r-pill); color: var(--accent-cyan); font-size: 13px; font-weight: 700; }
.opening-live a:hover,
.opening-live a:focus-visible { border-color: var(--accent-cyan); background: rgba(62,224,216,.1); }

.opening-speakers { margin-top: 48px; padding-top: 36px; border-top: 1px solid rgba(255,255,255,.1); }
.opening-speakers h3 { color: var(--ink-on-dark-0); font-size: 22px; }
.opening-speakers ul { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 16px; margin-top: 20px; }
.opening-speakers li { display: flex; align-items: center; gap: 14px; padding: 16px; border-radius: var(--r-md); background: rgba(255,255,255,.045); }
/* [2026-08-23] 연사 구분 배지(연사/패널/진행) — 카드 우측 상단. web 과 동일.
   배지가 있는 카드만 relative + 우측 여백을 줘, 배지 없는 카드 레이아웃은 그대로 둔다. */
.opening-speakers li.has-role { position: relative; padding-right: 74px; }
.opening-speakers .speaker-role {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 3px 9px;
  border-radius: var(--r-pill);
  background: var(--accent-cyan);
  color: #05122a;
  font-family: var(--font-display);
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .02em;
}
.opening-speakers .speaker-role--host { background: #ff5a7a; color: #fff; }
.opening-speakers img { width: 64px; height: 64px; border-radius: 50%; object-fit: cover; }
.opening-speakers strong { display: block; color: var(--ink-on-dark-0); }
.opening-speakers span { display: block; margin-top: 5px; color: var(--ink-on-dark-3); font-size: 13px; }

.program-state {
  display: grid;
  gap: 8px;
  padding: 36px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: var(--r-md);
  background: rgba(255,255,255,.035);
  text-align: center;
}
.program-state strong { color: var(--ink-on-dark-0); font-size: 18px; }
.program-state span { color: var(--ink-on-dark-3); font-size: 14px; }

.breakout-program {
  max-width: var(--container);
  margin: 0 auto;
  padding: 56px 32px 104px;
}

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

.breakout-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: var(--r-lg);
  background: rgba(255,255,255,.04);
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.breakout-card:hover,
.breakout-card:focus-within {
  transform: translateY(-3px);
  border-color: rgba(125,240,160,.35);
  background: rgba(255,255,255,.065);
}

.breakout-card__link { display: block; height: 100%; color: inherit; }
.breakout-card__image { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.breakout-card__body { padding: 24px; }
.breakout-card__meta { display: flex; flex-wrap: wrap; gap: 7px; }
.breakout-card__meta span { color: var(--accent-cyan); font-family: var(--font-mono); font-size: 11px; }
.breakout-card h2 { margin-top: 16px; color: var(--ink-on-dark-0); font-size: clamp(21px, 5vw, 29px); line-height: 1.35; }
.breakout-card__body > p { margin-top: 10px; color: var(--ink-on-dark-2); line-height: 1.6; }
.breakout-card__speakers { color: var(--ink-on-dark-3) !important; font-size: 13px; }
.breakout-card__speakers span + span::before { content: " · "; }
.breakout-back { display: inline-flex; margin-top: 18px; color: var(--accent-mint); font-size: 14px; font-weight: 700; }

@media (max-width: 760px) {
  .breakout-grid { grid-template-columns: 1fr; }
}

/* -----------------------------------------------------------------------------
   모바일 배너 — 참가 등록 CTA 를 타이틀/행성 아래로 내린다.
   행성(scene-main)은 배너 상단에 고정 배치되므로, 배너에 최소 높이를 주고 CTA 를
   margin-top:auto 로 맨 아래까지 밀어 어떤 폭에서도 그림과 겹치지 않게 한다.
   -------------------------------------------------------------------------- */
@media (max-width: 960px) {
  .program-shell-hero,
  .program-shell-hero__inner { min-height: 340px; }
  .program-shell-hero__inner {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 24px;
  }
  .program-shell-planets { inset: 0; }
  .program-shell-planet--main {
    top: 0;
    right: -12px;
    bottom: auto;
    left: auto;
    width: min(48vw, 236px);
  }
  .program-shell-planet--people,
  .program-shell-planet--purple { display: none; }
  .program-shell-hero__cta {
    width: 100%;
    margin: auto 0 0;
    padding: 0;
    text-align: center;
  }
  .program-register-btn {
    width: 100%;
    max-width: 320px;
  }
}

@media (max-width: 640px) {
  .program-shell-hero,
  .program-shell-hero__inner { min-height: 320px; }
  .program-shell-hero__inner {
    align-items: flex-start;
    padding: 24px 16px 20px;
  }
  .program-shell-hero .tt-page-intro {
    width: min(55vw, 220px);
    padding: 0;
  }
  .program-shell-planets { inset: 0; }
  .program-shell-planet--main {
    top: -4px;
    right: -18px;
    bottom: auto;
    left: auto;
    width: min(56vw, 220px);
  }
  .program-shell-planet--people,
  .program-shell-planet--purple { display: none; }
  .program-tabs { margin-top: 30px; padding: 0 16px; overflow: visible; }
  .program-tabs a,
  .program-tabs span {
    display: flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    padding: 8px 6px;
    font-size: 12px;
    line-height: 1.3;
    text-align: center;
    white-space: normal;
  }
  .program-shell-hero + .program-tabs { margin-top: 0; padding-top: 24px; }
  .opening-program { padding: 40px 18px 72px; }
  .opening-card { padding: 24px 20px; }
  .opening-card__contents { font-size: 15px; }
  .breakout-program { padding: 40px 18px 72px; }
  .breakout-card__body { padding: 20px; }
}

/* =============================================================================
   2025 레이아웃 이식분 — 색·톤은 2026 다크 토큰을 그대로 쓰고 구조만 맞춘다.
   ============================================================================= */

/* --- 페이지 제목 + 리드 문구 (2025 page_tit / page_sub_tit) --- */
.program-heading {
  max-width: var(--container);
  margin: 0 auto;
  padding: 56px 32px 0;
  text-align: center;
}
.program-heading__title {
  color: var(--ink-on-dark-0);
  font-family: var(--font-display);
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 700;
  line-height: 1.24;
  letter-spacing: -.01em;
}
.program-heading__desc {
  margin-top: 16px;
  color: var(--ink-on-dark-2);
  font-size: clamp(15px, 1.6vw, 17px);
  line-height: 1.7;
}
.program-heading + .opening-program,
.program-heading + .breakout-program,
.program-heading + .exhibition-program,
.program-heading + .networking-program { padding-top: 36px; }

/* --- 세션 날짜 한 줄 (2025 p.date) --- */
.opening-card__date {
  margin-top: 18px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(255,255,255,.12);
  color: var(--ink-on-dark-2);
  font-size: 15px;
  line-height: 1.6;
}

/* --- 상세정보 아코디언 (2025 accordion_wrap) --- */
.session-accordion { margin-top: 32px; border-top: 1px solid rgba(255,255,255,.12); }
/* 날짜 줄 바로 뒤에 아코디언이 오면 구분선이 두 겹이 되므로 위쪽 선을 지운다. */
.opening-card__date + .session-accordion { border-top: 0; margin-top: 0; }
.session-accordion__head {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 22px 0;
  border: 0;
  background: none;
  color: var(--ink-on-dark-0);
  cursor: pointer;
  text-align: left;
}
.session-accordion__head strong { font-size: 18px; font-weight: 700; }
.session-accordion__arrow {
  width: 12px;
  height: 12px;
  border-right: 2px solid var(--ink-on-dark-2);
  border-bottom: 2px solid var(--ink-on-dark-2);
  transform: rotate(45deg) translate(-2px, -2px);
  transition: transform .2s ease;
}
.session-accordion.is-open .session-accordion__arrow { transform: rotate(-135deg) translate(-3px, -3px); }
.session-accordion__body { display: none; padding-bottom: 8px; }
.session-accordion.is-open .session-accordion__body { display: block; }
.session-accordion .opening-card__contents { margin-top: 0; }

/* --- 첨부파일 (2025 att_file_wrap) --- */
.session-files {
  margin-top: 24px;
  padding: 20px 24px;
  border-radius: var(--r-md);
  background: rgba(255,255,255,.045);
}
.session-files strong { color: var(--ink-on-dark-0); font-size: 15px; }
.session-files ul { margin-top: 12px; }
.session-files li + li { margin-top: 8px; }
.session-files a {
  color: var(--accent-cyan);
  font-size: 14px;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* --- DAY 탭 (2025 btn-day-wrapper) --- */
.session-day-tabs {
  display: flex;
  flex-wrap: wrap;
  /* 버튼만 가운데 두고 컨테이너 자체는 아무 장식도 두지 않는다.
     timetable.css 의 .day-tabs(알약형 배경/테두리)와 섞이지 않도록 클래스를 분리했다. */
  justify-content: center;
  gap: 10px;
  max-width: var(--container);
  margin: 0 auto 28px;
  padding: 0 32px;
  border: 0;
  border-radius: 0;
  background: none;
}
.session-day-tabs__item {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  padding: 11px 22px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: var(--r-pill);
  /* button 기본 배경/폰트가 다크 테마를 깨뜨리므로 명시적으로 되돌린다. */
  background: transparent;
  color: var(--ink-on-dark-2);
  font-family: inherit;
  font-size: 14px;
  cursor: pointer;
  transition: border-color .18s ease, background .18s ease, color .18s ease;
}
.session-day-tabs__item b { color: var(--ink-on-dark-1); font-family: var(--font-display); font-size: 15px; }
.session-day-tabs__item:hover { border-color: rgba(62,224,216,.45); color: var(--ink-on-dark-1); }
.session-day-tabs__item.is-current {
  border-color: var(--accent-cyan);
  background: rgba(62,224,216,.12);
  color: var(--ink-on-dark-0);
}
.session-day-tabs__item.is-current b { color: var(--accent-cyan); }

/* --- 시간별 세션 표 (2025 tbl_wrap.session.breakout) --- */
.session-day-panel[hidden] { display: none; }
.session-table {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  border-collapse: collapse;
  border-top: 1px solid rgba(255,255,255,.16);
}
.session-table caption { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.session-table th,
.session-table td {
  padding: 22px 20px;
  border-bottom: 1px solid rgba(255,255,255,.09);
  vertical-align: top;
}
.session-table th {
  width: 220px;
  color: var(--accent-cyan);
  font-family: var(--font-mono);
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
}
.session-table tbody tr:hover td { background: rgba(255,255,255,.03); }
.session-cell {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}
.session-cell__title {
  flex: 1 1 460px;
  color: var(--ink-on-dark-0);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5;
  overflow-wrap: anywhere;
}
.session-cell__title a { color: inherit; }
.session-cell__title a:hover { color: var(--accent-cyan); text-decoration: underline; text-underline-offset: 4px; }
.session-cell__place { color: var(--ink-on-dark-2); font-size: 14px; white-space: nowrap; }
.session-badge {
  display: inline-block;
  margin-left: 8px;
  padding: 3px 9px;
  border-radius: var(--r-pill);
  font-size: 11px;
  font-weight: 700;
  vertical-align: middle;
}
.session-badge--live { background: rgba(255,122,217,.16); color: var(--accent-pink); }
.session-badge--invite { background: rgba(255,209,102,.14); color: var(--accent-yellow); }
.session-note {
  max-width: var(--container);
  margin: 22px auto 0;
  padding: 0 32px;
  color: var(--accent-cyan);
  font-size: 14px;
}

@media (max-width: 900px) {
  .program-heading { padding: 40px 18px 0; }
  .session-day-tabs { padding: 0 18px; gap: 8px; }
  .session-day-tabs__item { padding: 9px 16px; font-size: 13px; }
  .session-table { border-top: 0; }
  .session-table thead { display: none; }
  .session-table tr { display: block; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.09); }
  .session-table th,
  .session-table td { display: block; width: auto; padding: 0 18px; border: 0; }
  .session-table th { margin-bottom: 8px; }
  .session-table td + td { margin-top: 14px; }
  .session-cell { display: block; }
  .session-cell__place { display: block; margin-top: 6px; white-space: normal; }
  .session-note { padding: 0 18px; }
  .session-files { padding: 16px 18px; }
}

/* 화면에는 감추고 보조기술에만 읽히는 텍스트 (notice 페이지에만 있던 규칙을 프로그램 화면에도 적용) */
.program-page .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

/* --- 시안 이미지 한 장으로 구성되는 화면 (2025 스페셜 프로그램 / 비즈니스 네트워킹 방식) --- */
.program-board {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 32px 104px;
}
.program-board__image {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: var(--r-lg);
}
.program-board__action { margin-top: 28px; text-align: center; }
.program-board__action a {
  display: inline-flex;
  padding: 14px 28px;
  border: 1px solid rgba(62,224,216,.45);
  border-radius: var(--r-pill);
  background: rgba(62,224,216,.1);
  color: var(--accent-cyan);
  font-size: 15px;
  font-weight: 700;
}
.program-board__action a:hover,
.program-board__action a:focus-visible { border-color: var(--accent-cyan); background: rgba(62,224,216,.18); }

/* 도슨트 투어 — 이미지가 아직 없을 수 있어 텍스트만으로도 화면이 성립해야 한다. */
.program-board--docent { text-align: center; }
.program-board__note {
  max-width: var(--container-text);
  margin: 0 auto;
  color: var(--ink-on-dark-2);
  font-size: clamp(15px, 1.7vw, 17px);
  line-height: 1.8;
}
.program-board__image + .program-board__note { margin-top: 28px; }

@media (max-width: 900px) {
  .program-board { padding: 0 18px 72px; }
}

/* 모바일: 좁은 폭에 맞춰 시간표를 세로로 풀고 여백을 줄인다. */
@media (max-width: 760px) {
  .program-heading { padding: 32px 16px 0; }
  .program-heading__title { font-size: clamp(24px, 6vw, 32px); }
  .program-heading__desc { font-size: 15px; }
  .session-day-tabs { padding: 0 16px; }
  .session-table { border-top: 0; }
  .session-table tr { display: block; padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.09); }
  .session-table th,
  .session-table td { display: block; width: auto; padding: 0 16px; border: 0; }
  .session-table th { margin-bottom: 8px; }
  .session-cell { display: block; }
  .session-cell__title { font-size: 16px; }
  .session-cell__place { display: block; margin-top: 6px; white-space: normal; }
  .session-note { padding: 0 16px; font-size: 13px; }
  .opening-card__date { font-size: 14px; }
  .session-accordion__head strong { font-size: 17px; }
  .program-board { padding: 0 16px 72px; }
}

/* =============================================================================
   주요 프로그램 화면 상단 — 하위 메뉴 소개 카드
   2025 '행사 소개'의 <section class="program"> 자리. 항목 수가 바뀌어도 그리드가 따라간다.
   ============================================================================= */
.program-cards { border-bottom: 1px solid rgba(255,255,255,.08); }
.program-cards__inner {
  max-width: var(--container);
  margin: 0 auto;
  padding: 56px 32px 72px;
}
.program-cards__lead {
  color: var(--ink-on-dark-2);
  font-size: clamp(15px, 1.7vw, 18px);
  line-height: 1.75;
  text-align: center;
}
.program-cards__title {
  margin-top: 44px;
  color: var(--ink-on-dark-0);
  font-family: var(--font-display);
  font-size: clamp(24px, 3.2vw, 34px);
  font-weight: 700;
  text-align: center;
}
.program-cards__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 18px;
  margin-top: 32px;
  padding: 0;
  list-style: none;
}
.program-cards__item {
  display: flex;
  flex-direction: column;
  padding: 28px 26px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: var(--r-lg);
  background: linear-gradient(145deg, rgba(255,255,255,.06), rgba(255,255,255,.02));
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}
.program-cards__item:hover,
.program-cards__item:focus-within {
  transform: translateY(-3px);
  border-color: rgba(125,240,160,.35);
  background: linear-gradient(145deg, rgba(255,255,255,.09), rgba(255,255,255,.035));
}
.program-cards__item h3 {
  color: var(--ink-on-dark-0);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
}
/* [2026-08-23] 카드 제목과 설명 사이 썸네일 (원본 800×400 = 2:1). web 과 동일. */
.program-cards__thumb {
  display: block;
  width: 100%;
  aspect-ratio: 2 / 1;
  margin-top: 16px;
  border-radius: var(--r-sm);
  object-fit: cover;
}
.program-cards__item p {
  flex: 1 1 auto;
  margin-top: 12px;
  color: var(--ink-on-dark-2);
  font-size: 15px;
  line-height: 1.7;
}
.program-cards__more {
  display: inline-flex;
  align-self: flex-start;
  margin-top: 20px;
  padding: 9px 18px;
  border: 1px solid rgba(125,240,160,.4);
  border-radius: var(--r-pill);
  color: var(--accent-mint);
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 700;
}
.program-cards__more:hover,
.program-cards__more:focus-visible { border-color: var(--accent-mint); background: rgba(125,240,160,.12); }

@media (max-width: 760px) {
  .program-cards__inner { padding: 36px 18px 48px; }
  .program-cards__list { grid-template-columns: 1fr; gap: 14px; }
  .program-cards__item { padding: 22px 20px; }
  .program-cards__title { margin-top: 32px; }
}

/* 홈(index.jsp) 안에 얹은 주요 프로그램 카드.
   바깥 .section 이 이미 최대 폭과 좌우/상하 여백을 잡으므로 파셜 자체 여백만 비운다. */
.programs .program-cards { border-bottom: 0; }
.programs .program-cards__inner {
  max-width: none;
  padding: 0;
}
