.group-box{
  width: 158px;
  height: 40px;
  background-size:100% 100%;
  background-repeat: no-repeat;
  background-color: transparent;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 8px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  .group-total{
    width: 46px;
    height: 24px;
    background: #FF665D;
    border-radius: 12px;
    font-size: 12px;
    font-family: var(--light-font, SFProText-Medium, SFProText);
    font-weight: 400;
    color: #F7F7F7;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}