@charset "utf-8";

/********************
NAVIGATION_DESKTOP
********************/
@media all and (min-width:1281px){
    /* scrollbar */
    .menuUItop .div_2 {padding: 0 !important;}
    .menuUItop .ul_2{overflow-y: auto; max-height: 100vh; padding: 30px; position: relative; z-index: 1;}
    .menuUItop .ul_2::-webkit-scrollbar {width: 8px;}
    .menuUItop .ul_2::-webkit-scrollbar-thumb {background: #8b0029; border-radius: 15px;}
    .menuUItop .ul_2::-webkit-scrollbar-track {background: rgba(43,43,43,1);}
}