.locationTop {
	height: 700px;
}

.location {
	margin-top: 700px;
	background-color: #fff;
}
.location .section_title {
	padding-top: 105px;
}
.location .location_map {
	margin-top: 75px;
}
.location .location_map iframe {
	height: 545px;
}
.location .location_info {
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding-bottom: 90px;
	text-align: left;
}
.location .location_info dl {
	display:inline-block;
	margin: 60px 20px 0;
	width: calc(50% - 40px);
	font-size: 14px;
	vertical-align: top;
}
.location .location_info dt {
	color: #222;
	font-size: 15px;
	font-weight: bold;
}
.location .location_info dt i {
	margin-right: 10px;
	color: #666;
	font-size: 18px;
}
.location .location_info dd {
	margin-top: 15px;
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 14px;
	line-height:1.46;
	color: #444;
	word-break: keep-all;
}
.location .location_info dd strong {
	font-weight: bold;
}




@media (max-width:1024px) {
	.location {
		margin-top: 0;
	}
	.location .section_title {
		padding-top: 50px;
	}
	.location .location_map {
		margin-top: 35px;
	}
	.location .location_map iframe {
		height: 375px;
	}
	.location .location_info {
		max-width: calc(100% - 30px);
		padding-bottom: 40px;
	}
	.location .location_info dl {
		display: block;
		margin: 30px 0 0;
		width: 100%;
	}
	.location .location_info dl dd {
		margin-top: 8px;
		line-height: 1.4;
	}
	.location .location_info dl dd p {
		margin-bottom: 3px;
	}
}