
.bttmMenu-wrap{
    width: 100vw;
    height: 70px;
    position: fixed;
    left: 0;
    bottom: 0px;
    background-color:white;
}
.bttmMenu-inner{
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    border-top: 2px solid #2b9a69;
}
.bttmMenu-inner li{
    width: 42px;
}
.bttmMenu-inner li img{
    width: 90%;
    object-fit: cover;
}