
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:#000}
body{
  margin:0;
  background:#050505;
  color:#fff;
  font-family:Arial,"Noto Sans KR",sans-serif;
}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}
.container{width:min(1180px,calc(100% - 40px));margin:0 auto}

/* HOME HERO */
.home-hero{
  position:relative;
  width:100%;
  background:#000;
}
.home-hero img{
  width:100%;
  height:auto;
  user-select:none;
  -webkit-user-drag:none;
}
.hotspots{
  position:absolute;
  inset:0;
  pointer-events:none;
}
.hotspot{
  position:absolute;
  pointer-events:auto;
  display:block;
  z-index:10;
}
.hs-home{left:15.8%;top:3.3%;width:4.2%;height:8%}
.hs-rental{left:21%;top:3.3%;width:7.5%;height:8%}
.hs-vehicles{left:29.5%;top:3.3%;width:7%;height:8%}
.hs-price{left:38%;top:3.3%;width:7%;height:8%}
.hs-guide{left:46%;top:3.3%;width:7%;height:8%}
.hs-review{left:54.5%;top:3.3%;width:7%;height:8%}
.hs-company{left:63%;top:3.3%;width:7%;height:8%}
.hs-phone{left:71%;top:2.5%;width:17%;height:8%}
.hs-contact{left:89%;top:2.5%;width:9%;height:8%}
.hs-consult{left:5%;top:64%;width:22%;height:9%}
.hs-more{left:27%;top:64%;width:20%;height:9%}

/* SUBPAGE HEADER */
.site-header{
  position:sticky;
  top:0;
  z-index:50;
  height:82px;
  background:rgba(0,0,0,.96);
  border-bottom:1px solid #262626;
}
.header-inner{
  height:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}
.wordmark{
  color:#ffcc16;
  font-weight:1000;
  line-height:.86;
  font-size:24px;
  letter-spacing:-.02em;
}
.nav{
  display:flex;
  align-items:center;
  gap:26px;
  font-weight:700;
  font-size:15px;
}
.nav a{color:#ddd}
.nav a:hover,.nav a.active{color:#ffcc16}
.header-actions{
  display:flex;
  align-items:center;
  gap:14px;
}
.phone-link{
  color:#ffcc16;
  font-weight:800;
  white-space:nowrap;
}
.kakao-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:0 18px;
  border:1px solid #ffcc16;
  border-radius:999px;
  color:#ffcc16;
  font-weight:900;
  white-space:nowrap;
}
.kakao-btn:hover{background:#ffcc16;color:#111}

/* SUBPAGE COMMON */
.page-hero{
  padding:100px 0 68px;
  background:
    radial-gradient(circle at 85% 10%,rgba(255,204,22,.08),transparent 28%),
    #090909;
  border-bottom:1px solid #1f1f1f;
}
.eyebrow{
  display:inline-block;
  color:#ffcc16;
  font-size:13px;
  font-weight:900;
  letter-spacing:.18em;
  margin-bottom:16px;
}
.page-hero h1{
  margin:0 0 20px;
  font-size:clamp(44px,6vw,72px);
  line-height:1.06;
  letter-spacing:-.055em;
}
.page-hero h1 em{font-style:normal;color:#ffcc16}
.page-hero p{
  margin:0;
  max-width:760px;
  color:#aaa;
  font-size:18px;
  line-height:1.75;
}
.section{padding:78px 0}
.section.dark{background:#0b0b0b}
.section-title{
  margin:0 0 14px;
  font-size:36px;
  letter-spacing:-.04em;
}
.section-desc{margin:0 0 36px;color:#9b9b9b}

/* RENTAL */
.product-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}
.product-card{
  position:relative;
  padding:30px;
  min-height:520px;
  border:1px solid #2b2b2b;
  border-radius:24px;
  background:linear-gradient(145deg,#171717,#0d0d0d);
}
.product-card.highlight{border-color:#ffcc16}
.product-badge{
  color:#ffcc16;
  font-size:12px;
  font-weight:900;
  letter-spacing:.14em;
}
.product-card h2{
  margin:14px 0 10px;
  font-size:29px;
  letter-spacing:-.04em;
}
.product-card .lead{
  color:#a6a6a6;
  min-height:50px;
}
.feature-list{
  list-style:none;
  padding:0;
  margin:32px 0;
}
.feature-list li{
  position:relative;
  padding:15px 0 15px 28px;
  border-bottom:1px solid #292929;
  color:#ddd;
  line-height:1.55;
}
.feature-list li:before{
  content:"✓";
  position:absolute;
  left:0;
  top:15px;
  color:#ffcc16;
  font-weight:900;
}
.full-btn{
  display:flex;
  justify-content:space-between;
  align-items:center;
  min-height:56px;
  padding:0 18px;
  border-radius:13px;
  background:#ffcc16;
  color:#111;
  font-weight:900;
}
.compare{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin-top:28px;
}
.compare-item{
  padding:24px;
  border:1px solid #292929;
  border-radius:18px;
  background:#111;
}
.compare-item strong{display:block;margin-bottom:8px;font-size:18px}
.compare-item p{margin:0 0 12px;color:#999}
.compare-item span{color:#ffcc16;font-weight:900}

/* GENERIC PLACEHOLDER CARDS */
.info-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}
.info-card{
  padding:28px;
  border:1px solid #292929;
  border-radius:20px;
  background:#111;
  min-height:200px;
}
.info-card .num{color:#ffcc16;font-weight:900;margin-bottom:30px}
.info-card h3{margin:0 0 10px;font-size:23px}
.info-card p{margin:0;color:#999;line-height:1.65}

/* CONTACT */
.contact-box{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
  padding:38px;
  border-radius:24px;
  background:#ffcc16;
  color:#111;
}
.contact-box h2{margin:0 0 8px;font-size:30px}
.contact-box p{margin:0;color:rgba(0,0,0,.68)}
.contact-actions{display:flex;gap:12px;flex-wrap:wrap}
.contact-actions a{
  min-height:50px;
  padding:0 20px;
  border-radius:12px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-weight:900;
}
.contact-actions .black{background:#111;color:#ffcc16}
.contact-actions .outline{border:1px solid rgba(0,0,0,.3);color:#111}

/* FOOTER */
.footer{
  padding:34px 0;
  border-top:1px solid #202020;
  background:#050505;
  color:#777;
  font-size:13px;
}
.footer-inner{
  display:flex;
  justify-content:space-between;
  gap:24px;
}
.footer strong{color:#ffcc16;font-size:18px}

@media(max-width:1050px){
  .nav{gap:16px;font-size:14px}
  .phone-link{display:none}
  .product-grid,.info-grid,.compare{grid-template-columns:1fr}
}
@media(max-width:800px){
  .site-header{height:auto}
  .header-inner{padding:14px 0;align-items:flex-start}
  .nav{display:none}
  .header-actions{margin-left:auto}
  .page-hero{padding:70px 0 50px}
  .contact-box{display:block}
  .contact-actions{margin-top:22px}
  .footer-inner{display:block}
}
@media(max-width:560px){
  .container{width:min(100% - 28px,1180px)}
  .wordmark{font-size:19px}
  .kakao-btn{padding:0 13px;font-size:13px}
  .page-hero h1{font-size:42px}
  .page-hero p{font-size:16px}
  .section{padding:58px 0}
}

.vehicle-hub-hero{padding:82px 0 46px;background:linear-gradient(rgba(0,0,0,.72),rgba(0,0,0,.82)),radial-gradient(circle at 70% 30%,rgba(255,204,22,.16),transparent 24%),#080808}
.brush-title{margin:6px 0 12px;font-size:clamp(44px,6vw,72px);font-weight:1000;letter-spacing:-.06em}
.brush-title span{color:#ffcc16}
.category-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin-top:34px}
.category-card{position:relative;min-height:260px;padding:34px;border:1px solid #333;border-radius:24px;overflow:hidden;background:linear-gradient(145deg,#161616,#0b0b0b)}
.category-card.highlight{border-color:#ffcc16}
.category-icon{width:60px;height:60px;border:2px solid #ffcc16;border-radius:18px;display:flex;align-items:center;justify-content:center;color:#ffcc16;font-size:28px;margin-bottom:24px}
.category-card h2{margin:0 0 10px;font-size:32px}
.category-card p{margin:0;color:#aaa;max-width:520px;line-height:1.7}
.category-card .go{display:inline-flex;margin-top:28px;min-height:48px;align-items:center;padding:0 18px;border-radius:999px;background:#ffcc16;color:#111;font-weight:900}
.promise-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.promise{padding:24px;border:1px solid #2b2b2b;border-radius:18px;background:#111}
.promise strong{display:block;color:#ffcc16;margin-bottom:8px}
.promise p{margin:0;color:#999;line-height:1.55}
.guide-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.guide-card{min-height:520px;padding:30px;border-radius:22px;border:1px solid #2d2d2d;background:linear-gradient(145deg,#171717,#0c0c0c)}
.guide-card h2{margin:8px 0 10px;font-size:30px}
.guide-card .tag{color:#ffcc16;font-weight:900;font-size:12px;letter-spacing:.13em}
.guide-card ul{list-style:none;padding:0;margin:28px 0}
.guide-card li{padding:12px 0 12px 26px;border-bottom:1px solid #292929;position:relative;color:#ddd}
.guide-card li:before{content:"✓";position:absolute;left:0;color:#ffcc16;font-weight:900}
.guide-card .go{display:flex;justify-content:space-between;align-items:center;min-height:52px;padding:0 16px;border:1px solid #ffcc16;border-radius:12px;color:#ffcc16;font-weight:900}
.filter-row{display:flex;gap:10px;flex-wrap:wrap;margin:24px 0 32px}
.filter-btn{border:1px solid #3a3a3a;background:#111;color:#ddd;border-radius:999px;padding:11px 18px;font-weight:800;cursor:pointer}
.filter-btn.active,.filter-btn:hover{background:#ffcc16;color:#111;border-color:#ffcc16}
.bike-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.bike-card{border:1px solid #292929;border-radius:18px;overflow:hidden;background:#101010;transition:.2s ease}
.bike-card:hover{transform:translateY(-4px);border-color:#ffcc16}
.bike-card img{width:100%;aspect-ratio:16/10;object-fit:cover;background:#080808}
.bike-card .meta{padding:18px}
.bike-card h3{margin:0 0 6px;font-size:20px}
.bike-card p{margin:0;color:#999}
.bike-card .arrow{float:right;color:#ffcc16;font-weight:900}
.detail-wrap{display:grid;grid-template-columns:1.15fr .85fr;gap:28px;align-items:start}
.detail-image{border:1px solid #2b2b2b;border-radius:22px;background:#0c0c0c;overflow:hidden}
.detail-image img{width:100%}
.spec-card{border:1px solid #2b2b2b;border-radius:22px;background:#111;padding:28px}
.spec-card h2{margin:0 0 18px;font-size:30px}
.spec-table{width:100%;border-collapse:collapse}
.spec-table th,.spec-table td{padding:13px 0;border-bottom:1px solid #292929;text-align:left}
.spec-table th{color:#ffcc16;width:34%}
.spec-table td{color:#ddd}
.feature-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:24px}
.feature-mini{padding:20px;border:1px solid #292929;border-radius:16px;background:#101010}
.feature-mini strong{display:block;color:#ffcc16;margin-bottom:8px}
.detail-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}
.detail-actions a{min-height:54px;padding:0 22px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-weight:900}
.detail-actions .yellow{background:#ffcc16;color:#111}
.detail-actions .outline{border:1px solid #444;color:#fff}
@media(max-width:980px){.category-grid,.guide-cards,.bike-grid,.detail-wrap,.promise-grid,.feature-strip{grid-template-columns:1fr}}

.bike-card img{background:#fff!important;object-fit:contain!important;padding:10px}
.detail-image{background:#fff!important}.detail-image img{background:#fff!important;object-fit:contain!important}

/* 홈 메인 이미지 위 메뉴 클릭영역 보강 */
.home-hero{position:relative}
.hotspots{position:absolute!important;inset:0!important;z-index:999!important;pointer-events:none!important}
.hotspot{position:absolute!important;display:block!important;z-index:1000!important;pointer-events:auto!important;cursor:pointer!important}
.hs-home{left:18.4%!important;top:1.5%!important;width:6.3%!important;height:9%!important}
.hs-rental{left:24.4%!important;top:1.5%!important;width:8.3%!important;height:9%!important}
.hs-vehicles{left:32.7%!important;top:1.5%!important;width:8.2%!important;height:9%!important}
.hs-price{left:40.9%!important;top:1.5%!important;width:8.2%!important;height:9%!important}
.hs-guide{left:49.0%!important;top:1.5%!important;width:8.0%!important;height:9%!important}
.hs-review{left:57.0%!important;top:1.5%!important;width:8.0%!important;height:9%!important}
.hs-company{left:65.0%!important;top:1.5%!important;width:8.0%!important;height:9%!important}
.hs-phone{left:73.0%!important;top:1.0%!important;width:15.5%!important;height:9.5%!important}
.hs-contact{left:88.5%!important;top:1.0%!important;width:10.5%!important;height:9.5%!important}
.hs-consult{left:5.0%!important;top:64%!important;width:22%!important;height:9%!important}
.hs-more{left:27%!important;top:64%!important;width:20%!important;height:9%!important}

/* 요금안내 페이지 */
.price-section{background:#050505}
.price-tabs{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:36px}
.price-tab{min-height:76px;border:1px solid #2e2e2e;background:#111;color:#ddd;border-radius:16px;font-size:22px;font-weight:900;cursor:pointer}
.price-tab.active{background:#ffcc16;color:#111;border-color:#ffcc16}
.price-panel{display:none}.price-panel.active{display:block}
.price-heading{display:flex;justify-content:space-between;gap:20px;align-items:end;margin:24px 0}
.price-heading h2{margin:0;font-size:34px}.price-heading p{margin:0;color:#999}
.price-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.price-card{border:1px solid #333;border-radius:18px;background:linear-gradient(145deg,#151515,#0b0b0b);padding:18px;position:relative}
.price-card h3{margin:10px 0 8px;font-size:20px}
.price-card img{width:100%;aspect-ratio:4/3;object-fit:contain;background:#fff;border-radius:12px}
.cc-badge{display:inline-block;border:1px solid #ffcc16;color:#ffcc16;border-radius:8px;padding:6px 10px;font-weight:900}
.price-controls{margin-top:14px;border:1px solid #2f2f2f;border-radius:12px;overflow:hidden}
.price-controls label,.calc-row{display:grid;grid-template-columns:1fr 1.2fr auto;gap:8px;align-items:center;padding:12px;border-bottom:1px solid #292929}
.price-controls input,.price-controls select{width:100%;background:#0c0c0c;color:#fff;border:1px solid #444;border-radius:8px;padding:10px}
.price-controls small{display:block;color:#888;padding:12px;line-height:1.5}
.price-kakao{display:flex;min-height:52px;align-items:center;justify-content:center;margin-top:14px;border-radius:10px;background:#ffcc16;color:#111;font-weight:900}
.benefit-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:34px;border:1px solid #ffcc16;border-radius:18px;padding:20px}
.benefit-strip div{padding:10px}.benefit-strip strong{display:block;color:#ffcc16;margin-bottom:7px}.benefit-strip span{color:#aaa}
.price-notice{display:flex;gap:18px;align-items:flex-start;margin-top:18px;padding:16px 18px;border:1px solid #333;border-radius:12px;background:#0b0b0b;color:#999}
.price-notice strong{color:#ffcc16;white-space:nowrap}
@media(max-width:1100px){.price-grid{grid-template-columns:repeat(2,1fr)}.benefit-strip{grid-template-columns:repeat(2,1fr)}}
@media(max-width:700px){.price-tabs,.price-grid,.benefit-strip{grid-template-columns:1fr}.price-heading{display:block}.price-heading p{margin-top:10px}}

/* =========================================================
   INDEX 실제 HTML 메뉴
   이미지 위의 투명 좌표 링크를 사용하지 않고 실제 메뉴를 사용합니다.
   ========================================================= */
.real-home-header{
  position:absolute;
  top:0;
  left:0;
  right:0;
  height:124px;
  z-index:5000;
  display:flex;
  align-items:center;
  padding:0 2.1%;
  background:#000;
  border-bottom:1px solid #232323;
}

.real-home-logo{
  width:162px;
  flex:0 0 162px;
  display:block;
}

.real-home-logo img{
  display:block;
  width:100%;
  height:auto;
}

.real-home-nav{
  display:flex;
  align-items:stretch;
  justify-content:center;
  gap:0;
  margin-left:4.1%;
  height:100%;
  flex:1;
}

.real-home-nav a{
  position:relative;
  min-width:122px;
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#f3f3f3;
  font-size:18px;
  font-weight:700;
  text-decoration:none;
  white-space:nowrap;
  cursor:pointer;
}

.real-home-nav a:hover,
.real-home-nav a.active{
  color:#ffcc16;
}

.real-home-nav a.active::after,
.real-home-nav a:hover::after{
  content:"";
  position:absolute;
  left:28%;
  right:28%;
  bottom:18px;
  height:3px;
  background:#ffcc16;
}

.real-home-actions{
  display:flex;
  align-items:center;
  gap:20px;
  flex:0 0 auto;
}

.real-phone{
  color:#fff;
  font-size:15px;
  text-decoration:none;
  white-space:nowrap;
}

.real-phone strong{
  color:#ffcc16;
  font-size:20px;
}

.real-kakao{
  min-width:122px;
  min-height:54px;
  border:1px solid #ffcc16;
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#ffcc16;
  font-weight:900;
  text-decoration:none;
}

.real-kakao:hover{
  background:#ffcc16;
  color:#111;
}

/* 기존 이미지의 헤더 부분은 실제 HTML 헤더가 완전히 덮습니다. */
.home-hero-with-real-header{
  position:relative;
}

/* 메인 이미지 내 실제 클릭 버튼 */
.hero-real-consult,
.hero-real-more{
  position:absolute;
  display:block;
  z-index:3000;
  cursor:pointer;
}

.hero-real-consult{
  left:5.1%;
  top:65.0%;
  width:21.4%;
  height:8.2%;
}

.hero-real-more{
  left:27.5%;
  top:65.0%;
  width:19.3%;
  height:8.2%;
}

/* 예전에 사용하던 투명 hotspot은 index에서 더 이상 사용하지 않습니다. */

@media(max-width:1200px){
  .real-home-nav a{
    min-width:92px;
    font-size:15px;
  }
  .real-phone{
    display:none;
  }
}

@media(max-width:900px){
  .real-home-header{
    position:relative;
    height:auto;
    min-height:78px;
    flex-wrap:wrap;
    padding:10px 14px;
  }
  .real-home-logo{
    width:112px;
    flex-basis:112px;
  }
  .real-home-nav{
    order:3;
    width:100%;
    margin:8px 0 0;
    overflow-x:auto;
    justify-content:flex-start;
    height:48px;
  }
  .real-home-nav a{
    min-width:96px;
    height:48px;
  }
  .real-home-nav a.active::after,
  .real-home-nav a:hover::after{
    bottom:2px;
  }
  .real-kakao{
    min-width:95px;
    min-height:42px;
    font-size:13px;
  }
}

/* ==========================================================
   INDEX - 모든 버튼 실제 활성화 최종본
   ========================================================== */
body{margin:0}
.real-home-header{
  position:absolute!important;
  top:0!important;
  left:0!important;
  right:0!important;
  height:95px!important;
  z-index:10000!important;
  display:flex!important;
  align-items:center!important;
  padding:0 22px!important;
  background:#000!important;
  border-bottom:1px solid #252525!important;
}
.real-home-logo{
  width:126px!important;
  flex:0 0 126px!important;
  display:block!important;
  z-index:10001!important;
}
.real-home-logo img{
  width:100%!important;
  height:auto!important;
  display:block!important;
}
.real-home-nav{
  display:flex!important;
  flex:1!important;
  height:100%!important;
  align-items:center!important;
  justify-content:center!important;
  gap:2px!important;
  margin:0 18px!important;
}
.real-home-nav a{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-width:94px!important;
  height:100%!important;
  padding:0 12px!important;
  color:#f0f0f0!important;
  font-size:16px!important;
  font-weight:700!important;
  text-decoration:none!important;
  cursor:pointer!important;
  pointer-events:auto!important;
  position:relative!important;
  z-index:10002!important;
}
.real-home-nav a:hover,
.real-home-nav a.active{
  color:#ffcc16!important;
}
.real-home-nav a:hover::after,
.real-home-nav a.active::after{
  content:""!important;
  position:absolute!important;
  left:24%!important;
  right:24%!important;
  bottom:14px!important;
  height:3px!important;
  background:#ffcc16!important;
}
.real-home-actions{
  display:flex!important;
  align-items:center!important;
  gap:16px!important;
  z-index:10002!important;
}
.real-phone{
  display:flex!important;
  align-items:center!important;
  gap:6px!important;
  color:#fff!important;
  text-decoration:none!important;
  white-space:nowrap!important;
  font-size:14px!important;
  pointer-events:auto!important;
}
.real-phone strong{
  color:#ffcc16!important;
  font-size:17px!important;
}
.real-kakao{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-width:112px!important;
  height:48px!important;
  border:1px solid #ffcc16!important;
  border-radius:999px!important;
  color:#ffcc16!important;
  font-weight:900!important;
  text-decoration:none!important;
  cursor:pointer!important;
  pointer-events:auto!important;
}
.real-kakao:hover{
  background:#ffcc16!important;
  color:#111!important;
}

.home-stage{
  position:relative!important;
  width:100%!important;
  background:#000!important;
}
.home-stage-image{
  display:block!important;
  width:100%!important;
  height:auto!important;
}

/* 메인 이미지에 그려진 두 버튼 위 실제 클릭 영역 */
.hero-button-hit{
  position:absolute!important;
  display:block!important;
  z-index:9000!important;
  cursor:pointer!important;
  pointer-events:auto!important;
}
.hero-consult-hit{
  left:4.1%!important;
  top:64.6%!important;
  width:22.8%!important;
  height:11.0%!important;
}
.hero-rental-hit{
  left:27.2%!important;
  top:64.6%!important;
  width:20.5%!important;
  height:11.0%!important;
}

/* 혹시 다른 레이어가 있어도 클릭을 막지 못하게 */
.home-stage::before,
.home-stage::after{
  pointer-events:none!important;
}

@media(max-width:1200px){
  .real-home-nav a{min-width:78px!important;font-size:14px!important;padding:0 8px!important}
  .real-phone{display:none!important}
}
@media(max-width:900px){
  .real-home-header{
    position:relative!important;
    height:auto!important;
    min-height:72px!important;
    flex-wrap:wrap!important;
    padding:8px 12px!important;
  }
  .real-home-logo{width:96px!important;flex-basis:96px!important}
  .real-home-nav{
    order:3!important;
    width:100%!important;
    height:46px!important;
    margin:6px 0 0!important;
    overflow-x:auto!important;
    justify-content:flex-start!important;
  }
  .real-home-nav a{
    min-width:88px!important;
    height:46px!important;
    flex:0 0 auto!important;
  }
  .real-home-actions{margin-left:auto!important}
  .real-kakao{min-width:92px!important;height:40px!important;font-size:13px!important}
}

/* ==========================================================
   메인 상단 이중창 제거 + 크기 정상화
   ========================================================== */
.real-home-header{
  position:relative!important;
  height:96px!important;
  min-height:96px!important;
  box-sizing:border-box!important;
  padding:0 24px!important;
  background:#000!important;
}

.real-home-logo{
  width:126px!important;
  flex:0 0 126px!important;
}

.real-home-nav{
  height:96px!important;
  margin:0 20px!important;
}

.real-home-nav a{
  height:96px!important;
  min-width:100px!important;
  font-size:16px!important;
}

.real-home-actions{
  height:96px!important;
}

.real-phone{
  font-size:14px!important;
}

.real-phone strong{
  font-size:17px!important;
}

.real-kakao{
  min-width:112px!important;
  height:48px!important;
}

.home-stage{
  margin-top:0!important;
}

.home-stage-image{
  display:block!important;
  width:100%!important;
  height:auto!important;
  margin:0!important;
}

/* 잘라낸 이미지 기준으로 메인 두 버튼 클릭영역 위치 재조정 */
.hero-consult-hit{
  left:4.1%!important;
  top:61.5%!important;
  width:22.8%!important;
  height:11.8%!important;
}

.hero-rental-hit{
  left:27.2%!important;
  top:61.5%!important;
  width:20.5%!important;
  height:11.8%!important;
}

@media(max-width:1200px){
  .real-home-nav a{
    min-width:82px!important;
    font-size:14px!important;
  }
}

@media(max-width:900px){
  .real-home-header{
    height:auto!important;
    min-height:74px!important;
  }
  .real-home-nav{
    height:48px!important;
  }
  .real-home-nav a{
    height:48px!important;
  }
}

/* ==========================================================
   HOME HEADER FINAL
   - 기존 이미지 속 메뉴 완전 제거
   - 상단 메뉴를 크게 한 줄로 제작
   ========================================================== */

.home-page{
  margin:0!important;
  padding:0!important;
  background:#000!important;
}

.home-header-final{
  width:100%!important;
  height:112px!important;
  box-sizing:border-box!important;
  display:grid!important;
  grid-template-columns:170px minmax(650px,1fr) 330px!important;
  align-items:center!important;
  gap:20px!important;
  padding:0 28px!important;
  background:#050505!important;
  border-bottom:1px solid #292929!important;
  position:relative!important;
  z-index:99999!important;
}

.home-logo-final{
  display:flex!important;
  align-items:center!important;
  width:145px!important;
  height:88px!important;
  text-decoration:none!important;
}

.home-logo-final img{
  display:block!important;
  width:145px!important;
  max-height:88px!important;
  object-fit:contain!important;
}

.home-nav-final{
  height:112px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  min-width:0!important;
}

.home-nav-final a{
  height:112px!important;
  min-width:105px!important;
  padding:0 10px!important;
  box-sizing:border-box!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  position:relative!important;
  color:#f4f4f4!important;
  font-size:18px!important;
  line-height:1!important;
  font-weight:800!important;
  letter-spacing:-0.5px!important;
  text-decoration:none!important;
  white-space:nowrap!important;
  cursor:pointer!important;
  pointer-events:auto!important;
}

.home-nav-final a:hover,
.home-nav-final a.active{
  color:#ffd21a!important;
}

.home-nav-final a.active::after,
.home-nav-final a:hover::after{
  content:""!important;
  position:absolute!important;
  left:24px!important;
  right:24px!important;
  bottom:20px!important;
  height:3px!important;
  border-radius:2px!important;
  background:#ffd21a!important;
}

.home-contact-final{
  height:112px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:18px!important;
}

.home-phone-final{
  display:flex!important;
  align-items:center!important;
  gap:7px!important;
  color:#fff!important;
  font-size:15px!important;
  font-weight:700!important;
  text-decoration:none!important;
  white-space:nowrap!important;
}

.home-phone-final strong{
  color:#ffd21a!important;
  font-size:19px!important;
  font-weight:900!important;
}

.home-kakao-final{
  width:118px!important;
  height:52px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  border:1.5px solid #ffd21a!important;
  border-radius:999px!important;
  color:#ffd21a!important;
  font-size:17px!important;
  font-weight:900!important;
  text-decoration:none!important;
  white-space:nowrap!important;
}

.home-kakao-final:hover{
  color:#080808!important;
  background:#ffd21a!important;
}

.home-visual-final{
  position:relative!important;
  width:100%!important;
  margin:0!important;
  padding:0!important;
  background:#000!important;
  overflow:hidden!important;
}

.home-visual-final > img{
  display:block!important;
  width:100%!important;
  height:auto!important;
  margin:0!important;
  padding:0!important;
}

.main-hit{
  position:absolute!important;
  display:block!important;
  z-index:1000!important;
  cursor:pointer!important;
  pointer-events:auto!important;
}

/* 헤더를 제거한 새 본문 이미지 기준 */
.main-consult-final{
  left:4.15%!important;
  top:62.0%!important;
  width:22.7%!important;
  height:10.8%!important;
}

.main-rental-final{
  left:27.35%!important;
  top:62.0%!important;
  width:20.4%!important;
  height:10.8%!important;
}

@media(max-width:1350px){
  .home-header-final{
    grid-template-columns:140px minmax(560px,1fr) 265px!important;
    padding:0 16px!important;
    gap:10px!important;
  }
  .home-logo-final,.home-logo-final img{width:120px!important}
  .home-nav-final a{
    min-width:88px!important;
    padding:0 6px!important;
    font-size:15px!important;
  }
  .home-phone-final span:nth-child(2){display:none!important}
  .home-phone-final strong{font-size:16px!important}
  .home-kakao-final{width:100px!important;font-size:15px!important}
}

@media(max-width:980px){
  .home-header-final{
    height:auto!important;
    min-height:88px!important;
    grid-template-columns:120px 1fr!important;
    padding:8px 14px!important;
  }
  .home-contact-final{
    height:70px!important;
  }
  .home-nav-final{
    grid-column:1 / -1!important;
    order:3!important;
    height:58px!important;
    justify-content:flex-start!important;
    overflow-x:auto!important;
  }
  .home-nav-final a{
    height:58px!important;
    min-width:100px!important;
    flex:0 0 auto!important;
  }
  .home-nav-final a.active::after,
  .home-nav-final a:hover::after{
    bottom:4px!important;
  }
}

/* ==========================================================
   HOME HEADER EXTRA LARGE - 최종 강제 확대
   1200px 화면에서도 메뉴 글씨가 작아지지 않도록 기존 축소 규칙 덮어쓰기
   ========================================================== */
.home-header-final{
  height:128px!important;
  min-height:128px!important;
  grid-template-columns:155px minmax(660px,1fr) 310px!important;
  gap:12px!important;
  padding:0 16px!important;
}

.home-logo-final{
  width:140px!important;
  height:100px!important;
}
.home-logo-final img{
  width:140px!important;
  max-height:100px!important;
}

.home-nav-final{
  height:128px!important;
  gap:2px!important;
}
.home-nav-final a{
  height:128px!important;
  min-width:92px!important;
  padding:0 7px!important;
  font-size:19px!important;
  font-weight:900!important;
  letter-spacing:-0.7px!important;
}
.home-nav-final a.active::after,
.home-nav-final a:hover::after{
  left:17px!important;
  right:17px!important;
  bottom:24px!important;
  height:4px!important;
}

.home-contact-final{
  height:128px!important;
  gap:12px!important;
}
.home-phone-final{
  gap:5px!important;
  font-size:15px!important;
  font-weight:800!important;
}
.home-phone-final strong{
  font-size:18px!important;
  font-weight:900!important;
}
.home-kakao-final{
  width:105px!important;
  height:54px!important;
  font-size:17px!important;
  border-width:2px!important;
}

/* 기존 1350px 이하에서 작게 만드는 규칙을 다시 덮어씀 */
@media (max-width:1350px) and (min-width:981px){
  .home-header-final{
    height:122px!important;
    min-height:122px!important;
    grid-template-columns:135px minmax(600px,1fr) 275px!important;
    padding:0 12px!important;
    gap:6px!important;
  }
  .home-logo-final,
  .home-logo-final img{
    width:125px!important;
  }
  .home-nav-final{
    height:122px!important;
    gap:0!important;
  }
  .home-nav-final a{
    height:122px!important;
    min-width:82px!important;
    padding:0 5px!important;
    font-size:18px!important;
    font-weight:900!important;
  }
  .home-contact-final{
    height:122px!important;
    gap:8px!important;
  }
  .home-phone-final{
    display:flex!important;
    font-size:14px!important;
  }
  .home-phone-final span:nth-child(2){
    display:inline!important;
  }
  .home-phone-final strong{
    font-size:16px!important;
  }
  .home-kakao-final{
    width:92px!important;
    height:50px!important;
    font-size:15px!important;
  }
}

/* 새로 더 많이 잘라낸 본문 이미지 기준 버튼 위치 */
.main-consult-final{
  left:4.15%!important;
  top:59.5%!important;
  width:22.7%!important;
  height:11.5%!important;
}
.main-rental-final{
  left:27.35%!important;
  top:59.5%!important;
  width:20.4%!important;
  height:11.5%!important;
}

/* ==========================================================
   상단 메뉴 글씨만 확실하게 확대
   사용자가 표시한 그림판 예시 수준
   ========================================================== */
.home-nav-final a{
  font-size:25px!important;
  font-weight:900!important;
  letter-spacing:-1px!important;
  min-width:118px!important;
  padding:0 8px!important;
}

.home-phone-final{
  font-size:18px!important;
  font-weight:800!important;
}
.home-phone-final strong{
  font-size:22px!important;
  font-weight:900!important;
}
.home-kakao-final{
  width:120px!important;
  height:56px!important;
  font-size:19px!important;
  font-weight:900!important;
}

/* 화면 폭 때문에 이전 CSS가 다시 작게 만드는 것을 방지 */
@media (max-width:1350px) and (min-width:981px){
  .home-header-final{
    grid-template-columns:135px minmax(720px,1fr) 270px!important;
  }
  .home-nav-final a{
    font-size:21px!important;
    font-weight:900!important;
    min-width:98px!important;
    padding:0 4px!important;
  }
  .home-phone-final{
    font-size:15px!important;
  }
  .home-phone-final strong{
    font-size:18px!important;
  }
  .home-kakao-final{
    width:100px!important;
    font-size:17px!important;
  }
}

/* ==========================================================
   SMILE RENTAL - 전 페이지 글씨/카드/버튼 크게 최종 통일
   index의 큼직한 느낌을 rental/vehicles/price/guide/review/company까지 적용
   ========================================================== */

/* 기본 글씨 */
body{
  font-size:18px!important;
  line-height:1.65!important;
}

/* 공통 상단 메뉴 */
header nav a,
.nav a,
.gnb a,
.menu a{
  font-size:20px!important;
  font-weight:800!important;
}

/* 페이지 상단 영문 라벨 */
.eyebrow,
.kicker,
.section-label,
.hero-kicker{
  font-size:17px!important;
  font-weight:900!important;
  letter-spacing:.5px!important;
}

/* 페이지 메인 제목 */
.hero h1,
.page-hero h1,
.sub-hero h1,
section h1,
main h1{
  font-size:52px!important;
  line-height:1.15!important;
  font-weight:900!important;
  letter-spacing:-2px!important;
}

/* 섹션 제목 */
section h2,
main h2,
.card h2,
.card h3{
  font-size:31px!important;
  line-height:1.25!important;
  font-weight:900!important;
  letter-spacing:-1px!important;
}

/* 설명문 */
.hero p,
.page-hero p,
.sub-hero p,
section p,
.card p,
.desc,
.description{
  font-size:19px!important;
  line-height:1.7!important;
}

/* 카드 본문/리스트 */
.card,
.plan-card,
.product-card,
.price-card,
.info-card,
.service-card{
  font-size:18px!important;
}
.card li,
.plan-card li,
.product-card li,
.price-card li,
.info-card li,
.service-card li{
  font-size:18px!important;
  line-height:1.8!important;
}

/* 카드 여백도 함께 확대 */
.card,
.plan-card,
.product-card,
.price-card,
.info-card,
.service-card{
  padding:30px!important;
}

/* 버튼 */
button,
.btn,
.button,
.cta,
a.btn,
.card a[class*="btn"],
.card a[href*="kakao"],
a[href*="open.kakao"]{
  font-size:19px!important;
  font-weight:900!important;
  min-height:54px!important;
}

/* 요금안내 표/입력/선택창 */
table,
th,
td,
label,
input,
select,
textarea{
  font-size:18px!important;
}
th,td{
  padding:13px 15px!important;
}
input,select,textarea{
  min-height:48px!important;
}

/* 차량안내 모델명 및 필터 */
.vehicle-name,
.product-name,
.model-name{
  font-size:23px!important;
  font-weight:900!important;
}
.filter button,
.filters button,
.tabs button,
.tab{
  font-size:17px!important;
  min-height:48px!important;
}

/* 하단 안내/주의문도 너무 작지 않게 */
.notice,
.warning,
.disclaimer,
small{
  font-size:15px!important;
  line-height:1.6!important;
}

/* 현재 메인 상단 메뉴는 이미 확정한 크기 유지 */
.home-nav-final a{
  font-size:25px!important;
  font-weight:900!important;
}
.home-phone-final{
  font-size:18px!important;
}
.home-phone-final strong{
  font-size:22px!important;
}
.home-kakao-final{
  font-size:19px!important;
}

/* 중간 폭 PC에서도 지나치게 축소되지 않도록 */
@media (max-width:1350px) and (min-width:981px){
  body{font-size:17px!important}
  .home-nav-final a{font-size:21px!important}
  .hero h1,.page-hero h1,.sub-hero h1,section h1,main h1{
    font-size:46px!important;
  }
  section h2,main h2,.card h2,.card h3{
    font-size:28px!important;
  }
  section p,.card p,.desc,.description{
    font-size:18px!important;
  }
  .card li,.plan-card li,.product-card li,.price-card li,.info-card li,.service-card li{
    font-size:17px!important;
  }
}

/* 모바일에서는 화면 밖으로 넘치지 않게 */
@media (max-width:980px){
  body{font-size:16px!important}
  .hero h1,.page-hero h1,.sub-hero h1,section h1,main h1{
    font-size:36px!important;
  }
  section h2,main h2,.card h2,.card h3{
    font-size:25px!important;
  }
  section p,.card p,.desc,.description{
    font-size:17px!important;
  }
  .card,.plan-card,.product-card,.price-card,.info-card,.service-card{
    padding:22px!important;
  }
  button,.btn,.button,.cta,a.btn{
    font-size:17px!important;
  }
}

/* ==========================================================
   2026-08-11 화면 비율/빈공간 수정
   샘플처럼 넓고 큼직하게, 카드 내부 빈 공간 최소화
   ========================================================== */

/* 서브페이지 전체 폭을 넓게 사용 */
body:not(.home-page) .container{
  width:min(1520px, calc(100% - 56px))!important;
  margin:0 auto!important;
}

/* 서브페이지 상단 메뉴도 메인과 비슷한 크기 */
.site-header{
  height:112px!important;
}
.header-inner{
  height:112px!important;
  gap:24px!important;
}
.wordmark{
  font-size:30px!important;
  line-height:.82!important;
}
.nav{
  gap:18px!important;
}
.nav a{
  font-size:20px!important;
  font-weight:900!important;
  padding:12px 8px!important;
  white-space:nowrap!important;
}
.phone-link{
  font-size:18px!important;
}
.kakao-btn{
  min-height:52px!important;
  padding:0 22px!important;
  font-size:18px!important;
}

/* 페이지 상단: 너무 큰 빈 배너 대신 내용이 꽉 차게 */
.page-hero{
  padding:64px 0 50px!important;
  min-height:0!important;
}
.page-hero .eyebrow{
  font-size:17px!important;
  margin-bottom:12px!important;
}
.page-hero h1{
  font-size:58px!important;
  margin:0 0 16px!important;
  line-height:1.08!important;
}
.page-hero p{
  font-size:20px!important;
  line-height:1.65!important;
  max-width:900px!important;
}

/* 렌탈·리스 본문 */
body:has(.product-grid) .section{
  padding:48px 0!important;
}

.product-grid{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:22px!important;
  align-items:stretch!important;
}

.product-card{
  min-height:0!important;
  height:auto!important;
  padding:32px 30px!important;
  display:flex!important;
  flex-direction:column!important;
  border-radius:22px!important;
}

.product-badge{
  font-size:16px!important;
  letter-spacing:.08em!important;
}

.product-card h2{
  font-size:34px!important;
  margin:12px 0 8px!important;
  line-height:1.2!important;
}

.product-card .lead{
  font-size:20px!important;
  min-height:0!important;
  margin:0 0 20px!important;
}

.feature-list{
  margin:12px 0 24px!important;
  flex:1!important;
}

.feature-list li{
  font-size:18px!important;
  line-height:1.55!important;
  padding:14px 0 14px 30px!important;
}

.full-btn{
  margin-top:auto!important;
  min-height:62px!important;
  font-size:21px!important;
  padding:0 22px!important;
}

/* 아래 3개 선택 도움말도 카드 안 빈공간 없이 컴팩트 */
.compare{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:22px!important;
  margin-top:22px!important;
}
.compare-item{
  min-height:0!important;
  padding:24px 28px!important;
}
.compare-item strong{
  font-size:22px!important;
  margin-bottom:8px!important;
}
.compare-item p{
  font-size:18px!important;
  margin:0 0 8px!important;
  line-height:1.5!important;
}
.compare-item span{
  font-size:20px!important;
}

/* 하단 상담 띠 */
.section.dark{
  padding:28px 0 42px!important;
}
.contact-box{
  padding:30px 36px!important;
  min-height:0!important;
}
.contact-box h2{
  font-size:30px!important;
}
.contact-box p{
  font-size:18px!important;
}
.contact-actions a{
  min-height:54px!important;
  font-size:18px!important;
}

/* 차량/요금/기타 페이지도 지나치게 넓은 빈 공간 방지 */
.info-card,
.guide-card,
.category-card,
.price-card,
.promise,
.feature-mini,
.spec-card{
  min-height:0!important;
}

.info-card,
.guide-card,
.category-card{
  padding:28px!important;
}

.guide-card{
  min-height:0!important;
  display:flex!important;
  flex-direction:column!important;
}

.guide-card ul{
  flex:1!important;
}

/* 데스크톱에서 카드와 본문 글자를 충분히 크게 */
.info-card h3,
.category-card h2,
.guide-card h2{
  font-size:30px!important;
}
.info-card p,
.category-card p,
.guide-card p,
.promise p{
  font-size:18px!important;
}

/* 화면 폭이 좁아질 때만 1열 */
@media(max-width:1050px){
  body:not(.home-page) .container{
    width:min(100% - 32px, 1520px)!important;
  }
  .product-grid,
  .compare{
    grid-template-columns:1fr!important;
  }
  .site-header{
    height:auto!important;
  }
  .header-inner{
    height:auto!important;
    min-height:86px!important;
  }
}

/* === FINAL LARGE UI : 2026-08-11 === */

/* 모든 서브페이지 공통 상단 메뉴 3배 수준 */
.site-header .nav a,
.header-inner .nav a,
header .nav a{
  font-size:24px!important;
  font-weight:900!important;
  padding:14px 13px!important;
  letter-spacing:-.7px!important;
}
.site-header .phone-link,
.header-inner .phone-link{
  font-size:20px!important;
  font-weight:900!important;
}
.site-header .kakao-btn,
.header-inner .kakao-btn{
  font-size:20px!important;
  min-height:56px!important;
  padding:0 24px!important;
}

/* 차량안내 상단 2개 큰 선택 카드 */
.guide-grid,
.vehicle-guide-grid,
.intro-grid{
  gap:24px!important;
}
.guide-card,
.category-card,
.info-card{
  padding:32px!important;
}
.guide-card h2,
.category-card h2,
.info-card h2,
.guide-card h3,
.category-card h3,
.info-card h3{
  font-size:32px!important;
  line-height:1.25!important;
}
.guide-card p,
.category-card p,
.info-card p{
  font-size:20px!important;
  line-height:1.6!important;
}

/* 자세히 보기 / 모델 보러가기 : 높이 2배 + 글씨 확대 */
.guide-card .btn,
.category-card .btn,
.info-card .btn,
.guide-card a[class*="btn"],
.category-card a[class*="btn"],
.info-card a[class*="btn"]{
  min-height:92px!important;
  height:92px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  font-size:28px!important;
  font-weight:900!important;
  padding:0 30px!important;
}

/* 차량안내 하단 약속 카드: 빈 공간 제거 + 글씨 3배 체감 */
.promise-grid,
.promise-list,
.mini-grid{
  gap:16px!important;
}
.promise,
.feature-mini{
  min-height:0!important;
  padding:24px 22px!important;
}
.promise strong,
.feature-mini strong,
.promise h3,
.feature-mini h3{
  font-size:24px!important;
  line-height:1.3!important;
}
.promise p,
.feature-mini p{
  font-size:17px!important;
  line-height:1.5!important;
  margin-top:7px!important;
}

/* 요금안내 탭 높이 2배, 글씨 크게 */
.price-tabs,
.tabs{
  gap:12px!important;
}
.price-tabs button,
.tabs button,
.tab{
  min-height:78px!important;
  height:78px!important;
  font-size:24px!important;
  font-weight:900!important;
}

/* 요금 카드 제목/표/입력창 2~3배 체감 */
.price-card{
  padding:24px!important;
}
.price-card h2,
.price-card h3,
.price-card .model-name{
  font-size:27px!important;
  font-weight:900!important;
}
.price-card .cc,
.price-card .badge{
  font-size:18px!important;
  padding:8px 12px!important;
}
.price-card table,
.price-card th,
.price-card td,
.price-card label{
  font-size:19px!important;
}
.price-card th,
.price-card td{
  padding:14px 12px!important;
}
.price-card input,
.price-card select{
  min-height:52px!important;
  font-size:19px!important;
  padding:8px 12px!important;
}
.price-card .btn,
.price-card button,
.price-card a[class*="btn"]{
  min-height:66px!important;
  font-size:21px!important;
  font-weight:900!important;
}

/* 요금안내 섹션 제목 */
.price-section h2,
.price-section-title,
main section > h2{
  font-size:34px!important;
  font-weight:900!important;
}

/* 차량 모델 카드의 이름/상세 글씨 */
.vehicle-card h2,
.vehicle-card h3,
.vehicle-card .model-name,
.product-card .model-name{
  font-size:26px!important;
  font-weight:900!important;
}
.vehicle-card p,
.vehicle-card li,
.vehicle-card td,
.vehicle-card th{
  font-size:18px!important;
}

/* 불필요한 최소 높이 제거 */
.guide-card,
.category-card,
.info-card,
.promise,
.feature-mini,
.price-card,
.vehicle-card{
  min-height:0!important;
}

/* 메인/서브 전체 제목도 크게 */
.page-hero h1,
.sub-hero h1{
  font-size:58px!important;
}
.page-hero p,
.sub-hero p{
  font-size:20px!important;
}

/* 모바일 보호 */
@media(max-width:980px){
  .site-header .nav a,
  .header-inner .nav a,
  header .nav a{font-size:17px!important}
  .guide-card .btn,
  .category-card .btn,
  .info-card .btn,
  .guide-card a[class*="btn"],
  .category-card a[class*="btn"],
  .info-card a[class*="btn"]{
    height:70px!important;
    min-height:70px!important;
    font-size:22px!important;
  }
  .price-tabs button,.tabs button,.tab{
    height:62px!important;
    min-height:62px!important;
    font-size:19px!important;
  }
}

/* =========================================================
   2026-08-11 실제 화면 기준 강제 대형화 FINAL
   기존 CSS보다 아래 규칙이 최우선 적용됨
   ========================================================= */

html body .container{
  width:calc(100% - 80px)!important;
  max-width:1720px!important;
}

/* 상단바 */
html body .site-header{
  height:112px!important;
}
html body .wordmark{
  font-size:38px!important;
  line-height:.82!important;
}
html body .nav{
  gap:30px!important;
}
html body .nav a{
  font-size:30px!important;
  font-weight:900!important;
  padding:24px 10px!important;
}
html body .phone-link{
  font-size:27px!important;
  font-weight:900!important;
}
html body .kakao-btn{
  min-height:68px!important;
  font-size:26px!important;
  padding:0 28px!important;
}

/* 렌탈리스 상단 제목 */
html body .page-hero{
  padding:70px 0 58px!important;
}
html body .page-hero .eyebrow{
  font-size:24px!important;
}
html body .page-hero h1{
  font-size:72px!important;
  line-height:1.05!important;
}
html body .page-hero p{
  font-size:27px!important;
}

/* 렌탈리스 3개 카드 */
html body .product-grid{
  gap:26px!important;
}
html body .product-card{
  padding:38px 34px!important;
  min-height:0!important;
  height:auto!important;
}
html body .product-badge{
  font-size:22px!important;
}
html body .product-card h2{
  font-size:44px!important;
  margin:14px 0 12px!important;
}
html body .product-card .lead{
  font-size:27px!important;
  margin-bottom:20px!important;
}
html body .feature-list{
  margin:8px 0 22px!important;
}
html body .feature-list li{
  font-size:25px!important;
  line-height:1.45!important;
  padding:17px 0 17px 36px!important;
}
html body .full-btn{
  min-height:82px!important;
  font-size:28px!important;
  border-radius:14px!important;
}

/* 렌탈리스 하단 3개 안내 */
html body .compare{
  gap:26px!important;
}
html body .compare-item{
  padding:28px 30px!important;
}
html body .compare-item strong{
  font-size:29px!important;
}
html body .compare-item p{
  font-size:23px!important;
}
html body .compare-item span{
  font-size:25px!important;
}

/* 하단 노란 상담 영역 */
html body .contact-box h2{
  font-size:34px!important;
}
html body .contact-box p{
  font-size:22px!important;
}
html body .contact-actions a{
  min-height:66px!important;
  font-size:23px!important;
  padding:0 26px!important;
}

/* 차량안내: 자세히보기 / 모델보러가기 */
html body .guide-card,
html body .category-card,
html body .info-card{
  min-height:0!important;
  height:auto!important;
  padding:38px!important;
}
html body .guide-card h2,
html body .category-card h2,
html body .info-card h2,
html body .guide-card h3,
html body .category-card h3,
html body .info-card h3{
  font-size:44px!important;
}
html body .guide-card p,
html body .category-card p,
html body .info-card p,
html body .guide-card li,
html body .category-card li,
html body .info-card li{
  font-size:25px!important;
  line-height:1.55!important;
}
html body .guide-card .go,
html body .guide-card .btn,
html body .category-card .btn,
html body .info-card .btn,
html body .guide-card a[class*="btn"],
html body .category-card a[class*="btn"],
html body .info-card a[class*="btn"]{
  min-height:105px!important;
  height:105px!important;
  font-size:32px!important;
  font-weight:900!important;
}

/* 차량안내 아래 약속 카드 */
html body .promise,
html body .feature-mini{
  min-height:0!important;
  height:auto!important;
  padding:30px!important;
}
html body .promise strong,
html body .feature-mini strong,
html body .promise h3,
html body .feature-mini h3{
  font-size:32px!important;
}
html body .promise p,
html body .feature-mini p{
  font-size:23px!important;
}

/* 요금안내 탭 */
html body .price-tabs button,
html body .tabs button,
html body .tab{
  min-height:100px!important;
  height:100px!important;
  font-size:31px!important;
}

/* 요금안내 카드 */
html body .price-card{
  min-height:0!important;
  height:auto!important;
  padding:28px!important;
}
html body .price-card h2,
html body .price-card h3,
html body .price-card .model-name{
  font-size:35px!important;
}
html body .price-card .cc,
html body .price-card .badge{
  font-size:23px!important;
}
html body .price-card table,
html body .price-card th,
html body .price-card td,
html body .price-card label{
  font-size:24px!important;
}
html body .price-card th,
html body .price-card td{
  padding:16px 13px!important;
}
html body .price-card input,
html body .price-card select{
  min-height:62px!important;
  font-size:24px!important;
}
html body .price-card .btn,
html body .price-card button,
html body .price-card a[class*="btn"]{
  min-height:78px!important;
  font-size:26px!important;
}

/* 차량 카드/모델명 */
html body .bike-card h3,
html body .vehicle-card h3,
html body .vehicle-card .model-name{
  font-size:31px!important;
}
html body .bike-card p,
html body .vehicle-card p,
html body .vehicle-card li{
  font-size:23px!important;
}

/* 푸터 */
html body .footer{
  font-size:19px!important;
}

/* 모바일에서는 화면 폭에 맞춰 정상 축소 */
@media(max-width:900px){
  html body .container{width:calc(100% - 28px)!important}
  html body .nav a{font-size:16px!important;padding:10px 4px!important}
  html body .page-hero h1{font-size:46px!important}
  html body .product-grid{grid-template-columns:1fr!important}
  html body .product-card h2{font-size:32px!important}
  html body .feature-list li{font-size:18px!important}
}

/* ===== 가로 여백 최종 수정: 화면을 거의 꽉 채우도록 ===== */
html body .container,
html body .header-inner,
html body main .container,
html body section .container,
html body footer .container{
    width: calc(100% - 64px) !important;
    max-width: 1840px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

html body .product-grid{
    width:100% !important;
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    gap:20px !important;
}

html body .product-card{
    width:auto !important;
    max-width:none !important;
}

html body .compare{
    width:100% !important;
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    gap:20px !important;
}

/* 큰 모니터에서도 가운데 좁게 몰리지 않게 */
@media (min-width:1400px){
    html body .container,
    html body .header-inner,
    html body main .container,
    html body section .container,
    html body footer .container{
        width: calc(100% - 80px) !important;
        max-width: none !important;
    }
}

/* 모바일 */
@media(max-width:900px){
    html body .container,
    html body .header-inner,
    html body main .container,
    html body section .container,
    html body footer .container{
        width:calc(100% - 28px) !important;
    }
    html body .product-grid,
    html body .compare{
        grid-template-columns:1fr !important;
    }
}

/* =========================================================
   APPROVED MOCKUP MATCH - DESKTOP FINAL
   ========================================================= */

@media (min-width:1100px){

  html,body{
    background:#050505!important;
  }

  body:not(.home-page) .container,
  body:not(.home-page) .header-inner{
    width:calc(100% - 72px)!important;
    max-width:none!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }

  /* HEADER */
  body:not(.home-page) .site-header{
    height:92px!important;
    min-height:92px!important;
    background:#050505!important;
  }

  body:not(.home-page) .header-inner{
    height:92px!important;
    display:grid!important;
    grid-template-columns:190px 1fr 360px!important;
    align-items:center!important;
    gap:18px!important;
  }

  body:not(.home-page) .wordmark{
    font-size:34px!important;
    font-weight:1000!important;
    line-height:.8!important;
    color:#ffcc16!important;
  }

  body:not(.home-page) .nav{
    display:flex!important;
    justify-content:center!important;
    align-items:center!important;
    gap:22px!important;
    height:92px!important;
  }

  body:not(.home-page) .nav a{
    font-size:22px!important;
    font-weight:900!important;
    padding:0 6px!important;
    height:92px!important;
    display:flex!important;
    align-items:center!important;
    position:relative!important;
    white-space:nowrap!important;
  }

  body:not(.home-page) .nav a.active{
    color:#ffcc16!important;
  }

  body:not(.home-page) .nav a.active::after{
    content:""!important;
    position:absolute!important;
    left:14%!important;
    right:14%!important;
    bottom:13px!important;
    height:4px!important;
    border-radius:3px!important;
    background:#ffcc16!important;
  }

  body:not(.home-page) .header-actions{
    display:flex!important;
    justify-content:flex-end!important;
    align-items:center!important;
    gap:14px!important;
  }

  body:not(.home-page) .phone-link{
    display:inline-flex!important;
    font-size:18px!important;
    font-weight:900!important;
    color:#ffcc16!important;
  }

  body:not(.home-page) .kakao-btn{
    min-height:52px!important;
    padding:0 20px!important;
    border-radius:13px!important;
    font-size:18px!important;
    font-weight:900!important;
  }

  /* HERO */
  body:not(.home-page) .page-hero,
  body:not(.home-page) .vehicle-hub-hero{
    padding:38px 0 34px!important;
    min-height:0!important;
  }

  body:not(.home-page) .page-hero .eyebrow,
  body:not(.home-page) .vehicle-hub-hero .eyebrow{
    font-size:16px!important;
    margin-bottom:8px!important;
  }

  body:not(.home-page) .page-hero h1,
  body:not(.home-page) .brush-title{
    font-size:52px!important;
    line-height:1.05!important;
    margin:0 0 10px!important;
    letter-spacing:-2px!important;
  }

  body:not(.home-page) .page-hero p,
  body:not(.home-page) .vehicle-hub-hero p{
    font-size:19px!important;
    line-height:1.5!important;
  }

  /* RENTAL */
  body:not(.home-page) .section{
    padding:34px 0!important;
  }

  body:not(.home-page) .product-grid{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:20px!important;
  }

  body:not(.home-page) .product-card{
    min-height:0!important;
    height:auto!important;
    padding:24px 24px 20px!important;
    border-radius:18px!important;
  }

  body:not(.home-page) .product-badge{
    font-size:14px!important;
  }

  body:not(.home-page) .product-card h2{
    font-size:31px!important;
    margin:7px 0 7px!important;
    line-height:1.12!important;
  }

  body:not(.home-page) .product-card .lead{
    font-size:18px!important;
    min-height:0!important;
    margin:0 0 12px!important;
  }

  body:not(.home-page) .feature-list{
    margin:10px 0 16px!important;
  }

  body:not(.home-page) .feature-list li{
    font-size:17px!important;
    line-height:1.4!important;
    padding:10px 0 10px 27px!important;
  }

  body:not(.home-page) .full-btn{
    min-height:56px!important;
    font-size:20px!important;
    padding:0 16px!important;
    border-radius:10px!important;
  }

  body:not(.home-page) .compare{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:16px!important;
    margin-top:16px!important;
  }

  body:not(.home-page) .compare-item{
    min-height:0!important;
    padding:18px 20px!important;
  }

  body:not(.home-page) .compare-item strong{
    font-size:18px!important;
    margin-bottom:5px!important;
  }

  body:not(.home-page) .compare-item p{
    font-size:15px!important;
    margin:0 0 6px!important;
  }

  body:not(.home-page) .compare-item span{
    font-size:18px!important;
  }

  body:not(.home-page) .contact-box{
    padding:18px 24px!important;
    border-radius:16px!important;
  }

  body:not(.home-page) .contact-box h2{
    font-size:28px!important;
  }

  body:not(.home-page) .contact-box p{
    font-size:16px!important;
  }

  body:not(.home-page) .contact-actions a{
    min-height:54px!important;
    font-size:18px!important;
  }

  /* VEHICLES HUB */
  body:not(.home-page) .category-grid{
    grid-template-columns:1fr 1fr!important;
    gap:18px!important;
    margin-top:18px!important;
  }

  body:not(.home-page) .category-card{
    min-height:0!important;
    height:auto!important;
    padding:24px!important;
  }

  body:not(.home-page) .category-icon{
    width:54px!important;
    height:54px!important;
    margin-bottom:14px!important;
  }

  body:not(.home-page) .category-card h2{
    font-size:30px!important;
    margin-bottom:7px!important;
  }

  body:not(.home-page) .category-card p{
    font-size:17px!important;
    line-height:1.45!important;
  }

  body:not(.home-page) .category-card .go{
    width:100%!important;
    min-height:86px!important;
    margin-top:18px!important;
    padding:0 24px!important;
    border-radius:10px!important;
    justify-content:center!important;
    font-size:28px!important;
    font-weight:900!important;
  }

  body:not(.home-page) .promise-grid{
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    gap:12px!important;
  }

  body:not(.home-page) .promise{
    min-height:0!important;
    padding:18px!important;
  }

  body:not(.home-page) .promise strong{
    font-size:20px!important;
  }

  body:not(.home-page) .promise p{
    font-size:15px!important;
    line-height:1.45!important;
  }

  /* PRODUCT GUIDE */
  body:not(.home-page) .guide-cards{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:18px!important;
  }

  body:not(.home-page) .guide-card{
    min-height:0!important;
    height:auto!important;
    padding:24px!important;
  }

  body:not(.home-page) .guide-card h2{
    font-size:29px!important;
  }

  body:not(.home-page) .guide-card li{
    font-size:16px!important;
    padding:10px 0 10px 24px!important;
  }

  body:not(.home-page) .guide-card .go{
    min-height:58px!important;
    font-size:19px!important;
  }

  /* PRICE */
  body:not(.home-page) .price-tabs{
    gap:12px!important;
    margin-bottom:24px!important;
  }

  body:not(.home-page) .price-tab{
    min-height:72px!important;
    height:72px!important;
    font-size:22px!important;
  }

  body:not(.home-page) .price-heading{
    margin:14px 0 18px!important;
  }

  body:not(.home-page) .price-heading h2{
    font-size:30px!important;
  }

  body:not(.home-page) .price-heading p{
    font-size:16px!important;
  }

  body:not(.home-page) .price-grid{
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    gap:16px!important;
  }

  body:not(.home-page) .price-card{
    min-height:0!important;
    height:auto!important;
    padding:14px!important;
  }

  body:not(.home-page) .price-card h3{
    font-size:20px!important;
  }

  body:not(.home-page) .price-card img{
    aspect-ratio:4/3!important;
  }

  body:not(.home-page) .price-controls label,
  body:not(.home-page) .calc-row{
    font-size:15px!important;
    padding:9px 10px!important;
  }

  body:not(.home-page) .price-controls input,
  body:not(.home-page) .price-controls select{
    min-height:42px!important;
    font-size:15px!important;
  }

  body:not(.home-page) .price-controls small{
    font-size:12px!important;
    padding:8px 10px!important;
  }

  body:not(.home-page) .price-kakao{
    min-height:50px!important;
    font-size:16px!important;
  }

  body:not(.home-page) .benefit-strip{
    margin-top:20px!important;
    padding:14px!important;
  }
}

/* ==========================================================
   화면 비율 고정 FINAL
   핵심: px가 아니라 vw 기준으로 상단/글씨를 잡아
   브라우저 확대/축소에서도 메인 이미지와 메뉴 비율이 같이 움직이게 함
   ========================================================== */

@media (min-width: 1000px){

  /* ---------------- HOME HEADER ---------------- */
  .home-header-final{
    height:5.7vw!important;
    min-height:5.7vw!important;
    grid-template-columns:8.3vw 1fr 19vw!important;
    gap:.8vw!important;
    padding:0 1.55vw!important;
    background:#050505!important;
  }

  .home-logo-final{
    width:7.2vw!important;
    height:4.8vw!important;
  }

  .home-logo-final img{
    width:7.2vw!important;
    max-height:4.8vw!important;
  }

  .home-nav-final{
    height:5.7vw!important;
    gap:.6vw!important;
  }

  .home-nav-final a{
    height:5.7vw!important;
    min-width:auto!important;
    padding:0 .55vw!important;
    font-size:1.18vw!important;
    font-weight:900!important;
    letter-spacing:-.03vw!important;
  }

  .home-nav-final a.active::after,
  .home-nav-final a:hover::after{
    left:.6vw!important;
    right:.6vw!important;
    bottom:.8vw!important;
    height:.18vw!important;
  }

  .home-contact-final{
    height:5.7vw!important;
    gap:.65vw!important;
  }

  .home-phone-final{
    font-size:.78vw!important;
    gap:.3vw!important;
  }

  .home-phone-final strong{
    font-size:1.02vw!important;
  }

  .home-kakao-final{
    width:6.4vw!important;
    height:3.0vw!important;
    font-size:.95vw!important;
    border-width:.08vw!important;
  }

  /* ---------------- SUBPAGE HEADER ---------------- */
  body:not(.home-page) .site-header{
    height:5.7vw!important;
    min-height:5.7vw!important;
  }

  body:not(.home-page) .header-inner{
    width:96vw!important;
    max-width:none!important;
    height:5.7vw!important;
    grid-template-columns:8.3vw 1fr 19vw!important;
    gap:.8vw!important;
  }

  body:not(.home-page) .wordmark{
    font-size:1.75vw!important;
    line-height:.82!important;
  }

  body:not(.home-page) .nav{
    height:5.7vw!important;
    gap:.65vw!important;
  }

  body:not(.home-page) .nav a{
    height:5.7vw!important;
    padding:0 .5vw!important;
    font-size:1.18vw!important;
    font-weight:900!important;
  }

  body:not(.home-page) .nav a.active::after{
    left:.55vw!important;
    right:.55vw!important;
    bottom:.75vw!important;
    height:.18vw!important;
  }

  body:not(.home-page) .phone-link{
    font-size:.95vw!important;
  }

  body:not(.home-page) .kakao-btn{
    min-height:3vw!important;
    padding:0 1vw!important;
    font-size:.95vw!important;
    border-radius:.75vw!important;
  }

  /* ---------------- COMMON CONTENT WIDTH ---------------- */
  body:not(.home-page) .container,
  body:not(.home-page) main .container,
  body:not(.home-page) section .container,
  body:not(.home-page) footer .container{
    width:94.5vw!important;
    max-width:none!important;
  }

  /* ---------------- HERO TITLES ---------------- */
  body:not(.home-page) .page-hero,
  body:not(.home-page) .vehicle-hub-hero{
    padding:2.2vw 0 1.9vw!important;
  }

  body:not(.home-page) .eyebrow{
    font-size:.86vw!important;
    margin-bottom:.45vw!important;
  }

  body:not(.home-page) .page-hero h1,
  body:not(.home-page) .brush-title{
    font-size:3.05vw!important;
    line-height:1.06!important;
    margin:0 0 .6vw!important;
  }

  body:not(.home-page) .page-hero p,
  body:not(.home-page) .vehicle-hub-hero p{
    font-size:1.05vw!important;
    line-height:1.5!important;
  }

  /* ---------------- RENTAL CARDS ---------------- */
  body:not(.home-page) .section{
    padding:1.8vw 0!important;
  }

  body:not(.home-page) .product-grid{
    gap:1.05vw!important;
  }

  body:not(.home-page) .product-card{
    padding:1.4vw 1.35vw 1.2vw!important;
    border-radius:1vw!important;
    min-height:0!important;
  }

  body:not(.home-page) .product-badge{
    font-size:.75vw!important;
  }

  body:not(.home-page) .product-card h2{
    font-size:1.72vw!important;
    margin:.45vw 0 .4vw!important;
  }

  body:not(.home-page) .product-card .lead{
    font-size:1vw!important;
    margin:0 0 .7vw!important;
  }

  body:not(.home-page) .feature-list{
    margin:.5vw 0 .85vw!important;
  }

  body:not(.home-page) .feature-list li{
    font-size:.93vw!important;
    line-height:1.45!important;
    padding:.58vw 0 .58vw 1.55vw!important;
  }

  body:not(.home-page) .feature-list li:before{
    top:.58vw!important;
  }

  body:not(.home-page) .full-btn{
    min-height:3.15vw!important;
    padding:0 1vw!important;
    font-size:1.08vw!important;
    border-radius:.6vw!important;
  }

  body:not(.home-page) .compare{
    gap:.85vw!important;
    margin-top:.85vw!important;
  }

  body:not(.home-page) .compare-item{
    padding:1vw 1.15vw!important;
  }

  body:not(.home-page) .compare-item strong{
    font-size:1vw!important;
  }

  body:not(.home-page) .compare-item p{
    font-size:.83vw!important;
  }

  body:not(.home-page) .compare-item span{
    font-size:1vw!important;
  }

  /* ---------------- VEHICLE HUB ---------------- */
  body:not(.home-page) .category-grid{
    gap:1vw!important;
    margin-top:1vw!important;
  }

  body:not(.home-page) .category-card{
    padding:1.35vw!important;
    min-height:0!important;
  }

  body:not(.home-page) .category-icon{
    width:3vw!important;
    height:3vw!important;
    margin-bottom:.8vw!important;
    font-size:1.4vw!important;
  }

  body:not(.home-page) .category-card h2{
    font-size:1.72vw!important;
  }

  body:not(.home-page) .category-card p{
    font-size:.95vw!important;
  }

  /* 사용자가 특히 원한 두 버튼 */
  body:not(.home-page) .category-card .go{
    width:100%!important;
    min-height:4.8vw!important;
    margin-top:1vw!important;
    justify-content:center!important;
    font-size:1.55vw!important;
    font-weight:900!important;
    border-radius:.65vw!important;
  }

  body:not(.home-page) .section-title{
    font-size:1.85vw!important;
  }

  body:not(.home-page) .section-desc{
    font-size:.95vw!important;
    margin-bottom:1.3vw!important;
  }

  body:not(.home-page) .promise-grid{
    gap:.7vw!important;
  }

  body:not(.home-page) .promise{
    padding:1.05vw!important;
  }

  body:not(.home-page) .promise strong{
    font-size:1.12vw!important;
  }

  body:not(.home-page) .promise p{
    font-size:.83vw!important;
  }

  /* ---------------- PRICE ---------------- */
  body:not(.home-page) .price-tabs{
    gap:.7vw!important;
    margin-bottom:1.25vw!important;
  }

  body:not(.home-page) .price-tab{
    min-height:4.2vw!important;
    height:4.2vw!important;
    font-size:1.25vw!important;
  }

  body:not(.home-page) .price-heading{
    margin:.8vw 0 1vw!important;
  }

  body:not(.home-page) .price-heading h2{
    font-size:1.75vw!important;
  }

  body:not(.home-page) .price-heading p{
    font-size:.9vw!important;
  }

  body:not(.home-page) .price-grid{
    gap:.8vw!important;
  }

  body:not(.home-page) .price-card{
    padding:.8vw!important;
  }

  body:not(.home-page) .price-card h3{
    font-size:1.15vw!important;
  }

  body:not(.home-page) .cc-badge{
    font-size:.78vw!important;
    padding:.38vw .55vw!important;
  }

  body:not(.home-page) .price-controls label,
  body:not(.home-page) .calc-row{
    font-size:.82vw!important;
    padding:.52vw .6vw!important;
  }

  body:not(.home-page) .price-controls input,
  body:not(.home-page) .price-controls select{
    min-height:2.35vw!important;
    font-size:.82vw!important;
  }

  body:not(.home-page) .price-controls small{
    font-size:.67vw!important;
  }

  body:not(.home-page) .price-kakao{
    min-height:2.8vw!important;
    font-size:.9vw!important;
  }
}

/* 모바일/태블릿은 기존 반응형 사용 */

/* ===== REVIEW BOARD / ADMIN ===== */
.review-toolbar{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:24px}
.review-toolbar h2{margin:0 0 6px;font-size:34px}.review-toolbar p{margin:0;color:#999;font-size:17px}
.review-actions{display:flex;gap:10px}.review-write-btn,.review-admin-btn{min-height:54px;padding:0 22px;display:flex;align-items:center;border-radius:10px;font-weight:900;font-size:18px}
.review-write-btn{background:#ffcc16;color:#111}.review-admin-btn{border:1px solid #444;color:#fff}
.review-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.review-card{display:block;border:1px solid #303030;border-radius:18px;overflow:hidden;background:#101010;color:#fff;transition:.2s}
.review-card:hover{transform:translateY(-4px);border-color:#ffcc16}
.review-thumb{aspect-ratio:4/3;background:#fff;overflow:hidden}.review-thumb img{width:100%;height:100%;object-fit:cover}
.review-noimg{height:100%;display:flex;align-items:center;justify-content:center;text-align:center;background:#0b0b0b;color:#ffcc16;font-size:34px;font-weight:1000}
.review-card-body{padding:18px}.review-card-body h3{font-size:23px;margin:8px 0}.review-card-body p{color:#bbb;margin:0 0 10px}.review-card-body small{color:#777}
.review-real,.review-official{display:inline-block;padding:5px 9px;border-radius:999px;font-size:12px;font-weight:900}
.review-real{background:#252525;color:#ddd}.review-official{background:#ffcc16;color:#111}
.review-empty{grid-column:1/-1;padding:80px 20px;text-align:center;border:1px dashed #444;border-radius:16px;color:#999;font-size:20px}
.review-detail{max-width:1050px!important}.back-link{display:inline-block;margin-bottom:20px;color:#aaa}
.review-detail h1{font-size:46px;margin:14px 0}.review-meta{color:#888;font-size:16px;margin-bottom:25px}
.review-detail-img{display:block;max-width:100%;max-height:650px;margin:0 auto 28px;border-radius:14px;background:#fff}
.review-content{font-size:20px;line-height:1.9;white-space:pre-wrap;padding:28px;border-top:1px solid #333;border-bottom:1px solid #333}
.form-shell{max-width:900px!important}.form-shell h1{font-size:42px}
.big-form{display:grid;grid-template-columns:1fr 1fr;gap:16px}.big-form label{display:flex;flex-direction:column;gap:7px;font-weight:800}
.big-form label:nth-last-child(2){grid-column:1/-1}.big-form input,.big-form select,.big-form textarea{width:100%;box-sizing:border-box;background:#0c0c0c;color:#fff;border:1px solid #444;border-radius:10px;padding:13px;font-size:17px}
.big-form button{grid-column:1/-1;min-height:58px;border:0;border-radius:10px;background:#ffcc16;color:#111;font-weight:900;font-size:19px;cursor:pointer}
.admin-login-wrap{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#050505}
.admin-login-card{width:min(440px,calc(100% - 32px));padding:34px;border:1px solid #333;border-radius:18px;background:#111;display:flex;flex-direction:column;gap:15px}
.admin-login-card h1{font-size:32px;margin:0}.admin-login-card p{color:#999;margin:0 0 8px}.admin-login-card label{font-weight:800}.admin-login-card input{width:100%;box-sizing:border-box;margin-top:7px;padding:14px;background:#090909;border:1px solid #444;border-radius:9px;color:#fff;font-size:17px}
.admin-login-card button{min-height:54px;background:#ffcc16;border:0;border-radius:9px;font-size:18px;font-weight:900}.admin-login-card>a{text-align:center;color:#aaa}
.form-error,.form-success{padding:12px 14px;border-radius:9px}.form-error{background:#3a1212;color:#ffb2b2}.form-success{background:#12351a;color:#b9ffc7}
.admin-top{background:#050505;border-bottom:1px solid #333}.admin-top-inner{min-height:76px;display:flex;align-items:center;justify-content:space-between}.admin-top strong{font-size:23px;color:#ffcc16}.admin-top nav{display:flex;gap:16px}.admin-top nav a{color:#fff;font-weight:800}
.admin-title{font-size:42px}.admin-create{padding:26px;border:1px solid #ffcc16;border-radius:16px;background:#101010;margin-bottom:28px}.admin-create h2{font-size:28px;margin-top:0}
.admin-review-list{display:flex;flex-direction:column;gap:10px}.admin-review-row{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:16px 18px;border:1px solid #333;border-radius:12px;background:#101010}
.admin-review-row>div:first-child{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.admin-review-row span{color:#888}.admin-review-row em{font-style:normal;padding:4px 8px;border-radius:999px;background:#ffcc16;color:#111;font-size:12px;font-weight:900}.admin-review-row em.hidden{background:#552020;color:#ffd0d0}
.admin-row-actions{display:flex;align-items:center;gap:8px}.admin-row-actions form{margin:0}.admin-row-actions a,.admin-row-actions button{min-height:38px;padding:0 12px;display:flex;align-items:center;border-radius:7px;border:1px solid #444;background:#151515;color:#fff;cursor:pointer}.admin-row-actions .danger{border-color:#8a2c2c;color:#ffaaaa}
@media(max-width:900px){.review-grid{grid-template-columns:1fr}.review-toolbar{display:block}.review-actions{margin-top:14px}.big-form{grid-template-columns:1fr}.big-form label:nth-last-child(2),.big-form button{grid-column:auto}.admin-review-row{align-items:flex-start;flex-direction:column}}

/* ===== 이용방법 확정 디자인 ===== */
.guide-hero-final h1 em{font-style:normal;color:#ffcc16}
.guide-final-section{padding-top:42px!important}
.guide-step-grid-final{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px;
}
.guide-step-final{
  position:relative;
  min-height:265px;
  padding:30px;
  border:1px solid #303030;
  border-radius:20px;
  background:linear-gradient(145deg,#161616,#0d0d0d);
}
.guide-step-no{
  position:absolute;
  right:22px;
  top:18px;
  color:#2d2d2d;
  font-size:58px;
  line-height:1;
  font-weight:1000;
}
.guide-step-icon{
  width:58px;
  height:58px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:2px solid #ffcc16;
  border-radius:16px;
  font-size:27px;
  margin-bottom:24px;
}
.guide-step-final h2{
  margin:0 0 10px;
  font-size:31px!important;
}
.guide-step-final p{
  margin:0;
  color:#aaa;
  font-size:18px!important;
  line-height:1.65;
}
.guide-docs-final{
  margin-top:26px;
  padding:30px;
  border:1px solid #303030;
  border-radius:20px;
  background:#0d0d0d;
}
.guide-docs-final h2{
  margin:3px 0 8px;
  font-size:32px!important;
}
.guide-docs-final p{margin:0;color:#999;font-size:18px!important}
.guide-doc-grid-final{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  margin-top:22px;
}
.guide-doc-final{
  padding:22px;
  border:1px solid #292929;
  border-radius:14px;
  background:#151515;
}
.guide-doc-final strong{
  display:block;
  color:#ffcc16;
  font-size:22px;
  margin-bottom:5px;
}
.guide-doc-final span{color:#aaa;font-size:16px}
.guide-cta-final{
  margin-top:26px;
  padding:30px 34px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
  border-radius:20px;
  background:#ffcc16;
  color:#111;
}
.guide-cta-final>div:first-child>span{
  font-size:13px;
  font-weight:900;
  letter-spacing:.12em;
}
.guide-cta-final h2{
  margin:7px 0 7px;
  font-size:30px!important;
}
.guide-cta-final p{
  margin:0;
  color:rgba(0,0,0,.68);
  font-size:17px!important;
}
.guide-cta-actions-final{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}
.guide-cta-actions-final a{
  min-height:56px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0 22px;
  border-radius:12px;
  font-size:18px;
  font-weight:900;
  white-space:nowrap;
}
.guide-kakao-final{background:#111;color:#ffcc16}
.guide-phone-final{border:1px solid rgba(0,0,0,.35);color:#111}
@media(max-width:980px){
  .guide-step-grid-final,.guide-doc-grid-final{grid-template-columns:1fr}
  .guide-cta-final{display:block}
  .guide-cta-actions-final{margin-top:20px}
}


/* ===== 이용방법 첫번째 확정 시안 1:1 크기 보정 ===== */
body:not(.home-page) .guide-hero-final{padding:44px 0 16px!important}
body:not(.home-page) .guide-hero-final .container,
body:not(.home-page) .guide-final-section .container{width:calc(100% - 48px)!important;max-width:none!important;margin:0 auto!important}
body:not(.home-page) .guide-hero-final .eyebrow{font-size:14px!important;font-weight:900!important}
body:not(.home-page) .guide-hero-final h1{font-size:40px!important;line-height:1.15!important;margin:10px 0 10px!important}
body:not(.home-page) .guide-hero-final p{font-size:17px!important;margin:0!important}
body:not(.home-page) .guide-final-section{padding:0 0 12px!important}
body:not(.home-page) .guide-step-grid-final{grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:12px!important}
body:not(.home-page) .guide-step-final{min-height:240px!important;padding:18px 18px 20px!important;border-radius:10px!important;text-align:center!important;display:flex!important;flex-direction:column!important;align-items:center!important}
body:not(.home-page) .guide-step-no{position:static!important;align-self:flex-start!important;color:#ffcc16!important;font-size:18px!important;margin-bottom:14px!important}
body:not(.home-page) .guide-step-icon{width:72px!important;height:72px!important;border:0!important;border-radius:0!important;font-size:48px!important;margin:0 auto 15px!important;color:#ffcc16!important}
body:not(.home-page) .guide-step-final h2{font-size:19px!important;margin:0 0 9px!important}
body:not(.home-page) .guide-step-final p{font-size:14px!important;line-height:1.55!important;color:#c8c8c8!important}
body:not(.home-page) .guide-step-final:not(:last-child)::after{content:'›';position:absolute;right:-13px;top:50%;transform:translateY(-50%);z-index:5;color:#ffcc16;font-size:38px;font-weight:300}
body:not(.home-page) .guide-docs-final{margin-top:26px!important;padding:22px 24px!important;border-radius:10px!important;display:grid!important;grid-template-columns:280px 1fr!important;gap:24px!important;align-items:center!important}
body:not(.home-page) .guide-docs-final h2{font-size:25px!important;margin:4px 0 7px!important}
body:not(.home-page) .guide-docs-final p{font-size:14px!important;line-height:1.55!important}
body:not(.home-page) .guide-doc-grid-final{grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:0!important;margin:0!important}
body:not(.home-page) .guide-doc-final{padding:14px 16px!important;border:0!important;border-left:1px solid #262626!important;border-radius:0!important;background:transparent!important;text-align:center!important;min-height:86px!important;display:flex!important;flex-direction:column!important;justify-content:center!important}
body:not(.home-page) .guide-doc-final strong{font-size:16px!important;color:#fff!important;margin-bottom:8px!important}
body:not(.home-page) .guide-doc-final span{font-size:13px!important;line-height:1.45!important;color:#c2c2c2!important}
body:not(.home-page) .guide-cta-final{margin-top:16px!important;padding:17px 22px!important;border-radius:9px!important}
body:not(.home-page) .guide-cta-final h2{font-size:25px!important;margin:2px 0 4px!important}
body:not(.home-page) .guide-cta-final p{font-size:14px!important}
body:not(.home-page) .guide-cta-final>div:first-child>span{display:none!important}
body:not(.home-page) .guide-cta-actions-final a{min-height:52px!important;font-size:17px!important;padding:0 22px!important}
@media(max-width:1100px){
 body:not(.home-page) .guide-step-grid-final{grid-template-columns:repeat(3,minmax(0,1fr))!important}
 body:not(.home-page) .guide-step-final:not(:last-child)::after{display:none!important}
 body:not(.home-page) .guide-docs-final{grid-template-columns:1fr!important}
 body:not(.home-page) .guide-doc-grid-final{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:650px){
 body:not(.home-page) .guide-step-grid-final,body:not(.home-page) .guide-doc-grid-final{grid-template-columns:1fr!important}
 body:not(.home-page) .guide-hero-final h1{font-size:32px!important}
}

/* ===== 이용방법 최종 확대/꽉찬 버전 ===== */
body:not(.home-page) .guide-hero-final{padding:58px 0 24px!important}
body:not(.home-page) .guide-hero-final .container,
body:not(.home-page) .guide-final-section .container{width:calc(100% - 56px)!important;max-width:1540px!important;margin:0 auto!important}
body:not(.home-page) .guide-hero-final .eyebrow{font-size:17px!important}
body:not(.home-page) .guide-hero-final h1{font-size:52px!important;margin:12px 0 12px!important}
body:not(.home-page) .guide-hero-final p{font-size:20px!important}
body:not(.home-page) .guide-final-section{padding:8px 0 22px!important}
body:not(.home-page) .guide-step-grid-final{gap:16px!important}
body:not(.home-page) .guide-step-final{min-height:320px!important;padding:20px 20px 24px!important;border-radius:13px!important;justify-content:flex-start!important}
body:not(.home-page) .guide-step-no{font-size:23px!important;margin-bottom:8px!important}
body:not(.home-page) .guide-step-icon{width:105px!important;height:105px!important;margin:0 auto 10px!important}
body:not(.home-page) .guide-step-icon svg{width:92px;height:92px;fill:none;stroke:#ffcc16;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}
body:not(.home-page) .guide-step-final h2{font-size:24px!important;margin:2px 0 12px!important}
body:not(.home-page) .guide-step-final p{font-size:16px!important;line-height:1.65!important}
body:not(.home-page) .guide-step-final:not(:last-child)::after{right:-17px!important;font-size:46px!important}
body:not(.home-page) .guide-docs-final{margin-top:20px!important;padding:26px 28px!important;grid-template-columns:310px 1fr!important;min-height:145px!important}
body:not(.home-page) .guide-docs-final h2{font-size:30px!important}
body:not(.home-page) .guide-docs-final p{font-size:16px!important}
body:not(.home-page) .guide-doc-final{min-height:105px!important;padding:12px 18px!important}
body:not(.home-page) .guide-doc-final strong{font-size:19px!important}
body:not(.home-page) .guide-doc-final span{font-size:15px!important}
body:not(.home-page) .guide-cta-final{margin-top:18px!important;padding:24px 30px!important;min-height:100px!important}
body:not(.home-page) .guide-cta-final h2{font-size:31px!important}
body:not(.home-page) .guide-cta-final p{font-size:16px!important}
body:not(.home-page) .guide-cta-actions-final a{min-height:62px!important;font-size:20px!important;padding:0 28px!important}
body:not(.home-page) .footer{margin-top:0!important}
body:not(.home-page) .footer-inner{min-height:64px!important;font-size:15px!important}
@media(max-width:1100px){body:not(.home-page) .guide-step-final{min-height:280px!important}}

/* ===== 이용방법: 브라우저 확대/축소와 무관하게 화면을 꽉 채우는 최종 비율 ===== */
body:not(.home-page) .guide-hero-final{padding:2.2vw 0 1.25vw!important}
body:not(.home-page) .guide-hero-final .container,
body:not(.home-page) .guide-final-section .container{width:96vw!important;max-width:none!important;margin:0 auto!important}
body:not(.home-page) .guide-hero-final .eyebrow{font-size:1.05vw!important;margin-bottom:.35vw!important}
body:not(.home-page) .guide-hero-final h1{font-size:3.25vw!important;line-height:1.05!important;margin:.45vw 0 .55vw!important}
body:not(.home-page) .guide-hero-final p{font-size:1.25vw!important;line-height:1.45!important}
body:not(.home-page) .guide-final-section{padding:.7vw 0 1.1vw!important}
body:not(.home-page) .guide-step-grid-final{grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:1.05vw!important}
body:not(.home-page) .guide-step-final{min-height:23vw!important;padding:1.2vw 1.15vw 1.35vw!important;border-radius:.8vw!important}
body:not(.home-page) .guide-step-no{font-size:1.35vw!important;margin-bottom:.35vw!important}
body:not(.home-page) .guide-step-icon{width:7vw!important;height:7vw!important;margin:0 auto .65vw!important}
body:not(.home-page) .guide-step-icon svg{width:6.3vw!important;height:6.3vw!important;stroke-width:2.4!important}
body:not(.home-page) .guide-step-final h2{font-size:1.55vw!important;margin:.1vw 0 .65vw!important}
body:not(.home-page) .guide-step-final p{font-size:1.02vw!important;line-height:1.58!important}
body:not(.home-page) .guide-step-final:not(:last-child)::after{right:-1.15vw!important;font-size:3vw!important}
body:not(.home-page) .guide-docs-final{margin-top:1.25vw!important;padding:1.45vw 1.7vw!important;grid-template-columns:19vw 1fr!important;gap:1.2vw!important;min-height:10.5vw!important}
body:not(.home-page) .guide-docs-final .eyebrow{font-size:.95vw!important}
body:not(.home-page) .guide-docs-final h2{font-size:2vw!important;margin:.25vw 0 .4vw!important}
body:not(.home-page) .guide-docs-final p{font-size:1.02vw!important}
body:not(.home-page) .guide-doc-grid-final{grid-template-columns:repeat(5,minmax(0,1fr))!important}
body:not(.home-page) .guide-doc-final{min-height:7.5vw!important;padding:.8vw 1vw!important}
body:not(.home-page) .guide-doc-final strong{font-size:1.2vw!important;margin-bottom:.45vw!important}
body:not(.home-page) .guide-doc-final span{font-size:.95vw!important;line-height:1.45!important}
body:not(.home-page) .guide-cta-final{margin-top:1.1vw!important;padding:1.25vw 1.7vw!important;min-height:7vw!important}
body:not(.home-page) .guide-cta-final h2{font-size:2.05vw!important;margin:.1vw 0 .3vw!important}
body:not(.home-page) .guide-cta-final p{font-size:1.02vw!important}
body:not(.home-page) .guide-cta-actions-final{gap:.75vw!important}
body:not(.home-page) .guide-cta-actions-final a{min-height:4.3vw!important;font-size:1.3vw!important;padding:0 1.7vw!important}
body:not(.home-page) .footer-inner{min-height:4.3vw!important;font-size:1vw!important}
@media(max-width:900px){
 body:not(.home-page) .guide-step-grid-final{grid-template-columns:repeat(2,minmax(0,1fr))!important}
 body:not(.home-page) .guide-step-final{min-height:300px!important}
 body:not(.home-page) .guide-step-final:not(:last-child)::after{display:none!important}
 body:not(.home-page) .guide-docs-final{grid-template-columns:1fr!important}
 body:not(.home-page) .guide-doc-grid-final{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}

/* FINAL BRAND LOGO - all page headers */
html body .brand-logo{display:flex!important;align-items:center!important;justify-content:flex-start!important;width:150px!important;height:74px!important;padding:0!important;font-size:0!important;line-height:0!important;text-decoration:none!important;}
html body .brand-logo img{display:block!important;width:138px!important;height:auto!important;max-height:68px!important;object-fit:contain!important;}
@media(max-width:900px){html body .brand-logo{width:112px!important;height:58px!important}html body .brand-logo img{width:102px!important;max-height:54px!important}}

/* ===== FINAL LOGO QUALITY FIX ===== */
html body .brand-logo,
html body .home-logo-final{
  overflow:visible!important;
}
html body .brand-logo img,
html body .home-logo-final img{
  display:block!important;
  object-fit:contain!important;
  object-position:left center!important;
  image-rendering:auto!important;
  filter:none!important;
}
@media(min-width:901px){
  html body .brand-logo img{width:142px!important;max-height:70px!important;height:auto!important}
  html body .home-logo-final img{width:142px!important;max-height:76px!important;height:auto!important}
}

/* =========================================================
   2026-08-12 MOBILE FINAL - PC 디자인 유지 / 모바일 전용 최적화
   ========================================================= */
.mobile-home-final{display:none}

@media (max-width: 900px){
  html,body{max-width:100%;overflow-x:hidden}
  body{font-size:16px!important}

  /* 공통 헤더: 로고 + 상담버튼 + 2줄 메뉴 */
  .site-header{height:auto!important;min-height:0!important;position:sticky!important;top:0!important;z-index:999!important;background:rgba(5,5,5,.98)!important}
  .header-inner{width:100%!important;max-width:none!important;height:auto!important;min-height:0!important;padding:10px 14px 9px!important;display:grid!important;grid-template-columns:110px 1fr!important;gap:8px 10px!important;box-sizing:border-box!important}
  .brand-logo{width:108px!important;height:48px!important;grid-column:1!important;grid-row:1!important}
  .brand-logo img{width:104px!important;max-height:46px!important}
  .header-actions{grid-column:2!important;grid-row:1!important;display:flex!important;justify-content:flex-end!important;gap:7px!important;align-items:center!important}
  .phone-link{font-size:13px!important;font-weight:900!important;white-space:nowrap!important}
  .kakao-btn{min-height:38px!important;height:38px!important;padding:0 12px!important;font-size:14px!important;border-radius:8px!important;white-space:nowrap!important}
  .nav{grid-column:1/-1!important;grid-row:2!important;width:100%!important;height:auto!important;display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:4px!important;padding-top:5px!important}
  .nav a{height:36px!important;min-height:36px!important;padding:0 3px!important;display:flex!important;align-items:center!important;justify-content:center!important;font-size:13px!important;letter-spacing:-.4px!important;border-radius:7px!important;background:#111!important;border:1px solid #242424!important}
  .nav a.active{background:#ffcc16!important;color:#080808!important;border-color:#ffcc16!important}
  .nav a.active::after{display:none!important}

  /* 공통 폭/타이포 */
  body:not(.home-page) .container,
  body:not(.home-page) main .container,
  body:not(.home-page) section .container,
  body:not(.home-page) footer .container{width:calc(100% - 28px)!important;max-width:none!important;margin:0 auto!important}
  body:not(.home-page) .page-hero,
  body:not(.home-page) .vehicle-hub-hero{padding:30px 0 22px!important}
  body:not(.home-page) .eyebrow{font-size:13px!important}
  body:not(.home-page) .page-hero h1,
  body:not(.home-page) .brush-title{font-size:34px!important;line-height:1.1!important;letter-spacing:-1.5px!important;margin:8px 0 10px!important}
  body:not(.home-page) .page-hero p,
  body:not(.home-page) .vehicle-hub-hero p{font-size:16px!important;line-height:1.55!important}
  body:not(.home-page) .section{padding:24px 0!important}

  /* 렌탈리스 */
  .product-grid,.compare,.category-grid,.guide-cards,.price-grid,.service-grid,.promise-grid{grid-template-columns:1fr!important;display:grid!important;gap:14px!important}
  .product-card{padding:22px 18px!important;border-radius:15px!important}
  .product-badge{font-size:12px!important}
  .product-card h2{font-size:26px!important;margin:8px 0!important}
  .product-card .lead{font-size:17px!important;margin-bottom:10px!important}
  .feature-list li{font-size:15px!important;line-height:1.55!important;padding:10px 0 10px 28px!important}
  .full-btn{min-height:54px!important;font-size:17px!important}
  .compare-item{padding:18px!important}
  .compare-item strong{font-size:18px!important}.compare-item p{font-size:14px!important}.compare-item span{font-size:18px!important}
  .contact-box{display:block!important;padding:22px 18px!important}
  .contact-box h2{font-size:24px!important}.contact-box p{font-size:15px!important}
  .contact-actions{display:grid!important;grid-template-columns:1fr!important;gap:8px!important;margin-top:16px!important}
  .contact-actions a{min-height:50px!important;font-size:16px!important}

  /* 차량안내 / 상품안내 */
  .category-card,.guide-card,.info-card,.vehicle-card,.bike-card{padding:20px!important;min-height:0!important;height:auto!important}
  .category-card h2,.guide-card h2,.info-card h2,.vehicle-card h3,.bike-card h3{font-size:25px!important}
  .category-card p,.guide-card p,.info-card p,.vehicle-card p,.bike-card p{font-size:15px!important;line-height:1.6!important}
  .category-card .go,.guide-card .go,.guide-card .btn,.info-card .btn{height:62px!important;min-height:62px!important;font-size:19px!important;margin-top:14px!important}
  .promise{padding:18px!important;min-height:0!important}.promise strong{font-size:19px!important}.promise p{font-size:14px!important}

  /* 요금안내 */
  .price-tabs,.tabs{display:grid!important;grid-template-columns:1fr!important;gap:8px!important}
  .price-tabs button,.price-tab,.tabs button,.tab{height:56px!important;min-height:56px!important;font-size:17px!important}
  .price-card{padding:15px!important}
  .price-card h2,.price-card h3,.price-card .model-name{font-size:22px!important}
  .price-card table,.price-card th,.price-card td,.price-card label{font-size:14px!important}
  .price-card input,.price-card select{min-height:46px!important;font-size:15px!important}
  .price-card .btn,.price-card button,.price-card a[class*="btn"],.price-kakao{min-height:52px!important;font-size:16px!important}

  /* 이용방법 */
  body:not(.home-page) .guide-hero-final{padding:30px 0 18px!important}
  body:not(.home-page) .guide-hero-final .container,
  body:not(.home-page) .guide-final-section .container{width:calc(100% - 28px)!important}
  body:not(.home-page) .guide-hero-final h1{font-size:34px!important}
  body:not(.home-page) .guide-hero-final p{font-size:16px!important}
  body:not(.home-page) .guide-step-grid-final{grid-template-columns:1fr!important;gap:12px!important}
  body:not(.home-page) .guide-step-final{min-height:0!important;padding:20px!important;border-radius:14px!important}
  body:not(.home-page) .guide-step-no{font-size:18px!important}
  body:not(.home-page) .guide-step-icon{width:78px!important;height:78px!important;margin:0 auto 8px!important}
  body:not(.home-page) .guide-step-icon svg{width:68px!important;height:68px!important}
  body:not(.home-page) .guide-step-final h2{font-size:22px!important}
  body:not(.home-page) .guide-step-final p{font-size:15px!important}
  body:not(.home-page) .guide-docs-final{display:block!important;min-height:0!important;padding:20px!important}
  body:not(.home-page) .guide-docs-final h2{font-size:25px!important}.guide-docs-final p{font-size:15px!important}
  body:not(.home-page) .guide-doc-grid-final{grid-template-columns:1fr!important;gap:8px!important;margin-top:14px!important}
  body:not(.home-page) .guide-doc-final{min-height:0!important;border:1px solid #2c2c2c!important;border-radius:9px!important;padding:14px!important}
  body:not(.home-page) .guide-doc-final strong{font-size:17px!important}.guide-doc-final span{font-size:14px!important}
  body:not(.home-page) .guide-cta-final{display:block!important;min-height:0!important;padding:20px!important}
  body:not(.home-page) .guide-cta-final h2{font-size:24px!important}.guide-cta-final p{font-size:14px!important}
  body:not(.home-page) .guide-cta-actions-final{display:grid!important;grid-template-columns:1fr!important;gap:8px!important;margin-top:14px!important}
  body:not(.home-page) .guide-cta-actions-final a{min-height:52px!important;font-size:17px!important}

  /* 후기 게시판 / 관리자 */
  .review-toolbar{display:block!important;margin-bottom:16px!important}.review-toolbar h2{font-size:26px!important}.review-toolbar p{font-size:14px!important}
  .review-actions{display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important;margin-top:14px!important}
  .review-write-btn,.review-admin-btn{min-height:48px!important;justify-content:center!important;padding:0 10px!important;font-size:15px!important}
  .review-grid{grid-template-columns:1fr!important;gap:14px!important}
  .review-card-body{padding:15px!important}.review-card-body h3{font-size:20px!important}.review-card-body p{font-size:14px!important}.review-card-body small{font-size:12px!important}
  .review-detail{width:calc(100% - 28px)!important}.review-detail h1{font-size:30px!important}.review-meta{font-size:13px!important}.review-content{font-size:16px!important;padding:18px 4px!important}
  .form-shell{width:calc(100% - 28px)!important}.form-shell h1{font-size:30px!important}
  .big-form{grid-template-columns:1fr!important;gap:12px!important}.big-form label:nth-last-child(2),.big-form button{grid-column:auto!important}
  .big-form input,.big-form select,.big-form textarea{font-size:16px!important;padding:12px!important}.big-form button{min-height:52px!important;font-size:17px!important}
  .admin-top-inner{display:block!important;padding:12px 14px!important}.admin-top strong{font-size:20px!important}.admin-top nav{display:grid!important;grid-template-columns:1fr 1fr!important;gap:6px!important;margin-top:10px!important}.admin-top nav a{padding:10px 5px!important;text-align:center!important;background:#151515!important;border-radius:7px!important;font-size:13px!important}
  .admin-title{font-size:30px!important}.admin-create{padding:18px!important}.admin-create h2{font-size:23px!important}
  .admin-review-row{display:block!important;padding:14px!important}.admin-row-actions{margin-top:12px!important;display:grid!important;grid-template-columns:repeat(3,1fr)!important}.admin-row-actions a,.admin-row-actions button{justify-content:center!important;padding:0 8px!important;font-size:13px!important}
  .admin-login-card{padding:24px 18px!important}.admin-login-card h1{font-size:28px!important}

  /* 회사소개 */
  .company-main{width:calc(100% - 28px)!important;padding:24px 0!important}
  .about-hero{grid-template-columns:1fr!important;gap:18px!important;min-height:0!important}
  .about-copy .eyebrow{font-size:14px!important}.about-copy h1{font-size:32px!important;letter-spacing:-1px!important;margin:10px 0 14px!important}.about-copy p{font-size:15px!important;line-height:1.7!important}
  .inline-logo{width:210px!important;height:72px!important;margin:8px 0!important}.about-bike{min-height:250px!important}.about-bike img{width:88%!important;max-height:280px!important}
  .promise-grid{grid-template-columns:1fr 1fr!important;gap:0!important}.promise{min-height:190px!important;padding:20px 12px!important}.promise .ico{font-size:42px!important}.promise h3{font-size:20px!important}.promise p{font-size:14px!important}
  .service-title h2{font-size:27px!important}.service-title .service-logo{width:190px!important}.service-card{border-right:0!important;border-bottom:1px solid #444!important;padding:18px!important}.service-card img{height:180px!important}.service-card h3{font-size:24px!important}.service-card p{font-size:15px!important}
  .company-cta{grid-template-columns:1fr!important;padding:20px!important}.company-cta h2{font-size:24px!important}.company-cta p{font-size:14px!important}.company-cta .actions{display:grid!important;grid-template-columns:1fr!important}.company-cta a{min-height:50px!important;font-size:16px!important}

  .footer-inner{display:block!important;min-height:0!important;padding:18px 0!important;text-align:center!important;font-size:13px!important;line-height:1.7!important}
}

/* 메인 모바일은 데스크톱 이미지를 억지 축소하지 않고 별도 레이아웃 사용 */
@media (max-width:900px){
  .home-header-final{position:sticky!important;top:0!important;z-index:999!important;height:auto!important;min-height:0!important;display:grid!important;grid-template-columns:110px 1fr!important;padding:10px 14px 9px!important;gap:8px!important;background:rgba(5,5,5,.98)!important}
  .home-logo-final{width:108px!important;height:48px!important}.home-logo-final img{width:104px!important;max-height:46px!important}
  .home-contact-final{grid-column:2!important;grid-row:1!important;height:auto!important;gap:6px!important;justify-content:flex-end!important}
  .home-phone-final{font-size:11px!important;gap:2px!important}.home-phone-final strong{font-size:13px!important}.home-kakao-final{width:auto!important;height:38px!important;padding:0 12px!important;font-size:14px!important}
  .home-nav-final{grid-column:1/-1!important;grid-row:2!important;height:auto!important;display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:4px!important}
  .home-nav-final a{height:36px!important;padding:0 2px!important;font-size:13px!important;background:#111!important;border:1px solid #242424!important;border-radius:7px!important;display:flex!important;align-items:center!important;justify-content:center!important}
  .home-nav-final a.active{background:#ffcc16!important;color:#090909!important}.home-nav-final a::after{display:none!important}
  .home-visual-final{display:none!important}
  .mobile-home-final{display:block!important;padding:28px 16px 30px!important;background:#050505;color:#fff}
  .mobile-home-final .mh-eyebrow{font-size:13px;font-weight:900;letter-spacing:.16em;color:#ffcc16;margin-bottom:9px}
  .mobile-home-final h1{font-size:35px;line-height:1.08;letter-spacing:-1.8px;margin:0 0 14px;font-weight:1000}.mobile-home-final h1 em{font-style:normal;color:#ffcc16}
  .mobile-home-final .mh-desc{font-size:16px;line-height:1.65;color:#ddd;margin:0 0 18px}
  .mobile-home-final .mh-actions{display:grid;grid-template-columns:1fr;gap:8px;margin-bottom:18px}.mobile-home-final .mh-actions a{min-height:52px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:17px;font-weight:900;text-decoration:none}.mobile-home-final .mh-kakao{background:#ffcc16;color:#0a0a0a}.mobile-home-final .mh-more{border:1px solid #555;color:#fff}
  .mobile-home-final .mh-bike{background:radial-gradient(circle at center,#3a2a00 0,#120d00 34%,transparent 70%);border-radius:16px;padding:10px 0 2px;margin-bottom:16px;text-align:center}.mobile-home-final .mh-bike img{width:84%;max-height:280px;object-fit:contain}
  .mobile-home-final .mh-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.mobile-home-final .mh-card{border:1px solid #303030;border-radius:12px;padding:16px 13px;background:#101010;min-height:150px}.mobile-home-final .mh-card b{display:block;color:#ffcc16;font-size:18px;margin-bottom:8px}.mobile-home-final .mh-card p{font-size:13px;line-height:1.55;color:#bbb;margin:0}
  .mobile-home-final .mh-note{margin-top:14px;padding:14px;border-radius:10px;background:#111;color:#aaa;font-size:12px;line-height:1.6}
}
