@charset "UTF-8";


.btn_area img{
	width:100%;
	margin-bottom:8px;
}

.gmap{
	background-color:#efefef;
	margin:8px 8px 15px;
	max-height: 640px;
}
.gmap:before {
	content:"";
	display:block;
	padding-top:60%;
}
/*.map_desc_wrap {
	background-color: rgba(255, 255, 255, 0.8);
	font-weight: bold;
	height: 70px;
	margin-top: -85px;
	padding: 15px 0;
	position: absolute;
	width: 100%;
	display: none;
	overflow-y: auto;
	text-align: center;
}*/
.container-map {
	position: relative;
}
.map_desc_wrap {
	font-weight: bold;
	display: none;
	position: absolute;
	bottom: 15px;
	background-color: rgba(255, 255, 255, 0.8);
	width: 100%;
	padding: 20px 0;
}
.map_desc_wrap_inner {
	width: 1038px;
	margin: 0 auto;
}
.map_desc {
	display: table;
}
.map_desc > div {
	vertical-align: middle;
}
.deep {
	color: #555;
}

.map_desc_title, .map_desc_arrow, .map_desc_content {
	display: inline-block;
	text-align: left;
	margin-right: 20px;
	font-weight: lighter;
	font-size: 16px;
}

img.hover {
	display: none;
}

@media screen and (max-width: 767px) {
	/*.map_desc_wrap {
		padding: 2px;
	}
	.map_desc_wrap {
	    position: relative;
	}*/
	.map_desc_wrap_inner {
		width: 100%;
	}/*
	.map_desc {
		display: block;
	}*/
	.gmap{
		height: 500px;
	}
}
