:root {
  --navy:#293896;
  --navy-dark:#18245f;
  --green:#50b848;
  --paper:#fdfbf6;
  --white:#fff;
  --blue-pale:#edf3f8;
  --blue-mist:#dceaf3;
  --warm:#f6f1e6;
  --ink:#1b2a44;
  --muted:#5c667a;
  --line:rgba(27,42,68,.17);
  --shadow:0 24px 60px rgba(27,42,68,.12);
  --radius-xl:32px;
  --radius-lg:24px;
  --radius-md:16px;
  --font-head:"Manrope","Apple SD Gothic Neo","Malgun Gothic",system-ui,sans-serif;
  --font-body:"Instrument Sans","Apple SD Gothic Neo","Malgun Gothic",system-ui,sans-serif;
}
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;overflow-x:clip}
body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--font-body);font-size:clamp(1rem,1.1vw,1.125rem);line-height:1.7}
img{display:block;max-width:100%}
a{color:var(--navy);-webkit-tap-highlight-color:transparent}
a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid var(--green);outline-offset:4px}
h1,h2,h3,h4{margin:0;color:var(--navy);font-family:var(--font-head);font-weight:750;line-height:1.13;letter-spacing:-.025em}
h1{font-size:clamp(2.35rem,5.8vw,5.35rem)}
h2{font-size:clamp(2rem,4.3vw,3.75rem)}
h3{font-size:clamp(1.35rem,2.2vw,1.8rem)}
p{margin:0;max-width:65ch}
[lang="ko"]{word-break:keep-all}
.lp10-skip-link{position:absolute;left:1rem;top:-5rem;z-index:20;padding:.7rem 1rem;background:var(--white);color:var(--navy);border-radius:999px}
.lp10-skip-link:focus{top:1rem}
.lp10-site-header{position:relative;z-index:10;background:var(--navy);color:var(--white);border-bottom:1px solid rgba(255,255,255,.18)}
.lp10-site-header__inner{width:min(1280px,calc(100% - 2.5rem));min-height:82px;margin:auto;display:flex;align-items:center;gap:1.15rem}
.lp10-brand{display:flex;align-items:center;gap:.7rem;min-width:220px;color:var(--white);text-decoration:none}
.lp10-brand img{width:40px;height:40px;object-fit:contain}
.lp10-brand__name{font-family:var(--font-head);font-weight:750;line-height:1.05}
.lp10-brand__name span{display:block}
.lp10-brand__en{margin-top:.2rem;font-family:var(--font-body);font-size:.78rem;font-weight:500;opacity:.76}
.lp10-header-menu{position:relative;flex:1;min-width:0;color:var(--white)}
.lp10-header-menu>summary{display:none;cursor:pointer;list-style:none;border:1px solid rgba(255,255,255,.35);border-radius:999px;padding:.6rem .8rem;font-size:.85rem}
.lp10-header-menu>summary::-webkit-details-marker{display:none}
.lp10-primary-nav ul,.lp10-footer-links{list-style:none;margin:0;padding:0}
.lp10-primary-nav>ul{display:flex;justify-content:flex-end;align-items:center;flex-wrap:wrap;gap:.2rem .3rem}
.lp10-primary-nav a{display:block;color:var(--white);text-decoration:none;border-radius:999px;padding:.45rem .65rem;font-size:.82rem;line-height:1.25}
.lp10-primary-nav a:hover{background:rgba(255,255,255,.13)}
.lp10-route-label{display:block}
.lp10-header-cta{flex:none;display:inline-flex;align-items:center;justify-content:center;min-width:40px;min-height:48px;padding:.7rem 1rem;border-radius:999px;background:var(--green);color:var(--ink)!important;font-family:var(--font-head);font-size:.86rem;font-weight:750;text-decoration:none;visibility:visible}
.lp10-header-menu>.lp10-primary-nav{padding:0}
.lp10-page-main{overflow:clip}
.lp10-hero{position:relative;isolation:isolate;min-height:min(62rem,calc(100svh - 82px));display:flex;align-items:flex-end;background:var(--navy-dark);color:var(--white)}
.lp10-hero__media,.lp10-hero__shade{position:absolute;inset:0}
.lp10-hero__media{z-index:-3}
.lp10-hero__media img{width:100%;height:100%;object-fit:cover}
.lp10-hero__shade{z-index:-2;background:linear-gradient(90deg,rgba(24,36,95,.94) 0%,rgba(24,36,95,.73) 44%,rgba(24,36,95,.15) 100%),linear-gradient(0deg,rgba(24,36,95,.7),transparent 55%)}
.lp10-hero__inner{width:min(1280px,calc(100% - 2.5rem));margin:0 auto;padding:clamp(4rem,10vw,9rem) 0 clamp(4rem,8vw,7rem)}
.lp10-eyebrow{margin-bottom:1.2rem;color:#b8e8aa;font-family:var(--font-head);font-size:.78rem;font-weight:750;letter-spacing:.13em;line-height:1.45;text-transform:uppercase}
.lp10-hero h1{max-width:15ch;color:var(--white);text-wrap:balance}
.lp10-hero__description{margin-top:1.35rem;max-width:58ch;color:rgba(255,255,255,.86);font-size:clamp(1rem,1.5vw,1.25rem)}
.lp10-hero__actions{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:2rem}
.lp10-button{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:.75rem 1.05rem;border:1px solid rgba(255,255,255,.38);border-radius:999px;color:var(--white);font-family:var(--font-head);font-weight:750;text-decoration:none}
.lp10-button--primary{border-color:var(--green);background:var(--green);color:var(--ink)}
.lp10-content-section{padding:clamp(3.5rem,8vw,8rem) 0;background:var(--paper)}
.lp10-content-section--alt{background:var(--blue-pale)}
.lp10-content-wrap{width:min(1120px,calc(100% - 2.5rem));margin:0 auto}
.lp10-source-content{padding:clamp(1.5rem,4vw,3.5rem);background:var(--white);border:1px solid var(--line);border-radius:var(--radius-xl);box-shadow:var(--shadow)}
.lp10-source-content>*+*{margin-top:1.45rem}
.lp10-source-content h2,.lp10-source-content h3,.lp10-source-content h4{margin-top:2.7rem}
.lp10-source-content h2:first-child,.lp10-source-content h3:first-child{margin-top:0}
.lp10-source-content p,.lp10-source-content li{max-width:72ch}
.lp10-source-content ul,.lp10-source-content ol{padding-left:1.35rem}
.lp10-source-content blockquote{margin:2rem 0;padding:1.25rem 1.5rem;border-left:5px solid var(--green);background:var(--warm);border-radius:0 var(--radius-md) var(--radius-md) 0}
.lp10-source-content figure{margin:2.2rem 0}
.lp10-source-content figure img,.lp10-source-content>img{width:100%;max-height:38rem;object-fit:cover;border-radius:var(--radius-lg)}
.lp10-source-content figcaption{margin-top:.6rem;color:var(--muted);font-size:.9rem}
.lp10-source-content table{width:100%;border-collapse:collapse;display:block;overflow-x:auto}
.lp10-source-content th,.lp10-source-content td{padding:.7rem;border:1px solid var(--line);text-align:left;vertical-align:top}
.lp10-source-content th{background:var(--blue-pale);font-family:var(--font-head)}
.lp10-source-content label{display:block;margin-top:1rem;font-family:var(--font-head);font-weight:700}
.lp10-source-content input,.lp10-source-content select,.lp10-source-content textarea{width:100%;margin-top:.35rem;padding:.7rem;border:1px solid var(--line);border-radius:10px;background:var(--paper);font:inherit}
.lp10-source-content textarea{min-height:8rem}
.lp10-source-content button{padding:.7rem 1rem;border:1px solid var(--line);border-radius:999px;font:inherit}
.lp10-form-notice{padding:1rem;background:var(--warm);border-left:4px solid var(--green);border-radius:0 var(--radius-md) var(--radius-md) 0}
.lp10-reveal{opacity:1;transform:none}
.static-home-visible-headline{max-width:14ch;margin:0;color:var(--white);font-family:var(--font-head);font-size:clamp(2.35rem,5.8vw,5.35rem);font-weight:750;line-height:1.13;letter-spacing:-.025em;text-wrap:balance}
.lp10-site-footer{padding:clamp(3rem,7vw,6rem) 0 1.25rem;background:var(--navy-dark);color:rgba(255,255,255,.82)}
.lp10-site-footer__inner{width:min(1280px,calc(100% - 2.5rem));margin:0 auto}
.lp10-site-footer__top{display:grid;grid-template-columns:minmax(14rem,1fr) minmax(0,2fr);gap:3rem}
.lp10-footer-brand{color:var(--white);font-family:var(--font-head);font-size:1.25rem;font-weight:750}
.lp10-footer-brand__en{display:block;margin-top:.25rem;font-family:var(--font-body);font-size:.9rem;font-weight:400;opacity:.72}
.lp10-footer-phone{display:inline-block;margin-top:1rem;color:var(--white);font-family:var(--font-head);font-size:1.25rem;font-weight:750;text-decoration:none}
.lp10-footer-nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem}
.lp10-footer-nav h2{margin:0 0 .65rem;color:var(--white);font-size:1rem;letter-spacing:0}
.lp10-footer-links{display:flex;flex-wrap:wrap;gap:.45rem 1rem}
.lp10-footer-links a{color:rgba(255,255,255,.78);font-size:.86rem;text-decoration:none}
.lp10-footer-links a:hover{color:var(--white);text-decoration:underline;text-decoration-color:var(--green);text-underline-offset:4px}
.lp10-site-footer__bottom{display:flex;justify-content:space-between;gap:1rem;margin-top:3rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.18);font-size:.78rem}
.lp10-no-js-note{margin:0;color:rgba(255,255,255,.7);font-size:.78rem}
@media (max-width:1040px){
  .lp10-header-menu{flex:none;margin-left:auto}.lp10-header-menu>summary{display:block}.lp10-primary-nav{position:absolute;left:1.25rem;right:1.25rem;top:calc(100% + .5rem);padding:1rem;background:var(--navy-dark);border:1px solid rgba(255,255,255,.24);border-radius:var(--radius-md);box-shadow:var(--shadow)}.lp10-primary-nav>ul{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.3rem}.lp10-brand{min-width:0}.lp10-site-header__inner{width:min(100% - 1.5rem,1280px)}
}
@media (max-width:720px){
  .lp10-site-header__inner,.lp10-hero__inner,.lp10-content-wrap,.lp10-site-footer__inner{width:calc(100% - 1.5rem)}
  .lp10-brand img{width:34px;height:34px}.lp10-brand__name{display:none}.lp10-header-cta{min-height:46px;padding:.6rem .75rem;font-size:.78rem}
  .lp10-hero{min-height:calc(100svh - 70px)}.lp10-hero__inner{padding:4rem 0 4rem}.lp10-hero h1{max-width:12ch}.static-home-visible-headline{max-width:12ch}
  .lp10-hero__actions{align-items:stretch;flex-direction:column}.lp10-hero__actions .lp10-button{width:100%;justify-content:flex-start}
  .lp10-source-content{padding:1.25rem;border-radius:var(--radius-lg)}.lp10-footer-nav{grid-template-columns:1fr}.lp10-site-footer__top{grid-template-columns:1fr;gap:2rem}.lp10-site-footer__bottom{align-items:flex-start;flex-direction:column}
}
