/*서브-왼쪽메뉴*/

#depth_menu{ margin: 0px auto;width:100%; top: 174px;position: relative; background: rgb(71,114,4,0.5); background: rgba(71,114,49,0.5); height: 47px; text-align:center;}
#depth_menu dl{ margin:0; padding:0; min-width:1470px;}
#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;*/ display:inline-block; color:#fff; line-height:48px;height:48px;}
#depth_menu dd a{ padding:0 14px; color:#555;  font-size:1.08em; width:104%; height:47px; font-weight:500; display:inline-block; background:#fff; line-height: 48px; border-right:1px solid #dcdcdc; }
#depth_menu dd a:hover{color:#fff; font-size:1.08em; height:47px; font-weight:600; background:#589120; padding:0 14px; text-decoration:none; height:47px}
#depth_menu dd a.current{ color:#fff; font-size:1.0em; height:47px; font-weight:600; background:#589120; padding:0 14px; border-right:0px;height:47px }