/* .down {
    background-color:rgba(0,0,0,0.8);
    -webkit-transition-duration:0.4s;
    -webkit-transition-timing-function:ease;
    transition-duration:0.4s;
    transition-timing-function:ease;
  } */


/*** 아래 스타일 추가 ***/
#header.scroll{
    background: #0B1218;    
}
/* #header.scroll * {
    color: black;
} */
#header.scroll .navbar_menu a::before, #header.scroll .navbar_menu a::after {
    background-color: black;
}