:root{--navy:#102a43;--blue:#1769e0;--blue2:#0b57c8;--sky:#edf5ff;--mint:#eaf8f3;--green:#16845b;--red:#df4a55;--ink:#17212b;--muted:#647181;--line:#dfe7ef;--bg:#f6f9fc;--white:#fff;--shadow:0 12px 32px rgba(25,52,82,.09)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:'Noto Sans KR',sans-serif;font-size:16px;line-height:1.55}button,input,select{font:inherit}button,a{touch-action:manipulation}button{cursor:pointer}a{color:inherit;text-decoration:none}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.topbar{height:72px;padding:0 max(24px,calc((100vw - 1180px)/2));display:flex;align-items:center;justify-content:space-between;background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:20}.brand{display:flex;gap:11px;align-items:center;font-weight:800;color:var(--navy);font-size:1.1rem}.brand-mark{display:grid;place-items:center;width:34px;height:34px;border-radius:11px;background:var(--blue);color:#fff;font-size:24px;font-weight:500}.topbar nav{display:flex;align-items:center;gap:26px;color:#526170;font-weight:600;font-size:.94rem}.topbar nav a{padding:24px 0;border-bottom:3px solid transparent}.topbar nav .active{color:var(--blue);border-color:var(--blue)}
.search-zone{background:linear-gradient(135deg,#eaf4ff 0%,#f8fbff 52%,#e8f8f4 100%);padding:58px 24px 46px;border-bottom:1px solid #d9e7f3}.search-intro,.search-panel{max-width:980px;margin:auto}.search-intro{text-align:center}.eyebrow{color:var(--blue);font-weight:700;font-size:.9rem;letter-spacing:.02em}.search-intro h1{font-size:clamp(2rem,4vw,3.3rem);line-height:1.2;letter-spacing:-.045em;margin:8px 0 10px;color:var(--navy)}.search-intro p{margin:0;color:var(--muted)}.search-panel{margin-top:29px;background:#fff;border:1px solid #d9e5f0;border-radius:20px;padding:10px 14px 16px;box-shadow:var(--shadow)}
.type-tabs{display:flex;gap:6px;border-bottom:1px solid var(--line);padding:0 4px}.tab{border:0;background:transparent;padding:13px 18px;font-weight:700;color:#758190;border-bottom:3px solid transparent}.tab.active{color:var(--blue);border-color:var(--blue)}.search-row{display:grid;grid-template-columns:1fr auto auto;gap:10px;margin-top:14px}.search-input{height:54px;border:1.5px solid #cbd8e5;border-radius:12px;display:flex;align-items:center;padding:0 16px;gap:10px}.search-input:focus-within{border-color:var(--blue);box-shadow:0 0 0 3px rgba(23,105,224,.12)}.search-input svg,.location svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:2}.search-input input{border:0;outline:0;width:100%;font-size:1rem;color:var(--ink)}.primary,.location{height:54px;border-radius:12px;padding:0 22px;font-weight:700;border:0}.primary{background:var(--blue);color:#fff}.primary:hover{background:var(--blue2)}.location{background:#fff;color:var(--navy);border:1px solid #bfcddd;display:flex;align-items:center;gap:7px}.quick-filters{display:flex;gap:8px;flex-wrap:wrap;margin-top:13px}.quick-filters button{border:1px solid var(--line);background:#f8fafc;color:#475666;border-radius:999px;padding:8px 13px;font-size:.88rem}.quick-filters button:first-child{color:var(--green)}.quick-filters button.active{border-color:var(--blue);background:var(--sky);color:var(--blue)}.location-status{margin:8px 4px 0;font-size:.85rem;color:var(--blue);min-height:0}
.content-wrap{max-width:1180px;margin:34px auto 70px;padding:0 24px;display:grid;grid-template-columns:245px 1fr;gap:28px}.filters{background:#fff;border:1px solid var(--line);border-radius:16px;padding:20px;height:max-content;position:sticky;top:94px}.filter-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:22px}.filter-head strong{font-size:1.05rem}.filter-head button{border:0;background:none;color:var(--blue);font-size:.83rem}.filters>label{display:block;font-weight:700;font-size:.88rem;margin-top:18px}.filters select,.result-head select{width:100%;height:44px;border:1px solid #ced9e4;background:#fff;border-radius:9px;padding:0 10px;margin-top:7px;color:#344454}.filters fieldset{border:0;padding:0;margin:24px 0}.filters legend{font-weight:700;font-size:.88rem;margin-bottom:9px}.check{display:flex;gap:9px;align-items:center;margin:10px 0;color:#465464;font-size:.9rem}.check input{width:18px;height:18px;accent-color:var(--blue)}.safety-note{display:flex;gap:10px;background:#f1f7fc;border-radius:11px;padding:14px;color:#4f6172}.safety-note svg{width:21px;height:21px;flex:none;stroke:var(--blue);fill:none;stroke-width:1.8}.safety-note p{margin:0;font-size:.78rem}.safety-note strong{font-size:.83rem;color:var(--navy)}
.result-head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:14px}.result-label{color:var(--blue);font-size:.78rem;font-weight:700}.result-head h2{font-size:1.35rem;margin:3px 0 0;letter-spacing:-.025em}.result-head select{width:105px;height:40px;margin:0}.demo-banner{background:#fff7df;border:1px solid #f0db9b;color:#705b1b;border-radius:10px;padding:11px 14px;font-size:.82rem;margin-bottom:12px}.demo-banner strong{margin-right:8px;color:#5d490d}.cards{display:grid;gap:12px}.card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:21px;display:grid;grid-template-columns:1fr auto;gap:18px;transition:.2s ease}.card:hover{border-color:#adc9e9;box-shadow:0 8px 22px rgba(30,62,96,.08);transform:translateY(-1px)}.badges{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:9px}.badge{font-size:.74rem;font-weight:700;padding:4px 8px;border-radius:6px;background:var(--sky);color:var(--blue)}.badge.open{background:var(--mint);color:var(--green)}.badge.closed{background:#f3f3f3;color:#6e7780}.badge.emergency{background:#fff0f1;color:var(--red)}.card h3{font-size:1.18rem;margin:0 0 7px;color:var(--navy)}.meta{color:#647181;font-size:.87rem;margin:4px 0}.meta strong{color:#41505f;font-weight:600}.departments{margin-top:12px;display:flex;gap:6px;flex-wrap:wrap}.dept{font-size:.76rem;border:1px solid var(--line);border-radius:999px;padding:4px 9px;color:#586676}.card-actions{display:flex;flex-direction:column;gap:8px;justify-content:center;min-width:118px}.card-actions a,.card-actions button{height:40px;border-radius:9px;display:flex;justify-content:center;align-items:center;border:1px solid #bfd0e2;background:#fff;color:var(--navy);font-weight:700;font-size:.86rem}.card-actions a:first-child{background:var(--blue);border-color:var(--blue);color:#fff}.distance{text-align:right;color:var(--blue);font-size:.8rem;font-weight:700}.empty{text-align:center;background:#fff;border:1px solid var(--line);border-radius:16px;padding:54px 20px}.empty div{font-size:2.5rem;color:#9aabba}.empty h3{margin:7px}.empty p{color:var(--muted)}
.guide{max-width:1132px;margin:0 auto 72px;background:var(--navy);color:#fff;border-radius:22px;padding:28px;display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.guide>div{position:relative;padding:15px 24px;border-right:1px solid rgba(255,255,255,.15)}.guide>div:last-child{border:0}.guide .step{display:block;color:#6fb2ff;font-weight:800;font-size:.78rem;margin-bottom:8px}.guide strong{font-size:1.03rem}.guide p{color:#bbcad8;margin:5px 0 0;font-size:.86rem}footer{background:#fff;border-top:1px solid var(--line);padding:34px max(24px,calc((100vw - 1132px)/2));display:grid;grid-template-columns:1fr auto;gap:10px;color:#617080;font-size:.83rem}footer strong{color:var(--navy);font-size:1rem}footer p{margin:3px 0}footer div:nth-child(2){display:flex;gap:18px}.source{grid-column:1/-1;border-top:1px solid var(--line);padding-top:13px;margin-top:12px}
@media(max-width:820px){.topbar{height:62px}.topbar nav a:not(.active){display:none}.topbar nav .active{padding:18px 0}.search-zone{padding:38px 16px 28px}.search-intro p{font-size:.9rem}.search-panel{border-radius:16px;padding:8px 10px 12px}.search-row{grid-template-columns:1fr auto}.location{grid-column:1/-1;justify-content:center;height:46px}.content-wrap{display:block;margin-top:20px;padding:0 14px}.filters{position:static;margin-bottom:15px;display:none}.result-head{padding:0 4px}.card{grid-template-columns:1fr;padding:18px}.card-actions{display:grid;grid-template-columns:1fr 1fr}.distance{text-align:left}.guide{margin:0 14px 45px;grid-template-columns:1fr;padding:16px}.guide>div{border-right:0;border-bottom:1px solid rgba(255,255,255,.15);padding:14px}.guide>div:last-child{border:0}footer{grid-template-columns:1fr;padding:28px 20px}footer div:nth-child(2){flex-wrap:wrap;gap:12px 18px}.type-tabs{overflow:auto}.tab{white-space:nowrap;padding:12px}}
@media(max-width:480px){.brand span:last-child{font-size:.98rem}.topbar nav{font-size:.82rem}.search-intro h1{font-size:1.85rem}.search-row{grid-template-columns:1fr}.primary{height:50px}.card-actions{grid-template-columns:1fr}.quick-filters{flex-wrap:nowrap;overflow:auto;padding-bottom:3px}.quick-filters button{white-space:nowrap}}
