/* 오시는 길 */
#location h2 {
	font-family:'NanumGothicBold', sans-serif;
	font-size:16px;
	color:#777;
	font-weight:normal;
	margin:30px 0 0 0;
	overflow:hidden;
}
#location #Map {
	width:100%;
	height:400px;
	margin:20px 0 0 0;
	padding:0;
	background:url('./img/map.jpg') 50% 50% no-repeat;
	overflow:hidden;
	display:block;
}
#location .column {
	float:right;
	font-family:'NanumGothicBold', sans-serif;
	font-size:13px;
	color:#555;
	line-height:1.5em;
	margin:10px 0 0 0;
	padding:0;
	overflow:hidden;
}
#location .column p {
	border-bottom:1px solid #ccc;
}
#location .column span {
	font-family:'NanumGothicBold', sans-serif;
	font-size:16px;
	color:#333;
}
#location .column em {
	font-family:'NanumGothicBold', sans-serif;
	font-size:12px;
	color:#777;
	font-style:normal;
}