:root{color-scheme:light;--bg:#fff9e5;--surface:#ffffff;--surface-card:#faf4e0;--navy:#002e4d;--orange:#f75f00;--text:#272626;--text-sub:#5b594f;--line:rgba(0, 0, 0, 0.08);--line-strong:rgba(0, 0, 0, 0.15);--input-border:rgb(216, 215, 218);--success:#22c55e;--error:#ef4444;--warning:#f59e0b;--shadow-hover:0 10px 24px rgba(0, 46, 77, 0.10)}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{margin:0;font-family:pretendard variable,Pretendard,-apple-system,segoe ui,malgun gothic,sans-serif;font-size:16px;line-height:1.65;color:var(--text);background:var(--bg);word-break:keep-all;overflow-wrap:break-word}img{max-width:100%;height:auto}a{color:var(--navy);text-decoration:none}:focus-visible{outline:2px solid var(--navy);outline-offset:2px}::selection{background:var(--navy);color:#fff}[id]{scroll-margin-top:88px}.skip{position:fixed;top:-64px;left:12px;z-index:100;padding:10px 18px;border-radius:4px;background:var(--navy);color:#fff;font-weight:600;transition:top .18s ease}.skip:focus{top:12px}.container{max-width:1200px;margin-inline:auto;padding-inline:clamp(20px,4vw,32px)}main{display:block;min-height:60vh}.band{background:var(--surface);padding-block:clamp(56px,8vw,96px)}.page-body{padding-block:clamp(48px,7vw,80px)clamp(72px,10vw,120px)}input,textarea,select,button{font:inherit;color:inherit}input[type=text],input[type=email],input[type=search],input[type=url],input[type=tel],select{height:40px;padding:0 12px;background:var(--surface);border:1px solid var(--input-border);border-radius:4px}textarea{padding:10px 12px;background:var(--surface);border:1px solid var(--input-border);border-radius:4px}.button{display:inline-block;padding:10px 20px;border:1px solid var(--navy);border-radius:4px;background:var(--navy);color:#fff;font-weight:600;font-size:15.5px;line-height:1.4;transition:filter .18s ease,transform .18s ease,background .18s ease,color .18s ease}.button:hover{filter:brightness(.92);text-decoration:none}.button:active{transform:scale(.98)}.button-outline{background:0 0;color:var(--navy)}.button-outline:hover{background:var(--navy);color:#fff;filter:none}.site-header{position:sticky;top:0;z-index:10;background:var(--surface);border-bottom:1px solid var(--line)}.header-inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:8px 24px;padding-block:16px}.site-title{font-size:21px;font-weight:800;letter-spacing:-.01em;color:var(--navy)}.site-nav{display:flex;flex-wrap:wrap;gap:4px 22px}.site-nav a{color:var(--navy);font-size:15.5px;font-weight:600;padding-block:4px}.site-nav a:hover{text-decoration:underline;text-underline-offset:6px}.hero{padding-block:clamp(64px,10vw,120px)clamp(56px,8vw,96px)}.hero-eyebrow{margin:0 0 14px;color:var(--orange);font-size:14px;font-weight:700;letter-spacing:.1em}.hero-title{margin:0;max-width:760px;font-size:clamp(36px,6vw,60px);line-height:1.16;letter-spacing:-.02em;font-weight:800;color:var(--navy)}.hero-desc{margin:20px 0 0;max-width:560px;font-size:18px;line-height:1.7;color:var(--text-sub)}.hero-actions{margin-top:32px;display:flex;flex-wrap:wrap;gap:12px}.section-title{margin:0 0 28px;font-size:clamp(30px,4vw,48px);line-height:1.2;letter-spacing:-.02em;font-weight:700;color:var(--navy)}.card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px}.card{display:flex;flex-direction:column;border:1px solid var(--line);border-radius:4px;background:var(--surface-card);overflow:hidden;transition:transform .18s ease,box-shadow .18s ease}.card:hover{transform:translateY(-2px);box-shadow:var(--shadow-hover)}.card-cover img{display:block;width:100%;aspect-ratio:16/9;object-fit:cover;object-position:50% 35%}.card-body{display:flex;flex-direction:column;gap:10px;padding:20px 22px 22px}.card-meta{display:flex;justify-content:space-between;gap:8px;font-size:13.5px;color:var(--text-sub)}.card-category{color:var(--orange);font-weight:700}.card-title{margin:0;font-size:20px;line-height:1.45;letter-spacing:-.01em;font-weight:700;color:var(--navy)}.card-title a{color:inherit}.card-desc{margin:0;font-size:15px;line-height:1.65;color:var(--text-sub)}.page-head{padding-block:clamp(40px,6vw,64px)0}.page-body .page-head{padding-top:0}.page-head h1{margin:0;font-size:clamp(32px,4.5vw,48px);line-height:1.2;letter-spacing:-.02em;font-weight:800;color:var(--navy)}.page-head p{margin:12px 0 0;max-width:640px;font-size:17px;color:var(--text-sub)}.term-list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:12px}.term-list a{display:block;padding:12px 16px;border:1px solid var(--line);border-radius:4px;background:var(--surface-card);color:var(--navy);font-weight:600;transition:transform .18s ease,box-shadow .18s ease}.term-list a:hover{transform:translateY(-2px);box-shadow:var(--shadow-hover)}.term-count{color:var(--text-sub);font-size:13px;font-weight:400}.pagination{margin-top:40px;display:flex;justify-content:space-between;gap:12px}.pagination a{padding:10px 20px;border:1px solid var(--navy);border-radius:4px;color:var(--navy);font-weight:600;font-size:15px;transition:background .18s ease,color .18s ease}.pagination a:hover{background:var(--navy);color:#fff}.empty-note{color:var(--text-sub)}.post{max-width:720px;margin-inline:auto}.post-meta{display:flex;flex-wrap:wrap;align-items:baseline;gap:4px 12px;font-size:14.5px;color:var(--text-sub)}.post-category{color:var(--orange);font-weight:700}.post-title{margin:12px 0 0;font-size:clamp(30px,4.5vw,44px);line-height:1.28;letter-spacing:-.02em;font-weight:800;color:var(--navy)}.post-desc{margin:20px 0 0;padding-left:16px;border-left:3px solid var(--navy);font-size:18px;line-height:1.7;color:var(--text-sub)}.post-cover{margin:28px 0 0}.post-cover img{display:block;width:100%;height:auto;border-radius:4px}.toc{margin:32px 0 8px;padding:18px 22px;background:var(--surface-card);border:1px solid var(--line);border-radius:4px;font-size:15.5px}.toc h2{margin:0 0 8px;font-size:15px;letter-spacing:.08em;color:var(--navy)}.toc ul{margin:0;padding-left:18px}.toc li{margin:5px 0}.post-content{margin-top:36px;font-size:18px;line-height:1.7}.post-content h2,.post-content h3,.post-content h4{color:var(--navy);font-weight:700;word-break:keep-all}.post-content h2{font-size:28px;letter-spacing:-.015em;margin:56px 0 16px}.post-content h3{font-size:22px;letter-spacing:-.01em;margin:40px 0 12px}.post-content h4{font-size:19px;margin:32px 0 10px}.post-content p{margin:16px 0}.post-content ul,.post-content ol{margin:16px 0;padding-left:24px}.post-content li{margin:8px 0}.post-content li::marker{color:var(--navy)}.post-content a{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}.post-content a:hover{text-decoration-thickness:2px}.post-content strong{color:var(--navy);font-weight:700}.post-content table{display:block;width:100%;max-width:100%;overflow-x:auto;border-collapse:collapse;margin:24px 0;font-size:16px;line-height:1.6}.post-content th,.post-content td{border:1px solid var(--line);padding:10px 12px;text-align:left;vertical-align:top}.post-content th{background:var(--surface-card);color:var(--navy);font-weight:700}.post-content blockquote{margin:24px 0;padding:14px 20px;border-left:3px solid var(--navy);border-radius:0 4px 4px 0;background:var(--surface-card);color:var(--text-sub)}.post-content img{border-radius:4px}.post-content code{font-family:ui-monospace,cascadia code,Consolas,monospace;font-size:.88em;background:var(--surface-card);padding:2px 6px;border-radius:4px}.post-content pre{padding:16px 18px;background:var(--surface);border:1px solid var(--line);border-radius:4px;overflow-x:auto;font-size:15px;line-height:1.6}.post-content pre code{background:0 0;padding:0;font-size:inherit}.post-content hr{border:0;border-top:1px solid var(--line);margin:48px 0}.post-tags{margin-top:40px;display:flex;flex-wrap:wrap;gap:8px}.tag{font-size:13.5px;color:var(--text-sub);border:1px solid var(--line-strong);border-radius:4px;padding:4px 12px;transition:color .18s ease,border-color .18s ease}.tag:hover{color:var(--navy);border-color:var(--navy)}.series-box{margin-top:48px;padding:24px 28px;background:var(--surface);border:1px solid var(--line);border-radius:4px}.series-box h2{margin:0 0 12px;font-size:18px;letter-spacing:-.01em;color:var(--navy)}.series-box ul{margin:0;padding-left:20px}.series-box li{margin:8px 0}.series-box a{font-weight:600}.series-box a:hover{text-decoration:underline;text-underline-offset:4px}.archive-group{margin-bottom:48px}.archive-year{margin:0 0 12px;font-size:26px;letter-spacing:-.01em;color:var(--navy)}.archive-list{list-style:none;margin:0;padding:0}.archive-list li{display:flex;align-items:baseline;gap:16px;padding:12px 0;border-bottom:1px solid var(--line)}.archive-list time{min-width:56px;color:var(--text-sub);font-size:14px;font-variant-numeric:tabular-nums}.archive-list a{font-weight:600}.archive-list a:hover{text-decoration:underline;text-underline-offset:4px}.notfound{text-align:center;padding:clamp(72px,12vw,140px)0}.notfound-code{margin:0;font-size:clamp(72px,14vw,120px);font-weight:800;line-height:1;letter-spacing:-.02em;color:var(--orange)}.notfound h1{margin:20px 0 0;font-size:30px;color:var(--navy)}.notfound p{margin:12px 0 0;color:var(--text-sub)}.notfound .button{margin-top:28px}.site-footer{border-top:1px solid var(--line);background:var(--bg);padding-block:40px 48px}.footer-inner{display:flex;flex-direction:column;gap:12px}.footer-brand{margin:0;font-weight:700;color:var(--navy);font-size:16.5px}.footer-nav{display:flex;flex-wrap:wrap;gap:6px 20px}.footer-nav a{font-size:14.5px;color:var(--text-sub)}.footer-nav a:hover{color:var(--navy);text-decoration:underline;text-underline-offset:4px}.footer-copy{margin:0;font-size:13.5px;color:var(--text-sub)}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important;animation:none!important}}