@charset "utf-8";
/* main_Layout (메인페이지 구조) */


/* ---------------------------- 본문전체 감싸는 박스 ---------------------------- */

#wrapper {
	width: 100%;
	z-index:-1;
}


#sub_body #body_content{
	width: 980px;
	margin:0 auto;
	padding-top:30px;
	min-height:500px;
	position: relative;
	clear: left;
}

