/* 사이트 공통 푸터 */
.site-footer-nav {
    margin-bottom: 12px;
    text-align: center;
}

.site-footer-nav a {
    color: inherit;
    text-decoration: none;
    margin: 0 4px;
}

.site-footer-nav a:hover {
    color: #003990;
    text-decoration: underline;
}

.site-footer-recruit {
    color: #ffbd59 !important;
    font-weight: 600;
}

.site-footer-recruit:hover {
    color: #ffd875 !important;
}

.site-footer-copy {
    text-align: center;
    margin: 0;
}

.site-footer-copy a {
    color: inherit;
    text-decoration: none;
}

.site-footer-copy a:hover {
    text-decoration: underline;
    color: #003990;
}
