.footer {
    bottom: 0;
    position: fixed;
    width: 100%;
    z-index: 50;
    height: 70px;
}
.bg-footer {
    background: linear-gradient(180deg,#fea 0%,#dc8 49%,#a95 51%,#dc8 100%);
    border-radius: 18px 18px 0 0;
    box-shadow: 0 0 20px -5px #833105;
}

.footer-menu {
    display: flex;
}
.footer-menu-item {
    flex-grow: 1;
    text-align: center;
    width: 25%;
    padding-top: 5px;
}
.footer-menu .footer-menu-item#footer-menu-no1 {
    border-top-left-radius: 18px;
}
.footer-menu .footer-menu-item#footer-menu-no5 {
    border-top-right-radius: 18px;
}
.footer-menu .footer-menu-item {
    border-top: 2px solid #CD7F32 !important;
}
.footer-menu .footer-menu-item .footer-link {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    padding-bottom: 0.4rem;
    text-decoration: none;
    transition: background 0.25s;
    width: 100%;
    color: white;
    text-align: center;
}
.footer-menu .footer-menu-item .footer-link .img{
    display: inline-block;
    height: 40px;
    margin: 0 auto;
}
.footer-menu .footer-menu-item .footer-link .img img {
    height: 85%;
    margin-left: auto;
    margin-right: auto;
    width: auto;
}
.footer-menu .footer-menu-item .footer-link .text{
    display: block;
    line-height: 1;
    text-align: center;
    width: 85%;
    color: #3c2316;
}
.-footer-capsule {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}
.-footer-capsule a {
    font-size: 10px;
    font-weight: 500;
    fill: #fff;
    color: #fff;
    background-color: #303030;
    border-radius: 20px 20px 20px 20px;
    padding: 5px;
    margin: 5px;
}