.page.svelte-159m7cp{min-height:100vh;background:#06070d;color:#dde2ef;font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,Noto Sans KR,Apple SD Gothic Neo,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.container.svelte-159m7cp{max-width:1080px;margin:0 auto;padding:0 28px}.block.svelte-159m7cp{display:block}.badge.svelte-159m7cp{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:#4d7cf8;background:#4d7cf81a;border:1px solid rgba(77,124,248,.25);padding:5px 12px;border-radius:100px;margin-bottom:20px}.nav.svelte-159m7cp{position:sticky;top:0;z-index:100;border-bottom:1px solid rgba(255,255,255,.05);background:#06070dd9;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.nav-inner.svelte-159m7cp{max-width:1080px;margin:0 auto;padding:0 28px;height:60px;display:flex;align-items:center;gap:40px}.nav-logo.svelte-159m7cp{display:flex;align-items:center;gap:10px;text-decoration:none;color:inherit;flex-shrink:0}.nav-logo-img.svelte-159m7cp{width:28px;height:28px;border-radius:6px}.nav-logo-name.svelte-159m7cp{font-size:16px;font-weight:600;color:#f0f3fb;letter-spacing:-.02em}.nav-links.svelte-159m7cp{display:flex;align-items:center;gap:4px;flex:1}.nav-link.svelte-159m7cp{font-size:14px;color:#7a8498;text-decoration:none;padding:6px 12px;border-radius:6px;transition:color .15s,background .15s}.nav-link.svelte-159m7cp:hover{color:#dde2ef;background:#ffffff0f}.nav-lang.svelte-159m7cp{display:flex;align-items:center;gap:4px;flex-shrink:0}.lang-btn.svelte-159m7cp{background:none;border:none;cursor:pointer;font-size:13px;font-weight:500;color:#4a5268;padding:4px 6px;border-radius:4px;transition:color .15s;font-family:inherit}.lang-btn.svelte-159m7cp:hover{color:#9aa3b8}.lang-btn.active.svelte-159m7cp{color:#dde2ef}.lang-sep.svelte-159m7cp{color:#2a2e3e;font-size:13px}.btn.svelte-159m7cp{display:inline-flex;align-items:center;gap:8px;padding:11px 22px;border-radius:8px;font-size:14px;font-weight:500;text-decoration:none;transition:background .15s,color .15s,box-shadow .15s,transform .1s;cursor:pointer;font-family:inherit;border:none;white-space:nowrap}.btn.svelte-159m7cp:active{transform:translateY(1px)}.btn-primary.svelte-159m7cp{background:#4d7cf8;color:#fff;box-shadow:0 2px 12px #4d7cf859}.btn-primary.svelte-159m7cp:hover{background:#6090fb;box-shadow:0 4px 20px #4d7cf873}.btn-ghost.svelte-159m7cp{background:#ffffff0f;color:#9aa3b8;border:1px solid rgba(255,255,255,.1)}.btn-ghost.svelte-159m7cp:hover{background:#ffffff1a;color:#dde2ef}.hero.svelte-159m7cp{position:relative;overflow:hidden;padding:100px 0 120px}.hero-glow.svelte-159m7cp{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 70% 60% at 50% 110%,rgba(77,124,248,.16),transparent),radial-gradient(ellipse 50% 40% at 15% 40%,rgba(167,139,250,.08),transparent),radial-gradient(ellipse 40% 30% at 85% 20%,rgba(16,185,129,.05),transparent);pointer-events:none}.hero-grid.svelte-159m7cp{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:64px 64px;-webkit-mask-image:radial-gradient(ellipse 80% 80% at 50% 50%,black,transparent);mask-image:radial-gradient(ellipse 80% 80% at 50% 50%,black,transparent);pointer-events:none}.hero-content.svelte-159m7cp{position:relative;z-index:1}.hero-title.svelte-159m7cp{font-size:clamp(48px,7vw,80px);font-weight:700;line-height:1.05;letter-spacing:-.035em;color:#f0f3fb;margin-bottom:24px}.hero-metrics.svelte-159m7cp{display:flex;gap:20px;margin-bottom:32px;flex-wrap:wrap}.metric.svelte-159m7cp{display:flex;align-items:center;justify-content:center;height:40px;padding:0 16px;background:#4d7cf81a;border:1px solid rgba(77,124,248,.25);border-radius:8px}.metric-label.svelte-159m7cp{font-size:13px;font-weight:500;color:#4d7cf8;letter-spacing:.05em;text-transform:uppercase}.hero-subtitle.svelte-159m7cp{font-size:17px;line-height:1.75;color:#7a8498;max-width:640px;margin-bottom:40px}.hero-actions.svelte-159m7cp{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.section.svelte-159m7cp{padding:96px 0;border-top:1px solid rgba(255,255,255,.05)}.problem-section.svelte-159m7cp{background:#0d0f1a80}.problem-title.svelte-159m7cp{font-size:clamp(32px,4.5vw,48px);font-weight:700;line-height:1.1;letter-spacing:-.03em;color:#f0f3fb;margin-bottom:48px;text-align:center}.problem-grid.svelte-159m7cp{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px}@media (max-width: 600px){.problem-grid.svelte-159m7cp{grid-template-columns:1fr}}.problem-card.svelte-159m7cp{background:#0b0d1a;border:1px solid rgba(255,255,255,.07);border-radius:12px;padding:28px;display:flex;gap:16px;transition:border-color .2s,box-shadow .2s}.problem-card.svelte-159m7cp:hover{border-color:#ffffff21;box-shadow:0 8px 32px #0000004d}.problem-icon.svelte-159m7cp{flex-shrink:0;display:flex;align-items:center;justify-content:center}.problem-dot.svelte-159m7cp{display:block;width:8px;height:8px;border-radius:50%;background:#4d7cf8}.problem-text.svelte-159m7cp{display:flex;flex-direction:column;gap:12px}.problem-issue.svelte-159m7cp{font-size:15px;font-weight:600;color:#e8ebf5;line-height:1.4}.problem-solve.svelte-159m7cp{font-size:14px;color:#a78bfa;line-height:1.5;font-weight:500}.section-intro.svelte-159m7cp{margin-bottom:56px}.section-title.svelte-159m7cp{font-size:clamp(32px,4.5vw,48px);font-weight:700;line-height:1.1;letter-spacing:-.03em;color:#f0f3fb;margin-bottom:16px}.services-grid.svelte-159m7cp{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}@media (max-width: 680px){.services-grid.svelte-159m7cp{grid-template-columns:1fr}}.service-card.svelte-159m7cp{background:#0b0d1a;border:1px solid rgba(255,255,255,.07);border-radius:12px;padding:28px;transition:border-color .2s,box-shadow .2s;position:relative;overflow:hidden;display:flex;flex-direction:column}.service-card.svelte-159m7cp:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:var(--c);opacity:.4;transition:opacity .2s}.service-card.svelte-159m7cp:hover{border-color:#ffffff21;box-shadow:0 8px 32px #0000004d}.service-card.svelte-159m7cp:hover:before{opacity:.9}.service-header.svelte-159m7cp{display:flex;align-items:flex-start;gap:12px;margin-bottom:16px}.service-icon-wrap.svelte-159m7cp{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:10px;background:var(--cbg);border:1px solid rgba(255,255,255,.06);flex-shrink:0}.service-title.svelte-159m7cp{font-size:16px;font-weight:600;color:#e8ebf5;line-height:1.3}.service-tagline.svelte-159m7cp{font-size:13px;font-weight:500;color:#4d7cf8;margin-bottom:12px;letter-spacing:.03em}.service-desc.svelte-159m7cp{font-size:14px;line-height:1.7;color:#6a7386}.why-section.svelte-159m7cp{background:#080910}.why-inner.svelte-159m7cp{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}@media (max-width: 800px){.why-inner.svelte-159m7cp{grid-template-columns:1fr;gap:48px}}.why-title.svelte-159m7cp{font-size:clamp(36px,5vw,54px);font-weight:700;line-height:1.1;letter-spacing:-.03em;color:#f0f3fb;margin-bottom:24px}.why-body.svelte-159m7cp{font-size:15px;line-height:1.8;color:#6a7386}.why-right.svelte-159m7cp{display:flex;flex-direction:column;gap:4px;padding-top:8px}.why-points.svelte-159m7cp{display:flex;flex-direction:column;gap:20px}.why-point.svelte-159m7cp{display:flex;gap:16px;align-items:flex-start;padding:20px;border-radius:10px;border:1px solid transparent;transition:background .2s,border-color .2s}.why-point.svelte-159m7cp:hover{background:#ffffff08;border-color:#ffffff12}.why-point-num.svelte-159m7cp{display:flex;align-items:center;justify-content:center;width:32px;height:32px;min-width:32px;border-radius:8px;background:#4d7cf826;color:#4d7cf8;font-weight:600;font-size:14px}.why-point-text.svelte-159m7cp{font-size:15px;font-weight:500;color:#e8ebf5;line-height:1.5;padding-top:2px}@keyframes svelte-159m7cp-pulse{0%,to{opacity:.4;transform:scale(1)}50%{opacity:1;transform:scale(1.3)}}.contact-section.svelte-159m7cp{background:#080910}.contact-inner.svelte-159m7cp{text-align:center;max-width:600px;margin:0 auto}.contact-title.svelte-159m7cp{font-size:clamp(36px,5vw,54px);font-weight:700;line-height:1.1;letter-spacing:-.03em;color:#f0f3fb;margin-bottom:20px}.contact-sub.svelte-159m7cp{font-size:16px;line-height:1.7;color:#7a8498;margin-bottom:40px}.contact-btn.svelte-159m7cp{font-size:15px;padding:14px 28px}.footer.svelte-159m7cp{border-top:1px solid rgba(255,255,255,.05);padding-top:48px;padding-bottom:40px}.footer-inner.svelte-159m7cp{display:flex;justify-content:space-between;align-items:flex-start;gap:40px;margin-bottom:40px;flex-wrap:wrap}.footer-brand.svelte-159m7cp{display:flex;flex-direction:column;gap:10px}.footer-logo.svelte-159m7cp{display:flex;align-items:center;gap:8px;text-decoration:none;color:#e8ebf5;font-size:15px;font-weight:600}.footer-logo.svelte-159m7cp img:where(.svelte-159m7cp){width:24px;height:24px;border-radius:5px}.footer-corp.svelte-159m7cp{font-size:13px;color:#4a5268}.footer-email.svelte-159m7cp{font-size:13px;color:#4a5268;text-decoration:none;transition:color .15s}.footer-email.svelte-159m7cp:hover{color:#7a8498}.footer-links.svelte-159m7cp{display:flex;gap:24px;align-items:center;padding-top:4px}.footer-link.svelte-159m7cp{font-size:13px;color:#4a5268;text-decoration:none;transition:color .15s}.footer-link.svelte-159m7cp:hover{color:#7a8498}.footer-bottom.svelte-159m7cp{padding-top:24px;border-top:1px solid rgba(255,255,255,.04)}.footer-bottom.svelte-159m7cp p:where(.svelte-159m7cp){font-size:12px;color:#353848}@media (max-width: 600px){.hero.svelte-159m7cp{padding:72px 0 88px}.nav-links.svelte-159m7cp{display:none}.nav-inner.svelte-159m7cp{gap:16px}.nav-logo-name.svelte-159m7cp{font-size:15px}.section.svelte-159m7cp{padding:72px 0}.footer-inner.svelte-159m7cp{flex-direction:column;gap:32px}}
