/*
 * @title		회사소개 메뉴
 * @author		김보람
 * @date		2011.05.27
 * @update		수정날짜(수정자)
 * @description
 */


div.g_left_menu
{
	width:			120px;
	float:			left;
	margin-right:	59px;
}
 
	div.g_left_menu .g_menu_title
	{
		margin-bottom:		10px;
	}
	
	div.g_left_menu .g_short_line
	{
		background:			url("/image/common/mline_g.gif") no-repeat;
		width:				120px;
		height:				2px;
		padding-bottom:		3px;
	}
	
	 div.g_left_menu ul.detail_menu li
	 {
	 	margin:		13px 0px;
	 }
	 
