@media screen and (max-width: 768px) {
    body{
        width: 100% !important;
        min-width: 100% !important;
    }
    #footer{
        display: block !important;
        min-width: 100% !important;
 
        height: auto !important;
    }
    
    #footer .footer_top{
        overflow: visible;
        width: 100%;
    }
    #footer .footer_top .footer_logo{
        float: none;
        text-align: center;
    }
    #footer .footer_top .footer_list_warp {
        margin-left: 0;
        float: none;
        padding: 20px;
    }
    #footer .footer_top .footer_list_warp .footer_list{
        float: none;
        text-align: center;
        margin-right: 0;
    }
    #footer .footer_top .footer_list_warp .footer_list span{
        font-size: 20px;
        border-bottom: 1px solid #333;
        height: 40px;
        line-height: 40px;
        margin: 10px 0 20px;
        
    }
    #footer .footer_top .footer_ewm{
        width: auto;
        padding-top: 50px;
        float: none;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #footer .footer_top .footer_ewm .ewm{
        float: none;
        padding-left: 0;
    }
    #footer .footerFriend{
        width: auto;
        padding: 20px;
    }
    #footer .footerFriend p{
        width: auto;
        padding: 0;
    }
    #footer .footerFriend p a{
        font-size: 12px;
    }
    #footer .footer_bottom{
        padding: 0 20px
    }
}