#scroll {
	display				: none !important;
}

#locationMap {
	width				: 100%;
	height				: 55%;
}

#locationMap iframe {
	display				: block;
	width				: 100%;
	height				: 100%;
}

#locationBottom {
	width				: 100%;
    height				: 45%;
    position			: relative;
    background-color	: #fcfbf7;
}

#locationBottomTxt {
	position			: absolute;
	top					: 50%;
	left				: 50%;
	transform			: translate(-50%, -50%);
	-webkit-transform	: translate(-50%, -50%);
	height				: auto;
	text-align			: center;
}

.locationBottomTxtBoxTitle {
	font-size: 1vw;
	color: #5c5c5c;
	font-weight: bold;
	padding-bottom: 4vh;
}

.trafficBottomTxtBoxDetail {
	font-size: 0.8vw;
    color: #747674;
}