/* LP9-derived full-site visual system: the approved Hanmaum visual language
   extended across the preserved 37-route static migration. */
:root{
  --lp9-navy:#293896;
  --lp9-navy-deep:#18245f;
  --lp9-green:#50b848;
  --lp9-paper:#fdfbf6;
  --lp9-white:#fff;
  --lp9-blue-pale:#e4eef5;
  --lp9-blue-mist:#d7e7f1;
  --lp9-warm:#f6f1e6;
  --lp9-ink:#1b2a44;
  --lp9-muted:#5c667a;
  --lp9-hairline:1px solid rgba(27,42,68,.18);
  --lp9-radius:14px;
  --lp9-radius-large:24px;
  --lp9-shadow:0 18px 40px rgba(27,42,68,.12);
  --font-head:"Manrope","Apple SD Gothic Neo","Malgun Gothic",sans-serif;
  --font-body:"Instrument Sans","Apple SD Gothic Neo","Malgun Gothic",sans-serif;
}
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;overflow-x:clip}
body{margin:0;background:var(--lp9-paper);color:var(--lp9-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(--lp9-navy);-webkit-tap-highlight-color:transparent}
a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid var(--lp9-green);outline-offset:4px}
h1,h2,h3,h4{margin:0;color:var(--lp9-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;top:-5rem;left:1rem;z-index:200;padding:.7rem 1rem;border-radius:var(--lp9-radius);background:var(--lp9-white);color:var(--lp9-navy);box-shadow:var(--lp9-shadow)}
.lp10-skip-link:focus{top:1rem}

/* The former generic navy/pill shell is replaced with LP9's calm paper masthead. */
.lp10-site-header{position:sticky;top:0;z-index:100;border-bottom:var(--lp9-hairline);background:var(--lp9-paper);color:var(--lp9-navy);backdrop-filter:blur(14px)}
.lp10-site-header__inner{width:min(1280px,calc(100% - 3rem));min-height:86px;margin:auto;display:flex;align-items:center;gap:clamp(.8rem,2vw,1.8rem)}
.lp10-brand{display:flex;align-items:center;min-width:0;color:var(--lp9-navy);text-decoration:none}
.lp10-brand img{width:120px;height:auto;flex:none;object-fit:contain}
.lp10-brand__name{font-family:var(--font-head);font-size:1rem;font-weight:800;line-height:1.1;white-space:nowrap}
.lp10-brand__name span{display:block}
.lp10-brand__en{margin-top:.18rem;color:var(--lp9-muted);font-family:var(--font-body);font-size:.7rem;font-weight:600;letter-spacing:.025em}
.lp10-header-menu{position:relative;min-width:0;margin-left:auto}
.lp10-header-menu>summary{display:none;cursor:pointer;list-style:none;border:var(--lp9-hairline);border-radius:var(--lp9-radius);padding:.55rem .85rem;background:var(--lp9-paper);color:var(--lp9-navy);font-family:var(--font-head);font-size:.83rem;font-weight:800}
.lp10-header-menu>summary::-webkit-details-marker{display:none}
.lp10-primary-nav ul,.lp10-footer-links{margin:0;padding:0;list-style:none}
.lp10-primary-nav>ul{display:flex;align-items:center;gap:clamp(.25rem,1vw,.8rem);white-space:nowrap}
.lp10-primary-nav a{display:block;padding:.45rem .32rem;color:var(--lp9-muted);font-family:var(--font-head);font-size:.79rem;font-weight:750;line-height:1.2;text-decoration:none}
.lp10-primary-nav a:hover{color:var(--lp9-navy);text-decoration:underline;text-decoration-color:var(--lp9-green);text-decoration-thickness:2px;text-underline-offset:5px}
.lp10-header-cta{display:inline-flex;min-height:42px;align-items:center;justify-content:center;border-radius:var(--lp9-radius);padding:.65rem .9rem;background:var(--lp9-navy);color:var(--lp9-white)!important;font-family:var(--font-head);font-size:.8rem;font-weight:800;line-height:1.15;text-decoration:none}
.lp10-header-cta:hover{background:var(--lp9-navy-deep)}

.lp10-page-main{overflow:clip}
.lp10-hero{position:relative;isolation:isolate;display:flex;min-height:min(44rem,calc(100svh - 68px));align-items:flex-end;background:var(--lp9-navy-deep);color:var(--lp9-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;object-position:center 40%}
.lp10-hero__shade{z-index:-2;background:linear-gradient(to top,rgba(20,30,52,.88) 0%,rgba(20,30,52,.5) 48%,rgba(20,30,52,.14) 76%)}
.lp10-hero__inner{width:min(1280px,calc(100% - 3rem));margin:auto;padding:clamp(4rem,9vw,8rem) 0 clamp(4rem,8vw,6rem)}
.lp10-eyebrow{margin:0 0 1rem;color:#b8e8aa;font-family:var(--font-head);font-size:.78rem;font-weight:800;letter-spacing:.13em;line-height:1.45;text-transform:uppercase}
.lp10-hero h1{max-width:16ch;color:var(--lp9-white);text-wrap:balance}
.lp10-hero__description{margin-top:1.25rem;max-width:56ch;color:rgba(255,255,255,.88);font-size:clamp(1rem,1.5vw,1.22rem)}
.lp10-hero__actions{display:flex;flex-wrap:wrap;gap:.85rem;margin-top:1.85rem}
.lp10-button{display:inline-flex;min-height:52px;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.45);border-radius:var(--lp9-radius);padding:.8rem 1.15rem;color:var(--lp9-white);font-family:var(--font-head);font-size:.95rem;font-weight:800;text-decoration:none}
.lp10-button--primary{border-color:var(--lp9-navy);background:var(--lp9-navy);color:var(--lp9-white)}
.lp10-button:hover{transform:translateY(-2px)}
.lp10-button--primary:hover{background:var(--lp9-navy-deep)}

.lp10-content-section{padding:clamp(4rem,9vw,8rem) 0;background:var(--lp9-paper)}
.lp10-content-section--alt{background:var(--lp9-blue-pale)}
.lp10-content-wrap{width:min(1080px,calc(100% - 3rem));margin:auto}
.lp10-source-content{max-width:76ch;margin:auto;padding:0;background:transparent;border:0;border-radius:0;box-shadow:none}
.lp10-source-content>*+*{margin-top:1.4rem}
.lp10-source-content h2{margin-top:3.25rem;font-size:clamp(1.9rem,3.7vw,3rem)}
.lp10-source-content h3{margin-top:1.1rem}
.lp10-source-content p,.lp10-source-content li{max-width:68ch}
.lp10-source-content ul,.lp10-source-content ol{padding-left:1.35rem}
.lp10-source-content li+li{margin-top:.55rem}
.lp10-source-content a{font-family:var(--font-head);font-weight:800;text-decoration-color:var(--lp9-green);text-decoration-thickness:2px;text-underline-offset:4px}
.lp10-source-content b{margin-right:.25em}
.lp10-source-content blockquote,.lp10-form-notice,.static-form-notice{margin:2rem 0;padding:1.15rem 1.35rem;border-left:4px solid var(--lp9-green);border-radius:0 var(--lp9-radius) var(--lp9-radius) 0;background:var(--lp9-warm)}
.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(--lp9-radius-large)}
.lp10-source-content figcaption{margin-top:.65rem;padding-left:.75rem;border-left:3px solid var(--lp9-green);color:var(--lp9-muted);font-size:.88rem}
.lp10-source-content table{display:block;width:100%;overflow-x:auto;border-collapse:collapse}
.lp10-source-content th,.lp10-source-content td{padding:.7rem;border:var(--lp9-hairline);text-align:left;vertical-align:top}
.lp10-source-content th{background:var(--lp9-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;border:var(--lp9-hairline);border-radius:var(--lp9-radius);padding:.7rem;background:var(--lp9-white);font:inherit}
.lp10-source-content input[type="radio"],.lp10-source-content input[type="checkbox"]{width:auto;margin:.2rem .45rem .2rem 0;padding:0;vertical-align:middle}
.lp10-source-content label:has(input[type="radio"]),.lp10-source-content label:has(input[type="checkbox"]){display:inline-flex;align-items:center;gap:.35rem;margin-right:1rem}
.lp10-source-content textarea{min-height:8rem}
.lp10-source-content button,.lp10-source-content input[type="submit"]{border:0;border-radius:var(--lp9-radius);padding:.75rem 1.1rem;background:var(--lp9-navy);color:var(--lp9-white);font:inherit;font-weight:800}
.lp10-reveal{opacity:1;transform:none}

.lp9-service-index{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(2rem,5vw,4rem);margin-top:2.4rem}
.lp9-service-index>section{padding-top:1.6rem;border-top:var(--lp9-hairline)}
.lp9-service-index h2{margin-top:0;font-size:clamp(1.55rem,2.8vw,2.2rem)}
.lp9-service-index h3{color:var(--lp9-muted);font-size:1.05rem;font-weight:650}
.lp9-service-index figure img{aspect-ratio:4/3}

.lp10-site-footer{margin-top:0;padding:clamp(3rem,7vw,5rem) 0 1.2rem;background:var(--lp9-navy);color:rgba(255,255,255,.8)}
.lp10-site-footer__inner{width:min(1280px,calc(100% - 3rem));margin:auto}
.lp10-site-footer__top{display:grid;grid-template-columns:minmax(14rem,.8fr) minmax(0,2fr);gap:clamp(2rem,6vw,5rem)}
.lp10-footer-brand{color:var(--lp9-white);font-family:var(--font-head);font-size:1.25rem;font-weight:800}
.lp10-footer-brand__en{display:block;margin-top:.25rem;font-family:var(--font-body);font-size:.88rem;font-weight:500;opacity:.75}
.lp10-footer-phone{display:inline-block;margin-top:1rem;color:var(--lp9-white);font-family:var(--font-head);font-size:1.2rem;font-weight:800;text-decoration:none}
.lp10-footer-nav h2{margin:0 0 .75rem;color:var(--lp9-white);font-size:1rem;letter-spacing:0}
.lp10-footer-links{columns:2;column-gap:2rem}
.lp10-footer-links li{break-inside:avoid;margin:0 0 .55rem}
.lp10-footer-links a{color:rgba(255,255,255,.8);font-size:.86rem;text-decoration:none}
.lp10-footer-links a:hover{color:var(--lp9-white);text-decoration:underline;text-decoration-color:var(--lp9-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,.2);font-size:.78rem}
.lp10-no-js-note{margin:0;color:rgba(255,255,255,.7);font-size:.78rem}

@media (max-width:1040px){
  .lp10-site-header__inner{width:calc(100% - 2rem);min-height:64px}
  .lp10-header-menu{margin-left:auto}
  .lp10-header-menu>summary{display:block}
  .lp10-primary-nav{position:absolute;top:calc(100% + .55rem);right:0;width:min(25rem,calc(100vw - 2rem));padding:.6rem;background:var(--lp9-paper);border:var(--lp9-hairline);border-radius:var(--lp9-radius-large);box-shadow:var(--lp9-shadow)}
  .lp10-primary-nav>ul{display:grid;grid-template-columns:1fr 1fr;gap:.15rem .6rem}
  .lp10-primary-nav a{padding:.65rem .45rem;color:var(--lp9-navy)}
}
@media (max-width:720px){
  .lp10-site-header__inner,.lp10-hero__inner,.lp10-content-wrap,.lp10-site-footer__inner{width:calc(100% - 1.5rem)}
  .lp10-site-header__inner{gap:.45rem}
  .lp10-brand{flex:0 0 auto;gap:0;overflow:visible}
  .lp10-brand img{width:82px;height:auto}.lp10-brand__name{display:none}.lp10-brand__en{display:none}
  .lp10-header-cta{flex:0 0 auto;min-height:40px;padding:.55rem .65rem;font-size:.72rem}
  .lp10-hero{min-height:calc(100svh - 64px)}.lp10-hero__inner{padding:4rem 0}.lp10-hero h1{max-width:12ch}
  .lp10-hero__actions{align-items:stretch;flex-direction:column}.lp10-hero__actions .lp10-button{width:100%;justify-content:flex-start}
  .lp10-primary-nav{right:-.25rem;width:calc(100vw - 1.5rem)}.lp10-primary-nav>ul{grid-template-columns:1fr}
  .lp9-service-index{grid-template-columns:1fr}.lp10-site-footer__top{grid-template-columns:1fr;gap:2rem}.lp10-footer-links{columns:1}.lp10-site-footer__bottom{align-items:flex-start;flex-direction:column}
}
