:root {
  color-scheme: light;
  --mood-color-bg: #f5f7f9;
  --mood-color-surface: #fff;
  --mood-color-text: #202c3a;
  --mood-color-text-muted: #5b6674;
  --mood-color-brand: #005ca9;
  --mood-color-border: #dde3e9;
  font-family: -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif;
  font-synthesis: none;
}
* { box-sizing: border-box; }
body { margin: 0; color: var(--mood-color-text); background: var(--mood-color-bg); line-height: 1.7; word-break: keep-all; overflow-wrap: anywhere; }
.skip-link { position: absolute; left: 16px; top: -100px; z-index: 2; padding: 12px 20px; background: white; color: var(--mood-color-brand); }
.skip-link:focus { top: 12px; }
:focus-visible { outline: 3px solid var(--mood-color-brand); outline-offset: 5px; }
.review-banner { display: flex; justify-content: center; gap: 16px; padding: 10px 24px; background: #f6eddb; color: #654b1b; font-size: .8125rem; }
.review-banner strong { flex-shrink: 0; }
.site-header { background: var(--mood-color-surface); border-bottom: 1px solid var(--mood-color-border); }
.header-inner { max-width: 1120px; margin: auto; padding: 25px 32px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.logo { display: block; width: 190px; height: auto; }
.header-label { color: var(--mood-color-text-muted); font-size: .875rem; }
main { max-width: 904px; margin: auto; padding: 64px 32px 48px; }
.intro { margin-bottom: 36px; }
.eyebrow { font-size: .6875rem; font-weight: 700; letter-spacing: .18em; color: var(--mood-color-brand); margin: 0 0 14px; }
h1 { margin: 0; font-size: clamp(1.8rem, 4vw, 2.6rem); letter-spacing: -.055em; line-height: 1.4; font-weight: 700; }
.intro-description { margin: 14px 0 0; color: var(--mood-color-text-muted); font-size: 1rem; }
.notice-paper { border: 1px solid var(--mood-color-border); border-top: 3px solid var(--mood-color-brand); background: var(--mood-color-surface); box-shadow: 0 8px 30px #24395405; }
.notice-header { padding: 38px 48px 28px; border-bottom: 1px solid var(--mood-color-border); }
.notice-category { display: flex; align-items: center; gap: 8px; font-size: .8125rem; font-weight: 700; color: var(--mood-color-brand); }
.category-mark { width: 6px; height: 6px; background: currentColor; border-radius: 50%; }
h2 { font-size: 1.625rem; letter-spacing: -.035em; line-height: 1.5; margin: 12px 0 18px; }
.notice-meta { margin: 0; display: flex; flex-wrap: wrap; gap: 8px 28px; color: var(--mood-color-text-muted); font-size: .8125rem; }
.notice-meta div { display: flex; gap: 10px; }
.notice-meta dt { font-weight: 500; }
.notice-meta dd { margin: 0; }
.notice-body { padding: 34px 48px 38px; font-size: 1rem; line-height: 1.95; }
.notice-body p { margin: 0 0 20px; }
.salutation { font-weight: 700; }
.pending-note { margin: 28px 0; padding: 22px 24px; background: #f4f7fa; border-left: 2px solid #a4b9cb; }
.pending-note h3 { font-size: .9375rem; margin: 0 0 6px; }
.pending-note p { font-size: .9375rem; color: var(--mood-color-text-muted); margin: 0; }
.notice-body .signature { margin: 30px 0 0; font-weight: 700; text-align: right; }
.contact { border-top: 1px solid var(--mood-color-border); padding: 25px 48px; display: flex; gap: 32px; align-items: center; }
.contact-label { font-size: .625rem; color: var(--mood-color-brand); letter-spacing: .12em; font-weight: 700; margin: 0 0 3px; }
.contact h3 { font-size: .9375rem; margin: 0; white-space: nowrap; }
.contact > p { font-size: .875rem; color: var(--mood-color-text-muted); margin: 0; }
.page-note { margin: 20px 0 0; font-size: .8125rem; text-align: center; color: var(--mood-color-text-muted); }
.site-footer { max-width: 1056px; margin: 0 auto; padding: 25px 32px 32px; border-top: 1px solid var(--mood-color-border); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px 24px; color: var(--mood-color-text-muted); font-size: .75rem; }
.site-footer span { font-weight: 700; }
.site-footer p { margin: 0; }
@media (max-width: 600px) {
  .review-banner { display: block; padding: 10px 20px; font-size: .75rem; }
  .review-banner strong { display: block; margin-bottom: 2px; }
  .header-inner { padding: 20px; }
  .logo { width: 155px; }
  .header-label { font-size: .75rem; }
  main { padding: 38px 20px 32px; }
  .intro { margin-bottom: 26px; }
  .intro-description { font-size: .9375rem; }
  .notice-header { padding: 26px 24px 22px; }
  h2 { font-size: 1.375rem; }
  .notice-meta { gap: 6px 20px; }
  .notice-body { padding: 26px 24px 30px; }
  .desktop-break { display: none; }
  .pending-note { padding: 18px; }
  .contact { display: block; padding: 22px 24px; }
  .contact > p { margin-top: 10px; }
  .site-footer { margin: 0 20px; padding: 22px 0; }
}
@media print {
  body { background: white; color: #111; }
  .skip-link, .header-label { display: none; }
  .review-banner { border-bottom: 1px solid #777; background: white; color: #111; }
  .header-inner { padding: 16px 0; }
  main { max-width: none; padding: 24px 0; }
  h1 { font-size: 24pt; }
  .notice-paper { box-shadow: none; }
  .notice-header, .notice-body, .contact { padding: 20px 24px; }
  .contact, .signature { break-inside: avoid; }
  .site-footer { padding: 16px 0; }
}
