/* 지도 박스 */
.location-map-box {
  display: flex;
  justify-content: center;
  margin: 10px 0 20px;
}

.location-map-img {
  width: 70%;
  min-width: 320px;
  max-width: 760px;
  border: 4px solid #0b4a8b;
  background: #fff;
}

.root_daum_roughmap.root_daum_roughmap_landing {
  width: 100%;
}

/* 각 블록 (항공/열차/고속버스) */
.location-block {
  margin-top: 26px;
}

.location-block-title {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 8px;
}

/* 연한 하늘색 박스 */
.location-info-box {
  background: #f9fafb;
  border-top: 1px solid #e5e7eb;
  padding: 16px 18px 2px 18px;
}

/* 리스트 기본 */
.location-info-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.location-info-list li {
  margin-bottom: 14px;
  font-size: 16px;
  color: #111827;
  line-height: 1.6;
}

.location-bullet {
  color: #111827;
  font-weight: 900;
  margin-right: 6px;
}

.location-desc {
  margin-left: 12px;
  color: #111827;
}

/* 버튼 줄 */
.location-btn-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.location-btn {
  display: inline-flex;
  padding: 6px 12px;
  border: 1px solid #d1d5db;
  background: #fff;
  border-radius: 999px;
  font-size: 14px;
  color: #111827;
  text-decoration: none;
}

.location-btn:hover {
  background: #f9fafb;
  text-decoration: none;
}

.root_daum_roughmap .section_address {
  display: none;
}

.location-address-box .location-info-list li strong {
  display: inline-block;
  width: 80px;
}

.location-address-box {
  padding-left: 20px;
}

/* 반응형 */
@media (max-width: 768px) {
  .location-map-img {
    width: 100%;
  }
}
