.index_header {
	height: 266px;
	width: 1000px;
	margin: 0 auto;
	background: url('../image/index_logo_bg.jpg') no-repeat;
}

/* 인덱스 배너 */
#index_banner {
	position: relative;
	display:block;	
	width: 100%;
	height: 600px;
	margin: 0 auto;
	font-size: 0;
	line-height : 0;
	zoom : 1;
}
#bannerImg ul{
	position:relative;
	width: 100%;
	height: 600px;
}
#bannerImg li{
	position:absolute;
	width: 100%;
	height: 600px;
	top: 0;
	left: 0;
	display: none;
}

#bannerImg li img{
}
#bannerImg li > div{
	position:relative;
	width: 100%;
	height: 100%;
	opacity:inherit;
	filter:inherit;
}
.banner_title {
	position: absolute;
	height: auto;
	width: auto;
}


.banner_url_bt {
	position: absolute;
	height: auto;
	width: auto;
	top: 330px;
	left: 610px;
}












#bannerBt{
	position:absolute;
	bottom: 200px;
	left:610px;
	z-index: 100;
}
#bannerBt li{
	float: left;
	padding: 4px;
	display: block;
}