.header{
  position: sticky;
  right: 0;
  top: 50%;
  z-index: 10;
}
.buttonWarp{
  position: relative;
}
.buttonContainer{
  position: absolute;
  right: 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 7%;
}
.headBannerFixed{
  position: fixed;
  top: 0;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .header{
    top: 50%;
  }
  .buttonContainer{
    width: 9%;
  }
}
