:root{--navy:#1b4e9b;--navy-dark:#143b75;--navy-deep:#0e2a54;--orange:#e8722a;--orange-dark:#c85a18;--orange-soft:#fdf1e8;--white:#fff;--bg:#f5f7fa;--surface:#fff;--line:#dde3ec;--text:#17202e;--muted:#4a5567;--fs-base:19px;--fs-sm:17px;--fs-lg:21px;--radius:14px;--radius-lg:20px;--shadow:0 6px 20px #0e2a5414;--shadow-md:0 12px 32px #0e2a541f;--maxw:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:hidden}body{background:var(--bg);color:var(--text);font-family:Noto Sans KR,Malgun Gothic,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:var(--fs-base);-webkit-font-smoothing:antialiased;word-break:keep-all;overflow-wrap:break-word;margin:0;line-height:1.75}img{max-width:100%;height:auto;display:block}h1,h2,h3,h4{color:var(--navy-deep);text-wrap:balance;margin:0 0 .5em;line-height:1.3}h1{font-size:clamp(28px,4vw,40px);font-weight:800}h2{font-size:clamp(23px,3vw,30px);font-weight:800}h3{font-size:clamp(20px,2.2vw,24px);font-weight:700}p{margin:0 0 1em}a{color:var(--navy)}.en{color:var(--muted);font-size:.88em;font-weight:400;line-height:1.55;display:block}body[data-lang=kr] .en{display:none}body[data-lang=en] .en{color:inherit;font-size:1em}body[data-lang=en] .kr-only{display:none}.lang-switch{background:#ffffff1f;border-radius:999px;gap:4px;padding:4px;display:inline-flex}.lang-switch button{color:#ffffffbf;letter-spacing:.04em;cursor:pointer;background:0 0;border:0;border-radius:999px;min-width:52px;min-height:44px;padding:0 14px;font-size:1rem;font-weight:700}.lang-switch button[aria-pressed=true]{background:var(--orange);color:#fff}.lang-switch button:hover{color:#fff}.nav-actions{flex-wrap:wrap;align-items:center;gap:12px;display:flex}a:focus-visible,button:focus-visible,select:focus-visible,input:focus-visible,textarea:focus-visible{outline:3px solid var(--orange);outline-offset:3px;border-radius:6px}.container{width:100%;max-width:var(--maxw);margin:0 auto;padding:0 20px}.skip-link{z-index:200;background:var(--white);color:var(--navy);border:3px solid var(--navy);border-radius:10px;padding:12px 18px;font-weight:800;text-decoration:none;position:absolute;top:8px;left:-9999px}.skip-link:focus{left:12px}.site-header{z-index:100;background:var(--navy-deep);border-bottom:4px solid var(--orange);position:sticky;top:0}.nav-wrap{flex-wrap:wrap;align-items:center;gap:10px 22px;padding-top:12px;padding-bottom:12px;display:flex}.brand{color:var(--white);align-items:baseline;gap:10px;margin-right:auto;font-size:22px;font-weight:800;text-decoration:none;display:flex}.brand .brand-tag{color:var(--orange);white-space:nowrap;font-size:14px;font-weight:600}.nav-menu{flex-wrap:wrap;align-items:center;gap:6px;margin:0;padding:0;list-style:none;display:flex}.nav-menu a{color:#ffffffeb;white-space:nowrap;border-radius:10px;padding:11px 15px;font-size:17px;font-weight:700;text-decoration:none;display:block}.nav-menu a .en{color:#ffffff9e}.nav-menu a:hover{color:var(--white);background:#ffffff24}.nav-menu a:hover .en{color:#ffffffd9}.nav-menu a[aria-current=page] .en{color:#ffffffeb}.nav-menu a[aria-current=page]{background:var(--orange);color:var(--white)}.nav-call{background:var(--orange);white-space:nowrap;border-radius:999px;padding:11px 18px;font-weight:800;text-decoration:none;display:inline-block;color:var(--white)!important}.nav-call:hover{background:var(--orange-dark)}.btn{min-height:56px;font-size:var(--fs-lg);cursor:pointer;border:2px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:8px;padding:14px 26px;font-weight:800;text-decoration:none;transition:background-color .15s,border-color .15s,transform .12s;display:inline-flex}.btn:hover{transform:translateY(-1px)}.btn:active{transform:translateY(0)}.btn-primary{background:var(--orange);color:var(--white);border-color:var(--orange)}.btn-primary:hover{background:var(--orange-dark);border-color:var(--orange-dark)}.btn-navy{background:var(--navy);color:var(--white);border-color:var(--navy)}.btn-navy:hover{background:var(--navy-dark);border-color:var(--navy-dark)}.btn-outline{background:var(--white);color:var(--navy);border-color:var(--navy)}.btn-outline:hover{background:var(--navy);color:var(--white)}.btn-ghost-light{color:var(--white);background:0 0;border-color:#ffffffbf}.btn-ghost-light:hover{background:var(--white);color:var(--navy-deep);border-color:var(--white)}.btn-row{flex-wrap:wrap;gap:14px;display:flex}.hero{background:linear-gradient(135deg, var(--navy-deep) 0%, var(--navy) 55%, var(--navy-dark) 100%);color:var(--white);padding:60px 0}.hero-grid{grid-template-columns:1.15fr .85fr;align-items:center;gap:44px;display:grid}.hero h1{color:var(--white);margin-bottom:12px}.hero .en{color:#ffffffd1}.hero-eyebrow{background:var(--orange);color:var(--white);letter-spacing:.12em;text-transform:uppercase;border-radius:999px;margin-bottom:14px;padding:7px 16px;font-size:15px;font-weight:800;display:inline-block}.hero-tag{color:var(--orange);margin-bottom:10px;font-size:clamp(20px,2.4vw,25px);font-weight:800}.hero-lead{font-size:var(--fs-lg);margin-bottom:26px}.hero-note{font-size:var(--fs-sm);color:#ffffffc7;margin:26px 0 0}.hero-media{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);padding:20px}.section{padding:62px 0}.section-alt{background:var(--white)}.section-head{margin-bottom:34px}.section-head h2{margin-bottom:6px}.section-head h2:after{content:"";background:var(--orange);border-radius:999px;width:76px;height:5px;margin-top:14px;display:block}.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden}.grid{gap:22px;display:grid}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.process-card{color:inherit;flex-direction:column;text-decoration:none;transition:transform .14s,box-shadow .14s,border-color .14s;display:flex}.process-card:hover{box-shadow:var(--shadow-md);border-color:var(--orange);transform:translateY(-3px)}.process-card img{object-fit:cover;background:var(--bg);border-bottom:1px solid var(--line);width:100%;height:190px}.process-card .card-body{flex:1;padding:20px}.process-card h3{color:var(--navy);margin-bottom:6px}.process-card .card-desc{margin-bottom:4px;font-weight:700}.process-card .card-go{color:var(--orange-dark);font-weight:800;font-size:var(--fs-sm);margin-top:12px;display:inline-block}.badge{background:var(--orange-soft);border:1px solid var(--orange);color:var(--orange-dark);border-radius:999px;padding:6px 14px;font-size:15px;font-weight:800;display:inline-block}.note{background:var(--orange-soft);border-left:6px solid var(--orange);border-radius:0 var(--radius) var(--radius) 0;font-size:var(--fs-sm);padding:18px 22px}.note :last-child{margin-bottom:0}.table-wrap{border:1px solid var(--line);border-radius:var(--radius);background:var(--white);-webkit-overflow-scrolling:touch;overflow-x:auto}table{border-collapse:collapse;width:100%;min-width:680px;font-size:var(--fs-sm)}caption{caption-side:top;text-align:left;color:var(--navy-deep);background:var(--white);border-bottom:1px solid var(--line);padding:16px 18px;font-weight:800}th,td{text-align:left;border-bottom:1px solid var(--line);vertical-align:middle;padding:15px 16px}thead th{background:var(--navy);color:var(--white);white-space:nowrap;font-weight:800}thead th .en{color:#ffffffc7}tbody th{background:var(--bg);color:var(--navy-deep);white-space:nowrap;font-weight:800}tbody tr:last-child th,tbody tr:last-child td{border-bottom:0}tbody tr:hover td{background:var(--orange-soft)}td strong{color:var(--orange-dark)}.step{background:var(--white);border:1px solid var(--line);border-left:6px solid var(--navy);border-radius:0 var(--radius) var(--radius) 0;box-shadow:var(--shadow);margin-bottom:16px;padding:20px 24px}.step-title{font-size:var(--fs-lg);color:var(--navy-deep);align-items:center;gap:12px;margin-bottom:12px;font-weight:800;display:flex}.step-num{background:var(--orange);width:40px;height:40px;color:var(--white);border-radius:50%;flex:0 0 40px;justify-content:center;align-items:center;font-size:19px;font-weight:800;display:inline-flex}.step ul{margin:0;padding-left:22px}.step li{margin-bottom:10px}.step li:last-child{margin-bottom:0}.step .hl{color:var(--orange-dark);font-weight:800}.stats{background:linear-gradient(135deg, var(--navy-deep), var(--navy));color:var(--white);padding:54px 0}.stats h2{color:var(--white)}.stats .section-head h2:after{background:var(--orange)}.stat-card{border-radius:var(--radius);text-align:center;color:var(--white);background:#ffffff14;border:1px solid #ffffff38;padding:26px 20px;text-decoration:none;transition:background-color .14s,transform .14s,border-color .14s;display:block}a.stat-card:hover{border-color:var(--orange);background:#ffffff29;transform:translateY(-3px)}.stat-num{color:var(--orange);margin-bottom:8px;font-size:clamp(30px,3.4vw,40px);font-weight:800;line-height:1.15}.stat-label{font-weight:700;font-size:var(--fs-sm)}.stat-card .en{color:#ffffffb8}.stat-more{background:#ffffff24;border-radius:999px;margin-top:12px;padding:8px 16px;font-size:15px;font-weight:800;display:inline-block}.company-list{grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:12px;margin:0;padding:0;list-style:none;display:grid}.company-list li{background:var(--white);border:1px solid var(--line);text-align:center;border-radius:10px;padding:14px 16px;font-weight:700}.company-more{border-radius:var(--radius);background:var(--navy);color:var(--white);text-align:center;font-size:var(--fs-lg);margin-top:22px;padding:18px;font-weight:800}.buy-card{height:100%;padding:24px}.buy-card h3{color:var(--orange-dark)}.buy-card dl{margin:0}.buy-card dt{color:var(--navy-deep);margin-top:12px;font-weight:800}.buy-card dd{margin:2px 0 0}.buy-card a{font-weight:700}.product-card{height:100%;padding:20px}.product-card img{object-fit:contain;background:var(--bg);border-radius:10px;width:100%;height:210px;margin-bottom:16px;padding:10px}.product-card h3{margin-bottom:2px}.product-card .origin{color:var(--orange-dark);margin-bottom:12px;font-size:15px;font-weight:800;display:inline-block}.product-card dt{color:var(--navy-deep);margin-top:10px;font-weight:800}.product-card dd{font-size:var(--fs-sm);margin:2px 0 0}.feature-list{margin:0;padding:0;list-style:none}.feature-list li{border-bottom:1px solid var(--line);padding:14px 0 14px 40px;font-weight:700;position:relative}.feature-list li:last-child{border-bottom:0}.feature-list li:before{content:"✓";background:var(--orange);width:26px;height:26px;color:var(--white);border-radius:50%;justify-content:center;align-items:center;font-size:15px;font-weight:800;display:flex;position:absolute;top:13px;left:6px}.feature-list .en{font-weight:400}.effect-card{height:100%;padding:24px}.effect-tag{background:var(--navy);color:var(--white);border-radius:999px;margin-bottom:12px;padding:6px 14px;font-size:15px;font-weight:800;display:inline-block}.effect-card p{margin-bottom:6px;font-weight:700}.form-field{margin-bottom:20px}.form-field label{color:var(--navy-deep);margin-bottom:8px;font-weight:800;display:block}.form-field input,.form-field select,.form-field textarea{border:2px solid var(--line);background:var(--white);width:100%;min-height:56px;color:var(--text);font-family:inherit;font-size:var(--fs-base);border-radius:10px;padding:14px 16px}.form-field textarea{resize:vertical;min-height:150px}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:var(--orange)}.form-msg{opacity:0;border-radius:10px;max-height:0;margin:0;padding:0;font-weight:700;transition:opacity .15s;overflow:hidden}.form-msg.is-visible{opacity:1;max-height:none;margin-top:16px;padding:14px 18px}.required{color:var(--orange-dark);margin-left:4px;font-weight:800}.form-msg.is-ok{background:var(--orange-soft);border:1px solid var(--orange);color:var(--orange-dark)}.form-msg.is-error{color:#a62828;background:#fdecec;border:1px solid #d14343}.review-item{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);margin-bottom:14px;padding:18px 20px}.review-head{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:8px;display:flex}.review-name{color:var(--navy-deep);font-weight:800}.review-meta{color:var(--muted);font-size:var(--fs-sm)}.review-stars{color:var(--orange);letter-spacing:2px;font-weight:800}.btn-del{background:var(--white);color:#a62828;cursor:pointer;border:2px solid #d14343;border-radius:999px;min-height:44px;margin-left:auto;padding:8px 16px;font-size:15px;font-weight:800}.btn-del:hover{color:var(--white);background:#d14343}.site-footer{background:var(--navy-deep);color:#ffffffe6;padding:54px 0 0}.site-footer h2{color:var(--white);margin-bottom:6px;font-size:23px}.site-footer a{color:var(--white)}.footer-grid{grid-template-columns:1.2fr .8fr;gap:34px;padding-bottom:34px;display:grid}.footer-panel{border-radius:var(--radius);background:#ffffff0f;border:1px solid #ffffff24;padding:24px}.contact-list{margin:0;padding:0;list-style:none}.contact-list li{border-bottom:1px solid #ffffff1f;grid-template-columns:78px 1fr;gap:12px;padding:11px 0;display:grid}.contact-list li:last-child{border-bottom:0}.contact-list .label{color:var(--orange);font-weight:800}.contact-list .en{color:#ffffffad}.contact-list a{overflow-wrap:anywhere;font-weight:700}.footer-legal{color:#ffffffb8;text-align:center;border-top:1px solid #ffffff29;padding:22px 0 30px;font-size:15.5px}.footer-legal p{margin:0 0 6px}.footer-legal p:last-child{margin-bottom:0}.floating-call{z-index:90;background:var(--orange);min-height:58px;color:var(--white);border-radius:999px;align-items:center;gap:8px;padding:14px 22px;font-weight:800;text-decoration:none;display:inline-flex;position:fixed;bottom:18px;right:18px;box-shadow:0 10px 26px #0e2a544d}.floating-call:hover{background:var(--orange-dark)}@media (width<=980px){.hero-grid{grid-template-columns:1fr;gap:30px}.hero-media{order:-1}.grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-grid{grid-template-columns:1fr}}@media (width<=760px){:root{--fs-base:18px;--fs-lg:20px}.section,.hero{padding:44px 0}.nav-wrap{gap:10px;padding-bottom:10px}.brand{width:100%;margin-right:0;font-size:20px}.nav-wrap nav{width:100%}.nav-menu{justify-content:flex-start;width:100%}.nav-menu a{white-space:normal;padding:10px 12px;font-size:16px}.nav-menu li{flex:0 auto}.nav-call{text-align:center;width:100%}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.btn{width:100%;max-width:100%}.btn-row,.btn-row .btn{width:100%}.floating-call{padding:13px 18px;bottom:12px;right:12px}}@media (width<=420px){.contact-list li{grid-template-columns:1fr;gap:2px}}@media print{.site-header,.floating-call,.btn,.skip-link{display:none!important}body{background:#fff;font-size:12pt}.card,.step,.table-wrap{box-shadow:none;border-color:#999}}.section-eyebrow{color:var(--orange-dark);font-size:var(--fs-sm);letter-spacing:.12em;text-transform:uppercase;margin-bottom:6px;font-weight:800;display:block}.card-apps{margin-top:14px}.card-apps h4{color:var(--muted);font-size:var(--fs-sm);margin:0 0 6px;font-weight:700}.card-apps ul{flex-wrap:wrap;gap:6px;margin:0;padding:0;list-style:none;display:flex}.card-apps li{border:1px solid var(--line);background:var(--orange-soft);color:var(--navy-deep);font-size:var(--fs-sm);border-radius:999px;padding:6px 12px}.card-hint{color:var(--muted);font-size:var(--fs-sm);margin:10px 0 0}.assumptions dl{margin:14px 0 0}.assumptions dl>div{border-top:1px solid var(--line);padding:12px 0}.assumptions dt{color:var(--navy-deep);font-weight:700}.assumptions dd{margin:4px 0 0}.page--doc{padding:42px 0 64px}.page--doc .lead{font-size:var(--fs-lg)}.doc-section{margin-top:30px}.doc-list{margin:0;padding-left:1.3em}.doc-list li{margin-bottom:10px}.doc-trademark{border-top:1px solid var(--line);color:var(--muted);font-size:var(--fs-sm);margin-top:34px;padding-top:18px}.footer-privacy{margin-bottom:10px}.footer-privacy a{color:#fff;font-weight:700}.footer-privacy-lead{color:#ffffffad;font-size:var(--fs-sm);display:block}.section--notfound{text-align:center;padding:70px 0 90px}.section--notfound .btn-row{justify-content:center}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.brand .brand-tag{white-space:normal;overflow-wrap:anywhere}@media (width<=720px){.brand{font-size:19px}.brand .brand-tag{font-size:12px;line-height:1.4}}.contact-list a,.footer-privacy a,.doc-list a{min-height:44px;line-height:44px;display:inline-block}.form-field label{flex-wrap:wrap;align-items:baseline;gap:4px;display:flex}.form-field label .en{display:inline}body[data-lang=kr] .form-field label .en{display:none}.required{margin-left:0}.contact-list .label{white-space:nowrap;overflow-wrap:normal}.brand{flex-wrap:wrap;align-items:center;gap:4px 14px}.brand-name{white-space:nowrap;border-left:3px solid var(--orange);flex-direction:column;justify-content:center;padding-left:15px;line-height:1;display:inline-flex}.brand-ko{letter-spacing:.42em;text-indent:.42em;color:var(--orange);margin-bottom:5px;font-size:12.5px;font-weight:600}.brand-en{letter-spacing:.015em;color:var(--white);font-size:29px;font-weight:800}@media (width<=900px){.brand-en{font-size:25px}}@media (width<=720px){.brand-name{border-left-width:3px;padding-left:12px}.brand-ko{letter-spacing:.34em;text-indent:.34em;font-size:11px}.brand-en{font-size:22px}}@media print{.site-header,.floating-call,.lang-switch,.nav-actions,.skip-link,.btn-row{display:none!important}body{background:#fff;font-size:12pt}.site-footer{color:#000!important;background:#fff!important}.site-footer *{color:#000!important}.card,.section{break-inside:avoid;box-shadow:none!important}a[href^=tel\:]:after,a[href^=mailto\:]:after{content:" (" attr(href) ")"}.en{display:block!important}}.form-hint{border-left:4px solid var(--orange);background:var(--orange-soft);font-size:var(--fs-sm);border-radius:0 8px 8px 0;margin:-6px 0 18px;padding:12px 14px;line-height:1.6}.form-hint a{font-weight:700}.sr-only{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;position:absolute!important}.form-note{border-top:1px solid var(--line);color:var(--muted);font-size:var(--fs-sm);margin:18px 0 0;padding-top:16px;line-height:1.6}.form-note a{font-weight:700}.brand-tag-emphasis{color:var(--white);font-weight:700}.about-bottles-card{background:linear-gradient(180deg, var(--orange-soft) 0%, var(--surface) 60%);justify-content:center;display:flex}.about-bottles-img{width:100%;max-width:560px;margin:0 auto}.click-hint{border:1.5px solid var(--orange);color:var(--orange-dark);background:var(--orange-soft);font-size:var(--fs-sm);letter-spacing:.03em;border-radius:999px;align-items:center;gap:7px;margin-top:10px;padding:7px 16px 7px 12px;font-weight:700;display:inline-flex}.click-hint svg{color:var(--orange);flex-shrink:0}
