@import "https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.css";
.Header-module__Pzgc7q__header{height:var(--header-height);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:100;border-bottom:1px solid var(--border-light);background-color:#ffffffe6;justify-content:space-between;align-items:center;width:100%;padding:0 2rem;display:flex;position:sticky;top:0}.Header-module__Pzgc7q__logo{letter-spacing:-.02em;color:var(--brand-blue);align-items:center;gap:.5rem;font-size:1.2rem;font-weight:700;display:flex}.Header-module__Pzgc7q__nav{gap:2rem;display:flex}.Header-module__Pzgc7q__navLink{color:var(--text-secondary);font-size:.95rem;font-weight:500;transition:color .2s}.Header-module__Pzgc7q__navLink:hover{color:var(--brand-tech)}@media (prefers-color-scheme:dark){.Header-module__Pzgc7q__header{background-color:#111111e6}}.Header-module__Pzgc7q__mobileMenuBtn{cursor:pointer;z-index:101;background:0 0;border:none;padding:.5rem;display:none}.Header-module__Pzgc7q__hamburger{flex-direction:column;justify-content:space-between;width:24px;height:18px;display:flex;position:relative}.Header-module__Pzgc7q__hamburger span{background-color:var(--text-primary);width:100%;height:2px;transition:all .3s;display:block}.Header-module__Pzgc7q__hamburger.Header-module__Pzgc7q__open span:first-child{transform:translateY(8px)rotate(45deg)}.Header-module__Pzgc7q__hamburger.Header-module__Pzgc7q__open span:nth-child(2){opacity:0}.Header-module__Pzgc7q__hamburger.Header-module__Pzgc7q__open span:nth-child(3){transform:translateY(-8px)rotate(-45deg)}@media (max-width:768px){.Header-module__Pzgc7q__mobileMenuBtn{display:block}.Header-module__Pzgc7q__nav{background-color:var(--bg-primary);z-index:100;width:100%;height:100vh;padding-top:var(--header-height);flex-direction:column;justify-content:center;align-items:center;gap:2rem;transition:right .3s;position:fixed;top:0;right:-100%}.Header-module__Pzgc7q__nav.Header-module__Pzgc7q__navOpen{right:0}.Header-module__Pzgc7q__navLink{font-size:1.5rem}}
.Footer-module__y_mvga__footer{background-color:var(--bg-secondary);border-top:1px solid var(--border-light);margin-top:auto;padding:3rem 2rem}.Footer-module__y_mvga__content{justify-content:space-between;align-items:flex-start;gap:4rem;display:flex}.Footer-module__y_mvga__leftColumn{flex-direction:column;gap:2rem;display:flex}.Footer-module__y_mvga__brand h3{color:var(--text-primary);margin-bottom:.25rem;font-size:1.25rem;font-weight:700}.Footer-module__y_mvga__slogan{color:var(--text-secondary);font-size:.9rem}.Footer-module__y_mvga__info{flex-direction:column;gap:.25rem;display:flex}.Footer-module__y_mvga__info p{color:var(--text-tertiary);font-size:.8rem;line-height:1.5}.Footer-module__y_mvga__copyright{color:var(--text-tertiary);opacity:.8;margin-top:1rem;font-size:.8rem}.Footer-module__y_mvga__links{flex-shrink:0;gap:4rem;display:flex}@media (max-width:768px){.Footer-module__y_mvga__content,.Footer-module__y_mvga__links{flex-direction:column;gap:2rem}}
:root{--bg-primary:#fff;--bg-secondary:#f8f9fa;--text-primary:#1a1a1a;--text-secondary:#666;--brand-blue:#036;--brand-orange:#ff6b00;--brand-tech:#05f;--border-light:#e5e7eb;--max-width:1200px;--header-height:64px}@media (prefers-color-scheme:dark){:root{--bg-primary:#111;--bg-secondary:#0a0a0a;--text-primary:#fff;--text-secondary:#a1a1aa;--border-light:#27272a}}html,body{max-width:100vw;overflow-x:hidden}body{color:var(--text-primary);background:var(--bg-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family: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;line-height:1.8}*{box-sizing:border-box;margin:0;padding:0}a{color:inherit;text-decoration:none}code{font-family:Fira Code,monospace}
