.mobile.space-30 {
	display: none;
}
.content-container hgroup h4 {
	margin: 10px 0 0 0;
	text-align: center;
	font-size: 18px;
	font-family: 'Nanum Gothic';
	letter-spacing: -0.1em;
	font-weight: 500;
}

.ceo-group {
	padding: 20px 0;
    background-image: url(/upload/banner/visual.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.ceo-group > .overview {
	padding: 30px;
}
.ceo-group > .overview > h2 {
	margin: 0;
	font-size: 50px;
	font-family: 'Arvo';
	color: #fff;
}
.ceo-group > .overview > h3 {
	margin: 0;
	/*width: 600px;*/
	font-size: 21px;
	font-family: 'Lato';
	color: #fff;
}
hr.title_subtitle_separator {
	width: 90px;
	height: 0px;
	display: inline-block;
	margin: 30px 0 20px 0;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
 }
#map {
	width: 100%; height: 350px;
	z-index: 0;
}

@media screen and (max-width: 800px) {
	.mobile.space-30 {
		display: block;
	}
	.ceo-group {
		padding: 50px 0;
	}
	.ceo-group > .overview > h2 {
		font-size: 30px;
	}
	.ceo-group > .overview > h3 {
		width: 100%; font-size: 13px;
	}
	.content-container hgroup h2 {
		/*display: none;*/
	}
	#map {
		height: 300px;
	}
}