/* 메인레이아웃 */
#main {
	background:url(../images/main/wrap_bg.gif) repeat-x left top;	
}

#quick {
	position:absolute;
	left:0;
	top:65px;
}

/****************** 상단 헤더 ******************/
#header_wrap {
	float:left;
	width:100%;
	padding-top:75px;
}
#header {
	width:1000px;
	margin:0 auto;
	height:91px;
	text-align:center;
}



/****************** 비쥬얼이미지 ******************/
#visual_wrap {
	float:left;
	width:100%;
	padding-top:65px;
	background:url(../images/main/box_bg.png) no-repeat center -15px;	
}
#visual {
	width:1000px;
	margin:0 auto;
	height:590px;
	position:relative;
}
#visual > ul {
	float:left;
	width:100%;
}
#visual > ul li {
	float:left;
	width:241px;
	margin-right:12px;
	
	transition:all 0.3s;
}
#visual > ul li:last-child {
	margin-right:0;
}
#visual > ul li:hover {
	transform:translateY(-60px);
}
.ani1 {
	position:absolute;
	left:0;
	top:0;	
}
.ani2 {
	position:absolute;
	left:253px;
	top:0;
	height:484px;
	padding-top:20px;	
}
.ani3 {
	position:absolute;
	left:506px;
	top:0;
	height:484px;
	padding-top:20px;
}
.ani4 {
	position:absolute;
	right:0;
	top:0;	
}



/****************** 하단 푸터 ******************/
#footer_wrap {
	float:left;
	width:100%;
	background:#fff;
}
#footer {
	width:1000px;
	margin:0 auto;
	height:100px;
	position:relative;
	background:url(../images/main/copy_logo.gif) no-repeat left 27px;
}
.policy {
	float:left;
	width:730px;
	padding:27px 0 0 266px;
}
.policy li {
	float:left;
	padding:0 10px;
	background:url(../images/main/copy_bar.gif) no-repeat left center;
}
.policy li.first {
	background:none;
	padding-left:0;
}
.policy li a {
	font-size:12px;
	color:#828282;
	font-weight:bold;
}
.policy li a:hover {
	text-decoration:underline;
}
.copy {
	float:left;
	width:730px;
	padding:8px 0 0 266px;
	color:#828282;
	line-height:18px;
	font-size:12px;
}
.copy span {
	font-weight:bold;
	color:#1474a9;
}
.copy .sign {
	font-size:11px;
	color:#828282;
	font-weight:normal;
}
