@media screen and (max-width:1024px) {
    .navbar_logo{
        width: 25%;
    }
    .navbar_menu{
        display: none;
    }
    .navbar_lang{
        display: none;
    }
    .navbar_toogleBtn {
        display: block;
    }
    .sidebar {
        display: block;
    }
     /* main_tit */
     .main_tit p{
        font-size: 1.8rem;
     }
    /* footer */
    .ft_nav p{
        font-size: 1rem;
    }
    .ft_nav .copyright{
        font-size: 0.6rem;
    }
    .ft_info p{
        font-size: 0.9rem;
    }
    .ft_host{
        width: 20%;
    }
    .ft_host img{
        width: 50%;
    }
}
@media screen and (max-width:900px) {
    /* main_tit */
    .main_tit p{
        font-size: 1.5rem;
     }
    .main_tit hr{
        margin-top: 3%;
    }
}
@media screen and (max-width:768px){
    #header{
        height: 80px;
    }
    .navbar{
        height: 90px;
    }
    .navbar_toogleBtn{
        margin-top: -4%;
    }
    .navbar_logo{
        width: 30%
    }
    /* main_tit */
    .main_tit hr{
        margin-top: 4%;
    }
    /* footer */
    footer{
        height: 100px;
    }
    .ft_nav p{
        font-size: 0.9rem;
    }
    .ft_nav .copyright{
        font-size: 0.6rem;
    }
    .ft_info p{
        font-size: 0.7rem;
    }
    .ft_host{
        width: 35%;
        display: block;
    }
    .ft_host img{
        width: 80%;
    }
}
@media screen and (max-width:425px) {
    
    .navbar_logo{
        width: 40%;
    }
    .sidebar_menu li a{
        font-size: 0.9rem;
    }
    .sidebar_closeBtn {
        font-size: 1.7rem;
    }
    .navbar_toogleBtn {
        font-size: 1.5rem;
    }
    .ft_nav .ft_info{
        display: block;
    }
    /* main_tit */
    .main_tit p{
        font-size: 1rem;
    }
    /* footer */
    .ft_host{
        width: 35%;
        display: block;
    }
    .ft_host img{
        width: 80%;
    }
    .ft_info{
        display: block;
    }
}