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

.newslistCenter {
  margin: 280px 50px 0;
}

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

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

.newsLink1 {
  background-color: #72C5DB;
  color: #FFFFFF;
  border: 1px solid #72C5DB;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 30px;
  border-radius: 50px;
  text-decoration: none;
}
.newsLink1:hover {
  background-color: #FFFFFF;
  color: #72C5DB;
}

.newsLink2 {
  background-color: #AEEDD2;
  color: #333333;
  border: 1px solid #AEEDD2;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 50px;
  text-decoration: none;
}
.newsLink2:hover {
  background-color: #FFFFFF;
  color: #333333;
}

.newsLink3 {
  background-color: #F3FEAD;
  color: #333333;
  border: 1px solid #F3FEAD;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 50px;
  text-decoration: none;
}
.newsLink3:hover {
  background-color: #FFFFFF;
  color: #333333;
}

.newsLink4 {
  background-color: #ECF9FD;
  color: #333333;
  border: 1px solid #ECF9FD;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 50px;
  text-decoration: none;
}
.newsLink4:hover {
  background-color: #FFFFFF;
  color: #333333;
}

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

.newsListCard {
  width: 330px;
  text-decoration: none;
}
.newsListCard img {
  width: 100%;
  height: 375px;
  border-radius: 25px;
  object-fit: contain;
}
.newsListCard p {
  color: #2C2C2C;
  font-size: 16px;
  font-weight: bold;
}
.newsListCard:hover {
  opacity: 0.8;
}

.newsCategory1 {
  display: inline-block;
  background-color: #AEEDD2;
  color: #333333;
  border-radius: 50px;
  font-size: 16px;
  font-weight: bold;
  padding: 0 20px;
}

.newsCategory2 {
  display: inline-block;
  background-color: #F3FEAD;
  color: #333333;
  border-radius: 50px;
  font-size: 16px;
  font-weight: bold;
  padding: 0 20px;
}

.newsCategory3 {
  display: inline-block;
  background-color: #ECF9FD;
  color: #333333;
  border-radius: 50px;
  font-size: 16px;
  font-weight: bold;
  padding: 0 20px;
}

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

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

.SPCenter {
  margin: 0;
}

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

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