.hidden {
  display: none !important;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  -webkit-text-fill-color: #000;
  box-shadow: 0 0 0px 1000px #fff inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

input:autofill,
input:autofill:hover,
input:autofill:focus,
input:autofill:active {
  -webkit-text-fill-color: #000;
  box-shadow: 0 0 0px 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s;
}

:focus-visible {
  outline: none;
}

input:focus {
  --tw-ring-color: none !important;
}

button,
a {
  transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
}

input:focus {
  --tw-ring-color: transparent;
}

main.main {
  margin-top: 7rem;
  padding-bottom: 8rem;
}
main.main ::-webkit-scrollbar {
  width: 0.8rem;
  height: 1rem;
  background-color: #f9f9fa;
}
main.main ::-webkit-scrollbar-thumb {
  background-color: #d9ddde;
  border-radius: 2.4rem;
  min-height: 4rem;
}
main.main ::-webkit-scrollbar-thumb:hover {
  background-color: #aaa;
}

.main .event-wrap {
  width: 120rem;
  height: auto;
  margin: 0 auto;
}
.main .event-wrap .event-title-block {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
}
.main .event-wrap .event-title-block .title {
  background: -webkit-linear-gradient(180deg, rgb(13, 172, 255) 50%, rgb(112, 73, 242) 100%);
  color: #3868eb;
  font-size: 5rem;
  line-height: 5rem;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 4rem;
  margin-bottom: 3.5rem;
  font-weight: 900;
  display: inline-block;
  cursor: default;
}
.main .event-wrap .event-card-block {
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
  justify-items: center;
  gap: 4rem 0;
}
.main .event-wrap .event-card-block .event-card {
  width: 100%;
  height: 45.5rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 0;
  border-bottom: 1px solid #e4e8e8;
}
.main .event-wrap .event-card-block .event-card.ongoing .event-body .event-img {
  filter: none;
}
.main .event-wrap .event-card-block .event-card .event-body {
  width: 28rem;
  height: 45.5rem;
}
.main .event-wrap .event-card-block .event-card .event-body .event-img {
  width: 28rem;
  height: 30.21rem;
  filter: grayscale(1);
}
.main .event-wrap .event-card-block .event-card .event-body .event-title,
.main .event-wrap .event-card-block .event-card .event-body .event-sub-title,
.main .event-wrap .event-card-block .event-card .event-body .event-date {
  color: #1e2229;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 2.2rem;
  margin-top: 2.4rem;
  text-align: center;
}
.main .event-wrap .event-card-block .event-card .event-body .event-sub-title {
  color: #495364;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6rem;
  margin-top: 1.2rem;
}
.main .event-wrap .event-card-block .event-card .event-body .event-date {
  color: #77859c;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6rem;
}