@charset "UTF-8";
body {
  text-align: center;
  padding-top: 100px;
}

.wrapper {
  overflow: visible;
}

.animal-edition,
.info-section {
  position: relative;
}
.animal-edition .target,
.info-section .target {
  position: absolute;
  top: -215px;
}

.evnet .heroSection {
  padding-bottom: 0;
}
.evnet .noticeText {
  margin-top: 0;
}
.evnet .machineBox {
  display: flex;
  position: relative;
  margin-top: 68px;
}
.evnet .cardWrapper {
  width: 100%;
  position: absolute;
  top: 41%;
  max-width: 1200px;
  overflow: visible; /* 중요! 양 옆 노출 허용 */
}
.evnet .cardWrapper img {
  width: 100%;
  max-width: 459px;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 12px;
}

.mainFooter {
  text-align: left;
}

.eventFixed {
  position: fixed;
  right: 22px;
  bottom: 30px;
  z-index: 5;
}
.eventFixed a {
  display: block;
}

.tabs {
  display: flex;
  justify-content: center;
  position: sticky;
  top: 99px;
  background: #fff;
  z-index: 2;
}
.tabs .btn {
  position: relative;
  display: flex;
  width: 240px;
  height: 116px;
  justify-content: center;
  align-items: center;
  color: #807676;
  text-align: center;
  font-family: Pretendard;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  cursor: pointer;
}
.tabs .btn.active {
  color: #251f1f;
  font-weight: 800;
}
.tabs .btn.active::after {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #292525;
  content: "";
  width: 100%;
  height: 6px;
}

.stepTextBox {
  padding: 137px 16px;
  background: linear-gradient(0deg, #f7f7f7 0%, #f7f7f7 100%), linear-gradient(180deg, #fff 30.57%, #ffeaea 116.43%);
}
.stepTextBox .titleBox {
  margin: 0;
}
.stepTextBox .textList {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 42px;
  margin-top: 74px;
}
.stepTextBox .textList dl dt {
  margin-bottom: 20px;
  color: #ee3535;
  text-align: center;
  font-family: "NanumSquare Neo";
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: 30px; /* 100% */
  letter-spacing: -2px;
}
.stepTextBox .textList dl dd {
  color: #000;
  text-align: center;
  font-family: "NanumSquare Neo";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 100% */
  letter-spacing: -2px;
}
.stepTextBox .textList dl dd span {
  font-weight: 700;
}
.stepTextBox .textList dl dd span:last-child {
  margin-left: 10px;
}
.stepTextBox .textList dl dd p {
  margin-top: 14px;
  color: #7f7f7f;
  text-align: center;
  font-family: "NanumSquare Neo";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 116.667% */
  letter-spacing: -2px;
}

@media screen and (max-width: 760px) {
  body {
    padding-top: 60px;
  }
  .eventFixed img {
    width: 70px;
  }
  .animal-edition .target,
  .info-section .target {
    top: -128px;
  }
  .tabs {
    top: 59px;
  }
  .tabs .btn {
    position: relative;
    display: flex;
    width: 50%;
    height: 68px;
    font-size: 14px;
  }
  .tabs .btn.active::after {
    height: 3px;
  }
  .stepTextBox {
    padding: 64px 16px;
  }
  .stepTextBox .textList {
    gap: 20px;
    margin-top: 36px;
  }
  .stepTextBox .textList dl dt {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 16px; /* 100% */
  }
  .stepTextBox .textList dl dd {
    font-size: 14px;
    line-height: 20px; /* 100% */
  }
  .stepTextBox .textList dl dd span:last-child {
    margin-left: 0;
  }
  .stepTextBox .textList dl dd p {
    margin-top: 6px;
    font-size: 12px;
    line-height: 14px; /* 116.667% */
  }
}/*# sourceMappingURL=event.css.map */