body{
	margin:0px;
	padding:0px;
	font-size:12px;
	font-family:"돋움";
}

ol,ul{
	margin:0px;
	padding:0px;
}

li{
	list-style:none;
}

img,fieldset,iframe{
	border:0px;
}

.main_container{
	width:100%;
	margin:0 auto;
	background:url(../images/bg_main.png) repeat-x;
}

.main{
	width:1024px;
	margin:0 auto;
	border:0px solid red;
}

.header_container{
	width:1024px;
	height:100px;
}

.header{
	width:1024px;
	height:100px;
	float:left;
}

.logo{
	width:276px;
	height:100px;
	float:left;
}

.top_navi{
	width:748px;
	height:100px;
	float:left;
	margin-left:-1px;
}


.content_container{
	width:1024px;
	height:722px
}

.content{
	width:1024px;
	height:722px;
}

.main_visual{
	width:1024px;
	height:440px;
}

.section_container{
	width:1024px;
	height:282px;
	border:0px solid red;
}

.section{
	width:977px;
	height:232px;
	float:left;
	margin:25px 0px 0px 22px;
	border:0px solid red;
}

.section_01{
	width:322px;
	height:232px;
	float:left;
}

.notice{
	width:322px;
	height:140px;
	float:left;
	margin-bottom:19px;
}

.notice li{
	float:left;
}

.btn_ele{
	width:322px;
	height:73px;
	float:left;
}

.btn_ele li{
	float:left;
}

.section_02{
	width:388px;
	height:232px;
	float:left;
	margin-left:40px;
}

.btn_product{
	width:387px;
	height:140px;
	float:left;
	margin-bottom:19px;
}

.call{
	width:386px;
	height:73px;
	float:left;
}

.section_03{
	width:186px;
	height:232px;
	float:left;
	margin-left:40px;
	
}

.foot_container{
	width:1024px;
	height:79px;
	border:0px solid yellow;
}

.foot{
	width:1024px;
	height:79px;
}

/*서브css*/

.sub_container{
	width:100%;
	margin:0 auto;
	background:url(../images/bg_sub.png) repeat-x;
}

.sub{
	width:1024px;
	margin:0 auto;
}

.sub_content_container{
	width:1024px;
}

.sub_content{
	width:1024px;
}

.sub_visual{
	width:1024px;
	height:260px;
	border:0px solid red;
}

.sub_section_container{
	width:1024px;
}

.sub_section{
	width:1024px;
	float:left;
	margin-top:30px;
	border:0px solid red;
}

.section_left{
	width:233px;
	float:left;
}

.section_right{
	width:747px;
	float:left;
	margin-left:40px;
}

.section_right li{
	float:left;
}

.section_right li div a{
	color:white;
	font-size:14px;
	font-weight:600;
	text-decoration:none;
}


.section_right li div a:hover{
	color:white;
	font-size:14px;
	font-weight:600;
	text-decoration:underline;
}
