:root{--bg:#ffffff;--surface:#f6f8fa;--surface-2:#eef2f6;--text:#1a2230;--muted:#5b6675;--border:#e2e8f0;--accent:#1a63d6;--accent-ink:#ffffff;--accent-soft:#e8f0fe;--warn-soft:#fff4e5;--warn-ink:#8a5300;--space:16px;--radius:12px;--radius-sm:8px;--radius-xs:6px;--maxw:1080px;--readw:720px;--header-h:61px;--font:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Noto Sans KR","Noto Sans JP","Noto Sans SC",sans-serif}*{box-sizing:border-box}html{scroll-padding-top:calc(var(--header-h) + var(--space))}body{margin:0;font-family:var(--font);color:var(--text);background:var(--bg);line-height:1.7;font-size:17px;-webkit-font-smoothing:antialiased}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}.body-link,.body-link-external{text-decoration:underline;text-underline-offset:2px}.body-link-external{overflow-wrap:anywhere}.outlink-ico{display:inline-block;vertical-align:-1px;margin-right:3px;color:var(--muted)}.body-link-external:hover .outlink-ico{color:var(--accent)}.link-preview-card{position:fixed;z-index:200;width:320px;max-width:calc(100vw - 16px);background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-sm);box-shadow:0 10px 34px rgba(20,30,50,.16);overflow:hidden;pointer-events:none;animation:link-preview-in .12s ease-out}@keyframes link-preview-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.link-preview-img{display:block;width:100%;height:138px;object-fit:cover;background:var(--surface)}.link-preview-body{display:block;padding:10px 13px 12px}.link-preview-title{display:block;font-weight:700;color:var(--text);font-size:.95rem}.link-preview-desc{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;margin-top:4px;color:var(--muted);font-size:.85rem;line-height:1.45}h1,h2,h3{line-height:1.3;color:var(--text)}h1{font-size:2rem;margin:0 0 .5em}h2{font-size:1.4rem;margin:1.8em 0 .6em}h3{font-size:1.12rem;margin:1.4em 0 .4em}h1,h2{font-weight:900!important}h3{font-weight:800!important}h4{font-weight:700!important}h5{font-weight:600!important}h6{font-weight:500!important}p{margin:0 0 1em}img{max-width:100%;height:auto}.skip-link{position:absolute;left:-9999px;top:0;background:var(--accent);color:var(--accent-ink);padding:10px 16px;border-radius:var(--radius-sm);z-index:100}.skip-link:focus{left:12px;top:12px}[tabindex]:focus-visible,a:focus-visible,button:focus-visible,summary:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:var(--radius-sm)}.container{max-width:var(--maxw);margin:0 auto;padding:0 var(--space)}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:50;background:var(--bg);border-bottom:1px solid var(--border)}.site-header .bar{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:calc(var(--header-h) - 1px)}.brand{font-weight:700;font-size:1.15rem;color:var(--text);white-space:nowrap}.brand:hover{text-decoration:none}.header-right{display:flex;align-items:center;gap:10px}.lang-switch{position:relative}.lang-summary{cursor:pointer;display:inline-flex;align-items:center;gap:6px;padding:8px 12px;border:1px solid var(--border);border-radius:var(--radius-sm);font-size:.9rem;line-height:1.25;color:var(--text);background:var(--surface);min-height:38px;font-family:inherit}.lang-summary:hover{background:var(--surface-2)}.lang-globe{color:var(--accent);flex-shrink:0}.lang-caret{color:var(--muted);flex-shrink:0;transition:transform .15s ease}.lang-summary[aria-expanded=true] .lang-caret{transform:rotate(180deg)}.lang-switch .menu{position:absolute;right:0;top:calc(100% + 6px);background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-sm);box-shadow:0 6px 24px rgba(20,30,50,.1);min-width:160px;padding:6px}.lang-switch .menu a{display:block;padding:8px 12px;border-radius:var(--radius-xs);color:var(--text)}.lang-switch .menu a:hover{background:var(--surface);text-decoration:none}.lang-switch .menu a[aria-current=page]{background:var(--accent-soft);font-weight:600}.weather-switch{position:relative}.weather-summary{cursor:pointer;display:inline-flex;align-items:center;gap:6px;padding:8px 11px;border:1px solid var(--border);border-radius:var(--radius-sm);font-size:.9rem;line-height:1.25;color:var(--text);background:var(--surface);min-width:74px;min-height:38px;font-family:inherit}.weather-summary:hover{background:var(--surface-2)}.weather-emoji{font-size:1rem;line-height:1;flex-shrink:0}.weather-temp{font-weight:600;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;min-width:2.6em;text-align:right}.weather-city{color:var(--muted);white-space:nowrap}.weather-caret{color:var(--muted);flex-shrink:0;transition:transform .15s ease}.weather-summary[aria-expanded=true] .weather-caret{transform:rotate(180deg)}.weather-switch .menu{position:absolute;right:0;top:calc(100% + 6px);background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-sm);box-shadow:0 6px 24px rgba(20,30,50,.1);min-width:190px;padding:6px;z-index:60}.weather-option{cursor:pointer;width:100%;display:flex;align-items:center;gap:10px;padding:9px 12px;border:none;border-radius:var(--radius-xs);background:transparent;color:var(--text);font-size:.92rem;font-family:inherit;text-align:left}.weather-option:hover{background:var(--surface)}.weather-option[aria-selected=true]{background:var(--accent-soft);font-weight:600}.weather-option-city{flex:1 1;white-space:nowrap}.weather-option-temp{color:var(--muted);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.weather-option[aria-selected=true] .weather-option-temp{color:var(--text)}.weather-units{display:flex;gap:4px;margin-top:6px;padding-top:8px;border-top:1px solid var(--border)}.weather-unit{flex:1 1;cursor:pointer;padding:7px 0;border:1px solid var(--border);border-radius:var(--radius-xs);background:transparent;color:var(--muted);font-size:.9rem;font-weight:600;font-family:inherit}.weather-unit:hover{background:var(--surface)}.weather-unit[aria-pressed=true]{background:var(--accent-soft);border-color:var(--accent);color:var(--accent)}.fx-switch{position:relative}.fx-summary{cursor:pointer;display:inline-flex;align-items:center;gap:6px;padding:8px 11px;border:1px solid var(--border);border-radius:var(--radius-sm);font-size:.9rem;line-height:1.25;color:var(--text);background:var(--surface);min-height:38px;font-family:inherit}.fx-summary:hover{background:var(--surface-2)}.fx-won{color:var(--accent);font-weight:700;flex-shrink:0}.fx-caret{color:var(--muted);flex-shrink:0;transition:transform .15s ease}.fx-summary[aria-expanded=true] .fx-caret{transform:rotate(180deg)}.fx-menu{position:absolute;left:0;right:auto;top:calc(100% + 6px);background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-sm);box-shadow:0 6px 24px rgba(20,30,50,.1);min-width:212px;padding:10px 12px;z-index:60}.fx-title{font-size:.82rem;font-weight:700;color:var(--text);margin:0 0 8px}.fx-list{list-style:none;margin:0;padding:0}.fx-row{display:flex;align-items:baseline;gap:8px;padding:4px 0;font-size:.9rem}.fx-code{color:var(--muted);font-weight:600;width:34px;flex-shrink:0}.fx-amount{width:48px;flex-shrink:0}.fx-amount,.fx-rate{color:var(--text);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.fx-rate{flex:1 1;text-align:right}.fx-eq{margin-right:4px}.fx-eq,.fx-note{color:var(--muted)}.fx-note{font-size:.72rem;margin:8px 0 0;padding-top:8px;border-top:1px solid var(--border);line-height:1.4}.footer-widgets{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-top:28px}.footer-widgets .fx-menu,.footer-widgets .menu{z-index:60}@media (max-width:480px){.brand{display:none}.site-header .bar{justify-content:flex-end;gap:8px}.fx-label,.lang-label{display:none}.fx-summary,.lang-summary{padding:8px 10px}.header-right{gap:8px}.footer-widgets{margin-bottom:16px}}.hero{background:linear-gradient(180deg,var(--accent-soft),var(--bg));padding:48px 0 40px}.hero p.sub{color:var(--accent);font-weight:600;margin-bottom:8px}.lede{color:var(--muted);max-width:var(--readw);font-size:1.06rem}.emergency-badge{background:var(--warn-soft);color:var(--warn-ink);border-radius:var(--radius-sm);padding:10px 14px;font-size:.92rem;font-weight:500;display:inline-block;margin-top:16px}.card-grid{display:grid;grid-template-columns:1fr;grid-gap:16px;gap:16px;margin:24px 0}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:22px;transition:transform .15s ease,box-shadow .15s ease}.card:hover{transform:translateY(-2px);box-shadow:0 8px 28px rgba(20,30,50,.08);text-decoration:none}.card h3,.card h4{margin-top:0;color:var(--accent);font-size:1.15rem;line-height:1.3;font-weight:700!important}.card p{color:var(--muted);margin-bottom:0}.cards-title{margin-top:1em;margin-bottom:1.1em}.card-category-heading{margin:40px 0 14px;color:var(--text);font-size:1.2rem;letter-spacing:.01em}.card-category:first-of-type .card-category-heading{margin-top:28px}.related{margin-top:56px}.related h2{margin-bottom:0}.content{padding-top:32px;padding-bottom:56px}.reading{margin:0 auto;padding:0 var(--space)}.content .prose,.reading{max-width:var(--readw)}.prose ul{padding-left:1.2em}.prose li{margin-bottom:.4em}.tips{background:var(--accent-soft);border-radius:var(--radius-sm);padding:14px 18px;margin:14px 0}.tips ul{margin:0;padding-left:1.1em}.tips li{margin-bottom:.3em}.fig{margin:22px 0}.fig figcaption{margin-top:8px;font-size:.82rem;color:var(--muted);line-height:1.5}.fig-credit a{color:var(--muted);text-decoration:underline;text-underline-offset:2px}.fig-credit a:hover{color:var(--text)}.fig-image img{display:block;width:100%;height:auto;border-radius:var(--radius-sm);border:1px solid var(--border)}.fig-table-scroll{overflow-x:auto}.fig-table table{width:100%;border-collapse:collapse;font-size:.92rem}.fig-table td,.fig-table th{text-align:left;padding:9px 12px;border-bottom:1px solid var(--border);vertical-align:top}.fig-table thead th{background:var(--surface);white-space:nowrap}.fig-table tbody th,.fig-table thead th{color:var(--text);font-weight:600}.fig-table tbody tr:last-child td,.fig-table tbody tr:last-child th{border-bottom:none}.stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));grid-gap:12px;gap:12px}.stat-card{display:flex;flex-direction:column;gap:3px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);padding:14px 16px}.stat-value{font-size:1.5rem;font-weight:700;color:var(--accent);line-height:1.15;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.stat-label{font-size:.9rem;font-weight:600;color:var(--text)}.stat-note{font-size:.8rem;color:var(--muted)}.step-list{list-style:none;margin:0;padding:0}.step-list li{display:flex;gap:12px;padding:10px 0;border-bottom:1px solid var(--border)}.step-list li:last-child{border-bottom:none}.step-num{flex-shrink:0;width:26px;height:26px;border-radius:50%;background:var(--accent);color:var(--accent-ink);font-size:.85rem;font-weight:700;display:flex;align-items:center;justify-content:center}.step-body{display:flex;flex-direction:column;gap:2px}.step-title{color:var(--text);font-size:.95rem}.step-detail{color:var(--muted);font-size:.9rem;line-height:1.55}.bar-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.bar-row{display:grid;grid-template-columns:minmax(64px,22%) 1fr auto;align-items:center;grid-gap:10px;gap:10px}.bar-label{font-size:.9rem;color:var(--text)}.bar-track{background:var(--surface-2);border-radius:999px;height:12px;overflow:hidden}.bar-fill{display:block;height:100%;background:var(--accent);border-radius:999px}.bar-value{font-size:.85rem;color:var(--muted);white-space:nowrap;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.fig-converter{margin-left:0;margin-right:0}.fxc{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:16px}.fxc-title{font-size:.9rem;font-weight:700;color:var(--text);margin:0 0 12px}.fxc-row{display:flex;align-items:stretch;gap:8px}.fxc-field{flex:1 1;display:flex;align-items:center;gap:6px;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-sm);padding:10px 12px;min-width:0}.fxc-field:focus-within{border-color:var(--accent)}.fxc-unit{color:var(--muted);font-weight:700;flex-shrink:0}.fxc-input,.fxc-output{flex:1 1;min-width:0;border:none;background:transparent;color:var(--text);font:inherit;font-size:1.05rem;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;text-align:right}.fxc-input:focus{outline:none}.fxc-result{background:var(--accent-soft);border-color:var(--accent-soft)}.fxc-output{color:var(--accent);font-weight:700}.fxc-swap{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:40px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg);color:var(--accent);cursor:pointer}.fxc-swap:hover{background:var(--surface-2)}.fxc-controls{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-top:10px}.fxc-select{font:inherit;font-size:.9rem;color:var(--text);background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-sm);padding:7px 10px;cursor:pointer}.fxc-presets{display:flex;flex-wrap:wrap;gap:6px}.fxc-chip{font:inherit;font-size:.82rem;color:var(--muted);background:var(--bg);border:1px solid var(--border);border-radius:999px;padding:6px 11px;cursor:pointer}.fxc-chip:hover{background:var(--surface-2);color:var(--text)}.fxc-note{font-size:.8rem;color:var(--muted);margin:10px 0 0;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.toc{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);padding:14px 18px;margin:0 0 24px}.toc strong{display:block;margin-bottom:8px;font-size:.9rem;color:var(--muted)}.toc ol{margin:0;padding-left:1.2em}.faq details{border:1px solid var(--border);border-radius:var(--radius-sm);padding:0;margin-bottom:10px;background:var(--surface)}.faq summary{cursor:pointer;padding:14px 18px;font-weight:600;list-style:none}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:"+";float:right;color:var(--muted)}.faq details[open] summary:after{content:"\2212"}.faq .answer{padding:0 18px 16px;color:var(--muted)}.sources{background:var(--surface);border-radius:var(--radius-sm);padding:16px 18px;margin-top:28px}.sources strong{display:block;margin-bottom:8px}.sources ul{margin:0;padding-left:1.1em}.updated{margin-top:18px}.breadcrumb,.updated{color:var(--muted);font-size:.88rem}.breadcrumb{padding:16px 0 0}.breadcrumb a{color:var(--muted);text-decoration:underline;text-underline-offset:2px}.breadcrumb a:hover{color:var(--text)}.site-footer{background:var(--surface);margin-top:40px;padding:40px 0 32px;color:var(--muted);font-size:.92rem}.footer-grid{display:grid;grid-template-columns:1fr;grid-gap:24px 32px;gap:24px 32px}.site-footer h2{color:var(--text);margin:0 0 10px;font-size:.95rem;font-weight:700!important}.site-footer a{color:var(--muted)}.site-footer ul{list-style:none;margin:0;padding:0}.site-footer li{margin-bottom:6px}.footer-cat{margin-top:14px}.footer-cat h3{color:var(--muted);margin:0 0 6px;font-size:.8rem;font-weight:700!important;text-transform:uppercase;letter-spacing:.04em}.footer-legal{margin-top:40px;padding-top:18px;font-size:.84rem}.footer-legal a{color:var(--muted);text-decoration:underline}.footer-legal a:hover{color:var(--text)}.footer-visitors{color:var(--muted);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.footer-visitors strong{color:var(--text)}.footer-available{margin-top:8px}.footer-available a{color:var(--muted);text-decoration:underline;text-underline-offset:2px}.footer-available a:hover{color:var(--text)}.footer-lang-current{color:var(--text);font-weight:600}.notfound{max-width:var(--readw);margin:0 auto;padding:80px var(--space) 100px;text-align:center}.notfound-code{font-size:4.5rem;font-weight:800;color:var(--accent);margin:0;line-height:1}.notfound h1{margin:12px 0 8px}.notfound-msg{color:var(--muted);margin-bottom:28px}.notfound-home{display:inline-block;background:var(--accent);color:var(--accent-ink);padding:12px 24px;border-radius:var(--radius-sm);font-weight:600}.notfound-home:hover{text-decoration:none;opacity:.92}.notfound-langs{margin-top:28px;display:flex;gap:16px;justify-content:center;flex-wrap:wrap;font-size:.92rem}.notfound-langs a[aria-current=page]{font-weight:700;color:var(--text)}.app-grid{display:grid;grid-template-columns:1fr;grid-gap:16px;gap:16px;margin:24px 0}.app-card{border:1px solid var(--border);border-radius:var(--radius);padding:20px;background:var(--bg)}.app-head{gap:12px}.app-head,.app-icon{display:flex;align-items:center}.app-icon{font-size:2rem;line-height:1;width:48px;height:48px;justify-content:center;background:var(--surface);border-radius:var(--radius);flex-shrink:0}.app-name{font-size:1.1rem;margin:0}.app-cat{font-size:.78rem;color:var(--muted);text-transform:uppercase;letter-spacing:.04em}.app-tagline{color:var(--muted);margin:12px 0 16px;font-size:.95rem}.app-get{display:flex;align-items:center;gap:16px;border-top:1px solid var(--border);padding-top:16px}.app-qr{width:104px;height:104px;border:1px solid var(--border);border-radius:var(--radius-sm);padding:4px;background:var(--bg);flex-shrink:0}.app-stores{display:flex;flex-direction:column;gap:8px;min-width:0}.app-scan{font-size:.8rem;color:var(--muted);margin-bottom:2px}.store-btn{display:inline-block;padding:9px 14px;border-radius:var(--radius-sm);font-size:.9rem;font-weight:600;text-align:center}.store-btn:hover{text-decoration:none;opacity:.92}.store-btn--ios{background:var(--text);color:var(--accent-ink)}.store-btn--play{background:var(--surface);color:var(--text);border:1px solid var(--border)}@media (min-width:620px){.app-grid{grid-template-columns:1fr 1fr}}.ad-slot{margin:72px 0 48px;min-height:280px;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden}.ad-slot:before{content:attr(data-ad-label);content:attr(data-ad-label) /"";display:block;margin-bottom:8px;font-size:.7rem;letter-spacing:.06em;text-transform:uppercase;color:var(--muted)}.ad-slot .adsbygoogle{width:100%}.ad-slot--placeholder{background:var(--surface-2);border:1px dashed var(--border);border-radius:var(--radius-sm);color:var(--muted);font-size:.8rem;padding:20px}@media (min-width:720px){.card-grid{grid-template-columns:repeat(3,1fr)}.footer-grid{grid-template-columns:1fr 1fr;grid-template-rows:auto 1fr}.footer-grid>div:nth-child(2){grid-row:span 2;columns:180px 2;column-gap:24px}.footer-grid>div:nth-child(2)>h2{column-span:all}.footer-cat{page-break-inside:avoid;break-inside:avoid}}@media (min-width:860px){h1{font-size:2.4rem}}@media (min-width:1024px){.footer-grid{grid-template-columns:1.5fr 2fr 1fr;grid-template-rows:none}.footer-grid>div:nth-child(2){grid-row:auto}}.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}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}