:root{--navy:#102b4e;--ink:#162c45;--muted:#607086;--line:#e4eaf0;--paper:#fff;--blue:#2b83cc;--teal:#1a9b9b;--green:#3a9a72;--coral:#e96b69;--shadow:0 10px 28px rgba(25,55,85,.06)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fbfcfd;color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Noto Sans KR",Arial,sans-serif;font-size:16px;line-height:1.5}button,select{font:inherit}button{cursor:pointer}.icon-sprite{position:absolute;width:0;height:0;overflow:hidden}.content-width{width:min(1160px,calc(100% - 64px));margin-inline:auto}svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.site-header{height:76px;background:rgba(255,255,255,.96);border-bottom:1px solid var(--line);display:flex;align-items:center;padding:0 max(32px,calc((100% - 1296px)/2));gap:36px;position:sticky;top:0;z-index:5}.brand{display:flex;align-items:center;gap:13px;color:inherit;text-decoration:none;min-width:220px}.brand-mark{font-size:27px;font-weight:800;letter-spacing:-2px;color:var(--navy)}.brand-copy{font-size:11px;line-height:1.2;color:#708198}.desktop-nav{display:flex;align-self:stretch;align-items:center;gap:42px;flex:1;justify-content:center}.nav-link{height:100%;border:0;background:none;color:#566b82;font-size:14px;font-weight:650;position:relative;padding:0 1px}.nav-link.active{color:var(--navy)}.nav-link.active:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:3px;background:var(--blue);border-radius:4px 4px 0 0}.icon-button{border:0;background:none;color:var(--navy);padding:9px}.icon-button svg{width:24px;height:24px}.hero{min-height:268px;padding:58px 0 40px;display:flex;align-items:center;justify-content:space-between}.eyebrow{color:var(--teal);font-weight:750;letter-spacing:.04em;font-size:13px;margin:0 0 9px}.hero h1{font-size:48px;line-height:1.14;letter-spacing:-.055em;margin:0 0 12px;color:var(--navy)}.hero-lede{font-weight:700;font-size:25px;line-height:1.45;letter-spacing:-.045em;margin:0 0 10px}.hero-note{color:var(--muted);font-size:15px;margin:0}.hero-side-note{border-left:3px solid var(--green);padding:11px 0 11px 18px;color:#557067;font-size:15px;line-height:1.65;margin-right:10%}.selector{background:var(--paper);border:1px solid var(--line);border-radius:15px;min-height:104px;display:flex;align-items:center;padding:20px 28px;box-shadow:var(--shadow)}.selector-region{display:flex;align-items:center;gap:18px;min-width:320px}.selector-region label{font-weight:750;display:flex;align-items:center;gap:8px;white-space:nowrap}.selector-region label svg{color:var(--blue);width:20px;height:20px}.select-wrap{position:relative;display:flex;align-items:center}.select-wrap select{appearance:none;border:1px solid #d9e3eb;border-radius:10px;background:#fff;color:var(--navy);font-weight:700;padding:11px 42px 11px 15px;min-width:225px;outline:none}.select-wrap>svg{position:absolute;right:12px;width:18px;height:18px;pointer-events:none;color:#75869a}.selector-divider{height:48px;width:1px;background:var(--line);margin:0 29px}.selector-fields{display:flex;align-items:center;gap:18px;flex:1}.selector-label{font-size:13px;color:var(--muted);font-weight:700;white-space:nowrap}.field-pills{display:flex;gap:9px;flex-wrap:wrap}.field-pill{border:1px solid #dae4eb;background:#fff;color:#43556b;border-radius:9px;padding:9px 14px;display:flex;align-items:center;gap:7px;font-size:14px;font-weight:650}.field-pill svg{width:18px;height:18px}.field-pill.active{color:var(--blue);border-color:#a9cdeb;background:#f3f9fe}.field-pill[data-category=culture].active{color:var(--teal);border-color:#a6dada;background:#f1fbfb}.field-pill[data-category=family].active{color:var(--green);border-color:#b6decf;background:#f2faf6}.overview{padding:48px 0 25px}.section-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:18px}.section-heading h2,.report-preview h2,.guide-section h2{font-size:25px;letter-spacing:-.04em;margin:0;color:var(--navy)}.section-heading p{margin:5px 0 0;color:var(--muted);font-size:14px}.text-link{background:none;border:0;color:var(--blue);display:flex;gap:6px;align-items:center;font-size:14px;font-weight:700}.text-link svg{width:18px;height:18px}.metric-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.metric-card{background:var(--paper);border:1px solid var(--line);border-radius:13px;padding:23px;display:flex;align-items:center;gap:17px;min-height:140px}.metric-icon{width:64px;height:64px;border-radius:50%;display:grid;place-items:center}.metric-icon svg{width:31px;height:31px}.metric-card p{font-size:14px;font-weight:700;margin:0 0 2px;color:#56687b}.metric-card strong{display:block;font-size:21px;letter-spacing:-.04em;color:var(--navy)}.metric-card span{display:block;font-size:12px;color:var(--muted);margin-top:3px}.book-card .metric-icon{background:#e3f4ef;color:var(--green)}.culture-card .metric-icon{background:#e0f4f4;color:var(--teal)}.family-card .metric-icon{background:#fde7e5;color:var(--coral)}.report-preview{background:var(--paper);border:1px solid var(--line);border-radius:15px;margin-top:14px;padding:32px 36px;display:flex;justify-content:space-between;gap:30px;box-shadow:var(--shadow)}.report-copy{max-width:670px}.report-title-row{display:flex;align-items:center;gap:11px;margin-bottom:16px}.report-title-row h2{font-size:23px}.report-title-row span{font-size:12px;color:var(--green);background:#e9f7f0;padding:4px 10px;border-radius:20px;font-weight:700}.report-preview h3{font-size:27px;line-height:1.35;letter-spacing:-.05em;margin:0 0 10px;color:var(--navy)}.report-preview p{color:var(--muted);font-size:15px;margin:0 0 20px}.primary-button{border:0;background:var(--navy);color:#fff;border-radius:8px;padding:11px 16px;font-size:14px;font-weight:700;display:flex;align-items:center;gap:8px}.primary-button svg{width:18px;height:18px}.report-visual{min-width:270px;background:#eff9f5;border-radius:11px;padding:24px 24px 18px;display:flex;flex-direction:column;justify-content:space-between;color:#33836b}.report-visual p{color:#328d78;font-weight:650;line-height:1.5;margin:0}.report-visual b{font-size:20px;color:#287362}.bars{height:62px;display:flex;align-items:end;gap:10px;justify-content:flex-end}.bars i{display:block;width:20px;background:#aedfce;border-radius:6px 6px 0 0}.bars i:nth-child(1){height:27px}.bars i:nth-child(2){height:39px}.bars i:nth-child(3){height:49px;background:#80c9b1}.bars i:nth-child(4){height:61px;background:#4db18f}.trust-strip{display:grid;grid-template-columns:repeat(3,1fr);background:var(--paper);border:1px solid var(--line);border-radius:13px;margin-top:14px;padding:20px 28px}.trust-strip>div{display:flex;align-items:center;gap:13px;padding:0 22px;border-right:1px solid var(--line)}.trust-strip>div:first-child{padding-left:0}.trust-strip>div:last-child{border-right:0;padding-right:0}.trust-strip svg{color:var(--navy);width:24px;height:24px}.trust-strip p{font-size:12px;color:var(--muted);margin:0}.trust-strip strong{display:block;color:var(--ink);font-size:13px;margin-top:2px}.guide-section{display:grid;grid-template-columns:1fr 1fr;gap:40px;padding:70px 0 80px}.guide-section>p{color:var(--muted);font-size:16px;max-width:450px;margin:24px 0 0}.site-footer{border-top:1px solid var(--line);padding:24px 0 35px;display:flex;justify-content:space-between;align-items:center;color:#78899a;font-size:12px}.site-footer>div{display:flex;align-items:center;gap:12px}.site-footer .brand-mark{font-size:21px}.site-footer nav{display:flex;gap:22px}.site-footer a{color:inherit;text-decoration:none}.mobile-nav{display:none}.mobile-only{display:none}
@media (max-width:900px){.content-width{width:min(100% - 32px,640px)}.site-header{height:66px;padding:0 16px;justify-content:space-between;gap:0}.brand{min-width:0}.brand-copy,.desktop-nav{display:none}.brand-mark{font-size:25px}.icon-button{padding:7px}.hero{min-height:auto;padding:38px 0 26px;display:block}.hero h1{font-size:34px}.hero-lede{font-size:20px}.hero-note{font-size:14px;line-height:1.6}.hero-side-note{display:none}.mobile-only{display:block}.selector{display:block;padding:17px;border-radius:12px}.selector-region{display:block;min-width:0}.selector-region label{font-size:14px;margin-bottom:9px}.select-wrap select{width:100%;min-width:0}.selector-divider{height:1px;width:100%;margin:17px 0}.selector-fields{display:block}.selector-label{display:block;margin-bottom:9px}.field-pills{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.field-pill{padding:10px 5px;justify-content:center;flex-direction:column;gap:3px;font-size:12px}.field-pill svg{width:21px;height:21px}.overview{padding:31px 0 16px}.section-heading{align-items:start}.section-heading h2{font-size:22px}.section-heading p{font-size:12px}.text-link{font-size:12px;white-space:nowrap}.metric-grid{gap:8px}.metric-card{padding:13px 7px;display:block;text-align:center;min-height:124px}.metric-icon{width:43px;height:43px;margin:0 auto 6px}.metric-icon svg{width:23px;height:23px}.metric-card p{font-size:12px;margin:0}.metric-card strong{font-size:14px}.metric-card span{font-size:10px;white-space:nowrap}.report-preview{display:block;padding:23px 20px;margin-top:8px}.report-title-row{margin-bottom:12px}.report-title-row h2{font-size:19px}.report-preview h3{font-size:21px}.report-preview p{font-size:13px;line-height:1.6;margin-bottom:17px}.report-visual{display:none}.primary-button{font-size:13px}.trust-strip{display:block;padding:9px 15px;margin-top:8px}.trust-strip>div,.trust-strip>div:first-child,.trust-strip>div:last-child{border-right:0;border-bottom:1px solid var(--line);padding:11px 0}.trust-strip>div:last-child{border-bottom:0}.trust-strip svg{width:20px;height:20px}.guide-section{display:block;padding:46px 0 100px}.guide-section h2{font-size:24px}.guide-section>p{font-size:14px;margin-top:17px}.site-footer{display:block;padding-bottom:90px}.site-footer nav{margin-top:18px;gap:16px}.mobile-nav{position:fixed;display:grid;grid-template-columns:repeat(4,1fr);left:0;right:0;bottom:0;height:68px;background:rgba(255,255,255,.98);border-top:1px solid var(--line);z-index:10;padding-bottom:env(safe-area-inset-bottom)}.mobile-nav-link{border:0;background:none;color:#718196;font-size:10px;display:flex;align-items:center;justify-content:center;gap:3px;flex-direction:column}.mobile-nav-link svg{width:20px;height:20px}.mobile-nav-link.active{color:var(--navy);font-weight:750}}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}

.primary-button{text-decoration:none}
.mobile-nav-link{text-decoration:none}
.site-header>.icon-button{margin-left:auto}
.site-footer{padding-bottom:35px}
.field-pill>span{display:flex;flex-direction:column;gap:2px;min-width:0}.field-pill b{font-size:14px}.field-pill small{font-size:11px;color:var(--muted);font-weight:500;white-space:nowrap}
@media(max-width:900px){.field-pills{grid-template-columns:1fr;gap:8px}.field-pill{min-height:58px;flex-direction:row;justify-content:flex-start;text-align:left;padding:10px 13px;gap:11px}.field-pill>span{align-items:flex-start}.field-pill b{font-size:15px;white-space:nowrap}.field-pill small{font-size:12px;white-space:normal;line-height:1.25}}

.region-select-wrap{flex:1;min-width:0}.region-select-wrap select{min-width:0;width:100%}.selector-region .region-select-wrap+.region-select-wrap{margin-left:8px}
@media (max-width:900px){.selector-region{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:8px}.selector-region label{grid-column:1/-1;margin:0}.selector-region .region-select-wrap+.region-select-wrap{margin-left:0}.selector-region .dong-select-wrap,.selector-region .type-select-wrap{grid-column:1/-1}.region-select-wrap select{padding-left:10px;padding-right:30px;font-size:14px}}

/* final brand and mobile readability adjustments */
.brand-mark{font-size:22px;letter-spacing:-.08em;font-weight:800;color:var(--navy)}
.brand-mark::after{content:none}
@media (max-width:900px){
  body{font-size:17px}
  .brand-mark{font-size:20px}
  .site-footer{font-size:14px}
  .site-footer .brand-mark{font-size:21px}
  .site-footer nav a{font-size:14px}
  .mobile-nav-link{font-size:12px}
  .mobile-nav-link svg{width:22px;height:22px}
  .trust-strip p{font-size:13px}
  .trust-strip strong{font-size:14px}
  .section-heading p{font-size:13px}
  .hero-note{font-size:15px}
  .report-preview p{font-size:15px}
  .guide-section>p{font-size:15px}
}

.data-results{padding:25px 0 14px}.data-results .section-heading{align-items:center}.result-limit{color:var(--teal);font-size:12px;font-weight:750;background:#eaf8f7;padding:6px 10px;border-radius:20px;white-space:nowrap}.results-meta{display:flex;align-items:center;justify-content:space-between;color:var(--muted);font-size:13px;margin:0 0 12px}.results-meta strong{color:var(--navy);font-size:14px}.results-meta strong.family-api-pending{color:#c83f46}.result-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.result-card{background:var(--paper);border:1px solid var(--line);border-radius:12px;padding:18px;min-width:0}.result-card-heading{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:9px}.result-type{color:var(--teal);font-size:11px;font-weight:750;background:#effafa;padding:4px 8px;border-radius:5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:60%}.result-card time{color:#8a98a8;font-size:10px;white-space:nowrap}.result-card h3{font-size:17px;line-height:1.35;letter-spacing:-.035em;color:var(--navy);margin:0 0 12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.result-detail{color:var(--muted);font-size:12px;line-height:1.55;margin:4px 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.result-detail strong{color:#5a6d82;font-weight:750}.result-actions{display:flex;gap:12px;flex-wrap:wrap;border-top:1px solid var(--line);margin-top:12px;padding-top:10px}.result-actions a{color:var(--blue);font-size:12px;font-weight:700;text-decoration:none}.result-empty{grid-column:1/-1;border:1px dashed #ccd9e3;border-radius:12px;padding:28px;text-align:center;color:var(--muted);font-size:14px;background:#fff}
.result-card{cursor:pointer;transition:box-shadow .18s ease,transform .18s ease}.result-card:hover,.result-card:focus-visible{box-shadow:0 8px 20px rgba(25,55,85,.12);transform:translateY(-2px);outline:2px solid #b9d9ee;outline-offset:2px}.facility-dialog{width:min(560px,calc(100% - 32px));border:0;border-radius:16px;padding:0;color:var(--ink);box-shadow:0 20px 60px rgba(16,43,78,.24)}.facility-dialog::backdrop{background:rgba(16,43,78,.34)}.dialog-header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:22px 24px 16px;border-bottom:1px solid var(--line)}.dialog-header h2{font-size:23px;line-height:1.3;letter-spacing:-.04em;color:var(--navy);margin:10px 0 0}.dialog-close{border:0;background:#f1f5f8;color:var(--navy);border-radius:50%;width:34px;height:34px;font-size:25px;line-height:1}.dialog-body{padding:20px 24px 24px}.dialog-body .result-detail{font-size:14px;white-space:normal;overflow:visible}.dialog-source{font-size:12px;line-height:1.5;color:#7b8999;border-top:1px solid var(--line);padding-top:13px;margin:17px 0 0}.dialog-body .result-actions{margin-top:17px}.dialog-body .result-actions a{font-size:13px}
 .more-results{display:block;width:100%;margin:14px 0 0;padding:14px 16px;border:1px solid #b9d9ee;border-radius:10px;background:#f5fbff;color:var(--navy);font-size:14px;font-weight:750}.more-results:hover,.more-results:focus-visible{background:#eaf6fd;outline:2px solid #b9d9ee;outline-offset:2px}
 .more-results[hidden]{display:none}
@media (max-width:900px){.data-results{padding:22px 0 8px}.data-results .section-heading{align-items:start}.result-limit{font-size:12px;padding:6px 9px}.results-meta{display:block;font-size:14px;line-height:1.6;margin-bottom:12px}.results-meta strong{display:block;font-size:15px;line-height:1.5;margin-bottom:5px}.result-grid{grid-template-columns:1fr;gap:10px}.result-card{padding:18px;border-radius:13px}.result-card-heading{margin-bottom:11px}.result-type{font-size:12px;padding:5px 9px}.result-card time{font-size:12px}.result-card h3{font-size:20px;line-height:1.4;margin-bottom:13px}.result-detail{font-size:15px;line-height:1.65;margin:5px 0}.result-detail strong{font-weight:800}.result-actions{gap:15px;margin-top:14px;padding-top:12px}.result-actions a{font-size:15px;line-height:1.5}.more-results{margin-top:14px;padding:16px;font-size:16px;border-radius:11px}.result-empty{padding:24px 14px;font-size:15px}}

.local-report-detail{background:var(--paper);border:1px solid var(--line);border-radius:15px;margin-top:14px;padding:30px 36px;box-shadow:var(--shadow)}.local-report-heading{display:flex;align-items:end;justify-content:space-between;gap:24px}.local-report-heading h2{font-size:25px;letter-spacing:-.04em;margin:0;color:var(--navy)}.local-report-heading .eyebrow{margin-bottom:7px}.local-report-heading>span{color:var(--green);background:#e9f7f0;border-radius:20px;padding:6px 11px;font-size:12px;font-weight:750;white-space:nowrap}.local-report-heading p:not(.eyebrow){color:var(--muted);font-size:14px;margin:6px 0 0}.local-report-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:22px}.local-report-grid article{border:1px solid var(--line);border-radius:11px;padding:18px;background:#fbfcfd}.local-report-grid article>span{display:block;color:var(--muted);font-size:12px;font-weight:700}.local-report-grid strong{display:block;color:var(--navy);font-size:24px;letter-spacing:-.04em;margin-top:5px}.local-report-grid p{color:var(--muted);font-size:12px;margin:4px 0 0}.local-report-notice{color:#c83f46;font-size:13px;font-weight:700;margin:17px 0 0}.local-report-links{display:flex;flex-wrap:wrap;gap:10px 18px;border-top:1px solid var(--line);margin-top:17px;padding-top:14px}.local-report-links a{color:var(--blue);font-size:13px;font-weight:700;text-decoration:none}.local-report-links a:hover,.local-report-links a:focus-visible{text-decoration:underline}
@media (max-width:900px){.local-report-detail{padding:23px 20px;border-radius:13px}.local-report-heading{display:block}.local-report-heading h2{font-size:22px}.local-report-heading>span{display:inline-block;margin-top:12px}.local-report-grid{grid-template-columns:1fr;gap:8px;margin-top:17px}.local-report-grid article{padding:14px 15px}.local-report-grid strong{font-size:21px}.local-report-notice{font-size:14px;line-height:1.6}.local-report-links{display:grid;gap:10px}.local-report-links a{font-size:14px}}

.dong-data-note{color:#6d7d8f;font-size:12px;margin-top:10px;margin-bottom:0}.dong-data-note::before{content:'ⓘ';color:var(--blue);margin-right:5px}@media (max-width:900px){.dong-data-note{font-size:12px;line-height:1.5;margin-top:9px}}

.legal-content{padding:58px 0 72px}.legal-content h1{font-size:42px;line-height:1.2;letter-spacing:-.055em;color:var(--navy);margin:0 0 16px}.legal-lede{max-width:720px;color:var(--muted);font-size:16px;line-height:1.75;margin:0}.legal-date{color:#7b8999;font-size:13px;margin:16px 0 0}.legal-section{max-width:820px;border-top:1px solid var(--line);padding:25px 0 0;margin-top:28px}.legal-section h2{font-size:20px;letter-spacing:-.035em;color:var(--navy);margin:0 0 10px}.legal-section p{color:#4f6278;font-size:15px;line-height:1.8;margin:7px 0}.legal-section a{color:var(--blue);font-weight:700}.legal-page .site-footer{margin-top:0}@media(max-width:900px){.legal-content{padding:38px 0 54px}.legal-content h1{font-size:32px}.legal-lede{font-size:15px;line-height:1.7}.legal-section{padding-top:21px;margin-top:24px}.legal-section h2{font-size:19px}.legal-section p{font-size:15px;line-height:1.75}.legal-page .site-footer nav{flex-wrap:wrap}}
