:root{--dot-color:#ccc;--background:#f0eee9;--foreground:#2d2d2d;--primary:#339af0;--primary-foreground:#fff;--secondary:#607d8b;--secondary-foreground:#fff;--accent:#fcc419;--accent-foreground:#fff;--surface:#fff;--surface-rgb:255, 255, 255;--surface-foreground:#2d2d2d;--border:#dcd9d4;--border-width:2px;--shadow-offset:4px;--font-sans:var(--font-pretendard), Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;--font-serif:var(--font-noto-serif-kr), var(--font-noto-serif-tc), var(--font-noto-serif-sc), var(--font-noto-serif-jp), serif;--font-hanja:var(--font-chosun-gs), var(--font-un-gungseo), var(--font-serif)}@media (prefers-color-scheme:dark){:root{--dot-color:#333;--background:#121212;--foreground:#f0eee9;--primary:#448aff;--primary-foreground:#121212;--secondary:#b0bec5;--secondary-foreground:#121212;--accent:#ef6c00;--accent-foreground:#121212;--surface:#1e1e1e;--surface-rgb:30, 30, 30;--surface-foreground:#f0eee9;--border:#333}}html,body{min-width:320px;max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);font-family:var(--font-sans);background-image:radial-gradient(var(--dot-color) 1px, transparent 1px);background-size:20px 20px}*{box-sizing:border-box;margin:0;padding:0}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:var(--font-sans);border:none}html.nprogress-busy body{cursor:wait}html.nprogress-busy main{opacity:.6;filter:blur(2px);pointer-events:none;transition:opacity .2s,filter .2s}.navigation-overlay{background-color:rgba(var(--surface-rgb), .4);-webkit-backdrop-filter:blur(1px);z-index:900;pointer-events:auto;justify-content:center;align-items:center;width:100vw;height:100dvh;display:none;position:fixed;top:0;left:0}html.nprogress-busy .navigation-overlay{display:flex}.navigation-spinner{border:5px solid rgba(var(--surface-rgb), .3);border-top:5px solid var(--primary);border-radius:50%;width:50px;height:50px;animation:.8s linear infinite navigation-spin}@keyframes navigation-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){html.nprogress-busy main{transition:none}.navigation-spinner{animation:none}}
.Footer-module__y_mvga__footer{background-color:var(--surface);border-top:1px solid var(--border);z-index:1000;justify-content:center;align-items:center;width:100%;height:45px;padding:0 1rem;display:flex;position:fixed;bottom:0;left:0}.Footer-module__y_mvga__container{flex-direction:row;justify-content:space-between;align-items:center;gap:1rem;width:100%;max-width:1000px;display:flex}.Footer-module__y_mvga__links{flex-wrap:wrap;justify-content:center;align-items:center;gap:.75rem;font-size:.85rem;display:flex}.Footer-module__y_mvga__link{color:var(--foreground);text-decoration:none;transition:opacity .2s ease-in-out}.Footer-module__y_mvga__link:hover{opacity:.7;text-decoration:underline}.Footer-module__y_mvga__divider{color:var(--border);font-size:.8rem}.Footer-module__y_mvga__copyright{color:var(--secondary);white-space:nowrap;font-size:.75rem}@media (max-width:480px){.Footer-module__y_mvga__container{gap:.5rem}.Footer-module__y_mvga__links{gap:.4rem;font-size:10px}.Footer-module__y_mvga__copyright{font-size:10px}}
