@charset "utf-8";

.map_area {
	position: relative;
	width: 100%;
	height: 600px;
	overflow: hidden;
	background: rgba(0,0,0,0.035);
	border-radius: 8px;
}
.map_area .position {
	position: absolute;
	width: 1440px;
	height: 640px;
	top: calc(50%);
	left: 50%;
	transform: translateX(-50%) translateY(calc(-50% + 20px));
}
.contact_info {
	margin-top: 50px;
}
.contact_info li {
	float: left;
	width: 50%;
	margin-bottom: 50px;
	padding-right: 30px;
}
.contact_info li .title {
	color: #00479d;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 7px;
}

@media screen and (max-width: 1000px) {
	.map_area {
		height: 400px;
	}
}
