/* 메인 레이아웃 */

#main_body {background:url(../images/main/top_bg.gif) no-repeat center top;}

/* 전체 css  */
#wrapper {float:left; width:100%; min-width:1000px;}

/* 메인 퀵메뉴 */
.quick_01 {
	position:absolute;
	top:40px;
	left:0;
	z-index:999;
}
.quick_02 {
	position:absolute;
	top:135px;
	left:0;
	z-index:999;
}

/* 컨텐츠 css */
#content_wrap {
	float:left;
	width:100%;
	min-width:1000px;
	height:829px;
	position:relative;
}
#content {
	width:1000px;
	margin:0 auto;
}

/* 메인 logo */
.logo {
	position:absolute;
	top:50px;
	left:50%;
	width:122px;
	margin-left:-61px;
	z-index:999;
}
/* 메인 텍스트 */
.main_top_txt {
	position:absolute;
	top:170px;
	left:50%;
	width:635px;
	margin-left:-317px;
	z-index:999;
}
/* 메인 컨텐츠 */
.ani {top:240px; position:absolute; transition:all 0.3s; /*opacity:0.5;*/}
.ani:hover { transform:translateY(-60px);}
.ani1 {width:262px; height:496px; margin-left:0; background:url(../images/main/main_con_01.png) no-repeat left top;}
.ani2 {width:230px; height:521px; margin-left:276px; background:url(../images/main/main_con_02.png) no-repeat left bottom;}
.ani3 {width:244px; height:497px; margin-left:518px; background:url(../images/main/main_con_03.png) no-repeat left bottom;}
.ani4 {width:225px; height:492px; margin-left:775px; background:url(../images/main/main_con_04.png) no-repeat left bottom;}
.ani a {display:block; width:100%; height:500px; text-indent:-999em;}

/* 푸터 css */
#footer_wrap {
	float:left;
	width:100%;
	height:120px;
}
#footer {
	width:1000px;
	height:120px;
	margin:0 auto;
	position:relative;
	background:url(../images/main/copy_logo.gif) no-repeat left 31px;
}

/* 카피라이터 */	
.link {
	position:absolute;
	left:163px;
	top:23px;
}
.link li {
	float:left;
}
.copy {
	position:absolute;
	left:163px;
	top:40px;
	font-size:14px;
	color:#828282;
	line-height:1.5;
	letter-spacing:0.5px;
}
.copy > p {
	font-size:12px;
}
.copy > p > span {
	font-weight:bold;
	color:#415b9e;
}







