.program-shell-hero {
  position: relative;
  min-height: 400px;
  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;
  justify-content: space-between;
  width: 100%;
  max-width: var(--container);
  min-height: 400px;
  align-items: center;
  margin: 0 auto;
  padding: 0 32px;
}

.program-shell-hero .tt-page-intro {
  position: relative;
  z-index: 2;
  width: min(40%, 420px);
  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;
}

/* 타이틀 아래 장소 · 일정 (2025 배너: COEX Hall C / 2025.08.25(월) - 26(화)) */
.program-shell-venue {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin: 14px 0 0;
  font-family: var(--font-display);
  color: #fff;
  line-height: 1.25;
}
.program-shell-venue__place {
  font-size: clamp(17px, 1.5vw, 21px);
  font-weight: 700;
  letter-spacing: -.01em;
}
.program-shell-venue__date {
  font-size: clamp(14px, 1.2vw, 16px);
  font-weight: 500;
  color: rgba(255,255,255,.82);
  font-variant-numeric: tabular-nums;
}

.program-shell-planets {
  position: absolute;
  z-index: 1;
  inset: 0 34% 0 38%;
  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: -46px;
  right: -14%;
  width: min(30vw, 372px);
}

.program-shell-planet--people {
  z-index: 1;
  right: auto;
  bottom: 22px;
  left: -2%;
  width: min(12vw, 140px);
}

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

/* --- 우측 컬럼 — 2025 배너와 같은 정보 구조: 슬로건 → 참가등록 버튼 → 주최/공동주관/후원 --- */
.program-shell-side {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  width: min(36%, 430px);
  padding: 30px 0;
  gap: 18px;
}

.program-shell-side__tagline {
  margin: 0;
  font-family: var(--font-sans);   /* Pretendard — 이미지 슬로건처럼 깔끔한 기하학적 산세리프 */
  font-size: clamp(19px, 1.7vw, 24px);
  font-weight: 800;
  line-height: 1.16;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #92ffdc;                  /* 타이틀 이미지 슬로건과 같은 색 */
  text-wrap: balance;
}

/* --- 참가 등록 CTA — 배너 우측 중앙 (2025: .button top:145px right:0 · 흰 테두리 알약 · 우측 화살표) --- */
.program-shell-hero__cta {
  position: relative;
  z-index: 3;
  margin: 2px 0 6px;
}

.program-register-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 24px 14px 30px;
  border-radius: 999px;
  border: 3px solid #fff;
  background: var(--accent-cyan);
  color: var(--bg-0);
  font-family: var(--font-sans);
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -.01em;
  line-height: 1;
  white-space: nowrap;
  text-decoration: none;
  box-shadow: 0 10px 28px rgba(62,224,216,.28);
  transition: background .2s ease, transform .15s ease, box-shadow .2s ease;
}
.program-register-btn:hover {
  background: #7af0ea;
  transform: translateY(-1px);
  box-shadow: 0 14px 32px rgba(62,224,216,.36);
}
.program-register-btn:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
}
/* URL 미확정 상태 — 보이는 모양은 같고 링크만 걸리지 않는다. */
.program-register-btn.is-pending { cursor: default; }
.program-register-btn.is-pending:hover {
  background: var(--accent-cyan);
  transform: none;
  box-shadow: 0 10px 28px rgba(62,224,216,.28);
}

/* --- 배너 안 주최/공동주관/후원 — 라벨이 로고 줄 바로 왼쪽에 붙는 3줄 (2025 배너 방식) --- */
.program-shell-orgs {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  margin-top: 6px;
}
.program-shell-orgs .org-group,
.program-shell-orgs .org-group + .org-group {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  margin: 0;               /* sections.css 의 .org-group + .org-group { margin-top:44px } 상속 차단 */
  padding: 0;
  max-width: 430px;
}
.program-shell-orgs .org-group__label {
  flex: none;
  display: inline;
  gap: 0;
  margin: 0;
  padding: 0;
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .02em;
  color: rgba(255,255,255,.72);
  white-space: nowrap;
}
.program-shell-orgs .org-logo-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 8px 18px;
  margin: 0 !important;    /* sections.css .org-logo-list { margin:20px 0 0 } 상속 차단 */
  padding: 0;
  list-style: none;
}
/* 화이트 버전 로고(org_*_w.png)를 다크 배경에 그대로 얹는다 — 2025 배너처럼 카드 없음 */
.program-shell-orgs .org-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;            /* sections.css 홈 카드 폭(190px) 상속 차단 */
  min-width: 0;
  height: 17px;
  margin: 0;
  padding: 0;
  border: 0;              /* sections.css .org-logo { border:1px solid rgba(255,255,255,.1) } 상속 차단 */
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.program-shell-orgs .org-logo img {
  display: block;
  width: auto;
  height: 100%;
  max-width: 60px;
  max-height: none;
  object-fit: contain;
  opacity: .92;
}
.program-shell-orgs [data-org-group="host"] .org-logo { width: auto; height: 22px; }   /* sections.css 의 230px 상속 차단 */
.program-shell-orgs [data-org-group="host"] .org-logo img { max-width: 120px; }
/* 공동주관 12종은 두 줄로 감기므로 라벨을 위쪽 줄에 맞추고, 목록은 내용 폭만 차지해 라벨이 붙어 보이게 */
.program-shell-orgs [data-org-group="co-organizer"] { align-items: flex-start; }
.program-shell-orgs [data-org-group="co-organizer"] .org-group__label { padding-top: 3px; }
/* 공동주관 12종은 6×2 그리드로 고정 — flex-wrap 은 로고 폭 합산이 달라지면 3줄로 흘러내린다 */
.program-shell-orgs [data-org-group="co-organizer"] .org-logo-list {
  display: grid;
  grid-template-columns: repeat(6, auto);
  justify-content: end;
  justify-items: center;
  gap: 10px 16px;
  max-width: none;
}

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

/* 메뉴 묶음은 가로 스크롤 대신 여러 줄로 wrap 하고, 각 행을 가운데 정렬한다. */
.program-tabs {
  max-width: var(--container);
  margin: 42px auto 0;
  padding: 0 32px;
}

.program-tabs ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.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;
  white-space: nowrap;
}

.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; }
/* 관리자 에디터로 저장된 본문에는 흰 배경·검정 글씨·나눔고딕이 인라인 스타일로 박혀 있다.
   라이트 테마였던 2025에서는 드러나지 않지만 다크 테마에서는 흰 박스로 튀므로 무력화한다. */
.opening-card__contents *:not(img) { background-color: transparent !important; color: inherit !important; font-family: inherit !important; }
.opening-card__contents strong,
.opening-card__contents b { color: var(--ink-on-dark-0) !important; }
.opening-card__contents a { color: var(--accent-cyan) !important; text-decoration: underline; text-underline-offset: 3px; }

.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-22] 연사 구분 배지(연사/패널/진행) — 2025 처럼 카드 우측 상단에 얹는다.
   배지가 있는 카드만 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;
}
/* 진행(Moderator)은 2025 와 같이 색을 달리해 구분 */
.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, 2.4vw, 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; }
}

/* [2026-08-23] 공동주관 12종 겹침 수정 — 태블릿~좁은 데스크톱 구간.
   배너 우측 컬럼은 width:min(36%,430px) 라 화면이 좁아지면 같이 줄어드는데,
   공동주관 목록은 6열 그리드로 고정돼 있어 한 칸이 로고보다 좁아지면 서로 포개졌다
   (768px 에서 10쌍 겹침 확인). 6열이 확실히 들어가는 넓은 화면에서만 그리드를 쓰고,
   그 아래에서는 flex-wrap 으로 풀어 줄 수가 자연스럽게 늘어나게 한다. */
@media (max-width: 1180px) {
  .program-shell-orgs [data-org-group="co-organizer"] .org-logo-list {
    display: flex;
    flex-wrap: wrap;
    grid-template-columns: none;
    justify-content: flex-end;
    gap: 8px 14px;
  }
}

@media (max-width: 640px) {
  .program-shell-hero,
  .program-shell-hero__inner { min-height: 220px; }
  .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-shell-hero__inner { flex-direction: column; align-items: stretch; gap: 14px; }
  .program-shell-side { width: 100%; align-items: flex-start; text-align: left; padding: 0; gap: 12px; }
  .program-shell-side__tagline { font-size: 16px; }
  .program-shell-hero__cta { margin: 0; }
  .program-register-btn { padding: 11px 18px 11px 22px; font-size: 15px; border-width: 2px; }
  .program-shell-orgs { align-items: flex-start; }
  .program-shell-orgs .org-group { justify-content: flex-start; max-width: none; }
  .program-shell-orgs .org-logo-list { justify-content: flex-start; }
  /* [2026-08-23] 모바일 배너 로고 깨짐 수정.
     ① 주최 로고가 2px 로 찌부러지던 문제: sections.css 의 640px 규칙이
        `.org-group[data-org-group="host"] .org-logo { height:64px; padding:10px 12px }` 로
        패딩까지 잡는데, 배너 쪽에는 패딩을 되돌리는 규칙이 없어 높이 22px - 상하 패딩 20px = 2px 만 남았다.
        배너 로고는 어떤 폭에서도 패딩이 필요 없으므로 host 를 포함해 0 으로 못박는다.
     ② 공동주관 12종이 겹치던 문제: 데스크톱의 6열 그리드(repeat(6, auto))가 모바일에서 풀리지 않아
        좁은 화면에서 한 칸이 35px 까지 줄었는데 로고 이미지는 max-width 70px 라 칸을 넘어 서로 포개졌다.
        모바일에서는 그리드를 풀고 flex-wrap 으로 자연스럽게 여러 줄이 되게 한다. */
  .program-shell-orgs .org-logo,
  .program-shell-orgs [data-org-group="host"] .org-logo {
    width: auto;
    height: 20px;
    padding: 0;
  }
  .program-shell-orgs .org-logo img { max-width: 64px; }
  .program-shell-orgs [data-org-group="host"] .org-logo { height: 24px; }
  .program-shell-orgs [data-org-group="host"] .org-logo img { max-width: 132px; }
  .program-shell-orgs [data-org-group="co-organizer"] .org-logo-list {
    display: flex;
    flex-wrap: wrap;
    grid-template-columns: none;
    justify-content: flex-start;
    gap: 8px 12px;
  }
  .program-tabs { margin-top: 30px; padding: 0 18px; }
  .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); }

@media (max-width: 900px) {
  .program-board { padding: 0 18px 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;
}

/* 홈(index.jsp)에서는 공통 section 껍데기(section-head)가 제목·리드·여백을 담당한다.
   카드 컴포넌트가 자체적으로 갖고 있는 제목/리드/패딩은 중복되므로 접어 둔다.
   주요 프로그램 화면(timetable.jsp)에서는 지금까지처럼 그대로 보인다. */
.section.program .program-cards { border-bottom: 0; }
.section.program .program-cards__inner {
  max-width: none;
  padding: 0;
}
/* 홈 '주요 프로그램' 섹션 헤더 — 한 문장 리드가 720px 에서 2줄로 감기고 어절 중간에서 끊겨,
   이 섹션만 헤더 폭을 넓히고 한글 어절 단위로만 줄바꿈되게 한다. */
.section.program .section-head {
  max-width: 1080px;
}
.section.program .section-lede {
  word-break: keep-all;
  overflow-wrap: break-word;
  text-wrap: pretty;
}

.section.program .program-cards__lead,
.section.program .program-cards__title { display: none; }
.section.program .program-cards__list { margin-top: 0; }
.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-22: 카드 제목과 설명 사이 썸네일 (원본 800×400 = 2:1) */
.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; }
}
