@charset "UTF-8";

/* 찾아오시는 길 */

.mapApi {padding: 0 30px; border: 1px solid #e0e0e0; border-bottom: 0; height: 570px;}

.mapTab ul {overflow: hidden; margin-bottom: 30px;}
.mapTab li {float: left; padding-right: 10px;}
.mapTab button {padding: 7px 15px; border: 1px solid #d1d1d1; border-radius: 4px; font-family: 'Noto Regular'; font-size: 16px;}
.mapTab button:hover {background: #003e77; color: #fff;}

.kakao {display: flex; height: 33px; justify-content: space-between; align-items: center; padding: 0 10px; background: #f9f9f9; border: 1px solid #e0e0e0; font-size: 0;}
.kakao strong {flex: 1; position: relative; top: 1px;}
.kakao ul {display: inline-block;}
.kakao ul li {position: relative; float: left; margin-left: 10px; padding-left: 10px;}
.kakao ul li::before {content: ''; position: absolute; left: 0; top: 4px; width: 1px; height: 12px; background: #d0d0d0;}
.kakao ul li:first-child::before {display: none;}
.kakao ul li a {font-family: 'Noto Regular'; font-size: 12px; color: #222;}
.kakao ul li a:hover {color: #002d56;}

@media all and (max-width: 660px) {
	.mapApi {height: 300px;}
}