.banner {
	margin-top:0px;
	padding:0;
	min-width: 1098px;
	width:100%;
	height: 448px;
	text-align:center;
	float:left;
}

.clsBannerScreen {
	overflow: hidden;
	position: relative;
	height: 448px;
	min-width: 1098px;
	clear:both;
	margin: 0 auto;
}

.clsBannerScreen div:last-child{display:none;}
.clsBannerScreen .images {
	position:absolute;
	display:none;
}

.clsBannerButton {
	position: absolute;
	top: 600px;
	*top: 600px;
	z-index: 1;
	list-style:none;
	margin-left: 47%;
}

.clsBannerButton li {
	cursor: pointer;
	float: left;
	margin-left: 10px;
	width:39px;
	height:4px;
}

.bannerOver{
	background:url('/images/main/bann_on.png');
	font-size:12pt;
}
.bannerFit{
	background:url('/images/main/bann_or.png');
	font-size:12pt;
}




/* 메인 */

.main_product{
	position: relative;
	width:100%;
	height:667px;
	background:url('/images/main/bg.jpg') no-repeat;
	background-position: center;
	padding-top: 60px;
	min-width: 1098px;
}
.main_product h2{margin: 0px; font-weight: bold; text-align: center; color: #000; font-size: 35px;}
.main_product .main_product_slide{}
.main_product .main_product_slide .producButton{width:100%;height: 55px;margin: 40px 0px 0px 0px;}
.main_product .main_product_slide .producButton > li{
	width:25%;
	height:55px;
	float:left;
	border:1px solid #235588;
	border-left:0px;
	background: #fff;
    text-align: center;
	color: #235588;
	font-size: 15px;
    font-weight: bold;
    line-height: 17px;
    padding-top: 8px;
}
.main_product .main_product_slide .producButton > li:first-child{border:1px solid #235588;}
.main_product .main_product_slide .producButton > li.btn_out{color: #235588;}
.main_product .main_product_slide .producButton > li.btn_over{background: #235588;color: #fff;}

.main_product .main_product_slide .producScreen{width:1098px;height:415px;}
.main_product .main_product_slide .producScreen > div{
	width:100%;
	height:415px;
	display:none;
}
.main_product .main_product_slide .producScreen > div h3{color:#008689;text-align: center;font-weight: bold;margin: 0px;padding: 30px 0px 20px 0px;}
.main_product .main_product_slide .producScreen > div p{text-align: center;}
.main_product .main_product_slide .producScreen > div ul{margin-top:30px;}
.main_product .main_product_slide .producScreen > div ul li:first-child{margin-left:0px;}
.main_product .main_product_slide .producScreen > div ul li{float:left;margin-left: 10px;}

.main_board{position: relative;height:387px;padding:60px 0px;}
.main_board .main_board_all{height:267px;border:1px solid #e4e4e4;float:left;margin-left:15px;padding:21px;}
.main_board .main_board_1{width:370px;margin-left:0px;}
.main_board .main_board_2{width:327px;}
.main_board .main_board_3{width: 370px;padding: 0px;border: 0px;}
.main_board .main_board_all h4{color:#000;margin:0px;margin-bottom: 20px;}
.main_board .main_board_all h4 span{float:right;font-size: 12px;padding-top: 5px;color: #9c9c9c;}
.main_board .main_board_all ul{width:100%;margin-top:22px;}
.main_board .main_board_all ul li:first-child{margin-top:0px;}
.main_board .main_board_all ul li{margin-top:15px;}
.main_board .main_board_all ul li a{color:#000;font-size: 14px;}





