:root{color-scheme:light;--bg:#f7f8f9;--surface:#fff;--surface-alt:#f1f3f5;--text:#16181d;--text-muted:#545b68;--border:#e1e5ea;--border-strong:#cdd4dc;--accent:#17667f;--accent-hover:#11536a;--accent-soft:#e8f2f5;--warn:#8a6100;--warn-bg:#fff8e6;--warn-border:#f0d79a;--danger:#a4231b;--danger-bg:#fdf2f1;--danger-border:#f0c2be;--ok:#1c6b4c;--ok-bg:#eef7f2;--ok-border:#bfe0d0;--max-width:1120px;--prose-width:740px;--radius:10px;--radius-sm:6px;--font-sans:"Pretendard", -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Segoe UI", Roboto, sans-serif}*,:before,:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:var(--font-sans);letter-spacing:-.003em;word-break:keep-all;overflow-wrap:break-word;-webkit-font-smoothing:antialiased;flex-direction:column;min-height:100vh;margin:0;font-size:17px;line-height:1.75;display:flex}main{flex:1 0 auto}@media (width>=760px){body{font-size:18px}}img{max-width:100%;height:auto}a{color:var(--accent);text-underline-offset:.2em}a:hover{color:var(--accent-hover)}h1,h2,h3,h4{letter-spacing:-.018em;margin:0 0 .55em;font-weight:700;line-height:1.38}h1{font-size:1.85rem}h2{margin-top:1.8em;font-size:1.4rem}h3{margin-top:1.5em;font-size:1.14rem}h2:first-child,h3:first-child,h4:first-child{margin-top:0}p,ul,ol{margin:0 0 1.05em}ul,ol{padding-left:1.3em}li{margin-bottom:.45em}hr{border:0;border-top:1px solid var(--border);margin:2rem 0}small{font-size:.9rem}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 20px}.prose{max-width:var(--prose-width)}.section{padding-block:1.75rem}.stack>*+*{margin-top:1rem}.muted{color:var(--text-muted)}.lead{color:var(--text-muted);font-size:1.08em}.visually-hidden{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.skip-link{background:var(--accent);color:#fff;z-index:100;border-radius:0 0 var(--radius-sm) 0;padding:12px 18px;position:absolute;top:0;left:-9999px}.skip-link:focus{left:0}:focus-visible{outline:3px solid var(--accent);outline-offset:2px}.btn{border-radius:var(--radius-sm);cursor:pointer;background:var(--accent);color:#fff;border:1px solid #0000;justify-content:center;align-items:center;gap:.4em;min-height:48px;padding:.7em 1.3em;font-family:inherit;font-size:1rem;font-weight:600;text-decoration:none;transition:background-color .15s;display:inline-flex}.btn:hover{background:var(--accent-hover);color:#fff}.btn--secondary{background:var(--surface);color:var(--accent);border-color:var(--border-strong)}.btn--secondary:hover{background:var(--accent-soft);color:var(--accent-hover)}.btn--ghost{color:var(--text-muted);border-color:var(--border);background:0 0}.btn--ghost:hover{background:var(--surface-alt);color:var(--text)}.btn--block{width:100%}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;display:block}.card h3{margin-top:0}.card>:last-child{margin-bottom:0}.card-link{color:inherit;text-decoration:none;transition:border-color .15s,box-shadow .15s}.card-link:hover{border-color:var(--accent);color:inherit;box-shadow:0 2px 10px #17667f14}.grid{grid-template-columns:1fr;gap:1rem;display:grid}@media (width>=700px){.grid--3{grid-template-columns:repeat(3,1fr)}.grid--2,.grid--4{grid-template-columns:repeat(2,1fr)}}.note{border:1px solid var(--border);border-left:4px solid var(--border-strong);background:var(--surface);border-radius:var(--radius-sm);margin:1.25rem 0;padding:1rem 1.15rem}.note>:last-child{margin-bottom:0}.note__title{margin:0 0 .4em;font-size:1rem;font-weight:700}.note--warn{background:var(--warn-bg);border-color:var(--warn-border);border-left-color:var(--warn)}.note--warn .note__title{color:var(--warn)}.note--danger{background:var(--danger-bg);border-color:var(--danger-border);border-left-color:var(--danger)}.note--danger .note__title{color:var(--danger)}.note--info{background:var(--accent-soft);border-color:#cfe2e8;border-left-color:var(--accent)}.note--info .note__title{color:var(--accent)}.judge{background:var(--accent-soft);border:1px solid #cfe2e8;border-left:4px solid var(--accent);border-radius:var(--radius-sm);margin:1.5rem 0;padding:1rem 1.15rem}.judge__title{letter-spacing:.02em;color:var(--accent);margin:0 0 .5em;font-size:.9rem;font-weight:700}.judge ul{margin:0;padding-left:1.2em}.judge li{margin-bottom:.5em}.judge li:last-child{margin-bottom:0}.callout{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);margin:1.25rem 0;padding:.9rem 1.1rem}.callout>:last-child{margin-bottom:0}.badge{border:1px solid var(--border-strong);background:var(--surface-alt);color:var(--text-muted);border-radius:999px;padding:.15em .6em;font-size:.82rem;font-weight:600;line-height:1.5;display:inline-block}.badge--ok{background:var(--ok-bg);border-color:var(--ok-border);color:var(--ok)}.badge--warn{background:var(--warn-bg);border-color:var(--warn-border);color:var(--warn)}.badge--danger{background:var(--danger-bg);border-color:var(--danger-border);color:var(--danger)}.external:after{content:" ↗";vertical-align:baseline;font-size:.85em}.site-header{background:var(--surface);border-bottom:1px solid var(--border);z-index:30;position:sticky;top:0}.site-header__bar{justify-content:space-between;align-items:center;gap:1rem;min-height:60px;display:flex}.brand{color:var(--text);flex-direction:column;align-items:flex-start;gap:0;padding:8px 0;line-height:1.15;text-decoration:none;display:inline-flex}.brand__ko{letter-spacing:-.02em;font-size:1.35rem;font-weight:800}.brand__en{color:var(--text-muted);letter-spacing:.09em;opacity:.85;font-size:.68rem;font-weight:500}.nav-toggle{background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--radius-sm);min-width:44px;min-height:44px;font:inherit;color:var(--text);cursor:pointer;align-items:center;gap:.4rem;padding:0 .7rem;font-size:.9rem;display:inline-flex}.site-nav{border-top:1px solid var(--border);padding:.5rem 0 1rem;display:none}.site-nav[data-open=true]{display:block}.site-nav ul{flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.site-nav li{margin:0}.site-nav a{min-height:48px;color:var(--text);border-bottom:1px solid var(--border);align-items:center;padding:0 .25rem;font-weight:600;text-decoration:none;display:flex}.site-nav a[aria-current=page]{color:var(--accent)}@media (width>=880px){.brand__ko{font-size:1.5rem}.nav-toggle{display:none}.site-nav{border-top:0;padding:0;display:block}.site-header__bar{min-height:68px}.site-nav ul{flex-direction:row;gap:.15rem}.site-nav a{border-radius:var(--radius-sm);border-bottom:0;min-height:44px;padding:0 .6rem;font-size:.94rem}.site-nav a:hover{background:var(--surface-alt)}.site-nav a[aria-current=page]{background:var(--accent-soft)}}.site-footer{background:var(--surface);border-top:1px solid var(--border);margin-top:2.25rem;padding:2rem 0 1.5rem;font-size:.96rem}.site-footer__cols{grid-template-columns:1fr 1fr;gap:1.4rem;display:grid}@media (width>=760px){.site-footer__cols{grid-template-columns:1.4fr 1fr 1fr 1fr}}.site-footer h2{color:var(--text-muted);letter-spacing:.02em;margin:0 0 .7em;font-size:.92rem}.site-footer ul{margin:0;padding:0;list-style:none}.site-footer li{margin-bottom:.15em}.site-footer li a{min-height:40px;color:var(--text);align-items:center;text-decoration:none;display:inline-flex}.site-footer li a:hover{color:var(--accent);text-decoration:underline}.site-footer__brand p{color:var(--text-muted);max-width:34ch;font-size:.92rem}.site-footer__notice{border-top:1px solid var(--border);color:var(--text-muted);max-width:72ch;margin-top:1.5rem;padding-top:1.25rem;font-size:.9rem}.site-footer__operator{color:var(--text-muted);margin-top:.9rem;font-size:.9rem}.site-footer__operator a{color:var(--text)}.site-footer__copy{color:var(--text-muted);margin-top:.5rem;font-size:.88rem}.breadcrumbs{color:var(--text-muted);padding:1rem 0 0;font-size:.9rem}.breadcrumbs ol{flex-wrap:wrap;gap:.35rem;margin:0;padding:0;list-style:none;display:flex}.breadcrumbs li{margin:0}.breadcrumbs li:after{content:"›";color:var(--border-strong);margin-left:.35rem}.breadcrumbs li:last-child:after{content:""}.page-head{padding:1.25rem 0 .4rem}.page-head h1{margin-bottom:.35em}.check-list,.x-list{padding:0;list-style:none}.check-list li,.x-list li{padding-left:1.6em;position:relative}.check-list li:before{content:"✓";color:var(--accent);font-weight:700;position:absolute;left:0}.x-list li:before{content:"✕";color:var(--danger);font-weight:700;position:absolute;left:0}.meta-line{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:.5rem 1rem;font-size:.9rem;display:flex}.hero{padding-block:2.5rem 1.5rem}.hero h1{max-width:20ch;font-size:1.95rem}.hero p{max-width:58ch}.hero__actions{flex-wrap:wrap;gap:.75rem;margin-top:1.5rem;display:flex}@media (width>=760px){.hero h1{font-size:2.4rem}}.home-hero{padding-block:1.75rem .25rem}.home-hero__grid{align-items:start;gap:1.6rem;display:grid}@media (width>=980px){.home-hero__grid{grid-template-columns:minmax(0,1fr) minmax(0,.9fr);gap:3rem}}.home-hero h1{max-width:16ch;margin-bottom:.4em;font-size:1.9rem}@media (width>=760px){.home-hero h1{font-size:2.4rem}}.home-hero__lead{color:var(--text-muted);max-width:46ch;margin-bottom:1.5rem;font-size:1.05em}.home-hero__foot{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:.4rem 1rem;margin:1rem 0 0;font-size:.92rem;display:flex}.home-hero__foot a{align-items:center;min-height:44px;display:inline-flex}.picker{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1rem}@media (width>=760px){.picker{padding:1.35rem}}.picker__step{color:var(--accent);margin:0 0 .5rem;font-size:.88rem;font-weight:700}.picker__tabs{grid-template-columns:repeat(3,1fr);gap:.5rem;margin-bottom:1.1rem;display:grid}.picker__tab{min-height:52px;font:inherit;color:var(--text);background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--radius-sm);cursor:pointer;padding:.6rem .4rem;font-weight:700}.picker__tab:hover{border-color:var(--accent);background:var(--accent-soft)}.picker__tab[aria-selected=true]{background:var(--accent);border-color:var(--accent);color:#fff}.picker__lead{color:var(--text-muted);margin:0 0 .75rem;font-size:.95rem}.picker__list{gap:.5rem;margin:0;padding:0;list-style:none;display:grid}.picker__list li{margin:0}.picker__symptom{min-height:52px;color:var(--text);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.65rem .9rem;text-decoration:none;display:block}.picker__symptom:hover{border-color:var(--accent);background:var(--accent-soft);color:var(--text)}.picker__symptom-label{font-weight:700;display:block}.picker__symptom-desc{color:var(--text-muted);font-size:.92em;line-height:1.5;display:block}.picker__panel+.picker__panel{border-top:1px solid var(--border);margin-top:1.25rem;padding-top:1.25rem}.picker[data-enhanced=true] .picker__panel+.picker__panel{border-top:0;margin-top:0;padding-top:0}.picker__panel-title{margin:0 0 .5rem;font-size:1rem}.picker[data-enhanced=true] .picker__panel-title{display:none}.qpreview{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.15rem 1.25rem 1rem}@media (width>=760px){.qpreview{padding:1.5rem 1.6rem 1.25rem}}.qpreview__title{border-bottom:1px solid var(--border);color:var(--accent);margin:0 0 1.1rem;padding-bottom:.7rem;font-size:.95rem;font-weight:700}.qpreview__q+.qpreview__q{margin-top:1.15rem}.qpreview__question{margin:0 0 .6rem;font-size:1.02em;font-weight:700;line-height:1.5}.qpreview__options{flex-wrap:wrap;gap:.45rem;margin:0;display:flex}.qpreview__option{border:1px solid var(--border-strong);min-height:44px;color:var(--text);background:var(--surface);border-radius:999px;align-items:center;padding:.3em .95em;font-size:.94em;font-weight:500;text-decoration:none;transition:border-color .15s,background-color .15s;display:inline-flex}.qpreview__option:hover{border-color:var(--accent);background:var(--accent-soft);color:var(--accent-hover)}.qpreview-group .qpreview+.qpreview{margin-top:1rem}.qpreview-group[data-enhanced=true] .qpreview+.qpreview{margin-top:0}.qpreview__note{border-top:1px solid var(--border);color:var(--text-muted);margin:1.25rem 0 0;padding-top:.85rem;font-size:.9rem}.steps{gap:1.1rem 1.75rem;margin:0;padding:0;list-style:none;display:grid}@media (width>=700px){.steps{grid-template-columns:repeat(2,1fr)}}.steps li{gap:.85rem;margin:0;display:flex}.steps__num{background:var(--accent-soft);width:30px;height:30px;color:var(--accent);border-radius:999px;flex:none;justify-content:center;align-items:center;font-size:.92rem;font-weight:700;display:inline-flex}.steps h3{margin:0 0 .25em;font-size:1.05rem}.steps p{color:var(--text-muted);margin:0;font-size:.98em}.trust-panel{background:var(--surface-alt);border:1px solid var(--border);border-radius:var(--radius);padding:1.35rem 1.25rem}@media (width>=760px){.trust-panel{padding:1.75rem}}.trust-panel>:last-child{margin-bottom:0}.trust-list{max-width:62ch;margin:0 0 1.25rem}.trust-list dt{margin-top:.9em;font-weight:700}.trust-list dt:first-of-type{margin-top:0}.trust-list dd{color:var(--text-muted);margin:.15em 0 0}.trust-panel__actions{flex-wrap:wrap;gap:.6rem;margin:1.25rem 0 0;display:flex}.wizard{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);margin:1.5rem 0;padding:1.25rem}.wizard:focus{outline:none}.wizard__progress{border-bottom:1px solid var(--border);color:var(--text-muted);flex-wrap:wrap;justify-content:space-between;gap:.2rem 1rem;margin-bottom:1.1rem;padding-bottom:.8rem;font-size:.92rem;display:flex}.wizard__progress span:first-child{color:var(--accent);font-weight:700}.wizard__question{margin:0 0 .5rem;font-size:1.3rem;line-height:1.45}.wizard__hint{color:var(--text-muted);margin:0 0 1.1rem;font-size:.96rem}.wizard__nav{flex-wrap:wrap;gap:.6rem;margin-top:1.25rem;display:flex}.wizard__nav .btn{flex:8rem}.option-list{gap:.6rem;margin:0;padding:0;list-style:none;display:grid}.option{width:100%;min-height:52px;font:inherit;text-align:left;color:var(--text);background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--radius-sm);cursor:pointer;flex-direction:column;align-items:flex-start;gap:.15rem;padding:.85rem 1rem;font-weight:600;display:flex}.option:hover{border-color:var(--accent);background:var(--accent-soft)}.option small{font-size:.92rem;line-height:1.5}.check-option{background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--radius-sm);cursor:pointer;align-items:flex-start;gap:.7rem;min-height:52px;padding:.8rem 1rem;line-height:1.5;display:flex}.check-option input{width:22px;height:22px;accent-color:var(--danger);flex:none;margin:.1rem 0 0}.check-option:has(input:checked){border-color:var(--danger-border);background:var(--danger-bg)}.result-head{background:var(--surface);border:1px solid var(--border);border-left:4px solid var(--ok);border-radius:var(--radius);margin-bottom:1.5rem;padding:1.1rem 1.2rem}.result-head__kicker{color:var(--ok);margin:0;font-size:.9rem;font-weight:700}.result-head h2{margin:.15rem 0 .5rem;font-size:1.3rem}.result-head p:last-child{color:var(--text-muted);margin:0}.result-head[data-level=MONITOR]{border-left-color:var(--accent);background:var(--accent-soft)}.result-head[data-level=MONITOR] .result-head__kicker{color:var(--accent)}.result-head[data-level=SERVICE_RECOMMENDED]{border-left-color:var(--warn);background:var(--warn-bg)}.result-head[data-level=SERVICE_RECOMMENDED] .result-head__kicker{color:var(--warn)}.result-head[data-level=STOP_USE]{border-left-color:var(--danger);background:var(--danger-bg)}.result-head[data-level=STOP_USE] .result-head__kicker{color:var(--danger)}.result-section{margin-top:1.75rem}.result-section h3{margin:0 0 .4rem;font-size:1.12rem}.answer-trail{border-top:1px solid var(--border);margin:1.1rem 0 0;padding:0;list-style:none}.answer-trail li{border-bottom:1px solid var(--border);flex-direction:column;gap:.15rem;padding:.7rem 0;display:flex}.answer-trail .q{color:var(--text-muted);font-size:.92rem}.answer-trail .a{font-weight:600}@media (width>=600px){.answer-trail li{flex-direction:row;justify-content:space-between;gap:1.5rem}.answer-trail .a{text-align:right}}.field{margin-bottom:1.15rem}.field label{margin-bottom:.4rem;font-weight:600;display:block}.field input,.field select,.field textarea{width:100%;min-height:48px;color:var(--text);background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--radius-sm);padding:.7rem .85rem;font-family:inherit;font-size:1rem;display:block}.field textarea{resize:vertical;min-height:9.5rem;line-height:1.6}.field input:focus-visible,.field select:focus-visible,.field textarea:focus-visible{outline:2px solid var(--accent);outline-offset:1px;border-color:var(--accent)}.field__hint{color:var(--text-muted);margin-top:.4rem;font-size:.92rem;line-height:1.55;display:block}.hp-field{clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;padding:0;position:absolute;overflow:hidden}.sources{border-top:1px solid var(--border);margin-top:2rem;padding-top:1.25rem}.sources h2{margin-top:0;font-size:1.15rem}.sources ul{padding-left:1.1rem}.sources li{overflow-wrap:anywhere;margin-bottom:.6rem}.checked-at{color:var(--text-muted);font-size:.9rem}h3>a{align-items:center;min-height:44px;display:inline-flex}.def-list{margin:1rem 0}.def-list dt{margin-top:1.1rem;font-weight:700}.def-list dd{color:var(--text-muted);margin:.3rem 0 0}.table-wrap{-webkit-overflow-scrolling:touch;overflow-x:auto}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition:none!important;animation:none!important}}
