
#wrapper {
	margin:0 auto;
	width:100%;
	min-height:100%;
	height:auto !important;
	height:100%;
	overflow:hidden;
	/*border-top:2px solid #68b100;*/
	/*background:url(/images/main_bg.png) no-repeat center top;*/
}




/* ------------ 헤더 콘텐츠 레이아웃 -------------- */
#header {
	position:relative;
	margin:0 auto;  /* 좌우 마진 값을 자동 계산하여 가운데 정렬 */
	width:100%;
	text-align:center;
	/*border-bottom:1px solid #d9d9d9;             메뉴 라인 때문에 추가해줌 */
	z-index:20;
}




/* ------------ 메인이벤트 콘텐츠 레이아웃 -------------- */
#main_visual {
	position:relative;
	margin:0 auto;
	width:100%;
	text-align:center;
	margin-top:30px;
	z-index:10;
	background-color:#e6cdf9;
}

#sub_visual {
	position:relative;
	margin:0 auto;
	width:100%;
	text-align:center;
	z-index:10;
}




/* ------------ 서브 콘텐츠 레이아웃 -------------- */

#contents {
	position:relative;
	margin:0 auto;
	width:100%;
	text-align:center;
	overflow:hidden;
	z-index:20;
}

#sub_contents {
	position:relative;
	margin:0 auto;
	text-align:center;
	/*margin:30px 0 30px;*/
	overflow:hidden;
	z-index:20;
	/*background:hsla(0, 0%, 100%, 0.95);*/
	/*border-radius:15px;        라운드 만들때 */
}

#subWrap {
	position:relative;
	margin:0 auto;
	text-align:center;
	width:100%;
	z-index:10;
}




/* ------------ 풋터 콘텐츠 레이아웃 -------------- */

#footer {
	position:relative;
	margin:0 auto;
	width:100%;
	text-align:center;
	/*margin-top:50px;*/
	border-top:1px solid #cccccc;
	z-index:10;
}
