/*Content CSS*/
#sub_top_menu {background:transparent;  text-align: center; z-index: 5; position: relative; margin-top:40px;}
#sub_top_menu ul {display: flex; justify-content: center;}
#sub_top_menu ul li {width:190px; margin-right:20px; display: flex; }
#sub_top_menu ul li:last-child {margin-right:0;}
#sub_top_menu ul li a {display: block; font-size:17px; color:#000; font-weight: 400; font-family: 'NanumSquare',sans-serif; padding-bottom:15px;
width:100%; border-bottom: 3px solid #e4ecee; transition: all .3s ease;}
#sub_top_menu ul li a.active {border-color:#1f9fae;}
#sub_top_menu ul li a:hover {border-color:#1f9fae;}


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

}

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

}

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

}
