@charset "utf-8";


#submenu { width:1100px; height: 50px; position:relative; margin:0 auto  }
#submenu ul {margin:0; }
 #submenu li {list-style-type:none; width:200px; height: 48px;  font-family:'Noto Sans KR', 고딕, sans-serif;font-size:14px;  line-height:48px;  text-align:center;background:none;border-right:1px solid #d9d9d9; border-bottom:1px solid #d9d9d9;border-top:0px solid #e5007e;    padding:0; position:relative; float:left}
  #submenu li a { text-align:center;  color:#333; font-family:'Noto Sans KR', 고딕, sans-serif;font-size:14px; height: 48px; line-height:48px; font-weight: bold  }
  #submenu li:first-child{ border-left:1px solid #d9d9d9;}
  #submenu li:hover a { color:#fff; text-decoration:none; display:block; background:#ff7415 url(../img/side_bg.png) right bottom no-repeat; }
   #submenu li.on a { color:#fff; background:#ff7415 url(../img/side_bg.png) right bottom no-repeat; display:block }
