.k-pagehead {
  position: relative;
  top: 80px;
}

.k-pagehaedTitle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #FFFFFF;
  color: #333333;
  font-size: 28px;
  font-weight: bold;
  padding: 8px 20px;
  white-space: nowrap;
}

.activitylistCenter {
  margin: 50px 20px 0;
}

.activitylistTitleBox {
  text-align: center;
}

.activitylistTitle {
  display: inline-block;
  margin: auto;
  font-size: 28px;
  font-weight: bold;
  color: #2C2C2C;
}

.bottomLine {
  width: 100%;
  height: 6px;
  border-radius: 20px;
  background-color: #72C5DB;
}

.activitylistBox {
  display: flex;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;
}

.activitylistCard {
  width: 330px;
  text-decoration: none;
}
.activitylistCard img {
  width: 100%;
  height: 375px;
  border-radius: 25px;
  object-fit: contain;
}
.activitylistCard:hover {
  opacity: 0.8;
}

.activitylistDay {
  font-size: 14px;
  font-weight: 500;
  color: #392C2C;
}

.activitylistText {
  font-size: 18px;
  font-weight: 500;
  color: #392C2C;
}

.pageList {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
}

.pageBall {
  width: 28px;
  height: 28px;
  background-color: #72C5DB;
  border-radius: 30px;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  justify-content: center;
}

.pageNo {
  width: 28px;
  font-size: 16px;
  font-weight: bold;
  color: #392C2C;
  display: flex;
  justify-content: center;
  text-decoration: none;
}

.pageArrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
}
.pageArrow::before {
  content: "";
  display: block;
  border-top: solid 2px #333333;
  border-right: solid 2px #333333;
  width: 9px;
  height: 9px;
  margin: auto;
  transition: border 0.3s;
}
.pageArrow:hover::before {
  border-color: #999;
}

.pageArrowPrev::before {
  transform: rotate(-135deg);
}

.pageArrowNext::before {
  transform: rotate(45deg);
}

.pageTopArrow {
  content: "";
  display: block;
  border-top: solid 2px #333333;
  border-right: solid 2px #333333;
  width: 13px;
  height: 13px;
  margin: auto;
  transform: rotate(-45deg);
  transition: border 0.3s;
}

.pageTop {
  text-decoration: none;
  display: block;
  width: fit-content;
  margin: 0 auto;
}

.pageTopBox {
  display: inline-block;
}
.pageTopBox p {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: #72C5DB;
}

.pageTopArrow {
  content: "";
  display: block;
  border-top: solid 2px #333333;
  border-right: solid 2px #333333;
  width: 13px;
  height: 13px;
  margin: auto;
  transform: rotate(-45deg);
  transition: border 0.3s;
}

.SPCenter {
  margin: 0;
}

.activitylistNoImage {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 280px;
  background-color: #F1F8FA;
  border-radius: 25px;
  color: #72C5DB;
  font-size: 20px;
  font-weight: bold;
}

.activitylistEmpty {
  width: 100%;
  text-align: center;
  color: #392C2C;
  font-size: 18px;
  font-weight: 500;
}

.pageBall {
  align-items: center;
}

.pageArrowPrev {
  transform: rotate(-135deg);
}

@media (min-width: 768px) {
  .k-pagehead {
    top: 130px;
  }
  .k-pagehaedTitle {
    font-size: 42px;
    padding: 0;
  }
  .activitylistCenter {
    margin: 140px 100px 0;
  }
  .activitylistTitle {
    font-size: 38px;
  }
}

/*# sourceMappingURL=activitylist.css.map*/