@import url("http://fonts.googleapis.com/earlyaccess/notosanskr.css");

.map{font:400 15px 'noto sans kr'; letter-spacing:-0.5px; color:#555; overflow:hidden;}
.map iframe{margin-bottom:20px; display:block;}

.cover_map{overflow:hidden; width:650px; margin:0 auto; margin-bottom:25px;}
.cover_map ul{float:left; margin-right:50px; width:300px; line-height:20px;}
.cover_map ul:nth-child(2){margin-right:0;}
.cover_map span{font-weight:bold; font-size:18px;}
.cover_map em:before{
	content:"";
    display:inline-block;
    width:30%; height:2px;
    background-color:#3ab54a;
}
.cover_map em:after{
	content:"";
    display:inline-block;
    width:70%; height:2px;
    background-color:#ccc;
}

/* tablet */
@media screen and (min-width:769px) and (max-width:991px){
    .map iframe{height:400px;}
}

/* mobile */
@media screen and (max-width:768px){
    .map iframe{height:300px;}
    .cover_map{margin-bottom:0; width:100%;}
    .cover_map ul{float:none; display:block; width:100%; margin-bottom:25px;}
}