#pageNews .categoryArea {
  background: #ffffff;
  border-radius: 12px;
}
#pageNews .categoryArea .categoryTitle {
  color: #393939;
  font-weight: bold;
}
#pageNews .categoryArea .categoryLinkList {
  display: flex;
  flex-wrap: wrap;
}
#pageNews .categoryArea .categoryLinkList .linkItem {
  background: #0F4A2E;
  border-radius: 100px;
  padding: 6px 12px;
  font-weight: bold;
  color: #ffffff;
  filter: grayscale(0.5) brightness(0.5);
}
#pageNews .categoryArea .categoryLinkList .linkItem.selected, #pageNews .categoryArea .categoryLinkList .linkItem:hover {
  filter: grayscale(0) brightness(1);
}
#pageNews .noneDataArea {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #pageNews .categoryArea {
    padding: 16px 12px;
    margin: 0 0 24px 0;
  }
  #pageNews .categoryArea .categoryTitle {
    font-size: clamp(14px, 5.64vw, 22px);
    padding: 0 0 20px 0;
  }
  #pageNews .categoryArea .categoryLinkList {
    gap: 12px;
  }
  #pageNews .categoryArea .categoryLinkList .linkItem {
    font-size: 14px;
  }
  #pageNews .secPager {
    padding-bottom: 60px;
  }
}
@media print, screen and (min-width: 768px) {
  #pageNews .categoryArea {
    padding: 24px 24px;
    margin: 0 0 60px 0;
  }
  #pageNews .categoryArea .categoryTitle {
    font-size: 24px;
    padding: 0 0 40px 0;
  }
  #pageNews .categoryArea .categoryLinkList {
    gap: 20px;
  }
  #pageNews .categoryArea .categoryLinkList .linkItem {
    font-size: clamp(14px, 1.25vw, 16px);
  }
  #pageNews .noneDataArea {
    padding: 100px 0;
    font-size: 20px;
  }
  #pageNews .secPager {
    padding-bottom: 100px;
  }
}/*# sourceMappingURL=style.css.map */