body {
  margin: 0;
  padding: 0;
  min-width: auto !important;
}

img {
  display: block;
}

input, textarea, button, select {
  display: block;
  border: none;
  outline: 0;
  font-size: inherit;
  color: inherit;
  font-family: inherit;
}
input:focus, textarea:focus, button:focus, select:focus {
  outline: none;
}

button {
  background: none;
  cursor: pointer;
}

textarea {
  resize: none;
}

p, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

#EventWrapper {
  width: 960px;
}
#EventWrapper .blind {
  position: absolute;
  width: 0;
  line-height: 0;
  height: 0;
  font-size: 0;
  top: 0;
  left: -9999px;
  overflow: hidden;
}
#EventWrapper .background {
  width: 100%;
}
#EventWrapper .background img {
  display: block;
  width: 100%;
  height: auto;
}
#EventWrapper .event1 {
  position: relative;
}
#EventWrapper .event1 .contents {
  position: absolute;
  top: 457px;
  left: 47px;
  width: calc(100% - 94px);
  height: auto;
}
#EventWrapper .event1 .reward-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 23px 11px;
  margin: 0;
  padding: 0;
}
#EventWrapper .event1 .reward-item {
  position: relative;
}
#EventWrapper .event1 .reward-item .badge {
  position: absolute;
  top: -30px;
  left: 0;
}
#EventWrapper .event1 .reward-item .item-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#EventWrapper .event1 .receive-button {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 51px;
}
#EventWrapper .event1 .receive-button:disabled {
  cursor: default;
}