/*서브-왼쪽메뉴*/

#depth_menu{ margin: 0px auto;width:1100px; top: 247px;position: relative; background: rgb(255,255,255,1); background: rgba(255,255,255,1);}
#depth_menu dl{ margin:0; padding:0; display: inline-block;}
#depth_menu dd:after {display:block;visibiddty:hidden;clear:both;content:""}
#depth_menu dd:first-child{/*border-left:1px solid #dcdcdc;*/}
#depth_menu dd:last-child{border-right:0px}
#depth_menu dd{ float:left; color:#fff;line-height:50px; display:inline; height:70px;border-bottom: 1px solid #eaeaea;}
#depth_menu dd a{ 
     padding:0 30px; 
     font-family: 'Noto Sans KR', sans-serif,"돋움", "굴림", tahoma, sans-serif; 
	 color:#333;  
	 font-size:1.25em; 
	 /*height:41px; */
	 font-weight:700; 
	 display: block; 
	 background:#fff; 
	 line-height: 69px;
	 font-weight:400;
	 border-bottom: 1px solid #eaeaea;
	 }
#depth_menu dd a:hover{font-family: 'Noto Sans KR', sans-serif,"돋움", "굴림", tahoma, sans-serif; color:#333; font-size:1.25em; height:50px; background:#fff; padding:0 30px; text-decoration:none; height:70px; border-bottom: 1px solid #999;}
#depth_menu dd a.current{font-family: 'Noto Sans KR', sans-serif,"돋움", "굴림", tahoma, sans-serif; color:#333; font-size:1.35em; height:50px; padding:0 30px; border-right:0px;height:70px; border-bottom:2px solid #d7181e; font-weight:500}