.location-name {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
}

.location-hall {
  margin: 5px 0 0;
  color: var(--sub-text-color);
  font-size: 13px;
}

.location-address {
  margin: 24px 0 0;
  color: #5e5851;
  font-size: 13px;
}

/* =========================
   네이버 지도
========================= */

.map-wrap {
  width: 100%;
  margin: 28px 0 16px;

  overflow: hidden;

  border: 1px solid var(--line-color);
}


/* ★ 꼭 필요함 */
.naver-map {
  width: 100%;
  height: 280px;
}


.map-buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

.map-buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

.traffic {
  margin-top: 34px;
  text-align: left;
  border-top: 1px solid var(--line-color);
}

.traffic-row {
  padding: 18px 2px;
  border-bottom: 1px solid var(--line-color);
}

.traffic-row strong {
  display: block;
  margin-bottom: 4px;
  font-size: 13px;
  font-weight: 500;
}

.traffic-row span {
  color: var(--sub-text-color);
  font-size: 12px;
  line-height: 1.75;
}
