/* ===========================================================
   오시는 길 (intro/05.php) 전용 스타일
   =========================================================== */

/* 섹션 타이틀 */
.map .h3_tit {
  font-size: 28px;
  color: #000;
  font-weight: 500;
  letter-spacing: -1px;
  position: relative;
  margin: 30px 0 20px 0;
}
.map .h3_tit:before {
  content: '';
  position: absolute;
  top: -7px;
  left: 0;
  width: 24px;
  height: 4px;
  background: #2374ec;
}

/* 표 */
.map .table_type1 {
  width: 100%;
  padding-bottom: 30px;
}
.map .table_type1 table {
  border-top: 2px #536886 solid;
  width: 100%;
  border-collapse: collapse;
}
.map .table_type1 td,
.map .table_type1 th {
  font-size: 17px;
  border-bottom: 1px #ddd solid;
  padding: 4px 12px;
}
.map .table_type1 th {
  background: #f4f6f9;
  color: #445058;
  vertical-align: middle;
  font-weight: 500;
  line-height: 25px;
  height: 55px;
  text-align: left;
}
.map .table_type1 td {
  padding: 15px 12px;
  line-height: 28px;
  text-align: center;
}
.map .table_type1 td.txtl {
  text-align: left;
}

/* 카카오 지도 영역 */
.map .map_box {
  width: 100%;
  height: 500px;
  position: relative;
}
.root_daum_roughmap {
  width: 100% !important;
}

/* 주소/연락처 박스 */
.map .location_box {
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  padding: 30px;
  min-width: 500px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  border-radius: 10px 0 0 0;
}
.map .location_box p {
  font-size: 18px;
  line-height: 36px;
  text-align: left;
  margin: 0;
}
.map .location_box .pos {
  font-weight: 700;
  width: 120px;
  color: #555;
  display: inline-block;
  padding-left: 15px;
}

/* ---------- 반응형 ---------- */
@media (max-width: 900px) {
  .map .location_box {
    min-width: auto;
    width: 100%;
    left: 0;
    right: 0;
    padding: 20px 15px;
    border-radius: 0;
  }
}
