@import "https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;600;700&display=swap";
*{box-sizing:border-box;margin:0;padding:0}:root{--primary-color:#008db5;--primary-dark:#006d8f;--text-color:#1a1a1a;--text-muted:#666;--bg-color:#fff;--bg-light:#f8f9fa;--bg-dark:#0a0a0a;--border-color:#e5e5e5}body.dark-mode{--text-color:#f5f5f5;--text-muted:#a0a0a0;--bg-color:#0a0a0a;--bg-light:#1a1a1a;--bg-dark:#000;--border-color:#333}html{scroll-behavior:smooth}body{color:var(--text-color);background-color:var(--bg-color);font-family:Noto Sans KR,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6}.container{max-width:1200px;margin:0 auto;padding:0 20px}h1,h2,h3,h4,h5,h6{font-weight:300;line-height:1.3}.btn-primary{background-color:var(--primary-color);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:16px 32px;font-size:16px;font-weight:500;text-decoration:none;transition:all .3s;display:inline-block}.btn-primary:hover{background-color:var(--primary-dark);transform:translateY(-2px);box-shadow:0 4px 20px #008db54d}.btn-outline{background:var(--text-color);color:var(--bg-color);border:1px solid var(--text-color);white-space:nowrap;border-radius:50px;flex-shrink:0;align-items:center;gap:8px;padding:14px 24px;font-size:15px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.btn-outline:hover{opacity:.85;transform:translateY(-2px)}section{padding:120px 0}.section-title{text-align:center;margin-bottom:16px;font-size:clamp(28px,4vw,40px);font-weight:600}.section-subtitle{text-align:center;color:var(--text-muted);margin-bottom:60px;font-size:18px}@media (max-width:768px){section{padding:80px 0}}
.Navbar-module__O8Na-a__navbar{z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0a0a0acc;padding:20px 0;transition:all .3s;position:fixed;top:0;left:0;right:0}.Navbar-module__O8Na-a__navbar.Navbar-module__O8Na-a__scrolled{background:#0a0a0af2;box-shadow:0 2px 20px #0000004d}.Navbar-module__O8Na-a__navContainer{justify-content:space-between;align-items:center;max-width:1280px;margin:0 auto;padding:0 40px;display:flex}.Navbar-module__O8Na-a__logo{align-items:center;text-decoration:none;display:flex}.Navbar-module__O8Na-a__logo img{width:auto!important;height:50px!important}.Navbar-module__O8Na-a__navMenuWrapper{background:var(--bg-dark);border-radius:50px;padding:5px 6px;position:relative}.Navbar-module__O8Na-a__navSlider{pointer-events:none;background:#ffffff26;border-radius:50px;height:calc(100% - 10px);transition:all .3s cubic-bezier(.4,0,.2,1);position:absolute;top:5px}.Navbar-module__O8Na-a__navMenu{align-items:center;gap:0;list-style:none;display:flex;position:relative}.Navbar-module__O8Na-a__navMenu li a{color:#fff9;border-radius:50px;padding:10px 20px;font-size:15px;font-weight:400;text-decoration:none;transition:color .3s;display:block;position:relative}.Navbar-module__O8Na-a__navMenu li a:hover{color:#ffffffe6}.Navbar-module__O8Na-a__navMenu li a.Navbar-module__O8Na-a__navActive{color:#fff}.Navbar-module__O8Na-a__hamburger{cursor:pointer;flex-direction:column;gap:5px;display:none}.Navbar-module__O8Na-a__hamburger span{background-color:var(--text-color);width:25px;height:2px;transition:all .3s}body.dark-mode .Navbar-module__O8Na-a__hamburger span{background-color:#f5f5f5}@media (max-width:768px){.Navbar-module__O8Na-a__navContainer{padding:0 20px}.Navbar-module__O8Na-a__navMenuWrapper{border-radius:16px;padding:16px;display:none;position:absolute;top:70px;left:20px;right:20px}.Navbar-module__O8Na-a__navMenuWrapper.Navbar-module__O8Na-a__active{display:block}.Navbar-module__O8Na-a__navMenu{flex-direction:column;gap:8px}.Navbar-module__O8Na-a__navMenu li a{text-align:center;padding:12px 16px}.Navbar-module__O8Na-a__hamburger{display:flex}}
.Footer-module__yg9ahW__footer{background:var(--bg-dark);color:#fff;padding:80px 0 30px}.Footer-module__yg9ahW__footerContent{grid-template-columns:1fr 1fr auto;align-items:start;gap:40px;margin-bottom:40px;display:grid}.Footer-module__yg9ahW__footerCol p{color:#fff9;margin-bottom:6px;font-size:14px;line-height:1.6}.Footer-module__yg9ahW__footerCol.Footer-module__yg9ahW__footerRight{justify-content:flex-end;align-items:flex-start;display:flex}.Footer-module__yg9ahW__themeToggle{align-items:center;gap:10px;display:flex}.Footer-module__yg9ahW__sunIcon,.Footer-module__yg9ahW__moonIcon{color:#ffffff80;transition:color .3s}.Footer-module__yg9ahW__sunIcon{color:#fffc}body.dark-mode .Footer-module__yg9ahW__sunIcon{color:#ffffff80}body.dark-mode .Footer-module__yg9ahW__moonIcon{color:#60a5fa}.Footer-module__yg9ahW__toggleSwitch{cursor:pointer;width:44px;height:24px;display:inline-block;position:relative}.Footer-module__yg9ahW__toggleSwitch input{opacity:0;width:0;height:0}.Footer-module__yg9ahW__toggleSlider{background:#fff3;border-radius:24px;transition:all .3s;position:absolute;inset:0}.Footer-module__yg9ahW__toggleSlider:before{content:"";background:#fff;border-radius:50%;width:18px;height:18px;transition:all .3s;position:absolute;bottom:3px;left:3px}.Footer-module__yg9ahW__toggleSwitch input:checked+.Footer-module__yg9ahW__toggleSlider{background:#3b82f6}.Footer-module__yg9ahW__toggleSwitch input:checked+.Footer-module__yg9ahW__toggleSlider:before{transform:translate(20px)}.Footer-module__yg9ahW__footerBottom{border-top:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding-top:30px;display:flex}.Footer-module__yg9ahW__footerBottom p{color:#ffffff80;font-size:13px}.Footer-module__yg9ahW__privacyLink{color:#ffffff80;font-size:13px;text-decoration:none;transition:color .3s}.Footer-module__yg9ahW__privacyLink:hover{color:#fff}@media (max-width:768px){.Footer-module__yg9ahW__footerContent{text-align:center;grid-template-columns:1fr;gap:24px}.Footer-module__yg9ahW__footerCol.Footer-module__yg9ahW__footerRight{justify-content:center}.Footer-module__yg9ahW__footerBottom{text-align:center;flex-direction:column;gap:16px}}
