@charset "utf-8";
/* CSS Document */


/*메인슬라이더*/


/* Animation Canvas */
.animation_canvas  {
	/*overflow:hidden;*/
	position:relative;           
	width:1000px; height:355px;	
	overflow:hidden;
	
}
/* Slider Panel */
.slider_panel { width:3000px; position:relative; }
.slider_image { float:left; width:1000px; height:355px; }

	
/* Control Panel */
.control_panel  {
	position:absolute; top:335px; 
	left:500px; height:13px; 
	overflow:hidden; 
}
.control_button {
	width:15px; height:45px;
	position:relative; 

	float:left; cursor:pointer;  
	background:url(../jQuery/images/button.png);
}
.control_button:hover { top:-20px; }
.control_button.active { top:-31px; }
	
	
#main{
	width: 1000px;
	height:521px;
	float:left;
	
}

#main_top{
	overflow:hidden;
	width:998px;
	height:267px;
	border-left:1px solid #cdcdcd;
	border-right:1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
}

#main_top .box1{
	float: left;
	width: 249px;
	height: 267px;
	border-right: 1px solid #cdcdcd;
}

#main_top .box1 h3{
	font-family:"나눔고딕";
	font-size: 15px;
	color: #605d5a;
	font-weight:bold;
	margin-left:12px;
	margin-right:12px;
	margin-top:12px;
}

#main_top .box1 p{
	font-family:"나눔고딕";
	font-size: 12px;
	color:#55514e;
	margin-left:12px;
	margin-right:12px;
	margin-top:12px;;
}	
	
	
#main_top .box2{
	float: left;
	width: 249px;
	height: 267px;
	border-right: 1px solid #cdcdcd;
}






.content1 h3{
	font-family:"나눔고딕";
	font-size: 15px;
	color: #605d5a;
	font-weight:bold;
	margin-left:12px;
	margin-right:12px;
	margin-top:12px;
}

.more{float:right;}

.content1 li{
	font-family:"나눔고딕";
	font-size: 12px;
	margin-left:12px;
	margin-right:12px;
	margin-top:10px;
	color: #797e82;
}

.date{float:right;}

.content2 h3{
	font-family:"나눔고딕";
	font-size:15px;
	color: #605d5a;
	font-weight:bold;
	margin-left:12px;
	margin-right:12px;
	margin-top:27px;
}

.more{float:right;}

.content2 li{
	font-family:"나눔고딕";
	font-size: 12px;
	margin-left:12px;
	margin-right:12px;
	margin-top:10px;
	color: #797e82;
}

#main_top a:link , #main_top a:visited{color: #797e82;}
#main_top a:hover , #main_top a:active {color: #ff7c00; text-decoration:underline;}

#main_top .box3{
	float: left;
	width: 498px;
	height: 267px;
	position:relative;
}


#main_top .box3 h3{
	font-family:"나눔고딕";
	font-size: 15px;
	color: #605d5a;
	font-weight:bold;
	margin-left:12px;
	margin-right:12px;
	margin-top:12px;
}


#main_top .box3 .news1{
	float: right; width: 300px;
	margin-top: 20px;
}

#main_top .box3 .news1 .subject1{
	font-family:"나눔고딕";
	font-size: 14px;
	font-weight:bold;

}
#main_top .box3 .news1 .brief1{
	font-family:"나눔고딕";
	font-size: 12px;
	line-height: 20px;
	margin-top: 12px;
}

#main_top .box3 .img1{
	float:left;
	width: 138px;
	height:87px;
	margin-left: 12px;
	margin-right:12px;
	margin-top: 12px;
}


#main_top .box3 .news2{
		float: right; width: 300px;
		margin-top:15px;


}
#main_top .box3 .news2 .subject2{
	font-family:"나눔고딕";
	font-size: 14px;
	font-weight:bold;
	margin-top: 29px;
	

}
#main_top .box3 .news2 .brief2{
	font-family:"나눔고딕";
	font-size: 12px;
	line-height: 20px;
	margin-top: 10px;
}

#main_top .box3 .img2{
	float:left;
	width: 138px;
	height:87px;
	margin-left: 10px;
	margin-right:10px;
	margin-top: 21px;
}

#main_bottom{
	overflow:hidden;
	width:998px;
	height:254px;
	border-left:1px solid #cdcdcd;
	border-right:1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
}
	
	

	

#main_bottom .box4{
	float: left;
	width: 248px;
	height: 254px;
	border-right: 1px solid #cdcdcd;
}

#main_bottom .box5{
	float: left;
	width: 249px;
	height: 254px;
	border-right: 1px solid #cdcdcd;
}

#main_bottom .box6{
	float: left;
	width: 249px;
	height: 254px;
	border-right: 1px solid #cdcdcd;
}

	
#main_bottom .box7{	
	float: left;
	width: 248px;
	height: 254px;
	position:relative;
}


	/* Slider Panel */
#main_bottom .box7 .slider_evnet { position:relative; }
#main_bottom .box7 .slider_et{ position:absolute; top:0px; left:0px; }/*옆에 가로막아서 0으로 사이즈 준다.*/
	
	/* Control Panel */
#main_bottom .box7 .control_evnet  {
		position:absolute; top:230px; 
		left:100px; height:13px; 
		overflow:hidden; 
	}
#main_bottom .box7 .control_buttons {
		width:13px; height:46px;
		position:relative; 
		cursor:pointer;
		float:left;  
		background:url(../jQuery/images/button.png)
	}
#main_bottom .box7 .control_buttons:hover { top:-16px; }
#main_bottom .box7 .control_buttons.active { top:-31px; }


	

#sc_mas {overflow:hidden; 
	position: absolute; margin-top: 25px; margin-left: 5px; margin-right: 5px;  /* 갤러리영역 위치 */
	width: 990px; /* 갤러리영역 가로길이 */
	height: 92px; /* 갤러리영역 세로길이 */

	
}
#sc_gall {
	position: absolute; /* 갤러리 위치 */
	width: 2518px; /* 갤러리 가로길이(하나의 세트*2) */
	height: 39px; /* 갤러리 세로 길이 */
}
#sc_gall ul { float:left; 
	width: 1259px; height: 39px; /* 갤러리 하나의 세트  가로세로길이 */
	/*background:#0CC; */
}
#sc_gall ul li { float:left; 
	margin-right:20px; /* 이미지 간격 설정 */

}



#footer{ margin: 0 auto;  width:1000px; position:relative;  }
#footer h1{
	position:absolute;
	margin-top: -80px;
	margin-left: 20px;
	float:left;;
}

#footer p{
	position: absolute;
	font-family:"나눔고딕";
	font-size: 11px;
	color: #8e8380;
	float:left;
	line-height: 20px;
    margin-top: -80px;
	margin-left: 240px;
}




	