@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;600;700;800;900&display=swap");
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:"Noto Sans KR",sans-serif;color:#07152f;word-break:keep-all}a{text-decoration:none;color:inherit}header{height:70px;background:#fff;display:flex;align-items:center}.nav{width:min(1400px,94%);margin:auto;display:flex;align-items:center;justify-content:space-between}.logo{font-size:31px;font-weight:900}.logo span,em{color:#075cf5;font-style:normal}nav{display:flex;gap:38px;font-size:14px;font-weight:700}.apply{background:#075cf5;color:#fff;border-radius:8px;padding:14px 26px;font-weight:900;display:inline-block}.top{padding:11px 20px}
.hero{height:590px;background:#031831;display:grid;grid-template-columns:30% 40% 30%;color:#fff;overflow:hidden}.reviews{display:grid;grid-template-rows:repeat(3,1fr)}.review{position:relative;padding:24px 28px;display:flex;align-items:flex-end;justify-content:space-between;background-image:linear-gradient(#00102035,#001020b5),url("merchant-source.png");background-size:300% auto;border-bottom:1px solid #ffffff25}.r1{background-position:0 0}.r2{background-position:0 23%}.r3{background-position:0 46%}.r4{background-position:100% 0}.r5{background-position:100% 23%}.r6{background-position:100% 46%}.review b{font-size:12px}.review p{font-size:14px;font-weight:600;line-height:1.55}.review i{border:1px solid #fff;border-radius:50%;width:34px;height:34px;display:grid;place-items:center;font-style:normal;font-size:11px}.center{text-align:center;padding:42px 22px;background:radial-gradient(circle at 50% 35%,#0a2b5a,#02152f 70%);z-index:2}.pill{border:1px solid #1478ff;border-radius:30px;display:inline-block;padding:8px 17px;font-size:13px;font-weight:700}.center h1{font-size:47px;line-height:1.18;margin:20px 0 13px;letter-spacing:-2px}.center h1 em{font-size:52px}.center h2{font-size:22px}.center h2 strong{font-size:31px;color:#f1b83b}.benefits{display:flex;justify-content:center;gap:18px;color:#f1b83b;font-size:23px}.benefits span{width:1px;background:#ffffff55}.center p{font-size:14px;line-height:1.7}.main{width:330px;font-size:18px}.watch{border:1px solid #ffffff35;border-radius:30px;padding:11px;margin:18px auto;width:430px;max-width:100%;font-size:13px}.watch small{float:right}.why{width:min(1300px,90%);margin:auto;padding:60px 0;display:grid;grid-template-columns:33% 67%;gap:35px}.copy small,.trust small{color:#075cf5;font-weight:900}.copy h2,.trust h2{font-size:30px}.copy p{color:#606c7d;line-height:1.7}.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.cards article{background:#f4f8ff;border-radius:14px;padding:27px}.cards article:nth-child(2){background:#f1fbfa}.cards article:nth-child(3){background:#f8f4ff}.cards article div{font-size:39px;color:#075cf5}.cards p{color:#647083;font-size:14px}.cards b{float:right;color:#075cf5}.key{background:linear-gradient(110deg,#021631,#062d5c);color:#fff;padding:48px max(5%,calc((100% - 1300px)/2));display:grid;grid-template-columns:30% 70%;gap:30px}.keycopy small{color:#31e1e8}.keycopy h2{font-size:29px}.keycopy p{color:#ced8e7;line-height:1.7}.keycopy a{display:inline-block;background:#fff;color:#075cf5;border-radius:25px;padding:11px 23px;font-weight:800}.keycards{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.keycards article{border:1px solid #ffffff28;border-radius:10px;overflow:hidden;padding-bottom:15px}.keycards h3,.keycards p{margin-left:15px}.keycards p{color:#ced8e7;font-size:13px}.v{height:105px;background:linear-gradient(145deg,#abc8e9,#2c6097);display:grid;place-items:center;font-size:25px;font-weight:900}.trust{width:min(1300px,90%);margin:auto;padding:45px 0;display:grid;grid-template-columns:2fr repeat(3,1fr);gap:18px;align-items:center}.trust article{box-shadow:0 5px 25px #001b4512;border-radius:12px;padding:25px}.trust article b{display:block;color:#075cf5;font-size:27px}.trust article span{font-size:13px;color:#6e7887}.cta{background:linear-gradient(90deg,#02152fe8,#02152fa8),url("merchant-source.png") center 90%/cover;height:200px;color:#fff;display:flex;align-items:center}.cta>div{width:min(1300px,90%);margin:auto}.cta h2{font-size:30px}footer{background:#02152f;color:#b9c4d2;padding:32px 5%;display:flex;gap:35px;align-items:center}footer .logo{color:#fff}
@media(max-width:850px){nav{display:none}.hero{height:auto;grid-template-columns:1fr}.center{grid-row:1}.reviews{grid-template-columns:repeat(3,1fr);grid-template-rows:180px}.review{padding:12px}.review p{font-size:11px}.hero .right{grid-row:3}.center h1{font-size:37px}.center h1 em{font-size:41px}.why,.key{grid-template-columns:1fr}.cards,.keycards{grid-template-columns:1fr 1fr}.trust{grid-template-columns:1fr 1fr}.trust>div{grid-column:1/3}}@media(max-width:520px){.reviews{grid-template-columns:1fr;grid-template-rows:repeat(3,150px)}.center h1{font-size:32px}.center h1 em{font-size:36px}.cards,.keycards,.trust{grid-template-columns:1fr}.trust>div{grid-column:auto}.top{font-size:11px;padding:10px}.logo{font-size:25px}footer{display:block}}