/* 주요서비스 */
#wrap > #body > #body_content > #service_wrap{
	width:100%;
	background-color:#f7f7f7;
}		
#wrap > #body > #body_content > #service_wrap > #service{
	width:1100px;
	margin:auto;
}
#wrap > #body > #body_content > #service_wrap > #service > ul{
	width:1060px;
	font-size:14px;
	padding:40px 0;
	margin:0 20px;
	overflow:hidden;
}
#wrap > #body > #body_content > #service_wrap > #service > ul > li{
	list-style:none;
	float:left;
	width:240px;
	margin-left:32px;
}
#wrap > #body > #body_content > #service_wrap > #service > ul > li:first-child{
	margin-left:0px;
}
#wrap > #body > #body_content > #service_wrap > #service > ul > li > div.service_menu_title{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:16.6px;
	font-weight:bold;
}
#wrap > #body > #body_content > #service_wrap > #service > ul > li > div.service_menu_title a,
#wrap > #body > #body_content > #service_wrap > #service > ul > li > div.service_menu_title a:visited,
#wrap > #body > #body_content > #service_wrap > #service > ul > li > div.service_menu_title a:hover{
	color:#444;
}
#wrap > #body > #body_content > #service_wrap > #service > ul > li > ul{
	margin-top:15px;
	overflow:hidden;
}
#wrap > #body > #body_content > #service_wrap > #service > ul > li > ul > li{
	list-style:none;
	height:25px;
}