@charset "utf-8";

/* 진료시간 / 오시는 길 */
.content-directions-wrap {
  background-color: #f6f8fa;
}

.directions-section-label {
  font-family: "Optima", "Optima Medium", sans-serif;
}

.directions-card {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.directions-map-wrap {
  border: 1px solid #f3f4f8;
}

.directions-bus-tag {
  border-radius: 4px;
  padding: 4px 10px;
  font-size: 1rem;
  line-height: 1.4;
  color: #4b555d;
}

.directions-bus-tag--main {
  background-color: rgba(0, 108, 255, 0.1);
}

.directions-bus-tag--branch {
  background-color: rgba(40, 187, 77, 0.1);
}

.directions-bus-tag--wide {
  background-color: rgba(255, 0, 0, 0.1);
}

.directions-bus-tag--village {
  background-color: rgba(124, 178, 0, 0.1);
}

@media (max-width: 1023px) {
  .directions-transport-grid {
    gap: 2.5rem;
  }
}

/* 카카오맵 반응형 강제 적용 */
.directions-map-wrap .root_daum_roughmap {
  width: 100% !important;
  height: 100% !important;
}
.directions-map-wrap .root_daum_roughmap .wrap_map {
  height: 100% !important;
}
