footer{
    background-color: #2E3033;
    padding-top: 3rem;
    color: #fff;
}
.footer_list{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 1rem;
    border-bottom: .0625rem solid rgba(255, 255, 255, 0.4);
    margin-bottom: 2.25rem;
}
.footer_list li{
    padding: 0 1.25rem;
    margin-bottom: 1rem;
    font-size: 1.625rem;
}
.footer_list li a{
    color: #fff;
}
.footer_nr{
    text-align: center;
    line-height: 2.625rem;
    font-size: 1.625rem;
    margin-bottom: 5.25rem;
}
.footer_ewm{
    display: flex;
    justify-content: space-around;
    text-align: center;
}
.footer_ewm img{
    width: 8.125rem;
    height: 8.125rem;
}
.footer_ewm p{
    font-size: 1.5rem;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 1rem;
    margin-bottom: 2.75rem;
}