.map_wrap{
	max-width:1200px;
	margin: 0 auto;
	text-align: center;
	margin-top: 70px;
}

.map_wrap .map_tit{
	margin-bottom: 50px;
}

.map_wrap .map_tit h4{
	font-weight: 400;
	font-size: 18px;
	letter-spacing: 5px;
	margin-bottom: 10px;
}

.map_wrap .map_tit h2{
	font-size: 40px;
	padding:	10px 0 30px 0;
}

@media(max-width:690px){
	.map_wrap .map_tit h2{
		font-size: 35px;
	}
}

@media(max-width:450px){
	.map_wrap .map_tit h2{
		font-size: 30px;
	}
}

.map_wrap .map_tit p{
	font-size: 18px;
	-ms-word-break: keep-all;
	word-break: keep-all;
}

.map_wrap .map_tit .map_bt{
	width: 180px;
	margin: 50px auto;
	border-radius:20px;
	background: #1b7b4c;
	color: #fff;
	font-size: 18px;
	padding: 10px 0;
	cursor:pointer;
}

.map_wrap .map_tit .map_bt a{
	color: #fff;
	display: block;
	width: 100%;
}

.map_wrap .map_add{
	margin: 80px auto 30px auto;
}

.map_wrap .map_add h2{
	font-size: 30px;
	margin-bottom: 30px;
}


.map_wrap .map_add p{
	font-size: 18px;
	line-height: 45px;
}



@media(max-width:450px){
	.map_wrap .map_add h2{
		font-size: 25px;
	}

	.map_wrap .map_add p{
		font-size: 16px;
		line-height: 35px;
	}
}