
.locationContainer {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 1rem;
  box-sizing: border-box;
  font-family: "Marcellus", "Pretendard", serif;
  text-align: center;
  margin-top:50px;
}
.pageTitle {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
.blueLabel {
  color: #007ACC;
  font-size: 0.8rem;
  margin-bottom: 1rem;
}
.addrText {
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 2rem;
}
.mapWrap {
  display: flex;
  justify-content: center;
}
.mapWrap iframe {
  width: 1000px;
  height: 600px;
  border: none;
}
@media (max-width: 768px) {
  .mapWrap iframe {
    width: 100%;
    height: 350px;
  }
}



