.map_wrap{margin-bottom: 10%;}
.wrap_controllers.hide{display: none;}
.root_daum_roughmap .wrap_map{width: 100% !important; height: 560px}
.root_daum_roughmap_landing{width: 100% !important;}

.map_desc, .map_info li, .map_desc .map_info strong{display: flex; display: -ms-flexbox; align-items: center; -ms-flex-item-align: center;}
.map_desc {padding: 3em 2em;
  border: 1px solid #c7c7c7;
  justify-content: space-between; -ms-flex-pack: justify;
  flex-wrap: wrap; -ms-flex-wrap: wrap;
  background-color: #f8f8f8;
}
.map_desc .map_info{font-size: 1.18em; margin-right: 20px;}
.map_desc .map_info li {margin-bottom: 1em;}
.map_desc .map_info strong{color: #237287; margin-right: 15px; font-size: 1.18em;}
.map_desc .map_info strong::before{content: ""; display: block; width: 26px; height: 26px; margin-right: 10px;
  background-size: cover; background-repeat: no-repeat; background-position: center center;
}
.map_desc .map_info li:first-child strong::before{background-image: url(/common/img/map.png);}
.map_desc .map_info li:last-child strong::before{background-image: url(/common/img/call.png);}
.map_desc .map_info address{font-style: normal;}
.map_desc .map_info p{color: #333;}
.map_desc .map_logo{max-width: 436px; width: 100%;}
.map_desc .map_logo img{width: 100%;}

@media screen and (max-width: 768px) {
  .map_desc .map_logo {margin: 0 auto;}
}
@media screen and (max-width: 479px) {
  .root_daum_roughmap .wrap_map{height: 350px !important}
  .map_desc{padding: 2em 1em;}
  .map_desc .map_info {margin-right: 0;}
  .map_desc .map_info li{flex-direction: column;
  align-items: flex-start; -ms-flex-item-align: start;
  }
  .map_desc .map_info strong{margin-bottom: 0.3em; margin-right: 0;}
  .map_desc .map_info address,
  .map_desc .map_info p{font-size: 0.9em;}
}

