#contactSection .contact_Wrap { width: 1000px; margin: 0 auto;   }
#contactSection .contact_Wrap h1 { font-size: 38px; font-weight: bold; color: #333; border-left: 10px solid #d96b2b; text-indent: 20px; margin: 60px 0; }
#mobile_map_nav { display: none; }
/* 구글맵 표시 구역 */
#googleMapArea { width: 100%; height: 400px; }

/* 맵 선택 버튼 */
.map_nav { padding-top: 20px; width: 90%; margin: 0 auto; }
.map_nav button { 
	border: none;
	cursor: pointer;
	float: left; 
	width: 25%;
	padding: 10px 0;
	font-size: 16px; 
	outline: none;
	background: none; 
	border: 1px solid #d9dbe1;
	color: #d96b2b;
	margin: -1px 0 0 -1px;
}
.map_nav button:hover { background: #fff0df; }

.map_nav button.active { 
	background: #d96b2b;
	color: #fff;
}

.map_nav button.active:hover { 
	font-weight: bold; 
}
.map_nav button img { width: 30px; vertical-align: middle; padding-left: 5px; }
.map_nav:after { content: ""; display: block; clear: both; }
.animated {
     -webkit-animation-duration: 0.75s;
     animation-duration: 0.75s;
     -webkit-animation-fill-mode: both;
     animation-fill-mode: both;
}
.animated th { font-weight: bold; }
@keyframes fadeInUp {
     from {
       opacity: 0;
       -webkit-transform: translate3d(0, 100%, 0);
       transform: translate3d(0, 100%, 0);
     }

     to {
       opacity: 1;
       -webkit-transform: none;
       transform: none;
     }
}

.fadeInUp {
     -webkit-animation-name: fadeInUp;
     animation-name: fadeInUp;
}

table { 
	clear: both;
	width: 90%;
	position: relative;
	padding: 10px;
	margin: 30px auto;
	border-top: 3px solid #d96b2b;
	border-bottom: 3px solid #d96b2b;
	border-collapse: collapse;
	display: none; }
table tr { height: 60px; width: 100%; border-bottom: 1px solid #bbb; position: relative;}
table th { width: 30%; font-weight: normal; }
table td { width: 70%; }
table td a { color: #000; }
table th, td { border-bottom: 1px solid #fce3c5; } /*fff0df */

/* ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ 모바일 버전 ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ*/
@media screen and (max-width: 1250px){
	#map_nav { display: none; }
	#mobile_map_nav { display: block; }
	#bannerSection .banner_word { opacity: 1; }
	#bannerSection { height: 250px; }
	#banner_img { background-size: cover; width: 100%; height: 249px; background-position: center center; }
	.leftSlideUp { border-bottom: 35px solid #fff; } 
	#bannerSection .banner_word li:first-child { font-size: 30px; }
	#bannerSection .banner_word li:nth-child(2) { width: 120px; margin: 10px auto 15px; }
	#bannerSection .banner_word li:last-child { font-size: 18px; }
 	
 	#contactSection .contact_Wrap { width: 100%; }
	#contactSection .contact_Wrap h1 {
		margin: 20px; 
		font-size: 26px; 
	}
	.map_nav button { 
		font-size: 13px;
	}
	table th, td { font-size: 14px; }
	
}
@media screen and (max-width: 319px){
	.map_nav button { 
		font-size: 11px;
	}	
}

/* ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ 탭 버전 ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ*/
@media screen and (max-width: 1250px) and (min-width: 721px) {
		#contactSection .contact_Wrap { width: 95%; }
}