  .ncChipPrimary{background:#111827 !important;border-color:#111827 !important;color:#fff !important;}
  .ncChipPrimary b{color:inherit !important;}

  /* model.php 딜러 카드만 세로형 4열 */
  .ncModelDealerSection .ncDealerGrid{
    display:grid !important;
    grid-template-columns:repeat(4, minmax(0, 1fr)) !important;
    gap:12px !important;
  }
  @media (max-width:1280px){
    .ncModelDealerSection .ncDealerGrid{
      grid-template-columns:repeat(3, minmax(0, 1fr)) !important;
    }
  }
  @media (max-width:900px){
    .ncModelDealerSection .ncDealerGrid{
      grid-template-columns:repeat(2, minmax(0, 1fr)) !important;
    }
  }
  @media (max-width:640px){
    .ncModelDealerSection .ncDealerGrid{
      grid-template-columns:repeat(2, minmax(0, 1fr)) !important;
    }
  }
  .ncModelDealerSection .ncDealerCard{
    border:1px solid var(--line) !important;
    background:#fff !important;
    border-radius:20px !important;
    box-shadow:0 10px 24px rgba(15,23,42,.05) !important;
    overflow:hidden !important;
    height:100% !important;
  }
  .ncModelDealerSection .ncDealerRowWrap{
    display:block !important;
  }
  .ncModelDealerSection .ncDealerPhoto{
    width:100% !important;
    height:132px !important;
    min-height:132px !important;
    margin:0 !important;
    border-radius:0 !important;
    overflow:hidden !important;
    background:#f7f9ff !important;
    box-shadow:none !important;
    flex:none !important;
  }
  .ncModelDealerSection .ncDealerPhoto img{
    width:100% !important;
    height:100% !important;
    object-fit:cover !important;
    display:block !important;
  }
  .ncModelDealerSection .ncDealerPhotoFallback{
    width:100% !important;
    height:100% !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    padding:10px !important;
    background:#fff !important;
    color:#111827 !important;
    text-align:center !important;
  }
  .ncModelDealerSection .ncDealerPhotoFallbackName{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    width:100% !important;
    height:100% !important;
    padding:10px 8px !important;
    border:1px solid #edf1f6 !important;
    border-radius:12px !important;
    background:#fff !important;
    color:#111827 !important;
    font-size:13px !important;
    line-height:1.3 !important;
    font-weight:950 !important;
    word-break:keep-all !important;
    overflow-wrap:anywhere !important;
  }
  .ncModelDealerSection .ncDealerIn{
    min-width:0 !important;
    padding:12px !important;
  }
  .ncModelDealerSection .ncDealerName{
    margin:0 !important;
    font-size:14px !important;
    line-height:1.3 !important;
    font-weight:950 !important;
    color:#111827 !important;
  }
  .ncModelDealerSection .ncDealerMetaLine{
    display:flex !important;
    align-items:flex-start !important;
    gap:6px !important;
    margin-top:5px !important;
    color:var(--muted) !important;
    font-size:11px !important;
    line-height:1.45 !important;
  }
  .ncModelDealerSection .ncDealerMetaLine svg{
    width:14px !important;
    height:14px !important;
    flex:0 0 14px !important;
    margin-top:1px !important;
    color:#667085 !important;
  }
  .ncModelDealerSection .ncDealerActions{
    display:flex !important;
    gap:6px !important;
    flex-wrap:wrap !important;
    justify-content:flex-start !important;
    margin-top:10px !important;
  }
  .ncModelDealerSection .ncDealerBtn{
    text-decoration:none !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    min-width:74px !important;
    height:30px !important;
    padding:0 10px !important;
    border-radius:999px !important;
    border:1px solid var(--line) !important;
    background:#fff !important;
    color:#111827 !important;
    font-size:11px !important;
    font-weight:900 !important;
    box-shadow:0 4px 12px rgba(15,23,42,.035) !important;
  }
  .ncModelDealerSection .ncDealerBtnPrimary{
    background:#111827 !important;
    border-color:#111827 !important;
    color:#fff !important;
  }
  .ncModelDealerSection .ncDealerBtnPrimary:hover{
    background:#000 !important;
    border-color:#000 !important;
    color:#fff !important;
  }
  .ncModelDealerSection .ncDealerEmpty{
    border:1px dashed var(--line) !important;
    border-radius:18px !important;
    padding:20px !important;
    background:#fff !important;
    color:var(--muted) !important;
    text-align:center !important;
  }
  .ncModelDealerSection .ncDealerEmptyTitle{
    font-size:15px !important;
    font-weight:950 !important;
    color:#111827 !important;
    margin-bottom:6px !important;
  }
  .ncModelDealerSection .ncDealerEmptyDesc{
    font-size:13px !important;
    line-height:1.65 !important;
    color:var(--muted) !important;
    margin-bottom:12px !important;
  }
/* ===== model top hero / quick consult ===== */
.ncHero{
  padding:24px;
}

.ncHeroTop{
  display:block;
}

.ncModelTopLayout{
  display:grid;
  grid-template-columns:minmax(0, 1.6fr) minmax(320px, .9fr);
  gap:18px;
  margin-top:14px;
  align-items:start;
}

.ncModelHeroMain{
  display:grid;
  grid-template-columns:minmax(0, 1fr);
  gap:16px;
}

.ncModelHeroVisual{
  border-radius:24px;
  overflow:hidden;
  border:1px solid var(--line);
  background:#f8fafc;
  box-shadow:0 16px 40px rgba(15,23,42,.06);
  aspect-ratio:16/9;
}

.ncModelHeroImage{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.ncModelHeroFallback{
  width:100%;
  height:100%;
  min-height:320px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  color:#64748b;
  font-weight:800;
  padding:24px;
}

.ncModelHeroAside{
  display:grid;
  gap:16px;
}

.ncModelHeroTags{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
}

.ncModelHeroTag{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
  padding:0 14px;
  border-radius:999px;
  border:1px solid #dbe3ef;
  background:#fff;
  color:#111827;
  font-size:13px;
  font-weight:900;
  box-shadow:0 6px 16px rgba(15,23,42,.04);
}

.ncModelPriceCard,
.ncModelInfoCard,
.ncModelQuickCard{
  border:1px solid var(--line);
  border-radius:24px;
  background:#fff;
  box-shadow:0 14px 36px rgba(15,23,42,.06);
}

.ncModelPriceCard{
  padding:18px 18px 16px;
}

.ncModelPriceLabel{
  display:inline-flex;
  align-items:center;
  min-height:26px;
  padding:0 8px;
  border-radius:8px;
  background:#2563eb;
  color:#fff;
  font-size:12px;
  font-weight:900;
}

.ncModelPriceValue{
  margin-top:10px;
  color:#111827;
  font-size:38px;
  line-height:1.1;
  font-weight:950;
  letter-spacing:-0.04em;
}

.ncModelPriceSub{
  margin-top:8px;
  color:#64748b;
  font-size:13px;
  line-height:1.6;
  font-weight:700;
}

.ncModelInfoCard{
  padding:18px;
}

.ncModelInfoTitle{
  margin-bottom:12px;
  color:#111827;
  font-size:16px;
  line-height:1.35;
  font-weight:950;
}

.ncModelInfoGrid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:10px;
}

.ncModelInfoItem{
  min-width:0;
  border:1px solid #e5e7eb;
  border-radius:18px;
  background:#fff;
  padding:14px 14px 13px;
}

.ncModelInfoItemWide{
  grid-column:1 / -1;
}

.ncModelInfoKey{
  color:#64748b;
  font-size:12px;
  line-height:1.4;
  font-weight:900;
}

.ncModelInfoVal{
  margin-top:6px;
  color:#111827;
  font-size:24px;
  line-height:1.25;
  font-weight:950;
  letter-spacing:-0.03em;
  word-break:keep-all;
}

.ncModelInfoValMeta{
  font-size:14px;
  line-height:1.65;
  font-weight:800;
  color:#334155;
  letter-spacing:0;
}

.ncModelQuickCard{
  padding:20px 20px 18px;
}

.ncModelQuickHead{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
  margin-bottom:14px;
}

.ncModelQuickTitle{
  color:#111827;
  font-size:24px;
  line-height:1.3;
  font-weight:950;
  letter-spacing:-0.03em;
}

.ncModelQuickDesc{
  margin-top:6px;
  color:#64748b;
  font-size:13px;
  line-height:1.6;
  font-weight:700;
}

.ncModelQuickBadges{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  justify-content:flex-end;
}

.ncModelQuickBadge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:32px;
  padding:0 12px;
  border-radius:999px;
  background:#f8fafc;
  border:1px solid #dbe3ef;
  color:#111827;
  font-size:12px;
  font-weight:900;
  white-space:nowrap;
}

.ncModelAlert{
  margin:0 0 12px;
  padding:11px 13px;
  border-radius:16px;
  font-size:13px;
  line-height:1.65;
  font-weight:800;
}

.ncModelAlertSuccess{
  background:#ecfdf5;
  color:#166534;
  border:1px solid #bbf7d0;
}

.ncModelAlertError{
  background:#fef2f2;
  color:#991b1b;
  border:1px solid #fecaca;
}

.ncModelQuickGrid{
  display:grid;
  gap:10px;
}

.ncModelQuickGrid3{
  grid-template-columns:repeat(3, minmax(0, 1fr));
}

.ncModelField{
  min-width:0;
}

.ncModelLabel{
  display:block;
  margin-bottom:6px;
  color:#111827;
  font-size:13px;
  line-height:1.4;
  font-weight:900;
}

.ncModelControl{
  width:100%;
  height:46px;
  padding:0 14px;
  border:1px solid #d9e0ea;
  border-radius:14px;
  background:#fff;
  color:#111827;
  font-size:14px;
  font-weight:700;
  outline:none;
}

select.ncModelControl{
  appearance:none;
  background-image:linear-gradient(45deg, transparent 50%, #64748b 50%), linear-gradient(135deg, #64748b 50%, transparent 50%);
  background-position:calc(100% - 18px) calc(50% - 3px), calc(100% - 12px) calc(50% - 3px);
  background-size:6px 6px, 6px 6px;
  background-repeat:no-repeat;
  padding-right:34px;
}

.ncModelControl:focus{
  border-color:#2563eb;
  box-shadow:0 0 0 4px rgba(37,99,235,.12);
}

.ncModelConsentBox{
  margin-top:14px;
  border:1px solid #e5e7eb;
  border-radius:20px;
  overflow:hidden;
  background:#fff;
}

.ncModelConsentRow{
  display:flex;
  align-items:center;
  gap:10px;
  padding:13px 14px;
  border-top:1px solid #f1f5f9;
}

.ncModelConsentRow:first-child{
  border-top:0;
}

.ncModelConsentRow input[type="checkbox"]{
  width:18px;
  height:18px;
  flex:0 0 18px;
}

.ncModelConsentText{
  min-width:0;
  flex:1;
  color:#334155;
  font-size:13px;
  line-height:1.6;
  font-weight:800;
  word-break:keep-all;
}

.ncModelConsentLinks{
  display:inline-flex;
  align-items:center;
  gap:6px;
  color:#2563eb;
  font-size:12px;
  line-height:1;
  font-weight:900;
  white-space:nowrap;
}

.ncModelTextBtn{
  padding:0;
  border:0;
  background:transparent;
  color:#2563eb;
  font-size:12px;
  line-height:1;
  font-weight:900;
  cursor:pointer;
}

.ncModelQuickActions{
  display:flex;
  justify-content:flex-start;
  margin-top:14px;
}

.ncModelSubmitBtn{
  min-width:160px;
  min-height:52px;
  padding:0 22px;
  border:0;
  border-radius:999px;
  background:linear-gradient(135deg,#2563eb,#06b6d4);
  color:#fff;
  font-size:16px;
  font-weight:950;
  letter-spacing:-0.02em;
  cursor:pointer;
  box-shadow:0 14px 28px rgba(37,99,235,.24);
}

.ncModelSubmitBtn[disabled]{
  opacity:.72;
  cursor:wait;
}

.ncModelTermsModal{
  position:fixed;
  inset:0;
  display:none;
  z-index:1200;
}

.ncModelTermsModal.is-open{
  display:block;
}

.ncModelTermsDim{
  position:absolute;
  inset:0;
  background:rgba(15,23,42,.55);
}

.ncModelTermsBox{
  position:relative;
  width:min(760px, calc(100vw - 32px));
  max-height:calc(100vh - 48px);
  overflow:auto;
  margin:24px auto;
  background:#fff;
  border-radius:24px;
  box-shadow:0 24px 60px rgba(15,23,42,.24);
}

.ncModelTermsHead{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:18px 20px 14px;
  border-bottom:1px solid #e5e7eb;
  background:#fff;
  position:sticky;
  top:0;
  z-index:2;
}

.ncModelTermsHead h3{
  margin:0;
  color:#111827;
  font-size:20px;
  line-height:1.35;
  font-weight:950;
}

.ncModelTermsClose{
  border:1px solid #e5e7eb;
  background:#fff;
  color:#111827;
  border-radius:999px;
  height:36px;
  min-width:64px;
  padding:0 14px;
  font-size:13px;
  font-weight:900;
  cursor:pointer;
}

.ncModelTermsBody,
.ncModelTermsDoc{
  padding:20px;
}

.ncModelTermsBody p,
.ncModelTermsDoc p{
  margin:0 0 18px;
  color:#334155;
  font-size:14px;
  line-height:1.75;
}

.ncModelTermsBody p:last-child,
.ncModelTermsDoc p:last-child{
  margin-bottom:0;
}

.ncModelTermsBody b,
.ncModelTermsDoc b{
  color:#111827;
  font-weight:900;
}

.ncModelTermsDoc h1{
  margin:0 0 18px;
  color:#111827;
  font-size:28px;
  line-height:1.3;
  font-weight:950;
}

@media (max-width: 1180px){
  .ncModelTopLayout{
    grid-template-columns:minmax(0, 1fr);
  }

  .ncModelHeroAside{
    order:2;
  }
}

@media (max-width: 900px){
  .ncHero{
    padding:18px;
  }

  .ncModelQuickGrid3,
  .ncModelInfoGrid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }

  .ncModelQuickHead{
    flex-direction:column;
  }

  .ncModelQuickBadges{
    justify-content:flex-start;
  }

  .ncModelPriceValue{
    font-size:32px;
  }
}

@media (max-width: 640px){
  .ncHero{
    padding:16px;
  }

  .ncTitle{
    font-size:32px;
  }

  .ncSub{
    font-size:14px;
    line-height:1.7;
  }

  .ncModelHeroVisual{
    border-radius:18px;
    aspect-ratio:16/10;
  }

  .ncModelQuickCard,
  .ncModelInfoCard,
  .ncModelPriceCard{
    border-radius:20px;
  }

  .ncModelQuickGrid3,
  .ncModelInfoGrid{
    grid-template-columns:minmax(0, 1fr);
  }

  .ncModelConsentRow{
    flex-wrap:wrap;
    align-items:flex-start;
  }

  .ncModelConsentLinks{
    width:100%;
    margin-left:28px;
  }

  .ncModelQuickTitle{
    font-size:20px;
  }

  .ncModelPriceValue,
  .ncModelInfoVal{
    font-size:28px;
  }

  .ncModelInfoValMeta{
    font-size:13px;
  }

  .ncModelSubmitBtn{
    width:100%;
  }
}
/* 최저가 트림 카드 월요금 박스 */
.ncModelMiniPriceGrid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:12px;
  margin-top:14px;
}

.ncModelMiniPriceItem{
  padding:14px 14px 12px;
  border:1px solid var(--line);
  border-radius:16px;
  background:#f8fafc;
}

.ncModelMiniPriceItem .k{
  display:block;
  font-size:12px;
  font-weight:900;
  color:#2563eb;
}

.ncModelMiniPriceItem .v{
  display:block;
  margin-top:6px;
  font-size:20px;
  line-height:1.2;
  font-weight:950;
  color:#111827;
  letter-spacing:-0.02em;
}

/* 트림 리스트 차량가 아래 리스/렌트 */
.ncTrimPriceGroup{
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  gap:6px;
}

.ncTrimMonthlyMeta{
  display:flex;
  flex-direction:column;
  gap:4px;
  align-items:flex-end;
}

.ncTrimMonthlyLine{
  font-size:12px;
  line-height:1.35;
  font-weight:900;
  color:#64748b;
  white-space:nowrap;
}

.ncTrimMonthlyLine b{
  color:#111827;
  font-weight:950;
}

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

  .ncTrimPriceGroup,
  .ncTrimMonthlyMeta{
    align-items:flex-start;
  }
}