/* =============================================
   MRCC 오시는 길 (013_directions) 전용
   공통 .facility-map(intro.css)은 1100/602 비율로 crop 하므로,
   종합안내도 원본 비율을 그대로 노출하도록 자연 높이로 오버라이드.
   (02_ctc/ctc-map.css 와 동일 패턴)
   ============================================= */
.facility-map {
  aspect-ratio: auto;
  background-color: transparent;
}

.facility-map img {
  height: auto;
  object-fit: unset;
}
