.map {
    width: 100% !important;
    height: 400px;
    margin-bottom: 10px;
    background: #ddd;
}

.map_cont{display:flex;justify-content: space-between;align-items: center;border-bottom:1px solid #ddd;margin-bottom:30px}
.map_cont a{display:inline-block;text-decoration:none;font-size:18px;border:1px solid #333;padding:20px 200px 20px 20px;background:url(/pages/job/img/sub/map_arrow01.png) no-repeat right center}
.map_cont a:hover{color:#fff;background:#000 url(/pages/job/img/sub/map_arrow02.png) no-repeat right center}

.map_location{margin-bottom:20px;margin-bottom:30px}
.map_location h4{padding-bottom:4px}
.location .location_tel{font-size:17px;line-height:27px;color:#000}


/* 모바일 세로 */
@media all and (max-width:479px) {
    .map_cont{flex-direction: column;align-items: flex-start;margin-bottom:40px;padding-bottom:30px}
    .map_cont a{font-size:15px;}
}



/* 모바일 가로 & 테블릿 세로 (*/
@media all and (min-width:480px) and (max-width:767px) {
    .map_cont{flex-direction: column;align-items: flex-start;margin-bottom:40px;padding-bottom:30px}
    .map_cont a{font-size:15px;}
}