/* 메인레이아웃 */

/****************** 상단 헤더 ******************/
#header_wrap {
	float:left;
	width:100%;
	min-height:140px;
	background:url(../images/common/header_bg.gif) repeat-x left top;
}
#header {
	width:1200px;
	margin:0 auto;
	height:140px;
	position:relative;
}


/****************** 비쥬얼이미지 ******************/
#visual_wrap {
	float:left;
	width:100%;
	height:600px;
	position:relative;
}
.main_visualsec {width:1200px; margin:0 auto; position:relative; height:600px;}
.main_visualsec .pagging{position:absolute; bottom:30px; left:0; z-index:99; width:1200px;}
.main_visualsec .pagging li{display:inline-block; margin-right:5px;}
.main_visualsec .pagging li a{display:inline-block;  width:31px; height:30px; background:url(../images/main/dot_off.png) no-repeat left top;}
.main_visualsec .pagging li a.on{width:31px; height:30px; background:url(../images/main/dot_on.png) no-repeat left top;}

.visual_bg {position:absolute; top:0; z-index:5; width:100%; text-align:center;}
.visual_bg ul{width:100%; height:600px; overflow:hidden; /*margin:0 auto*/}
.visual_bg ul li{width:100%; height:600px;position:absolute; top:0; left:0}
.visual_bg li  div{ width:1200px; height:600px; margin:0 auto;  position:relative }
.visual_bg li .vtxt_1{display:inline-block; width:auto; position:absolute; right:0; top:233px; }
.visual_bg li .vtxt_2{display:inline-block; width:auto; position:absolute; left:0; top:223px; }
.visual_bg li .vtxt_3{display:inline-block; width:auto; position:absolute; left:0; top:164px; }

.bg1{ background:url(../images/main/visual_01.jpg) no-repeat center top; background-attachment:scroll}
.bg2{ background:url(../images/main/visual_02.jpg) no-repeat center  top ; background-attachment:scroll}
.bg3{ background:url(../images/main/visual_03.jpg) no-repeat center  top; background-attachment:scroll}



/****************** ABOUT ROWAN ******************/
#rowan_wrap {
	float:left;
	width:100%;
	margin-top:80px;
}
#rowan {
	width:1200px;
	margin:0 auto;
	position:relative;
}
#rowan > h3 {
	font-size:24px;
	text-align:center;
	padding-bottom:20px;
	background:url(../images/main/tit_bg.gif) no-repeat center 8px; 
}
#rowan > h3 span {
	font-size:24px;
	text-align:center;
	padding:0 20px;
	background-color:#fff; 
}
#rowan > ul > li {
	float:left;
	width:590px;
	height:300px;
	margin-right:20px;
}
#rowan > ul > li.last {
	margin-right:0;
}


/****************** ROWAN GUIDE ******************/
#guide_wrap {
	float:left;
	width:100%;
	margin-top:80px;
}
#guide {
	width:1200px;
	margin:0 auto;
	position:relative;
}
#guide > h3 {
	font-size:24px;
	text-align:center;
	padding-bottom:20px;
	background:url(../images/main/tit_bg.gif) no-repeat center 8px; 
}
#guide > h3 span {
	font-size:24px;
	text-align:center;
	padding:0 20px;
	background-color:#fff; 
}
#guide > ul > li {
	float:left;
	width:386px;
	height:300px;
	margin-right:21px;
}
#guide > ul > li.big{
	width:793px;
}
#guide > ul > li.last {
	margin-right:0;
}


/****************** ROWAN GUIDE ******************/
#commu_wrap {
	float:left;
	width:100%;
	margin-top:80px;
}
#commu {
	width:1200px;
	margin:0 auto;
	position:relative;
}
#commu > h3 {
	font-size:24px;
	text-align:center;
	padding-bottom:20px;
	background:url(../images/main/tit_bg.gif) no-repeat center 8px; 
}
#commu > h3 span {
	font-size:24px;
	text-align:center;
	padding:0 20px;
	background-color:#fff; 
}
#commu > ul > li {
	float:left;
	width:386px;
	height:300px;
	margin-right:21px;
}
#commu > ul > li.last {
	margin-right:0;
}



/****************** 하단 푸터 ******************/
#footer_wrap {
	float:left;
	width:100%;
	background:#323232 url(../images/common/copy_bg.gif) repeat-x left top;
	margin-top:80px;
	position:relative;
}
#footer {
	width:1200px;
	margin:0 auto;
	height:160px;
	position:relative;
	background:url(../images/common/copy_logo.gif) no-repeat left 78px;
}
