#giftBoxResultSection {
  position: relative;
}

#giftBoxResultContainer {
  position: absolute;
  bottom: 4%;
  width: 100%;
  left: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 300ms ease, transform 300ms ease;
  will-change: opacity, transform;
}
#giftBoxResultContainer.is-show {
  opacity: 1;
  transform: translateY(0);
}
#giftBoxResultContainer > div {
  display: block;
  width: 25%;
}

/*# sourceMappingURL=giftbox.css.map */
