@charset "UTF-8";
@font-face { font-family:"Pretendard Variable"; src:url("../../assets/fonts/PretendardVariable.woff2") format("woff2"); font-weight:45 920; font-display:swap; }
:root { --blue:#2563eb; --blue-dark:#1849c6; --blue-soft:#edf4ff; --navy:#101828; --text:#1d2939; --muted:#667085; --light:#98a2b3; --line:#e4e7ec; --surface:#f8fafc; }
* { box-sizing:border-box; }
body { margin:0; background:white; color:var(--text); font-family:"Pretendard Variable","Noto Sans KR",Arial,sans-serif; line-height:1.72; word-break:keep-all; overflow-wrap:break-word; -webkit-font-smoothing:antialiased; }
a { color:inherit; }
header { min-height:72px; display:flex; align-items:center; justify-content:space-between; gap:20px; padding:0 max(28px,calc((100vw - 1200px)/2)); border-bottom:1px solid var(--line); background:rgba(255,255,255,.94); }
.notice-brand { display:inline-flex; align-items:center; gap:10px; color:var(--navy); text-decoration:none; }
.notice-brand > span { position:relative; width:32px; height:32px; border-radius:9px; overflow:hidden; background:var(--blue); }
.notice-brand i { position:absolute; width:12px; height:17px; border:3px solid white; border-radius:3px; transform:rotate(8deg); }
.notice-brand i:first-child { left:7px; top:6px; }
.notice-brand i:last-child { right:6px; bottom:5px; opacity:.72; }
.notice-brand b { font-size:20px; letter-spacing:-.04em; }
.back { padding:9px 13px; border-radius:7px; background:var(--surface); color:#475467; font-size:12px; font-weight:680; text-decoration:none; }
.back:hover { background:var(--blue-soft); color:var(--blue); }
.notice-hero { min-height:460px; display:grid; grid-template-columns:1.2fr .8fr; gap:10vw; align-items:end; padding:90px max(7vw,calc((100vw - 1200px)/2)); border-bottom:1px solid var(--line); background:linear-gradient(180deg,#fff,#f7faff); }
.notice-hero p { margin:0 0 17px; color:var(--blue); font-size:14px; font-weight:750; }
.notice-hero h1 { margin:0; color:var(--navy); font-size:clamp(48px,6.2vw,78px); font-weight:760; line-height:1.12; letter-spacing:-.06em; text-wrap:balance; }
.notice-hero h1 em { color:var(--blue); font-weight:inherit; font-style:normal; }
.notice-hero dl { margin:0; border-top:1px solid #cfd6e1; }
.notice-hero dl div { display:grid; grid-template-columns:100px 1fr; gap:18px; padding:14px 0; border-bottom:1px solid #dfe4ec; }
.notice-hero dt { color:var(--light); font-size:11px; }
.notice-hero dd { margin:0; color:#344054; font-size:12px; font-weight:700; }
.notice-content { width:min(calc(100% - 48px),1060px); margin:0 auto; padding:90px 0 120px; }
.intro { max-width:680px; margin:0 0 50px; color:var(--muted); font-size:16px; }
details { border-top:1px solid #cfd6e1; }
details:last-of-type { border-bottom:1px solid #cfd6e1; }
summary { min-height:92px; display:grid; grid-template-columns:50px 1fr 32px; align-items:center; gap:16px; cursor:pointer; list-style:none; }
summary::-webkit-details-marker { display:none; }
summary b { color:var(--blue); font-size:12px; }
summary span { color:var(--navy); font-size:21px; font-weight:700; letter-spacing:-.035em; }
summary i { position:relative; width:30px; height:30px; border:1px solid #cfd6e1; border-radius:50%; }
summary i::before, summary i::after { content:""; position:absolute; left:50%; top:50%; width:9px; height:1px; background:#475467; transform:translate(-50%,-50%); }
summary i::after { transform:translate(-50%,-50%) rotate(90deg); transition:transform .2s; }
details[open] summary i { border-color:#bdd0ff; background:var(--blue-soft); }
details[open] summary i::after { transform:translate(-50%,-50%); }
.detail-body { margin:0 0 34px 66px; padding:34px 38px; border:1px solid var(--line); border-radius:13px; background:var(--surface); }
.detail-body h2 { margin:0 0 13px; color:var(--navy); font-size:24px; line-height:1.25; letter-spacing:-.04em; }
.detail-body p, .detail-body li { color:#566175; font-size:13px; }
.detail-body ul { padding-left:18px; }
.detail-body li + li { margin-top:7px; }
.callout { margin-top:24px!important; padding:17px 18px; border-left:4px solid var(--blue); border-radius:0 8px 8px 0; background:var(--blue-soft); }
.table-wrap { margin:24px 0; overflow-x:auto; border:1px solid var(--line); border-radius:9px; }
.table-hint { display:none; margin:-14px 0 24px; color:var(--light); font-size:11px; }
table { min-width:840px; width:100%; border-collapse:collapse; background:white; font-size:10px; }
th,td { padding:12px 14px; border-bottom:1px solid var(--line); text-align:left; }
th { background:#f1f4f8; color:#475467; font-size:9px; }
tr:last-child td { border-bottom:0; }
td:first-child { color:var(--navy); font-weight:750; }
td:last-child { min-width:240px; white-space:normal; }
.contact-block { margin-top:80px; padding:56px; border-radius:18px; background:linear-gradient(135deg,var(--blue-dark),var(--blue)); color:white; }
.contact-block p { margin:0 0 14px; color:#b8d0ff; font-size:12px; font-weight:750; }
.contact-block h2 { margin:0; font-size:clamp(32px,4.8vw,50px); font-weight:730; line-height:1.2; letter-spacing:-.05em; text-wrap:balance; }
.contact-block a { display:inline-flex; gap:30px; margin-top:28px; padding:12px 0 5px; border-bottom:1px solid white; font-size:13px; font-weight:680; text-decoration:none; }
footer { min-height:110px; display:flex; align-items:center; justify-content:space-between; gap:20px; padding:0 max(28px,calc((100vw - 1200px)/2)); border-top:1px solid var(--line); color:var(--light); font-size:10px; }
@media(max-width:640px){
    .table-hint { display:block; }
}

@media(max-width:700px){
    header { min-height:64px; padding-inline:18px; }
    .notice-brand > span { width:29px; height:29px; }
    .notice-hero { grid-template-columns:1fr; gap:52px; padding:66px 24px; }
    .notice-content { width:calc(100% - 32px); padding-block:58px 80px; }
    summary { grid-template-columns:36px 1fr 28px; }
    summary span { font-size:18px; }
    .detail-body { margin-left:0; padding:24px 20px; }
    table { min-width:620px; }
    td:last-child { min-width:180px; }
    .contact-block { padding:38px 24px; }
    footer { align-items:flex-start; flex-direction:column; justify-content:center; gap:4px; padding-inline:22px; }
}
