:root{--main:#02254c;--bg:#f4f6f9;--dark:#1a1a1a;--accent:#ffdd00;--main-color:#02254c;--sub-color:#2563eb;--text-light:#4b5563}*{margin:0;padding:0;box-sizing:border-box;font-family:Noto Sans KR,sans-serif}body{color:var(--dark)}.sm-header,body{background:white}.sm-header{position:fixed;width:100%;padding:18px 8%;display:flex;justify-content:space-between;align-items:center;box-shadow:0 2px 6px rgba(0,0,0,.08);z-index:1000}.sm-logo{font-weight:900;font-size:20px;color:var(--main)}.sm-logo,.sm-nav a{text-decoration:none}.sm-nav a{margin-left:20px;font-weight:600;color:#333}.hero{height:100vh;background:linear-gradient(rgba(2,37,76,.75),rgba(2,37,76,.75)),url(https://images.unsplash.com/photo-1510522044304-7422b4044959?auto=format&fit=crop&w=2000&q=80);background-size:cover;background-position:50%;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;color:white;padding:20px}.hero h1{font-size:48px;margin-bottom:20px}.hero p{font-size:18px;margin-bottom:30px}.btn{background:white;color:var(--main);padding:14px 32px;border-radius:40px;text-decoration:none;font-weight:700;transition:transform .2s;display:inline-block;border:0;cursor:pointer}.btn:hover{transform:translateY(-3px)}.section{padding:100px 10%;text-align:center}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:30px;gap:30px;margin-top:50px}.feature{background:#f7f8fa;padding:40px;border-radius:16px}.download-buttons{display:flex;justify-content:center;gap:15px;margin:30px 0;flex-wrap:wrap}.store-btn{display:flex;align-items:center;background:#000;color:white;padding:10px 24px;border-radius:8px;text-decoration:none;border:1px solid #444;transition:background .3s;min-width:180px}.store-btn:hover{background:#222}.store-btn img{width:24px;margin-right:12px}.store-btn .text-wrap{text-align:left}.store-btn .small-text{display:block;font-size:10px;font-weight:400;line-height:1}.store-btn .big-text{display:block;font-size:16px;font-weight:600}.sm-footer{background:var(--main);color:white;text-align:center;padding:70px 20px}.sm-footer a{color:white;margin:0 10px;text-decoration:none;font-weight:600;opacity:.8}.sm-footer a:hover{opacity:1}.sm-footer-store-badges{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:16px 20px;margin:30px 0}.sm-footer-store-link{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;line-height:0;font-size:0;border-radius:10px;overflow:hidden;opacity:.95;transition:opacity .2s ease,transform .15s ease;flex-shrink:0}.sm-footer-store-link:hover{opacity:1;transform:translateY(-2px)}.store-badge-img{display:block;width:auto;height:48px;max-width:100%;object-fit:contain;flex-shrink:0;border:0}.simple-footer{text-align:center;margin-top:80px;padding:40px 20px;background:#fff;border-top:1px solid #eee;color:#9ca3af;font-size:14px}.simple-footer a{color:var(--text-light);text-decoration:none;margin:0 10px;font-weight:500}.simple-footer a:hover{color:var(--sub-color)}.sm-modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.45);display:flex;align-items:center;justify-content:center;padding:20px;z-index:2000}.sm-modal{width:min(520px,100%);background:#fff;border-radius:16px;padding:26px;box-shadow:0 10px 30px rgba(0,0,0,.25)}.sm-modal h3{margin:0 0 10px;font-size:20px;color:#111827}.sm-modal p{margin:0 0 18px;color:#4b5563;line-height:1.6}.sm-modal-actions{display:flex;flex-direction:column;gap:10px;margin-top:14px;width:100%}.sm-modal-close{background:#f3f4f6;color:#111827;width:100%;padding:12px 16px;border-radius:10px;border:0;cursor:pointer;font-weight:700;box-sizing:border-box}.modal-store-badges{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px;margin-bottom:12px;align-items:center;width:100%}.modal-store-badge-link{padding:0;box-sizing:border-box;font-size:0;border-radius:10px;box-shadow:0 2px 10px rgba(15,23,42,.12);transition:transform .15s ease,box-shadow .15s ease;min-width:0}.modal-store-badge-crop,.modal-store-badge-link{display:block;width:100%;line-height:0;overflow:hidden}.modal-store-badge-crop{position:relative;height:50px;margin:0}.modal-store-badge-crop .store-badge-img{position:absolute;inset:0;width:100%;height:100%;display:block;object-fit:cover;object-position:center}.modal-store-badge-link:hover{transform:translateY(-2px);box-shadow:0 6px 16px rgba(15,23,42,.16)}.listings-wrap{padding:0 10% 90px;background:white}.listings-head{text-align:center;margin:0 auto 22px;max-width:900px}.listings-head h2{margin-top:0;margin-bottom:10px;font-size:28px;color:var(--main)}.listings-head p{color:#4b5563}.listing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:18px;gap:18px}.listing-card{background:#f7f8fa;border-radius:16px;padding:16px;cursor:pointer;border:1px solid rgba(2,37,76,.08);transition:transform .15s,box-shadow .15s;text-align:left}.listing-card:hover{transform:translateY(-2px);box-shadow:0 8px 18px rgba(0,0,0,.08)}.listing-title{font-weight:800;color:#111827;margin-bottom:6px;line-height:1.3}.listing-meta{color:#4b5563;font-size:14px;line-height:1.5}.skeleton{background:linear-gradient(90deg,rgba(0,0,0,.04),rgba(0,0,0,.09),rgba(0,0,0,.04));background-size:200% 100%;animation:shimmer 1.2s infinite}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.skeleton-title{height:18px;border-radius:8px;margin-bottom:10px}.skeleton-line{height:12px;border-radius:8px;margin-bottom:8px;width:80%}.skeleton-line.short{width:60%}.policy-shell{background:var(--bg);min-height:100vh;padding:100px 8% 60px}.policy-topbar{position:fixed;top:0;width:100%;background:rgba(255,255,255,.95);padding:15px 8%;box-shadow:0 1px 3px rgba(0,0,0,.05);z-index:1000;display:flex;align-items:center}.policy-logo{font-weight:900;font-size:20px;color:var(--main-color);text-decoration:none;letter-spacing:-.5px}.policy-layout{max-width:1080px;margin:0 auto}.policy-version-bottom{margin-top:32px;padding-top:16px;border-top:1px solid #e5e7eb;display:flex;justify-content:flex-end;align-items:flex-start}.policy-sidebar{background:#fafbfc;border-radius:10px;border:1px solid #e5e7eb;box-shadow:none;padding:10px 12px;height:-moz-fit-content;height:fit-content;position:static;max-width:200px;width:100%}.policy-sidebar h3{margin:0 0 8px;font-size:11px;font-weight:800;color:#64748b;letter-spacing:.04em;text-transform:uppercase}.policy-version-btn{width:100%;text-align:left;padding:6px 10px;border-radius:8px;border:1px solid #e2e8f0;background:#fff;cursor:pointer;font-weight:700;font-size:12px;color:#334155;margin-bottom:6px;text-decoration:none;display:block;box-sizing:border-box}.policy-version-btn:last-child{margin-bottom:0}.policy-version-btn.active{border-color:rgba(37,99,235,.35);background:rgba(37,99,235,.06)}.policy-mobile-select{display:none;width:auto;min-width:132px;max-width:200px;padding:8px 10px;border-radius:10px;border:1px solid #e5e7eb;font-weight:700;font-size:12px;color:#334155;margin-bottom:0;background:#fff}.policy-content{background:white;border-radius:12px;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);padding:60px}.policy-content h1{font-size:32px;font-weight:700;margin-bottom:18px;color:var(--main-color);letter-spacing:-1px}.policy-content h2{margin-top:44px;font-size:20px;font-weight:800;color:#111827;border-left:5px solid var(--main-color);padding-left:15px;margin-bottom:14px}.policy-content li,.policy-content p{font-size:16px;color:var(--text-light);margin-bottom:12px;line-height:1.8;word-break:keep-all}.policy-content ul{padding-left:20px;margin-bottom:25px}@media (max-width:900px){.policy-version-bottom{justify-content:flex-end}.policy-version-bottom .policy-sidebar{display:none}.policy-version-bottom .policy-mobile-select{display:block}.policy-content{padding:30px}.policy-content h1{font-size:26px}}.apphome-safe{min-height:100vh;background:#f1f5f9}.apphome-shell{width:100%;min-height:100vh;display:flex;flex-direction:column}.apphome-header{position:-webkit-sticky;position:sticky;top:0;z-index:1200;flex-shrink:0;height:60px;background:#ffffff;border-bottom:1px solid #e2e8f0;box-shadow:0 2px 4px rgba(15,23,42,.04)}.apphome-header-inner{display:flex;align-items:center;justify-content:space-between;gap:10px;height:100%;max-width:1240px;margin:0 auto;padding:0 16px;box-sizing:border-box}.apphome-header-nav-desktop{display:none;align-items:center;gap:16px}.apphome-header-nav-desktop a{font-size:14px;font-weight:600;color:#64748b;text-decoration:none;white-space:nowrap}.apphome-header-nav-desktop a:hover{color:#02254c}.apphome-body{flex:1 1 auto;display:block;min-height:0}.apphome-desktop-aside{display:none}.apphome-feed-column{flex:1 1 auto;min-width:0;display:flex;flex-direction:column}.apphome-aside-eyebrow{margin:0;font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:#2563eb}.apphome-aside-title{margin:0;font-size:22px;font-weight:900;line-height:1.35;letter-spacing:-.03em;color:#0f172a}.apphome-aside-lead{margin:0;font-size:14px;font-weight:600;line-height:1.65;color:#475569}.apphome-aside-list{margin:4px 0 0;padding-left:18px;font-size:13px;font-weight:600;line-height:1.65;color:#64748b}.apphome-aside-cta{display:inline-flex;align-items:center;justify-content:center;margin-top:4px;padding:12px 18px;border-radius:12px;background:#02254c;color:#fff;font-size:14px;font-weight:800;text-decoration:none;text-align:center;transition:background .15s ease,transform .12s ease}.apphome-aside-cta:hover{background:#063a6e;transform:translateY(-1px)}.apphome-aside-note{margin:0;font-size:12px;font-weight:600;color:#94a3b8;line-height:1.5}@media (min-width:1024px){.apphome-safe{display:flex;flex-direction:column;align-items:center;padding:20px 16px 32px;box-sizing:border-box;min-height:100vh}.apphome-shell{width:100%;max-width:402px;margin:0 auto;min-height:auto;background:#ffffff;border-radius:28px;border:1px solid #d1d5db;box-shadow:0 0 0 1px rgba(15,23,42,.06),0 12px 40px rgba(15,23,42,.14)}.apphome-header-nav-desktop{display:none}.apphome-body{display:block}.apphome-desktop-aside{display:none}.apphome-feed-column{background:#f1f5f9;align-items:stretch}.apphome-feed-column .apphome-content,.apphome-feed-column .apphome-footer{max-width:none;width:100%}.feed-grid-row{padding:0 16px;gap:8px;margin:10px 0}.ad-post-card{margin-left:16px;margin-right:16px}.home-more-btn{max-width:360px}}.apphome-logo{display:inline-flex;align-items:center;gap:8px;font-size:20px;font-weight:800;color:#0f172a;letter-spacing:-.5px;text-decoration:none;line-height:1;min-width:0}.apphome-logo-mark{height:32px;width:auto;display:block;flex-shrink:0;object-fit:contain}.apphome-logo-text{white-space:nowrap}.apphome-header-right{display:flex;align-items:center;gap:8px;margin-left:auto}.icon-btn{width:40px;height:40px;border-radius:20px;background:transparent;border:0;cursor:pointer;position:relative}.icon-btn,.notif-badge{display:inline-flex;align-items:center;justify-content:center}.notif-badge{position:absolute;top:4px;right:4px;min-width:16px;height:16px;border-radius:8px;background:#ef4444;color:#fff;font-size:9px;font-weight:800;padding:0 3px;border:1.5px solid #ffffff}.filter-btn{gap:6px;background:#02254c;color:#fff;border-radius:10px;padding:9px 14px;border:0;cursor:pointer;font-size:14px;font-weight:700}.filter-badge,.filter-btn{display:inline-flex;align-items:center}.filter-badge{width:18px;height:18px;border-radius:9px;background:#ef4444;justify-content:center;font-size:10px;font-weight:800;margin-left:2px}.filter-empty-banner{display:flex;align-items:center;gap:6px;padding:10px 20px;background:#ffffff;border-bottom:1px solid #e2e8f0;cursor:pointer}.filter-empty-text{flex:1 1;font-size:13px;font-weight:500;color:#94a3b8}.chip-section{background:#ffffff;padding:12px 16px;border-bottom:1px solid #e2e8f0}.chip-row{display:flex;flex-wrap:wrap;gap:8px}.chip{display:inline-flex;align-items:center;gap:6px;background:#ffffff;border-radius:20px;padding:7px 10px;border:1.5px solid #e2e8f0}.chip-text{font-size:13px;font-weight:600;color:#0f172a;max-width:120px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chip-clear-btn{padding:7px 10px;border-radius:20px;border:1px solid #ef4444;background:transparent;cursor:pointer;font-size:12px;font-weight:600;color:#ef4444}.apphome-content{padding:8px 0 32px}.home-more-wrap{display:flex;justify-content:center;padding:18px 16px 8px}.home-more-btn{width:100%;max-width:360px;padding:14px 20px;border-radius:12px;border:1px solid #e2e8f0;background:#ffffff;color:#02254c;font-size:15px;font-weight:800;cursor:pointer;box-shadow:0 2px 8px rgba(15,23,42,.06)}.home-more-btn:hover{background:#f8fafc;border-color:#cbd5e1}.apphome-footer{margin-top:8px;padding:24px 20px 28px;background:#ffffff;border-top:1px solid #e2e8f0;text-align:center}.apphome-footer-links{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:6px 10px;font-size:14px;font-weight:600}.apphome-footer-links a{color:#4b5563;text-decoration:none}.apphome-footer-links a:hover{color:#2563eb}.apphome-footer-sep{color:#cbd5e1;-webkit-user-select:none;-moz-user-select:none;user-select:none}.feed-grid-row{display:flex;gap:8px;padding:0 16px;margin:10px 0;align-items:stretch}.grid-post-card,.grid-post-placeholder{flex:1 1;min-width:0}.grid-post-card{display:flex;flex-direction:column;background:#ffffff;border-radius:16px;border:1px solid #e2e8f0;overflow:hidden;box-shadow:0 2px 8px rgba(15,23,42,.06);cursor:pointer}.grid-post-img-wrap{position:relative;width:100%;aspect-ratio:1/1;background:#f1f5f9;flex-shrink:0;overflow:hidden}.grid-post-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;display:block}.grid-post-img--sold{opacity:.45}.grid-post-img--reserved{opacity:.6}.grid-post-img-ph{background:#f8fafc}.grid-post-img-ph,.grid-post-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center}.grid-post-overlay{pointer-events:none}.grid-post-overlay-txt{font-size:15px;font-weight:800;color:#fff;letter-spacing:.5px;text-shadow:0 1px 4px rgba(0,0,0,.55);background:rgba(0,0,0,.28);padding:5px 12px;border-radius:8px}.grid-post-overlay-txt--reserved{text-shadow:0 1px 4px rgba(0,0,0,.4);background:rgba(245,158,11,.75)}.grid-post-free-badge{position:absolute;top:8px;left:8px;background:#10b981;border-radius:6px;padding:3px 7px;font-size:10px;font-weight:700;color:#fff}.grid-post-info{padding:10px;display:flex;flex-direction:column;gap:4px}.grid-post-info-top{flex:1 1 auto;display:flex;flex-direction:column;gap:4px;min-height:0}.grid-post-title{font-size:15px;font-weight:700;color:#0f172a;line-height:18px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.grid-post-price{font-size:16px;font-weight:800;color:#0f172a;letter-spacing:-.3px;text-align:right}.grid-post-price--free{color:#10b981}.grid-post-footer{justify-content:space-between;gap:8px}.grid-post-footer,.grid-post-station-row{display:flex;flex-direction:row;align-items:center}.grid-post-station-row{gap:3px;flex:1 1 auto;min-width:0;flex-wrap:nowrap}.grid-post-station-txt{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:120px}.grid-post-online-badge,.grid-post-station-txt{font-size:11px;font-weight:700;color:#02254c;background:#e8f0fb;padding:2px 6px;border-radius:6px}.grid-post-line-dots,.grid-post-online-badge{display:inline-flex;align-items:center}.grid-post-line-dots{gap:3px;flex-shrink:0}.grid-post-line-dot{width:9px;height:9px;border-radius:5px;flex-shrink:0}.grid-post-delivery-badge{display:inline-flex;align-items:center;gap:2px;background:#f0fdf4;border:1px solid #bbf7d0;padding:2px 5px;border-radius:6px;font-size:10px;font-weight:700;color:#10b981;flex-shrink:0}.grid-post-stats{display:flex;flex-direction:row;align-items:center;gap:8px;flex-shrink:0}.grid-post-stat{display:inline-flex;align-items:center;gap:3px;font-size:11px;color:#94a3b8;font-weight:600}.ad-post-card{background:#ffffff;margin:5px 16px;border-radius:18px;border:1.5px solid #c7ddf7;overflow:hidden;box-shadow:0 3px 12px rgba(2,37,76,.08);cursor:pointer}.ad-post-header{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;border-bottom:1px solid #e2e8f0}.ad-post-badge{background:#eff6ff;border:1px solid #bfdbfe;font-weight:800;color:#2563eb}.ad-post-badge,.ad-post-station-chip{display:inline-flex;align-items:center;gap:5px;padding:4px 8px;border-radius:999px;font-size:11px}.ad-post-station-chip{background:#e8f0fb;font-weight:700;color:#02254c}.ad-post-body{display:flex;flex-direction:column}.ad-post-banner{width:100%;height:140px;object-fit:cover;display:block;background:#f1f5f9}.ad-post-banner-ph{width:100%;height:140px;display:flex;align-items:center;justify-content:center;background:#f8fafc}.ad-post-text{padding:12px 14px 10px}.ad-post-biz{font-size:12px;font-weight:800;color:#475569;margin-bottom:4px}.ad-post-title{font-size:15px;font-weight:800;color:#0f172a;line-height:1.25}.ad-post-content,.ad-post-title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.ad-post-content{margin-top:6px;font-size:13px;font-weight:600;color:#64748b;line-height:1.45}.ad-post-cta{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;border:0;cursor:pointer;padding:12px 14px;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;font-size:14px;font-weight:800}.ad-post-cta-chev{margin-left:auto;opacity:.75;font-size:16px;font-weight:900}.apphome-loading{padding:70px 0;gap:12px;font-weight:600}.apphome-empty,.apphome-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;color:#94a3b8}.apphome-empty{padding:70px 20px;gap:10px;text-align:center}.apphome-empty .empty-icon-wrap{width:72px;height:72px;border-radius:20px;background:#ffffff;display:flex;align-items:center;justify-content:center;border:1px solid #e2e8f0;box-shadow:0 2px 8px rgba(15,23,42,.05);margin-bottom:4px}