div.event-agreement {
  background-color: #f7f7f7;
}

.hidden {
  display: none;
}
.absolute {
  position: absolute;
}

/* Float bouncing */
@keyframes float-girl {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}
@keyframes slding-coupon01 {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-100%);
  }
  50.1% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slding-coupon01-1 {
  /* 클론용 */
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

@keyframes slding-coupon02 {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(100%);
  }
  50.1% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slding-coupon02-1 {
  /* 클론용 */
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(5%);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeIn2 {
  from {
    opacity: 0;
    transform: translateY(10%);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

img.fintpig {
  top: 0;
  width: 100%;
  max-width: 520px;
  animation: float-fintpig 5s ease-in-out infinite;
}
img.girl {
  top: 0;
  width: 100%;
  z-index: 999;
  max-width: 520px;
  /* animation: float-girl 4s ease-in-out infinite; */
}

img.coupon01.clone {
  width: 150%;
  top: 66%;
  animation: slding-coupon01-1 20s linear infinite;
}
img.coupon01 {
  width: 150%;
  top: 66%;
  animation: slding-coupon01 20s linear infinite;
}

img.coupon02 {
  width: 150%;
  top: 82%;
  animation: slding-coupon02 20s linear infinite;
}

img.coupon02.clone {
  width: 150%;
  top: 82%;
  animation: slding-coupon02-1 20s linear infinite;
}

.fadeIn {
  animation: fadeIn 0.3s ease-in-out;
}
.fadeIn2 {
  animation: fadeIn2 0.4s ease-in-out;
}

button.btn-event.agreement {
  /* width: 100%; */
  position: inherit;
  bottom: 32px;
  margin: 0 auto;
  padding: 0 20px;
  z-index: 1000;
}

button.btn-event.apply {
  width: 100%;
  position: inherit;
  bottom: 32px;
  margin: 0 auto;
}

button.btn-event.apply {
  width: 100%;
  position: inherit;
  bottom: 32px;
  margin: 0 auto;
}

div.share {
  background-color: #d8f9fd;
  padding: 0 20px;
}

button.btn-share {
  height: 56px;
  width: 100%;
  position: inherit;
  background: #002047;
  border-radius: 12px;
  border: none;

  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
}

button {
  cursor: pointer;
}
button:disabled {
  background-color: #e0e0e0 !important;
  color: #bebebe !important;
  font-weight: 600;
  cursor: not-allowed;
}

button.modal-button {
  padding: 8px 12px;
  border: none;
  width: fit-content;
  height: 38px;
  color: #007899;
  border-radius: 8px;
  background-color: #fff;
}

button.modal-button > span {
  color: #007899;
}

button.modal-button.primary {
  background-color: #e6f9fd;
}
div.modal-buttons {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  gap: 12px;
  margin-left: auto;
}

div.modal-window {
  justify-content: start;
  align-items: flex-start;
}
p.modal-contents {
  margin: 0;
  align-items: flex-start;
  align-content: start;
  text-align: start;
  justify-content: start;
  display: inline-block;
  min-height: 0px;

  color: #333333;
  font-weight: 400px;
}
div.box::-webkit-scrollbar {
  width: 14px;
}
div.box::-webkit-scrollbar-button:start {
  display: block;
}
div.box::-webkit-scrollbar-button:end {
  display: block;
}
div.box::-webkit-scrollbar-thumb {
  width: 12px;
  background-clip: padding-box;
  border: 2px solid transparent;
  background-color: #cccccc;
  border-radius: 9999px;
}
div.box::-webkit-scrollbar-track {
  width: 15px;
  height: 50%;
}

div.division {
  background: #071a31;
  width: calc(100% - 40px);
  padding: 0 20px;
}

@media screen and (min-width: 520px) {
  article {
    min-width: 520px;
  }
}
@media screen and (max-width: 520px) {
  div.none {
    display: none;
  }
  div.none1 {
    display: none;
  }
}

div.video-embed {
  display: flex;
  background-color: #ffea6f;
  align-content: center;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  max-width: 520px;
  padding: 0px 20px;
}

div.video-embed iframe {
  width: 100%;
  max-width: 320px;
  height: 180px;

  border-radius: 20px;
}

div.fake-thumbnail {
  background-color: #ffea6f;
  display: flex;
  justify-content: center;
}

b {
  display: initial;
}
