:root{--sky:#66c7f2;--mint:#57d9c4;--navy:#0d1f30;--muted:#2a3f51;--bg:#f3fbfc;--error:#e5484d;--line:#d7e6ec;--shadow:0 18px 50px rgba(23,50,77,0.08);--radius:18px;--header-h:0px;--safe-top:env(safe-area-inset-top,0px);--safe-bottom:env(safe-area-inset-bottom,0px);--page-pad:16px}*,:after,:before{box-sizing:border-box}html{scroll-behavior:smooth;text-size-adjust:100%;scroll-padding-top:calc(var(--header-h) + var(--safe-top) + 12px)}body{margin:0;font-family:Malgun Gothic,맑은 고딕,Apple SD Gothic Neo,sans-serif;font-size:18px;font-weight:700;color:var(--navy);background:var(--bg);line-height:1.7;word-break:keep-all;overflow-x:hidden}img,svg{display:block;max-width:100%}a{color:inherit}button,input{font:inherit;touch-action:manipulation}.container{width:min(1120px,calc(100% - var(--page-pad) * 2));margin:0 auto}.container.narrow{width:min(720px,calc(100% - var(--page-pad) * 2))}.site-header{display:none;position:-webkit-sticky;position:sticky;top:0;z-index:40;height:calc(var(--header-h) + var(--safe-top));padding-top:var(--safe-top);background:rgba(243,251,252,.92);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid transparent}.site-header.scrolled{border-bottom-color:var(--line)}.header-inner{height:var(--header-h);justify-content:space-between;gap:12px}.brand,.header-inner{display:flex;align-items:center}.brand{gap:6px;text-decoration:none;font-size:15px;font-weight:800;letter-spacing:-.02em}.brand-x{color:var(--muted);font-weight:600}.brand-mark.samsung{color:#0b5cab}.brand-mark.imbank,.eyebrow{color:#1aa3a0}.eyebrow{margin:0 0 8px;font-size:13px;font-weight:700;letter-spacing:.04em}h1,h2,h3{margin:0;font-weight:700;letter-spacing:-.01em;line-height:1.4}h1{font-size:clamp(20px,5.2vw,32px)}h2{font-size:clamp(22px,6vw,36px)}.copy,.legal,.section-desc{color:var(--muted);font-size:16px;font-weight:700}.hero{position:relative;overflow:hidden;padding:calc(40px + var(--safe-top)) 0 24px;background:linear-gradient(180deg,#e8f8ff 0,var(--bg) 100%)}.hero-blobs{position:absolute;inset:0;pointer-events:none}.blob{position:absolute;border-radius:50%;filter:blur(28px);opacity:.42}.blob-sky{width:180px;height:180px;right:-50px;top:-30px;background:var(--sky)}.blob-mint{width:160px;height:160px;left:-40px;bottom:40px;background:var(--mint)}.hero-copy{position:relative;max-width:720px;margin:0 auto;text-align:center}.hero-brand{justify-content:center;margin:0 0 14px;font-size:16px}.benefit-list{margin:20px auto;padding:0;list-style:none;display:grid;grid-gap:10px;gap:10px;width:-moz-fit-content;width:fit-content;max-width:100%}.benefit-list li{display:flex;align-items:flex-start;gap:8px;font-size:16px;font-weight:600;text-align:left;line-height:1.45}.icon-wrap{width:24px;height:24px;margin-top:1px;border-radius:50%;display:grid;place-items:center;background:#dff8f4;color:#1aa3a0;flex:0 0 auto}.icon-wrap svg{width:14px;height:14px}.btn{display:inline-flex;align-items:center;justify-content:center;border:0;text-decoration:none;cursor:pointer;border-radius:999px;font-weight:700;color:#fff;background:linear-gradient(135deg,var(--sky),var(--mint));box-shadow:0 10px 24px rgba(87,217,196,.28);transition:transform .15s ease,box-shadow .15s ease,opacity .15s ease}.btn-ghost{background:#fff;color:var(--navy);box-shadow:none;border:1px solid var(--line)}@media (hover:hover){.btn:hover{transform:translateY(-1px)}}.btn:disabled{opacity:.55;cursor:not-allowed;transform:none;box-shadow:none}.btn-sm{min-height:36px;padding:0 14px;font-size:13px}.btn-lg{min-height:52px;padding:0 16px;font-size:15px}.btn-block{width:100%}.section{padding:32px 0 28px}#apply{scroll-margin-top:calc(var(--header-h) + var(--safe-top) + 8px)}.section-tint{background:#fff}.section-head{margin-bottom:16px;text-align:center}.section-head h2{margin-bottom:10px}.apply-form,.success-card{background:#fff;border-radius:var(--radius);box-shadow:var(--shadow);padding:18px 14px 20px}.coverage-btn{width:100%;min-height:48px;margin-bottom:16px;border:1px solid var(--line);border-radius:14px;background:#f8fcfd;color:#1aa3a0;font-weight:700;cursor:pointer}fieldset.field{border:0;padding:0;min-inline-size:0}.field{margin-bottom:12px}.field label,.field legend{display:block;font-weight:700;margin-bottom:8px;font-size:15px}.req{margin-left:4px;color:var(--error);font-size:12px}.field input[type=tel],.field input[type=text]{width:100%;height:52px;border:1px solid var(--line);border-radius:14px;padding:0 14px;background:#fbfdfe;color:var(--navy);outline:none;font-size:16px}.field input:focus{border-color:var(--mint);box-shadow:0 0 0 4px rgba(87,217,196,.16)}.field.is-error .choice-card,.field.is-error input{border-color:var(--error)}.field-error{margin:0;color:var(--error);font-size:13px;font-weight:600}.field-error:not(:empty){margin-top:4px}.gender-options{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.choice-card,.field label.choice-card{position:relative;min-height:52px;border:1px solid var(--line);border-radius:14px;display:grid;place-items:center;text-align:center;cursor:pointer;background:#fbfdfe;font-weight:700;margin-bottom:0}.choice-card input{position:absolute;opacity:0;width:1px;height:1px}.choice-card:has(input:checked){border-color:var(--mint);background:#eefcf9;box-shadow:0 0 0 4px rgba(87,217,196,.14)}.consent-box{margin:8px 0 16px;padding:14px 12px;border:1px solid var(--line);border-radius:16px;background:#f8fcfd}.consent-row{display:grid;grid-template-columns:22px 1fr;grid-gap:6px 10px;gap:6px 10px;align-items:start;padding:10px 0;font-size:15px}.consent-row .link-btn{grid-column:2;justify-self:start;min-height:24px;padding:0;font-size:12px;font-weight:700;line-height:1.3}.consent-check{display:grid;place-items:start center;cursor:pointer}.consent-label{margin:0;line-height:1.45;cursor:pointer;font-weight:600}.consent-row.all{border-bottom:1px solid var(--line);font-weight:800;padding-bottom:14px;margin-bottom:2px;cursor:pointer}.consent-row input{width:22px;height:22px;margin-top:1px;accent-color:#1aa3a0}.consent-row em{font-style:normal;margin-right:4px}.link-btn{border:0;background:none;color:#1aa3a0;font-weight:700;cursor:pointer;text-decoration:none;white-space:nowrap}.success-card{text-align:center}.success-icon{width:64px;margin:0 auto 16px}.success-card h2{margin-bottom:12px}.claim-box{margin-top:20px;text-align:left;background:var(--bg);border-radius:16px;padding:16px}.claim-mail{font-weight:800;overflow-wrap:anywhere}.claim-box ul{padding-left:18px;color:var(--muted)}.product-simple{margin:0 0 10px;background:var(--bg);border-radius:14px;overflow:hidden}.product-simple>div{display:grid;grid-template-columns:minmax(6.5em,42%) 1fr;grid-gap:8px 10px;gap:8px 10px;align-items:center;padding:10px 14px;border-top:1px solid var(--line)}.product-simple>div:first-child{border-top:0}.product-simple dt{color:var(--muted);white-space:pre-line}.product-simple dd,.product-simple dt{margin:0;font-size:13px;font-weight:700;line-height:1.35}.product-simple dd{white-space:nowrap}.coverage-note{margin:0 0 32px;color:var(--muted);font-size:12px;font-weight:700;line-height:1.45}.site-footer{padding:14px 0;background:#fff;border-top:1px solid var(--line);text-align:center}.footer-inner,.footer-meta{display:grid;grid-gap:10px;gap:10px;justify-items:center}.footer-meta{gap:6px;font-size:14px;font-weight:600;color:var(--navy)}.footer-meta b:after{content:"|";margin:0 8px;font-weight:700}.site-footer .copy,.site-footer .legal{margin:0;color:var(--navy);font-size:14px}.site-footer .legal{line-height:1.7}.site-footer .copy{font-weight:600;color:var(--navy)}.mobile-cta{position:fixed;left:0;right:0;bottom:0;z-index:30;display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px;padding:8px 16px calc(8px + var(--safe-bottom));background:rgba(243,251,252,.96);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-top:1px solid var(--line)}.mobile-cta .btn{width:100%;min-height:46px;padding:6px;font-size:14px;line-height:1.25}.mobile-cta.is-hidden{display:none}.modal{position:fixed;inset:0;z-index:80;display:grid;place-items:center;padding:16px}.modal-backdrop{position:absolute;inset:0;background:rgba(17,36,54,.46)}.modal-sheet{position:relative;width:min(520px,100%);max-height:min(86dvh,680px);background:#fff;border-radius:20px;overflow:auto;box-shadow:var(--shadow)}.modal-body,.modal-head{padding:14px 16px}.modal-head{display:flex;justify-content:space-between;gap:12px;align-items:center;border-bottom:1px solid var(--line);position:-webkit-sticky;position:sticky;top:0;background:#fff}.modal-head h2{font-size:15px;line-height:1.4}.modal-body{font-size:13px;font-weight:400;line-height:1.6}.modal-body p,.modal-body ul{margin:0 0 8px}.modal-body ul{padding-left:18px}.modal-body p:last-child,.modal-body ul:last-child{margin-bottom:0}.modal-close{border:0;background:none;width:40px;height:40px;font-size:28px;line-height:1;cursor:pointer;color:var(--muted)}.header-cta{display:none}@media (min-width:768px){:root{--header-h:72px;--page-pad:20px;--radius:20px}.header-cta,.site-header{display:block}.header-cta{display:inline-flex}.hero-brand{display:none}.brand{font-size:16px;gap:8px}.eyebrow{font-size:13px;margin-bottom:10px}.section-desc{font-size:16px}.hero{padding:48px 0}.blob{filter:blur(40px);opacity:.55}.blob-sky{width:280px;height:280px}.blob-mint{width:240px;height:240px}.benefit-list{margin:24px auto;gap:12px}.benefit-list li{font-size:16px;align-items:center}.icon-wrap{width:28px;height:28px}.icon-wrap svg{width:16px;height:16px}.section{padding:72px 0}.apply-form,.success-card{padding:36px}.consent-box{padding:16px}.consent-row{grid-template-columns:22px 1fr auto}.consent-row .link-btn{grid-column:auto;min-height:auto;font-size:12px}.product-simple>div{padding:12px 16px}.site-footer .copy,.site-footer .legal{font-size:13px}.footer-meta{display:flex;flex-wrap:wrap;justify-content:center;gap:0}.footer-meta b:after{content:none}.footer-meta b{margin-right:4px}.footer-meta span:not(:last-child):after{content:"";display:inline-block;width:1px;height:10px;margin:0 12px;background:var(--line);vertical-align:middle}.modal-head h2{font-size:16px}.mobile-cta{display:none!important}}@media (max-width:359px){.brand{font-size:13px}h1{font-size:20px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.btn{transition:none}}