
    body #mobile_header .mobile_box{padding: 18px 30px;}
    body #mobile_header .menu_box>div{flex: 1;}
    @media screen and (max-width: 1000px){
        body #mobile_header .menu_box .btn_menu{justify-content: flex-end;}
        body #mobile_header .menu_box .btn_menu01{justify-content: flex-start;}
    }
