@charset "UTF-8";
/* layout */
#nav{
	background: rgba(104,38,28,0.8);
	height: 50px;
	margin-bottom: 5px;
}
#animation{
	background: rgba(255,255,255,1.0);
	height: 350px;
	margin-bottom: 20px;
	/*width: 1000px;
	이와 같이 가운데 정렬을 구현할 수 있다.
	margin: 0 auto 20px auto;*/
}
.animation_inner{
	background: rgba(104,38,28,0.0);
	width: 850px;
	height: 350px;
	margin: 0 auto;
	font-family: 'Roboto';
	font-size: 50px;
	line-height: 300px;
	text-align: center;
}

#content{
	background: rgba(104,38,28,0.05);
}

.content_inner{
	background: rgba(104,38,28,0.0);
	width: 850px;
	margin: 0 auto;
}
.mission{
	width: 410px;
	margin-left: 0px;
	margin-right: 15px;
	float: left;
}
.recent_news{
	width: 410px;
	margin-left: 15px;
	margin-right: 0px;
	float: left;
}
#footer{
	background: rgba(104,38,28,0.8);
	height: 115px;
}
.footer_inner{
	background: rgba(104,38,28,0.0);
	width: 850px;
	height: 115px;
	margin: 0 auto;
	font-family: 'Poiret One';
	font-size: 25px;
	color: white;
	line-height: 45px;
}