/*서브-왼쪽메뉴*/

#depth_menu{ margin: 0px auto;width:100%; top: 260px; position:relative; background:#39414a;}
#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; display:inline;}
#depth_menu dd a{ padding:0 14px;  color:rgba(255,255,255,.6);  font-size:1.20em; font-weight:500; display: block; line-height: 70px; letter-spacing:-.020em}
#depth_menu dd a:hover{ color:#fff; font-size:1.20em; padding:0 14px; text-decoration:none;}
#depth_menu dd a.current{ color:#fff; font-size:1.20em; padding:0 14px; }
#depth_menu dd a.current:after{ display:block;visibiddty:hidden;clear:both;content:""; background:#fff; width:100%; height:3px; margin:0px auto; position:relative; bottom:-4px}