.footer-box{
    position: relative;
    z-index: 10;
    width: 100%;
    padding: 2rem 0;
    background-image: linear-gradient(#f3f3f3, #ededed,#f3f3f3);
    box-shadow: 0px -5px 5px #e4e4e4;
}
.footer-list{
    width: 52rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-list li a{
    color: #5c5547;
    font-size: 1.2rem;
    vertical-align: middle;
    display: flex;
    align-items: center;
}
.footer-list li a img{
    margin-right: 0.8rem;
    width: 2.2rem;
}

.footer-box p{
    width: 100%;
    text-align: center;
    margin-top: 1rem;
    color: #5c5547;
    font-size: 1.2rem;
}
.footer-box a{
    color:#5c5547
}
