@charset "UTF-8";
:root{--blue:#143ff0;--ink:#111d35;--muted:#637087;--line:#e4e9f0;--pale:#f5f7fb;--navy:#101e38}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0;color:var(--ink);background:#fff;font-family:"Pretendard","Noto Sans KR","Apple SD Gothic Neo","Malgun Gothic",sans-serif;font-size:16px;line-height:1.7;word-break:keep-all}a{color:inherit;text-decoration:none}button{font:inherit}a,button,summary{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid #6384ff;outline-offset:5px}button,a,summary{touch-action:manipulation}.container{width:min(1200px,calc(100% - 96px));margin-inline:auto}.skip{position:fixed;top:-100px;left:12px;z-index:100;background:#fff;padding:12px}.skip:focus{top:10px}.header{border-bottom:1px solid var(--line);background:#fffffffa}.nav{min-height:96px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:inline-flex;align-items:center;gap:12px;font-weight:800;font-size:24px;line-height:1.2;flex-shrink:0}.brand-mark{display:grid;place-items:center;width:39px;height:39px;background:var(--blue);border-radius:11px;color:#fff;font-family:Arial,sans-serif;font-size:28px;line-height:1;font-weight:800;padding-bottom:2px}.brand-en{display:block;font-size:10px;letter-spacing:2px;margin-top:6px;color:var(--muted)}nav{display:flex;gap:34px;font-size:14px;color:#46536a;margin-left:auto;margin-right:32px}nav a:hover,.text-link:hover{color:var(--blue)}.header-contact{padding:10px 17px;border:1px solid var(--line);border-radius:7px;font-size:14px;font-weight:700}.header-contact span{margin-left:20px}.hero{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;padding-top:100px;padding-bottom:104px}.eyebrow{display:flex;align-items:center;gap:10px;font-size:12px;letter-spacing:1.9px;font-weight:700;color:var(--blue)}.short-line{height:2px;width:26px;background:var(--blue)}h1{font-size:clamp(45px,4.5vw,66px);line-height:1.24;letter-spacing:-2.7px;margin:26px 0}h1 span{color:var(--blue)}.hero-description{font-size:18px;line-height:1.9;color:var(--muted);margin:0 0 33px}.hero-actions{display:flex;gap:24px;align-items:center;flex-wrap:wrap}.button{display:inline-flex;justify-content:center;align-items:center;gap:11px;min-height:54px;padding:14px 21px;border-radius:7px;font-size:15px;font-weight:700;transition:background .2s,transform .2s}.primary{color:#fff;background:var(--blue)}.primary:hover{background:#0b2dbd;transform:translateY(-1px)}.button svg{width:20px;height:20px}.button>span{margin-left:7px}.text-link{font-size:14px;font-weight:700}.text-link span{margin-left:7px}.contact-note{display:flex;align-items:center;gap:9px;font-size:12px;color:var(--muted);margin-top:19px;flex-wrap:wrap}.contact-note strong{color:#49556c;font-weight:600}.divider{width:1px;height:11px;background:#ced5e1}.video-column{min-width:0;scroll-margin-top:24px}.video-caption{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:14px;font-weight:600;margin-bottom:13px}.caption-number{font-size:10px;color:#8490a3;letter-spacing:1px;font-weight:500}.video-frame{aspect-ratio:16/10;border-radius:12px;overflow:hidden;background:var(--navy);box-shadow:0 24px 52px -27px #1b335780;position:relative}.video-empty{height:100%;padding:34px;display:flex;flex-direction:column;justify-content:space-between;color:white;background:linear-gradient(125deg,#102140,#0b1426)}.video-wordmark{font-size:clamp(36px,4.2vw,58px);font-family:Arial,sans-serif;font-weight:750;letter-spacing:2px;line-height:1.2;margin-top:12px}.video-wordmark>span{display:block;font-size:10px;letter-spacing:6px;font-weight:400;color:#b1c0dd;margin-top:10px}.video-empty-bottom{display:flex;align-items:center;justify-content:space-between;border-top:1px solid #ffffff24;padding-top:21px;gap:12px}.video-label{font-size:12px;color:#a6b6d6}.video-empty-bottom p{font-size:15px;margin:4px 0 0;color:#edf2ff}.video-symbol{font-size:30px;font-weight:300;color:#a5b8eb}.video-note{font-size:12px;margin:16px 0 0;color:#7a879c}.video-frame iframe{width:100%;height:100%;border:0;display:block}.intro-strip{background:var(--pale);border-block:1px solid var(--line)}.strip-inner{min-height:96px;display:flex;align-items:center;gap:28px}.strip-label{font-size:13px;font-weight:700;border-right:1px solid #d8dfeb;padding-right:28px;white-space:nowrap}.strip-inner p{font-size:16px;color:#4b5971}.strip-inner>a{margin-left:auto;white-space:nowrap;font-size:14px;color:var(--blue);font-weight:700}.strip-inner>a span{margin-left:12px}.faq-section{display:grid;grid-template-columns:1fr 1.5fr;gap:80px;padding-block:100px}.section-intro h2{font-size:36px;letter-spacing:-1.4px;line-height:1.45;margin:19px 0 18px}.section-intro p{font-size:15px;color:var(--muted);margin:0}.faq-list{border-top:2px solid var(--ink)}details{border-bottom:1px solid var(--line)}summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:25px 0;cursor:pointer;font-weight:600;font-size:16px}summary::-webkit-details-marker{display:none}summary>span{font-size:24px;font-weight:400;color:#7e8ba2;transition:transform .2s}details[open] summary>span{transform:rotate(45deg);color:var(--blue)}.answer{font-size:15px;color:var(--muted);padding:0 38px 25px 0;line-height:1.9}.answer a{color:var(--blue);text-decoration:underline;text-underline-offset:3px}.contact-section{padding-bottom:80px}.contact-panel{background:var(--blue);border-radius:12px;padding:47px 58px;display:flex;align-items:center;justify-content:space-between;gap:40px;color:white}.contact-panel .eyebrow{color:#c5d0ff;font-size:11px}.contact-panel h2{font-size:33px;line-height:1.4;letter-spacing:-1px;margin:17px 0}.contact-panel p{font-size:14px;color:#d7dfff;margin:0}.contact-actions{min-width:230px;text-align:center}.white{background:white;color:var(--blue);width:100%}.white:hover{background:#ebefff}.copy-button{cursor:pointer;color:white;background:transparent;border:0;font-size:13px;padding:17px 0 4px;display:flex;justify-content:center;align-items:center;gap:12px;width:100%}.contact-panel .copy-status{font-size:12px;min-height:21px;margin-top:3px}.footer{border-top:1px solid var(--line);min-height:105px;display:flex;align-items:center;gap:30px}.footer-brand{font-size:20px}.footer-brand .brand-mark{width:30px;height:30px;font-size:22px;border-radius:8px}.footer p{font-size:12px;color:var(--muted)}.footer>a:last-child{margin-left:auto;font-size:13px;color:#55647b}.footer>a:last-child span{margin-left:10px}.mobile-contact,.mobile-break{display:none}
@media(min-width:1400px){.hero{min-height:660px}.hero-copy{padding-bottom:6px}}
@media(max-width:1100px){.container{width:calc(100% - 64px)}.hero{gap:36px;padding-block:75px}.hero-actions{gap:18px}.button{padding-inline:17px}.video-empty{padding:26px}.faq-section{gap:50px}.contact-note{max-width:340px}.caption-number{display:none}}
@media(max-width:760px){html{scroll-padding-top:25px}.container{width:calc(100% - 40px)}.nav{min-height:78px;gap:12px}.brand{font-size:21px}.brand-mark{width:35px;height:35px}.brand-en{font-size:9px}nav{display:none}.header-contact{font-size:12px;padding:8px 11px}.header-contact span{margin-left:10px}.hero{grid-template-columns:1fr;gap:47px;padding-top:49px;padding-bottom:45px}.eyebrow{font-size:11px}h1{font-size:clamp(43px,10vw,62px);letter-spacing:-2px;margin-block:22px}.hero-description{font-size:16px;margin-bottom:25px}.hero-actions{gap:20px}.button{font-size:14px}.contact-note{font-size:12px;max-width:none}.video-frame{aspect-ratio:16/10}.video-wordmark{font-size:47px}.video-empty{padding:27px}.video-note{font-size:12px}.strip-inner{padding-block:23px;gap:9px;align-items:flex-start;flex-wrap:wrap}.strip-label{border:0;padding:0;width:100%;font-size:12px}.strip-inner p{margin:0;font-size:14px;flex:1 1 240px}.strip-inner>a{font-size:13px;margin-left:0}.faq-section{grid-template-columns:1fr;gap:32px;padding-block:62px}.section-intro h2{font-size:29px;margin:13px 0}.section-intro h2 br,.section-intro p br{display:none}.section-intro p{font-size:14px}.faq-list summary{font-size:15px;gap:14px;padding-block:22px}.answer{font-size:14px;padding-right:20px}.contact-section{padding-bottom:46px}.contact-panel{padding:32px 27px;gap:26px;align-items:stretch;flex-direction:column}.contact-panel h2{font-size:29px;margin-block:14px}.contact-actions{min-width:0}.contact-panel p{font-size:14px}.footer{flex-wrap:wrap;gap:12px;padding-block:25px;margin-bottom:79px}.footer p{margin:0 0 0 auto}.footer>a:last-child{margin-left:0;width:100%;font-size:12px}.mobile-contact{display:block;position:fixed;bottom:0;left:0;right:0;z-index:10;padding:10px 20px max(10px,env(safe-area-inset-bottom));background:#ffffffed;border-top:1px solid var(--line);backdrop-filter:blur(12px)}.mobile-contact .button{display:flex;width:100%;justify-content:space-between;min-height:49px}.mobile-contact .button span{font-size:13px;font-weight:500}.mobile-break{display:block}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
