
/* .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;
}

/************/
/* #map {
    max-width: 1200px;
    margin: 60px auto;
    padding: 2rem 1rem;
    font-family: "Marcellus", "Pretendard", serif;
    line-height: 1.6;
    box-sizing: border-box;
}

@media (max-width: 768px) {
  .locationContainer {
    max-width: auto;
    margin: 0 auto;
    padding: 1rem 1rem;
    box-sizing: border-box;
    font-family: "Marcellus", "Pretendard", serif;
    text-align: center;
    margin-top: 30px;
  }
  .mapWrap iframe {
    width: 100%;
    height: 350px;
  }
  #map img {
    width: auto;
    height: 35px;
    overflow: hidden;
    position: relative;
  }
} */ */

/******구글****/
.map-wrap{
  width:100%;
  max-width:1200px;
  margin:0 auto;
  padding:60px 20px 120px;
  box-sizing:border-box;
}
.map-head{
  text-align:center;
  margin: 40px 0 100px 0;
}
.map-kicker{
  display:inline-block;
  font-size:12px;
  font-weight:800;
  letter-spacing:2px;
  color:#007ACC;
  opacity:.6;
  margin-bottom:10px;
}
.map-addr{
  font-size:16px;
  color:#222;
  margin:0;
}
.map-box{
  width:100%;
  max-width:980px;
  height:520px;
  margin:26px auto 0;
  border:1px solid #e9e9e9;
  box-shadow:0 10px 24px rgba(0,0,0,.06);
  overflow:hidden;
  box-sizing:border-box;
}
.map{
  display:block;
  width:100%;
  height:100%;
  border:0;
}

/* 반응형 */
@media (max-width:980px){
  .map-wrap{
    padding:46px 16px 100px;
  }
  .map-box{
    width:100%;
    max-width:100%;
    height:440px;
    margin-top:20px;
  }
  .map-addr{
    font-size:15px;
  }
}
@media (max-width:560px){
  .map-box{
    width:100%;
    max-width:100%;
    height:360px;
  }
  .map-addr{
    font-size:14.5px;
  }
}



