@font-face {
  font-family: "Pretendard";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Black.woff2") format("woff2");
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: "GapyeongHanseokbong";
  src: url("fonts/GapyeongHanseokbongL.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "GapyeongHanseokbong";
  src: url("fonts/GapyeongHanseokbongR.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "GapyeongHanseokbong";
  src: url("fonts/GapyeongHanseokbongB.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "GapyeongWave";
  src: url("fonts/GapyeongWave.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}
:root {
  --font-sans: "Pretendard", "Noto Sans KR", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  --font-event-number: "양재참숯체B", "Yangjae Chamsoot B", "Noto Serif KR", Batang, serif;
  --font-event-title: "ON월인석보R", "ON Wolinseokbo R", "Noto Serif KR", Batang, serif;
  --font-event-yut: "GapyeongWave", "가평물결", "Gapyeong Mulgyeol", "ON월인석보R", "Noto Serif KR", Batang, serif;
  --ink: #171717;
  --muted: #5f6368;
  --paper: #fffaf0;
  --line: #eadfce;
  --red: #f04438;
  --blue: #1888d3;
  --yellow: #ffc928;
  --green: #68bd45;
  --purple: #8972bd;
  --radius: 8px;
  --tracking: -0.03em;
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-bold: 700;
}
* { box-sizing: border-box; }
body { margin: 0; font-family: var(--font-sans); font-size: 17px; font-weight: var(--fw-regular); letter-spacing: var(--tracking); line-height: 1.65; color: var(--ink); background: radial-gradient(circle at 18% 18%, rgba(255,255,255,.9) 0 8%, transparent 26%), radial-gradient(circle at 82% 22%, rgba(255,246,210,.68) 0 7%, transparent 25%), linear-gradient(180deg, #eef7ff 0%, #f7eef8 33%, #fff6e8 66%, #fffdf8 100%); overflow-x: hidden; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; word-break: keep-all; }
a { color: inherit; text-decoration: none; }
strong, b { font-weight: var(--fw-medium); }
img { max-width: 100%; display: block; }
button, input, textarea, select { font-family: var(--font-sans); }
p, li, dd, td, th { word-break: keep-all; overflow-wrap: anywhere; }
.skip-link { position: absolute; left: -999px; top: 8px; background: #111; color: #fff; padding: 10px; z-index: 20; }
.skip-link:focus { left: 8px; }
.site-header { position: sticky; top: 0; z-index: 10; background: rgba(255,253,248,.94); border-bottom: 1px solid var(--line); backdrop-filter: blur(10px); }
.header-inner { max-width: 1180px; margin: 0 auto; height: 82px; display: flex; align-items: center; justify-content: space-between; padding: 0 24px; }
.brand img { width: 360px; }
.site-nav { display: flex; align-items: center; gap: 4px; }
.nav-item { position: relative; }
.nav-item > a, .nav-cta { display: flex; align-items: center; min-height: 44px; padding: 0 14px; font-size: 16px; font-weight: 700; line-height: 1.2; }
.nav-item > a.active { color: var(--blue); }
.nav-cta { margin-left: 8px; background: var(--red); color: #fff; border-radius: var(--radius); }
.dropdown { display: block; position: absolute; top: 44px; left: 0; min-width: 180px; overflow: hidden; background: rgba(255,255,255,.98); border: 1px solid #cfe2f5; border-radius: 8px 8px 14px 14px; box-shadow: 0 16px 34px rgba(24,86,137,.14); padding: 8px 8px 14px; opacity: 0; visibility: hidden; transform: translateY(8px); pointer-events: none; transition: opacity .18s ease, transform .18s ease, visibility .18s ease; }
.dropdown::before { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 6px; background: linear-gradient(90deg, #1888d3, #58bde8); }
.dropdown::after { content: ""; position: absolute; right: -34px; bottom: -42px; width: 106px; height: 106px; border-radius: 50%; background: radial-gradient(circle, rgba(24,136,211,.2) 0 38%, rgba(104,189,69,.12) 39% 55%, transparent 56%); pointer-events: none; }
.dropdown a { display: block; padding: 10px 12px; border-radius: 6px; color: #3a332e; font-size: 15px; line-height: 1.35; }
.dropdown a:hover { background: var(--paper); }
.dropdown-group-label { display: block; padding: 10px 12px 4px; color: var(--muted); font-size: 12px; font-weight: 800; letter-spacing: .02em; }
.dropdown-group-label:not(:first-child) { margin-top: 6px; border-top: 1px solid var(--line); padding-top: 10px; }
.nav-item:hover .dropdown, .nav-item:focus-within .dropdown { opacity: 1; visibility: visible; transform: translateY(0); pointer-events: auto; }
.menu-toggle { display: none; border: 1px solid var(--line); background: #fff; border-radius: var(--radius); min-height: 44px; padding: 0 14px; font-weight: 700; }
.hero-slider { position: relative; height: 500px; min-height: 500px; max-height: 500px; overflow: hidden; background: #f3f8ff; }
.hero-slide { position: absolute; inset: 0; opacity: 0; pointer-events: none; transition: opacity .45s ease; }
.hero-slide.active { opacity: 1; pointer-events: auto; }
.hero-slide picture { display: block; width: 100%; height: 100%; }
.hero-slide picture > img { width: 100%; height: 100%; object-fit: cover; opacity: 1; }
.hero-slide::after { content: none; }
.hero-copy { position: absolute; inset: 0; z-index: 1; max-width: 1180px; margin: 0 auto; display: flex; flex-direction: column; justify-content: center; padding: 0 24px; color: #111b35; text-shadow: 0 1px 0 rgba(255,255,255,.95), 0 2px 8px rgba(255,255,255,.76), 0 6px 18px rgba(0,0,0,.2); }
.hero-logo-panel { display: inline-flex; align-items: center; width: fit-content; max-width: min(650px, 56vw); margin: 0 0 14px; padding: 16px 20px 14px; border-radius: 8px; background: rgba(255,255,255,.78); box-shadow: 0 8px 26px rgba(0,0,0,.16); backdrop-filter: blur(2px); }
.hero-logo { display: block; width: min(600px, 52vw); height: auto; filter: none; }
.hero-logo-panel,
.hero-logo-panel + p,
.hero-copy .hero-actions { display: none; }
.eyebrow { margin: 0 0 10px; color: var(--red); font-size: 15px; font-weight: var(--fw-bold); line-height: 1.25; }
.hero-copy .eyebrow { color: #111b35; font-size: 21px; text-shadow: 0 1px 0 rgba(255,255,255,.96), 0 2px 8px rgba(255,255,255,.86), 0 5px 15px rgba(0,0,0,.2); }
.hero-copy h1 { margin: 0; max-width: 920px; font-size: clamp(38px, 5vw, 68px); font-weight: 900; line-height: 1.08; letter-spacing: 0; color: #0b4aa2; -webkit-text-stroke: 3px rgba(255,255,255,.96); paint-order: stroke fill; word-break: keep-all; overflow-wrap: normal; white-space: normal; text-shadow: 0 2px 0 rgba(255,255,255,.95), 0 5px 14px rgba(255,255,255,.75), 0 10px 24px rgba(0,0,0,.24); }
.hero-copy h1.event-title { font-weight: 400; }
.event-title { font-family: var(--font-event-title); font-weight: 400; letter-spacing: 0; }
.event-title-number { font-family: var(--font-event-number); font-size: .93em; font-weight: 400; }
.event-title-text { font-family: var(--font-event-title); font-size: 1em; font-weight: 400; }
.event-title-yut { font-family: var(--font-event-yut); font-size: 1.18em; font-weight: 400; }
.event-title-inline { display: inline-block; line-height: 1.25; color: inherit; }
.hero-copy p { max-width: 760px; margin: 16px 0 0; font-size: clamp(22px, 2.6vw, 32px); font-weight: 900; line-height: 1.18; color: #ffd34f; -webkit-text-stroke: 1.2px rgba(35,24,8,.78); paint-order: stroke fill; text-shadow: 0 2px 0 rgba(0,0,0,.62), 0 5px 12px rgba(0,0,0,.42), 0 0 14px rgba(255,255,255,.42); }
.place { font-weight: 700; color: #111b35; -webkit-text-stroke: 0; text-shadow: 0 1px 0 rgba(255,255,255,.95), 0 2px 8px rgba(255,255,255,.82), 0 5px 15px rgba(0,0,0,.22); }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 20px; border-radius: var(--radius); font-size: 15px; font-weight: 700; line-height: 1.2; border: 1px solid transparent; }
.primary { background: var(--red); color: #fff; }
.light { background: #fff; color: #1f1a17; }
.outline { border-color: var(--red); color: var(--red); background: #fff; }
.hero-actions, .media-buttons { display: flex; gap: 10px; flex-wrap: wrap; }
.hero-actions .button { text-shadow: none; -webkit-text-stroke: 0; paint-order: normal; }
.slider-arrow { position: absolute; z-index: 2; top: 50%; transform: translateY(-50%); width: 48px; height: 48px; border-radius: 50%; border: 0; font-size: 32px; cursor: pointer; }
.slider-arrow.prev { left: 24px; }
.slider-arrow.next { right: 24px; }
.slider-dots { position: absolute; z-index: 2; left: 0; right: 0; bottom: 24px; display: flex; justify-content: center; gap: 8px; }
.slider-dots button { width: 10px; height: 10px; border-radius: 50%; border: 0; background: rgba(255,255,255,.55); }
.slider-dots button.active { background: var(--yellow); }
.section { max-width: 1180px; margin: 0 auto; padding: 84px 24px; }
.admin-panel { padding-top: 26px; }
.admin-panel > .section-head { margin-bottom: 18px; }
.admin-panel > .section-head .eyebrow { margin-bottom: 6px; }
.admin-panel > .section-head h1 { margin: 0; }
.official-summary { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr); gap: 24px; align-items: center; padding-top: 24px; padding-bottom: 10px; }
.official-summary h1 { margin: 0 0 10px; font-size: 30px; line-height: 1.25; color: #0b4aa2; }
.official-summary p { margin: 0; color: #403833; font-size: 18px; line-height: 1.75; }
.official-summary dl { display: grid; gap: 8px; margin: 0; padding: 18px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.official-summary dl div { display: grid; grid-template-columns: 92px 1fr; gap: 10px; align-items: baseline; }
.official-summary dt { color: var(--blue); font-weight: var(--fw-bold); text-align: justify; text-align-last: justify; text-justify: inter-character; }
.official-summary dd { margin: 0; font-weight: var(--fw-regular); color: #1d2433; }
.summary-apply-card { position: relative; overflow: hidden; display: grid; gap: 10px; min-height: 132px; padding: 20px 24px 18px; border: 1px solid #ead7aa; border-radius: var(--radius); background: #fff4dc; box-shadow: 0 12px 34px rgba(27,44,71,.08); color: #14213d; }
.summary-apply-card::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 86% 28%, rgba(255,207,89,.38), transparent 34%); pointer-events: none; }
.summary-apply-card > * { position: relative; z-index: 1; }
.summary-apply-card .eyebrow { margin: 0; color: var(--red); }
.summary-apply-card strong { font-size: 24px; font-weight: var(--fw-bold); line-height: 1.25; color: #e9525e; white-space: nowrap; }
.summary-apply-card span:not(.eyebrow) { color: #2f2a21; font-size: 16px; line-height: 1.55; }
.summary-detail-link { justify-self: start; color: #0b4aa2; font-size: 15px; font-weight: 800; text-decoration: underline; text-underline-offset: 4px; }
.summary-apply-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 2px; }
.summary-apply-button { display: inline-flex; align-items: center; justify-content: center; min-height: 36px; padding: 0 14px; border: 1px solid #e9525e; border-radius: 6px; background: #e9525e; color: #fff; font-size: 14px; font-weight: 800; line-height: 1.2; box-shadow: 0 8px 18px rgba(233,82,94,.18); transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.summary-apply-button.secondary { border-color: #0b4aa2; background: #0b4aa2; box-shadow: 0 8px 18px rgba(11,74,162,.16); }
.summary-apply-button:hover, .summary-apply-button:focus { transform: translateY(-2px); background: #dc3e4c; color: #fff; box-shadow: 0 12px 24px rgba(233,82,94,.26); }
.summary-apply-button.secondary:hover, .summary-apply-button.secondary:focus { background: #083a80; box-shadow: 0 12px 24px rgba(11,74,162,.24); }
.home-program-section { padding-top: 14px; padding-bottom: 14px; }
.home-program-section .section-head { margin-bottom: 18px; }
.home-dashboard-section { padding-top: 0; padding-bottom: 60px; }
.home-partners-section { padding-top: 8px; }
.section.warm { max-width: none; background: var(--paper); padding-left: max(24px, calc((100vw - 1180px) / 2 + 24px)); padding-right: max(24px, calc((100vw - 1180px) / 2 + 24px)); }
.section-head { margin-bottom: 28px; }
.section-head.row { display: flex; justify-content: space-between; align-items: end; gap: 20px; }
h1, h2 { letter-spacing: var(--tracking); font-weight: var(--fw-bold); line-height: 1.28; }
h3 { letter-spacing: var(--tracking); font-weight: var(--fw-medium); line-height: 1.32; }
.section h2 { margin: 0; font-size: 32px; line-height: 1.24; }
.program-grid, .media-grid, .sponsor-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.home-program-section .program-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.program-card { position: relative; display: flex; flex-direction: column; min-height: 100%; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: #fff; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease; padding-bottom: 18px; }
.program-card:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(0,0,0,.12); border-color: rgba(24,136,211,.32); background: linear-gradient(180deg, #fff 0%, #f3faff 54%, #eaf6ff 100%); }
.program-card:nth-child(2):hover { border-color: rgba(104,189,69,.34); background: linear-gradient(180deg, #fff 0%, #f6fff1 54%, #edf9e8 100%); }
.program-card:nth-child(3):hover { border-color: rgba(244,123,32,.34); background: linear-gradient(180deg, #fff 0%, #fff8ef 54%, #fff0df 100%); }
.program-card:nth-child(4):hover { border-color: rgba(137,114,189,.34); background: linear-gradient(180deg, #fff 0%, #f8f5ff 54%, #f0ebfb 100%); }
.program-image { aspect-ratio: 16/10; display: flex; align-items: center; justify-content: center; padding: 0; background: linear-gradient(135deg, var(--yellow), #fff2a8 45%, var(--green)); font-size: 25px; font-weight: 700; text-align: center; overflow: hidden; }
.program-image img { width: 100%; height: 100%; object-fit: cover; }
.program-badge { position: absolute; left: 22px; top: clamp(118px, 12vw, 166px); width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center; background: var(--blue); color: #fff; transform: translateY(-50%); box-shadow: 0 10px 24px rgba(0,0,0,.18); }
.program-card:nth-child(2) .program-badge { background: var(--green); }
.program-card:nth-child(3) .program-badge { background: #f47b20; }
.program-card:nth-child(4) .program-badge { background: var(--purple); }
.program-card h3 { margin: 18px 0 8px; padding: 0 18px; text-align: center; font-size: 20px; line-height: 1.3; }
.program-card p { flex: 1 1 auto; margin: 0; padding: 0 18px 18px; text-align: left; color: var(--muted); font-size: 15px; line-height: 1.7; white-space: normal; word-break: keep-all; overflow-wrap: anywhere; }
.program-card:nth-child(2) p { padding-bottom: 28px; }
.mini-button { display: inline-flex; align-items: center; justify-content: center; min-height: 36px; padding: 0 14px; margin: 0 18px; border: 1px solid #d6e0ed; border-radius: 6px; background: #fff; color: #143b76; font-size: 14px; font-weight: 700; line-height: 1.2; transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease; }
.program-card .mini-button { align-self: center; margin-top: auto; border-color: #1888d3; background: #1888d3; color: #fff; box-shadow: 0 8px 18px rgba(24,136,211,.18); }
.program-card:nth-child(2) .mini-button { border-color: #68bd45; background: #68bd45; box-shadow: 0 8px 18px rgba(104,189,69,.18); }
.program-card:nth-child(3) .mini-button { border-color: #f47b20; background: #f47b20; box-shadow: 0 8px 18px rgba(244,123,32,.18); }
.program-card:nth-child(4) .mini-button { border-color: #8972bd; background: #8972bd; box-shadow: 0 8px 18px rgba(137,114,189,.18); }
.program-card:hover .mini-button, .program-card:focus .mini-button { transform: translateY(-1px); box-shadow: 0 12px 22px rgba(24,136,211,.24); }
.program-card:nth-child(2):hover .mini-button, .program-card:nth-child(2):focus .mini-button { box-shadow: 0 12px 22px rgba(104,189,69,.24); }
.program-card:nth-child(3):hover .mini-button, .program-card:nth-child(3):focus .mini-button { box-shadow: 0 12px 22px rgba(244,123,32,.24); }
.program-card:nth-child(4):hover .mini-button, .program-card:nth-child(4):focus .mini-button { box-shadow: 0 12px 22px rgba(137,114,189,.24); }
.dashboard-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; padding-top: 12px; }
.home-panel { border: 1px solid var(--line); border-radius: var(--radius); background: #fff; padding: 20px; box-shadow: 0 12px 34px rgba(27,44,71,.08); }
.home-panel.schedule-panel-link { display: block; color: inherit; text-decoration: none; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.home-panel.schedule-panel-link:hover, .home-panel.schedule-panel-link:focus { transform: translateY(-2px); border-color: rgba(11,87,183,.28); box-shadow: 0 16px 38px rgba(27,44,71,.13); }
.home-panel h2 { font-size: 21px; line-height: 1.25; margin-bottom: 12px; }
.schedule-panel { position: relative; overflow: hidden; background: #fff url("images/home-schedule-pungmul.png") right bottom / 86% auto no-repeat; }
.schedule-panel::before { content: ""; position: absolute; inset: 0; background: linear-gradient(110deg, rgba(255,255,255,.96) 0%, rgba(255,255,255,.92) 44%, rgba(255,255,255,.72) 68%, rgba(255,255,255,.5) 100%); pointer-events: none; }
.schedule-panel > * { position: relative; z-index: 1; }
.day-tabs { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid #cbd8e8; border-radius: 6px; overflow: hidden; margin: 14px 0; }
.day-tabs.single { grid-template-columns: 1fr; }
.day-tabs span { padding: 11px 8px; text-align: center; font-weight: 700; }
.day-tabs span:first-child { background: #0b57b7; color: #fff; }
.schedule-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.schedule-list li { display: grid; grid-template-columns: 94px minmax(0, 1fr); gap: 12px; font-size: 15px; line-height: 1.55; align-items: start; }
.schedule-list time { color: #0b57b7; font-weight: 700; white-space: nowrap; font-variant-numeric: tabular-nums; }
.schedule-list span { min-width: 0; }
.schedule-list-body { display: grid; gap: 2px; }
.schedule-list-body strong { font-weight: 700; line-height: 1.45; }
.schedule-list-body small { color: #2f3a4a; font-size: 14px; line-height: 1.55; }
.schedule-page { max-width: 980px; display: grid; gap: 28px; }
.schedule-day { display: grid; gap: 12px; }
.schedule-day h2 { color: #0b57b7; }
.schedule-item { display: grid; grid-template-columns: 172px minmax(0, 1fr); column-gap: 24px; padding: 24px 26px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; align-items: start; }
.schedule-item time { display: block; color: var(--red); font-size: 23px; line-height: 1.3; font-weight: 900; white-space: nowrap; font-variant-numeric: tabular-nums; }
.schedule-item > div { min-width: 0; display: grid; gap: 8px; }
.schedule-item h3 { margin: 0; font-size: 21px; line-height: 1.3; }
.schedule-item p { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.65; white-space: normal; }
.schedule-item span { font-weight: 700; color: #3d4a5f; }
.schedule-image { width: min(100%, 520px); aspect-ratio: 16/9; object-fit: cover; border-radius: var(--radius); border: 1px solid var(--line); margin: 0 0 14px; }
.media-tile-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 10px 0; }
.media-tile-row a { position: relative; isolation: isolate; min-height: 66px; display: flex; align-items: center; justify-content: center; overflow: hidden; border: 0; border-radius: 10px 28px 10px 10px; background: linear-gradient(135deg, #38a967 0%, #0d86c8 100%); color: #fff; font-size: 18px; font-weight: 900; line-height: 1.25; box-shadow: 0 10px 24px rgba(14,93,135,.18); transition: transform .18s ease, box-shadow .18s ease, filter .18s ease; }
.media-tile-row a:last-child { background: linear-gradient(135deg, #7b4fc5 0%, #0b94d1 100%); box-shadow: 0 10px 24px rgba(87,66,164,.18); }
.media-tile-row a::after { content: ""; position: absolute; right: -23px; bottom: -25px; width: 58px; height: 58px; border-radius: 50%; background: #fff; z-index: -1; transition: transform .18s ease; }
.media-tile-row a:hover, .media-tile-row a:focus { transform: translateY(-2px); filter: saturate(1.08) brightness(1.03); box-shadow: 0 15px 30px rgba(14,93,135,.24); }
.media-tile-row a:last-child:hover, .media-tile-row a:last-child:focus { box-shadow: 0 15px 30px rgba(87,66,164,.24); }
.media-tile-row a:hover::after, .media-tile-row a:focus::after { transform: scale(1.08); }
.media-preview { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.media-preview img { width: 100%; aspect-ratio: 16/10; object-fit: cover; border-radius: 6px; }
.notice-panel { grid-row: span 1; }
.partners-panel .sponsor-grid { grid-template-columns: 1fr; gap: 10px; }
.partners-panel .sponsor { min-height: 72px; }
.partners-panel .sponsor.text-only { padding: 14px 16px; font-size: 17px; }
.partners-panel .sponsor.has-logo { padding: 12px 16px; }
.partners-panel .sponsor.has-logo img { height: 52px; }
.panel-title-row { display: flex; justify-content: space-between; align-items: start; gap: 16px; }
.panel-title-row > a { border: 1px solid #d6e0ed; border-radius: 6px; padding: 8px 12px; font-size: 13px; font-weight: 700; }
.apply-panel { grid-column: 3; background: #fff4dc; min-height: 170px; background-image: radial-gradient(circle at 85% 35%, rgba(255,201,40,.42), transparent 26%); }
.apply-panel h2 { color: #1d2f58; }
.split { display: grid; grid-template-columns: 1.4fr .6fr; align-items: center; gap: 24px; }
.notice-row { display: grid; grid-template-columns: minmax(0, 1fr) 94px; align-items: center; gap: 12px; min-height: 36px; padding: 8px 0; border-bottom: 1px solid var(--line); }
.notice-row span { min-width: 0; font-size: 15px; font-weight: 700; line-height: 1.35; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.notice-row time { display: block; width: 94px; color: #333; font-size: 14px; line-height: 1.2; text-align: right; white-space: nowrap; }
.cta-band { margin: 0; padding: 86px 24px; text-align: center; background: #1e1a16; color: #fff; }
.cta-band h2 { font-size: 40px; margin: 0 0 12px; }
.sponsor { min-height: 118px; border: 1px solid var(--line); border-radius: var(--radius); display: flex; align-items: center; justify-content: center; background: #fff; font-weight: 700; overflow: hidden; }
.sponsor.text-only { padding: 20px 24px; font-size: 21px; line-height: 1.35; text-align: center; }
.sponsor.has-logo { padding: 18px 26px; }
.sponsor.has-logo img { display: block; width: 100%; height: 78px; object-fit: contain; }
.site-footer { background: #050505; color: #fff; padding: 34px 0; }
.footer-inner { max-width: 1180px; margin: 0 auto; padding: 0 24px; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 42px; align-items: start; }
.footer-inner strong { display: block; margin-bottom: 10px; font-size: 18px; font-weight: 400; line-height: 1.35; }
.footer-inner p { margin: 0 0 9px; color: #fff; font-size: 16px; font-weight: 400; line-height: 1.45; }
.footer-links { display: grid; gap: 8px; align-content: start; min-width: 230px; }
.footer-links span { font-size: 18px; font-weight: 400; line-height: 1.3; }
.footer-links a { color: #fff; font-size: 16px; font-weight: 400; line-height: 1.35; }
.footer-links a:hover, .footer-links a:focus { color: #ffcf59; }
.footer-user-protection { border-left: 1px solid rgba(255,255,255,.72); padding-left: 24px; }
.policy-page { max-width: 980px; }
.policy-page h2 { margin: 28px 0 10px; font-size: 26px; }
.policy-page h2:first-child { margin-top: 0; }
.policy-page p, .policy-page li { font-size: 17px; line-height: 1.82; color: #403833; }
.policy-page ul { display: grid; gap: 8px; padding-left: 22px; }
.competition-guide { max-width: 980px; }
.competition-guide .info-list { margin-bottom: 24px; }
.competition-summary div { grid-template-columns: 128px minmax(0, 1fr); gap: 10px; align-items: center; padding: 22px 24px; }
.competition-summary dt, .competition-summary dd { font-size: 18px; line-height: 1.45; font-weight: var(--fw-regular); }
.competition-summary dt { font-weight: var(--fw-bold); }
.competition-summary dd { min-width: 0; overflow-wrap: anywhere; word-break: keep-all; }
.competition-summary dd br { display: block; }
.guide-block { border: 1px solid var(--line); border-radius: var(--radius); background: #fff; padding: 24px; margin-top: 18px; }
.guide-block h2 { margin: 0 0 14px; font-size: 27px; line-height: 1.28; }
.guide-block h3 { margin: 20px 0 8px; font-size: 21px; line-height: 1.35; }
.guide-block ul { display: grid; gap: 8px; padding-left: 22px; }
.guide-block li, .guide-block p { line-height: 1.82; color: #403833; font-size: 17px; }
.apply-cta { margin: 0 0 0 8px; }
.guide-note { margin-top: 12px; padding: 12px 14px; border-radius: 6px; background: var(--paper); font-weight: var(--fw-medium); }
.benefit-support-box { display: grid; grid-template-columns: max-content 1fr; gap: 5px 14px; margin-top: 12px; font-size: 17px; line-height: 1.55; }
.benefit-support-box strong { grid-row: span 2; font-weight: var(--fw-medium); white-space: nowrap; }
.benefit-prize-head { display: flex; align-items: end; justify-content: flex-end; margin: 20px 0 8px; }
.benefit-prize-head em { font-style: normal; font-size: 14px; color: #111; }
.benefit-prize-table-wrap { overflow-x: auto; }
.benefit-prize-table { width: 100%; min-width: 720px; border-collapse: collapse; background: #fff; border-top: 2px solid #1f2937; border-bottom: 1px solid var(--line); font-size: 16px; text-align: center; }
.benefit-prize-table th, .benefit-prize-table td { padding: 10px 12px; border-bottom: 1px solid var(--line); border-left: 1px solid var(--line); color: var(--ink); font-weight: var(--fw-regular); line-height: 1.35; white-space: nowrap; }
.benefit-prize-table th:first-child, .benefit-prize-table td:first-child { border-left: 0; }
.benefit-prize-table thead th { border-bottom: 2px solid #1f2937; color: #1d2f58; font-weight: var(--fw-medium); }
.benefit-prize-table tbody th { font-weight: var(--fw-medium); background: var(--paper); }
.benefit-prize-table tbody tr:last-child th, .benefit-prize-table tbody tr:last-child td { border-bottom: 0; }
.guide-table { display: grid; border-top: 2px solid #0b57b7; }
.guide-table div { display: grid; grid-template-columns: 170px 1fr; gap: 18px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.guide-table strong { color: #111827; font-size: 17px; font-weight: var(--fw-medium); line-height: 1.5; }
.guide-table span { color: #403833; line-height: 1.72; font-size: 17px; font-weight: var(--fw-regular); }
.team-layout-figure { margin: 18px 0 6px; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: #fff; }
.team-layout-figure img { display: block; width: 100%; height: auto; }
.region-table div { grid-template-columns: 110px 1fr; }
.region-table strong, .region-table span { font-size: 17px; line-height: 1.6; }
.rules-book { max-width: 1100px; }
.rules-book-head { display: flex; justify-content: space-between; align-items: end; gap: 18px; margin-bottom: 18px; }
.rules-book-head h2 { margin: 0; font-size: 29px; line-height: 1.25; }
.rules-book-head p { margin: 0; color: var(--muted); font-weight: var(--fw-regular); }
.rule-page { margin: 0 0 18px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; overflow: hidden; box-shadow: 0 12px 30px rgba(27,44,71,.08); }
.rule-page figcaption { padding: 10px 14px; border-bottom: 1px solid var(--line); background: var(--paper); color: #1d2f58; font-weight: 700; text-align: right; }
.rule-page img { display: block; width: 100%; height: auto; }
.sub-hero { position: relative; min-height: 190px; display: flex; align-items: center; background: #1e2c3d var(--sub-hero-image, url("images/subpage-hero-festival.png")) center/cover no-repeat; border-bottom: 1px solid var(--line); overflow: hidden; }
.sub-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(12,24,38,.76) 0%, rgba(12,24,38,.52) 20%, rgba(12,24,38,.12) 34%, rgba(12,24,38,0) 44%); }
.sub-hero > div { position: relative; z-index: 1; max-width: 1180px; margin: 0 auto; padding: 30px 24px; width: 100%; color: #fff; }
.sub-hero .eyebrow { color: #ffd05b; text-shadow: 2px 2px 5px rgba(0,0,0,.38); }
.sub-hero h1 { font-size: 42px; line-height: 1.18; margin: 0 0 8px; font-weight: 700; text-shadow: 3px 3px 7px rgba(0,0,0,.44); }
.sub-hero p:last-child { max-width: 720px; color: rgba(255,255,255,.92); font-size: 17px; line-height: 1.65; text-shadow: 2px 2px 5px rgba(0,0,0,.36); }
.sub-hero + .section { padding-top: 22px; }
.sub-hero + .section > :first-child { margin-top: 0; }
.sub-hero + .section.content-page h2:first-child { margin-top: 0; }
.content-page { max-width: 980px; font-size: 17px; }
.content-page h2 { margin-top: 34px; font-size: 27px; line-height: 1.35; }
.content-page p, .content-page li, .content-page dd { font-size: 17px; font-weight: var(--fw-regular); line-height: 1.78; color: #4d443f; }
.location-map-figure { margin: 18px 0 8px; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: #fff; }
.location-map-figure img { display: block; width: 100%; height: auto; }
.traffic-guide { display: grid; gap: 14px; margin-top: 12px; }
.traffic-guide h3 { margin: 12px 0 0; color: #0b57b7; font-size: 21px; line-height: 1.35; }
.traffic-icon { display: inline-block; margin-right: 8px; font-size: 1.1em; }
.traffic-lead { margin: 0; }
.traffic-address { display: grid; gap: 10px; margin: 0; }
.traffic-address div { display: grid; grid-template-columns: 70px 1fr; gap: 14px; padding: 14px 16px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.traffic-address dt { color: var(--blue); font-weight: var(--fw-bold); font-size: 18px; text-align: justify; text-align-last: justify; text-justify: inter-character; }
.traffic-address dd { margin: 0; font-size: 18px; line-height: 1.55; color: #2f2a26; }
.traffic-address dd span { color: #6b625d; }
.traffic-table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 10px 26px rgba(27,44,71,.05); }
.traffic-table { width: 100%; min-width: 640px; table-layout: fixed; border-collapse: collapse; font-size: 17px; line-height: 1.5; }
.traffic-table th, .traffic-table td { padding: 12px 14px; border-bottom: 1px solid var(--line); text-align: center; vertical-align: middle; }
.traffic-table thead th { color: #1d2f58; font-weight: var(--fw-medium); background: var(--paper); border-bottom: 2px solid #1f2937; }
.traffic-table tbody tr:last-child th, .traffic-table tbody tr:last-child td { border-bottom: 0; }
.traffic-table td:first-child { font-weight: var(--fw-medium); color: #2f3a4d; }
.info-list { display: grid; gap: 12px; }
.info-list div { display: grid; grid-template-columns: 116px 1fr; gap: 18px; padding: 16px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; line-height: 1.55; }
.info-list dt { display: flex; align-items: center; gap: 6px; font-weight: var(--fw-bold); color: var(--blue); font-size: 18px; }
.info-list dt .info-label-text { flex: 1 1 auto; text-align: justify; text-align-last: justify; text-justify: inter-character; }
.info-list dt .info-icon { flex: 0 0 auto; font-size: 1em; line-height: 1; }
.info-list dd { font-size: 18px; }
.event-schedule-table-wrap { margin-top: 17px; overflow-x: auto; border: 0; border-radius: 0; background: #fff; box-shadow: 0 10px 26px rgba(27,44,71,.06); }
.event-schedule-table { width: 100%; min-width: 760px; border-collapse: collapse; table-layout: fixed; border: 2px solid #202020; background: #fff; font-size: 17px; line-height: 1.55; }
.event-schedule-table .schedule-category-col { width: 19%; }
.event-schedule-table .schedule-time-col { width: 23%; }
.event-schedule-table .schedule-detail-col { width: 36%; }
.event-schedule-table .schedule-concurrent-col { width: 22%; }
.event-schedule-table th, .event-schedule-table td { padding: 15px 18px; border: 1px solid #202020; vertical-align: middle; }
.event-schedule-table thead th { padding-top: 20px; padding-bottom: 20px; background: #dceaf7; color: #111; font-size: 20px; font-weight: var(--fw-semibold); text-align: center; }
.event-schedule-table tbody th { color: #111; font-weight: var(--fw-medium); text-align: center; background: #fffdd2; word-break: keep-all; }
.event-schedule-table .schedule-time { white-space: nowrap; text-align: center; font-variant-numeric: tabular-nums; color: #222; }
.event-schedule-table .schedule-detail { color: #2f353d; text-align: left; word-break: keep-all; }
.event-schedule-table .schedule-concurrent { padding: 24px; background: #f6fbff; color: #174f93; font-size: 19px; font-weight: var(--fw-semibold); line-height: 1.75; text-align: center; vertical-align: middle; word-break: keep-all; }
#event-schedule { scroll-margin-top: 120px; }
.program-overview-page { display: grid; gap: 22px; }
.program-detail-block { padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 12px 30px rgba(27,44,71,.06); }
.program-detail-block[id] { scroll-margin-top: 118px; }
.program-detail-block h2 { margin-top: 0; color: #0b57b7; font-size: 28px; }
.program-detail-block h3 { margin: 18px 0 8px; color: #1d2433; font-size: 21px; }
.program-gallery-grid { display: grid; grid-template-columns: 1fr; gap: 20px; margin-top: 16px; }
.program-gallery-grid img { display: block; width: 100%; height: auto; border-radius: var(--radius); border: 1px solid var(--line); background: var(--paper); }
.program-detail-head { display: flex; justify-content: space-between; align-items: center; gap: 14px; margin-bottom: 10px; }
.program-detail-head h2 { margin: 0; }
.program-detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 14px; }
.yutnori-program .program-detail-grid { grid-template-columns: 1fr; }
.program-detail-grid > div { padding: 18px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); }
.yutnori-program .program-detail-grid > div { background: #fffdf8; }
.yutnori-program .program-detail-grid h3 { font-size: 20px; font-weight: var(--fw-medium); }
.yutnori-program .program-division-summary { white-space: nowrap; font-size: 15px; }
.program-division-summary { margin: 0 0 12px; color: #332d29; font-size: 17px; font-weight: 500; line-height: 1.65; }
.prize-table { display: grid; grid-template-columns: 190px minmax(0, 1fr); gap: 0; align-items: stretch; padding: 0; border-radius: 0; background: #fff; border: 1px solid #1f2937; box-shadow: none; overflow: hidden; }
.prize-table strong { display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 100%; padding: 10px 12px; border-right: 1px solid #1f2937; color: #1d2f58; font-size: 17px; font-weight: var(--fw-medium); line-height: 1.35; text-align: center; background: var(--paper); }
.prize-table strong span { display: block; color: #1d2f58; }
.prize-table.voucher strong { color: #1d2f58; }
.prize-table dl { display: grid; margin: 0; }
.prize-table dl div { display: grid; grid-template-columns: minmax(120px, 1fr) 86px minmax(170px, 1.45fr); gap: 0; align-items: stretch; border-bottom: 1px solid var(--line); }
.prize-table dl div:last-child { border-bottom: 0; }
.prize-table dt, .prize-table dd { display: flex; align-items: center; justify-content: center; min-height: 40px; padding: 7px 12px; color: var(--ink); font-size: 17px; font-weight: var(--fw-regular); line-height: 1.25; white-space: nowrap; }
.prize-table dt, .prize-table dd:not(:last-child) { border-right: 1px solid var(--line); }
.prize-table dd { margin: 0; }
.prize-table dd:last-child { text-align: center; font-variant-numeric: tabular-nums; }
.archive-landing { display: grid; gap: 24px; }
.archive-year-block { position: relative; display: grid; grid-template-columns: 110px minmax(0, 1fr); gap: 18px; align-items: start; }
.archive-year-block h2 { margin: 0; color: #0b57b7; font-size: 34px; line-height: 1; }
.archive-year-block::before { content: ''; position: absolute; left: 103px; top: 8px; width: 14px; height: 14px; border-radius: 50%; background: #fff; border: 3px solid var(--blue); z-index: 1; }
.archive-year-block:not(:last-child)::after { content: ''; position: absolute; left: 109px; top: 14px; height: calc(100% + 24px); width: 2px; background: linear-gradient(180deg, rgba(11,87,183,.3), rgba(11,87,183,.08)); z-index: 0; }
.archive-card-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.archive-card { display: grid; gap: 8px; min-height: 136px; padding: 20px; border: 1px solid var(--line); border-radius: 12px; background: #fff; box-shadow: 0 10px 26px rgba(27,44,71,.06); transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.archive-card:hover, .archive-card:focus { transform: translateY(-2px); border-color: rgba(24,136,211,.4); box-shadow: 0 16px 34px rgba(27,44,71,.1); }
.archive-card-icon { display: inline-flex; align-items: center; justify-content: center; flex: 0 0 auto; width: 34px; height: 34px; border-radius: 10px; background: rgba(24,136,211,.12); font-size: 18px; line-height: 1; }
.archive-card strong { display: flex; align-items: center; gap: 10px; color: #111827; font-size: 22px; line-height: 1.35; }
.archive-card span { color: #4d443f; font-size: 17px; line-height: 1.55; }
.archive-card em { align-self: start; display: inline-flex; align-items: center; font-style: normal; font-size: 13px; font-weight: 800; letter-spacing: -0.01em; padding: 4px 10px; border-radius: 999px; color: #0b57b7; background: rgba(24,136,211,.12); }
.archive-card.is-disabled { cursor: default; background: var(--paper); }
.archive-card.is-disabled:hover, .archive-card.is-disabled:focus { transform: none; border-color: var(--line); box-shadow: 0 10px 26px rgba(27,44,71,.06); }
.archive-card.is-disabled .archive-card-icon { background: rgba(95,99,104,.12); }
.archive-card.is-disabled em { color: var(--muted); background: rgba(95,99,104,.1); }
.ready-box, .toast { padding: 18px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); font-weight: 700; }
.toast { max-width: 900px; margin: 24px auto 0; background: #eaf8ee; border-color: #b9e2c2; color: #236b35; }
.toast.inline { margin: 0 0 18px; }
.form-section { max-width: 980px; }
.contact-intro { margin-bottom: 22px; padding: 22px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 10px 26px rgba(27,44,71,.06); }
.contact-intro p { margin: 0 0 10px; line-height: 1.72; color: #332d29; font-size: 17px; font-weight: var(--fw-regular); word-break: keep-all; }
.contact-intro p:last-child { margin-bottom: 0; color: #0b57b7; }
.contact-form { display: grid; gap: 22px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; box-shadow: 0 10px 26px rgba(27,44,71,.06); }
.contact-form .field-row.two { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.contact-form .field-group { display: grid; gap: 8px; }
.contact-form .field-group label { font-weight: var(--fw-medium); color: #1d2f58; }
.contact-form .field-input { position: relative; }
.contact-form .field-input .field-icon { position: absolute; left: 14px; top: 14px; font-size: 17px; line-height: 1; pointer-events: none; }
.contact-form .field-input input, .contact-form .field-input textarea { width: 100%; padding: 12px 14px 12px 42px; border: 1px solid var(--line); border-radius: var(--radius); font: inherit; line-height: 1.45; background: var(--paper); transition: border-color .15s ease, box-shadow .15s ease, background .15s ease; }
.contact-form .field-input input:focus, .contact-form .field-input textarea:focus { outline: none; border-color: #88b8ef; background: #fff; box-shadow: 0 0 0 3px rgba(24,136,211,.14); }
.contact-form .check.contact-agree { padding: 14px 16px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); font-weight: var(--fw-regular); }
.contact-form button.primary { margin-top: 4px; transition: background .15s ease, transform .15s ease; }
.contact-form button.primary:hover { background: #dc3e4c; transform: translateY(-1px); }
.qna-visibility { display: flex; flex-wrap: wrap; gap: 12px 22px; margin: 0; padding: 16px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); }
.qna-visibility legend { padding: 0 6px; color: #1d2f58; font-weight: var(--fw-medium); }
.qna-visibility label { display: inline-flex; align-items: center; gap: 7px; font-weight: 700; }
.qna-visibility small { flex-basis: 100%; color: var(--muted); line-height: 1.55; }
.qna-password-fields[hidden] { display: none !important; }
.apply-intro { padding-bottom: 12px; }
.apply-form-section { max-width: 980px; padding-top: 8px; }
.apply-form-section form { max-width: 760px; }
.admin-login { max-width: 760px; }
form { display: grid; gap: 16px; }
.admin-form { display: flex; flex-direction: column; gap: 16px; }
.form-row { display: grid; gap: 14px; }
.form-row.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
label { display: grid; gap: 8px; font-size: 15px; font-weight: 700; line-height: 1.45; }
.hp-field { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
input, textarea, select { width: 100%; border: 1px solid var(--line); border-radius: var(--radius); padding: 13px 14px; font: inherit; line-height: 1.45; background: #fff; }
.check { display: flex; align-items: center; gap: 10px; }
.check input { width: 18px; }
.admin-list-row input[type="checkbox"] { flex: 0 0 auto; width: 18px; height: 18px; padding: 0; }
.error { color: var(--red); font-weight: 700; }
.admin-form, .admin-lists { border: 1px solid var(--line); border-radius: var(--radius); background: #fff; padding: 24px; margin-bottom: 24px; line-height: 1.6; }
.admin-help { display: block; margin: 4px 0 10px; color: var(--muted); font-size: 14px; font-weight: 700; line-height: 1.5; }
#admin-hero > form:nth-of-type(3) { display: none; }
.admin-lists p { padding: 10px 0; border-bottom: 1px solid var(--line); }
.admin-layout { display: grid; grid-template-columns: 220px 1fr; gap: 24px; align-items: start; }
.admin-menu { position: sticky; top: 98px; display: grid; gap: 8px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; padding: 12px; }
.admin-menu a { display: flex; align-items: center; min-height: 42px; padding: 0 12px; border-radius: 6px; font-size: 15px; font-weight: 700; line-height: 1.25; color: #2f3a4a; }
.admin-menu a:hover, .admin-menu a:focus, .admin-menu a.active { background: var(--paper); color: #0b57b7; }
.admin-content { min-width: 0; }
.admin-section { scroll-margin-top: 110px; margin-bottom: 18px; }
.admin-section.is-hidden { display: none; }
.admin-section.active { display: block; }
.admin-section > .admin-form:last-child, .admin-section > .admin-grid:last-child, .admin-section > .admin-lists:last-child { margin-bottom: 0; }
.admin-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.admin-fieldset { display: grid; gap: 14px; border: 1px solid var(--line); border-radius: var(--radius); padding: 16px; margin: 0 0 18px; }
.admin-fieldset.compact { gap: 10px; padding: 14px; }
.admin-fieldset legend { padding: 0 8px; font-weight: 700; color: #0b57b7; }
.admin-list-row { display: flex; align-items: center; gap: 10px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.admin-list-row.stacked { align-items: flex-start; }
.admin-list-row > span, .admin-list-row > div:first-child { flex: 1 1 auto; min-width: 0; line-height: 1.5; }
.admin-list-row .mini-button { flex: 0 0 auto; margin: 0 4px 0 auto; }
.admin-list-row form { display: block; flex: 0 0 auto; margin: 0; }
.admin-list-row button { border: 1px solid #f0b5af; background: #fff5f3; color: #b92c20; border-radius: 6px; padding: 7px 10px; font-weight: 700; cursor: pointer; }
.admin-summary { display: grid; gap: 5px; min-width: 0; }
.admin-summary strong { color: #0b57b7; font-size: 17px; }
.admin-summary span, .admin-summary small { color: #4d443f; line-height: 1.45; overflow-wrap: anywhere; }
.admin-subtabs { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 22px; }
.admin-subtabs a { display: inline-flex; align-items: center; gap: 6px; min-height: 38px; padding: 0 12px; border: 1px solid var(--line); border-radius: 6px; background: #fff; color: #2f3a4a; font-weight: 700; }
.admin-subtabs a.active, .admin-subtabs a:hover, .admin-subtabs a:focus { background: #0b57b7; border-color: #0b57b7; color: #fff; }
.admin-subtabs span { font-size: 13px; opacity: .8; }
.admin-table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.admin-data-table { width: 100%; min-width: 980px; border-collapse: collapse; table-layout: fixed; }
.admin-data-table th, .admin-data-table td { padding: 10px 12px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; font-size: 14px; line-height: 1.55; }
.admin-data-table th { background: var(--paper); color: #1d2f58; font-weight: 700; white-space: nowrap; }
.admin-data-table td { color: #332d29; }
.admin-data-table details { margin-top: 4px; }
.admin-data-table summary { color: #0b57b7; font-weight: 700; cursor: pointer; }
.admin-detail-text { margin-top: 6px; color: var(--muted); line-height: 1.55; overflow-wrap: anywhere; }
.inline-status.compact { min-width: 0; gap: 6px; }
.inline-status.compact select { min-width: 86px; padding: 6px 8px; }
.inline-status.compact button { padding: 6px 8px; }
.agreement-box { border: 1px solid var(--line); border-radius: var(--radius); padding: 16px; background: var(--paper); display: grid; gap: 8px; }
.agreement-box p { margin: 0; color: var(--muted); line-height: 1.55; }
.admin-title-row { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 20px; }
.inline-status { display: flex !important; align-items: center; gap: 8px; min-width: 220px; }
.inline-status select { padding: 8px 10px; min-width: 110px; }
.security-key-box { display: grid; gap: 8px; padding: 14px; margin: 14px 0; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); }
.security-key-box code { display: block; padding: 10px; border-radius: 6px; background: #fff; color: #0b57b7; font-size: 18px; font-weight: 900; overflow-wrap: anywhere; }
.security-key-box small { color: var(--muted); overflow-wrap: anywhere; }
.media-card { border: 1px solid var(--line); border-radius: var(--radius); padding: 14px; background: #fff; }
.media-open, .media-open-link { display: grid; gap: 6px; width: 100%; border: 0; background: transparent; padding: 0; color: inherit; text-align: left; cursor: pointer; }
.media-thumb { position: relative; display: block; overflow: hidden; border-radius: 6px; background: var(--paper); }
.media-thumb img { width: 100%; aspect-ratio: 16/9; object-fit: cover; transition: transform .2s ease; }
.media-open:hover .media-thumb img, .media-open-link:hover .media-thumb img { transform: scale(1.03); }
.media-title { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; min-height: 0; color: #172033; font-size: 17px; line-height: 1.35; font-weight: 700; }
.media-card time { color: var(--muted); font-size: 14px; }
.media-pager { max-width: 1180px; margin: -48px auto 64px; padding: 0 24px; display: flex; justify-content: center; align-items: center; gap: 12px; }
.media-pager button { min-width: 82px; height: 40px; border: 1px solid #d6e0ed; border-radius: 6px; background: #fff; color: #143b76; font-weight: 700; cursor: pointer; }
.media-pager button:disabled { opacity: .45; cursor: default; }
.media-pager span { min-width: 56px; text-align: center; color: var(--muted); font-size: 14px; font-weight: 700; }
.play-mark { position: absolute; inset: 0; margin: auto; width: 54px; height: 54px; border-radius: 50%; display: grid; place-items: center; background: rgba(11,87,183,.92); color: #fff; font-size: 22px; padding-left: 4px; }
.video-modal, .photo-modal { position: fixed; inset: 0; z-index: 100; display: none; align-items: center; justify-content: center; padding: 24px; }
.video-modal.open, .photo-modal.open { display: flex; }
.video-modal-backdrop, .photo-modal-backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.62); }
.video-modal-dialog, .photo-modal-dialog { position: relative; z-index: 1; width: min(1180px, calc(100vw - 48px)); background: #fff; border-radius: 8px; overflow: hidden; box-shadow: 0 24px 80px rgba(0,0,0,.35); }
.video-modal-head, .photo-modal-head { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 16px 18px; border-bottom: 1px solid var(--line); }
.video-modal-head h2, .photo-modal-head h2 { margin: 0; font-size: 20px; line-height: 1.35; }
.photo-modal-head time { display: block; margin-top: 4px; color: var(--muted); font-size: 14px; }
.video-modal-head button, .photo-modal-head button { min-height: 38px; border: 1px solid var(--line); border-radius: 6px; background: #fff; padding: 0 12px; font-weight: 700; cursor: pointer; }
.video-frame-wrap { aspect-ratio: 16/9; background: #000; }
.video-frame-wrap iframe { width: 100%; height: 100%; border: 0; display: block; }

.event-popup-modal { position: fixed; inset: 0; z-index: 110; display: none; align-items: center; justify-content: center; padding: 24px; }
.event-popup-modal.open { display: flex; }
.event-popup-backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.62); }
.event-popup-dialog { position: relative; z-index: 1; width: min(640px, calc(100vw - 48px)); max-height: calc(100vh - 48px); overflow-y: auto; background: #fff; border-radius: 8px; box-shadow: 0 24px 80px rgba(0,0,0,.35); }
.event-popup-head { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 18px 20px; border-bottom: 1px solid var(--line); }
.event-popup-head h2 { margin: 0; font-size: 20px; line-height: 1.35; }
.event-popup-head button { min-height: 34px; border: 1px solid var(--line); border-radius: 6px; background: #fff; padding: 0 12px; font-weight: 700; cursor: pointer; }
.event-popup-body { padding: 20px; line-height: 1.7; }
.event-popup-actions { display: flex; justify-content: flex-end; gap: 8px; padding: 14px 20px; border-top: 1px solid var(--line); }

.crop-modal { position: fixed; inset: 0; z-index: 120; display: none; align-items: center; justify-content: center; padding: 24px; background: rgba(0,0,0,.62); }
.crop-modal:not([hidden]) { display: flex; }
[data-notice-event-fields][hidden] { display: none; }
.crop-dialog { width: min(760px, calc(100vw - 48px)); max-height: calc(100vh - 48px); overflow-y: auto; background: #fff; border-radius: 8px; box-shadow: 0 24px 80px rgba(0,0,0,.35); }
.crop-head { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 14px 18px; border-bottom: 1px solid var(--line); }
.crop-stage { background: #111; }
.crop-stage img { display: block; max-width: 100%; }
.crop-tools { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; padding: 14px 18px; }
.crop-tools label { display: flex; align-items: center; gap: 6px; font-weight: 700; }
.crop-tools select { min-height: 36px; border: 1px solid var(--line); border-radius: 6px; padding: 0 8px; }
.crop-actions { display: flex; gap: 8px; margin-left: auto; }

.quill-instance { display: flex; flex-direction: column; }
.quill-instance .ql-container { min-height: 220px; border-radius: 0 0 var(--radius) var(--radius); }
.quill-instance .ql-toolbar { border-radius: var(--radius) var(--radius) 0 0; }
.quill-instance .ql-editor { min-height: 220px; font-size: 16px; line-height: 1.7; }
.quill-instance .ql-editor img.is-selected { outline: 3px solid #1888d3; outline-offset: 2px; cursor: pointer; }
.quill-instance .ql-editor img { cursor: pointer; }
.img-size-bar { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; padding: 10px 14px; border: 1px solid var(--line); border-top: 0; border-radius: 0 0 var(--radius) var(--radius); background: var(--paper); font-weight: 700; font-size: 14px; margin-bottom: 28px; }
.img-size-bar input[type="range"] { width: 140px; padding: 0; border: 0; background: transparent; }
.img-size-bar button { width: auto; min-height: 30px; border: 1px solid var(--line); border-radius: 6px; background: #fff; padding: 0 10px; font: inherit; font-weight: 700; cursor: pointer; }
.photo-stage { position: relative; display: grid; place-items: center; min-height: 520px; background: #111; }
.photo-stage img { display: block; max-width: 100%; max-height: min(70vh, 760px); width: auto; height: auto; object-fit: contain; }
.photo-nav { position: absolute; top: 50%; transform: translateY(-50%); width: 42px; height: 42px; border: 0; border-radius: 50%; background: rgba(255,255,255,.9); color: #111827; font-size: 30px; line-height: 1; cursor: pointer; box-shadow: 0 8px 22px rgba(0,0,0,.22); }
.photo-nav.prev { left: 18px; }
.photo-nav.next { right: 18px; }
.photo-nav:hover, .photo-nav:focus { background: #fff; outline: 3px solid rgba(11,87,183,.24); }
.notice-detail { padding: 22px 0; border-bottom: 1px solid var(--line); }
.notice-detail h2 { margin: 6px 0 12px; }
.board-list { max-width: 980px; }
.board-table { width: 100%; border-collapse: collapse; table-layout: fixed; border-top: 2px solid #1f2937; background: #fffdf8; }
.board-table th { height: 46px; border-bottom: 2px solid #1f2937; color: #1d2f58; font-size: 17px; font-weight: var(--fw-medium); line-height: 1.35; text-align: center; }
.board-table th:nth-child(2) { text-align: left; }
.board-table td { height: 48px; border-bottom: 1px solid var(--line); vertical-align: middle; font-size: 17px; font-weight: var(--fw-regular); line-height: 1.45; }
.board-no-col { width: 150px; }
.board-date-col { width: 220px; }
.board-no, .board-date { text-align: center; color: var(--ink); white-space: nowrap; }
.board-subject { text-align: left; overflow: hidden; }
.board-subject a { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: var(--ink); }
.board-subject a:hover, .board-subject a:focus { color: #0b57b7; }
.new-badge { display: inline-flex; align-items: center; justify-content: center; min-width: 54px; height: 24px; margin-right: 8px; background: #ffd26b; color: #c98200; font-size: 15px; font-weight: 700; vertical-align: middle; }
.board-count { display: inline-block; margin-left: 6px; color: var(--muted); font-size: 14px; font-weight: 700; }
.board-detail { border-bottom: 0; }
.board-body { font-size: 17px; line-height: 1.85; color: #4d443f; }
.board-body p, .board-body div { margin: 0 0 12px; }
.board-body a { color: #0b57b7; text-decoration: underline; font-weight: 700; }
.board-gallery { display: grid; grid-template-columns: 1fr; gap: 16px; margin: 18px 0 18px; }
.board-image { width: min(100%, 860px); max-height: none; object-fit: contain; border-radius: var(--radius); border: 1px solid var(--line); background: #fff; }
.board-file { margin-top: 12px; }
.board-pagination { display: flex; align-items: center; justify-content: center; gap: 12px; margin-top: 28px; }
.board-page-numbers { display: flex; align-items: center; gap: 6px; }
.board-page-numbers a, .board-page-numbers strong, .board-page-nav { display: inline-flex; align-items: center; justify-content: center; min-width: 38px; height: 38px; border: 1px solid var(--line); border-radius: 6px; background: #fff; color: var(--ink); font-weight: 700; }
.board-page-numbers strong { border-color: var(--blue); background: var(--blue); color: #fff; }
.board-page-nav { min-width: 64px; padding: 0 12px; }
.board-page-nav.is-disabled { opacity: .42; }
.board-page-numbers a:hover, .board-page-numbers a:focus, .board-page-nav:not(.is-disabled):hover, .board-page-nav:not(.is-disabled):focus { border-color: var(--blue); color: var(--blue); }
.qna-section { padding-bottom: 18px; }
.qna-count { color: var(--muted); font-weight: 700; }
.qna-list { border-top: 2px solid #1f2937; }
.qna-list .board-table { border-top: 0; }
.qna-status-col { width: 140px; }
.qna-table-status { text-align: center; }
.qna-item { display: grid; grid-template-columns: 92px minmax(0, 1fr) 110px 24px; align-items: center; gap: 14px; min-height: 64px; padding: 10px 16px; border-bottom: 1px solid var(--line); background: #fff; color: var(--ink); }
.qna-item::after { content: "›"; color: var(--blue); font-size: 28px; font-weight: 700; }
.qna-item:hover, .qna-item:focus { background: #f7fbff; }
.qna-item strong { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.qna-item time { color: var(--muted); text-align: center; white-space: nowrap; }
.qna-lock { margin-right: 7px; font-size: 14px; }
.qna-status { display: inline-flex; align-items: center; justify-content: center; min-height: 28px; border-radius: 999px; background: #eef1f5; color: #566170; font-size: 13px; font-weight: 700; }
.qna-status.answered { background: #e5f2ff; color: #0b57b7; }
.qna-content { display: grid; gap: 14px; padding: 4px 20px 22px 122px; }
.qna-question, .qna-answer { display: grid; grid-template-columns: 34px minmax(0, 1fr); gap: 12px; align-items: start; }
.qna-question b, .qna-answer > b { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; background: #1d2f58; color: #fff; }
.qna-answer { padding: 16px; border-radius: 10px; background: #f4f8fd; }
.qna-answer > b { background: var(--blue); }
.qna-answer.pending { background: #f6f6f6; color: var(--muted); }
.qna-content p { margin: 3px 0 0; line-height: 1.7; }
.qna-content time { display: block; margin-top: 8px; color: var(--muted); font-size: 13px; }
.qna-private-detail { border-top: 2px solid #1f2937; }
.qna-detail-head { display: grid; grid-template-columns: 92px minmax(0, 1fr) 110px; align-items: center; gap: 14px; padding: 18px 16px; border-bottom: 1px solid var(--line); }
.qna-detail-head h3 { margin: 0; }
.qna-detail-head time { color: var(--muted); text-align: center; }
.qna-private-detail .qna-content { padding: 22px 20px; }
.qna-password-form { display: grid; grid-template-columns: 140px minmax(180px, 360px) auto; align-items: end; gap: 10px; padding: 24px 16px; background: #f7f9fc; }
.qna-password-form p { grid-column: 1 / -1; margin: 0 0 4px; }
.qna-password-form label { font-weight: 700; }
.qna-password-form input { background: #fff; }
.qna-private-detail > .mini-button { margin: 16px; }
.form-help { margin: 4px 0 16px; color: var(--muted); font-size: 14px; line-height: 1.6; }
.admin-empty-state { margin-top: 16px; padding: 28px 18px; border: 1px dashed var(--line); border-radius: var(--radius); background: var(--paper); color: var(--muted); text-align: center; font-weight: 700; }
.admin-list-row.inquiry-admin-item { display: grid; grid-template-columns: minmax(0, 1fr); gap: 18px; margin-top: 16px; padding: 20px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); }
.inquiry-admin-item:last-child { border-bottom: 1px solid var(--line); }
.inquiry-admin-summary { min-width: 0; padding-bottom: 16px; border-bottom: 1px solid var(--line); }
.inquiry-admin-heading { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
.inquiry-admin-heading strong { margin-right: auto; color: #1d2f58; font-size: 17px; overflow-wrap: anywhere; }
.inquiry-admin-item small { display: block; margin-top: 7px; color: var(--muted); }
.inquiry-question-body { margin-top: 14px; padding: 16px; border-radius: var(--radius); background: #fff; color: #332d29; font-size: 16px; line-height: 1.75; }
.inquiry-visibility-badge { display: inline-flex; align-items: center; min-height: 28px; padding: 0 10px; border-radius: 999px; background: #eef1f5; color: #566170; font-size: 13px; font-weight: 700; }
.inquiry-visibility-badge.public { background: #e9f7ee; color: #287a43; }
.inquiry-list-wrap { margin-top: 16px; }
.admin-inquiry-table { min-width: 720px; }
.admin-inquiry-table th, .admin-inquiry-table td { text-align: center; vertical-align: middle; }
.admin-inquiry-table th:nth-child(2), .admin-inquiry-table td:nth-child(2) { text-align: left; }
.inquiry-no-col { width: 64px; }
.inquiry-visibility-col { width: 112px; }
.inquiry-status-col { width: 110px; }
.inquiry-date-col { width: 116px; }
.inquiry-action-col { width: 82px; }
.admin-inquiry-subject a { display: block; color: #143b76; font-weight: 700; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.admin-inquiry-subject a:hover, .admin-inquiry-subject a:focus { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }
.admin-inquiry-table td form { margin: 0; }
.danger-button { border-color: #e2aaa5 !important; color: #a9342b !important; background: #fff7f6 !important; }
.danger-button:hover, .danger-button:focus { border-color: #c9483d !important; background: #ffebe9 !important; }
.admin-list-row .inquiry-answer-form { display: grid; grid-template-columns: minmax(150px, .65fr) minmax(220px, 1.35fr); gap: 14px; width: 100%; min-width: 0; margin: 0; }
.inquiry-answer-form label { display: grid; gap: 6px; font-weight: 700; }
.inquiry-answer-form .inquiry-field-answer, .inquiry-answer-form .check { grid-column: 1 / -1; }
.inquiry-answer-form textarea { width: 100%; resize: vertical; }
.inquiry-answer-form button { justify-self: end; grid-column: 1 / -1; }
.inquiry-detail-actions { grid-column: 1 / -1; display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.inquiry-detail-actions .mini-button { margin: 0; }
.inquiry-detail-actions button { grid-column: auto; justify-self: auto; }
.admin-back-link { margin-top: 14px; }
.inquiry-delete-form { display: flex; justify-content: flex-end; width: 100%; margin: 0; }
.editor-toolbar { display: flex; flex-wrap: wrap; gap: 6px; padding: 8px; border: 1px solid var(--line); border-radius: var(--radius) var(--radius) 0 0; background: var(--paper); }
.editor-toolbar button, .editor-toolbar select, .editor-toolbar input[type="color"] { width: auto; min-height: 34px; border: 1px solid var(--line); border-radius: 6px; background: #fff; padding: 0 10px; font: inherit; font-weight: 700; cursor: pointer; }
.editor-toolbar input[type="color"] { width: 44px; padding: 3px; }
.rich-editor { min-height: 180px; padding: 14px; border: 1px solid var(--line); border-top: 0; border-radius: 0 0 var(--radius) var(--radius); background: #fff; line-height: 1.7; outline: none; }
.rich-editor:focus { border-color: #88b8ef; box-shadow: 0 0 0 3px rgba(24,136,211,.14); }
.editor-image-preview { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 10px; margin-top: -6px; padding: 10px; border: 1px dashed #cbd6e2; border-radius: var(--radius); background: #f8fbff; }
.editor-image-preview-item { display: grid; gap: 6px; min-width: 0; color: var(--muted); font-size: 13px; font-weight: 700; }
.editor-image-preview-item img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 6px; border: 1px solid var(--line); background: #fff; }
.editor-image-preview-item span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.admin-image-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 10px; padding: 12px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); }
.admin-image-list .check { align-items: flex-start; font-size: 14px; line-height: 1.35; }
.admin-image-list img { width: 72px; height: 54px; object-fit: cover; border-radius: 6px; border: 1px solid var(--line); }
.admin-current-image { display: grid; grid-template-columns: 132px 1fr; gap: 8px 12px; align-items: center; padding: 12px; border: 1px solid var(--line); border-radius: 8px; background: var(--paper); }
.admin-current-image span { grid-column: 1 / -1; font-size: 14px; font-weight: 700; color: var(--blue); }
.admin-current-image img { width: 132px; aspect-ratio: 16/10; object-fit: cover; border: 1px solid var(--line); border-radius: 6px; background: #fff; }
.admin-current-image small { min-width: 0; color: var(--muted); font-size: 13px; line-height: 1.45; overflow-wrap: anywhere; }
.admin-media-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; margin: 14px 0; }
.admin-media-card { display: grid; gap: 6px; padding: 10px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); font-size: 13px; line-height: 1.4; cursor: pointer; }
.admin-media-card input[type="checkbox"] { width: 18px; height: 18px; justify-self: start; }
.admin-media-thumb { display: block; width: 100%; aspect-ratio: 4/3; border-radius: 6px; border: 1px solid var(--line); background: #fff; overflow: hidden; }
.admin-media-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.admin-media-meta { overflow-wrap: anywhere; color: #2f3a4a; }
.admin-media-meta small { color: var(--muted); }
.admin-media-card .mini-button { margin: 0; width: 100%; }
.admin-pager { display: flex; align-items: center; justify-content: center; gap: 12px; margin: 18px 0 4px; }
.admin-pager .mini-button { margin: 0; }
.admin-pager .mini-button.is-disabled { opacity: .4; pointer-events: none; }
.admin-pager-status { font-size: 14px; font-weight: 700; color: #2f3a4a; }
@media (max-width: 1100px) {
  .admin-media-grid { grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 780px) {
  .admin-media-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 520px) {
  .admin-media-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
  .header-inner { height: auto; min-height: 72px; flex-wrap: wrap; }
  .brand img { width: min(282px, calc(100vw - 128px)); }
  .menu-toggle { display: inline-flex; align-items: center; }
  .site-nav { display: none; width: 100%; max-height: calc(100vh - 90px); overflow-y: auto; overflow-x: hidden; overscroll-behavior: contain; -webkit-overflow-scrolling: touch; padding: 8px 0 12px; align-items: stretch; flex-direction: column; }
  .site-nav.open { display: flex; }
  .nav-item { width: 100%; }
  .nav-item > a, .nav-cta { justify-content: space-between; width: 100%; min-height: 38px; padding: 8px 4px; }
  .nav-cta { margin-left: 0; justify-content: center; }
  .dropdown { display: block; position: static; width: 100%; min-width: 0; box-shadow: none; border: 0; padding: 0 0 4px 10px; background: transparent; opacity: 1; visibility: visible; transform: none; pointer-events: auto; }
  .dropdown::before, .dropdown::after { content: none; }
  .dropdown a { padding: 7px 8px; }
  .nav-item.has-submenu > a::after { content: "+"; display: inline-flex; align-items: center; justify-content: center; width: 24px; height: 24px; border-radius: 999px; background: var(--paper); color: var(--blue); font-size: 18px; line-height: 1; transition: transform .18s ease, background .18s ease; }
  .nav-item.has-submenu .dropdown { display: none; padding: 2px 0 8px 14px; }
  .nav-item.has-submenu.submenu-open > a::after { content: "-"; background: #e8f2ff; transform: rotate(180deg); }
  .nav-item.has-submenu.submenu-open .dropdown { display: block; }
  .hero-slider { min-height: 300px; height: 300px; max-height: 300px; }
  .hero-copy { justify-content: center; align-items: flex-start; padding: 14px 24px 18px; }
  .hero-logo-panel { max-width: calc(100vw - 48px); margin-bottom: 8px; padding: 10px 12px 9px; border-radius: 7px; background: rgba(255,255,255,.8); }
  .hero-logo { width: min(380px, calc(100vw - 72px)); }
  .hero-copy .eyebrow { margin-bottom: 6px; font-size: 18px; line-height: 1.25; }
  .hero-copy h1 { max-width: 330px; margin-bottom: 9px; font-size: 32px; line-height: 1.1; -webkit-text-stroke-width: 2px; overflow-wrap: anywhere; }
  .hero-copy p { max-width: 340px; margin: 0 0 9px; font-size: 19px; line-height: 1.18; -webkit-text-stroke-width: .9px; }
  .hero-copy .place { margin-bottom: 12px; font-size: 15px; line-height: 1.4; }
  .hero-actions { gap: 8px; }
  .hero-actions .button { min-height: 40px; padding: 0 14px; font-size: 15px; }
  .slider-arrow { display: none; }
  .program-grid, .media-grid, .sponsor-grid, .timeline, .split, .dashboard-grid, .admin-grid { grid-template-columns: 1fr; }
  .archive-year-block { grid-template-columns: 1fr; gap: 10px; padding-left: 22px; }
  .archive-year-block h2 { font-size: 26px; }
  .archive-year-block::before { left: 0; top: 4px; width: 12px; height: 12px; }
  .archive-year-block:not(:last-child)::after { left: 5px; top: 10px; height: calc(100% + 24px); }
  .archive-card-grid { grid-template-columns: 1fr; }
  .archive-card { min-height: 0; padding: 16px; }
  .form-row.two { grid-template-columns: 1fr; }
  .contact-form { padding: 20px; }
  .contact-form .field-row.two { grid-template-columns: 1fr; gap: 14px; }
  .home-program-section .program-grid { grid-template-columns: 1fr; }
  .official-summary { grid-template-columns: 1fr; gap: 18px; padding-top: 32px; padding-bottom: 6px; }
  .official-summary h1 { margin-bottom: 8px; font-size: 26px; }
  .official-summary p { font-size: 17px; line-height: 1.68; }
  .summary-apply-card { min-height: 0; gap: 9px; padding: 18px 20px 20px; }
  .summary-apply-card strong { font-size: 23px; white-space: normal; }
  .home-dashboard-section { padding-bottom: 42px; }
  .home-partners-section { padding-top: 6px; }
  .admin-layout { grid-template-columns: 1fr; }
  .admin-menu { position: static; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .admin-menu a { justify-content: center; text-align: center; padding: 0 8px; }
  .admin-subtabs { gap: 6px; }
  .admin-subtabs a { flex: 1 1 calc(50% - 6px); justify-content: center; padding: 0 8px; }
  .admin-lists { padding: 16px; }
  .schedule-item { grid-template-columns: 1fr; gap: 8px; }
  .apply-panel { grid-column: auto; }
  .program-badge { top: clamp(160px, 39vw, 280px); }
  .section { padding: 58px 20px; }
  .home-dashboard-section { padding-top: 0; padding-bottom: 42px; }
  .home-partners-section { padding-top: 8px; padding-bottom: 32px; }
  .admin-panel { padding-top: 22px; }
  .admin-panel > .section-head { margin-bottom: 14px; }
  .home-program-section { padding-top: 4px; padding-bottom: 8px; }
  .home-program-section .section-head { margin-bottom: 14px; }
  .home-dashboard-section { padding-top: 0; }
  .schedule-panel { background-size: 68% auto; background-position: right bottom; }
  .schedule-panel::before { background: linear-gradient(110deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.94) 58%, rgba(255,255,255,.72) 100%); }
  .section.warm { padding-left: 20px; padding-right: 20px; }
  .footer-inner { grid-template-columns: 1fr; gap: 22px; padding: 0 20px; }
  .footer-user-protection { border-left: 0; padding-left: 0; border-top: 1px solid rgba(255,255,255,.42); padding-top: 18px; }
  .content-page p, .content-page li, .content-page dd { line-height: 1.72; }
  .prize-table { grid-template-columns: 106px minmax(0, 1fr); gap: 0; padding: 0; overflow-x: auto; }
  .prize-table strong { padding: 8px 6px; font-size: 14px; }
  .prize-table dl div { grid-template-columns: minmax(74px, 1fr) 38px minmax(92px, 1.2fr); gap: 0; }
  .prize-table dt, .prize-table dd { min-height: 36px; padding: 6px 5px; font-size: 14px; }
  .program-division-summary, .yutnori-program .program-division-summary { font-size: 15px; white-space: normal; }
  .info-list div { grid-template-columns: max-content minmax(0, 1fr); column-gap: 10px; row-gap: 4px; align-items: start; padding: 14px 16px; }
  .info-list dt { white-space: nowrap; }
  .info-list dt .info-label-text { flex: 0 1 auto; text-align: left; text-align-last: left; text-justify: auto; }
  .info-list dd { overflow-wrap: anywhere; word-break: keep-all; }
  .competition-summary div { grid-template-columns: max-content minmax(0, 1fr); column-gap: 9px; align-items: center; padding: 15px 22px; }
  .competition-summary dd { white-space: nowrap; overflow-wrap: normal; }
  .guide-block { padding: 18px; }
  .guide-block h2 { font-size: 24px; }
  .guide-block h3 { font-size: 20px; }
  .guide-block li, .guide-block p, .guide-table strong, .guide-table span { font-size: 20px; }
  .guide-table div { grid-template-columns: 1fr; gap: 6px; }
  .traffic-guide { gap: 12px; }
  .traffic-guide h3 { font-size: 21px; }
  .traffic-address div { grid-template-columns: max-content minmax(0, 1fr); column-gap: 10px; row-gap: 4px; align-items: start; padding: 12px 14px; }
  .traffic-address dt { white-space: nowrap; text-align: left; text-align-last: left; text-justify: auto; }
  .traffic-address dd { font-size: 17px; overflow-wrap: anywhere; word-break: keep-all; }
  .traffic-table { min-width: 560px; font-size: 16px; }
  .traffic-table th, .traffic-table td { padding: 10px 12px; }
  .sub-hero { min-height: 190px; background-size: cover; background-position: center center; }
  .sub-hero::before { background: linear-gradient(90deg, rgba(12,24,38,.66) 0%, rgba(12,24,38,.4) 46%, rgba(12,24,38,.12) 78%, rgba(12,24,38,0) 100%), linear-gradient(0deg, rgba(12,24,38,.28) 0%, rgba(12,24,38,0) 62%); }
  .sub-hero > div { padding: 24px 20px; }
  .sub-hero h1 { font-size: 32px; }
  .sub-hero + .section { padding-top: 16px; }
  .media-title { font-size: 16px; min-height: 0; }
  .video-modal, .photo-modal { padding: 12px; }
  .video-modal-dialog, .photo-modal-dialog { width: calc(100vw - 24px); }
  .photo-stage { min-height: 360px; }
  .photo-nav { width: 36px; height: 36px; font-size: 26px; }
  .photo-nav.prev { left: 10px; }
  .photo-nav.next { right: 10px; }
  .board-table th { height: 40px; font-size: 16px; }
  .board-table td { height: 46px; font-size: 17px; }
  .board-no-col { width: 54px; }
  .board-date-col { width: 94px; }
  .new-badge { min-width: 42px; height: 20px; margin-right: 5px; font-size: 12px; }
  .board-count { display: none; }
  .board-pagination { gap: 6px; margin-top: 20px; }
  .board-page-numbers { gap: 4px; }
  .board-page-numbers a, .board-page-numbers strong, .board-page-nav { min-width: 34px; height: 34px; font-size: 14px; }
  .board-page-nav { min-width: 50px; padding: 0 8px; }
  .qna-status-col { width: 92px; }
  .qna-table-status .qna-status { min-height: 24px; padding: 0 6px; font-size: 12px; }
  .qna-item { grid-template-columns: 78px minmax(0, 1fr) 20px; gap: 8px; padding: 10px 8px; }
  .qna-item time { display: none; }
  .qna-content { padding: 4px 10px 18px; }
  .qna-question, .qna-answer { grid-template-columns: 30px minmax(0, 1fr); gap: 9px; }
  .qna-question b, .qna-answer > b { width: 28px; height: 28px; }
  .admin-list-row.inquiry-admin-item { padding: 16px; }
  .admin-list-row .inquiry-answer-form { grid-template-columns: 1fr; }
  .inquiry-answer-form .inquiry-field-answer, .inquiry-answer-form .check, .inquiry-answer-form button { grid-column: auto; }
  .inquiry-detail-actions { grid-column: auto; flex-direction: column-reverse; align-items: stretch; }
  .inquiry-detail-actions .mini-button, .inquiry-detail-actions button { width: 100%; }
  .qna-detail-head { grid-template-columns: 78px minmax(0, 1fr); gap: 8px; padding: 14px 8px; }
  .qna-detail-head time { display: none; }
  .qna-password-form { grid-template-columns: 1fr; padding: 18px 12px; }
  .qna-password-form p { grid-column: auto; }
  .section.official-summary { padding-top: 18px !important; padding-bottom: 0 !important; gap: 10px; }
  .section.official-summary .eyebrow { margin-bottom: 4px; }
  .section.official-summary h1 { margin-bottom: 6px; }
  .section.official-summary p { margin-bottom: 0; line-height: 1.58; }
  .section.home-program-section { padding-top: 18px !important; padding-bottom: 10px !important; }
  .section.home-program-section .section-head { margin-bottom: 16px; }
  .section.home-dashboard-section { padding-top: 0 !important; padding-bottom: 42px !important; }
  .section.home-partners-section { padding-top: 22px !important; padding-bottom: 28px !important; }
  .summary-apply-card { margin-bottom: 0; padding-top: 15px; padding-bottom: 16px; }
  .program-detail-block[id] { scroll-margin-top: 104px; }
}
@media (max-width: 390px) {
  .competition-summary div { grid-template-columns: max-content minmax(0, 1fr); column-gap: 8px; padding: 14px 16px; }
}
