/* BASIC css start */
.coupon-seq {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s ease, transform 1s ease;
}

.coupon-seq.active {
  opacity: 1;
  transform: translateY(0);
}

/* È­¸é Å©±â¿¡ ¸Â°Ô ÀÌ¹ÌÁö ÀÚµ¿ Á¶Àý */
.page-body img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
</style>
/* BASIC css end */

