/* 메뉴 hover 색 */
.gnb.pc-gnb > ul > li > a:hover {
    color: #2F6BFF !important;
}

/* 메뉴 드롭다운 색 */
.gnb.pc-gnb .depth2:before,
.gnb.pc-gnb .depth2:after{
  background:#577bbc !important;
}
/* 드롭다운 메뉴 배경색 */
.gnb.pc-gnb .depth2{
    background:#344a71 !important;
}
/* 드롭다운 메뉴 글씨 */
.gnb.pc-gnb .depth2 a{
    color:#ffffff !important;
}
/* 메뉴 폰트 변경 */
.gnb.pc-gnb > ul > li > a{
    font-family: 'Noto Sans KR', sans-serif !important;
    font-weight:600;
}
/* 푸터 사이트맵 폰트 변경 */
.footer .site_map a{
    font-family:'Pretendard', 'Noto Sans KR', sans-serif !important;
}