.map-card:has(.root_daum_roughmap) {
  min-height: 360px;
  display: block;
  background: var(--blue);
}

.map-card:has(.root_daum_roughmap)::before,
.map-card:has(.root_daum_roughmap)::after {
  display: none;
}

.map-card .root_daum_roughmap,
.map-card .root_daum_roughmap .wrap_map {
  width: 100% !important;
}

.location-map-frame {
  display: block;
  width: 100%;
  height: 360px;
  border: 0;
}

.map-card--location {
  min-height: 0;
  height: 360px;
  display: block;
  background: transparent;
}

.map-card--location::before,
.map-card--location::after {
  content: none;
  display: none;
}
