:root{color-scheme:light;--ink:#192322;--muted:#5b6563;--line:#dce2df;--accent:#e74624;--paper:#fafbf8;--green:#d7eb54;font-family:Arial,"Noto Sans KR","Malgun Gothic","Hiragino Kaku Gothic ProN","Microsoft YaHei",sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:2rem}body{margin:0;background:var(--paper);color:var(--ink);font-size:16px;line-height:1.65}a{color:inherit;text-underline-offset:5px}a:focus-visible,summary:focus-visible{outline:3px solid var(--accent);outline-offset:5px}header,main,footer{width:min(1160px,calc(100% - 80px));margin:auto}header{display:flex;justify-content:space-between;align-items:center;min-height:108px;border-bottom:1px solid var(--line);gap:20px}.wordmark{font-size:36px;font-weight:900;letter-spacing:-2px;text-decoration:none;line-height:1}.wordmark span{color:var(--accent)}nav{display:flex;align-items:center;gap:28px}nav a{text-decoration:none;font-size:15px}nav a:hover,nav a[aria-current]{color:var(--accent)}.languages{position:relative}.languages summary{cursor:pointer;list-style:none;font-size:14px;padding:8px 12px;border:1px solid var(--line);border-radius:8px;min-width:102px;display:flex;justify-content:space-between;gap:12px}.languages summary::-webkit-details-marker{display:none}.languages>div{position:absolute;right:0;top:48px;min-width:148px;background:white;border:1px solid var(--line);border-radius:10px;padding:8px;box-shadow:0 12px 32px #19232216;z-index:10}.languages a{display:block;padding:8px 12px;border-radius:6px}.languages a:hover{background:#f3f5ef}.eyebrow{font-size:12px;font-weight:700;letter-spacing:1.8px;margin:0 0 22px}.hero{padding-top:78px}.hero h1{font-size:clamp(44px,6.6vw,82px);font-weight:800;line-height:1.2;letter-spacing:-3px;margin:0 0 32px;word-break:keep-all}.hero-bottom{display:flex;align-items:center;justify-content:space-between;gap:30px}.lead{font-size:19px;line-height:1.9;max-width:630px;color:var(--muted)}.round-link{background:var(--green);width:64px;height:64px;border-radius:50%;display:grid;place-items:center;flex-shrink:0;text-decoration:none;font-size:30px}.company-strip{display:flex;gap:4vw;justify-content:space-between;border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin-top:62px;padding:16px 0;color:var(--ink);font-size:clamp(22px,5.6vw,64px);font-weight:800;letter-spacing:-1.5px}.company-strip span:last-child{color:var(--accent)}.about{display:grid;grid-template-columns:1fr 2fr;gap:60px;padding:66px 0}.about h2,.section-top h2{font-size:22px;margin:0;font-weight:700}.about p{max-width:660px;font-size:24px;line-height:1.7;margin:0;word-break:keep-all}.section-top{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:16px 0 24px}.section-top span{font-size:12px;letter-spacing:1px;color:var(--muted)}.product{background:#edf0ea;display:grid;grid-template-columns:1.05fr 1fr;border-radius:24px;overflow:hidden}.product-copy{padding:44px}.product-head{display:flex;gap:16px;align-items:center}.product-head img{border-radius:17px;flex-shrink:0}.product-head .eyebrow{margin:0 0 3px;font-size:12px;letter-spacing:.8px}.product-head h3{font-size:29px;line-height:1.3;margin:0;letter-spacing:-1px}.product h4{font-size:22px;line-height:1.5;margin:32px 0 10px}.product-copy>p{color:var(--muted);font-size:16px;line-height:1.9}.pills{display:flex;flex-wrap:wrap;gap:8px;margin:24px 0}.pills span{padding:6px 11px;border-radius:30px;border:1px solid #ccd3c9;font-size:13px}.text-link{font-weight:700;display:inline-block;margin-top:6px}.product-art{display:flex;align-items:center;padding:26px;background:#e4e9df}.product-art img{display:block;width:100%;height:auto;border-radius:18px}.contact{padding:85px 0 80px}.contact .eyebrow{color:var(--accent)}.contact h2{font-size:clamp(28px,3.7vw,44px);line-height:1.4;margin:0 0 12px;letter-spacing:-1px}.contact p:not(.eyebrow){color:var(--muted)}.contact>a{font-size:clamp(21px,3vw,32px);font-weight:700;overflow-wrap:anywhere}.document-heading{padding:60px 0 36px;border-bottom:1px solid var(--line);max-width:900px;margin:auto}.document-heading h1{font-size:clamp(32px,4.5vw,50px);line-height:1.3;letter-spacing:-1px;margin:0 0 20px}.date{font-size:14px;color:var(--muted);margin-top:24px}.document{max-width:900px;margin:0 auto 80px}.document section{padding:24px 0;border-bottom:1px solid var(--line)}.document h2{font-size:21px;margin:0 0 12px}.document p{font-size:16px;line-height:1.95;color:#46514e;margin:0;overflow-wrap:anywhere}.document a{color:#9d301b}footer{border-top:1px solid var(--line);padding:34px 0;display:flex;justify-content:space-between;align-items:center;gap:24px;flex-wrap:wrap}footer .wordmark{font-size:27px}footer p{font-size:12px;color:var(--muted);margin:0}footer nav{gap:22px}.skip{position:absolute;left:15px;top:-100px;background:white;padding:10px;z-index:20}.skip:focus{top:10px}@media(max-width:700px){header,main,footer{width:calc(100% - 40px)}header{min-height:82px}.wordmark{font-size:30px}header nav{gap:14px}header nav>a{font-size:14px}.hero{padding-top:48px}.hero h1{letter-spacing:-2px;font-size:44px}.lead{font-size:16px}.hero-bottom{gap:14px}.round-link{width:48px;height:48px}.company-strip{margin-top:40px;font-size:29px;letter-spacing:-1px}.about{grid-template-columns:1fr;gap:18px;padding:38px 0}.about h2,.section-top h2{font-size:20px}.about p{font-size:20px}.section-top span{font-size:11px}.product{grid-template-columns:1fr}.product-copy{padding:28px}.product-art{padding:20px}.product-art img{max-width:430px;margin:auto}.contact{padding:55px 0}.document-heading{padding-top:40px}.document h2{font-size:19px}.document p{font-size:16px}footer{gap:22px}footer nav{flex-wrap:wrap;gap:12px 18px}footer nav a{font-size:14px}footer p{width:100%}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}@media print{header,.languages,footer,.skip{display:none}main{width:100%}.document{margin:0}.document section{break-inside:avoid}.document-heading{padding-top:0}}
