.toss-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);display:flex;align-items:flex-end;justify-content:center;z-index:1000;animation:fadeIn .3s ease-out}.toss-modal-overlay.toss-modal-overlay-closing{animation:fadeOut .3s ease-out}.toss-modal{width:100%;max-width:480px;background-color:#eee;border-radius:0;display:flex;flex-direction:column;animation:slideUp .3s ease-out;overflow:hidden;-webkit-overflow-scrolling:touch}.toss-modal.toss-modal-closing{animation:slideDown .3s ease-out}.toss-modal-header{display:flex;align-items:flex-start;flex-direction:column;border-bottom:1px solid #e1e1e1;padding:10px 16px 25px}.toss-modal-header__close-btn-wrapper{width:100%;display:flex;justify-content:flex-end}.toss-modal-title{font-size:20px;font-weight:700;color:#000;margin:0;padding:0 10px}.toss-modal-close-btn{width:40px;height:40px;background:none;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0}.toss-modal-content{flex:1 1;overflow-y:auto;background-color:#eee;padding-bottom:20px}.toss-step-section .toss-step{padding:20px 16px 28px}.toss-step-section .toss-step.blue{background-color:#2c77f6}.toss-step-section .toss-step.blue .toss-step-badge{background-color:#4f90f7;color:#fff}.toss-step-section .toss-step.blue .toss-step-subtitle{color:#b8d3ff}.toss-step-section .toss-step.dark{background-color:#171d24}.toss-step-section .toss-step.dark .toss-step-badge{background-color:#343f4c;color:#fff}.toss-step-section .toss-step.dark .toss-step-subtitle{color:#6b7887}.toss-step-section .toss-step .toss-step-badge{font-size:11px;font-weight:500;line-height:14px;padding:6px 12px;border-radius:20px;display:inline-block}.toss-step-section .toss-step .toss-step-header{margin-top:20px}.toss-step-section .toss-step .toss-step-title{font-size:20px;font-weight:700;line-height:24px;color:#fff;margin-bottom:8px}.toss-step-section .toss-step .toss-step-subtitle{font-size:13px;font-weight:400;line-height:18px}.toss-step-section .toss-step-list{padding:20px 16px 40px}.toss-step-section .toss-step-item{display:flex;gap:8px;margin:0}.toss-step-section .toss-step-number{width:28px;height:28px;min-width:28px;background-color:#d2dded;border-radius:15px;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;line-height:18px;color:#2c77f6;margin-top:6px}.toss-step-section .toss-step-content{flex:1 1;padding-top:6px}.toss-step-section .toss-step-item-title{font-size:16px;font-weight:600;line-height:16px;color:#000;margin:0 0 8px}.toss-step-section .toss-step-item-desc{font-size:13px;font-weight:400;line-height:18px;color:#464f5c;margin:0}.toss-step-section .toss-step-item-desc strong{font-weight:600;color:#464f5c}.toss-step-section .toss-step-item-desc strong.highlight{color:#2c77f6}.toss-step-section .toss-step-divider{height:1px;background-color:#d2d2d2;margin:20px 0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes slideDown{0%{transform:translateY(0)}to{transform:translateY(100%)}}:root{--bg:#f6f8fb;--text:#111827;--sub:#6b7280;--line:#e5e7eb;--navy:#0b1736;--blue:#2563eb;--soft-blue:#eff6ff}*{box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{margin:0;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Apple SD Gothic Neo,Noto Sans KR,sans-serif}.page{max-width:430px;margin:0 auto;min-height:100vh;padding:14px 12px 28px}.logo{font-weight:700;letter-spacing:-.8px}.main-page .hero{background:linear-gradient(145deg,#0b1736,#162a5f 58%,#2563eb);color:#fff;border-radius:30px;padding:30px 20px 24px;box-shadow:0 18px 40px rgba(11,23,54,.22);overflow:hidden;position:relative}.main-page .hero:before{content:"";position:absolute;right:-60px;top:-70px;width:180px;height:180px;border-radius:50%;background:hsla(0,0%,100%,.08)}.main-page .hero:after{content:"";position:absolute;left:-50px;bottom:-70px;width:170px;height:170px;border-radius:50%;background:rgba(37,99,235,.28)}.main-page .hero-inner{position:relative;z-index:1}.main-page .hero-pill{display:inline-flex;align-items:center;height:32px;padding:0 13px;border-radius:999px;background:hsla(0,0%,100%,.14);border:1px solid hsla(0,0%,100%,.2);font-size:12px;font-weight:700;margin-bottom:18px}.main-page .hero-title{margin:0;font-size:31px;line-height:1.23;font-weight:700}.main-page .hero-title strong{color:#93c5fd;font-weight:700}.main-page .hero-sub{margin:16px 0 22px;color:#dbeafe;font-size:13px;line-height:1.65;font-weight:800}.main-page .hero-card{background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.18);border-radius:24px;padding:15px}.main-page .hero-flow{display:grid;grid-template-columns:1fr auto 1fr auto 1fr;align-items:center;grid-gap:6px;gap:6px}.main-page .hero-flow-item{text-align:center;font-size:10.5px;line-height:1.35;font-weight:700;color:#fff}.main-page .hero-flow-icon{width:34px;height:34px;margin:0 auto 6px;border-radius:13px;background:#fff;color:var(--navy);display:grid;place-items:center;font-size:17px}.main-page .hero-arrow{color:#bfdbfe;font-size:18px;font-weight:700}.main-page .hero-buttons{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px;margin-top:18px}.main-page .btn{height:52px;border:none;border-radius:17px;font-size:13px;font-weight:700}.main-page .btn.primary{background:#fff;color:var(--navy)}.main-page .btn.secondary{background:hsla(0,0%,100%,.12);color:#fff;border:1px solid hsla(0,0%,100%,.25)}.main-page .section{margin-top:22px}.main-page .section-head{margin-bottom:10px}.main-page .section-title{margin:0;font-size:21px}.main-page .section-sub{margin:6px 0 0;color:var(--sub);font-size:11.5px;line-height:1.45;font-weight:800}.main-page .card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:15px;box-shadow:0 8px 20px rgba(17,24,39,.05)}.main-page .badge{display:inline-flex;height:28px;align-items:center;padding:0 10px;border-radius:999px;background:var(--navy);color:#fff;font-size:11px;font-weight:700;margin-bottom:10px}.main-page .step-list{display:grid;grid-gap:10px;gap:10px}.main-page .step{display:flex;gap:12px;align-items:flex-start;background:#f8fafc;border:1px solid #e5e7eb;border-radius:18px;padding:14px}.main-page .step-num{width:34px;height:34px;border-radius:50%;background:var(--navy);color:#fff;display:grid;place-items:center;font-size:12px;font-weight:700;flex:0 0 auto}.main-page .step-title{font-size:13px;font-weight:700}.main-page .step-desc{margin-top:4px;color:var(--sub);font-size:11px;line-height:1.45;font-weight:800}.main-page .note-box{margin-top:12px;background:#eff6ff;border:1px solid #bfdbfe;color:#1e3a8a;border-radius:16px;padding:12px;font-size:11.5px;line-height:1.55;font-weight:900}.main-page .sample-box{background:linear-gradient(180deg,#fff,#eff6ff);border:1.5px solid #bfdbfe}.main-page .sample-title{font-size:20px;font-weight:700;line-height:1.35;margin-bottom:10px}.main-page .sample-title strong{color:var(--blue)}.main-page .sample-doc{background:#fff;border:1px solid #dbeafe;border-radius:20px;padding:14px}.main-page .doc-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px}.main-page .doc-name{font-size:14px;font-weight:700}.main-page .doc-badge{height:26px;padding:0 9px;border-radius:999px;background:#111827;color:#fff;display:flex;align-items:center;font-size:10.5px;font-weight:700}.main-page .doc-line{height:9px;background:#eef2f7;border-radius:999px;margin-bottom:8px}.main-page .doc-line.short{width:68%}.main-page .doc-check{display:flex;align-items:center;gap:8px;margin-top:12px;color:#374151;font-size:11.5px;font-weight:900}.main-page .check{width:22px;height:22px;border-radius:8px;background:var(--blue);color:#fff;display:grid;place-items:center;font-size:13px;font-weight:700;flex:0 0 auto}.main-page .sample-btn{width:100%;height:50px;margin-top:14px;border:none;border-radius:16px;background:var(--navy);color:#fff;font-size:13px;font-weight:700}.main-page .footer-cta{margin-top:24px;background:linear-gradient(145deg,#0b1736,#111827);color:#fff;border-radius:26px;padding:22px 16px;text-align:center}.main-page .footer-cta h2{margin:0 0 9px;font-size:23px;line-height:1.35;font-weight:700;letter-spacing:-.8px}.main-page .footer-cta p{margin:0 0 16px;color:#d1d5db;font-size:12px;line-height:1.55;font-weight:800}.main-page .footer-cta button{width:100%;height:52px;border:none;border-radius:17px;background:var(--blue);color:#fff;font-size:14px;font-weight:700}.main-page .site-footer{margin:18px 0 0;padding:24px 16px 30px;text-align:center;color:#4b5563}.main-page .footer-links{display:flex;justify-content:center;align-items:center;gap:8px;margin-bottom:16px;font-size:11px;font-weight:900}.main-page .footer-links a{color:#111827;text-decoration:none}.main-page .footer-logo{font-size:21px;font-weight:700;color:var(--navy);margin-bottom:14px}.main-page .company-info{display:grid;grid-gap:5px;gap:5px}.main-page .company-info p{margin:0;font-size:11px;line-height:1.5;font-weight:750}.main-page .copyright{margin-top:14px;font-size:11px;color:#9ca3af;font-weight:700}.main-page .drawer{position:fixed;inset:0;background:rgba(17,24,39,.45);display:none;z-index:50}.main-page .drawer.show{display:block}.main-page .drawer-panel{width:78%;max-width:330px;height:100%;background:#fff;margin-left:auto;padding:18px}.main-page .drawer-title{font-size:20px;font-weight:700;margin-bottom:16px}.main-page .drawer-link{padding:14px 0;border-bottom:1px solid #e5e7eb;font-size:12.5px;font-weight:900}.main-page .close{width:100%;height:46px;border:none;border-radius:14px;background:#111827;color:#fff;font-weight:900;margin-top:18px}.main-page .proof-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.main-page .proof-card{background:#fff;border:1px solid #e5e7eb;border-radius:20px;padding:15px 10px;text-align:center}.main-page .proof-icon{font-size:26px;margin-bottom:8px}.main-page .proof-title{font-size:12.5px;font-weight:700;margin-bottom:6px}.main-page .proof-desc{color:var(--sub);font-size:10.5px;line-height:1.45;font-weight:800}.main-page .status-panel{background:#fff;border:1px solid #e5e7eb;border-radius:24px;overflow:hidden}.main-page .status-top{padding:15px;background:#f8fafc;border-bottom:1px solid #e5e7eb}.main-page .status-title{font-size:16px;font-weight:700}.main-page .status-sub{margin-top:4px;color:var(--sub);font-size:11px;font-weight:800}.main-page .trade{padding:13px 15px;border-bottom:1px solid #eef0f3}.main-page .trade:last-child{border-bottom:none}.main-page .trade-row{display:flex;justify-content:space-between;gap:10px;align-items:center}.main-page .trade-amount,.main-page .trade-name{font-size:12.5px;font-weight:700}.main-page .trade-meta{margin-top:4px;color:#9ca3af;font-size:10.5px;font-weight:800}.main-page .trade-status{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:5px;gap:5px;margin-top:9px}.main-page .status{background:#f9fafb;border:1px solid #eef0f3;border-radius:11px;padding:6px 3px;text-align:center}.main-page .status-label{color:#6b7280;font-size:8.8px;font-weight:900;margin-bottom:4px}.main-page .status-value{display:inline-flex;height:18px;align-items:center;padding:0 6px;border-radius:999px;font-size:8.5px;font-weight:700}.main-page .status-value.done{background:#dcfce7;color:#15803d}.main-page .status-value.wait{background:#fef3c7;color:#b45309}.main-page .card,.main-page .footer-cta,.main-page .proof-grid,.main-page .sample-box,.main-page .sample-doc,.main-page .section,.main-page .status-panel{max-width:100%}.main-page .sample-box{width:100%;overflow:hidden}.main-page .sample-doc{width:100%;margin:0 auto}.main-page .rule-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.main-page .rule-card{background:#fff;border:1px solid #e5e7eb;border-radius:20px;padding:15px 10px;text-align:center;box-shadow:0 8px 20px rgba(17,24,39,.05)}.main-page .rule-icon{width:42px;height:42px;margin:0 auto 9px;border-radius:15px;background:#eff6ff;color:#2563eb;display:grid;place-items:center;font-size:21px}.main-page .rule-title{font-size:12.5px;line-height:1.35;font-weight:700;letter-spacing:-.3px}.main-page .rule-desc{margin-top:6px;color:var(--sub);font-size:10.5px;line-height:1.45;font-weight:800}.main-page .rule-btn{display:inline-block;margin-top:10px;padding:8px 12px;border-radius:12px;background:#0b1736;color:#fff;font-size:11px;font-weight:900;text-decoration:none}.main-page .dhpay-card,.main-page .dhpay-card *,.main-page .dhpay-card-btn,.main-page .dhpay-card-desc,.main-page .dhpay-card-title{text-decoration:none!important;-webkit-text-decoration-line:none!important;text-decoration-line:none!important}.header{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.logo{font-size:24px;font-weight:750;color:var(--navy)}.logo span{color:var(--blue)}.menu{width:42px;height:42px;border:none;background:#fff;border-radius:14px;display:grid;place-items:center;box-shadow:0 4px 14px rgba(17,24,39,.06)}.menu span{display:block;position:relative}.menu span,.menu span:after,.menu span:before{width:22px;height:2.5px;background:#111827;border-radius:999px}.menu span:after,.menu span:before{content:"";position:absolute;left:0}.menu span:before{top:-7px}.menu span:after{top:7px}.main-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.main-header .logo{font-size:24px;font-weight:750;color:var(--navy)}.main-header .logo span{color:var(--blue)}.main-header .menu{width:42px;height:42px;border:none;background:#fff;border-radius:14px;display:grid;place-items:center;box-shadow:0 4px 14px rgba(17,24,39,.06)}.main-header .menu span{width:22px;height:2.5px;background:#111827;display:block;position:relative;border-radius:999px}.main-header .menu span:after,.main-header .menu span:before{content:"";position:absolute;left:0;width:22px;height:2.5px;background:#111827;border-radius:999px}.main-header .menu span:before{top:-7px}.main-header .menu span:after{top:7px}.loader-wrap{position:fixed;top:0;left:0;width:100vw;height:100vh;flex-direction:column;background-color:rgba(0,0,0,.8);z-index:9999}.loader,.loader-wrap{display:flex;justify-content:center;align-items:center}.loader{position:relative;width:100%;max-width:6rem;margin-top:3rem;margin-bottom:3rem}.loader:after,.loader:before{content:"";position:absolute;border-radius:50%;animation:pulsOut 1.8s ease-in-out infinite;filter:drop-shadow(0 0 1rem rgba(255,255,255,.75))}.loader:before{width:100%;padding-bottom:100%;box-shadow:inset 0 0 0 1rem #fff;animation-name:pulsIn}.loader:after{width:calc(100% - 2rem);padding-bottom:calc(100% - 2rem);box-shadow:0 0 0 0 #fff}@keyframes pulsIn{0%{box-shadow:inset 0 0 0 1rem #fff;opacity:1}50%,to{box-shadow:inset 0 0 0 0 #fff;opacity:0}}@keyframes pulsOut{0%,50%{box-shadow:0 0 0 0 #fff;opacity:0}to{box-shadow:0 0 0 1rem #fff;opacity:1}}.loader-message{font-family:var(--font-pretendard);font-size:1rem;margin-top:3rem}.footer-cta,.loader-message{color:#fff;text-align:center}.footer-cta{margin-top:24px;background:linear-gradient(145deg,#0b1736,#111827);border-radius:26px;padding:22px 16px}.footer-cta h2{margin:0 0 9px;font-size:23px;line-height:1.35;font-weight:950;letter-spacing:-.8px}.footer-cta p{margin:0 0 16px;color:#d1d5db;font-size:12px;line-height:1.55;font-weight:800}.footer-cta button{width:100%;height:52px;border:none;border-radius:17px;background:var(--blue);color:#fff;font-size:14px;font-weight:950}.site-footer{margin:18px 0 0;padding:24px 16px 30px;text-align:center;color:#4b5563}.footer-links{display:flex;justify-content:center;align-items:center;gap:8px;margin-bottom:16px;font-size:11px;font-weight:900}.footer-links a{color:#111827;text-decoration:none}.footer-logo{font-size:21px;font-weight:950;color:var(--navy);margin-bottom:14px}.company-info{display:grid;grid-gap:5px;gap:5px}.company-info p{margin:0;font-size:11px;line-height:1.5;font-weight:750}.copyright{margin-top:14px;font-size:11px;color:#9ca3af;font-weight:700}.drawer{position:fixed;inset:0;background:rgba(17,24,39,.45);display:none;z-index:50}.drawer.show{display:block}.drawer-panel{width:78%;max-width:330px;height:100%;background:#fff;margin-left:auto;padding:18px}.drawer-title{font-size:20px;font-weight:950;margin-bottom:16px}.drawer-link{padding:14px 0;border-bottom:1px solid #e5e7eb;font-size:12.5px;font-weight:900}.close{width:100%;height:46px;border:none;border-radius:14px;background:#111827;color:#fff;font-weight:900;margin-top:18px}