/* 찾아오시는 길 — 흰 배경, 상단 제목 + 지도 + 연락처 */

.intro-location-page.app {
  background: #fff;
}

.intro-location-page .main-wrap,
.intro-location-page .location-main,
.intro-location-page .location-main .main__body {
  background: #fff;
}

.intro-location-page .intro-public-site-header {
  background: #fff;
}

.location-main .main__body {
  max-width: none;
}

.location-page-inner {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  padding: 8px 28px 56px;
  box-sizing: border-box;
}

.location-page-head {
  margin: 0 0 28px;
  padding-top: 8px;
}

.location-page-head__title {
  margin: 0 0 8px;
  font-size: clamp(1.35rem, 2.5vw, 1.65rem);
  font-weight: 800;
  color: #1a2b33;
  letter-spacing: -0.03em;
}

.location-page-head__subtitle {
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
  color: #546e7a;
}

.location-map-wrap {
  position: relative;
  width: 100%;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #e2e8ec;
  background: #eceff1;
  aspect-ratio: 16 / 10;
  min-height: 280px;
  max-height: min(520px, 65vh);
}

.location-map__iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 280px;
  border: 0;
}

.location-map__note {
  margin: 10px 0 0;
  font-size: 0.78rem;
  color: #90a4ae;
  line-height: 1.5;
}

.location-map__note-link {
  font-weight: 600;
  color: var(--color-primary, #2c6781);
  text-decoration: none;
}

.location-map__note-link:hover {
  text-decoration: underline;
}

.location-map__note code {
  font-size: 0.85em;
  background: rgba(0, 0, 0, 0.05);
  padding: 1px 5px;
  border-radius: 4px;
}

.location-contact {
  margin-top: 36px;
  padding-top: 28px;
  border-top: 1px solid #eceff1;
}

.location-contact__name {
  margin: 0 0 18px;
  font-size: 1.05rem;
  font-weight: 800;
  color: #1a2b33;
}

.location-contact__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.location-contact__list li {
  margin: 0 0 12px;
  font-size: 0.94rem;
  line-height: 1.65;
  color: #37474f;
}

.location-contact__list li:last-child {
  margin-bottom: 0;
}

.location-contact__list a {
  color: var(--color-primary, #2c6781);
  font-weight: 600;
  text-decoration: none;
  word-break: break-all;
}

.location-contact__list a:hover {
  text-decoration: underline;
}

@media (max-width: 640px) {
  .location-page-inner {
    padding-left: 18px;
    padding-right: 18px;
  }

  .location-map-wrap {
    border-radius: 10px;
    min-height: 240px;
  }
}
