.sec-main-top-v1 + .sec-map{
  margin-bottom: 2.4rem;
}
.map{
  height: 48rem;
  background: #F1F4F5;
  border-radius: 0.4rem;
  overflow: hidden;
}
.map iframe{
  display: block;
  border: 0;
  outline: none;
}
@media(min-width:1360px) and (max-width:1403.98px){
  .map {
    height: 45rem;
  }
}
@media(min-width:1200px) and (max-width:1359.98px){
  .map {
    height: 43rem;
  }
}
@media(min-width:992px) and (max-width:1199.98px){
  .map {
    height: 40rem;
  }
}
@media(min-width:768px) and (max-width:991.98px){
  .map {
    height: 33rem;
  }
}
@media(max-width:767.98px){
  .map {
    height: 30rem;
  }
}