@import "https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;700&display=swap";
@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";
@import "https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=Manrope:wght@400;500;600&display=swap";
:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--maxw:1160px;--gap:20px;--color-accent:#4a8af7;--color-accent-strong:#3b6bdc;--color-success:#3bbd8a;--color-warning:#ffda7b;--color-contrast:#0a1422;--surface-rgb:255,255,255;--surface-strong-rgb:236,240,252;--surface-muted-rgb:226,232,248;--color-text:#0e0f12;--color-text-muted:#465067;--color-text-subtle:#5b647a;--border-soft:#dce3f2;--border-strong:#c6d2eb;--shadow-strong:0 18px 50px #0f172a1f;--card-surface:rgba(var(--surface-strong-rgb),.92);--card-surface-hover:rgba(var(--surface-strong-rgb),.98);--muted-surface:rgba(var(--surface-muted-rgb),.85);--panel-surface:linear-gradient(200deg,rgba(var(--surface-rgb),.98),rgba(var(--surface-strong-rgb),.96));--card-gradient:linear-gradient(180deg,rgba(var(--surface-rgb),.95),rgba(var(--surface-strong-rgb),.9));--glass-bg:linear-gradient(180deg,#fffc,#fffa);--glass-border:#d7deed;--scrollbar-track:#e7ecf6;--scrollbar-thumb:#b9c7de;--scrollbar-thumb-hover:#a7b6d5;--scrollbar-thumb-active:#8fa3c3;--body-background:radial-gradient(1200px 800px at 80% -20%,#c5d6ff44 0%,transparent 60%),radial-gradient(1000px 900px at -10% 110%,#b7f5dd44 0%,transparent 60%),linear-gradient(180deg,#f6f8fc,#e9edf8)}:root[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--surface-rgb:16,22,34;--surface-strong-rgb:12,16,24;--surface-muted-rgb:10,14,24;--color-text:#eaf1ff;--color-text-muted:#eaf1ffb8;--color-text-subtle:#eaf1ff9e;--border-soft:#94beff38;--border-strong:#94beff59;--shadow-strong:0 18px 50px #060a188c;--card-surface:rgba(var(--surface-strong-rgb),.86);--card-surface-hover:rgba(var(--surface-strong-rgb),.92);--muted-surface:rgba(var(--surface-muted-rgb),.7);--panel-surface:linear-gradient(200deg,rgba(var(--surface-rgb),.92),rgba(var(--surface-strong-rgb),.94));--card-gradient:linear-gradient(180deg,rgba(var(--surface-strong-rgb),.9),rgba(var(--surface-muted-rgb),.86));--glass-bg:linear-gradient(180deg,#fff2,#fff1);--glass-border:#fff3;--scrollbar-track:#1f1f23;--scrollbar-thumb:#4c4f57;--scrollbar-thumb-hover:#5b5e68;--scrollbar-thumb-active:#727480;--body-background:radial-gradient(1200px 800px at 80% -20%,#b2c7ff22 0%,transparent 60%),radial-gradient(1000px 900px at -10% 110%,#c5ffe522 0%,transparent 60%),linear-gradient(180deg,#0f1115,#0b0c10)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}*{scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb)var(--scrollbar-track)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--scrollbar-track);border-radius:999px}::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border:2px solid var(--scrollbar-track);border-radius:999px}::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover)}::-webkit-scrollbar-thumb:active{background:var(--scrollbar-thumb-active)}html,body{color:var(--color-text);background:var(--body-background);font-family:Noto Sans KR,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif}a{color:inherit;text-decoration:none}.container{width:min(100%,var(--maxw));margin:0 auto;padding:24px}main.container{padding:0}.glass{background:var(--glass-bg);border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:var(--shadow-strong);border-radius:16px}.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}.btn{border:1px solid var(--color-accent);color:#fff;background:linear-gradient(180deg,var(--color-accent),var(--color-accent-strong));cursor:pointer;border-radius:12px;justify-content:center;align-items:center;gap:10px;padding:12px 18px;font-weight:700;transition:transform 80ms,box-shadow .2s;display:inline-flex}.btn:hover{transform:translateY(-1px);box-shadow:0 10px 18px #4678ff40}.hero{color:var(--color-text);padding:60px 0 30px}.hero .title{font-family:Poppins,Manrope,sans-serif;font-size:clamp(20px,3.7vw,36px);line-height:1.1}.hero .sub{opacity:.8}.hero .cta{flex-wrap:wrap;gap:12px;display:flex}.grid{gap:var(--gap);display:grid}.cards{gap:var(--gap);grid-template-columns:repeat(auto-fill,minmax(280px,1fr));display:grid}.badge{background:rgba(var(--surface-strong-rgb),.18);border:1px solid var(--border-soft);color:var(--color-text);border-radius:999px;padding:4px 10px;font-size:12px}@media (max-width:768px){.container{padding:24px}}@media (max-width:576px){.container{padding:12px}}
.Header-module-scss-module__t7BEda__header{color:var(--color-text);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;font-family:Satoshi,Inter,sans-serif;display:flex;position:relative}.Header-module-scss-module__t7BEda__brand{background:linear-gradient(140deg,rgba(var(--surface-strong-rgb),.9),rgba(var(--surface-muted-rgb),.7));border:1px solid var(--border-strong);box-shadow:0 0 22px #508cff40,inset 0 0 0 1px rgba(var(--surface-strong-rgb),.45);border-radius:16px;flex-direction:column;align-items:flex-start;gap:2px;padding:10px 16px;text-decoration:none;transition:transform .2s,box-shadow .2s,border-color .2s;display:inline-flex;position:relative;overflow:hidden}.Header-module-scss-module__t7BEda__brand:after{content:"";opacity:.6;pointer-events:none;background:radial-gradient(circle at 30% 30%,#78c8ff4d,#0000 55%);transition:opacity .25s;position:absolute;inset:-30%}.Header-module-scss-module__t7BEda__brand:hover,.Header-module-scss-module__t7BEda__brand:focus-visible{border-color:var(--border-strong);box-shadow:0 8px 30px #508cff57,inset 0 0 0 1px rgba(var(--surface-strong-rgb),.6);outline:none;transform:translateY(-1px)}.Header-module-scss-module__t7BEda__brand:hover:after,.Header-module-scss-module__t7BEda__brand:focus-visible:after{opacity:.9}.Header-module-scss-module__t7BEda__brandInitials{letter-spacing:3px;text-transform:uppercase;color:var(--color-text);text-shadow:0 0 14px #78c8ff80;font-size:20px;font-weight:900;position:relative}.Header-module-scss-module__t7BEda__brandBadge{letter-spacing:.8px;text-transform:uppercase;color:var(--color-text-muted);background:rgba(var(--surface-muted-rgb),.85);border:1px solid var(--border-soft);border-radius:6px;padding:2px 6px;font-size:11px;position:relative}.Header-module-scss-module__t7BEda__nav{flex-wrap:wrap;flex:auto;justify-content:center;align-items:center;gap:8px;min-width:260px;display:flex}.Header-module-scss-module__t7BEda__menuToggle{border:1px solid var(--border-soft);background:rgba(var(--surface-muted-rgb),.65);width:44px;height:44px;color:var(--color-text);cursor:pointer;border-radius:12px;justify-content:center;align-items:center;transition:border-color .2s,background-color .2s;display:none}.Header-module-scss-module__t7BEda__menuToggle:hover,.Header-module-scss-module__t7BEda__menuToggle:focus-visible{border-color:var(--border-strong);background:rgba(var(--surface-muted-rgb),.8);outline:none}.Header-module-scss-module__t7BEda__menuIcon{background:currentColor;border-radius:2px;width:18px;height:2px;transition:background .2s;display:inline-block;position:relative}.Header-module-scss-module__t7BEda__menuIcon:before,.Header-module-scss-module__t7BEda__menuIcon:after{content:"";background:currentColor;border-radius:2px;width:18px;height:2px;transition:transform .25s,top .25s,opacity .2s;position:absolute;left:0}.Header-module-scss-module__t7BEda__menuIcon:before{top:-6px}.Header-module-scss-module__t7BEda__menuIcon:after{top:6px}.Header-module-scss-module__t7BEda__menuToggle[aria-expanded=true] .Header-module-scss-module__t7BEda__menuIcon{background:0 0}.Header-module-scss-module__t7BEda__menuToggle[aria-expanded=true] .Header-module-scss-module__t7BEda__menuIcon:before{top:0;transform:rotate(45deg)}.Header-module-scss-module__t7BEda__menuToggle[aria-expanded=true] .Header-module-scss-module__t7BEda__menuIcon:after{top:0;transform:rotate(-45deg)}.Header-module-scss-module__t7BEda__navLink{color:var(--color-text);border:1px solid var(--border-soft);background:0 0;border-radius:10px;padding:10px 14px;transition:background .2s,border-color .2s,color .2s}.Header-module-scss-module__t7BEda__navLink:hover,.Header-module-scss-module__t7BEda__navLink:focus-visible{border-color:var(--border-strong);outline:none}.Header-module-scss-module__t7BEda__navLinkActive{color:var(--color-accent);border-color:var(--border-strong);background:var(--card-surface-hover);box-shadow:inset 0 0 0 1px rgba(var(--surface-strong-rgb),.1),0 6px 16px rgba(var(--surface-strong-rgb),.22)}.Header-module-scss-module__t7BEda__actions{flex-shrink:0;align-items:center;gap:10px;display:flex}.Header-module-scss-module__t7BEda__adminMenu{position:relative}.Header-module-scss-module__t7BEda__adminToggle{border:1px solid var(--border-strong);background:rgba(var(--surface-muted-rgb),.9);color:var(--color-text);cursor:pointer;border-radius:10px;align-items:center;gap:6px;padding:8px 12px;transition:border-color .2s,background .2s,transform .15s;display:inline-flex}.Header-module-scss-module__t7BEda__adminToggle:hover,.Header-module-scss-module__t7BEda__adminToggle:focus-visible{border-color:var(--border-strong);background:rgba(var(--surface-strong-rgb),.95);outline:none;transform:translateY(-1px)}.Header-module-scss-module__t7BEda__adminCaret{opacity:.75;border-top:6px solid;border-left:5px solid #0000;border-right:5px solid #0000;width:0;height:0;display:inline-block}.Header-module-scss-module__t7BEda__adminDropdown{background:rgba(var(--surface-strong-rgb),.96);border:1px solid var(--border-strong);min-width:180px;box-shadow:var(--shadow-strong);z-index:10;border-radius:12px;flex-direction:column;gap:6px;padding:10px;display:flex;position:absolute;top:calc(100% + 8px);right:0}.Header-module-scss-module__t7BEda__adminLink{color:var(--color-text);border-radius:10px;padding:8px 10px;text-decoration:none;transition:background .15s,color .15s;display:block}.Header-module-scss-module__t7BEda__adminLink:hover,.Header-module-scss-module__t7BEda__adminLink:focus-visible{background:rgba(var(--surface-strong-rgb),.2);color:var(--color-text);outline:none}.Header-module-scss-module__t7BEda__themeToggle{border:1px solid var(--border-soft);background:rgba(var(--surface-strong-rgb),.45);color:var(--color-text);cursor:pointer;border-radius:12px;align-items:center;gap:8px;padding:9px 12px;transition:border-color .2s,background .2s,transform .15s;display:inline-flex}.Header-module-scss-module__t7BEda__themeToggle:hover,.Header-module-scss-module__t7BEda__themeToggle:focus-visible{border-color:var(--border-strong);background:rgba(var(--surface-strong-rgb),.65);outline:none;transform:translateY(-1px)}.Header-module-scss-module__t7BEda__themeDot{background:var(--color-accent);border-radius:50%;width:12px;height:12px;box-shadow:0 0 0 4px #4a8af724}@media (max-width:1100px){.Header-module-scss-module__t7BEda__header{flex-wrap:wrap;gap:12px}.Header-module-scss-module__t7BEda__nav{border:1px solid var(--border-strong);background:rgba(var(--surface-strong-rgb),.92);box-shadow:var(--shadow-strong);opacity:0;pointer-events:none;z-index:20;border-radius:18px;flex-direction:column;align-items:stretch;gap:10px;padding:18px;transition:opacity .2s,transform .2s;position:absolute;top:calc(100% + 12px);left:24px;right:24px;transform:translateY(-6px)}.Header-module-scss-module__t7BEda__navOpen{opacity:1;pointer-events:auto;transform:translateY(0)}.Header-module-scss-module__t7BEda__navLink{text-align:center;width:100%}.Header-module-scss-module__t7BEda__menuToggle{display:inline-flex}.Header-module-scss-module__t7BEda__actions{order:3;margin-left:auto}}@media (max-width:768px){.Header-module-scss-module__t7BEda__header{padding:24px}}@media (max-width:576px){.Header-module-scss-module__t7BEda__header{padding:12px}}
.Footer-module-scss-module__DkSkqG__footer{color:var(--color-text-muted);flex-direction:column;gap:14px;padding:36px 24px;font-size:14px;display:flex}.Footer-module-scss-module__DkSkqG__brand{color:var(--color-text);letter-spacing:-.2px;font-weight:600}.Footer-module-scss-module__DkSkqG__nav{flex-wrap:wrap;gap:18px;display:flex}.Footer-module-scss-module__DkSkqG__nav a{color:var(--color-text-muted);font-weight:500;text-decoration:none;position:relative}.Footer-module-scss-module__DkSkqG__nav a:hover{color:var(--color-text)}.Footer-module-scss-module__DkSkqG__nav a:after{content:"";background:var(--color-accent);width:0;height:2px;transition:width .2s;position:absolute;bottom:-3px;left:0}.Footer-module-scss-module__DkSkqG__nav a:hover:after{width:100%}.Footer-module-scss-module__DkSkqG__meta{color:var(--color-text-subtle);font-size:13px}.Footer-module-scss-module__DkSkqG__meta a{color:var(--color-text-muted);text-underline-offset:3px;text-decoration:underline}.Footer-module-scss-module__DkSkqG__meta a:hover{color:var(--color-text)}.Footer-module-scss-module__DkSkqG__links{color:var(--color-text-subtle);align-items:center;gap:10px;font-size:13px;display:inline-flex}.Footer-module-scss-module__DkSkqG__links a{color:inherit;text-decoration:underline;-webkit-text-decoration-color:var(--color-accent);text-decoration-color:var(--color-accent);text-underline-offset:3px;text-decoration-thickness:1.5px}.Footer-module-scss-module__DkSkqG__links a:hover{color:var(--color-text)}@media (max-width:640px){.Footer-module-scss-module__DkSkqG__footer{gap:12px;padding:28px 20px}.Footer-module-scss-module__DkSkqG__nav{gap:14px}}
