:root{--navy:#0b1739;--blue:#285af2;--sky:#eaf1ff;--text:#101a31;--muted:#60708c;--line:#dce4f0;--white:#fff;--radius:18px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--text);background:#fff;font-family:"Noto Sans KR",sans-serif;line-height:1.6}.container{width:min(1180px,calc(100% - 48px));margin:auto}.skip-link{position:absolute;left:-999px}.skip-link:focus{left:16px;top:16px;z-index:9;background:#fff;padding:8px}.site-header{position:sticky;top:0;z-index:5;background:rgba(11,23,57,.97);box-shadow:0 2px 20px #06102b22}.nav-wrap{height:72px;display:flex;align-items:center;gap:32px}.brand{font-weight:800;font-size:25px;letter-spacing:-1px;color:#fff;text-decoration:none}.brand span{color:#7a9dff}.site-nav{display:flex;align-items:center;gap:36px;margin-left:auto}.site-nav a{color:#e9eeff;text-decoration:none;font-size:15px}.site-nav a:hover,.text-link:hover{color:#7a9dff}.button{display:inline-flex;gap:18px;align-items:center;justify-content:center;border-radius:10px;background:var(--blue);color:#fff;text-decoration:none;font-weight:700;padding:15px 22px;transition:transform .2s,background .2s}.button:hover{background:#1948d9;transform:translateY(-2px)}.button-small{padding:10px 17px;font-size:14px}.button-outline{color:var(--blue);background:#fff;border:1px solid var(--blue)}.button-outline:hover{color:#fff}.menu-button{display:none}.hero{overflow:hidden;background:linear-gradient(118deg,#fff 20%,#f1f6ff 100%);min-height:560px}.hero-grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;min-height:560px;gap:30px}.eyebrow{margin:0 0 14px;color:var(--blue);font-size:13px;font-weight:800;letter-spacing:.02em}.hero h1{font-size:clamp(42px,5vw,68px);line-height:1.2;letter-spacing:-.065em;margin:0}.hero h1 strong{color:var(--blue)}.lead{max-width:510px;margin:24px 0 28px;color:var(--muted);font-size:17px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.hero-visual{height:440px;position:relative}.orb{position:absolute;border:1px solid #bad1ff;border-radius:50%;background:#dceaff66}.orb-one{width:390px;height:270px;right:10px;top:70px;transform:rotate(-20deg)}.orb-two{width:310px;height:210px;right:45px;top:100px;transform:rotate(20deg)}.phone{position:absolute;right:120px;top:27px;width:190px;height:348px;border:7px solid #163e88;border-radius:31px;background:linear-gradient(150deg,#fff,#dce9ff);box-shadow:0 25px 35px #1b3d7f29;padding:93px 19px 0;text-align:center}.phone-notch{position:absolute;left:58px;top:8px;width:62px;height:11px;border-radius:12px;background:#173c82}.phone b{font-size:25px;color:var(--blue)}.phone i{display:block;color:#4c638b;font-size:12px;font-style:normal;margin-top:10px}.chat-line{height:10px;border-radius:10px;background:#d1def8;margin-top:40px}.chat-line.short{width:70%;margin-top:12px}.glass-card{position:absolute;border:1px solid #a9c4ff;background:#e2eeff8c;backdrop-filter:blur(10px);box-shadow:0 17px 30px #254f9426;border-radius:18px}.card-gift{left:70px;top:120px;width:185px;height:170px;padding:39px 0;text-align:center;color:#2762f5;font-size:47px}.card-gift span{display:block;font-size:13px;margin-top:8px;color:#42608f}.shield{position:absolute;right:40px;top:220px;width:100px;height:115px;border-radius:45% 45% 52% 52%;display:grid;place-items:center;background:linear-gradient(145deg,#6fa1ff,#1f61e5);border:5px solid #c5dcff;color:#fff;font-size:54px;box-shadow:0 18px 25px #2c62bf38}.chat-bubble{position:absolute;right:0;bottom:86px;background:#2c62e7;color:#fff;border-radius:25px;padding:13px 22px;font-weight:800}.section{padding:92px 0}.card-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:-48px;position:relative}.feature-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:26px 22px;box-shadow:0 8px 24px #0e23530d}.feature-card .icon{width:45px;height:45px;border-radius:50%;display:grid;place-items:center;color:var(--blue);background:var(--sky);font-size:23px;font-weight:800}.feature-card h2{font-size:18px;margin:15px 0 5px}.feature-card p{font-size:14px;color:var(--muted);margin:0}.section-heading{text-align:center;margin-bottom:37px}.section-heading h2,.notice h2,.contact h2{font-size:32px;letter-spacing:-.04em;line-height:1.3;margin:0 0 10px}.section-heading>p:last-child{color:var(--muted);margin:0}.process{background:#f7faff}.steps{display:flex;align-items:center;gap:14px}.step{flex:1;background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:24px;display:flex;align-items:center;gap:18px;min-height:150px}.step span{color:#61a3f6;font-size:26px;font-weight:700}.step h3{margin:0 0 6px;font-size:18px}.step p{margin:0;color:var(--muted);font-size:13px}.step-arrow{font-size:25px;color:#7b8799}.notice{padding:75px 0}.notice-grid{border-radius:var(--radius);background:linear-gradient(105deg,#0f2253,#164a9a);padding:48px 56px;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:30px}.notice h2{font-size:30px}.notice p:not(.eyebrow){max-width:620px;margin:0;color:#dbe7ff}.text-link{color:var(--blue);font-weight:700;text-decoration:none;white-space:nowrap}.notice .text-link{color:#fff}.narrow{max-width:850px}.faq details{border-top:1px solid var(--line);padding:20px 8px}.faq details:last-child{border-bottom:1px solid var(--line)}.faq summary{cursor:pointer;font-weight:600;list-style:none}.faq summary::after{content:"+";float:right;color:var(--blue);font-size:22px}.faq details[open] summary::after{content:"−"}.faq details p{color:var(--muted);margin:16px 0 0;font-size:15px}.contact{padding-top:20px}.contact-box{display:flex;align-items:center;justify-content:space-between;gap:30px;border-radius:24px;background:var(--navy);padding:52px 58px;color:#fff}.light{color:#9eb9ff}.contact h2{font-size:34px}.contact p:not(.eyebrow){margin:0;color:#cbd8f4}.contact-actions{display:flex;flex-direction:column;gap:13px;align-items:center}.button-light{background:#fff;color:var(--navy)}.button-light:hover{background:#dce8ff;color:var(--navy)}.phone-link{color:#dce8ff;font-size:14px}footer{margin-top:92px;background:#07112a;color:#aebbd6}.footer-wrap{height:100px;display:flex;align-items:center;justify-content:space-between}.footer-wrap p{font-size:13px}@media(max-width:800px){.container{width:min(100% - 32px,600px)}.nav-wrap{height:64px;gap:13px}.menu-button{display:block;margin-left:auto;border:0;background:transparent;color:#fff;font:inherit}.site-nav{display:none;position:absolute;top:64px;left:0;right:0;background:var(--navy);margin:0;padding:16px;flex-direction:column;align-items:stretch;gap:0}.site-nav.open{display:flex}.site-nav a{padding:11px}.nav-wrap>.button-small{display:none}.hero-grid{grid-template-columns:1fr;min-height:auto;padding:70px 0 10px}.hero-copy{text-align:center}.hero h1{font-size:44px}.lead{font-size:15px;margin-inline:auto}.hero-actions{justify-content:center}.hero-visual{height:345px;transform:scale(.78);transform-origin:top center;margin-bottom:-55px}.card-grid{grid-template-columns:repeat(2,1fr);margin-top:0}.benefits{padding:50px 0}.section{padding:65px 0}.steps{flex-direction:column}.step{width:100%;min-height:auto}.step-arrow{transform:rotate(90deg)}.notice-grid,.contact-box{padding:36px 25px;align-items:flex-start;flex-direction:column}.notice h2,.contact h2,.section-heading h2{font-size:27px}.contact-actions{align-items:stretch;width:100%}.footer-wrap{height:auto;min-height:100px;gap:12px;flex-direction:column;justify-content:center}.footer-wrap p{margin:0}.contact{padding-bottom:0}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button{transition:none}}
.hero-visual{display:grid;place-items:center}.hero-glow{position:absolute;width:390px;height:310px;border-radius:50%;background:radial-gradient(circle,#d4e4ff 0%,#eaf2ff99 46%,transparent 70%)}.hero-giftcards{position:relative;z-index:1;width:min(100%,530px);filter:drop-shadow(0 28px 24px #234f9f30)}.hero-chip{position:absolute;z-index:2;right:8px;bottom:66px;border:1px solid #bad0ff;background:#ffffffd9;backdrop-filter:blur(8px);border-radius:999px;padding:9px 16px;color:#285af2;font-size:13px;font-weight:700}@media(max-width:800px){.hero-visual{transform:none;margin-bottom:0;height:300px}.hero-giftcards{width:440px;max-width:115%}.hero-chip{bottom:30px;right:6px}}
