#wrapper {
	position:relative;
	margin:0 auto;
	width:100%;
	height:100%;
	min-width:1300px;
	/*min-height:100%;
	height:auto !important;*/
	overflow:hidden;     /*요건 꼭 추가 없으면 배경이미지 짤림 */
}





/* ------------ 헤더 콘텐츠 레이아웃 -------------- */
#header {
	position:relative;
	margin:0 auto;  /* 좌우 마진 값을 자동 계산하여 가운데 정렬 */
	width:100%;
	height:100px;
	/*border-bottom:1px solid #000;*/
	z-index:11;
	/*background:url(/images/gnb_barline.png) no-repeat center bottom;*/
}





/* ------------ 메인/이벤트 레이아웃 -------------- */
#main_visual {
	position:relative;
	margin:0 auto;
	text-align:center;
	width:100%;
	height:500px;
	overflow:hidden;
	z-index:1;
}

#sub_visual {
	position:relative;
	margin:0 auto;
	text-align:center;
	width:100%;
	height:140px;
	/*border-top:1px solid #cccccc;*/
	z-index:1;
}






/* ------------ 서브 콘텐츠 레이아웃 -------------- */

#contents {
	position:relative;
	margin:0 auto;
	width:100%;
	height:100%;
	overflow:hidden;
	z-index:2;
	background-color:#f2f2f2;
}

#sub_contents {
	position:relative;
	margin:0 auto;
	width:100%;
	height:100%;
	overflow:hidden;
	z-index:2;
	background-color:#f2f2f2;
}

#contentsWrap {
	position:relative;
	margin:0 auto;
	width:1140px;
	height:100%;
	margin-top:110px;
	margin-bottom:70px;
	overflow:hidden;
	border-radius:15px;       /* 라운드 만들때 */
	/*background:url(/images/sub_contents_bg.png) repeat-y;              서브에 라인 때문에 추가해줌 */
	background-color:#FFF;
}

#subWrap {
	position:absolute;
	top:220px;
	left:0;
	margin:0 auto;
	width:100%;
	z-index:5;
}

#contentsArea {
	position:relative;
	margin:0 auto;
	width:1140px;     /* 내용 들어가는 사이즈 */
	height:100%;
	/*margin:0 0 50px 250px;     위치 조절 */
}


#location {
	position:relative;
	margin:0 auto;
	width:1140px;
	height:50px;
	overflow:hidden;
	z-index:2;
}





/* ------ 전체메뉴 ------ */

#totalMenu {
	position:absolute;
	margin:0 auto;
	width:100%;
	z-index:2000;
}





/* ------ 퀵메뉴 ------ */

.quickMenu {
	position:absolute;
	top:300px;
	right:0;
	width:84px;
	z-index:50;
}





/* ------ TOP버튼 ------ */

.topbutton {
	position:absolute;
	right:0;
	bottom:0;
	z-index:40;
}






/* ------------ 풋터 콘텐츠 레이아웃 -------------- */

#footer {
	clear:both;       /* float 해지 */
	position:relative;
	margin:0 auto;
	width:100%;
	text-align:center;
	/*border-top:1px solid #cccccc;*/
	z-index:30;
}

