/* 헤더 영역 모든 텍스트 흰색으로 변경 */

/* 헤더 전체 텍스트 */
#header,
#header *,
#header a,
#header span,
#header div {
    color: #fff !important;
}

/* 로그인/로그아웃 링크 */
#header .login_link,
#header .logout_link {
    color: #fff !important;
}

/* 상단 정보 영역 */
#header .header_top,
#header .header_top a,
#header .header_top span {
    color: #fff !important;
}

/* 설정 버튼 */
#header .setting_btn,
#header button {
    color: #fff !important;
}

/* 메뉴 텍스트 */
#lnb,
#lnb a,
#lnb span,
#lnb div {
    color: #fff !important;
}

/* 호버 시에도 흰색 유지 */
#header a:hover,
#lnb a:hover {
    color: #fff !important;
}
