/*Content CSS*/
#sub_top_menu { height:35px; background:transparent;  text-align: center; z-index: 5; position: relative; background: rgba(0,0,0,.21); margin-top: -34px; }
#sub_top_menu ul {display: flex; justify-content: center;  height:100%;  width:100%; background: transparent;}
#sub_top_menu ul li {flex:1; }
#sub_top_menu ul li a {display: block; font-size:11px; font-weight: 700; color:#fff; transition: all .3s ease; width:100%; transition: all .3s ease; height:100%; display: flex; align-items: center; justify-content: center; position: relative; padding:0 8px; line-height: 16px;font-family: 'NanumSquare',sans-serif;  word-break: keep-all; text-transform: uppercase; letter-spacing: -.5px; }
#sub_top_menu ul li a.active {background-color: #fff; color:#000;}


@media screen and (max-width:1200px) {

}

@media screen and (max-width: 960px) {

}

@media screen and (max-width: 640px) {

}
