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

.activitylistTitleBox {
  text-align: center;
  margin-top: 50px;
}

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

.activityBox {
  max-width: 980px;
  background-color: #F0F9FB;
  border-radius: 20px;
  margin: auto;
  margin: 0 15px;
}

.activityCenter {
  max-width: 730px;
  margin: auto;
  padding: 40px 20px;
}
.activityCenter p {
  font-size: 15px;
  font-weight: 500;
  color: #392C2C;
}
.activityCenter img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.activityTop {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  align-items: center;
}

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

.activityTitle {
  font-size: 22px;
  font-weight: 500;
  color: #392C2C;
}

.activityDownBox {
  background: #FFFFFF;
  border-radius: 20px;
  padding: 24px 20px;
  width: 100%;
}

.activityPDF {
  display: flex;
  width: fit-content;
  align-items: center;
  gap: 8px;
  color: #333333;
  font-size: 15px;
}
.activityPDF::before {
  content: "";
  width: 40px;
  height: 40px;
  background: url("../images/icon-pdf-01.png") no-repeat center/contain;
  flex-shrink: 0;
}

.activityWord {
  display: flex;
  width: fit-content;
  align-items: center;
  gap: 8px;
  color: #333333;
  font-size: 15px;
}
.activityWord::before {
  content: "";
  width: 40px;
  height: 40px;
  background: url("../images/icon-word-01.png") no-repeat center/contain;
  flex-shrink: 0;
}

.activityExcel {
  display: flex;
  width: fit-content;
  align-items: center;
  gap: 8px;
  color: #333333;
  font-size: 15px;
}
.activityExcel::before {
  content: "";
  width: 40px;
  height: 40px;
  background: url("../images/icon-excel-01.png") no-repeat center/contain;
  flex-shrink: 0;
}

.newsBotanList {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.newsPrev {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 140px;
  height: 40px;
  background-color: #FFFFFF;
  border: 1px solid #72C5DB;
  font-size: 14px;
  font-weight: 500;
  border-radius: 20px;
  text-decoration: none;
  color: #72C5DB;
}
.newsPrev:hover {
  background-color: #72C5DB;
  color: #FFFFFF;
}

.newsLink {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 200px;
  height: 40px;
  background-color: #72C5DB;
  border: 1px solid #72C5DB;
  border-radius: 50px;
  text-decoration: none;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
  padding: 0 12px 0 18px;
}
.newsLink:hover {
  background-color: #FFFFFF;
  color: #72C5DB;
}
.newsLink:hover .newsArrow {
  background-color: #72C5DB;
}

.newsArrow {
  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;
}
.newsArrow img {
  width: 18px;
  position: absolute;
  inset: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.newsArrowBlue {
  opacity: 1;
}

.newsArrowWhite {
  opacity: 0;
}

.newsLink:hover .newsArrowBlue {
  opacity: 0;
}

.newsLink:hover .newsArrowWhite {
  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;
}

.newsPrev.is-disabled {
  opacity: 0.35;
  cursor: default;
  pointer-events: none;
  background-color: #FFFFFF;
  color: #72C5DB;
  border: 1px solid #72C5DB;
}

.newsPrev.is-disabled:hover {
  background-color: #FFFFFF;
  color: #72C5DB;
}

@media (min-width: 768px) {
  .k-pagehead {
    top: 130px;
  }
  .k-pagehaedTitle {
    font-size: 42px;
    padding: 0;
  }
  .activitylistTitleBox {
    margin-top: 110px;
  }
  .activitylistTitle {
    font-size: 38px;
  }
  .activityBox {
    margin: 0 auto;
  }
  .activityCenter {
    padding: 90px 0;
  }
  .activityCenter p {
    font-size: 16px;
  }
  .activityTop {
    gap: 20px;
    flex-wrap: nowrap;
  }
  .activityTitle {
    font-size: 24px;
  }
  .activityDownBox {
    width: fit-content;
    padding: 50px 60px;
  }
  .activityPDF {
    font-size: 16px;
  }
  .activityWord {
    font-size: 16px;
  }
  .activityExcel {
    font-size: 16px;
  }
}

@media (min-width: 1080px) {
  .newsLink {
    width: 200px;
    height: 40px;
    padding: 0 10px 0 15px;
  }
}

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