@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Noto+Sans+KR:wght@400;500;600;700;800&display=swap');
:root{--navy:#132a50;--blue:#2264d5;--ink:#22334f;--muted:#728097;--line:#e0e6ef;--bg:#f6f8fc;--mint:#e4f8ef}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:'Noto Sans KR',sans-serif;background:var(--bg);color:var(--ink);font-size:14px;line-height:1.7}button,input,textarea,select{font:inherit}button{cursor:pointer}.shell{width:min(1120px,calc(100% - 44px));margin:0 auto}.top-notice{display:flex;justify-content:center;gap:10px;align-items:center;padding:8px 20px;background:#0f1f3e;color:#eaf1ff;font-size:11px}.top-notice strong{color:#9bc6ff}.top-notice a{color:#fff}.site-header{height:78px;display:flex;align-items:center;gap:28px;background:#fff;border-bottom:1px solid #e6ebf3}.site-header .shell{display:flex;align-items:center;gap:28px}.brand img{display:block;width:122px}.brand-kr{margin-left:9px;padding-left:9px;border-left:1.5px solid #dfe5ef;color:#132449;font-weight:800;font-size:17px;letter-spacing:-.01em}.site-header nav{display:flex;gap:21px;margin-left:auto;align-items:center}.site-header nav a{color:#506079;text-decoration:none;font-size:13px;font-weight:700}.site-header nav a:hover,.site-header nav a.active{color:var(--blue)}.header-button{border:0;border-radius:9px;background:var(--navy);color:#fff;text-decoration:none;font-size:12px;font-weight:800;padding:10px 14px;white-space:nowrap}.board-hero{background:linear-gradient(118deg,#e9f2ff,#fff 70%);border-bottom:1px solid #dae5f4;padding:54px 0 48px}.eyebrow{font-family:'DM Mono',monospace;color:#3676d6;letter-spacing:.08em;font-size:10px;margin:0 0 12px}.board-hero h1{margin:0;font-size:clamp(29px,4vw,45px);line-height:1.22;letter-spacing:-.07em;color:#16325d}.board-hero p:not(.eyebrow){color:#65758f;margin:14px 0 0;max-width:660px;font-size:14px}.board-main{padding:40px 0 86px}.content-grid{display:grid;grid-template-columns:minmax(0,1fr) 410px;gap:22px;align-items:start}.panel{background:#fff;border:1px solid var(--line);border-radius:15px;overflow:hidden}.panel-head{padding:21px 23px;border-bottom:1px solid #ebeff5;display:flex;align-items:center;justify-content:space-between;gap:16px}.panel-head h2{margin:0;font-size:17px;letter-spacing:-.04em}.panel-head p{margin:3px 0 0;color:#7c899d;font-size:11px}.post-list{display:grid}.post-card{padding:19px 23px;border:0;border-bottom:1px solid #edf1f5;text-align:left;background:#fff;color:inherit;display:block;width:100%}.post-card:last-child{border-bottom:0}.post-card:hover{background:#f7faff}.post-card strong{display:block;font-size:15px;color:#243858;letter-spacing:-.03em}.post-card p{margin:5px 0 0;color:#728097;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.post-card span{display:block;margin-top:8px;color:#96a1b2;font-size:10px}.post-view{padding:27px 29px;min-height:420px}.post-view h2{font-size:25px;line-height:1.4;letter-spacing:-.06em;margin:0;color:#1e3458}.post-meta{font-size:11px;color:#8793a5;border-bottom:1px solid #e6ebf2;padding:11px 0 18px;margin-bottom:22px}.post-body{white-space:pre-wrap;color:#455671;font-size:14px;line-height:1.9}.empty{padding:44px 24px;text-align:center;color:#8b97aa;font-size:12px}.notice-box{padding:21px 23px;background:#f1f7ff;border:1px solid #dce9fa;border-radius:14px;color:#5e7090;font-size:12px}.notice-box strong{display:block;color:#2456a4;font-size:13px;margin-bottom:5px}.form-panel{padding:25px}.form-panel h2{font-size:18px;margin:0 0 4px;letter-spacing:-.05em}.form-panel>p{color:#738199;margin:0 0 22px;font-size:12px}.field{display:block;font-size:12px;font-weight:800;color:#3f506d;margin:15px 0}.field input,.field textarea,.field select{display:block;width:100%;border:1px solid #d8e1ed;border-radius:8px;background:#fff;outline:0;padding:11px 12px;margin-top:6px;color:#243551;font-size:13px}.field textarea{min-height:134px;resize:vertical;line-height:1.7}.field input:focus,.field textarea:focus,.field select:focus{border-color:#77a2ed;box-shadow:0 0 0 3px rgba(47,111,216,.12)}.form-actions{display:flex;justify-content:flex-end;margin-top:19px}.primary{border:0;border-radius:8px;padding:11px 15px;background:var(--blue);color:#fff;font-weight:800;font-size:12px}.primary:hover{background:#1454c4}.application-list{display:grid;gap:12px;padding:17px}.application-card{border:1px solid #e0e7f0;border-radius:10px;padding:15px;background:#fff}.application-card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.application-card h3{font-size:14px;color:#273c5e;margin:4px 0 0}.tag,.status{display:inline-block;border-radius:99px;padding:4px 7px;font-size:10px;font-weight:800;background:#eaf1fb;color:#5073a7}.status.received{background:#fff1d8;color:#a86500}.status.in_review{background:#e1edff;color:#2767c6}.status.completed{background:#e3f8ee;color:#15805d}.status.closed{background:#eef1f5;color:#647286}.application-card p{font-size:12px;line-height:1.7;color:#5c6b82;margin:10px 0 0;white-space:pre-wrap}.answer{margin-top:12px;border-radius:8px;background:#f3f8ff;padding:11px;color:#426189;font-size:12px}.answer strong{display:block;color:#2459a8;margin-bottom:3px}.login-callout{padding:27px;text-align:center}.login-callout h2{font-size:19px;margin:0}.login-callout p{color:#748197;font-size:12px}.login-callout a{display:inline-block;background:#1d4d9c;color:#fff;border-radius:8px;padding:10px 13px;text-decoration:none;font-size:12px;font-weight:800;margin-top:5px}.toast{position:fixed;z-index:50;left:50%;bottom:25px;transform:translate(-50%,100px);opacity:0;background:#162f59;color:#fff;padding:12px 16px;border-radius:8px;font-size:12px;transition:.25s;box-shadow:0 12px 28px rgba(17,42,81,.22)}.toast.show{transform:translate(-50%,0);opacity:1}.footer{background:#132b51;color:#b9cae3;padding:28px 0;margin-top:0}.footer .shell{display:flex;justify-content:space-between;gap:18px;align-items:center;font-size:11px}.footer a{color:#e3edff;text-decoration:none;font-weight:700}@media(max-width:900px){.site-header nav{gap:12px}.content-grid{grid-template-columns:1fr}.post-view{min-height:240px}.site-header{height:auto;padding:14px 0}.site-header .shell{flex-wrap:wrap}.site-header nav{order:3;width:100%;overflow:auto;margin:0}.header-button{margin-left:auto}}@media(max-width:560px){.brand-kr{display:none}.shell{width:min(100% - 28px,1120px)}.top-notice{font-size:10px;gap:6px}.site-header nav{gap:14px}.site-header nav a{font-size:11px;white-space:nowrap}.board-hero{padding:39px 0}.board-main{padding:25px 0 50px}.post-view,.form-panel{padding:20px}.footer .shell{display:block}.footer p{margin:0 0 8px}}

.service-fee-note{display:grid;gap:2px;margin:-2px 0 14px;padding:11px 12px;border:1px solid #cfe0fb;border-radius:9px;background:#f3f8ff}.service-fee-note strong{color:#2159ad;font-size:12px}.service-fee-note span{color:#718099;font-size:11px}.form-actions{display:flex;align-items:center;gap:13px;flex-wrap:wrap}.secondary-link{color:#2864bd;font-size:12px;font-weight:800;text-decoration:none}.secondary-link:hover{text-decoration:underline}@media(max-width:620px){.form-actions .primary{width:100%}}


.delivery-state{display:grid;grid-template-columns:auto 1fr;gap:3px 8px;margin:10px 0;padding:9px 10px;border:1px solid #d8e7fa;border-radius:8px;background:#f5f9ff;font-size:11px}.delivery-state strong{color:#245ba9}.delivery-state span{color:#74829a}.delivery-state a{grid-column:1/-1;color:#1f63c7;text-decoration:none;font-weight:800;margin-top:2px}.delivery-state a:hover{text-decoration:underline}
