.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;
}

.wardCenter {
  max-width: 1080px;
  margin: auto;
  padding: 0 20px;
}

.activitylistTitleBox {
  width: fit-content;
  margin: 50px auto 0;
}

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

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

.wardBox {
  border-bottom: 1px solid #707070;
  padding-bottom: 50px;
}

.noBorder {
  border-bottom: none;
}

.wardTitle {
  font-size: 26px;
  font-weight: bold;
  color: #2C2C2C;
}

.wardSectionList {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 15px;
}

.wardSection {
  background-color: #DBF1F6;
  padding: 6px 18px;
  border-radius: 20px;
  font-size: 15px;
  font-weight: 500;
  color: #2C2C2C;
}

.wardSectionItem {
  font-size: 15px;
  font-weight: 500;
  color: #2C2C2C;
}

.wardImgList {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.wardImg {
  width: 100%;
  max-width: 523px;
}
.wardImg img {
  display: block;
  width: 100%;
  aspect-ratio: 523/367;
  object-fit: cover;
  border-radius: 20px;
}

.wardLinkText {
  font-size: 22px;
  font-weight: bold;
  color: #2C2C2C;
  text-align: center;
}

.wardLinkList {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

.MessageLink {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 260px;
  height: 60px;
  background-color: #DBF1F6;
  border: 1px solid #DBF1F6;
  border-radius: 50px;
  text-decoration: none;
  color: #2C2C2C;
  font-size: 16px;
  font-weight: bold;
  padding: 0 10px 0 15px;
}
.MessageLink:hover {
  background-color: #FFFFFF;
}
.MessageLink:hover .MessageArrow {
  background-color: #DBF1F6;
}

.MessageArrow {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFFFFF;
}
.MessageArrow img {
  width: 18px;
  position: absolute;
  inset: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.MessageArrowBlue {
  opacity: 1;
}

.MessageArrowWhite {
  opacity: 0;
}

.MessageLink:hover .MessageArrowBlue {
  opacity: 0;
}

.MessageLink:hover .MessageArrowWhite {
  opacity: 1;
}

.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;
}

@media (min-width: 768px) {
  .k-pagehead {
    top: 130px;
  }
  .k-pagehaedTitle {
    font-size: 42px;
    padding: 0;
  }
  .activitylistTitleBox {
    margin: 120px auto 0;
  }
  .activitylistTitle {
    font-size: 38px;
  }
  .wardBox {
    padding-bottom: 70px;
  }
  .wardTitle {
    font-size: 32px;
  }
  .wardSectionList {
    flex-direction: row;
    align-items: center;
    gap: 15px;
  }
  .wardSection {
    font-size: 16px;
    padding: 0 20px;
  }
  .wardSectionItem {
    font-size: 16px;
  }
  .wardImgList {
    flex-direction: row;
    justify-content: center;
    gap: 40px;
  }
  .wardLinkText {
    font-size: 24px;
  }
  .wardLinkList {
    flex-direction: row;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
  }
}

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