:root{--royal:#2952e3;--royal-dark:#1d3db8;--royal-light:#4a6fff;--royal-pale:#eef2ff;--gold:#f4b400;--gold-dark:#d69b00;--white:#fff;--gray-50:#f8fafc;--gray-100:#f1f5f9;--gray-200:#e2e8f0;--gray-500:#64748b;--gray-700:#334155;--gray-900:#0f172a;--font:"Noto Sans KR", -apple-system, sans-serif}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font);color:var(--gray-900);background:var(--white);-webkit-font-smoothing:antialiased;overflow-x:hidden}nav{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#2952e3f7;justify-content:space-between;align-items:center;height:68px;padding:0 5vw;transition:all .3s;display:flex;position:fixed;top:0;left:0;right:0}.nav-logo{align-items:center;gap:.6rem;text-decoration:none;display:flex}.nav-logo img{object-fit:contain;border-radius:8px;width:38px;height:38px}.nav-logo-text{color:var(--white);letter-spacing:-.02em;font-size:1.15rem;font-weight:700}.nav-links{align-items:center;gap:.25rem;list-style:none;display:flex}.nav-links a{color:#fffc;border-radius:6px;padding:.45rem .9rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .2s}.nav-links a:hover{color:var(--white);background:#ffffff1f}.nav-cta{background:var(--gold)!important;color:#1a1a1a!important;padding:.5rem 1.2rem!important;font-weight:700!important}.nav-cta:hover{background:var(--gold-dark)!important}.nav-hamburger{cursor:pointer;flex-direction:column;gap:5px;padding:4px;display:none}.nav-hamburger span{background:var(--white);border-radius:2px;width:24px;height:2px;transition:all .3s;display:block}.hero{background:var(--royal);align-items:center;min-height:100vh;padding:130px 5vw 80px;display:flex;position:relative;overflow:hidden}.hero:before{content:"";background:radial-gradient(70% 60% at 75% 40%,#ffffff12 0%,#0000 55%),radial-gradient(40% 50% at 15% 85%,#ffffff0d 0%,#0000 45%);position:absolute;inset:0}.hero-bg-deco{pointer-events:none;position:absolute;inset:0;overflow:hidden}.coin{color:#ffffffe6;opacity:.85;background:radial-gradient(circle at 35% 35%,gold,#f4b400 50%,#c8960c);border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;font-size:1.2rem;font-weight:900;animation:linear infinite floatCoin;display:flex;position:absolute;box-shadow:inset -4px -4px 8px #0003,0 4px 20px #f4b4004d}.coin:after{content:"₩";font-family:var(--font)}@keyframes floatCoin{0%{opacity:0;transform:translateY(110vh)rotate(0)}5%{opacity:.85}95%{opacity:.85}to{opacity:0;transform:translateY(-20vh)rotate(720deg)}}.hero-inner{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;width:100%;max-width:1200px;margin:0 auto;display:grid;position:relative}.hero-eyebrow{color:var(--white);background:#ffffff26;border:1px solid #ffffff40;border-radius:100px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.4rem 1rem;font-size:.82rem;font-weight:600;animation:.6s both fadeUp;display:inline-flex}.hero-eyebrow-dot{background:var(--gold);border-radius:50%;width:7px;height:7px;animation:1.8s infinite blink}@keyframes blink{0%,to{opacity:1}50%{opacity:.2}}.hero-title{color:var(--white);letter-spacing:-.04em;margin-bottom:1.5rem;font-size:clamp(2.4rem,5.5vw,4.2rem);font-weight:800;line-height:1.15;animation:.6s .1s both fadeUp}.hero-title .highlight{color:var(--gold);display:inline-block}.hero-sub{color:#ffffffbf;margin-bottom:2.5rem;font-size:1.05rem;line-height:1.85;animation:.6s .2s both fadeUp}.hero-actions{flex-wrap:wrap;gap:1rem;animation:.6s .3s both fadeUp;display:flex}.btn-gold{background:var(--gold);color:#1a1a1a;border-radius:10px;align-items:center;gap:.5rem;padding:1rem 2.2rem;font-size:1rem;font-weight:700;text-decoration:none;transition:all .25s;display:inline-flex;box-shadow:0 4px 20px #f4b40073}.btn-gold:hover{background:var(--gold-dark);transform:translateY(-2px);box-shadow:0 8px 30px #f4b4008c}.btn-ghost{color:#ffffffe6;background:0 0;border:1.5px solid #ffffff59;border-radius:10px;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .25s;display:inline-flex}.btn-ghost:hover{background:#ffffff1a;border-color:#fff9}.hero-right{animation:.6s .15s both fadeUp}.hero-card-main{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff14;border:1px solid #ffffff26;border-radius:24px;padding:2.5rem}.hero-card-label{color:#fff9;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.5rem;font-size:.8rem;font-weight:600}.hero-stats-grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.stat-box{text-align:center;background:#ffffff12;border:1px solid #ffffff1a;border-radius:14px;padding:1.5rem;transition:all .3s}.stat-box:hover{background:#ffffff21;border-color:#ffffff40;transform:translateY(-3px)}.stat-num{color:var(--white);letter-spacing:-.04em;font-size:2.6rem;font-weight:800;line-height:1}.stat-num .accent{color:var(--gold)}.stat-label{color:#ffffff8c;margin-top:.4rem;font-size:.78rem;font-weight:500}.hero-card-footer{background:#f4b4001f;border:1px solid #f4b40040;border-radius:14px;align-items:center;gap:1rem;margin-top:1.5rem;padding:1.25rem 1.5rem;display:flex}.hero-card-footer-icon{flex-shrink:0;font-size:1.8rem}.hero-card-footer p{color:#fffc;font-size:.85rem;line-height:1.5}.hero-card-footer strong{color:var(--gold)}@keyframes fadeUp{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}.trust-bar{background:#1e3ec8;padding:1.1rem 5vw}.trust-bar-inner{flex-wrap:wrap;justify-content:center;align-items:center;gap:2rem;max-width:1200px;margin:0 auto;display:flex}.trust-item{color:#ffffffd9;align-items:center;gap:.5rem;font-size:.82rem;font-weight:500;display:flex}.trust-check{color:var(--gold);font-size:.95rem}.trust-sep{background:#fff3;width:1px;height:16px}section{padding:100px 5vw}.section-inner{max-width:1200px;margin:0 auto}.section-tag{letter-spacing:.1em;text-transform:uppercase;color:var(--royal);background:var(--royal-pale);border-radius:100px;margin-bottom:.9rem;padding:.3rem .8rem;font-size:.72rem;font-weight:700;display:inline-block}.section-title{color:var(--gray-900);letter-spacing:-.04em;margin-bottom:1rem;font-size:clamp(1.9rem,3.5vw,2.8rem);font-weight:800;line-height:1.2}.section-desc{color:var(--gray-500);max-width:540px;font-size:1rem;line-height:1.85}.why-header{text-align:center;margin-bottom:3.5rem}.why-header .section-desc{margin:0 auto}.why-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.why-card{border:1.5px solid var(--gray-200);background:var(--white);border-radius:18px;padding:2.5rem 2rem;transition:all .3s;position:relative;overflow:hidden}.why-card:after{content:"";background:linear-gradient(90deg, var(--royal), var(--royal-light));transform-origin:0;height:3px;transition:transform .3s;position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}.why-card:hover{border-color:#2952e333;transform:translateY(-5px);box-shadow:0 16px 48px #2952e314}.why-card:hover:after{transform:scaleX(1)}.why-icon{background:var(--royal-pale);border-radius:14px;justify-content:center;align-items:center;width:54px;height:54px;margin-bottom:1.25rem;font-size:1.6rem;display:flex}.why-card h3{color:var(--gray-900);letter-spacing:-.02em;margin-bottom:.7rem;font-size:1.1rem;font-weight:700}.why-card p{color:var(--gray-500);font-size:.88rem;line-height:1.75}.diff-section{background:var(--royal);position:relative;overflow:hidden}.diff-section:before{content:"";background:radial-gradient(55% 70% at 85%,#ffffff12 0%,#0000 55%);position:absolute;inset:0}.diff-inner{z-index:1;grid-template-columns:1fr 1.1fr;align-items:center;gap:5rem;display:grid;position:relative}.diff-section .section-title{color:var(--white)}.diff-section .section-desc{color:#ffffffa6}.diff-section .section-tag{color:#ffffffe6;background:#ffffff26}.diff-list{flex-direction:column;gap:1rem;margin-top:2rem;display:flex}.diff-item{background:#ffffff0f;border:1px solid #ffffff1a;border-radius:14px;align-items:flex-start;gap:1rem;padding:1.2rem 1.4rem;transition:all .3s;display:flex}.diff-item:hover{background:#ffffff1a;border-color:#fff3}.diff-icon{background:#f4b40026;border:1px solid #f4b40040;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:1.1rem;display:flex}.diff-item h4{color:var(--white);margin-bottom:.25rem;font-size:.95rem;font-weight:700}.diff-item p{color:#ffffff8c;font-size:.84rem;line-height:1.55}.diff-right{flex-direction:column;gap:1.2rem;display:flex}.diff-big{text-align:center;background:#ffffff12;border:1px solid #ffffff1f;border-radius:20px;padding:2rem 2.5rem}.diff-big-num{color:var(--white);letter-spacing:-.05em;font-size:4.2rem;font-weight:800;line-height:1}.diff-big-num .accent{color:var(--gold)}.diff-big-label{color:#ffffff80;margin-top:.4rem;font-size:.88rem}.diff-small-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.diff-small{text-align:center;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:16px;padding:1.6rem}.diff-small-num{color:var(--white);letter-spacing:-.04em;font-size:2.5rem;font-weight:800;line-height:1}.diff-small-num .accent{color:var(--gold)}.diff-small-label{color:#ffffff73;margin-top:.35rem;font-size:.78rem}.how-section{background:var(--gray-50)}.how-header{text-align:center;margin-bottom:3.5rem}.how-header .section-desc{margin:0 auto}.how-grid{grid-template-columns:repeat(4,1fr);gap:0;display:grid;position:relative}.how-grid:before{content:"";background:linear-gradient(90deg, var(--royal), var(--royal-light));z-index:0;height:2px;position:absolute;top:36px;left:12.5%;right:12.5%}.how-step{text-align:center;z-index:1;padding:0 1.5rem;position:relative}.how-num{background:linear-gradient(135deg, var(--royal), var(--royal-light));width:72px;height:72px;color:var(--white);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.5rem;font-size:1.6rem;font-weight:800;transition:all .3s;display:flex;box-shadow:0 4px 24px #2952e359}.how-step:hover .how-num{transform:scale(1.1);box-shadow:0 8px 32px #2952e373}.how-step h3{color:var(--gray-900);margin-bottom:.5rem;font-size:1rem;font-weight:700}.how-step p{color:var(--gray-500);font-size:.84rem;line-height:1.65}.faq-section{background:var(--white)}.faq-layout{grid-template-columns:1fr 1.6fr;align-items:start;gap:5rem;display:grid}.faq-list{flex-direction:column;gap:0;display:flex}.faq-item{border-bottom:1px solid var(--gray-200);overflow:hidden}.faq-q{cursor:pointer;color:var(--gray-900);-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 0;font-size:.95rem;font-weight:600;list-style:none;transition:color .2s;display:flex}.faq-q:hover{color:var(--royal)}.faq-q:after{content:"+";color:var(--royal);flex-shrink:0;font-size:1.3rem;font-weight:300;transition:transform .3s}details[open] .faq-q:after{transform:rotate(45deg)}.faq-a{color:var(--gray-500);padding:0 0 1.25rem;font-size:.88rem;line-height:1.75}.faq-cta-box{background:var(--royal);color:var(--white);border-radius:20px;padding:2.5rem;position:sticky;top:90px}.faq-cta-box h3{letter-spacing:-.03em;margin-bottom:1rem;font-size:1.55rem;font-weight:800;line-height:1.3}.faq-cta-box p{color:#ffffffa6;margin-bottom:2rem;font-size:.88rem;line-height:1.75}.faq-cta-box .btn-gold{justify-content:center;width:100%}.faq-contacts{flex-direction:column;gap:.65rem;margin-top:1.5rem;display:flex}.faq-contact{color:#fff9;align-items:center;gap:.6rem;font-size:.84rem;display:flex}.faq-contact strong{color:var(--white)}.blog-section{background:var(--gray-50)}.blog-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:3rem;display:flex}.blog-grid{grid-template-columns:1.6fr 1fr 1fr;gap:1.5rem;display:grid}.blog-card{background:var(--white);border:1.5px solid var(--gray-200);color:inherit;border-radius:16px;flex-direction:column;text-decoration:none;transition:all .3s;display:flex;overflow:hidden}.blog-card:hover{border-color:#2952e333;transform:translateY(-5px);box-shadow:0 16px 48px #2952e317}.blog-thumb{background:var(--royal);justify-content:center;align-items:center;height:180px;font-size:2.5rem;display:flex;position:relative;overflow:hidden}.blog-card:first-child .blog-thumb{background:linear-gradient(135deg,var(--royal),var(--royal-light));height:210px}.blog-body{flex:1;padding:1.5rem}.blog-tag{letter-spacing:.08em;text-transform:uppercase;color:var(--royal);background:var(--royal-pale);border-radius:100px;margin-bottom:.75rem;padding:.25rem .6rem;font-size:.7rem;font-weight:700;display:inline-block}.blog-card h3{color:var(--gray-900);margin-bottom:.5rem;font-size:1rem;font-weight:700;line-height:1.45}.blog-card:first-child h3{font-size:1.1rem}.blog-card p{color:var(--gray-500);font-size:.84rem;line-height:1.65}.blog-meta{border-top:1px solid var(--gray-100);color:var(--gray-500);padding:.75rem 1.5rem;font-size:.77rem}.blog-view-all{color:var(--royal);border:1.5px solid var(--royal);background:0 0;border-radius:8px;align-items:center;gap:.5rem;padding:.7rem 1.4rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.blog-view-all:hover{background:var(--royal-pale)}.cta-section{background:var(--royal);text-align:center;padding:120px 5vw;position:relative;overflow:hidden}.cta-section:before{content:"";background:radial-gradient(50% 80% at 25%,#ffffff12 0%,#0000 50%);position:absolute;inset:0}.cta-inner{z-index:1;max-width:620px;margin:0 auto;position:relative}.cta-section .section-tag{color:#fffffff2;background:#ffffff2e}.cta-section .section-title{color:var(--white);margin-bottom:1rem}.cta-section .section-desc{color:#ffffffb3;margin:0 auto 2.5rem}.cta-btns{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}footer{background:var(--gray-900);color:#ffffff80;padding:60px 5vw 40px}.footer-inner{max-width:1200px;margin:0 auto}.footer-grid{grid-template-columns:1.5fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem;display:grid}.footer-brand .nav-logo{margin-bottom:1rem}.footer-brand p{font-size:.82rem;line-height:1.75}.footer-col h4{letter-spacing:.1em;text-transform:uppercase;color:#ffffffbf;margin-bottom:1rem;font-size:.75rem;font-weight:700}.footer-col ul{list-style:none}.footer-col li{margin-bottom:.6rem}.footer-col a{color:#ffffff6b;font-size:.84rem;text-decoration:none;transition:color .2s}.footer-col a:hover{color:var(--white)}.footer-bottom{border-top:1px solid #ffffff14;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:2rem;font-size:.78rem;display:flex}@media (max-width:768px){.nav-links{display:none}.nav-hamburger{display:flex}.hero{padding:100px 5vw 60px}.hero-inner{grid-template-columns:1fr;gap:2.5rem}.hero-stats-grid{grid-template-columns:1fr 1fr}.why-grid{grid-template-columns:1fr}.diff-inner{grid-template-columns:1fr;gap:3rem}.diff-small-row{grid-template-columns:1fr 1fr}.how-grid{grid-template-columns:1fr 1fr;gap:2rem}.how-grid:before{display:none}.faq-layout{grid-template-columns:1fr}.faq-cta-box{position:static}.blog-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}}@media (max-width:480px){.hero-actions{flex-direction:column}.btn-gold,.btn-ghost{justify-content:center;width:100%}.how-grid{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr}}.prose h2{letter-spacing:-.03em;color:#0a0a0f;margin:2.5rem 0 1rem;font-size:1.5rem;font-weight:800}.prose h3{color:#0a0a0f;margin:2rem 0 .75rem;font-size:1.15rem;font-weight:700}.prose p{color:#374151;margin-bottom:1.25rem;line-height:1.9}.prose ul,.prose ol{margin-bottom:1.25rem;padding-left:1.5rem}.prose li{color:#374151;margin-bottom:.5rem;line-height:1.8}.prose strong{color:#0a0a0f;font-weight:700}.prose blockquote{background:#eef3ff;border-left:3px solid #1246c8;border-radius:0 8px 8px 0;margin:1.5rem 0;padding:.75rem 1.25rem;font-style:normal}.prose blockquote p{color:#1246c8;margin-bottom:0;font-weight:600}.prose img{border:1px solid #e5e9f0;border-radius:12px;width:100%;margin:2rem 0}.prose a{color:#1246c8;text-decoration:underline}.prose hr{border:none;border-top:1px solid #e5e9f0;margin:2.5rem 0}
