#site_footer{
    padding: 70px 0;
}
#site_footer .site_footer_h{
    margin-bottom: 50px;
}
#site_footer .site_footer_h .logo{
    margin-bottom: 25px;
    text-align: center;
}
#site_footer .site_footer_h .logo img{
    width: 210px;
}
#site_footer .site_footer_h .sns_w{
    justify-content: center;
    gap: 15px;
}
#site_footer .site_footer_h .sns_w .sns_i{}
#site_footer .site_footer_h .sns_w .sns_i img{
    width: 40px;
}
#site_footer .f_nav{
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #5d5d5d;
}
#site_footer .f_nav .f_nav_w{
    gap: 40px;
    justify-content: center;
}
#site_footer .f_nav .f_nav_i{}
#site_footer .f_nav .f_nav_i a{
    font-size: 1.8rem;
}
#site_footer .oth_link_w{
    justify-content: center;
    gap: 40px;
    margin-bottom: 30px;
}
#site_footer .oth_link_i a{
    font-size: 1.4rem;
}
#site_footer .copy{
    color: #5d5d5d;
    font-size: 1.2rem;
    text-align: center;
    letter-spacing: 2px;
}
@media screen and (max-width: 750px) {
    #site_footer .f_nav{
        border-bottom: 0px solid #5d5d5d;
        padding-bottom: 0;
    }
    #site_footer .f_nav .f_nav_w{
        gap: 0;
    }
    #site_footer .f_nav .f_nav_i{
        width: 100%;
        border-top: 1px solid #5d5d5d;
    }
    #site_footer .f_nav .f_nav_i:nth-last-of-type(1){
        border-bottom: 1px solid #5d5d5d;
    }
    #site_footer .f_nav .f_nav_i a{
        display: block;
        padding: 10px;
    }
    #site_footer .oth_link_i a{
        font-size: 1.2rem;
    }
}