/* 사이트 푸터 스타일 */

/* 푸터 링크 호버 효과 */
footer a {
    transition: color 0.2s ease;
}

footer a:hover {
    color: #FC6011;
}

