:root{--primary-color:#000;--secondary-color:#fff;--text-color:#333;--gray-light:#f5f5f5;--gray-medium:#e0e0e0;--accent-color:#ff5a5f;--font-family:"Inter",sans-serif}*{box-sizing:border-box;margin:0;padding:0;-ms-overflow-style:none;scrollbar-width:none}::-webkit-scrollbar{display:none}body{font-family:var(--font-family);background-color:#fff;color:var(--text-color)}a{text-decoration:none;color:inherit}ul{list-style:none}body,html{overscroll-behavior-y:none;overscroll-behavior:none}@keyframes skeleton-pulse{0%{background-position:200% 0}to{background-position:-200% 0}}.app-container{max-width:430px;margin:0 auto;background-color:#fff;min-height:100vh;box-shadow:0 0 20px rgba(0,0,0,.05);position:relative;overflow-x:hidden}.global-bg-gradient{position:absolute;top:0;left:0;right:0;height:400px;background:linear-gradient(180deg,rgba(235,242,255,.4),hsla(0,0%,100%,0));z-index:0;pointer-events:none}.home-tabs{display:flex;gap:16px;padding:12px 24px 0;position:relative;z-index:1}.home-tab{background:none;border:none;padding:8px 0;font-size:16px;font-weight:600;color:#bbb;cursor:pointer;position:relative;transition:color .2s;font-family:inherit}.home-tab.active{color:#111;font-weight:800}.home-tab.active:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:#111;border-radius:1px}.kakao-floating-btn{position:fixed;bottom:24px;right:calc(50% - 215px + 16px);display:flex;align-items:center;gap:6px;background:#fee500;color:#371d1e;border:none;border-radius:24px;padding:10px 16px;font-size:14px;font-weight:700;text-decoration:none;box-shadow:0 4px 16px rgba(0,0,0,.15);z-index:90;cursor:pointer;transition:transform .2s,box-shadow .2s}.kakao-floating-btn:active{transform:scale(.95);box-shadow:0 2px 8px rgba(0,0,0,.15)}@media (max-width:430px){.kakao-floating-btn{right:16px}}.home-cta-banner{margin:1.5rem}@keyframes cardModalOverlayIn{0%{opacity:0}to{opacity:1}}@keyframes cardModalOverlayOut{0%{opacity:1}to{opacity:0}}@keyframes cardModalIn{0%{opacity:0;transform:scale(.85) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes cardModalOut{0%{opacity:1;transform:scale(1) translateY(0)}to{opacity:0;transform:scale(.85) translateY(20px)}}.card-result-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:99999;animation:cardModalOverlayIn .3s ease forwards}.card-result-overlay.closing{animation:cardModalOverlayOut .3s ease forwards}.card-result-modal{width:80%;max-width:320px;padding:40px 20px;text-align:center;background-color:#fff;border-radius:16px;animation:cardModalIn .35s cubic-bezier(.34,1.56,.64,1) forwards}.card-result-modal.closing{animation:cardModalOut .25s ease forwards}.card-result-icon{width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 24px}.card-result-icon.success{background:#e8f3ff}.card-result-icon.error{background:#fff0f0}.card-result-title{font-size:22px;font-weight:800;margin-bottom:32px;color:#111}.card-result-desc{font-size:15px;color:#666;line-height:1.6;margin-bottom:32px}.card-result-btn{width:100%;padding:16px;color:#fff;border:none;border-radius:12px;font-size:16px;font-weight:700;cursor:pointer;transition:opacity .2s}.card-result-btn:active{opacity:.85}.welcome-toast{position:fixed;bottom:100px;left:50%;transform:translateX(-50%);background:rgba(0,0,0,.8);color:#fff;padding:12px 24px;border-radius:12px;font-size:.9rem;font-weight:600;z-index:9999;white-space:nowrap;pointer-events:none;animation:welcomeToastAnim 3s ease forwards}@keyframes welcomeToastAnim{0%{opacity:0;transform:translateX(-50%) translateY(20px)}15%{opacity:1;transform:translateX(-50%) translateY(0)}80%{opacity:1;transform:translateX(-50%) translateY(0)}to{opacity:0;transform:translateX(-50%) translateY(20px)}}@keyframes promoOverlayIn{0%{opacity:0}to{opacity:1}}@keyframes promoOverlayOut{0%{opacity:1}to{opacity:0}}@keyframes promoCardIn{0%{opacity:0;transform:translateY(24px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes promoCardOut{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(12px) scale(.98)}}.promo-popup-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:99998;padding:32px;animation:promoOverlayIn .2s ease forwards}.promo-popup-overlay.closing{animation:promoOverlayOut .2s ease forwards}.promo-popup-card{width:100%;max-width:340px;background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 4px 24px rgba(0,0,0,.08),0 16px 56px rgba(0,0,0,.12);animation:promoCardIn .4s cubic-bezier(.16,1,.3,1) forwards}.promo-popup-card.closing{animation:promoCardOut .2s ease forwards}.promo-popup-visual{position:relative;overflow:hidden}.promo-popup-img{width:100%;height:200px;object-fit:cover;object-position:center center;display:block}.promo-popup-visual:after{content:"";position:absolute;bottom:0;left:0;right:0;height:50px;background:linear-gradient(180deg,hsla(0,0%,100%,0) 0,#fff);pointer-events:none}.promo-popup-body{padding:4px 24px 12px;text-align:center}.promo-popup-title{font-size:21px;font-weight:700;color:#191f28;margin:0 0 8px;line-height:1.45;letter-spacing:-.5px;word-break:keep-all}.promo-popup-title strong{font-weight:900;font-size:24px}.promo-popup-desc{font-size:14px;color:#8b95a1;margin:0;font-weight:400;line-height:1.6;letter-spacing:-.2px}.promo-popup-actions{padding:20px;display:flex;flex-direction:column;gap:4px}.promo-popup-btn{width:100%;border:none;border-radius:14px;font-size:16px;font-weight:700;cursor:pointer;transition:opacity .15s,transform .1s;font-family:inherit;letter-spacing:-.3px}.promo-popup-btn:active{transform:scale(.98)}.promo-popup-btn.primary{padding:16px 0;background:#3182f6;color:#fff}.promo-popup-btn.primary:active{opacity:.9}.promo-popup-btn.dismiss{padding:10px 0;background:none;color:#b0b8c1;font-size:13px;font-weight:400;letter-spacing:-.1px}.navbar{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;background-color:hsla(0,0%,100%,.7);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);position:-webkit-sticky;position:sticky;top:0;z-index:100;border-bottom:1px solid rgba(0,0,0,.03)}.navbar-logo{height:24px}.navbar-links{display:flex;gap:1.5rem;font-size:.9rem;font-weight:500;color:var(--text-color)}.navbar-link:hover{text-decoration:underline}.hero{position:relative;padding:1.5rem;overflow:hidden;text-align:left;background:linear-gradient(135deg,#ebf3ff,#d6e8ff);height:148px;display:flex;flex-direction:column;justify-content:center}.hero-decoration{position:absolute;top:0;left:0;right:0;height:200px;background:linear-gradient(180deg,#ebf3ff,#f4f8ff 70%,hsla(0,0%,100%,0));z-index:0}.hero-content{position:relative;z-index:1}.hero-title{font-size:1.8rem;font-weight:800;line-height:1.3;color:var(--text-color);margin-bottom:.8rem;letter-spacing:-.02em}.highlight-text{color:#3b82f6;background:linear-gradient(90deg,#2563eb,#3b82f6);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;display:inline-block}.hero-subtitle{font-size:.82rem;color:#666;font-weight:400;line-height:1.5;white-space:nowrap}.hero-row{display:flex;align-items:center;justify-content:space-between}.hero-text{flex:1 1}.hero-car-img{width:130px;height:130px;object-fit:contain;flex-shrink:0;margin-right:-10px;margin-left:-20px;mix-blend-mode:multiply}.hero-carousel-wrapper{position:relative;overflow:hidden}.hero-carousel-scroll{display:flex;will-change:transform}.hero-carousel-scroll.animating{transition:transform .45s cubic-bezier(.25,1,.5,1)}.hero-carousel-scroll::-webkit-scrollbar{display:none}.hero-carousel-slide{min-width:100%;position:relative;flex-shrink:0}.hero-event-slide{padding:1.5rem;text-align:left;position:relative;height:148px;overflow:hidden;display:flex;flex-direction:column;justify-content:center}.hero-event-row{display:flex;align-items:center;justify-content:space-between}.hero-event-text{flex:1 1}.hero-event-line1{color:#191f28;margin:0}.hero-event-line1,.hero-event-line2{font-size:1.8rem;font-weight:800;line-height:1.3;letter-spacing:-.02em}.hero-event-line2{margin:0 0 .6rem}.hero-event-sub{font-size:.82rem;color:#666;margin:0;font-weight:400}.hero-event-icon{width:120px;height:120px;object-fit:contain;flex-shrink:0;margin-left:-10px}.hero-slide-counter{position:absolute;bottom:20px;right:16px;background:rgba(0,0,0,.35);border-radius:12px;padding:3px 10px;font-size:11px;color:#fff;display:flex;align-items:center;gap:1px}.hero-slide-current{font-weight:700}.hero-slide-sep{opacity:.6;margin:0 2px}.hero-slide-total{opacity:.6}.card-news-section{padding:.9rem .6rem .4rem}.card-news-grid,.card-news-item{display:flex;gap:8px}.card-news-item{border-radius:14px;padding:0 0 0 10px;cursor:pointer;transition:transform .2s;flex-direction:row;align-items:center;justify-content:space-between;min-width:0}.card-news-item:active{transform:scale(.97)}.card-news-text{flex:1 1;min-width:0}.card-news-title{font-size:16px;font-weight:800;color:#191f28;margin:0 0 2px}.card-news-desc{font-size:12px;color:#8b95a1;margin:0;font-weight:400;white-space:nowrap}.card-news-icon{width:64px;height:64px;object-fit:contain;flex-shrink:0}.home-cta-banner{display:flex;align-items:center;justify-content:space-between;margin:0 1.5rem 1.5rem;padding:20px;background:#ebf3ff;border-radius:14px;text-decoration:none;transition:background .2s;position:relative;overflow:hidden}.home-cta-banner:active{background:#dce9fa}.home-cta-icon{position:absolute;right:-15px;bottom:-20px;width:90px;height:90px;object-fit:contain;opacity:.2;pointer-events:none}.home-cta-text{position:relative;z-index:1}.home-cta-title{font-size:14px;font-weight:700;color:#111;margin:0 0 4px}.home-cta-desc{font-size:12.5px;color:#888;margin:0}.home-cta-arrow{font-size:24px;color:#aaa;font-weight:300;flex-shrink:0;margin-left:12px;margin-right:60px;position:relative;z-index:1}.promo-scroll{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;margin:0 -1.5rem;padding:20px 1.5rem 4px}.promo-scroll::-webkit-scrollbar{display:none}.promo-card{flex:0 0 55%;max-width:220px;scroll-snap-align:start;border-radius:14px;padding:20px;position:relative;overflow:hidden;min-height:120px;display:flex;flex-direction:column;justify-content:center;cursor:pointer}.promo-dark{background:linear-gradient(135deg,#1a1c20,#2a2f39);color:#fff}.promo-light{background:#f0f4ff;color:#191f28}.promo-text{position:relative;z-index:2}.promo-text h3{font-size:15px;font-weight:800;margin:0 0 6px;line-height:1.3;display:flex;align-items:center;gap:6px}.promo-text p{font-size:12.5px;font-weight:500;margin:0;opacity:.7;line-height:1.4}.promo-badge{background:#e84545;color:#fff;font-size:10px;font-weight:800;padding:2px 7px;border-radius:4px;line-height:1}.promo-thumb{position:absolute;right:-5px;bottom:-10px;width:90px;height:90px;object-fit:contain;opacity:.15;z-index:1}.section-divider{height:8px;background:#f2f3f5;margin:1.2rem 0}.section-title-row{display:flex;align-items:center;justify-content:space-between;padding:0 1.5rem .4rem;margin:0;position:relative;z-index:200}.section-title{font-size:1.05rem;font-weight:800;color:#191f28;padding:0;margin:0;letter-spacing:-.02em}.brand-swiper{padding:.9rem 0 1rem;border-bottom:1px solid var(--gray-light);overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;margin-bottom:.8rem}@keyframes brandSwipeIn{0%{opacity:0}to{opacity:1}}.brand-swiper::-webkit-scrollbar{display:none}.brand-track{display:flex;--brand-gap:calc((min(100vw, 430px) - 330px) / 6);padding:0 0 0 var(--brand-gap);gap:var(--brand-gap)}.brand-track:after{content:"";flex:0 0 var(--brand-gap)}.brand-item{display:flex;flex-direction:column;align-items:center;gap:.5rem;min-width:60px;cursor:pointer}.brand-logo-container{width:60px;height:60px;border-radius:50%;background-color:var(--gray-light,#f0f0f0);display:flex;align-items:center;justify-content:center;padding:6px;transition:transform .2s,border-color .2s,background-color .2s,box-shadow .2s;border:2px solid transparent}.brand-item.selected .brand-logo-container{border-color:#3b82f6;background-color:#ebf3ff;box-shadow:0 4px 12px rgba(59,130,246,.2)}.brand-logo-container:active{transform:scale(.95)}.brand-logo{width:100%;height:100%;object-fit:contain}.brand-name{font-size:.75rem;color:#888;font-weight:500;text-align:center;transition:color .2s;margin-top:.2rem}.brand-item.selected .brand-name{color:#3b82f6;font-weight:700}.brand-logo-small{width:80%!important;height:80%!important}.brand-logo-large{width:200%!important;height:200%!important}.filter-bar,.filter-bar-wrapper{position:relative;z-index:50}.filter-bar{padding:.5rem 1.5rem 0;margin-bottom:0;display:flex;align-items:center;justify-content:space-between}.rent-filter-chips{display:flex;gap:6px;padding:0 1.5rem .8rem;margin-top:0}.rent-check-chip{display:inline-flex;align-items:center;gap:4px;padding:4px 12px 4px 8px;border-radius:20px;border:none;background:transparent;color:#888;font-size:.75rem;font-weight:500;cursor:pointer;transition:all .2s ease;font-family:inherit;white-space:nowrap}.rent-check-chip:active{transform:scale(.96)}.rent-check-chip.active{color:#191f28}.rent-check-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0}.filter-tabs{display:flex;gap:0}.filter-tab{background:none;border:none;padding:8px 10px 10px;font-size:.88rem;font-weight:600;color:#bbb;cursor:pointer;position:relative;transition:color .2s;font-family:inherit;white-space:nowrap}.filter-tab:first-child{padding-left:0}.filter-tab.active{color:#111;font-weight:700}.filter-tab.active:after{content:"";position:absolute;bottom:0;left:10px;right:10px;height:2.5px;background:#111;border-radius:2px}.filter-tab:first-child.active:after{left:0}.sort-dropdown-container{position:relative;display:inline-block}.sort-trigger{display:flex;align-items:center;gap:.5rem;background:none;border:none;font-size:.8rem;font-weight:700;color:var(--text-color);cursor:pointer;padding:.5rem 0}.dropdown-arrow{width:12px;height:8px;transition:transform .3s ease}.dropdown-arrow.open{transform:rotate(180deg)}.sort-dropdown-menu{position:absolute;top:100%;right:0;width:200px;background-color:#fff;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.1);padding:.5rem 0;margin-top:.5rem;z-index:1000;overflow:hidden;animation:fadeIn .2s ease-out}.sort-option-item{padding:.8rem 1.2rem;font-size:.9rem;color:#666;cursor:pointer;transition:background-color .2s;font-weight:500}.sort-option-item:hover{background-color:#f7f7f7}.sort-option-item.active{color:var(--text-color);font-weight:700;background-color:#f7f7f7}.dropdown-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:40;background:transparent}.car-list{padding:0 1.5rem 1.5rem;display:flex;flex-direction:column;gap:1.5rem;min-height:200px}.load-more-btn{display:flex;align-items:center;justify-content:center;gap:6px;width:100%;padding:14px 0;background:#f5f5f5;border:none;border-radius:12px;font-size:.9rem;font-weight:600;color:#555;cursor:pointer;transition:background-color .2s,color .2s}.load-more-btn:hover{background:#eee;color:#333}.load-more-btn:active{transform:scale(.98)}.empty-car-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:6rem 1rem;background-color:transparent;text-align:center;gap:1.5rem}.empty-car-icon{width:50px;height:50px;opacity:.8}.empty-car-text{color:#555;font-size:.95rem;font-weight:500}.supercar-list{padding:0 1.5rem 1.5rem;display:flex;flex-direction:column;gap:1.5rem;min-height:200px}.supercar-list .car-card{cursor:pointer}.supercar-list .car-image{transform:scale(1.8) translate(20%,17%);transform-origin:right bottom}.supercar-toast{position:fixed;bottom:100px;left:50%;transform:translateX(-50%) translateY(20px);background:rgba(0,0,0,.8);color:#fff;padding:12px 24px;border-radius:12px;font-size:.9rem;font-weight:600;z-index:9999;opacity:0;pointer-events:none;transition:opacity .3s ease,transform .3s ease;white-space:nowrap}.supercar-toast.show{opacity:1;transform:translateX(-50%) translateY(0)}.car-card{background-color:#f7f7f7;border-radius:20px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.04);padding:1.2rem 1.5rem .8rem;position:relative;transition:transform .2s}.car-card:active{transform:scale(.98)}.car-info{display:flex;flex-direction:column;position:relative;z-index:1}.car-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.2rem}.arrow-icon{font-size:1.2rem;color:#ccc;font-weight:300}.car-brand-model{display:flex;align-items:center;gap:.5rem;min-width:0;flex:1 1}.car-model{font-size:1.1rem;font-weight:700;color:var(--text-color);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.car-tag-badge{font-size:.7rem;background-color:#f0f0f0;color:#666;padding:2px 6px;border-radius:4px;flex-shrink:0;white-space:nowrap}.car-card--subscribed{opacity:.55;pointer-events:auto}.car-card--subscribed:hover{opacity:.55}.car-tag-badge--subscribed{background-color:#3b82f6;color:#fff;font-weight:600}.car-price-row{display:flex;align-items:baseline;gap:.3rem;margin-bottom:.2rem}.car-price{font-size:1.5rem;font-weight:800;color:var(--text-color)}.car-price-suffix{font-size:1.1rem;font-weight:400;color:var(--text-color)}.car-details-row{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:#888;margin-bottom:0}.separator{color:#ddd}.car-image-wrapper{margin-top:-30px;margin-right:-20px;margin-bottom:-12px;display:flex;justify-content:flex-end;min-height:160px}.car-image{width:85%;max-width:350px;height:160px;object-fit:contain;opacity:0;transition:opacity .5s ease}.car-image.loaded{opacity:1}.car-card--no-review .car-image-wrapper{overflow:hidden}.car-card--no-review .car-image{width:100%;max-width:400px;transform:scale(1.35) translate(15px,-13px);transform-origin:center center}.car-card--supercar .car-image-wrapper{min-height:220px;margin-bottom:-15px}.car-card--supercar .car-image{width:100%;max-width:420px;height:220px;transform:scale(1.15) translateY(-5px);transform-origin:center center}.footer{background-color:#fff;color:#666;padding:2rem 1.5rem 3rem;font-size:.8rem;line-height:1.6;text-align:left;border-top:1px solid #f0f0f0}.footer-links{display:flex;gap:1.2rem;margin-bottom:1rem}.footer-link{color:#333;font-weight:700;text-decoration:none;font-size:.95rem}.footer-info{margin-bottom:1.5rem}.footer-info p{margin-bottom:.3rem;color:#888}.footer-copyright{font-size:.75rem;color:#aaa;margin-top:1rem}.svc-page{max-width:430px;margin:0 auto;background:#fff;min-height:100vh}.svc-page-header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;position:-webkit-sticky;position:sticky;top:0;z-index:100;background:hsla(0,0%,100%,.85);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(0,0,0,.04)}.svc-page-header-title{font-size:16px;font-weight:700;color:#111}.svc-back-btn{background:none;border:none;cursor:pointer;padding:4px;color:#111}.svc-hero{padding:48px 24px 40px;background:linear-gradient(180deg,#ebf3ff,#fff);text-align:center}.svc-hero-badge{display:inline-block;font-size:11px;font-weight:800;letter-spacing:1.5px;color:#3b82f6;background:rgba(59,130,246,.08);padding:5px 14px;border-radius:20px;margin-bottom:20px}.svc-hero-title{font-size:28px;font-weight:800;line-height:1.35;color:#111;margin:0 0 16px}.svc-hero-highlight{background:linear-gradient(90deg,#2563eb,#3b82f6);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.svc-hero-desc{font-size:14px;color:#666;line-height:1.7;margin:0}.svc-section{padding:48px 24px}.svc-section--gray{background:#f8f9fa}.svc-section--dark{background:#1a1c20;color:#fff}.svc-section--trust{text-align:center;background:#f8f9fa}.svc-badge{display:inline-block;font-size:11px;font-weight:800;letter-spacing:1px;color:#3b82f6;background:rgba(59,130,246,.08);padding:4px 12px;border-radius:16px;margin-bottom:12px}.svc-section--dark .svc-badge{background:rgba(59,130,246,.2)}.svc-section-title{font-size:22px;font-weight:800;color:#111;line-height:1.4;margin:0 0 8px}.svc-section--dark .svc-section-title{color:#fff}.svc-section-desc{font-size:14px;color:#888;line-height:1.6;margin:0 0 28px}.svc-section--dark .svc-section-desc{color:#aaa}.svc-point-grid{display:flex;flex-direction:column;gap:16px}.svc-point-card{background:#f8f9fa;border-radius:16px;padding:24px;position:relative;overflow:hidden}.svc-point-card-top{margin-bottom:8px}.svc-point-badge{font-size:10px;font-weight:800;color:#3b82f6;letter-spacing:.5px}.svc-point-title{font-size:18px;font-weight:800;color:#111;line-height:1.4;margin:6px 0 0;white-space:pre-line}.svc-point-desc{font-size:13.5px;color:#666;line-height:1.6;margin:0;max-width:70%}.svc-point-icon{position:absolute;right:16px;bottom:16px;width:64px;height:64px;opacity:.9}.svc-point-icon img{width:100%;height:100%;object-fit:contain}.svc-steps{display:flex;flex-direction:column;gap:0}.svc-step{display:flex;gap:16px;padding:20px 0;border-bottom:1px solid #eee}.svc-step:last-child{border-bottom:none}.svc-step-num{flex-shrink:0;width:32px;height:32px;border-radius:50%;background:#3b82f6;color:#fff;font-size:14px;font-weight:800;display:flex;align-items:center;justify-content:center}.svc-step-body h4{font-size:15px;font-weight:700;color:#111;margin:0 0 4px}.svc-step-body p{font-size:13.5px;color:#666;line-height:1.6;margin:0}.svc-risk-tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:8px}.svc-risk-tags span{background:#fff0f0;color:#d32f2f;font-size:13px;font-weight:600;padding:8px 14px;border-radius:10px}.svc-risk-footnote{font-size:12px;color:#aaa;margin:0 0 24px}.svc-risk-solution{background:#f0f7ff;border-radius:16px;padding:24px;text-align:center}.svc-risk-solution h3{font-size:18px;font-weight:800;color:#111;margin:0 0 8px}.svc-risk-solution p{font-size:14px;color:#555;line-height:1.6;margin:0}.svc-trust-logos{display:flex;align-items:center;justify-content:center;gap:32px;margin:24px 0}.svc-trust-logos img{width:80px;height:80px;object-fit:contain;opacity:.15}.svc-trust-body{font-size:14px;color:#555;line-height:1.7;margin:0}.svc-faq-title{font-size:24px;font-weight:800;color:#fff;margin:0 0 4px}.svc-faq-subtitle{font-size:14px;color:#888;margin:0 0 24px}.svc-faq-list{display:flex;flex-direction:column;gap:0}.svc-faq-item{border-bottom:1px solid hsla(0,0%,100%,.08);cursor:pointer}.svc-faq-question{display:flex;align-items:center;gap:8px;padding:16px 0}.svc-faq-q{font-size:15px;font-weight:800;color:#3b82f6;flex-shrink:0}.svc-faq-question h4{font-size:14px;font-weight:600;color:#eee;margin:0;flex:1 1}.svc-faq-arrow{flex-shrink:0;color:#666;transition:transform .3s}.svc-faq-arrow.open{transform:rotate(180deg)}.svc-faq-answer{display:flex;gap:8px;padding:0 0 16px}.svc-faq-a{font-size:14px;font-weight:800;color:#3b82f6;flex-shrink:0}.svc-faq-answer p{font-size:13.5px;color:#aaa;line-height:1.7;margin:0;white-space:pre-line}.svc-cta{padding:48px 24px 64px;text-align:center;background:#fff}.svc-cta h2{font-size:20px;font-weight:800;color:#111;margin:0 0 20px}.svc-cta-btn{display:inline-block;padding:14px 40px;background:#111;color:#fff;border:none;border-radius:12px;font-size:15px;font-weight:700;cursor:pointer;transition:opacity .2s}.svc-cta-btn:active{opacity:.8}.dash-login-wrap{display:flex;align-items:center;justify-content:center;min-height:100vh;background:#f5f5f5}.dash-login-form{background:#fff;padding:40px;border-radius:12px;box-shadow:0 2px 12px rgba(0,0,0,.08);width:320px;text-align:center}.dash-login-form h2{margin:0 0 20px;font-size:20px;color:#222}.dash-login-form input{width:100%;padding:12px 14px;border:1px solid #ddd;border-radius:8px;font-size:14px;margin-bottom:12px;box-sizing:border-box}.dash-login-form input:focus{border-color:#2563eb;outline:none}.dash-login-form button{width:100%;padding:12px;background:#2563eb;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer}.dash-login-form button:hover{background:#1d4ed8}.dash-wrap{display:flex;min-height:100vh;background:#f7f8fa;font-family:Pretendard,Inter,sans-serif;color:#222}.dash-side{width:200px;background:#fff;border-right:1px solid #e5e7eb;padding:20px 0;flex-shrink:0}.dash-side-title{font-size:18px;font-weight:800;color:#2563eb;padding:0 20px 20px;border-bottom:1px solid #e5e7eb;margin-bottom:8px}.dash-menu-item{display:block;width:100%;padding:11px 20px;background:none;border:none;text-align:left;font-size:14px;color:#555;cursor:pointer;transition:all .15s}.dash-menu-item:hover{background:#f3f4f6;color:#222}.dash-menu-item.active{background:#eff6ff;color:#2563eb;font-weight:600;border-left:3px solid #2563eb;padding-left:17px}.dash-content{flex:1 1;padding:32px;max-width:1200px;overflow-y:auto}.dash-content h1{font-size:22px;font-weight:700;margin:0 0 4px;color:#111}.dash-desc{color:#888;font-size:13px;margin:0 0 20px}.dash-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.dash-header h1{margin:0}.dash-header p{margin:2px 0 0}.dash-btn{padding:9px 18px;border:none;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;transition:all .15s}.dash-btn.blue{background:#2563eb;color:#fff}.dash-btn.blue:hover{background:#1d4ed8}.dash-btn.gray{background:#f3f4f6;color:#333;border:1px solid #ddd}.dash-btn.gray:hover{background:#e5e7eb}.dash-btn.red{background:#ef4444;color:#fff}.dash-btn.red:hover{background:#dc2626}.dash-btn:disabled{opacity:.5;cursor:not-allowed}.full-btn{width:100%;padding:14px;font-size:15px;margin-top:16px}.dash-btn-row{display:flex;gap:10px;margin-bottom:20px}.dash-btn-xs{padding:4px 10px;border:none;border-radius:5px;font-size:11px;font-weight:600;cursor:pointer;margin-right:4px}.dash-btn-xs.blue{background:#2563eb;color:#fff}.dash-btn-xs.blue:hover{background:#1d4ed8}.dash-btn-xs.red{background:#ef4444;color:#fff}.dash-btn-xs.red:hover{background:#dc2626}.dash-link{font-size:11px;color:#2563eb;margin-left:4px}.dash-tag{display:inline-block;padding:3px 8px;border-radius:4px;font-size:11px;font-weight:600}.dash-tag.active,.dash-tag.available,.dash-tag.confirmed,.dash-tag.done{background:#dcfce7;color:#166534}.dash-tag.new,.dash-tag.reserved,.dash-tag.running{background:#dbeafe;color:#1e40af}.dash-tag.registered,.dash-tag.subscribed{background:#ede9fe;color:#5b21b6}.dash-tag.error,.dash-tag.outdated{background:#fee2e2;color:#991b1b}.dash-tag.fast_shipping{background:#fef3c7;color:#92400e}.dash-card-list{display:flex;flex-direction:column;gap:8px}.dash-accordion{background:#fff;border:1px solid #e5e7eb;border-radius:10px;overflow:hidden;transition:box-shadow .2s}.dash-accordion.open{box-shadow:0 2px 8px rgba(0,0,0,.06)}.dash-accordion-head{display:flex;align-items:center;gap:12px;padding:12px 16px;cursor:pointer;transition:background .15s}.dash-accordion-head:hover{background:#f9fafb}.dash-thumb{object-fit:cover}.dash-thumb,.dash-thumb-empty{width:56px;height:40px;border-radius:6px}.dash-thumb-empty{background:#f3f4f6;display:flex;align-items:center;justify-content:center;color:#aaa;font-size:12px}.dash-accordion-info{flex:1 1;min-width:0}.dash-accordion-title{font-weight:600;font-size:14px;color:#111}.dash-accordion-meta{font-size:12px;color:#888;margin-top:2px}.dash-arrow{color:#aaa;font-size:10px}.dash-accordion-body{padding:12px 16px 16px;border-top:1px solid #f0f0f0;font-size:13px;color:#444}.dash-accordion-body p{margin:4px 0}.dash-empty-text{text-align:center;padding:40px;color:#aaa;font-size:14px}.dash-form{margin-top:16px}.dash-form-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;gap:14px}.dash-field{display:flex;flex-direction:column}.dash-field.full{grid-column:1/-1}.dash-field label{font-size:12px;font-weight:600;color:#555;margin-bottom:4px}.dash-field input,.dash-field select,.dash-field textarea{padding:10px 12px;border:1px solid #ddd;border-radius:8px;font-size:14px;background:#fff;color:#222}.dash-field input:focus,.dash-field select:focus,.dash-field textarea:focus{border-color:#2563eb;outline:none}.dash-note{font-size:11px;color:#2563eb;margin-top:4px}.dash-drop-zone{border:2px dashed #d1d5db;border-radius:10px;padding:24px;text-align:center;cursor:pointer;transition:all .2s;background:#fafbfc;margin-top:4px}.dash-drop-zone:hover{border-color:#2563eb;background:#eff6ff}.dash-drop-zone.drag-over{border-color:#2563eb;background:#dbeafe}.dash-drop-text{font-size:13px;color:#888}.dash-images{display:flex;gap:8px;flex-wrap:wrap;margin-top:8px}.dash-img-item{position:relative;width:90px;height:65px;border-radius:6px;overflow:hidden;border:1px solid #e5e7eb;cursor:-webkit-grab;cursor:grab}.dash-img-item img{width:100%;height:100%;object-fit:cover}.dash-img-order{left:4px;padding:1px 5px;border-radius:3px}.dash-img-order,.dash-img-remove{position:absolute;top:2px;background:rgba(0,0,0,.5);color:#fff;font-size:10px}.dash-img-remove{right:2px;border:none;cursor:pointer;width:18px;height:18px;border-radius:50%;line-height:1}.dash-stat-row{display:flex;gap:10px;margin-bottom:16px;flex-wrap:wrap}.dash-stat{padding:8px 14px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;font-size:12px;color:#888;cursor:pointer;transition:all .15s}.dash-stat:hover{border-color:#2563eb}.dash-stat b{color:#222;font-size:16px;margin-left:4px}.dash-stat.confirmed b{color:#166534}.dash-stat.new b{color:#1e40af}.dash-stat.outdated b{color:#991b1b}.dash-stat.registered b{color:#5b21b6}.dash-filter-row{display:flex;gap:10px;margin-bottom:14px;align-items:center;flex-wrap:wrap}.dash-input{flex:1 1;min-width:180px;padding:9px 12px;border:1px solid #ddd;border-radius:8px;font-size:13px}.dash-input:focus{border-color:#2563eb;outline:none}.dash-input::placeholder{color:#bbb}.dash-select{padding:9px 12px;border:1px solid #ddd;border-radius:8px;font-size:13px;background:#fff}.dash-table-box{background:#fff;border:1px solid #e5e7eb;border-radius:10px;overflow-x:auto}.dash-table{width:100%;border-collapse:collapse;font-size:12px}.dash-table thead{background:#f9fafb}.dash-table th{padding:10px 12px;text-align:left;font-weight:600;color:#888;font-size:11px;text-transform:uppercase;border-bottom:1px solid #e5e7eb;white-space:nowrap}.dash-table td{padding:9px 12px;border-bottom:1px solid #f0f0f0;color:#333}.dash-table tbody tr:hover{background:#f9fafb}.td-model{max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dash-table-note{text-align:center;padding:10px;color:#aaa;font-size:12px}.dash-log{background:#fff;border:1px solid #e5e7eb;border-radius:10px;overflow:hidden}.dash-log-head{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;border-bottom:1px solid #f0f0f0}.dash-log-pre{padding:14px 16px;margin:0;font-family:JetBrains Mono,monospace;font-size:11px;line-height:1.5;color:#555;max-height:360px;overflow-y:auto;white-space:pre-wrap;word-break:break-all;background:#fafbfc}.dash-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.45);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:1000;display:flex;align-items:center;justify-content:center;padding:20px}.dash-modal{background:#fff;border-radius:14px;width:100%;max-width:920px;max-height:90vh;overflow-y:auto;padding:28px;box-shadow:0 16px 48px rgba(0,0,0,.15);animation:modalIn .2s ease}@keyframes modalIn{0%{opacity:0;transform:scale(.96) translateY(8px)}to{opacity:1;transform:scale(1) translateY(0)}}.dash-modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.dash-modal-header h2{margin:0;font-size:18px;color:#111}.dash-modal-close{background:none;border:none;color:#999;font-size:18px;cursor:pointer;padding:4px 8px;border-radius:6px}.dash-modal-close:hover{background:#f3f4f6;color:#333}.dash-modal-car-name{color:#888;font-size:13px;margin:0 0 18px}.dash-modal-images{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:12px;gap:12px;margin-bottom:20px}.dash-modal-img-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;padding:10px;text-align:center}.dash-modal-img-card.highlight{border-color:#2563eb;box-shadow:0 0 0 2px rgba(37,99,235,.12)}.dash-modal-img-card h4{margin:0 0 8px;font-size:12px;color:#888;font-weight:600}.dash-modal-img-card.highlight h4{color:#2563eb}.dash-modal-img-card img{width:100%;max-height:240px;object-fit:contain;border-radius:6px;background:repeating-conic-gradient(#eee 0 25%,#fff 0 50%) 0 0 /14px 14px}.dash-modal-actions{display:flex;gap:8px;justify-content:flex-end}.dash-btn-xs:disabled{opacity:.5;cursor:not-allowed}.register-modal{max-width:680px}.register-car-info{background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;padding:16px;margin-bottom:16px;display:grid;grid-template-columns:1fr 1fr;grid-gap:8px 24px;gap:8px 24px}.register-info-row{display:flex;justify-content:space-between;padding:4px 0}.register-label{font-size:12px;color:#888;font-weight:500}.register-value{font-size:13px;color:#222;font-weight:600}.register-value.highlight{color:#2563eb;font-size:14px}.register-progress{display:flex;flex-direction:column;gap:6px;margin-bottom:16px;padding:12px 16px;background:#fafbfc;border:1px solid #e5e7eb;border-radius:8px}.register-step{display:flex;align-items:center;gap:8px;font-size:13px;color:#aaa;transition:color .2s}.register-step.active{color:#2563eb;font-weight:600}.register-step.done{color:#166534}.register-step.error{color:#dc2626;font-weight:600}.step-icon{font-size:14px;width:20px;text-align:center}.register-images{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px;margin-bottom:20px}.register-img-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;padding:10px;text-align:center}.register-img-card.highlight{border-color:#2563eb;box-shadow:0 0 0 2px rgba(37,99,235,.12)}.register-img-card h4{margin:0 0 8px;font-size:12px;color:#888;font-weight:600}.register-img-card.highlight h4{color:#2563eb}.register-img-card img{width:100%;max-height:280px;object-fit:contain;border-radius:6px;background:repeating-conic-gradient(#eee 0 25%,#fff 0 50%) 0 0 /14px 14px}.register-img-placeholder{height:200px;display:flex;align-items:center;justify-content:center;color:#bbb;font-size:13px;border:2px dashed #e5e7eb;border-radius:8px}.register-img-placeholder.pulse{animation:pulseAnim 1.2s infinite;color:#2563eb;border-color:#93c5fd}@keyframes pulseAnim{0%,to{opacity:1}50%{opacity:.5}}@media (max-width:768px){.dash-wrap{flex-direction:column}.dash-side{width:100%;display:flex;overflow-x:auto;padding:0;border-right:none;border-bottom:1px solid #e5e7eb}.dash-side-title{display:none}.dash-menu-item{white-space:nowrap;padding:12px 16px;border-left:none!important}.dash-menu-item.active{border-bottom:2px solid #2563eb;padding-left:16px}.dash-content{padding:16px}.dash-form-grid{grid-template-columns:1fr}}.art-wrapper{min-height:100vh;background:#f5f6f8;display:flex;justify-content:center}.art-container{max-width:430px;width:100%;background:#fff;min-height:100vh;position:relative}.art-header{display:flex;align-items:center;justify-content:space-between;padding:.8rem;position:-webkit-sticky;position:sticky;top:0;background:hsla(0,0%,100%,.9);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);z-index:100;border-bottom:1px solid rgba(0,0,0,.04)}.art-header-title{font-size:1.2rem;font-weight:700;color:#191f28;letter-spacing:-.02em}.art-back-btn{background:none;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;color:#111}.art-list-content{padding:0 1.5rem 2rem}.art-banner{position:relative;width:calc(100% + 3rem);margin-left:-1.5rem;height:180px;overflow:hidden}.art-banner img{width:100%;height:100%;object-fit:cover;display:block}.art-banner-overlay{position:absolute;bottom:0;left:0;right:0;padding:0 1.5rem 1rem;background:linear-gradient(transparent,hsla(0,0%,100%,.7) 50%,hsla(0,0%,100%,.95));display:flex;align-items:flex-end}.art-banner-overlay .art-category-bar{border-bottom:none;margin-bottom:0;padding-bottom:0}.art-page-title{font-size:1.5rem;font-weight:800;color:#191f28;margin:0 0 1.2rem;letter-spacing:-.03em}.art-category-bar{display:flex;gap:8px;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:1rem;border-bottom:1px solid #f0f0f0;margin-bottom:.5rem}.art-category-bar::-webkit-scrollbar{display:none}.art-category-chip{flex-shrink:0;background:#fff;border:1.5px solid #e5e5e5;border-radius:20px;padding:7px 16px;font-size:.85rem;font-weight:600;color:#666;cursor:pointer;transition:all .2s;font-family:inherit;white-space:nowrap}.art-category-chip.active{background:#191f28;border-color:#191f28;color:#fff}.art-category-chip:active{transform:scale(.96)}.art-list{display:flex;flex-direction:column}.art-card{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:1.2rem 0;border-bottom:1px solid #f2f3f5;cursor:pointer;transition:background .15s}.art-card:active{background:#fafafa}.art-card-text{flex:1 1;min-width:0}.art-card-title{font-size:1.05rem;font-weight:700;color:#191f28;margin:0 0 6px;line-height:1.4;letter-spacing:-.02em}.art-card-subtitle{font-size:.85rem;color:#8b95a1;margin:0 0 8px;line-height:1.4;font-weight:400}.art-card-meta{display:flex;align-items:center;gap:5px;font-size:.75rem;color:#adb5bd;font-weight:400}.art-card-dot{color:#d5d8dc}.art-empty{text-align:center;padding:4rem 1rem;color:#999}.art-loading{display:flex;flex-direction:column}.art-skeleton-card{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:1.2rem 0;border-bottom:1px solid #f2f3f5}.art-skeleton-text{flex:1 1;display:flex;flex-direction:column;gap:10px}.art-skeleton-line{height:14px;border-radius:6px;background:linear-gradient(90deg,#f0f0f0 25%,#e8e8e8 50%,#f0f0f0 75%);background-size:200% 100%;animation:shimmerArt 1.5s infinite}.art-skeleton-line.long{width:80%}.art-skeleton-line.short{width:50%}.art-skeleton-thumb{width:80px;height:80px;border-radius:10px;background:linear-gradient(90deg,#f0f0f0 25%,#e8e8e8 50%,#f0f0f0 75%);background-size:200% 100%;animation:shimmerArt 1.5s infinite;flex-shrink:0}@keyframes shimmerArt{0%{background-position:200% 0}to{background-position:-200% 0}}.art-detail-content{padding:.5rem 1.5rem 3rem}.art-detail-meta{display:flex;align-items:center;gap:5px;margin-bottom:12px}.art-detail-category{font-size:.78rem;font-weight:700;color:#2d8cff;background:#ebf3ff;padding:4px 10px;border-radius:6px}.art-detail-date,.art-detail-views{font-size:.78rem;color:#adb5bd}.art-detail-dot{font-size:.78rem;color:#d5d8dc}.art-detail-title{font-size:1.5rem;font-weight:800;color:#191f28;line-height:1.35;margin:0 0 8px;letter-spacing:-.03em}.art-detail-subtitle{font-size:.92rem;color:#8b95a1;margin:0 0 .8rem;line-height:1.5;font-weight:400}.art-toc{background:#f8f9fc;border-radius:12px;padding:16px 18px;margin:1.2rem 0 1.5rem}.art-toc-label{font-size:.78rem;font-weight:700;color:#8b95a1;display:block;margin-bottom:10px;letter-spacing:.02em}.art-toc-list{display:flex;flex-direction:column;gap:8px}.art-toc-item{font-size:.88rem;color:#4e5968;font-weight:500;padding:6px 0;line-height:1.4;text-decoration:none;display:flex;align-items:center;gap:10px}.art-toc-num{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:6px;background:#f0f2f5;font-size:.75rem;font-weight:700;color:#8b95a1;flex-shrink:0}.art-detail-body{border-top:1px solid #f0f0f0;padding-top:1.5rem}.art-detail-heading{font-size:1.15rem;font-weight:800;color:#191f28;margin:2rem 0 .8rem;line-height:1.4;letter-spacing:-.02em}.art-detail-heading:first-child{margin-top:0}.art-detail-paragraph{font-size:.95rem;color:#4e5968;line-height:1.7;margin:0 0 1rem}.art-detail-highlight{background:#f8f9fc;border-left:3px solid #2d8cff;border-radius:0 10px 10px 0;padding:14px 16px;margin:1rem 0;display:flex;align-items:flex-start;gap:8px}.art-highlight-emoji{font-size:1.1rem;flex-shrink:0;line-height:1.5}.art-highlight-text{font-size:.95rem;font-weight:700;color:#191f28;line-height:1.5}.art-detail-list{list-style:none;padding:0;margin:0 0 1rem}.art-detail-list li{position:relative;font-size:.92rem;color:#4e5968;line-height:1.6;padding:6px 0 6px 18px;word-break:keep-all}.art-detail-list li:before{content:"•";position:absolute;left:0;top:6px;color:#2d8cff;font-weight:700;font-size:1rem}.art-detail-divider{border:none;height:1px;background:#e9ecef;margin:2rem 0}.art-detail-table-wrap{margin:1rem 0 1.5rem;border-radius:12px;overflow-x:auto;-webkit-overflow-scrolling:touch;border:1px solid #e9ecef}.art-detail-table-wrap::-webkit-scrollbar{display:none}.art-detail-table{width:100%;border-collapse:collapse;font-size:.78rem}.art-detail-table th{background:#f5f6f8;font-weight:700;text-align:left;border-bottom:1px solid #e9ecef}.art-detail-table td,.art-detail-table th{color:#4e5968;padding:10px 8px;white-space:nowrap}.art-detail-table td{border-bottom:1px solid #f2f3f5;line-height:1.4;word-break:keep-all}.art-detail-table tbody tr:last-child td{border-bottom:none}.art-detail-table tbody tr:hover{background:#fafbfc}.art-detail-stat{display:flex;flex-direction:column;align-items:center;gap:6px;padding:1.5rem;margin:1rem 0 1.5rem;background:linear-gradient(135deg,#ebf3ff,#f0f6ff);border-radius:14px;text-align:center}.art-stat-value{font-size:1.8rem;font-weight:800;color:#2d8cff;letter-spacing:-.03em}.art-stat-label{font-size:.82rem;color:#8b95a1;font-weight:500}.art-detail-note{font-size:.78rem;color:#aaa;margin:-8px 0 20px;font-style:italic}.art-detail-loading{padding:2rem 1.5rem;display:flex;flex-direction:column;gap:12px}:root{--rd-white:#fff;--rd-bg:#f8f9fa;--rd-gray-light:#f2f4f6;--rd-gray-mid:#e5e8eb;--rd-text-main:#191f28;--rd-text-sub:#8b95a1;--rd-accent-blue:#3182f6;--rd-accent-light:#e8f3ff;--rd-border:#e5e8eb;--rd-danger:#f04452;--rd-font:"Pretendard",-apple-system,sans-serif;--rd-shadow:0 4px 16px rgba(0,0,0,.06)}body{margin:0;font-family:var(--rd-font);-webkit-font-smoothing:antialiased}.rd-wrapper,body{background-color:var(--rd-gray-mid)}.rd-wrapper{display:flex;justify-content:center;min-height:100dvh}.rd-container{width:100%;max-width:430px;color:var(--rd-text-main);min-height:100dvh;position:relative;box-shadow:var(--rd-shadow);padding-top:56px}.rd-container,.rd-section{background-color:var(--rd-white)}.rd-section{padding:40px 20px;border-bottom:8px solid var(--rd-gray-light)}.rd-section:last-of-type{border-bottom:none}.rd-container div::-webkit-scrollbar{display:none}.rd-header{position:fixed;top:0;left:50%;transform:translateX(-50%);width:100%;max-width:430px;height:56px;display:flex;align-items:center;justify-content:space-between;z-index:50;font-weight:600;font-size:16px;background:var(--rd-white);padding:0 8px;box-sizing:border-box;transition:transform .3s ease}.rd-header--hidden{transform:translateX(-50%) translateY(-100%)}.rd-icon-btn.black{position:relative;left:auto;top:auto;width:40px;height:40px;border-radius:50%;border:none;background:transparent;color:var(--rd-text-main);display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0}.rd-icon-btn.black.right{left:auto;right:auto}.rd-header-title-box{display:flex;flex-direction:column;align-items:center;justify-content:center}.rd-head-sub{font-size:11px;font-weight:500;color:var(--rd-accent-blue);margin-bottom:2px}.rd-head-main{font-size:18px;font-weight:800;color:var(--rd-text-main);letter-spacing:-.3px}.rd-new-hero-gallery-wrapper{position:relative;background-color:var(--rd-white);width:100%}.rd-new-hero-scroll{display:flex;overflow-x:auto;width:100%;height:300px;scroll-snap-type:x mandatory;scrollbar-width:none;touch-action:pan-x pan-y}.rd-new-hero-scroll::-webkit-scrollbar{display:none}.rd-new-hero-img{flex:0 0 100%;width:100%;height:100%;object-fit:cover;scroll-snap-align:center;background:linear-gradient(110deg,#f2f4f6 30%,#e5e8eb 50%,#f2f4f6 70%);background-size:200% 100%;animation:heroShimmer 1.5s ease-in-out infinite}.rd-new-hero-img.loaded{animation:none}@keyframes heroShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.rd-hero-counter{position:absolute;bottom:12px;right:12px;background:rgba(0,0,0,.6);color:#fff;font-size:12px;letter-spacing:.5px;padding:6px 14px;border-radius:20px;cursor:pointer;font-weight:400;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.rd-info-panel{padding:16px 20px 0;background-color:var(--rd-white)}.rd-badges{display:flex;gap:6px;margin-bottom:12px}.rd-badge{padding:5px 10px;border-radius:6px;font-size:11px;font-weight:700}.rd-badge.blue{background:var(--rd-accent-blue);color:#fff}.rd-badge.solid-gray{background:var(--rd-gray-light);color:var(--rd-text-sub)}.rd-badge.outline{border:1px solid var(--rd-border);color:var(--rd-text-sub);background:var(--rd-white)}.rd-car-title{font-size:20px;font-weight:500;margin:0 0 8px;color:var(--rd-text-main)}.rd-car-title strong{font-weight:800;font-size:24px}.rd-car-desc{font-size:14px;color:var(--rd-text-sub);margin:0 0 20px;font-weight:500}.rd-car-options-brief{font-size:13px;color:var(--rd-text-sub);margin-bottom:24px;padding:14px;background:var(--rd-gray-light);border-radius:12px}.rd-car-options-brief p{margin:0 0 8px;font-weight:600;color:var(--rd-text-main)}.rd-car-options-brief ul{padding:0;margin:0;list-style:none;display:flex;flex-direction:column;gap:4px}.rd-car-options-brief li{display:flex;align-items:center;gap:6px}.rd-color-dot{width:12px;height:12px;border-radius:50%;border:1px solid var(--rd-border)}.rd-price-card{background-color:var(--rd-white);border:1.5px solid var(--rd-border);border-radius:16px;padding:24px 20px;margin-bottom:0;box-shadow:var(--rd-shadow)}.rd-price-header{display:flex;flex-direction:column;gap:4px;margin-bottom:16px}.rd-price-label{font-size:14px;font-weight:600;color:var(--rd-text-sub)}.rd-price-value{font-size:28px;font-weight:800;color:var(--rd-accent-blue);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.rd-price-benefits{list-style:none;padding:0;margin:0 0 16px;display:flex;flex-direction:column;gap:8px}.rd-price-benefits li{font-size:14px;color:var(--rd-text-main);font-weight:600;display:flex;align-items:flex-start;gap:8px}.rd-check{color:var(--rd-accent-blue);font-weight:800}.rd-price-notice{font-size:12px;color:var(--rd-text-sub);margin:0;padding-top:16px;border-top:1px dashed var(--rd-border)}.rd-price-notice+.rd-price-notice{border-top:none;padding-top:6px}.rd-deposit-notice{animation:depositHighlight 2s ease-out forwards}@keyframes depositHighlight{0%{color:var(--rd-accent-blue)}40%{color:var(--rd-accent-blue)}to{color:inherit}}.rd-plan-tabs{display:flex;background:var(--rd-gray-light);border-radius:8px;padding:3px;margin-bottom:24px}.rd-plan-tab{flex:1 1;border:none;background:transparent;padding:9px 0;font-size:15px;font-weight:600;color:var(--rd-text-sub);border-radius:6px;cursor:pointer;transition:all .25s cubic-bezier(.16,1,.3,1)}.rd-plan-tab.active{background:var(--rd-white);box-shadow:0 1px 4px rgba(0,0,0,.08),0 2px 8px rgba(0,0,0,.04)}.rd-plan-tab.active,.rd-sec-title{color:var(--rd-text-main);font-weight:800}.rd-sec-title{font-size:18px;margin:0 0 20px}.rd-sub-title{font-size:14px;font-weight:700;color:var(--rd-text-main);margin:0 0 12px}.rd-carousel-wrapper{position:relative;margin-bottom:16px;border-radius:12px}.rd-gallery-slider{display:flex;overflow-x:auto;gap:6px;scrollbar-width:none;border-radius:12px;scroll-snap-type:x mandatory}.rd-gallery-slider::-webkit-scrollbar{display:none}.rd-gallery-item{width:calc((100vw - 40px) / 3 - 4px);max-width:126px;aspect-ratio:1;background-color:var(--rd-gray-light);border-radius:10px;overflow:hidden;cursor:pointer;flex-shrink:0;transition:transform .2s;scroll-snap-align:start}.rd-gallery-item:active{transform:scale(.96)}.rd-gallery-item img{width:100%;height:100%;object-fit:cover}.rd-carousel-nav{position:absolute;top:50%;transform:translateY(-50%);width:32px;height:32px;border-radius:16px;border:none;background:hsla(0,0%,100%,.8);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:5;font-size:18px;font-weight:700;box-shadow:0 2px 8px rgba(0,0,0,.1)}.rd-carousel-nav.left{left:-24px}.rd-carousel-nav.right{right:-24px}.rd-delivery-banner{background:var(--rd-gray-light);border-radius:10px;padding:16px;text-align:center;font-size:14px;color:var(--rd-text-main);font-weight:600}.rd-delivery-banner strong{color:var(--rd-accent-blue);font-weight:800;font-size:15px}.rd-event-timer{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:10px}.rd-timer-block{display:flex;flex-direction:column;align-items:center;gap:2px}.rd-timer-num{background:#f0f1f3;color:var(--rd-text-main);font-size:18px;font-weight:800;font-family:Inter,SF Pro Display,-apple-system,sans-serif;padding:6px 10px;border-radius:8px;min-width:36px;text-align:center;letter-spacing:.5px}.rd-timer-label{font-size:10px;color:var(--rd-text-sub);font-weight:600}.rd-timer-sep{font-size:18px;font-weight:800;color:var(--rd-text-sub);margin-bottom:14px}.rd-spec-grid{display:flex;flex-direction:column;gap:16px;margin-bottom:24px;padding:16px;background:var(--rd-gray-light);border-radius:12px}.rd-spec-row{display:flex;justify-content:space-between;font-size:14px;color:var(--rd-text-sub);font-weight:500}.rd-spec-row strong{color:var(--rd-text-main);font-weight:700}.rd-pills{display:flex;flex-wrap:wrap;gap:8px}.rd-pill{padding:8px 14px;border-radius:8px;background:var(--rd-white);border:1px solid var(--rd-border);font-size:13px;color:var(--rd-text-main);font-weight:600}.rd-service-intro{display:flex;flex-direction:column;background:var(--rd-bg)}.rd-service-sec{padding:60px 24px}.rd-service-sec.dark-gradient{background:linear-gradient(145deg,#11151c,#1a212e);color:#fff}.rd-service-sec.light-gradient{background:linear-gradient(180deg,#fff,#f8f9fa);color:var(--rd-text-main)}.rd-service-sec.silver-gradient{background:linear-gradient(135deg,#f2f4f6,#e5e8eb);color:var(--rd-text-main);border-top:1px solid var(--rd-white)}.rd-service-sec.dark-solid{background:#191f28;color:#fff}.rd-svc-tab{padding:40px 20px;background-color:var(--rd-white)}.rd-timeline-tab{padding-top:10px}.rd-svc-main-title{font-size:24px;font-weight:800;text-align:center;line-height:1.4;color:var(--rd-text-main);margin:0 0 32px}.rd-svc-header-wrap{text-align:center;margin-bottom:0}.rd-svc-header-badge{display:inline-block;background:var(--rd-accent-blue);color:#fff;font-size:13px;font-weight:800;padding:6px 14px;border-radius:20px;margin-bottom:14px;letter-spacing:1px}.rd-svc-header-wrap .rd-svc-main-title{margin-bottom:24px}.rd-svc-card-list{background:var(--rd-gray-light);border-radius:20px;padding:24px 20px;display:flex;flex-direction:column;margin-bottom:0}.rd-why-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:12px;gap:12px;padding:0 0 4px}.rd-why-card{background:var(--rd-gray-light);border-radius:16px;padding:20px 12px 16px;display:flex;flex-direction:column;align-items:center;text-align:center;transition:transform .2s;min-height:240px}.rd-why-card:active{transform:scale(.97)}.rd-why-card-icon{width:110px;height:110px;margin-top:auto;padding-top:16px;display:flex;align-items:center;justify-content:center}.rd-why-card-icon img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}.rd-why-card .rd-svc-badge{margin-bottom:10px}.rd-why-card-title{font-size:17px;font-weight:800;color:var(--rd-text-main);margin:0 0 8px;line-height:1.4}.rd-why-card-desc,.rd-why-card-title{white-space:pre-line;word-break:keep-all}.rd-why-card-desc{font-size:13px;font-weight:500;color:var(--rd-text-sub);margin:0;line-height:1.5}.rd-svc-list-item{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:24px 0}.rd-svc-list-item:first-child{padding-top:0}.rd-svc-list-item:last-child{padding-bottom:0}.rd-svc-divider{height:1px;background:var(--rd-border);margin:0}.rd-svc-text-wrap{flex:1 1}.rd-svc-badge{display:inline-flex;padding:4px 8px;background:#e8f3ff;color:var(--rd-accent-blue);font-size:11px;font-weight:800;border-radius:6px;margin-bottom:8px;align-items:center;justify-content:center}.rd-svc-title{font-size:16px;font-weight:800;color:var(--rd-text-main);margin:0 0 6px;word-break:keep-all}.rd-svc-desc{font-size:14px;font-weight:500;color:var(--rd-text-sub);margin:0;line-height:1.4;word-break:keep-all}.rd-svc-img-container{width:90px;height:90px;background-color:transparent;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.rd-svc-img-container img{width:100%;height:100%;object-fit:contain;mix-blend-mode:darken}.rd-svc-benefits-box{background:var(--rd-gray-light);border-radius:20px;padding:32px 20px;text-align:center}.rd-svc-benefits-title{font-size:20px;font-weight:800;color:var(--rd-text-main);margin:0 0 24px}.rd-svc-grid{display:flex;gap:12px}.rd-svc-grid-item{flex:1 1;background:var(--rd-white);border-radius:16px;padding:20px 12px;display:flex;flex-direction:column;align-items:center;box-shadow:0 4px 12px rgba(0,0,0,.03)}.rd-svc-icon-placeholder{width:44px;height:44px;background:#e5e8eb;border-radius:50%;margin-bottom:12px;display:flex;align-items:center;justify-content:center;font-size:10px;color:var(--rd-text-sub);text-align:center;font-weight:700}.rd-svc-grid-item h4{font-size:14px;font-weight:800;color:var(--rd-text-main);margin:0 0 8px;word-break:keep-all}.rd-svc-grid-item p{font-size:12px;font-weight:500;color:var(--rd-text-sub);margin:0 0 16px;line-height:1.4;word-break:keep-all}.rd-svc-tag{font-size:11px;font-weight:700;color:var(--rd-text-sub);padding:4px 8px;border:1px solid var(--rd-border);border-radius:6px}.rd-bottom-pad{padding-bottom:calc(65px + env(safe-area-inset-bottom, 0px));width:100%}.rd-bottom-pad,.rd-bottom-pad.dark{background:var(--rd-white)}.rd-bottom-spacer{padding-bottom:calc(65px + env(safe-area-inset-bottom, 0px));width:100%}.rd-detail-tabs-container{padding:0 20px;margin-top:16px;border-bottom:1px solid var(--rd-border)}.rd-detail-tabs{display:flex;gap:20px;overflow-x:auto;scrollbar-width:none}.rd-tab-content-wrapper{animation:tabFadeIn .4s cubic-bezier(.16,1,.3,1) forwards}@keyframes tabFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.rd-detail-tabs::-webkit-scrollbar{display:none}.rd-detail-tab{flex:1 1;background:none;padding:14px 0;font-size:16px;font-weight:700;color:var(--rd-text-sub);cursor:pointer;border:none;border-bottom:2px solid transparent;transition:color .2s,border-bottom-color .2s;white-space:nowrap}.rd-detail-tab.active{color:var(--rd-text-main);border-bottom-color:var(--rd-text-main)}.rd-sticky-cta{position:fixed;bottom:0;left:50%;transform:translateX(-50%);width:100%;max-width:430px;background:rgba(247,248,250,.95);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-top:1px solid var(--rd-border);z-index:100;padding:12px 20px calc(12px + env(safe-area-inset-bottom, 0px));box-sizing:border-box}.rd-sticky-cta.dual{display:flex;gap:10px}.rd-cta-sub{flex:1 1;background:#fee500;color:#371d1e;border:none;border-radius:12px;height:48px;font-size:16px;font-weight:700;font-family:var(--rd-font);cursor:pointer;transition:.2s;display:flex;align-items:center;justify-content:center;gap:6px}.rd-cta-sub:active{background:#e5cd00}.rd-cta-main{flex:2 1;background:var(--rd-accent-blue);color:#fff;border:none;border-radius:12px;height:48px;font-size:16px;font-weight:700;font-family:var(--rd-font);cursor:pointer;transition:.2s;box-shadow:0 4px 16px rgba(49,130,246,.3)}.rd-cta-main:active{transform:scale(.98)}.rd-cta-main.disabled,.rd-cta-main:disabled{background:var(--rd-gray-mid);color:var(--rd-text-sub);cursor:not-allowed;box-shadow:none}.rd-cta-kakao{flex:0 0 auto;background:#fde000;color:#111;border:none;border-radius:12px;height:48px;padding:0 16px;font-size:14px;font-weight:700;font-family:var(--rd-font);cursor:pointer;transition:.2s;display:flex;align-items:center;gap:6px;white-space:nowrap}.rd-cta-kakao:active{background:#e5cd00}.rd-modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);display:flex;align-items:flex-end;justify-content:center;z-index:500;animation:fadeIn .4s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.rd-modal{width:100%;max-width:430px;background:var(--rd-white);color:var(--rd-text-main);border-radius:20px 20px 0 0;padding:32px 24px 40px;position:relative;animation:slideUp .6s cubic-bezier(.16,1,.3,1)}.rd-modal-overlay.closing{animation:fadeOut .4s ease-out forwards}.rd-modal.closing{animation:slideDown .6s cubic-bezier(.16,1,.3,1) forwards}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes slideDown{0%{transform:translateY(0)}to{transform:translateY(100%)}}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.rd-modal-close{position:absolute;top:20px;right:20px;background:none;border:none;font-size:20px;cursor:pointer;color:var(--rd-text-main)}.rd-modal h3{font-size:20px;margin:0 0 20px;font-weight:800}.rd-modal p{font-size:14px;color:var(--rd-text-sub);margin:0 0 24px;line-height:1.5;font-weight:500}.rd-phone-inputs{display:flex;align-items:center;gap:8px;margin-bottom:24px}.rd-phone-inputs input{flex:1 1;height:54px;text-align:center;font-size:18px;font-weight:700;border:1px solid var(--rd-border);border-radius:10px;outline:none;transition:.2s;background:var(--rd-gray-light)}.rd-phone-inputs input:focus{border-color:var(--rd-accent-blue);background:var(--rd-white)}.rd-modal-submit{width:100%;height:56px;background:var(--rd-text-main);color:#fff;font-size:16px;font-weight:700;border:none;border-radius:12px;cursor:pointer}.rd-modal-submit:disabled{background:var(--rd-gray-mid);color:var(--rd-text-sub);cursor:not-allowed}.rd-info-content ul{list-style:none;padding:0;margin:0 0 16px;display:flex;flex-direction:column;gap:8px}.rd-info-content li{font-size:14px;padding:14px;background:var(--rd-gray-light);border-radius:8px;font-weight:500}.rd-info-content strong{color:var(--rd-text-main);font-weight:700}.rd-info-warn{font-size:13px;color:var(--rd-danger)!important;font-weight:600;background:#fff5f5;padding:12px;border-radius:8px}.mt-4{margin-top:16px}.rd-lightbox{position:fixed;inset:0;margin:0 auto;width:100%;max-width:430px;z-index:1000;flex-direction:column}.rd-lb-header,.rd-lightbox{background:#111;display:flex}.rd-lb-header{align-items:center;justify-content:space-between;padding:16px 20px;position:-webkit-sticky;position:sticky;top:0;z-index:10}.rd-lb-back-btn{background:none;border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0}.rd-lb-title{color:#fff;font-size:16px;font-weight:600}.rd-lb-scroll-content{flex:1 1;overflow-y:auto;display:flex;flex-direction:column}.rd-lb-scroll-content img{width:100%;height:auto;object-fit:cover;margin-bottom:2px}.rd-timeline-header{text-align:center;margin-bottom:40px}.rd-timeline-badge{display:inline-block;background:var(--rd-accent-blue);color:#fff;font-size:13px;font-weight:800;padding:6px 14px;border-radius:20px;margin-bottom:16px}.rd-timeline-main-title{font-size:22px;font-weight:800;color:var(--rd-text-main);margin:0}.rd-timeline{position:relative;padding-left:10px;background:transparent}.rd-timeline:before{content:"";position:absolute;top:10px;bottom:24px;left:21px;width:2px;background:#e5e8eb;z-index:0}.rd-timeline-step{position:relative;display:flex;align-items:flex-start;gap:20px;margin-bottom:18px;z-index:1}.rd-timeline-step:last-child{margin-bottom:0}.rd-timeline-num{width:24px;height:24px;background:var(--rd-accent-blue);color:#fff;font-size:12px;font-weight:800;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;position:relative;z-index:2}.rd-timeline-content{flex:1 1;padding-top:1px}.rd-timeline-content h4{font-size:17px;font-weight:800;color:var(--rd-text-main);margin:0 0 8px}.rd-timeline-content p{font-size:14px;color:var(--rd-text-sub);margin:0;line-height:1.5;word-break:keep-all}.rd-risk-title{font-size:20px;font-weight:800;color:var(--rd-text-main);line-height:1.4;margin:0 0 8px}.rd-risk-desc{font-size:14px;color:var(--rd-text-sub);line-height:1.5;margin:0 0 24px;text-align:center}.rd-risk-flow{text-align:center;margin-bottom:28px}.rd-risk-warn-icon{font-size:32px;display:block;text-align:center;color:#f5a623;line-height:1}.rd-risk-warn-msg{font-size:18px;font-weight:400;color:var(--rd-text-main);line-height:1.8;margin:0 0 20px}.rd-risk-warn-msg strong{color:var(--rd-text-main);font-weight:800}.rd-risk-examples{display:grid;grid-template-columns:1fr 1fr;width:324px;margin:0 auto 4px;grid-gap:6px;gap:6px}.rd-risk-examples span{font-size:12px;font-weight:500;color:var(--rd-text-sub);background:var(--rd-gray-light);padding:8px 16px;border-radius:8px;text-align:center;white-space:nowrap}.rd-risk-dots{display:flex;flex-direction:column;align-items:center;gap:6px;margin:20px 0}.rd-risk-dots .dot{width:5px;height:5px;border-radius:50%;background-color:#abb1b8}.rd-risk-solution{padding:0 20px 16px;text-align:center}.rd-solution-title{font-size:20px;font-weight:900;color:var(--rd-text-main);margin:0 0 10px}.rd-solution-desc{font-size:14px;font-weight:600;color:var(--rd-text-sub);line-height:1.6;margin:0}.rd-solution-desc strong{color:var(--rd-accent-blue);font-weight:800}.rd-risk-footnote{font-size:11px;color:var(--rd-text-sub);opacity:.6;margin:24px 0 0;font-weight:500}.rd-risk-highlight{font-size:17px;font-weight:700;color:var(--rd-text-main);text-align:center;line-height:1.5;margin:0 0 20px}.rd-risk-highlight strong{color:#e84545;font-weight:900}.rd-repair-list{background:var(--rd-gray-light);border-radius:14px;padding:4px 20px;margin-bottom:16px}.rd-repair-row{display:flex;justify-content:space-between;align-items:center;padding:14px 0;border-bottom:1px dashed #e0e3e7}.rd-repair-row:last-child{border-bottom:none}.rd-repair-name{font-size:14px;font-weight:600;color:var(--rd-text-main)}.rd-repair-cost{font-size:15px;font-weight:800;color:#e84545;white-space:nowrap}.rd-repair-warning{display:flex;align-items:flex-start;gap:10px;background:#fff8e1;border:1px solid #ffe082;border-radius:12px;padding:14px 16px;margin-bottom:28px}.rd-warning-icon{font-size:20px;flex-shrink:0;line-height:1}.rd-repair-warning p{font-size:13px;font-weight:600;color:#5d4037;margin:0;line-height:1.5}.rd-repair-warning strong{color:#e84545;font-weight:800}.rd-cost-chart{background:var(--rd-gray-light);border-radius:16px;padding:24px 16px;margin-bottom:24px}.rd-chart-title{font-size:16px;font-weight:800;color:var(--rd-text-main);margin:0 0 2px;text-align:center}.rd-chart-sub{font-size:12px;color:var(--rd-text-sub);text-align:center;margin:0 0 20px}.rd-vchart{display:flex;gap:8px;height:200px;align-items:stretch}.rd-vchart-y-axis{display:flex;flex-direction:column;justify-content:space-between;padding:4px 0 28px}.rd-vchart-y-axis span{font-size:10px;color:var(--rd-text-sub);font-weight:600;writing-mode:horizontal-tb}.rd-vchart-bars{flex:1 1;display:flex;justify-content:space-around;gap:8px;border-left:1.5px solid #e5e8eb;border-bottom:1.5px solid #e5e8eb;padding:0 8px}.rd-vchart-group{display:flex;flex-direction:column;align-items:center;flex:1 1}.rd-vchart-pair{flex:1 1;display:flex;gap:6px;align-items:flex-end;width:100%}.rd-vchart-col{flex:1 1;display:flex;flex-direction:column;align-items:center}.rd-vchart-bar{width:100%;max-width:36px;border-radius:6px 6px 0 0;display:flex;align-items:flex-start;justify-content:center;padding-top:6px;position:relative;animation:vbarGrow .8s ease-out forwards;transform-origin:bottom}@keyframes vbarGrow{0%{transform:scaleY(0)}to{transform:scaleY(1)}}.rd-vchart-bar.sub{background:linear-gradient(180deg,#2d8cff,#4da3ff)}.rd-vchart-bar.buy{background:linear-gradient(180deg,#e84545,#ff8a8a);overflow:hidden}.rd-vchart-uncertain-top{position:absolute;top:0;left:0;right:0;height:14px;background:repeating-linear-gradient(45deg,transparent,transparent 3px,hsla(0,0%,100%,.35) 0,hsla(0,0%,100%,.35) 6px);border-radius:6px 6px 0 0;border-top:2px dashed #c0392b;animation:pulse 1.5s ease-in-out infinite}.rd-vchart-val{font-size:10px;font-weight:800;color:#fff;white-space:nowrap}.rd-vchart-bar-label{font-size:10px;font-weight:700;margin-top:2px}.rd-vchart-bar-label.sub-label{color:var(--rd-accent-blue)}.rd-vchart-bar-label.buy-label{color:#e84545}.rd-vchart-year{font-size:12px;font-weight:700;color:var(--rd-text-main);margin-top:4px;padding-top:4px}.rd-chart-bars{display:flex;flex-direction:column;gap:16px}.rd-chart-row{display:flex;align-items:center;gap:10px}.rd-chart-label{font-size:12px;font-weight:700;color:var(--rd-text-main);flex:0 0 52px;text-align:right}.rd-chart-bar-group{flex:1 1;display:flex;flex-direction:column;gap:4px}.rd-chart-bar-wrap{display:flex;align-items:center;gap:6px}.rd-chart-bar{height:26px;border-radius:6px;display:flex;align-items:center;justify-content:flex-end;padding:0 10px;animation:barGrow .6s ease-out forwards;transform-origin:left;min-width:0}@keyframes barGrow{0%{transform:scaleX(0);opacity:0}to{transform:scaleX(1);opacity:1}}.rd-chart-bar.buy{background:linear-gradient(90deg,#ff6b6b,#e84545)}.rd-chart-bar.buy.uncertain{background:repeating-linear-gradient(90deg,#e84545,#e84545 8px,#ff8a8a 0,#ff8a8a 16px);border:2px dashed #c0392b;animation:barGrow .6s ease-out forwards,pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.75}}.rd-chart-bar.sub{background:linear-gradient(90deg,#4da3ff,#2d8cff)}.rd-chart-bar span{font-size:11px;font-weight:800;color:#fff;white-space:nowrap}.rd-chart-bar-label{font-size:10px;font-weight:700;flex:0 0 22px;white-space:nowrap}.rd-chart-bar-label.buy-label{color:#e84545}.rd-chart-bar-label.sub-label{color:var(--rd-accent-blue)}.rd-chart-divider-line{height:1px;background:#e5e8eb;margin:20px 0}.rd-chart-comparison{display:flex;flex-direction:column;gap:10px}.rd-chart-compare-row{display:flex;align-items:center;gap:10px}.rd-compare-label{flex:0 0 52px;text-align:right;font-size:11px;font-weight:800;color:var(--rd-text-main);line-height:1.3}.rd-compare-label span{font-weight:600;color:var(--rd-text-sub)}.rd-compare-bar{flex:1 1;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:800;color:#fff}.rd-compare-bar.buy{background:linear-gradient(90deg,#ff6b6b,#e84545)}.rd-compare-bar.buy.uncertain{background:repeating-linear-gradient(90deg,#e84545,#e84545 10px,#ff8a8a 0,#ff8a8a 20px);border:2px dashed #c0392b;animation:pulse 1.5s ease-in-out infinite}.rd-compare-bar.sub{background:linear-gradient(90deg,#4da3ff,#2d8cff)}.rd-compare-bar span{font-size:13px;font-weight:800}.rd-chart-legend{display:flex;flex-direction:column;gap:4px;margin-top:16px;padding-top:12px;border-top:1px solid #e5e8eb}.rd-legend-item{font-size:11px;color:var(--rd-text-sub);display:flex;align-items:center;gap:6px}.rd-legend-dot{width:10px;height:10px;border-radius:3px;flex-shrink:0}.rd-legend-dot.buy{background:#e84545}.rd-legend-dot.sub{background:var(--rd-accent-blue)}.rd-repair-costs{background:var(--rd-gray-light);border-radius:12px;padding:16px;margin-bottom:32px;display:flex;flex-direction:column;gap:12px}.rd-repair-item{display:flex;justify-content:space-between;font-size:14px;color:var(--rd-text-main)}.rd-repair-item strong{font-weight:700;color:var(--rd-danger)}.rd-sim-title{font-size:18px;font-weight:800;margin:0 0 4px;color:var(--rd-text-main)}.rd-sim-sub{font-size:13px;color:var(--rd-text-sub);margin:0 0 16px}.rd-compare-table{width:100%;border-collapse:collapse;font-size:14px}.rd-compare-table td,.rd-compare-table th{padding:12px;border-bottom:1px solid var(--rd-border);text-align:left}.rd-compare-table td.center,.rd-compare-table th.center{text-align:center}.rd-compare-table td.highlight,.rd-compare-table th.highlight{background:#e8f3ff;color:var(--rd-accent-blue);font-weight:700}.rd-compare-table td.danger{color:var(--rd-danger);font-weight:700}.rd-compare-table .rd-tbl-total td{font-size:16px;background:var(--rd-gray-light);border-bottom:none;font-weight:800}.rd-compare-table .rd-tbl-total td.highlight{background:var(--rd-accent-blue);color:var(--rd-white)}.rd-founder-section{padding:60px 20px 40px;background:transparent;text-align:center}.rd-founder-title{font-size:20px;color:var(--rd-text-main);font-weight:800;line-height:1.4;margin:0 0 12px}.rd-founder-section p{font-size:14px;color:var(--rd-text-sub);line-height:1.5;margin:0}.rd-faq-section{background-color:transparent;padding:60px 20px 10px;color:var(--rd-text-main)}.rd-faq-main-title{font-size:28px;font-weight:800;text-align:center;margin:0 0 8px;color:#1a3459}.rd-faq-sub-title{font-size:14px;font-weight:500;text-align:center;color:var(--rd-accent-blue);margin:0 0 40px}.rd-faq-list{display:flex;flex-direction:column;gap:12px}.rd-faq-item{border-radius:12px;overflow:hidden;cursor:pointer;background:#f9fafb;border:none}.rd-faq-question{padding:16px 20px;display:flex;align-items:flex-start;gap:12px}.rd-faq-q-mark{font-weight:800;font-size:15px;color:#111}.rd-faq-question h4{margin:0;font-weight:700;color:var(--rd-text-main);line-height:1.4;font-size:15px;flex:1 1}.rd-faq-answer{background:#f2f4f6;padding:20px;display:flex;align-items:flex-start;gap:12px;border-top:none}.rd-faq-a-mark{font-weight:800;font-size:15px;color:#8b95a1}.rd-faq-answer p{margin:0;font-weight:500;color:var(--rd-text-main);line-height:1.5;font-size:14px;flex:1 1;word-break:break-all}.rd-review-section{padding:48px 0;overflow:hidden;background:linear-gradient(180deg,#f8f9fb 0,var(--rd-white) 40%,var(--rd-white) 60%,#f8f9fb 100%)}.rd-review-header-wrap{text-align:center;margin-bottom:28px;padding:0 20px}.rd-review-badge{display:inline-block;background:var(--rd-accent-blue);color:#fff;font-size:13px;font-weight:800;padding:6px 14px;border-radius:20px;margin-bottom:14px;letter-spacing:1px}.rd-review-main-title{font-size:22px;font-weight:800;text-align:center;color:var(--rd-text-main);margin:0 0 8px;line-height:1.4}.rd-review-subtitle{font-size:14px;font-weight:500;color:var(--rd-text-sub);margin:0 0 12px;line-height:1.4}.rd-review-stars{font-size:16px;color:#ffb800;letter-spacing:2px}.rd-review-stars span{color:var(--rd-text-main);font-weight:800;font-size:15px;letter-spacing:0;margin-left:6px}.rd-review-bottom-text{text-align:center;font-size:13px;color:var(--rd-text-sub);font-weight:500;margin:24px 20px 0}.rd-review-bottom-text strong{color:var(--rd-accent-blue);font-weight:800}.rd-marquee-container{width:100%;overflow:hidden;position:relative;display:flex}.rd-marquee-track{display:flex;width:max-content;animation:rd-marquee 35s linear infinite}.rd-marquee-group{display:flex;gap:16px;padding-right:16px}@keyframes rd-marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.rd-review-card{width:216px;background-color:#eaecee;border-radius:12px;padding:16px;display:flex;flex-direction:column;justify-content:center;flex-shrink:0;color:var(--rd-text-main);box-shadow:0 4px 12px rgba(0,0,0,.03)}.rd-review-header{display:flex;gap:12px;margin-bottom:8px}.rd-review-thumbnail{width:68px;height:68px;border-radius:10px;object-fit:cover;background-color:var(--rd-white)}.rd-review-user-info{display:flex;flex-direction:column;justify-content:space-between;padding:2px 0;gap:0}.rd-review-car,.rd-review-date,.rd-review-name{font-size:12px;color:var(--rd-text-sub);font-weight:500}.rd-review-divider{border:none;border-top:1px solid #d1d6db;margin:8px 0;width:100%}.rd-review-text{font-size:11px;line-height:1.5;font-weight:500;margin:0;color:var(--rd-text-main);display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;word-break:keep-all;position:relative;z-index:1}.heart-icon{transition:transform .4s cubic-bezier(.175,.885,.32,1.275),fill .5s ease,stroke .5s ease}.heart-icon.pop{animation:heartPop .6s ease-out forwards}@keyframes heartPop{0%{transform:scale(1)}40%{transform:scale(1.3)}70%{transform:scale(.95)}to{transform:scale(1)}}.save-toast-ui{position:fixed;top:64px;left:50%;transform:translate(-50%,-30px);width:calc(100% - 32px);max-width:calc(430px - 32px);background-color:#2c2c2e;border-radius:12px;padding:14px 20px;z-index:101;box-shadow:0 6px 20px rgba(0,0,0,.15);opacity:0;pointer-events:none;transition:opacity .5s ease,transform .5s ease;cursor:pointer}.save-toast-ui.show{transform:translate(-50%);opacity:1;pointer-events:auto}.save-toast-content{display:flex;align-items:center;justify-content:space-between;width:100%}.save-toast-left{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:600;color:#fff}.save-toast-link{font-size:14px;font-weight:600;color:hsla(0,0%,100%,.5);white-space:nowrap}.ev-wrapper{min-height:100vh;background:#f5f6f8;display:flex;justify-content:center}.ev-container{max-width:430px;width:100%;background:#fff;min-height:100vh;position:relative}.ev-header{display:flex;align-items:center;justify-content:space-between;padding:.8rem;position:-webkit-sticky;position:sticky;top:0;background:hsla(0,0%,100%,.92);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);z-index:100;border-bottom:1px solid rgba(0,0,0,.04)}.ev-header-title{font-size:1.2rem;font-weight:700;color:#191f28;letter-spacing:-.02em}.ev-back-btn{background:none;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;color:#111}.ev-list-content{padding:0 1.25rem 2rem}.ev-list-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 0 .6rem}.ev-list-count{font-size:.85rem;color:#8b95a1;font-weight:500}.ev-list-count strong{color:#2d8cff;font-weight:700}.ev-filter-tabs{display:flex;gap:4px}.ev-filter-tab{background:none;border:none;font-size:.82rem;font-weight:600;color:#adb5bd;cursor:pointer;padding:4px 10px;border-radius:14px;transition:all .2s;font-family:inherit}.ev-filter-tab.active{color:#191f28;background:#f0f2f5}.ev-card{border-radius:16px;overflow:hidden;margin-bottom:1rem;cursor:pointer;transition:transform .15s,box-shadow .15s;background:#fff;border:1px solid #f0f2f5}.ev-card:active{transform:scale(.985)}.ev-card-thumbnail{width:100%;height:180px;object-fit:cover;object-position:top;display:block;background:linear-gradient(135deg,#1a1f2e,#2a3040)}.ev-card-visual{width:100%;height:180px;display:flex;align-items:center;justify-content:space-between;padding:0 1.5rem;position:relative;overflow:hidden}.ev-card-visual:before{content:"";position:absolute;top:-30%;right:-10%;width:160px;height:160px;border-radius:50%;background:hsla(0,0%,100%,.4)}.ev-card-visual-text{position:relative;z-index:1;text-shadow:0 1px 3px rgba(0,0,0,.5),0 2px 8px rgba(0,0,0,.3)}.ev-card-visual-line1{font-size:.85rem;font-weight:800;color:#fff;margin:0 0 4px}.ev-card-visual-line2{font-size:1.4rem;font-weight:900;color:#fff;margin:0 0 6px;letter-spacing:-.03em;line-height:1.3}.ev-card-visual-sub{font-size:.78rem;color:#fff;margin:0;font-weight:600}.ev-card-visual-icon{font-size:3.5rem;position:relative;z-index:1;filter:drop-shadow(0 4px 12px rgba(0,0,0,.15))}.ev-card-thumbnail-placeholder{width:100%;height:180px;background:linear-gradient(135deg,#1a1f2e,#2a3548 50%,#1e2a3a);display:flex;align-items:center;justify-content:center}.ev-card-placeholder-text{color:hsla(0,0%,100%,.3);font-size:.85rem;font-weight:500}.ev-card-body{padding:.9rem 1rem;display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.ev-card-info{flex:1 1;min-width:0}.ev-card-title{font-size:.95rem;font-weight:700;color:#191f28;line-height:1.4;margin:0 0 4px;letter-spacing:-.02em}.ev-card-period{font-size:.78rem;color:#8b95a1;font-weight:400}.ev-status-badge{flex-shrink:0;font-size:.75rem;font-weight:700;padding:4px 10px;border-radius:10px;white-space:nowrap}.ev-status-badge.active{background:#e8f4ff;color:#2d8cff}.ev-status-badge.ended{background:#f5f6f8;color:#adb5bd}.ev-status-badge.upcoming{background:#fff8e1;color:#f59f00}.ev-skeleton-card{border-radius:16px;overflow:hidden;margin-bottom:1rem;border:1px solid #f0f2f5}.ev-skeleton-thumb{width:100%;height:180px;background:linear-gradient(90deg,#f0f0f0 25%,#e8e8e8 50%,#f0f0f0 75%);background-size:200% 100%;animation:shimmerEv 1.5s infinite}.ev-skeleton-body{padding:1rem;display:flex;flex-direction:column;gap:8px}.ev-skeleton-line{height:14px;border-radius:6px;background:linear-gradient(90deg,#f0f0f0 25%,#e8e8e8 50%,#f0f0f0 75%);background-size:200% 100%;animation:shimmerEv 1.5s infinite}.ev-skeleton-line.long{width:70%}.ev-skeleton-line.short{width:40%}@keyframes shimmerEv{0%{background-position:200% 0}to{background-position:-200% 0}}.ev-empty{text-align:center;padding:4rem 1rem;color:#999;font-size:.92rem}.ev-empty-icon{font-size:2.5rem;margin-bottom:.8rem}.ev-detail-hero{width:100%;position:relative}.ev-detail-hero img{width:100%;display:block}.ev-detail-hero-placeholder{width:100%;height:400px;background:linear-gradient(135deg,#1a1f2e,#2a3548 50%,#1e2a3a);display:flex;align-items:center;justify-content:center;flex-direction:column;gap:12px}.ev-detail-hero-title{color:#fff;font-size:1.4rem;font-weight:800;text-align:center;padding:0 2rem;line-height:1.4;letter-spacing:-.03em}.ev-detail-content{padding:1.5rem 1.25rem 3rem}.ev-detail-info-section{margin-bottom:1.5rem}.ev-detail-info-grid{display:flex;flex-direction:column;gap:0;background:#f8f9fc;border-radius:14px;overflow:hidden}.ev-detail-info-row{padding:13px 16px;border-bottom:1px solid rgba(0,0,0,.04)}.ev-detail-info-row:last-child{border-bottom:none}.ev-detail-info-label{width:80px;font-size:.82rem;color:#8b95a1;flex-shrink:0}.ev-detail-info-value{font-size:.88rem;color:#191f28;line-height:1.5;font-weight:500;flex:1 1}.ev-section-title{font-size:1.1rem;font-weight:800;color:#191f28;margin:0 0 .8rem;letter-spacing:-.02em;display:flex;align-items:center;gap:6px}.ev-section-emoji{font-size:1.1rem}.ev-benefits-list{display:flex;flex-direction:column;gap:8px;margin-bottom:2rem}.ev-benefit-item{display:flex;align-items:flex-start;gap:10px;background:linear-gradient(135deg,#f0f6ff,#eef4ff);border-radius:12px;padding:14px 16px}.ev-benefit-icon{width:32px;height:32px;background:#2d8cff;border-radius:9px;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:1rem}.ev-benefit-text{font-size:.92rem;font-weight:600;color:#191f28;line-height:1.5}.ev-steps{flex-direction:column;gap:0;margin-bottom:2rem}.ev-step,.ev-steps{display:flex;position:relative}.ev-step{gap:14px;padding:12px 0}.ev-step-number-wrap{flex-direction:column}.ev-step-number,.ev-step-number-wrap{display:flex;align-items:center;flex-shrink:0}.ev-step-number{width:30px;height:30px;border-radius:50%;background:linear-gradient(135deg,#2d8cff,#1a6fdd);color:#fff;font-size:.82rem;font-weight:800;justify-content:center;position:relative;z-index:1}.ev-step-line{width:2px;flex:1 1;background:#e0e8f0;margin-top:4px}.ev-step:last-child .ev-step-line{display:none}.ev-step-content{flex:1 1;padding-top:3px}.ev-step-title{font-size:.95rem;font-weight:700;color:#191f28;margin:0 0 4px;line-height:1.4}.ev-step-desc{font-size:.85rem;color:#6b7684;line-height:1.6;margin:0}.ev-notices{background:#f8f9fc;border-radius:14px;padding:16px 18px;margin-bottom:2rem}.ev-notices-title{font-size:.82rem;font-weight:700;color:#8b95a1;margin:0 0 10px;display:flex;align-items:center;gap:4px}.ev-notices-list{list-style:none;padding:0;margin:0}.ev-notices-list li{position:relative;font-size:.82rem;color:#6b7684;line-height:1.6;padding:3px 0 3px 14px;word-break:keep-all}.ev-notices-list li:before{content:"•";position:absolute;left:0;color:#adb5bd}.ev-detail-status-bar{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.2rem}.ev-detail-period{font-size:.85rem;color:#6b7684;font-weight:500}.ev-detail-title{font-size:1.35rem;color:#191f28;margin:0 0 1.2rem}.ev-cta-btn{display:block;width:100%;padding:16px;background:linear-gradient(135deg,#2d8cff,#1a6fdd);color:#fff;border:none;border-radius:14px;font-size:1rem;font-weight:700;cursor:pointer;transition:transform .15s,opacity .15s;font-family:inherit;letter-spacing:-.02em}.ev-cta-btn:active{transform:scale(.98);opacity:.9}.ev-cta-btn.ended{background:#e9ecef;color:#adb5bd;cursor:default}.ev-divider{height:1px;background:#f0f2f5;margin:1.5rem 0}.ev-detail-banner{position:relative;width:100%;height:180px;background-size:cover;background-position:top;background-repeat:no-repeat}.ev-detail-banner:after{content:"";position:absolute;bottom:0;left:0;right:0;height:70%;background:linear-gradient(180deg,transparent,#fff);pointer-events:none}.ev-detail-back-overlay{position:absolute;top:12px;left:12px;z-index:10;color:#fff;filter:drop-shadow(0 1px 3px rgba(0,0,0,.3))}.ev-detail-banner-text{position:absolute;bottom:0;left:0;right:0;padding:0 20px 12px;z-index:2}.ev-detail-content{padding:20px 20px 32px}.ev-detail-info-value{display:flex;align-items:center;gap:8px}.ev-detail-meta{display:flex;align-items:center;gap:10px;margin-bottom:12px}.ev-status-bubble-inline{font-size:.7rem;font-weight:700;padding:3px 10px;border-radius:4px;color:#fff;white-space:nowrap}.ev-status-bubble-inline.active{background:#10b981}.ev-status-bubble-inline.upcoming{background:#3b82f6}.ev-status-bubble-inline.ended{background:#adb5bd}.ev-detail-period{font-size:.82rem;color:#888}.ev-detail-title{font-size:1.4rem;font-weight:800;color:#1a1a1a;line-height:1.35;margin:0 0 6px;letter-spacing:-.03em}.ev-detail-subtitle{font-size:.88rem;color:#888;margin:0 0 16px;line-height:1.5}.ev-detail-info-block{border-top:1px solid #f0f0f2;border-bottom:1px solid #f0f0f2;padding:4px 0;margin-bottom:8px}.ev-detail-info-row{display:flex;align-items:center;gap:12px;font-size:.85rem;color:#555;padding:8px 0}.ev-detail-info-label{font-weight:700;color:#888;white-space:nowrap;min-width:70px}.ev-detail-section{margin-bottom:0;padding:28px 0}.ev-detail-section-title{font-size:1rem;font-weight:800;color:#2d3436;margin:0 0 10px;display:flex;align-items:center;gap:6px}.ev-detail-benefit-table{width:100%;border-collapse:collapse;table-layout:auto;font-size:.85rem;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 12px rgba(0,0,0,.08)}.ev-detail-benefit-table td,.ev-detail-benefit-table th{padding:14px 10px;text-align:center;border-bottom:1px solid #f0f0f2;color:#2d3436}.ev-detail-benefit-table thead th{font-weight:700;font-size:.82rem;color:#636e72;background:#f8f8fa}.ev-detail-benefit-table tbody td:first-child,.ev-detail-benefit-table thead th:first-child{width:22%}.ev-detail-benefit-table tbody tr:last-child td{border-bottom:none}.ev-benefit-row-label{font-weight:700;color:#2d3436;text-align:center!important;white-space:nowrap;background:#fafafa}.ev-benefit-sub{font-size:.72rem;color:#888;font-weight:400}.ev-detail-benefit-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.ev-detail-benefit-item{display:flex;align-items:center;gap:10px;padding:14px 16px;background:#f5f6f8;border-radius:10px;font-size:.92rem;font-weight:600;color:#1a1a1a}.ev-benefit-emoji{display:none}.ev-detail-steps{display:flex;flex-direction:column}.ev-detail-step{display:flex;gap:16px;padding:12px 0}.ev-detail-step-num{width:28px;height:28px;border-radius:50%;background:rgba(0,0,0,.06);color:#2d3436;font-size:.8rem;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0}.ev-detail-step-title{font-size:.92rem;font-weight:700;color:#2d3436;margin:0 0 3px}.ev-detail-step-desc{font-size:.82rem;color:#636e72;line-height:1.6;margin:0}.ev-notices-section{border-top:1px solid rgba(0,0,0,.08)}.ev-notices-section .ev-notices-title{font-size:.88rem;font-weight:700;color:#636e72;margin:0 0 8px}.ev-notices-section .ev-notices-list{list-style:disc;padding:0 0 0 16px;margin:0}.ev-notices-section .ev-notices-list li{font-size:.78rem;color:#888;line-height:1.5;padding:1px 0;position:static}.ev-notices-section .ev-notices-list li:before{content:none}.ev-referral-section{margin:1.5rem 0}.ev-referral-loading{text-align:center;padding:14px 0;font-size:.85rem;color:#888}.ev-referral-tabs{display:flex;gap:0;background:rgba(0,0,0,.06);border-radius:10px;padding:3px;margin-bottom:1.25rem}.ev-referral-tab{flex:1 1;padding:10px 0;border:none;background:transparent;font-size:.88rem;font-weight:600;color:#888;cursor:pointer;border-radius:8px;transition:all .25s ease}.ev-referral-tab.active{background:#fff;color:#111;box-shadow:0 1px 4px rgba(0,0,0,.1)}.ev-referral-login-btn{display:block;width:100%;padding:15px 0;background:#fee500;color:#371d1e;border:none;border-radius:12px;font-size:.95rem;font-weight:700;cursor:pointer;transition:transform .15s}.ev-referral-login-btn:active{transform:scale(.97)}.ev-referral-code-box{display:flex;align-items:center;justify-content:space-between;background:#fff;border-radius:12px;padding:14px 18px;margin-bottom:12px;box-shadow:0 1px 4px rgba(0,0,0,.06)}.ev-referral-code-label{font-size:.82rem;color:#888;font-weight:500}.ev-referral-code-value{font-size:1.2rem;font-weight:700;color:#111;letter-spacing:3px;font-family:Courier New,monospace}.ev-referral-link-box{display:flex;gap:8px;margin-bottom:14px}.ev-referral-link-input{flex:1 1;background:#fff;border:1px solid #e0e0e0;border-radius:10px;padding:10px 14px;font-size:.78rem;color:#555;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ev-referral-copy-btn{padding:10px 18px;background:#111;color:#fff;border:none;border-radius:10px;font-size:.82rem;font-weight:600;cursor:pointer;white-space:nowrap;transition:all .2s ease}.ev-referral-copy-btn.copied{background:#10b981}.ev-referral-share-btns{display:flex;flex-direction:column;gap:10px}.ev-referral-share-btn{display:flex;align-items:center;justify-content:center;gap:8px;padding:15px 0;border:none;border-radius:12px;font-size:.9rem;font-weight:700;cursor:pointer;transition:all .2s}.ev-referral-share-btn:active{transform:scale(.97)}.ev-referral-share-btn.kakao{background:#fee500;color:#371d1e}.ev-referral-share-btn.link{background:#1a1a1a;color:#fff;border:none}.ev-referral-toast{animation:toastFadeInOut 2s ease}.ev-referral-stat-row{display:flex;align-items:center;justify-content:space-between;margin-top:14px;padding:12px 16px;background:hsla(0,0%,100%,.6);border-radius:10px;font-size:.8rem;color:#555}.ev-referral-stat-row strong{color:#111;font-weight:700}.ev-referral-stat-points{font-weight:700;color:#7c3aed!important;font-size:.85rem}.ev-referral-stat-cards{display:flex;gap:10px;margin-bottom:16px}.ev-referral-stat-card{flex:1 1;background:#fff;border-radius:12px;padding:16px 12px;text-align:center;box-shadow:0 1px 4px rgba(0,0,0,.06)}.ev-referral-stat-num{display:block;font-size:1.5rem;font-weight:700;color:#111;margin-bottom:4px}.ev-referral-stat-label{font-size:.75rem;color:#888;font-weight:500}.ev-referral-list{display:flex;flex-direction:column;gap:10px}.ev-referral-list-item{display:flex;align-items:center;gap:12px;background:#fff;border-radius:12px;padding:14px 16px;box-shadow:0 1px 4px rgba(0,0,0,.04)}.ev-referral-list-avatar{font-size:1.4rem;width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#f0f0f0;border-radius:50%;flex-shrink:0}.ev-referral-list-info{flex:1 1;display:flex;flex-direction:column;gap:2px}.ev-referral-list-name{font-size:.88rem;font-weight:600;color:#333}.ev-referral-list-date{font-size:.72rem;color:#aaa}.ev-referral-list-badges{display:flex;flex-direction:column;gap:4px}.ev-referral-badge{display:inline-block;padding:3px 8px;border-radius:6px;font-size:.68rem;font-weight:600;text-align:center;white-space:nowrap}.ev-referral-badge.done{background:#d1fae5;color:#065f46}.ev-referral-badge.pending{background:#f3f4f6;color:#9ca3af}.ev-referral-empty{text-align:center;padding:2rem 0}.ev-referral-empty p{font-size:.95rem;color:#555;margin:0;font-weight:500}.ev-referral-empty-sub{font-size:.82rem!important;color:#aaa!important;margin-top:6px!important;font-weight:400!important}.login-page{z-index:300;background-color:#fff;display:flex;flex-direction:column;overflow-y:auto;overflow-x:hidden;color:var(--text-color,#333)}.login-background,.login-page{position:absolute;top:0;left:0;width:100%;height:100%}.login-background{z-index:0;overflow:hidden}.bg-image{width:100%;height:100%;object-fit:cover;object-position:center bottom}.bg-overlay{top:0;height:60%;background:linear-gradient(180deg,#fff,hsla(0,0%,100%,.8) 40%,hsla(0,0%,100%,0))}.bg-gradient-bottom,.bg-overlay{position:absolute;left:0;width:100%;pointer-events:none}.bg-gradient-bottom{bottom:0;height:40%;background:linear-gradient(0deg,#fff,hsla(0,0%,100%,.9) 20%,hsla(0,0%,100%,0))}.back-button{position:absolute;top:6.3rem;left:.8rem;background:none;border:none;cursor:pointer;z-index:10;padding:.5rem}.back-button svg path{stroke:#333}.login-content{position:relative;z-index:1;justify-content:space-between;padding:2rem 1.5rem 2.5rem;text-align:center;width:100%;height:100%}.login-content,.login-header{display:flex;flex-direction:column;align-items:center}.login-header{gap:1.5rem;margin-top:2rem;z-index:2}.sub-title{font-size:1rem;color:#666;font-weight:600}.login-logo{height:40px;width:auto;filter:none}.value-proposition{display:flex;flex-direction:column;gap:1rem;font-size:1.3rem;font-weight:700;letter-spacing:-.02em;color:var(--text-color,#333)}.value-proposition p{margin:0}.login-actions{width:100%;z-index:2;margin-bottom:7rem}.kakao-login-btn{width:100%;background-color:#fee500;color:#000;border:none;padding:1rem;border-radius:8px;font-size:1rem;font-weight:700;display:flex;align-items:center;justify-content:center;gap:.5rem;cursor:pointer;box-shadow:0 4px 12px rgba(0,0,0,.1)}.kakao-icon{width:20px;height:20px}.mypage-container{position:fixed;top:0;left:50%;transform:translateX(-50%);width:100%;max-width:430px;height:100vh;background-color:#f7f7f7;z-index:200;display:flex;flex-direction:column;overflow:hidden}.mypage-header{height:60px;background-color:#fff;position:-webkit-sticky;position:sticky;top:0;z-index:10;border-bottom:1px solid #f0f0f0}.mypage-back-button,.mypage-header{display:flex;align-items:center;justify-content:center}.mypage-back-button{position:absolute;left:1.5rem;background:none;border:none;padding:0;cursor:pointer}.mypage-title{font-size:1.1rem;font-weight:700;color:#333;margin:0}.mypage-content{flex:1 1;overflow-y:auto;padding:1.5rem;-ms-overflow-style:none;scrollbar-width:none}.mypage-content::-webkit-scrollbar{display:none}.app-container:has(.mypage-container){overflow:hidden!important}.profile-section{justify-content:space-between;background-color:#fff;padding:1.5rem;border-radius:16px;box-shadow:0 4px 12px rgba(0,0,0,.03);margin-bottom:1.5rem}.profile-row,.profile-section{display:flex;align-items:center}.profile-row{gap:1rem;flex:1 1;min-width:0}.mypage-points-right{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;padding-left:20px;border-left:1px solid #eee;min-width:110px;flex-shrink:0}.mypage-extra-item{flex:1 1;display:flex;flex-direction:column;align-items:center;gap:4px}.mypage-extra-divider{width:1px;background:#eee;align-self:stretch}.mypage-extra-label{font-size:.78rem;color:#999;font-weight:500}.mypage-extra-value{font-size:1.1rem;font-weight:800;color:#111;display:flex;align-items:center}.mypage-extra-value.point{color:#2563eb}.mypage-extra-value.code{letter-spacing:1.5px;font-size:1rem}.profile-avatar{width:56px;height:56px;border-radius:50%;background-color:#f0f0f0;display:flex;align-items:center;justify-content:center}.profile-info{display:flex;flex-direction:column}.profile-name{margin:0 0 .2rem;font-size:1.1rem;color:#333;font-weight:500}.profile-greeting{margin:0;font-size:.9rem;color:#888}.menu-list{background-color:#f7f7f7;border-radius:0;box-shadow:none;margin:0 -1.5rem}.menu-item{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;cursor:pointer;transition:background-color .2s;border-bottom:1px solid #eee}.menu-item:active{background-color:#f9f9f9}.menu-label{font-size:1rem;color:#333;font-weight:500}.logout-container{display:flex;justify-content:center;margin-top:3rem;margin-bottom:5rem;padding-bottom:env(safe-area-inset-bottom,0)}.logout-button{background:none;border:none;font-size:.85rem;color:#a0a0a0;text-decoration:underline;cursor:pointer;font-weight:500;padding:.5rem 1rem}.logout-button:hover{color:#888}.menu-chevron{display:flex;align-items:center;justify-content:center;transition:transform .25s ease}.menu-chevron.open{transform:rotate(180deg)}.accordion-wrapper{overflow:hidden;transition:max-height .35s cubic-bezier(.4,0,.2,1),opacity .3s ease}.accordion-body{padding:.75rem 1.5rem 1.25rem;background:#f2f2f2}.accordion-empty{text-align:center;color:#999;padding:1.5rem 1rem;font-size:.9rem}.accordion-list{display:flex;flex-direction:column;gap:.6rem}.sub-card{background:#fff;border-radius:12px;padding:.9rem 1.1rem;box-shadow:0 1px 4px rgba(0,0,0,.04)}.sub-card-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:.4rem}.sub-status{display:inline-block;padding:.15rem .5rem;border-radius:20px;font-size:.72rem;font-weight:600}.sub-status.active{background:#e8f5e9;color:#2e7d32}.sub-status.overdue{background:#fce4ec;color:#c62828}.sub-status.cancelled{background:#f5f5f5;color:#888}.sub-status.completed{background:#e3f2fd;color:#1565c0}.sub-status.success{background:#e8f5e9;color:#2e7d32}.sub-status.fail{background:#fce4ec;color:#c62828}.sub-status.reserved{background:#fff3e0;color:#e65100}.sub-plan{font-size:.78rem;color:#999}.sub-card-body{display:flex;align-items:center;gap:.5rem;margin-bottom:.3rem}.sub-card-body strong{font-size:.92rem;color:#333}.sub-amount{font-size:.82rem;color:#666}.sub-card-dates{font-size:.75rem;color:#aaa}.card-delete-btn{background:none;border:1.5px solid #e74c3c;color:#e74c3c;border-radius:8px;padding:.25rem .7rem;font-size:.78rem;font-weight:600;cursor:pointer;transition:all .2s}.card-delete-btn:hover{background:#e74c3c;color:#fff}.card-selectable{cursor:pointer;transition:opacity .25s ease,box-shadow .25s ease}.card-selectable:hover{box-shadow:0 2px 8px rgba(0,0,0,.08)}.card-inactive{opacity:.45}.card-add-btn{width:100%;padding:.75rem;background:none;border:1.5px dashed #ccc;border-radius:12px;font-size:.9rem;font-weight:600;color:#999;cursor:pointer;transition:all .2s}.card-add-btn:hover{border-color:#2d8cff;color:#2d8cff}.contact-row{display:flex;align-items:center;justify-content:space-between;padding:.3rem 0}.contact-phone{font-size:.95rem;color:#333;font-weight:500}.contact-edit-btn{background:none;border:1.5px solid #2d8cff;color:#2d8cff;border-radius:8px;padding:.3rem .8rem;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .2s}.contact-edit-btn:hover{background:#2d8cff;color:#fff}.phone-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.4);z-index:1000;display:flex;align-items:flex-start;justify-content:center;padding-top:15vh;animation:fadeIn .2s ease-out}.phone-modal{background:#fff;width:90%;max-width:400px;border-radius:20px;padding:32px 24px;text-align:center;position:relative;box-shadow:0 12px 32px rgba(0,0,0,.1);animation:fadeIn .3s cubic-bezier(.16,1,.3,1)}.phone-modal-close{position:absolute;top:16px;right:16px;background:none;border:none;font-size:20px;color:#999;cursor:pointer}.phone-modal-icon{width:56px;height:56px;background:#ebf3ff;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.phone-modal p{font-size:16px;line-height:1.5;color:#333;margin:0 0 24px}.phone-modal p strong{font-weight:800}.phone-input-group{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:24px;width:100%}.phone-field{flex:1 1;width:100%;height:48px;border:1px solid #e5e8eb;border-radius:12px;text-align:center;font-size:18px;font-weight:700;color:#333;background:#f9fafb;transition:all .2s}.phone-field::placeholder{color:#d1d6db;font-weight:400}.phone-field:focus{outline:none;border-color:#2d8cff;background:#fff;box-shadow:0 0 0 3px rgba(45,140,255,.1)}.phone-dash{color:#8b95a1;font-weight:700}.phone-submit-btn{width:100%;height:52px;background:#2d8cff;color:#fff;border:none;border-radius:14px;font-size:16px;font-weight:700;cursor:pointer;transition:background .2s}.phone-submit-btn:disabled{background:#d1d6db;cursor:not-allowed}.consent-section{display:flex;flex-direction:column}.consent-toggle-row{display:flex;align-items:center;justify-content:space-between;padding:.6rem 0;border-bottom:1px solid #f0f0f0}.consent-toggle-row:last-of-type{border-bottom:none}.consent-label{font-size:.95rem;color:#333;font-weight:500}.toggle-switch{position:relative;display:inline-block;width:48px;height:28px;cursor:pointer}.toggle-switch input{opacity:0;width:0;height:0}.toggle-slider{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#e0e0e0;border-radius:28px;transition:background-color .3s ease}.toggle-slider:before{content:"";position:absolute;width:22px;height:22px;left:3px;bottom:3px;background-color:#fff;border-radius:50%;transition:transform .3s ease;box-shadow:0 1px 3px rgba(0,0,0,.15)}.toggle-switch input:checked+.toggle-slider{background-color:#2d8cff}.toggle-switch input:checked+.toggle-slider:before{transform:translateX(20px)}.consent-withdraw{padding-top:1rem;text-align:left}.withdraw-text{font-size:.82rem;color:#aaa;text-decoration:underline;cursor:pointer;font-weight:400;transition:color .2s}.withdraw-text:hover{color:#888}.ev-referral-toast{position:fixed;bottom:32px;left:50%;transform:translateX(-50%);background:rgba(0,0,0,.8);color:#fff;padding:12px 24px;border-radius:24px;font-size:.85rem;font-weight:500;z-index:9999;animation:toastFadeInOut 3s ease;pointer-events:none}@keyframes toastFadeInOut{0%{opacity:0;transform:translateX(-50%) translateY(10px)}15%{opacity:1;transform:translateX(-50%) translateY(0)}85%{opacity:1;transform:translateX(-50%) translateY(0)}to{opacity:0;transform:translateX(-50%) translateY(-5px)}}@keyframes slideUpModal{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes slideDownModal{0%{transform:translateY(0)}to{transform:translateY(100%)}}@keyframes shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}.skeleton-bone{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:800px 100%;animation:shimmer 1.5s ease-in-out infinite;border-radius:8px}.skeleton-card{background:#f5f5f5;border-radius:16px;padding:20px;display:flex;flex-direction:column;gap:10px}.skeleton-card-badge{width:50px;height:22px}.skeleton-card-title{width:65%;height:22px}.skeleton-card-price{width:45%;height:18px;margin-top:2px}.skeleton-card-details{width:35%;height:14px}.skeleton-card-image{width:100%;height:180px;border-radius:12px;margin-top:8px}.skeleton-detail{padding:0}.skeleton-detail-hero{width:100%;height:300px;border-radius:0}.skeleton-detail-header{padding:20px 16px;display:flex;flex-direction:column;gap:12px}.skeleton-detail-brand{width:80px;height:16px}.skeleton-detail-model{width:60%;height:26px}.skeleton-detail-price{width:45%;height:22px}.skeleton-detail-info{display:flex;gap:8px;margin-top:4px}.skeleton-detail-tag{width:70px;height:16px;border-radius:4px}.skeleton-detail-tabs{display:flex;gap:0;padding:0 16px;margin-top:12px}.skeleton-detail-tab{flex:1 1;height:44px;border-radius:0}.skeleton-detail-content{padding:20px 16px;display:flex;flex-direction:column;gap:16px}.skeleton-detail-row{width:100%;height:20px}.skeleton-detail-row:nth-child(2){width:85%}.skeleton-detail-row:nth-child(3){width:70%}.skeleton-detail-row:nth-child(4){width:90%}.skeleton-detail-row:nth-child(5){width:60%}.skeleton-detail-btn{width:100%;height:56px;border-radius:12px;margin-top:16px}