@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);

@charset "utf-8";
#groupmenu{text-align: center; background: url(../img/s_line.png) no-repeat;}

#nav1{display: inline-block;}
#nav1 ul{padding:0; margin:0; list-style: none;}
#nav1 ul li{float: left; text-align: center;box-sizing:border-box;}
#nav1 ul li a{height:50px;color:#464646;background:#eee;width: 185px; font-weight:700;font-size:13px;font-family:'Noto Sans KR', Dotum, sans-serif; display: inline-block; text-align: center; min-width: 60px;  line-height: 40px; padding: 5px 10px; box-sizing:border-box}
#nav1 ul li a:hover{text-decoration:none;  font-weight:800; color:#FFF;background:#54ae80; }
#nav1 li.on {font-weight:700; }
#nav1 li.on a{color:#fff; text-decoration:none; font-weight:normal;font-weight:700;background:#54ae80;}
#nav1 li.on a:hover{background: #222c67}