/* ============================================================
   Dealer — 대리점 안내
   ============================================================ */

.wd-dealer__desc {
  text-align: center;
  font-size: 17px;
  color: var(--wd-text-secondary);
  margin-top: 16px;
  margin-bottom: 48px;
}

.wd-dealer__tablewrap {
  overflow-x: auto;
}

.wd-dealer__table {
  width: 100%;
  border-collapse: collapse;
  border-top: 2px solid #000;
  font-size: 17px;
}

.wd-dealer__table thead th {
  padding: 18px 16px;
  background: #f7f8fa;
  border-bottom: 1px solid var(--wd-border-light);
  font-size: 17px;
  font-weight: 600;
  color: var(--wd-text-primary);
  text-align: center;
  letter-spacing: -0.01em;
}

.wd-dealer__table tbody td {
  padding: 22px 16px;
  border-bottom: 1px solid var(--wd-border-light);
  color: var(--wd-text-secondary);
  text-align: center;
  vertical-align: middle;
  line-height: 1.5;
}

.wd-dealer__cell-logo {
  width: 180px;
}

.wd-dealer__logo {
  display: block;
  max-width: 140px;
  max-height: 48px;
  width: auto;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.wd-dealer__cell-name {
  font-weight: 600;
  color: var(--wd-text-primary);
}

.wd-dealer__cell-addr {
  text-align: left;
}

.wd-dealer__cell-tel a,
.wd-dealer__cell-mail a {
  color: var(--wd-text-secondary);
  transition: color var(--wd-duration-default);
}

.wd-dealer__cell-tel a:hover,
.wd-dealer__cell-mail a:hover {
  color: var(--wd-primary);
}

.wd-dealer__cell-empty {
  color: var(--wd-text-muted);
}

.wd-dealer__btn-map {
  display: inline-block;
  padding: 8px 18px;
  border: 1px solid #000;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.01em;
  background: transparent;
  transition: background var(--wd-duration-default), color var(--wd-duration-default);
}

.wd-dealer__btn-map:hover {
  background: #000;
  color: #fff;
}


/* ── Responsive ── */
@media (max-width: 768px) {
  .wd-dealer__table {
    border-top: none;
  }
  .wd-dealer__table thead {
    display: none;
  }
  .wd-dealer__table,
  .wd-dealer__table tbody,
  .wd-dealer__table tr,
  .wd-dealer__table td {
    display: block;
    width: 100%;
  }
  .wd-dealer__table tr {
    border: 1px solid var(--wd-border-light);
    border-top: 2px solid #000;
    margin-bottom: 16px;
    padding: 8px 16px;
  }
  .wd-dealer__table tbody td {
    padding: 12px 0;
    border-bottom: 1px solid var(--wd-border-light);
    text-align: left;
  }
  .wd-dealer__table tbody td::before {
    content: attr(data-label);
    display: block;
    font-size: 12px;
    color: var(--wd-text-muted);
    margin-bottom: 4px;
    font-weight: 500;
  }
  .wd-dealer__table tbody tr td:last-child {
    border-bottom: none;
  }
  .wd-dealer__cell-logo {
    width: 100%;
    text-align: left;
  }
  .wd-dealer__logo {
    margin: 0;
    max-width: 160px;
  }
  .wd-dealer__cell-map {
    text-align: center;
    padding-top: 16px;
  }
  .wd-dealer__cell-map::before {
    text-align: left;
  }
}
