.LocationWrap {
	#height: 1100px;
	overflow: hidden;
}
.LocationWrap .LocationDesc {
	padding-bottom: 5px;
}
.LocationWrap .LocationDesc .LocationImg,
.LocationWrap .LocationDesc .LocationImg2 {
	text-align: center;
	margin-bottom: 10px;
}
.LocationWrap .LocationDesc .LocationButton {
	margin-top: 20px;
	cursor: pointer;
	text-align: right;
}
.LocationWrap .LocationDesc .LocationImg3 {
	text-align: center;
	margin-bottom: 10px;
}

.MapSelBtn1 {
	background: #fff;
	color: #000;
}
.MapSelBtn2 {
	background: #656ded;
	color: #fff;
}
.LocationWrap .LocationText {
}
.LocationWrap .LocationText h3 {
	color: #2f78fa;
	font-size: 15px;
}
.LocationWrap .LocationText p {
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
}
.LocationWrap .LocationDesc .LocationDaum {
	display: none;
	position: absolute;
	top: 555px;
	left: 0%;
	z-index: 100;
}
.LocationWrap .LocationDesc .LocationDaum iframe {
	width: 730px;
	height: 415px;
	border: 0px;
	overflow: hidden;
}

