
/*Content CSS*/
#sub_top_menu {background:rgba(0,0,0,.3); text-align: center; z-index: 5; position: relative; width: 100%; height: 60px ;margin-top:-60px; }
#sub_top_menu ul {display: flex; justify-content: center; height: 100%;}
#sub_top_menu ul li {width:320px; height: 100%;}
#sub_top_menu ul li a {display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; font-size:18px; color:#fff; width:100%; transition: all .3s ease; font-weight: 700; background-color: transparent; word-break: keep-all; font-family: 'NanumSquareRound',sans-serif; }
#sub_top_menu ul li a:hover {background-color: rgba(255,255,255,.2); }
#sub_top_menu ul li a.active {background-color: #fff; color:#000; }



@media screen and (max-width:1023px) {
    #sub_top_menu {height: 55px; margin-top:-55px; }
    #sub_top_menu ul li {width:auto; height: 100%; flex:1; }
    #sub_top_menu ul li a {font-size:16px; padding:0 10px ; }
}

@media screen and (max-width: 767px) {
    #sub_top_menu {display: none;}
}
