.bottom_wapper {
  height: 60px;
  padding: 0 54px;
  background: transparent;
  opacity: 1;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1;

  .bottom_inner_wapper {
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    padding: 0 20px;
    justify-content: flex-end
  }
}

.mat_bottom {
  height: 60px;
}