/*Content CSS*/
#sub_top_menu {width:100%; height:70px; background: #fff; border-bottom:1px solid #e9e9e9;}
#sub_top_menu ul {display: flex; justify-content: center;  height:100%;}
#sub_top_menu ul li {min-width:212px;  position: relative; }
#sub_top_menu ul li::after {content: ''; display: block; width:1px; height:30px; background: #e9e9e9; position: absolute; right:0; top:50%; transform:translateY(-50%); }
#sub_top_menu ul li a {font-size:18px; font-weight: 400; color:#919191; transition: all .3s ease; width:100%; height:100%; display: flex; align-items: center;
    justify-content: center; padding:0 40px;}
#sub_top_menu ul li:last-child::after {display: none;}
#sub_top_menu ul li a:hover, #sub_top_menu ul li a.active {color:#0030a1;}
#sub_top_menu ul li a.active {border-bottom:2px solid #0030a1;}


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

}

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

}

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

}
