:root{--primary: #0f766e;--primary-dark: #115e59;--primary-light: #2dd4bf;--bg-light: #f0fdfa;--white: #ffffff;--text-main: #1e293b;--text-sub: #64748b;--border: #e2e8f0;--footer-bg: #111827;--footer-text: #9ca3af;--footer-border: #374151}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Pretendard,sans-serif;color:var(--text-main);line-height:1.6;background-color:var(--white)}a{text-decoration:none;color:inherit;transition:.3s}ul{list-style:none}button{border:none;cursor:pointer;font-family:inherit}.mobile-only{display:none}@media(max-width:768px){.mobile-only{display:block}}.sec-title{font-size:32px;font-weight:700;color:var(--primary-dark);margin-bottom:40px;text-align:center}.section-title{text-align:center;margin:100px 0 50px}.section-title h2{font-size:32px;color:var(--text-main);margin-bottom:10px}.section-title p{color:var(--text-sub)}.btn-primary{padding:16px 36px;background:var(--white);color:var(--primary-dark);font-size:16px;font-weight:700;border-radius:8px;display:inline-block;transition:.3s}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 10px 20px #0003}.btn-outline{padding:16px 36px;border:1px solid rgba(255,255,255,.5);color:var(--white);font-size:16px;font-weight:600;border-radius:8px;display:inline-block;background:transparent;transition:.3s}.btn-outline:hover{background:#ffffff1a;border-color:var(--white)}.btn-teal{background:var(--primary);color:var(--white);padding:10px 24px;border-radius:50px;font-weight:600;font-size:14px;display:inline-block;transition:.3s}.btn-teal:hover{background:var(--primary-dark);box-shadow:0 4px 12px #0f766e4d}@media(max-width:1024px){.section-title{margin:60px 0 30px}.sec-title{font-size:26px}}@media(max-width:768px){.btn-primary,.btn-outline{padding:12px 24px;font-size:14px}.section-title{margin:40px 0 24px}.sec-title{font-size:24px;margin-bottom:24px}.section-title h2{font-size:24px}.section-title p{font-size:14px}}header.svelte-oiwvqb{display:flex;justify-content:space-between;align-items:center;padding:0 5%;height:80px;background:#fff;backdrop-filter:blur(10px);border-bottom:1px solid rgba(15,118,110,.1);position:fixed;width:100%;top:0;z-index:1000}.logo.svelte-oiwvqb{display:flex;align-items:center;text-decoration:none;height:100%;z-index:1001}.logo.svelte-oiwvqb img:where(.svelte-oiwvqb){height:60px;width:auto;object-fit:contain}.logo-text.svelte-oiwvqb{display:flex;align-items:center;img:where(.svelte-oiwvqb){height:34px;width:auto;object-fit:contain}}nav.svelte-oiwvqb ul:where(.svelte-oiwvqb){display:flex;gap:64px;list-style:none;padding:0;margin:0}nav.svelte-oiwvqb a:where(.svelte-oiwvqb){font-weight:600;font-size:16px;color:var(--text-main);position:relative;text-decoration:none;transition:.3s}nav.svelte-oiwvqb a:where(.svelte-oiwvqb):hover{color:var(--primary)}nav.svelte-oiwvqb a:where(.svelte-oiwvqb):after{content:"";position:absolute;bottom:-5px;left:0;width:0%;height:2px;background:var(--primary);transition:.3s}nav.svelte-oiwvqb a:where(.svelte-oiwvqb):hover:after{width:100%}.header-right.svelte-oiwvqb{display:flex;align-items:center}.header-btn.svelte-oiwvqb{background:var(--primary);color:var(--white);padding:10px 24px;border-radius:50px;font-weight:600;font-size:14px;text-decoration:none;transition:.3s;white-space:nowrap}.header-btn.svelte-oiwvqb:hover{background:var(--primary-dark);box-shadow:0 4px 12px #0f766e4d}.mobile-menu-btn.svelte-oiwvqb{display:none;background:none;border:none;cursor:pointer;z-index:1001;padding:10px;margin-right:-10px}.hamburger.svelte-oiwvqb{width:24px;height:18px;position:relative;transform:rotate(0);transition:.5s ease-in-out}.hamburger.svelte-oiwvqb span:where(.svelte-oiwvqb){display:block;position:absolute;height:2px;width:100%;background:var(--text-main);border-radius:2px;opacity:1;left:0;transform:rotate(0);transition:.25s ease-in-out}.hamburger.svelte-oiwvqb span:where(.svelte-oiwvqb):nth-child(1){top:0}.hamburger.svelte-oiwvqb span:where(.svelte-oiwvqb):nth-child(2){top:8px}.hamburger.svelte-oiwvqb span:where(.svelte-oiwvqb):nth-child(3){top:16px}.hamburger.active.svelte-oiwvqb span:where(.svelte-oiwvqb):nth-child(1){top:8px;transform:rotate(135deg)}.hamburger.active.svelte-oiwvqb span:where(.svelte-oiwvqb):nth-child(2){opacity:0;left:-60px}.hamburger.active.svelte-oiwvqb span:where(.svelte-oiwvqb):nth-child(3){top:8px;transform:rotate(-135deg)}.mobile-nav-overlay.svelte-oiwvqb{position:fixed;top:0;left:0;width:100%;height:100vh;background:#00000080;backdrop-filter:blur(4px);z-index:998;opacity:0;visibility:hidden;transition:all .3s ease}.mobile-nav-overlay.open.svelte-oiwvqb{opacity:1;visibility:visible}.mobile-nav.svelte-oiwvqb{position:fixed;top:0;right:-300px;width:280px;height:100vh;background:var(--white);z-index:999;box-shadow:-5px 0 25px #0000001a;transition:right .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;padding:24px}.mobile-nav.open.svelte-oiwvqb{right:0}.mobile-nav-header.svelte-oiwvqb{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px;padding-bottom:20px;border-bottom:1px solid var(--border)}.mobile-nav-title.svelte-oiwvqb{font-size:20px;font-weight:700;color:var(--text-main)}.close-btn.svelte-oiwvqb{background:none;border:none;font-size:32px;color:var(--text-sub);cursor:pointer;line-height:1}.mobile-nav-list.svelte-oiwvqb{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:20px}.mobile-nav-list.svelte-oiwvqb a:where(.svelte-oiwvqb){display:block;font-size:18px;font-weight:600;color:var(--text-main);text-decoration:none;padding:8px 0;transition:color .2s}.mobile-nav-list.svelte-oiwvqb a:where(.svelte-oiwvqb):hover{color:var(--primary);padding-left:8px}.mobile-nav-footer.svelte-oiwvqb{margin-top:auto;padding-top:24px;border-top:1px solid var(--border)}.mobile-btn.svelte-oiwvqb{display:block;text-align:center;width:100%}@media(max-width:1024px){nav.svelte-oiwvqb{display:none}.desktop-btn.svelte-oiwvqb{display:none}.mobile-menu-btn.svelte-oiwvqb{display:block}}footer.svelte-1sr6y3t{background:var(--footer-bg);padding:30px 10%;color:var(--footer-text);font-size:14px}.footer-top.svelte-1sr6y3t{display:flex;justify-content:space-between;padding-bottom:20px;border-bottom:1px solid var(--footer-border);margin-bottom:20px}.footer-info.svelte-1sr6y3t p:where(.svelte-1sr6y3t){margin-bottom:5px}.footer-logo.svelte-1sr6y3t{font-size:14px;font-weight:700;color:var(--white);margin-bottom:10px}.footer-bottom.svelte-1sr6y3t p:where(.svelte-1sr6y3t){margin:0;text-align:center}@media(max-width:1024px){.footer-top.svelte-1sr6y3t{flex-direction:column;gap:40px}}
