:root {
	--blue: #203986;
	--navy: #142658;
	--ink: #19243b;
	--muted: #657087;
	--line: #dfe5ef;
	--pale: #f3f6fc;
	--orange: #f5a315;
	--radius: 16px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; color: var(--ink); font: 16px/1.65 "Pretendard GOV", -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; word-break: keep-all; overflow-wrap: anywhere; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { cursor: pointer; }
button, a { -webkit-tap-highlight-color: transparent; }
img { max-width: 100%; height: auto; display: block; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.3; letter-spacing: -.04em; }
p { margin-bottom: 16px; }
button:focus-visible, a:focus-visible, summary:focus-visible { outline: 3px solid #f5a315; outline-offset: 5px; }
[hidden] { display: none !important; }
.container { width: min(100% - 64px, 1320px); margin-inline: auto; }
.sr-only, .skip-link:not(:focus) { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link:focus { position: fixed; z-index: 100; left: 16px; top: 16px; padding: 12px 20px; background: white; }
.preopen-bar { background: var(--navy); color: #e5eaf8; font-size: .8125rem; padding: 7px 0; }
.preopen-bar .container { display: flex; justify-content: space-between; gap: 16px; }
.preopen-bar b { font-weight: 400; margin-left: 12px; color: #c4cee5; }
.site-header { position: sticky; top: 0; z-index: 20; background: #fff; border-bottom: 1px solid var(--line); }
.header-inner { width: min(100% - 48px, 1540px); min-height: 94px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: flex; align-items: center; gap: 17px; flex-shrink: 0; }
.brand > strong { font-family: "Pretendard GOV", -apple-system, BlinkMacSystemFont, sans-serif; font-weight: 900; font-size: 1.55rem; letter-spacing: -1.5px; color: var(--blue); }
.brand > strong > span, .footer-brand > span { color: #ea8810; }
.brand-divider { width: 1px; height: 35px; background: var(--line); }
.brand-event { font-size: .75rem; line-height: 1.5; }
.brand-event b { font-size: 1.125rem; }
#main-navigation { display: flex; align-items: center; gap: clamp(15px, 1.7vw, 28px); font-size: .9375rem; font-weight: 700; white-space: nowrap; }
#main-navigation > a, .nav-group > a { display: block; padding: 30px 0; }
#main-navigation a:hover, #main-navigation a[aria-current="page"] { color: var(--blue); }
#main-navigation a[aria-current="page"] { text-decoration: underline; text-underline-offset: 10px; text-decoration-thickness: 2px; }
.nav-group { position: relative; }
.nav-sub { position: absolute; display: none; top: calc(100% - 6px); left: -22px; min-width: 180px; padding: 12px; background: white; border: 1px solid var(--line); border-radius: 10px; box-shadow: 0 8px 30px #14265814; }
.nav-sub a { display: block; padding: 10px 12px; font-size: .875rem; }
.nav-group:hover .nav-sub, .nav-group:focus-within .nav-sub { display: block; }
#main-navigation .nav-download { color: var(--blue); background: #edf2fc; border-radius: 8px; padding: 10px 15px; }
.nav-download span { margin-left: 7px; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; background: white; border: 0; }
.menu-toggle span { display: block; height: 2px; width: 24px; margin: 5px 0; background: var(--navy); }
.hero { background: #1b2c80; }
.hero img { width: 100%; max-width: 1920px; margin: auto; aspect-ratio: 1920/710; }
.hero-mobile-title { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.event-strip { border-bottom: 1px solid var(--line); background: white; }
.event-strip .container { display: grid; grid-template-columns: 1.05fr 1.15fr .8fr; padding-block: 27px; }
.event-item { padding: 0 34px; border-left: 1px solid var(--line); display: flex; gap: 20px; align-items: center; }
.event-item:first-child { border: 0; padding-left: 0; }
.event-item:last-child { padding-right: 0; }
.event-label { color: var(--muted); font-size: .875rem; }
.event-item strong { font-size: 1.1875rem; line-height: 1.4; }
.event-item strong small { font-size: .875rem; font-weight: 400; }
.event-item .date-accent { color: var(--blue); }
.section { padding: 84px 0; }
.section-soft { background: var(--pale); }
.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 25px; margin-bottom: 34px; }
.eyebrow { color: var(--blue); font-size: .8125rem; font-weight: 800; letter-spacing: .11em; margin-bottom: 10px; }
.section-head h2 { font-size: clamp(1.75rem, 3vw, 2.3rem); margin-bottom: 10px; }
.section-head p { margin-bottom: 0; color: var(--muted); }
.text-link { font-size: .9375rem; font-weight: 700; white-space: nowrap; display: inline-flex; align-items: center; gap: 20px; }
.text-link:hover { color: var(--blue); }
.quick-links { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; padding-top: 37px; padding-bottom: 37px; }
.quick-link { display: flex; align-items: center; gap: 18px; padding: 10px 24px; border-left: 1px solid var(--line); }
.quick-link:first-child { border-left: 0; padding-left: 0; }
.quick-link .icon { width: 45px; height: 45px; flex: 0 0 45px; color: var(--blue); }
.quick-link strong { display: block; font-size: 1.0625rem; }
.quick-link span { color: var(--muted); font-size: .875rem; }
.quick-link:hover strong { color: var(--blue); }
.company-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }
.company-card { min-width: 0; background: white; border: 1px solid var(--line); border-radius: var(--radius); transition: border-color .2s, transform .2s, box-shadow .2s; overflow: hidden; }
.company-card:hover, .company-card:focus-within { border-color: #7794db; transform: translateY(-4px); box-shadow: 0 12px 25px #173c7c0a; }
.company-button { color: inherit; text-align: left; display: block; width: 100%; height: 100%; background: none; border: 0; padding: 22px 24px 0; }
.card-topline { display: flex; justify-content: space-between; gap: 10px; font-size: .8125rem; color: var(--muted); }
.company-number { color: #718097; font-variant-numeric: tabular-nums; }
.logo-stage { height: 115px; display: flex; justify-content: center; align-items: center; margin-bottom: 13px; overflow: hidden; }
.logo-stage img { max-height: 78px; max-width: 90%; width: auto; object-fit: contain; }
.logo-stage .logo-word { font-size: 1.7rem; font-weight: 800; color: var(--blue); letter-spacing: -.05em; }
.company-button .company-name, .company-button h3 { font-size: 1.0625rem; margin-bottom: 9px; min-height: 2.6em; display: flex; align-items: center; }
.company-industry { display: block; font-size: .875rem; color: var(--muted); margin-bottom: 20px; min-height: 3.3em; }
.card-action { display: flex; justify-content: space-between; border-top: 1px solid #edf0f5; padding: 13px 0; font-size: .875rem; font-weight: 700; color: var(--blue); }
.company-card.compact .logo-stage { height: 100px; margin: 5px 0 12px; }
.company-card.compact .company-button { padding-top: 14px; }
.company-card.compact h3 { min-height: 2.6em; margin-bottom: 16px; }
.mentoring-home { padding: 64px 0; background: var(--blue); color: white; }
.mentoring-inner { display: grid; grid-template-columns: 1fr 1.15fr; gap: 60px; align-items: center; }
.mentoring-home .eyebrow { color: #b7ceff; }
.mentoring-home h2 { font-size: 2.125rem; margin-bottom: 16px; }
.mentoring-home p { color: #dbe4ff; }
.mentoring-logos { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.mentoring-logos a { background: white; padding: 20px; height: 91px; display: flex; align-items: center; justify-content: center; border-radius: 9px; overflow: hidden; }
.mentoring-logos img { max-height: 54px; max-width: 100%; width: auto; }
.mentoring-logos .logo-word { color: var(--blue); font-size: 1.25rem; font-weight: 700; }
.bottom-grid { display: grid; grid-template-columns: 1.15fr 1fr; gap: 72px; }
.notice-preview { padding: 0; margin: 0; list-style: none; border-top: 2px solid var(--ink); }
.notice-preview a { display: flex; align-items: center; gap: 16px; padding: 19px 0; border-bottom: 1px solid var(--line); }
.notice-preview span { color: var(--blue); font-weight: 700; font-size: .8125rem; }
.notice-preview b { font-size: 1rem; font-weight: 500; }
.notice-preview i { font-style: normal; margin-left: auto; }
.download-promo { background: #edf3fd; padding: 34px 38px; border-radius: var(--radius); display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.download-promo h2 { font-size: 1.65rem; }
.download-promo p { font-size: .9375rem; color: var(--muted); }
.download-promo > .icon { width: 82px; height: 100px; flex: 0 0 82px; color: #5273ba; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 16px; min-height: 48px; padding: 12px 22px; border-radius: 8px; border: 1px solid var(--blue); background: var(--blue); color: white; font-weight: 700; font-size: .9375rem; }
.btn:hover { background: #15296b; }
.btn-outline { background: white; color: var(--blue); border-color: #c4cfdf; }
.btn-outline:hover { background: var(--pale); }
.btn-light { background: white; color: var(--blue); border-color: white; }
.btn-light:hover { background: #eaf0ff; }
.site-footer { background: #f7f8fb; border-top: 1px solid var(--line); padding: 40px 0; }
.footer-inner { display: flex; align-items: center; gap: 50px; }
.footer-brand { font-family: "Pretendard GOV", -apple-system, BlinkMacSystemFont, sans-serif; font-weight: 900; font-size: 1.5rem; color: var(--blue); letter-spacing: -1.2px; }
.site-footer p { font-size: .8125rem; margin: 5px 0; }
.footer-information small { display: block; font-size: .75rem; color: #657087; margin-top: 8px; }
.muted { color: var(--muted); }
.back-top { width: 45px; height: 45px; border: 1px solid #cbd3e0; display: grid; place-items: center; flex: 0 0 45px; margin-left: auto; border-radius: 50%; font-size: 1.4rem; }
.page-banner { background: var(--pale); border-bottom: 1px solid #e8edf5; padding: 52px 0 48px; }
.breadcrumb { color: var(--muted); font-size: .8125rem; margin-bottom: 18px; display: flex; gap: 12px; }
.page-banner h1 { font-size: clamp(2rem, 4vw, 2.8rem); margin-bottom: 14px; }
.page-banner p { color: var(--muted); margin: 0; }
.page-content { padding: 56px 0 90px; min-height: 45vh; }
.local-nav { display: flex; gap: 30px; border-bottom: 1px solid var(--line); margin-bottom: 42px; }
.local-nav a { padding: 0 0 17px; font-weight: 700; color: var(--muted); }
.local-nav a[aria-current] { color: var(--blue); border-bottom: 3px solid var(--blue); }
.info-note { display: flex; align-items: flex-start; gap: 12px; padding: 18px 22px; background: #f3f6fc; border: 1px solid #e1e8f4; border-radius: 10px; color: #465778; font-size: .9375rem; margin: 0 0 32px; }
.info-note > span { width: 22px; height: 22px; border: 1.5px solid #8191b2; border-radius: 50%; text-align: center; line-height: 19px; flex: 0 0 22px; font-weight: 700; }
.info-note p { margin: 0; }
.list-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin: 0 0 24px; }
.list-heading h2 { font-size: 1.25rem; margin: 0; }
.list-heading h2 strong { color: var(--blue); }
.list-heading p { font-size: .875rem; margin: 0; color: var(--muted); }
.pending-label { padding: 2px 8px; border-radius: 4px; background: #fff5df; color: #855b00; font-size: .8125rem; }
.overview-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 64px; }
.overview-intro { background: var(--blue); border-radius: var(--radius); padding: 44px; color: white; }
.overview-intro .eyebrow { color: #bfcef5; }
.overview-intro h2 { font-size: 2.15rem; line-height: 1.5; margin-bottom: 30px; }
.overview-intro p { color: #e1e9ff; }
.overview-date { border-top: 1px solid #6378af; padding-top: 26px; margin-top: 50px; }
.overview-date strong { font-size: 2rem; display: block; color: #ffd482; }
.definition-list { margin: 0; border-top: 2px solid var(--ink); }
.definition-list > div { display: grid; grid-template-columns: 110px 1fr; padding: 21px 0; gap: 15px; border-bottom: 1px solid var(--line); }
.definition-list dt { color: var(--muted); }
.definition-list dd { margin: 0; font-weight: 600; }
.definition-list dd small { display: block; font-weight: 400; color: var(--muted); font-size: .875rem; margin-top: 6px; }
.venue-grid { display: grid; grid-template-columns: 1.5fr 1fr; gap: 36px; align-items: stretch; }
.map-panel { min-height: 390px; border-radius: 14px; overflow: hidden; background: #edf1f7; border: 1px solid var(--line); }
.map-panel iframe { width: 100%; height: 100%; min-height: 390px; border: 0; display: block; }
.venue-info { padding: 26px 0 18px; }
.venue-info h2 { font-size: 1.9rem; margin-bottom: 28px; }
.venue-info .definition-list > div { grid-template-columns: 64px 1fr; padding: 17px 0; }
.button-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.minor-section { margin-top: 44px; }
.minor-section h2 { font-size: 1.35rem; }
.empty-state { border: 1px solid var(--line); border-radius: 18px; padding: 65px 30px; text-align: center; background: #fbfcfe; }
.empty-state > .icon { width: 72px; height: 72px; margin: 0 auto 24px; color: #6b86bf; }
.empty-state h2 { font-size: 1.75rem; margin-bottom: 14px; }
.empty-state p { color: var(--muted); margin-bottom: 22px; }
.zone-summary { display: flex; gap: 16px; justify-content: center; margin: 28px 0; flex-wrap: wrap; }
.zone-summary span { padding: 10px 20px; border-radius: 7px; background: #eaf0fc; color: var(--blue); font-weight: 700; font-size: .9375rem; }
.program-list { border-top: 2px solid var(--ink); }
.program-row { display: grid; grid-template-columns: 90px 1fr 170px; gap: 28px; align-items: center; padding: 33px 15px; border-bottom: 1px solid var(--line); }
.program-index { color: #92a7cf; font-size: 2.6rem; font-weight: 700; }
.program-row h2 { font-size: 1.5rem; margin-bottom: 12px; }
.program-row p { margin-bottom: 0; color: var(--muted); }
.program-time { color: #667590; font-size: .9375rem; text-align: right; }
.program-time small { display: block; font-size: .8125rem; margin-top: 4px; }
.notice-board { border-top: 2px solid var(--ink); }
.notice-item { border-bottom: 1px solid var(--line); }
.notice-item summary { list-style: none; display: grid; grid-template-columns: 60px 1fr 24px; gap: 20px; cursor: pointer; align-items: center; padding: 24px 16px; }
.notice-item summary::-webkit-details-marker { display: none; }
.notice-tag { color: var(--blue); font-size: .8125rem; font-weight: 700; }
.notice-item summary strong { font-size: 1.0625rem; }
.notice-item summary .expand { font-size: 1.4rem; text-align: center; transition: transform .2s; }
.notice-item[open] summary .expand { transform: rotate(45deg); }
.notice-body { border-top: 1px solid #e8ecf3; padding: 30px 96px; background: #f8fafd; }
.notice-body p:last-child { margin-bottom: 0; }
.download-sheet { padding: 38px; border: 1px solid var(--line); border-radius: var(--radius); display: flex; align-items: center; gap: 28px; }
.download-sheet > .icon { width: 60px; height: 70px; flex-shrink: 0; color: var(--blue); }
.download-sheet h2 { margin-bottom: 10px; font-size: 1.5rem; }
.download-sheet p { color: var(--muted); margin-bottom: 5px; }
.download-sheet small { font-size: .8125rem; color: var(--muted); }
.download-sheet .btn { margin-left: auto; white-space: nowrap; }
.check-list { padding-left: 22px; color: var(--muted); }
.check-list li { padding: 5px 0; }
dialog { border: 0; border-radius: 18px; padding: 0; width: min(920px, calc(100vw - 40px)); max-height: min(90vh, 1100px); color: var(--ink); box-shadow: 0 25px 90px #07153855; }
dialog::backdrop { background: #101b3ab8; }
dialog[open] { display: flex; flex-direction: column; }
.dialog-header { padding: 17px 26px; border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-shrink: 0; background: white; font-weight: 700; }
.dialog-close { background: #f2f5fa; border: 0; width: 40px; height: 40px; line-height: 1; border-radius: 50%; font-size: 1.8rem; color: #52617c; }
.dialog-body { padding: 30px; overflow: auto; overscroll-behavior: contain; }
.detail-intro { display: flex; align-items: center; gap: 28px; margin-bottom: 30px; }
.detail-logo { width: 190px; height: 110px; flex: 0 0 190px; display: flex; justify-content: center; align-items: center; border: 1px solid var(--line); border-radius: 12px; padding: 20px; overflow: hidden; }
.detail-logo img { width: auto; max-height: 74px; }
.detail-logo .logo-word { font-size: 1.5rem; font-weight: 800; color: var(--blue); }
.detail-intro h2 { margin: 8px 0 10px; font-size: 1.75rem; }
.detail-intro p { margin: 0; color: var(--muted); font-size: .9375rem; }
.detail-intro .eyebrow { font-size: .75rem; color: var(--blue); }
.detail-facts { margin-bottom: 28px; }
.detail-facts > div { grid-template-columns: 95px 1fr; padding: 15px 0; }
.booklet-pending { padding: 32px 20px; text-align: center; border: 1px dashed #c5d1e7; border-radius: 12px; background: #f6f8fd; }
.booklet-pending .icon { width: 38px; height: 38px; color: #6b83b5; margin: 0 auto 14px; }
.booklet-pending h3 { font-size: 1.15rem; margin-bottom: 8px; }
.booklet-pending p { color: var(--muted); font-size: .9375rem; margin: 0; }
.booklet-viewer iframe { width: 100%; height: 65vh; border: 1px solid var(--line); margin-top: 18px; }
.booklet-viewer img { margin-top: 18px; width: 100%; height: auto; }
.booklet-error { color: #9b3c25; }
.dialog-fallback { position: fixed; inset: 5vh 0 auto; z-index: 100; margin: auto; box-shadow: 0 0 0 100vmax #101b3ab8; }
@media (max-width: 1250px) {
	.menu-toggle { display: block; }
	.header-inner { min-height: 80px; }
	#main-navigation { display: none; position: absolute; top: 100%; left: 0; width: 100%; background: white; padding: 16px 32px 25px; border-bottom: 1px solid var(--line); max-height: calc(100dvh - 80px); overflow-y: auto; }
	#main-navigation.is-open { display: block; }
	#main-navigation > a, .nav-group > a { padding: 13px 0; border-bottom: 1px solid #edf0f6; }
	.nav-sub { position: static; display: flex; gap: 18px; padding: 4px 0 8px; border: 0; box-shadow: none; }
	.nav-sub a { padding: 6px 0; font-weight: 400; }
	.nav-group:hover .nav-sub, .nav-group:focus-within .nav-sub { display: flex; }
	#main-navigation .nav-download { margin-top: 14px; width: fit-content; }
	.company-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
	.company-grid.home-grid { grid-template-columns: repeat(4, minmax(0,1fr)); }
	.company-button { padding-inline: 18px; }
	.bottom-grid { gap: 35px; }
	.quick-link { padding-inline: 18px; gap: 13px; }
	.quick-link .icon { width: 35px; flex-basis: 35px; }
}
@media (max-width: 900px) {
	.company-grid.home-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
	.company-grid { gap: 16px; }
	.mentoring-inner, .overview-grid { grid-template-columns: 1fr; gap: 30px; }
	.mentoring-inner { grid-template-columns: 1fr 1fr; }
	.mentoring-logos { grid-template-columns: repeat(2, 1fr); }
	.bottom-grid { grid-template-columns: 1fr; gap: 45px; }
	.venue-grid { grid-template-columns: 1fr; gap: 10px; }
	.quick-links { grid-template-columns: repeat(2, 1fr); row-gap: 26px; }
	.quick-link:nth-child(3) { border-left: 0; padding-left: 0; }
	.event-strip .container { grid-template-columns: 1fr 1fr; }
	.event-item:last-child { display: none; }
	.event-item:nth-child(2) { padding-right: 0; }
	.footer-inner { gap: 25px; align-items: flex-start; }
	.program-row { grid-template-columns: 55px 1fr 120px; gap: 18px; }
}
@media (max-width: 600px) {
	.container { width: calc(100% - 36px); }
	.preopen-bar .container { justify-content: center; }
	.preopen-bar .container > span:first-child { display: none; }
	.preopen-bar b { margin-left: 6px; font-size: .75rem; }
	.header-inner { width: calc(100% - 32px); min-height: 74px; gap: 12px; }
	.brand { gap: 11px; }
	.brand > strong { font-size: 1.25rem; letter-spacing: -1px; }
	.brand-divider { height: 30px; }
	.brand-event { font-size: .6875rem; }
	.brand-event b { font-size: .9375rem; }
	#main-navigation { padding-inline: 22px; }
	.hero-mobile-title { position: static; width: auto; height: auto; clip: auto; padding: 20px 20px 25px; text-align: center; color: white; }
	.hero-mobile-title p { font-size: .875rem; color: #bfd0f4; margin-bottom: 8px; }
	.hero-mobile-title h1 { font-size: 1.65rem; margin-bottom: 10px; }
	.hero-mobile-title strong { color: #ffd38a; font-size: 1rem; }
	.event-strip .container { padding-block: 19px; }
	.event-item { padding-inline: 16px; display: block; }
	.event-label { display: block; margin-bottom: 4px; font-size: .8125rem; }
	.event-item strong { font-size: .9375rem; }
	.event-item strong small { display: block; font-size: .8125rem; }
	.quick-links { padding-top: 24px; padding-bottom: 24px; row-gap: 18px; }
	.quick-link { padding: 0 0 0 16px; gap: 12px; }
	.quick-link strong { font-size: .9375rem; }
	.quick-link span { font-size: .8125rem; }
	.quick-link .icon { width: 30px; height: 36px; flex-basis: 30px; }
	.section { padding: 46px 0; }
	.section-head { margin-bottom: 25px; align-items: flex-start; gap: 15px; }
	.section-head h2 { font-size: 1.65rem; }
	.section-head p { font-size: .9375rem; }
	.section-head .text-link { font-size: .8125rem; margin-top: 30px; gap: 9px; }
	.eyebrow { font-size: .75rem; margin-bottom: 8px; }
	.company-grid { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; }
	.company-button { padding: 15px 14px 0; }
	.card-topline { font-size: .75rem; gap: 5px; }
	.logo-stage { height: 86px; margin-bottom: 4px; }
	.logo-stage img { max-height: 56px; max-width: 100%; }
	.company-button .company-name, .company-button h3 { font-size: .9375rem; min-height: 3.9em; margin-bottom: 6px; }
	.company-industry { display: block; font-size: .8125rem; min-height: 4.95em; margin-bottom: 12px; }
	.card-action { font-size: .8125rem; padding: 12px 0; }
	.company-card.compact .logo-stage { height: 80px; }
	.company-card.compact h3 { min-height: 3.9em; margin-bottom: 8px; }
	.mentoring-home { padding: 40px 0; }
	.mentoring-inner { grid-template-columns: 1fr; }
	.mentoring-home h2 { font-size: 1.75rem; }
	.mentoring-logos { grid-template-columns: repeat(3, 1fr); gap: 8px; }
	.mentoring-logos a { height: 72px; padding: 12px; }
	.mentoring-logos img { max-height: 43px; }
	.mentoring-logos .logo-word { font-size: 1rem; }
	.download-promo { padding: 28px 24px; }
	.download-promo > .icon { width: 50px; flex-basis: 50px; }
	.download-promo h2 { font-size: 1.4rem; }
	.footer-inner { display: block; position: relative; }
	.footer-information { margin-top: 20px; padding-right: 12px; }
	.back-top { position: absolute; top: 0; right: 0; }
	.page-banner { padding: 30px 0 32px; }
	.page-banner h1 { font-size: 1.95rem; }
	.page-banner p { font-size: .9375rem; }
	.page-content { padding: 32px 0 55px; }
	.local-nav { gap: 24px; margin-bottom: 28px; font-size: .9375rem; }
	.info-note { padding: 15px; font-size: .875rem; }
	.list-heading { align-items: flex-start; gap: 10px; }
	.list-heading p { font-size: .8125rem; }
	.list-heading h2 { font-size: 1.0625rem; }
	.overview-intro { padding: 30px; }
	.overview-intro h2 { font-size: 1.85rem; }
	.overview-date { margin-top: 32px; }
	.definition-list > div { grid-template-columns: 75px 1fr; gap: 10px; font-size: .9375rem; }
	.map-panel, .map-panel iframe { min-height: 300px; }
	.empty-state { padding: 40px 20px; }
	.empty-state h2 { font-size: 1.5rem; }
	.empty-state p { font-size: .9375rem; }
	.zone-summary { gap: 8px; }
	.zone-summary span { font-size: .8125rem; padding: 8px 12px; }
	.program-row { grid-template-columns: 40px 1fr; gap: 16px; padding: 27px 0; }
	.program-index { font-size: 2rem; align-self: start; }
	.program-row h2 { font-size: 1.3rem; }
	.program-row p { font-size: .9375rem; }
	.program-time { grid-column: 2; text-align: left; }
	.notice-item summary { grid-template-columns: 36px 1fr 20px; gap: 12px; padding: 20px 0; }
	.notice-item summary strong { font-size: .9375rem; }
	.notice-body { padding: 23px 18px; font-size: .9375rem; }
	.download-sheet { flex-wrap: wrap; padding: 25px; gap: 20px; }
	.download-sheet > .icon { width: 42px; height: 50px; }
	.download-sheet > div { flex: 1; }
	.download-sheet h2 { font-size: 1.25rem; }
	.download-sheet p { font-size: .875rem; }
	.download-sheet .btn { width: 100%; margin-left: 0; }
	dialog { width: calc(100vw - 20px); max-height: 92vh; max-height: 92dvh; border-radius: 12px; }
	.dialog-header { padding: 12px 18px; }
	.dialog-body { padding: 22px 18px; }
	.detail-intro { align-items: flex-start; gap: 18px; }
	.detail-logo { width: 115px; height: 88px; flex-basis: 115px; padding: 12px; }
	.detail-logo img { max-height: 62px; }
	.detail-intro h2 { font-size: 1.25rem; }
	.detail-intro p { font-size: .8125rem; }
	.detail-intro .eyebrow { font-size: .75rem; }
	.detail-facts > div { grid-template-columns: 65px 1fr; }
}
@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after { transition: none !important; animation: none !important; }
}
@media print {
	.site-header, .preopen-bar, .site-footer, .quick-links, dialog { display: none !important; }
	.container { width: 100%; }
	.company-card { break-inside: avoid; }
}
