.container {
  width: 100%;

  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column; 
  justify-content: center;
  align-items: center;
}

img {
  width: 100%;
      display: block;
}

section {
  
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  border: 0;
  box-sizing: border-box;
    flex-direction: column; 
  justify-content: center;
  align-items: center;
}
.footer-section {
  background: #F2F2F2;
}
.header-section {
 

}


.header-section > img {
  width: 100%;

}
.wrap {
  max-width: 680px;
  width: 100%;

      margin: 0 auto;
}
.lp-wrap {
  
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px 60px;
  box-sizing: border-box;
}

/* =====================
   HEADER / LOGO
===================== */
.lp-header {
  text-align: center;
  margin-bottom: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: center;  
  gap: 30px;
  color:#fff;
  font-size: 20px;
}

.lp-logo {
  max-width: 160px;
  width: 100%;
  filter: brightness(0) invert(1);
}

.lp-logo {
  max-width: 160px;
  width: 100%;
}

/* =====================
   HERO
===================== */
.lp-hero {
  text-align: center;
  margin-bottom: 40px;
  color: #fff
}

.lp-badge {
  display: inline-block;
  padding: 6px 14px;
  border: 1px solid #fff;
  border-radius: 20px;
  font-size: 13px;
  margin-bottom: 16px;
}

.lp-title {
  font-size: 42px;
  font-weight: 800;
  margin: 16px 0 10px;
}

.lp-desc {
  font-size: 15px;
  color: #e0e0e0;
}

/* =====================
   QUICK CTA BUTTONS
===================== */
.lp-cta-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 40px;
}

.lp-cta-btn {
  padding: 18px 16px;
  border-radius: 12px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 15px;
  line-height: 1.4;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
}

.lp-cta-btn strong {
  display: block;
  font-size: 16px;
  font-weight: 700;
}

.lp-cta-btn span {
  font-size: 13px;
  opacity: 0.9;
}

.lp-cta-kakao {
  background: linear-gradient(135deg, #5c8dff, #3b6ff5);
}

.lp-cta-call {
  background: linear-gradient(135deg, #6fb1ff, #4d8dff);
}

/* =====================
   FORM CARD
===================== */
.consult-card {
  background: #4b4d4f;
  border-radius: 16px;
  padding: 30px 24px;
  margin-bottom: 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.consult-form {
  width: 100%;
}

.consult-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.consult-field {
  margin-bottom: 20px;
}

.consult-field label {
  display: block;
  font-size: 14px;
  margin-bottom: 15px;
  color: #e5e5e5;
}

.consult-field input,
.consult-field textarea {
  width: 100%;
  background: #3f4143;
  border: 1px solid #6b6e70;
  border-radius: 8px;
  padding: 14px;
  color: #fff;
  font-size: 14px;
  box-sizing: border-box;
}

.consult-field textarea {
  min-height: 120px;
  resize: none;
}

/* =====================
   SUBMIT BUTTON
===================== */
.consult-submit-btn {
  width: 100%;
  height: 52px;
  border: none;
  border-radius: 10px;
  background: linear-gradient(135deg, #4c8dff, #3474f5);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  margin-top: 10px;
}

.consult-submit-btn:hover {
  opacity: 0.9;
}

/* =====================
   PRIVACY TEXT
===================== */
.consult-privacy {
  font-size: 12px;
  color: #cfcfcf;
  margin-top: 14px;
  line-height: 1.8;
  padding: 15px 0;
}

.consult-privacy > a {
    color: #cfcfcf;
    text-decoration: underline;
}

/* =====================
   FOOTER NAV
===================== */
.lp-footer-nav {
  text-align: center;
}

.lp-back-btn {
  padding: 10px 26px;
  background: linear-gradient(135deg, #4c8dff, #3474f5);
  border: 1px solid #4c8dff;
  color: #fff;
  border-radius: 8px;
  font-size: 14px;
  cursor: pointer;

}

/* =====================
   RESPONSIVE (MOBILE)
===================== */
@media (max-width: 768px) {
  .lp-title {
    font-size: 24px;
  }

  .lp-cta-group {
    grid-template-columns: 1fr;
  }

  .consult-row {
    grid-template-columns: 1fr;
  }

  .lp-wrap {
    padding: 30px 16px 50px;
  }

  .policy-title {
    font-size: 28px !important;
    
  }

  .policy-body {

    padding: 0 !important;
}

  .policy-box {
 

    font-size: 14px !important;

}
}


.policy-box > p {
  line-height: 1.5;
}


/* ===== 개인정보처리방침 전용 스타일 ===== */

.policy-hero {
  max-width: 800px;
  text-align: left;
  border-bottom: 1px solid #ffffff;
  padding: 0 0 40px;
  margin: 0 auto;
  width: 100%;
}

.policy-title {
  font-size: 48px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: -0.4px;
}

/* 본문 영역 */
.policy-body {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 0;
}

/* 텍스트 박스 */
.policy-box {
  padding: 25px 0;
  color: #f2f2f2;
  font-size: 16px;
  line-height: 1.75;
  text-align: left;
}

.policy-box p {
  margin-bottom: 16px;
}

.policy-box ul {

}

.policy-box li {
  margin-bottom: 10px;
  line-height: 1.2;
}

.policy-box strong {
  font-weight: 600;
  color: #ffffff;
}

/* 시행일 */
.policy-date {
  margin-top: 28px;
  font-size: 14px;
  opacity: 0.85;
}

/* ===== 태블릿 ===== */
@media (min-width: 768px) {
  .policy-title {
    font-size: 34px;
  }

  .policy-box {
    font-size: 16px;
  }
}

/* ===== 데스크톱 ===== */
@media (min-width: 1024px) {
  .policy-body {
    padding: 0;
  }
}

.floating-actions {
  position: fixed;
  top: 150px !important;
  right: 0px !important;
  z-index: 9999;

  display: flex;
  flex-direction: column;

}

.floating-btn {
  display: none;
  overflow: hidden;
  
  background: #fff;
}

.floating-btn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 768px) {
  .floating-btn {
  display: block;

}

  .floating-actions {
    top: auto;
    bottom: 20px;
    right: 14px;
  }

  .floating-btn {
    width: 40px;

  }
}
.car-wrap {
  background: #f2f2f2;
}

.brand-nav-wrap {
  max-width: 680px;
  width: 100%;
  margin: 0 auto;
  /* position: sticky;
  top: 0; */

  

  z-index: 999;
  border-bottom: 1px solid #eee;
}

.brand-sec-header {
      display: flex;
    justify-content: center;
 
    align-items: center;
    background: #fff;
    border-radius: 50px;
      padding: 20px 0;
    
}

.brand-sec-header > img {
  width: 150px;
  height: auto;
      object-fit: scale-down;
}

/* 텍스트 영역 정리 */
.brand-sec-header > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 0;
}

/* 메인 타이틀 */
.brand-sec-header > div > h2 {
  font-size: 24px;
  font-weight: 800;
  color: #111;
  margin: 0;
  letter-spacing: -0.5px;
  line-height: 1.2;
  text-align: center;
}

/* 타이틀 안에 보조문구 */
.brand-sec-header > div > p {
  font-size: 16px;
  font-weight: 500;
  color: #777;
    text-align: center;

}

.brand-sec-header > div::after {
  content: "";
  position: absolute;
  left: 18px;
  bottom: 6px;
  width: 0;
  height: 2px;
  background: #002c5f;
  transition: width 0.35s ease;
}

.brand-sec-header:hover > div::after {
  width: 60%;
}


.brand-nav-bar {
  display: flex;
  justify-content: center;
  gap: 40px;
  padding: 18px 20px;
  flex-wrap: wrap;
  background: #fff;
  border-radius: 40px;
}

.bnav-item {
  text-align: center;
  font-size: 13px;
  color: #555;
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease;
}

.bnav-item img {
  height: 32px;
  margin: 0 auto ;
  transition: transform 0.3s ease;
}

.bnav-item:hover img {
  transform: scale(1.1);
}

.bnav-item::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 3px;
  background: linear-gradient(90deg, #ff2f75, #ff6a00);
  transition: 0.3s ease;
}

.bnav-item:hover::after,
.bnav-item.active::after {
  width: 80%;
}

/* =========================================
   SECTION
========================================= */
.car-brand-section {
  /* padding: 80px 20px; */
  width: 100%;
  margin: 0 auto;
}

.brand-title {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}

.brand-desc {
  text-align: center;
  font-size: 15px;
  color: #666;
  margin-bottom: 40px;
}

/* =========================================
   GRID
========================================= */
.car-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  padding: 20px 0;
}

/* 태블릿 */
@media (max-width: 1200px) {
  .car-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* 모바일 */
@media (max-width: 768px) {
  .car-grid {
    grid-template-columns: repeat(2, 1fr);

  }
}

@media (max-width: 480px) {
  .car-grid {
    grid-template-columns: 1fr;
  }
}

/* =========================================
   PREMIUM PRICE CARD
========================================= */

.price-card {
  background: #f3f3f3;
  border-radius: 22px;
  padding: 0;
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
  transition: all 0.35s ease;
}

.price-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 60px rgba(0,0,0,0.12);
}

.price-card-body {
  padding: 24px;
}

/* 상단 타이틀 */
.price-title {
  font-size: 15px;
  font-weight: 800;
  line-height: 1.35;
  margin-bottom: 6px;
  color: #111;
  letter-spacing: -0.3px;
}

.price-title span {
  font-weight: 700;
}

/* 설명 텍스트 */
.price-desc {
  font-size: 12.5px;
  color: #888;
  line-height: 1.55;
  margin-bottom: 14px;
}

/* 차량 이미지 */
.price-img-wrap {
  text-align: center;
  margin-bottom: 14px;
  overflow: hidden;
  border-radius: 12px;
  background: linear-gradient(135deg, #f8f8fa 0%, #eeeeee 100%);
  padding: 8px 0;
}

.price-img-wrap img {
  max-width: 100%;
  height: auto;
  transition: transform 0.55s cubic-bezier(0.23, 1, 0.32, 1), filter 0.4s ease;
  filter: drop-shadow(0 6px 12px rgba(0,0,0,0.10));
}

.price-card:hover .price-img-wrap img {
  transform: scale(1.08) translateY(-4px);
  filter: drop-shadow(0 12px 24px rgba(0,0,0,0.18));
}

/* 가격 영역 */
.price-bottom {
  margin-top: 10px;
}

.price-month {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(135deg, #e8007d, #ff4b35);
  padding: 5px 14px;
  border-radius: 50px;
  letter-spacing: -0.2px;
  box-shadow: 0 3px 12px rgba(232,0,125,0.30);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.price-card:hover .price-month {
  box-shadow: 0 6px 20px rgba(232,0,125,0.45);
  transform: translateY(-1px);
}

.price-month strong {
  font-size: 16px;
  font-weight: 900;
}

/* =========================================
   반응형
========================================= */

@media (max-width: 768px) {
.brand-nav-bar {

  gap: 20px;

}
  .price-title {
    font-size: 18px;
  }

  .price-desc {
    font-size: 13px;
  }

  .price-month strong {
    font-size: 20px;
  }
}

/* =========================================
   SMOOTH SCROLL
========================================= */
html {
  scroll-behavior: smooth;
}


.event-banner {

  padding: 28px 20px;
  text-align: center;
}

.event-sub {
  font-size: 18px;
  font-weight: 600;
  color: #222;
  margin-bottom: 10px;
  letter-spacing: -0.5px;
}

.event-main {
  font-size: 32px;
  font-weight: 800;
  color: #ff4b8b; /* 핑크 강조 */
  letter-spacing: -1px;
}

