/* 올다 v7 메인 — 이 페이지 안(.v7h)에만 적용 */
.v7h{
  --g:#0C8F53; --g-ink:#087443; --g-soft:#E9F7F0; --g-soft2:#F3FBF7;
  --ink:#191F28; --ink2:#333D4B; --sub:#4E5968; --muted:#6B7684; --faint:#8B95A1; --line:#E5E8EB; --fill:#F2F4F6; --bg2:#F7F9F8; --red:#F04452;
  color:var(--ink); letter-spacing:-0.02em; word-break:keep-all; line-height:1.45; background:#fff;
}
.v7h *, .v7h *:before, .v7h *:after{box-sizing:border-box}
:where(.v7h) a{color:inherit;text-decoration:none}
:where(.v7h) button{font:inherit;color:inherit;letter-spacing:inherit;background:none;border:0;padding:0;cursor:pointer}
:where(.v7h) img{max-width:100%;display:block}
:where(.v7h) :is(h1,h2,p){margin:0}
.v7h [hidden]{display:none!important}
.v7h a,.v7h button{transition:background-color .2s ease,border-color .2s ease,color .2s ease,transform .15s ease,box-shadow .2s ease}
.v7h a:active,.v7h button:active{transform:scale(.98)}

.v7h-wrap{width:100%;max-width:1200px;margin:0 auto;padding:0 20px}

/* 공통 텍스트 */
.v7h-meta{font-size:13px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}
.v7h-strike{font-size:13px;color:var(--faint);text-decoration:line-through;white-space:nowrap}
.v7h-price{font-size:17px;font-weight:700;white-space:nowrap}
.v7h-price em{font-style:normal!important;font-weight:700!important;color:var(--red);margin-right:2px}
.v7h-price em.is-free{color:var(--g)}
.v7h-month{font-size:13.5px;font-weight:600;color:var(--ink2);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.v7h-month small{font-size:11.5px;font-weight:400;color:var(--muted)}
.v7h-basis{font-size:12px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}
.v7h-basis--ok{color:var(--g-ink);padding-left:14px;position:relative}
.v7h-basis--ok:before{content:"";position:absolute;left:1px;top:4px;width:8px;height:4px;border-left:2px solid var(--g);border-bottom:2px solid var(--g);transform:rotate(-45deg)}
.v7h-pill{display:inline-block;align-self:flex-start;font-size:13px;font-weight:700;color:var(--g-ink);background:var(--g-soft);padding:5px 11px;border-radius:999px}
.v7h-empty{padding:40px 0;text-align:center;color:var(--muted)}
.v7h-ph{display:block;width:46px;height:90px;border-radius:11px;background:#2B2C3F}

.v7h-btn{display:inline-flex;align-items:center;justify-content:center;height:48px;padding:0 18px;border-radius:14px;font-size:15px;font-weight:700;white-space:nowrap}
.v7h-btn--primary{background:var(--g)!important;color:#fff!important}
.v7h-btn--primary:hover{background:var(--g-ink)}
.v7h-btn--gray{background:var(--fill)!important;color:var(--sub)!important}

.v7h-more{display:inline-flex;align-items:center;gap:2px;font-size:14px;font-weight:600;color:var(--muted);white-space:nowrap;flex-shrink:0}
.v7h-more svg{width:15px;height:15px}

/* 첫 화면 */
.v7h-hero{background:var(--bg2);padding:24px 0 28px}
.v7h-hero__in{display:flex;flex-direction:column;gap:18px}
.v7h-hero__copy{display:flex;flex-direction:column;gap:10px;min-width:0}
.v7h-hero h1{font-size:24px;font-weight:700;line-height:1.35;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.v7h-hero h1 em{font-style:normal!important;font-weight:700!important;color:var(--g)}
.v7h-hero__sub{font-size:15px;color:var(--sub)}
.v7h-search{display:flex;align-items:center;gap:10px;height:50px;padding:0 16px;border-radius:14px;background:#fff;border:1px solid var(--line);margin-top:4px}
.v7h-search svg{width:19px;height:19px;color:var(--g);flex-shrink:0}
.v7h-search input{flex:1;min-width:0;border:0!important;outline:none;background:transparent;font-size:15px;color:var(--ink);box-shadow:none!important;height:auto;padding:0}
.v7h-quick{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}
.v7h-quick a{height:48px;border-radius:14px;background:#fff;border:1px solid var(--line);display:flex;align-items:center;justify-content:center;gap:6px;font-size:14px;font-weight:600;white-space:nowrap}
.v7h-quick a:hover{background:var(--g-soft2)}
.v7h-quick svg{width:17px;height:17px;flex-shrink:0}

.v7h-deal{background:#fff;border-radius:24px;padding:16px;display:grid;grid-template-columns:112px minmax(0,1fr);gap:14px 16px;align-items:center;box-shadow:0 12px 32px rgba(25,31,40,.06)}
.v7h-deal__img{height:150px;border-radius:16px;background:var(--fill);display:flex;align-items:center;justify-content:center;overflow:hidden}
.v7h-deal__phone{max-height:130px;width:auto;object-fit:contain}
.v7h-deal__info{display:flex;flex-direction:column;gap:3px;min-width:0}
.v7h-deal__label{font-size:12px;font-weight:700;color:var(--g-ink)}
.v7h-deal__name{font-size:18px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.v7h-deal__info .v7h-price{font-size:19px;margin-top:2px}
.v7h-deal__cta{grid-column:1 / -1;display:flex;gap:8px}
.v7h-deal__cta .v7h-btn--primary{flex:1}
.v7h-deal__cta .v7h-btn{padding:0 18px!important}
.v7h-deal__cta .v7h-btn--gray{flex:0 0 auto;min-width:96px}

/* 배너 */
.v7h-banners{padding:20px 0 4px}
.v7h-banners__track{display:flex;gap:10px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}
.v7h-banners__track::-webkit-scrollbar{display:none}
.v7h-banner{flex:0 0 100%;scroll-snap-align:start;border-radius:18px;overflow:hidden;background:var(--fill)}
.v7h-banner img{width:100%;height:auto}
.v7h-banner--native{display:flex;flex-direction:column;justify-content:center;gap:6px;min-height:150px;padding:24px 28px;background:linear-gradient(135deg,#E9F6EF 0%,#D6EFE2 100%);color:var(--ink)}
.v7h-banner--native strong{font-size:22px;line-height:1.35;font-weight:800;letter-spacing:-.02em}
.v7h-banner__eyebrow{font-size:13px;font-weight:700;color:var(--g)}
.v7h-banner__desc{font-size:14px;color:var(--sub);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.v7h-banner__go{align-self:flex-start;margin-top:8px;padding:8px 14px;border-radius:10px;background:var(--g);color:#fff;font-size:14px;font-weight:700;white-space:nowrap}

/* 섹션 */
.v7h-section{padding:32px 0}
.v7h-section--tight{padding:24px 0 8px}
.v7h-section--soft{background:var(--bg2)}
.v7h-head{display:flex;justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:16px}
.v7h-head>div{min-width:0}
.v7h-head h2{font-size:20px;font-weight:700;margin-bottom:4px;display:flex;align-items:center;gap:8px}
.v7h-head p{font-size:14px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}

/* 기종 바로가기 */
.v7h-cats{display:flex;flex-direction:column;gap:8px}
.v7h-cat{position:relative;display:flex;align-items:center;gap:14px;min-height:64px;padding:12px 16px;border-radius:16px;background:var(--bg2)}
.v7h-cat:hover{background:var(--g-soft2)}
.v7h-cat__icon{order:-1;width:40px;height:40px;object-fit:contain;flex-shrink:0;filter:hue-rotate(-72deg) saturate(.95)}
.v7h-cat__txt{display:flex;flex-direction:column;gap:2px;flex:1;min-width:0}
.v7h-cat__txt strong{font-size:16px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.v7h-cat__txt span{font-size:12.5px;color:var(--muted);white-space:nowrap}
.v7h-cat__badge{flex-shrink:0;font-size:11px;font-weight:700;color:#fff;background:var(--red);padding:2px 7px;border-radius:6px}
.v7h-cat:after{content:"";width:8px;height:8px;border-right:2px solid #B0B8C1;border-top:2px solid #B0B8C1;transform:rotate(45deg);flex-shrink:0;margin-right:4px}

/* 휴대폰 */
.v7h-brand-tabs{display:flex;gap:18px;margin-bottom:16px}
.v7h-brand-tabs button{font-size:18px;font-weight:700;color:#B0B8C1}
.v7h-brand-tabs button.is-on{color:var(--ink)}
.v7h-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 12px}
.v7h-card{display:flex;flex-direction:column;gap:3px;min-width:0}
.v7h-card__img{position:relative;height:160px;border-radius:18px;background:var(--fill);display:flex;align-items:center;justify-content:center;margin-bottom:8px;overflow:hidden;transition:box-shadow .2s ease}
.v7h-card__phone{max-height:130px;width:auto;object-fit:contain}
.v7h-card__badge{position:absolute;left:10px;top:10px;font-size:11px;font-weight:700;color:var(--sub);background:#fff;padding:3px 7px;border-radius:6px}
.v7h-card__name{font-size:15px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.v7h-card:hover .v7h-card__img{box-shadow:0 10px 24px rgba(0,0,0,.07)}

.v7h-steps{margin-top:32px;padding:20px;border-radius:20px;background:var(--bg2);display:flex;flex-direction:column;gap:14px}
.v7h-steps__copy{display:flex;flex-direction:column;gap:4px}
.v7h-steps__copy strong{font-size:17px}
.v7h-steps__copy span{font-size:14px;color:var(--muted)}
.v7h-steps__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}
.v7h-steps__list li{display:flex;align-items:center;gap:10px;font-size:15px;font-weight:600}
.v7h-steps__list b{width:26px;height:26px;border-radius:50%;background:var(--g);color:#fff;font-size:13px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}

.v7h-helpcard{width:100%;margin-top:14px;display:flex;align-items:center;gap:14px;padding:18px;border-radius:18px;background:var(--g-soft2);text-align:left}
.v7h-helpcard:hover{background:var(--g-soft)}
.v7h-helpcard__icon{width:44px;height:44px;border-radius:50%;background:#fff;color:var(--g);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.v7h-helpcard__icon svg{width:22px;height:22px}
.v7h-helpcard__txt{display:flex;flex-direction:column;gap:2px;flex:1;min-width:0}
.v7h-helpcard__txt strong{font-size:16px}
.v7h-helpcard__txt span{font-size:13.5px;color:var(--sub)}
.v7h-helpcard__go{font-size:14px;font-weight:700;color:var(--g);flex-shrink:0}

/* 가로 스크롤 카드 줄 */
.v7h-rail{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x proximity;margin:0 -20px;padding:2px 20px 8px;scrollbar-width:none}
.v7h-rail::-webkit-scrollbar{display:none}

/* 실시간 견적 */
.v7h-live{width:8px;height:8px;border-radius:50%;background:#22C55E;box-shadow:0 0 0 4px rgba(34,197,94,.18);animation:v7hpulse 1.6s ease-in-out infinite}
@keyframes v7hpulse{50%{opacity:.4}}
.v7h-quote{flex:0 0 280px;scroll-snap-align:start;background:#fff;border-radius:20px;padding:16px;display:flex;flex-direction:column;gap:8px}
.v7h-quote__top{display:flex;align-items:center;gap:12px}
.v7h-quote__img{width:48px;height:48px;border-radius:12px;background:var(--fill);display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}
.v7h-quote__img img{max-height:44px;width:auto}
.v7h-quote__txt{display:flex;flex-direction:column;gap:2px;min-width:0}
.v7h-quote__txt strong{font-size:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.v7h-quote__who{font-size:13px;font-weight:600;color:var(--ink2);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.v7h-quote__who em{font-style:normal;font-weight:400;color:var(--muted)}
.v7h-quote__row{display:flex;justify-content:space-between;gap:8px;padding:10px 12px;border-radius:12px;background:var(--bg2);font-size:13px;color:var(--muted);white-space:nowrap}
.v7h-quote__row b{color:var(--ink);font-weight:700}
.v7h-quote__row.is-best{background:var(--g-soft2);box-shadow:inset 0 0 0 1.5px var(--g)}
.v7h-quote__row.is-best span:last-child b{color:var(--g-ink)}

/* 후기 */
.v7h-review{flex:0 0 260px;scroll-snap-align:start;border:1px solid var(--line);border-radius:20px;padding:18px;display:flex;flex-direction:column;gap:8px}
.v7h-review__stars{color:#F5A524;font-size:14px;letter-spacing:1px}
.v7h-review strong{font-size:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.v7h-review__body{font-size:13.5px;line-height:1.6;color:var(--sub);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;min-height:65px}
.v7h-review__who{font-size:12.5px;font-weight:600;color:var(--muted);padding-top:8px;border-top:1px solid var(--fill)}

/* 인터넷·렌탈 */
.v7h-plans{display:grid;grid-template-columns:minmax(0,1fr);gap:12px}
.v7h-plan{background:#fff;border-radius:20px;padding:8px 0}
.v7h-plan__head{display:flex;align-items:center;gap:12px;padding:12px 20px}
.v7h-plan__head strong{font-size:17px;flex:1;min-width:0}
.v7h-plan__icon{width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.v7h-plan__icon svg{width:19px;height:19px}
.v7h-row{width:100%;display:flex;align-items:center;gap:12px;padding:14px 20px;text-align:left}
.v7h-row:hover{background:#F9FAFB}
.v7h-row__txt{display:flex;flex-direction:column;gap:2px;flex:1;min-width:0}
.v7h-row__txt strong{font-size:16px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.v7h-row__txt span{font-size:13px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.v7h-row__go{font-size:14px;font-weight:700;color:var(--g);flex-shrink:0}

/* 꿀팁 */
.v7h-tips{display:flex;flex-direction:column;border-top:1px solid var(--fill)}
.v7h-tip{display:block;border-bottom:1px solid var(--fill)}
.v7h-tip>summary,a.v7h-tip{display:flex;align-items:center;gap:12px;padding:18px 0;cursor:pointer;list-style:none}
.v7h-tip>summary::-webkit-details-marker{display:none}
.v7h-tip__txt{display:flex;flex-direction:column;gap:3px;flex:1;min-width:0}
.v7h-tip__txt strong{font-size:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.v7h-tip__txt span{font-size:13.5px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.v7h-tip__arrow{width:20px;height:20px;color:#B0B8C1;flex-shrink:0;transition:transform .2s ease}
details.v7h-tip[open] .v7h-tip__arrow{transform:rotate(180deg)}
.v7h-tip__body{padding:0 0 18px;font-size:14.5px;line-height:1.7;color:var(--ink2)}

/* 약속 */
.v7h-trust{display:grid;grid-template-columns:minmax(0,1fr);gap:16px}
.v7h-trust>div{display:grid;grid-template-columns:40px minmax(0,1fr);column-gap:14px;align-items:center}
.v7h-trust__icon{grid-row:span 2;width:40px;height:40px;border-radius:12px;background:var(--g-soft);color:var(--g);display:flex;align-items:center;justify-content:center}
.v7h-trust__icon svg{width:20px;height:20px}
.v7h-trust strong{font-size:16px}
.v7h-trust span:last-child{font-size:13.5px;color:var(--muted)}

/* ── PC ── */
@media (min-width:1024px){
  .v7h-wrap{padding:0 40px}
  .v7h-hero{padding:40px 0}
  .v7h-hero h1{font-size:38px;line-height:1.3}
  .v7h-hero__sub{font-size:18px}
  .v7h-search{max-width:480px;height:54px}
  .v7h-quick{display:flex;gap:10px}
  .v7h-quick a{padding:0 18px}
  .v7h-deal{grid-template-columns:200px minmax(0,1fr);gap:20px 24px;padding:24px;border-radius:28px}
  .v7h-deal__img{height:220px;border-radius:20px}
  .v7h-deal__phone{max-height:190px}
  .v7h-deal__name{font-size:22px}
  .v7h-deal__info .v7h-price{font-size:26px}
  .v7h-deal__cta{grid-column:2}

  .v7h-banner{flex-basis:calc(50% - 5px)}
  .v7h-section{padding:56px 0}
  .v7h-section--tight{padding:40px 0 8px}
  .v7h-head h2{font-size:28px}
  .v7h-head p{font-size:16px}
  .v7h-cats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
  .v7h-cat{min-height:84px;padding:16px 18px;border-radius:20px}
  .v7h-cat:after{display:none}
  .v7h-brand-tabs button{font-size:20px}
  .v7h-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:40px 24px}
  .v7h-card__img{height:220px;border-radius:24px}
  .v7h-card__phone{max-height:180px}
  .v7h-card__name{font-size:18px}
  .v7h-card .v7h-price{font-size:20px}
  .v7h-card:hover{transform:translateY(-4px)}
  .v7h-steps{flex-direction:row;align-items:center;gap:40px;padding:28px 36px;border-radius:24px}
  .v7h-steps__copy strong{font-size:22px}
  .v7h-steps__list{flex-direction:row;flex:1;gap:24px}
  .v7h-helpcard{padding:24px 28px;border-radius:24px}
  .v7h-helpcard__txt strong{font-size:19px}
  .v7h-rail{margin:0;padding:2px 0 8px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));overflow:visible}
  .v7h-quote,.v7h-review{flex:none}
  .v7h-plans{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
  .v7h-plan{border-radius:24px;padding:12px 0}
  .v7h-plan__head{padding:16px 28px}
  .v7h-row{padding:18px 28px}
  .v7h-trust{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
  .v7h-trust>div{display:flex;flex-direction:column;align-items:flex-start;gap:8px;padding:28px;background:#fff;border-radius:24px}
  .v7h-trust__icon{width:48px;height:48px;margin-bottom:8px}
  .v7h-trust strong{font-size:19px}
}
@media (min-width:1200px){
  .v7h-hero__in{display:grid;grid-template-columns:minmax(0,1fr) 560px;gap:56px;align-items:center}
}
@media (min-width:1024px) and (max-width:1199px){
  .v7h-hero__in{max-width:760px}
}
