@charset "UTF-8";*{margin:0;padding:0;font-family:Pretendard,sans-serif;line-height:1.2}ul,ol{list-style:none}a{text-decoration:none;color:#000;-webkit-appearance:none}div,section{display:flex}#root{width:100%;flex-direction:column}.border{border:2px solid white;margin:20px 0}@font-face{font-family:NanumSquare;src:url(/assets/fonts/NanumSquare_acL.ttf) format("truetype");font-weight:300;font-style:normal}@font-face{font-family:NanumSquare;src:url(/assets/fonts/NanumSquare_acR.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:NanumSquare;src:url(/assets/fonts/NanumSquare_acB.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:NanumSquare;src:url(/assets/fonts/NanumSquare_acEB.ttf) format("truetype");font-weight:800;font-style:normal}html,body{margin:0;padding:0;background-color:#fff}*{box-sizing:border-box}.hero{width:100%;height:100vh;background-image:url(../assets/images/background01.png);background-size:cover;background-position:center;background-repeat:no-repeat;align-items:center;justify-content:center;flex-direction:column}.hero .hero-content{width:100%;color:#fff;max-width:1240px;margin:0 auto;padding:0 56px}.hero .hero-content .hero-left,.hero .hero-content .hero-right{display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.hero .hero-content h1{font-size:72px;line-height:1.2;font-weight:800;text-shadow:4px 4px 4px rgba(59,59,59,.8)}.hero .hero-content p{font-size:30px;line-height:1.4;margin:60px 0;font-weight:700;text-shadow:4px 4px 4px rgb(59,59,59)}.hero .hero-content .btn-area{display:flex;gap:16px}.hero .hero-content .btn-area .store-btn{padding:12px 20px;font-size:18px;border:none;border-radius:8px;background:#fff;color:#000;cursor:pointer;transition:box-shadow .25s ease,transform .2s ease;box-shadow:4px 4px 4px #3b3b3b66;display:flex;justify-content:center;align-items:center}.hero .hero-content .btn-area .store-btn img{width:24px;height:24px}.hero .hero-content .btn-area .store-btn h4{font-size:18px;font-weight:600;margin-left:16px}.hero .hero-content .btn-area .store-btn:hover{box-shadow:4px 4px 4px #3b3b3bcc;transform:translateY(-2px)}.hero .hero-content .btn-area .store-btn:active{transform:translateY(0);box-shadow:4px 4px 4px #3b3b3bcc}@media(max-width:1024px){.hero .hero-content h1{font-size:56px}.hero .hero-content p{font-size:20px}.hero .hero-content .btn-area .store-btn{padding:10px 16px;font-size:16px}.hero .hero-content .btn-area .store-btn img{width:20px;height:20px}.hero .hero-content .btn-area .store-btn h4{font-size:16px}}@media(max-width:720px){.hero .hero-content{padding:0 46px}.hero .hero-content h1{font-size:56px}.hero .hero-content p{font-size:20px}}@media(max-width:480px){.hero .hero-content{padding:0 36px}.hero .hero-content h1{font-size:46px}.hero .hero-content p{font-size:18px}}.qr-modal-overlay{position:fixed;inset:0;background:#00000073;display:flex;justify-content:center;align-items:center;animation:fadeIn .2s ease;z-index:999}.qr-modal{flex-direction:column;background:#fff;width:360px;padding:30px;border-radius:16px;position:relative;text-align:center;box-shadow:0 4px 20px #00000026;animation:modalPop .2s ease}.qr-modal h3{margin:20px 0;font-size:24px;font-weight:800}.qr-modal p{font-size:18px;color:#666}.qr-image{width:200px;height:200px;margin:16px auto 0}.close-btn{position:absolute;top:12px;right:12px;border:none;background:none;font-size:20px;font-weight:800;cursor:pointer}.section-problem{background-color:#f7fafc}.section-problem .steps{display:flex;justify-content:space-between;gap:32px;opacity:0;transform:translateY(60px);transition:opacity 1.5s ease-out,transform 1.5s ease-out}.section-problem .steps .problem-card{flex:1;padding:48px 30px;background:#fff;border-radius:20px;box-shadow:0 4px 6px #0000001a;display:flex;flex-direction:column;align-items:center;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.section-problem .steps .problem-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #0000001f}.section-problem .steps .problem-card .icon{width:60px;height:60px;margin-bottom:48px;padding:24px;border-radius:16px;background:linear-gradient(135deg,#83bb1b,#2e8b57);color:#fff}.section-problem .steps .problem-card h2{font-size:28px;font-weight:700;margin-bottom:24px;color:#2d2d2d}.section-problem .steps .problem-card p{font-size:18px;line-height:1.6;color:#666}@media(max-width:1024px){.section-problem .steps{gap:16px}.section-problem .steps .problem-card{padding:38px 20px}.section-problem .steps .problem-card h2{font-size:22px}.section-problem .steps .problem-card p{font-size:14px}}@media(max-width:720px){.section-problem .steps{flex-direction:column}.section-problem .steps .problem-card{padding:28px 20px}}.section-problem .steps.animate{opacity:1;transform:translateY(0)}.section-processflow{background-color:#fff}.section-processflow .steps{display:flex;justify-content:center;align-items:center;opacity:0;transform:translateY(60px);transition:opacity 1.5s ease-out,transform 1.5s ease-out}.section-processflow .steps .processflow-card{position:relative;flex:1;background:#fff;padding:48px 20px;border-radius:24px;box-shadow:0 4px 6px #0000001a;display:flex;flex-direction:column;align-items:center;text-align:center;gap:32px;transition:transform .3s ease,box-shadow .3s ease}.section-processflow .steps .processflow-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #0000001f}.section-processflow .steps .processflow-card .badge{position:absolute;top:-15px;width:40px;height:40px;color:#fff;padding:6px 14px;font-size:16px;font-weight:800;border-radius:50px;box-shadow:0 4px 12px #00000026;background:linear-gradient(135deg,#83bb1b,#2e8b57);display:flex;justify-content:center;align-items:center}.section-processflow .steps .processflow-card .icon{width:50px;height:50px;padding:20px;color:#2e8b57;border-radius:16px;margin-bottom:20px;background-color:#f7fafc}.section-processflow .steps .processflow-card h2{font-size:24px;font-weight:700;color:#2d2d2d}.section-processflow .steps .processflow-card p{font-size:16px;line-height:1.6;color:#666}.section-processflow .steps .arrow-icon{width:50px;height:50px;display:flex;justify-content:center;align-items:center}.section-processflow .steps .arrow-icon svg{font-size:26px}@media(max-width:1024px){.section-processflow .steps{display:grid;grid-template-columns:repeat(2,1fr);gap:30px;width:100%}.section-processflow .steps .arrow-icon{display:none}.section-processflow .steps .processflow-card{padding:40px 20px;margin-bottom:20px}}@media(max-width:720px){.section-processflow .steps{gap:18px}.section-processflow .steps .processflow-card .icon{width:50px;height:50px;margin-bottom:12px}.section-processflow .steps .processflow-card h2{font-size:22px}.section-processflow .steps .processflow-card p{font-size:14px}}@media(max-width:480px){.section-processflow .steps{display:grid;grid-template-columns:repeat(1,1fr);gap:24px}.section-processflow .steps .processflow-card{padding:40px 20px;gap:16px}}.section-processflow .steps.animate{opacity:1;transform:translateY(0)}.section-solution{background-color:#fff}.section-solution .steps{display:flex;justify-content:space-between;gap:32px;opacity:0;transform:translateY(60px);transition:opacity 1.5s ease-out,transform 1.5s ease-out}.section-solution .steps .solution-card{position:relative;flex:1;padding:48px 30px;background:#fff;border-radius:20px;box-shadow:0 4px 6px #0000001a;display:flex;flex-direction:column;align-items:start;text-align:start;transition:transform .3s ease,box-shadow .3s ease}.section-solution .steps .solution-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #0000001f}.section-solution .steps .solution-card .badge{position:absolute;top:-15px;right:30px;width:50px;height:50px;color:#fff;padding:6px 14px;font-size:18px;font-weight:800;border-radius:50px;box-shadow:0 4px 12px #00000026;background:linear-gradient(135deg,#83bb1b,#2e8b57);display:flex;justify-content:center;align-items:center}.section-solution .steps .solution-card .card-top{flex-direction:column}.section-solution .steps .solution-card .card-top .icon{width:50px;height:50px;padding:20px;color:#2e8b57;border-radius:16px;margin-bottom:20px;background-color:#f7fafc}.section-solution .steps .solution-card .card-top .top-word{flex-direction:column}.section-solution .steps .solution-card .card-top .top-word h2{font-size:26px;font-weight:700;color:#2d2d2d;margin:20px 0}.section-solution .steps .solution-card .card-top .top-word p{font-size:18px;font-weight:400;line-height:1.6;color:#666;margin-bottom:40px}.section-solution .steps .solution-card .card-bottom{flex-direction:column}.section-solution .steps .solution-card .card-bottom h6{display:flex;align-items:center;gap:10px;font-size:16px;color:#5b5b5b;margin:10px 0;font-weight:400}.section-solution .steps .solution-card .card-bottom h6 svg{width:14px;height:14px;padding:3px;color:#2e8b57;flex-shrink:0}@media(max-width:1024px){.section-solution .steps{flex-direction:column}.section-solution .steps .solution-card{padding:38px 30px}.section-solution .steps .solution-card .icon{width:70px!important;height:70px!important;margin-bottom:0!important;margin-right:20px}.section-solution .steps .solution-card .card-top{flex-direction:row;align-items:center;margin-bottom:10px}.section-solution .steps .solution-card .card-top .top-word{justify-content:space-between}.section-solution .steps .solution-card .card-top .top-word h2{font-size:22px;margin:0 0 10px}.section-solution .steps .solution-card .card-top .top-word p{font-size:16px;margin-bottom:0}}@media(max-width:720px){.section-solution .steps .solution-card{padding:28px}.section-solution .steps .solution-card .icon{width:50px!important;height:50px!important;margin-bottom:0!important;margin-right:20px}.section-solution .steps .solution-card .card-top .top-word h2{font-size:20px;margin:0 0 10px}.section-solution .steps .solution-card .card-top .top-word p{font-size:14px;margin-bottom:0}.section-solution .steps .solution-card .card-bottom{flex-direction:column}.section-solution .steps .solution-card .card-bottom h6{font-size:14px}.section-solution .steps .solution-card .card-bottom h6 svg{width:12px;height:12px}}@media(max-width:480px){.section-solution .steps .solution-card{padding:22px}.section-solution .steps .solution-card .card-top .icon{width:36px!important;height:36px!important;padding:20px}.section-solution .steps .solution-card .card-top .top-word h2{font-size:16px;margin:0 0 8px}.section-solution .steps .solution-card .card-top .top-word p{font-size:14px;margin-bottom:0}.section-solution .steps .solution-card .card-bottom{flex-direction:column}.section-solution .steps .solution-card .card-bottom h6{font-size:14px}.section-solution .steps .solution-card .card-bottom h6 svg{width:14px;height:14px}}.section-solution .steps.animate{opacity:1;transform:translateY(0)}.section-usercase{background-color:#f7fafc}.section-usercase .steps{display:flex;justify-content:center;align-items:center;gap:48px;opacity:0;transform:translateY(60px);transition:opacity 1.5s ease-out,transform 1.5s ease-out}.section-usercase .steps .usercase-card{flex:1;background:#fff;padding:48px;border-radius:24px;box-shadow:0 4px 6px #0000001a;gap:48px;display:flex;flex-direction:column;transition:transform .3s ease,box-shadow .3s ease}.section-usercase .steps .usercase-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #0000001f}.section-usercase .steps .usercase-card .who{display:flex;justify-content:center;align-items:center}.section-usercase .steps .usercase-card .who h2{font-size:32px;font-weight:700;background:linear-gradient(135deg,#83bb1b,#2e8b57);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}.section-usercase .steps .usercase-card .benefit-list{flex:1;display:flex;flex-direction:column;gap:24px}.section-usercase .steps .usercase-card .benefit-list li{display:flex;align-items:flex-start;gap:14px;padding-bottom:20px;border-bottom:2px solid #ececec}.section-usercase .steps .usercase-card .benefit-list li .check-icon{width:22px;height:22px;font-size:12px;padding:5px;border-radius:50%;color:#2e8b57;flex-shrink:0;display:flex;justify-content:center;align-items:center}.section-usercase .steps .usercase-card .benefit-list li .text-group{display:flex;flex-direction:column;gap:16px}.section-usercase .steps .usercase-card .benefit-list li .text-group h4{font-size:22px;font-weight:700;color:#2d2d2d}.section-usercase .steps .usercase-card .benefit-list li .text-group h5{font-size:16px;color:#5f5f5f;font-weight:400}.section-usercase .steps .usercase-card .benefit-list li:last-child{border-bottom:none}.section-usercase .steps .exchange-icon{flex:1;display:flex;justify-content:center;align-items:center}.section-usercase .steps .exchange-icon img{width:100%;height:100%;object-fit:contain}@media(max-width:1024px){.section-usercase .steps{gap:24px}.section-usercase .steps .usercase-card{padding:36px}}@media(max-width:720px){.section-usercase .steps{gap:0px;justify-content:center}.section-usercase .steps .usercase-card{gap:28px}.section-usercase .steps .usercase-card .who h2{font-size:28px}.section-usercase .steps .usercase-card .benefit-list{gap:14px}.section-usercase .steps .usercase-card .benefit-list li{gap:8px;padding-bottom:20px}.section-usercase .steps .usercase-card .benefit-list li .check-icon{width:16px;height:16px}.section-usercase .steps .usercase-card .benefit-list li .text-group{gap:8px}.section-usercase .steps .usercase-card .benefit-list li .text-group h4{font-size:18px}.section-usercase .steps .usercase-card .benefit-list li .text-group h5{font-size:14px}.section-usercase .steps .usercase-card .benefit-list li:last-child{border-bottom:none}.section-usercase .steps .exchange-icon{flex:none}.section-usercase .steps .exchange-icon img{display:none}}@media(max-width:480px){.section-usercase .steps .usercase-card{padding:22px}.section-usercase .steps .usercase-card .benefit-list{gap:14px}.section-usercase .steps .usercase-card .benefit-list li{gap:8px;padding-bottom:20px}.section-usercase .steps .usercase-card .benefit-list li .check-icon{width:16px;height:16px}.section-usercase .steps .usercase-card .benefit-list li .text-group{gap:8px}.section-usercase .steps .usercase-card .benefit-list li .text-group h4{font-size:16px}.section-usercase .steps .usercase-card .benefit-list li .text-group h5{font-size:12px}}.section-usercase .steps.animate{opacity:1;transform:translateY(0)}.secction-start{background:linear-gradient(180deg,#83bb1b,#2e8b57);height:100%}.secction-start .section-content .title h1,.secction-start .section-content .title h3{color:#fff!important}.secction-start .steps{display:flex;flex-direction:column;justify-content:center;align-items:center}.secction-start .steps .move-item{position:relative;width:100%;height:300px}.secction-start .steps .move-item .floating-item{position:absolute;width:100px;height:100px;opacity:.9;animation:floatUpDown 4s ease-in-out infinite}@media(max-width:720px){.secction-start .steps .move-item .floating-item{width:80px;height:80px}}@media(max-width:480px){.secction-start .steps .move-item .floating-item{width:60px;height:60px}}.secction-start .steps .move-item .floating-item:nth-child(1){left:10%;top:100px}.secction-start .steps .move-item .floating-item:nth-child(2){left:28%;top:20px}.secction-start .steps .move-item .floating-item:nth-child(3){left:48%;top:180px}.secction-start .steps .move-item .floating-item:nth-child(4){left:66%;top:20px}.secction-start .steps .move-item .floating-item:nth-child(5){left:82%;top:140px}@keyframes floatUpDown{0%{transform:translateY(0)}50%{transform:translateY(-20px)}to{transform:translateY(0)}}.secction-start .steps .floating-item:nth-child(1){animation-duration:3.2s}.secction-start .steps .floating-item:nth-child(2){animation-duration:4s}.secction-start .steps .floating-item:nth-child(3){animation-duration:3.6s}.secction-start .steps .floating-item:nth-child(4){animation-duration:4.4s}.secction-start .steps .floating-item:nth-child(5){animation-duration:3.8s}.secction-start .steps .btn-area{display:flex;gap:16px}.secction-start .steps .btn-area .store-btn{padding:12px 20px;font-size:18px;border:none;border-radius:8px;background:#fff;color:#000;cursor:pointer;transition:box-shadow .25s ease,transform .2s ease;box-shadow:0 4px 6px #0000001a;display:flex;justify-content:center;align-items:center}.secction-start .steps .btn-area .store-btn img{width:24px;height:24px}.secction-start .steps .btn-area .store-btn h4{font-size:18px;font-weight:600;margin-left:16px}.secction-start .steps .btn-area .store-btn:hover{box-shadow:0 12px 40px #0000001f;transform:translateY(-2px)}.secction-start .steps .btn-area .store-btn:active{transform:translateY(0);box-shadow:0 12px 40px #0000001f}.section-normal{width:100%;padding:160px 0;display:flex;align-items:center;justify-content:center;background-size:cover;background-position:center;background-repeat:no-repeat}.section-normal .section-content{width:100%;height:100%;max-width:1240px;padding:0 56px;display:flex;flex-direction:column;justify-content:space-between;color:#000}.section-normal .section-content .title{margin-bottom:100px;justify-content:center;flex-direction:column;opacity:0;transform:translateY(60px);transition:opacity 1.5s ease-out,transform 1.5s ease-out}.section-normal .section-content .title h1{font-size:48px;font-weight:800;color:#000;text-align:center;line-height:1.4;margin-bottom:32px}.section-normal .section-content .title h3{font-size:22px;line-height:1.8;font-weight:400;color:#000;text-align:center}.section-normal .section-content .title.animate{opacity:1;transform:translateY(0)}@media(max-width:1024px){.section-normal{width:100%;padding:160px 0;display:flex;align-items:center;justify-content:center;background-size:cover;background-position:center;background-repeat:no-repeat}}@media(max-width:720px){.section-normal .section-content{padding:0 46px}.section-normal .section-content .title h1{font-size:32px;line-height:1.3}.section-normal .section-content .title h3{font-size:18px;line-height:1.7}}@media(max-width:480px){.section-normal{padding:120px 0}.section-normal .section-content{padding:0 36px}.section-normal .section-content .title{margin-bottom:60px}.section-normal .section-content .title h1{font-size:26px;line-height:1.3}.section-normal .section-content .title h3{font-size:16px;line-height:1.7}}@media(max-width:500px){.mobile-break{display:block}}.section-policy{width:100%;padding:160px 40px;background:#f7fafc;display:flex;align-items:center;justify-content:center;flex-direction:column}.section-policy .policy-inner{width:100%;max-width:1240px;padding:0 40px;display:flex;flex-direction:column}.section-policy .policy-inner .policy-title{font-size:32px;font-weight:700;margin-bottom:40px;color:#0f1623}.section-policy .policy-inner .policy-contents{display:flex;flex-direction:column;font-size:16px;color:#0f1623}.section-policy .policy-inner .policy-contents p{line-height:1.8}.header{position:fixed;top:0;width:100%;height:60px;z-index:1000;padding:0 40px;display:flex;align-items:center;justify-content:center;background-color:transparent;transition:background-color .3s ease,box-shadow .3s ease}.header .header-inner{width:100%;max-width:1240px;padding:0 56px;display:flex;justify-content:space-between;align-items:center}.header .logo{font-size:28px;font-weight:700;color:#fff}.header .logo img{height:32px;width:auto}.header .logo,.header .nav a{color:#fff;transition:color .3s ease}.header.scrolled{background-color:#fff;box-shadow:0 4px 20px #00000014}.header.scrolled .logo.gradient{background:linear-gradient(135deg,#83bb1b,#2e8b57);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.header.scrolled .nav a{color:#222}@media(max-width:1024px){.header,.header .header-inner{padding:0 30px}}.footer{width:100%;background:#0f1623;color:#fff;padding:60px 40px 30px;display:flex;flex-direction:column;align-items:center}.footer .footer-inner{width:100%;max-width:1240px;display:flex;grid-template-columns:1.2fr 1fr 1fr 1fr;gap:60px;margin-bottom:40px;justify-content:space-between}@media(max-width:900px){.footer .footer-inner{grid-template-columns:1fr 1fr}}@media(max-width:600px){.footer .footer-inner{grid-template-columns:1fr}}.footer .footer-col{display:flex;min-width:240px;flex-direction:column;gap:14px}.footer .footer-col .footer-title{font-size:20px;font-weight:700;margin-bottom:10px;color:#d8d8d8}.footer .footer-col ul{list-style:none;padding:0;margin:0}.footer .footer-col ul li{margin-bottom:8px;cursor:pointer;color:#cfcfcf;font-size:14px;text-decoration:none}.footer .footer-brand .footer-logo{font-size:24px;font-weight:800;margin-bottom:10px}.footer .footer-brand .footer-desc{color:#b8b8b8;font-size:14px;line-height:1.6;max-width:280px;margin-bottom:10px}.footer .footer-brand .footer-social{display:flex;gap:14px}.footer .footer-brand .footer-social svg{width:28px;height:28px;background:#1b2334;padding:6px;border-radius:8px;cursor:pointer;color:#fff;opacity:.9;transition:background .2s,transform .2s}.footer .footer-brand .footer-social svg:hover{background:#35405a;transform:translateY(-3px)}.footer .footer-bottom{width:100%;max-width:1440px;text-align:center;justify-content:center;padding-top:20px;border-top:1px solid #1f2633;color:#8d8d8d;font-size:14px}@media(max-width:1024px){.footer .footer-inner{padding:0 30px}}@media(max-width:720px){.footer{padding:50px 20px 20px}.footer .footer-inner{gap:20px;margin-bottom:20px;padding:0 10px}.footer .footer-col{min-width:180px}.footer .footer-col .footer-title{font-size:18px}.footer .footer-col ul li{font-size:12px}.footer .footer-brand .footer-logo{font-size:22px}.footer .footer-brand .footer-desc{font-size:12px}.footer .footer-brand .footer-social{gap:10px}.footer .footer-brand .footer-social svg{width:20px;height:20px}.footer .footer-bottom{font-size:12px}}@media(max-width:480px){.footer{padding:50px 30px 20px}.footer .footer-inner{gap:30px;margin-bottom:10px;flex-direction:column-reverse;padding:0 10px}.footer .footer-col{min-width:140px}.footer .footer-col .footer-title{font-size:16px}.footer .footer-col ul li{font-size:10px}.footer .footer-brand .footer-logo{font-size:20px}.footer .footer-brand .footer-desc{font-size:10px}.footer .footer-brand .footer-social{gap:10px}.footer .footer-brand .footer-social svg{width:20px;height:20px}.footer .footer-bottom{font-size:12px}}.download-popup-overlay{position:fixed;inset:0;background:#00000073;display:flex;justify-content:center;align-items:center;animation:fadeIn .2s ease;z-index:1000}.download-popup-wrapper{display:flex;flex-direction:column;align-items:center}.download-popup{display:flex;flex-direction:column;background:#fff;max-width:95vw;width:420px;padding:0;border-radius:16px;position:relative;text-align:center;box-shadow:0 8px 40px #0006;animation:modalPop .2s ease;overflow:hidden}.download-popup .popup-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;overflow:hidden}.download-popup .popup-background .popup-bg-image{width:100%;height:100%;object-fit:cover;display:block}.download-popup .popup-content{display:flex;flex-direction:column;align-items:center;position:relative;z-index:1;padding:35px 30px 30px;min-height:550px;justify-content:space-between}.download-popup .popup-content .popup-header{display:flex;flex-direction:column;align-items:center;width:100%}.download-popup .popup-content .popup-header h3{margin:20px 0 12px;display:flex;flex-direction:column;align-items:center;gap:8px;line-height:1.4}.download-popup .popup-content .popup-header h3 .title-main{font-size:28px;font-weight:800;color:#000}.download-popup .popup-content .popup-header h3 .title-sub{font-size:18px;font-weight:500;color:#333}.download-popup .popup-content .popup-header p{margin:0;font-size:16px;color:#333;line-height:1.5}.download-popup .qr-display-area{display:flex;justify-content:center;align-items:center;margin:20px 0;z-index:2}.download-popup .qr-display-area .qr-image{width:180px;height:180px;display:block;background:#fff;padding:12px;border-radius:12px;box-shadow:0 4px 12px #00000026}.download-popup .download-area{display:flex;flex-direction:column;align-items:center;justify-content:flex-end;gap:12px;width:100%;margin-top:auto;padding-bottom:0}.download-popup .android-download-btn{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:10px;width:100%;max-width:280px;padding:12px 20px;border:none;border-radius:12px;background:#fff;box-shadow:0 4px 12px #0003;cursor:pointer;transition:all .2s ease;box-sizing:border-box}.download-popup .android-download-btn img{width:36px;height:36px}.download-popup .android-download-btn span{font-size:17px;font-weight:600;color:#000}.download-popup .android-download-btn:hover{background:#f5f5f5;box-shadow:0 6px 16px #0000004d;transform:translateY(-2px)}.download-popup .android-download-btn:active{transform:translateY(0)}.download-popup .qr-toggle-btn{display:flex;align-items:center;justify-content:center;width:60px;height:60px;padding:0;border:none;border-radius:12px;background:#fff;box-shadow:0 4px 12px #0003;cursor:pointer;transition:all .2s ease;box-sizing:border-box}.download-popup .qr-toggle-btn img{width:36px;height:36px}.download-popup .qr-toggle-btn:hover{background:#f5f5f5;box-shadow:0 6px 16px #0000004d;transform:translateY(-2px)}.download-popup .qr-toggle-btn:active{transform:translateY(0)}.close-btn{position:absolute;top:12px;right:12px;border:none;background:#fffc;border-radius:50%;font-size:18px;font-weight:800;cursor:pointer;color:#666;width:32px;height:32px;display:flex;align-items:center;justify-content:center;transition:all .2s ease;z-index:2}.close-btn:hover{background:#fff;color:#000}.popup-buttons{display:flex;flex-direction:row;justify-content:center;gap:20px;margin-top:20px}.popup-buttons button{background:none;border:none;padding:0;font-size:14px;font-weight:400;color:#ddd;text-decoration:underline;cursor:pointer;transition:color .2s ease}.popup-buttons button:hover{color:#fff}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes modalPop{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}@media(max-width:768px){.download-popup{width:100%;max-width:95vw}}@media(max-width:480px){.download-popup .popup-content{padding:30px 20px 25px;min-height:480px}.download-popup .popup-content .popup-header h3 .title-main{font-size:24px}.download-popup .popup-content .popup-header h3 .title-sub{font-size:16px}.download-popup .qr-display-area{margin:15px 0}.download-popup .qr-display-area .qr-image{width:160px;height:160px;padding:10px}.download-popup .download-area{flex-direction:column;gap:12px;margin-bottom:18px}.download-popup .android-download-btn{max-width:100%;width:100%;padding:10px 20px}.download-popup .android-download-btn img{width:32px;height:32px}.download-popup .android-download-btn span{font-size:16px}.download-popup .qr-toggle-btn{width:50px;height:50px}.download-popup .qr-toggle-btn img{width:32px;height:32px}}
