@charset "UTF-8";

#map {
width: 100%;
height: 460px;
}

#map_detail {
width: 100%;
height: 450px;
}

@media screen and (max-width:767px) {
 #map {
    height: 200px;
 }
 #map_detail {
    height: 300px;
 }
}
