.news-page {
  background-color: #f3f6f7 !important;
}
.news-page .contents-area {
  padding-bottom: 0;
}
.news-page .banner {
  position: relative;
  max-width: 1440px;
  margin: auto;
  min-height: 313px;
  overflow: hidden;
  letter-spacing: 0.02em;
}
.news-page .banner .inner {
  padding: 24px 72px !important;
}
.news-page .banner::after {
  content: "";
  position: absolute;
  top: -96px;
  left: 0;
  width: 100%;
  height: 479px;
  background-image: url("/wp-content/themes/prcd/images/img_banner_service.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  mix-blend-mode: darken;
  z-index: 0;
}
.news-page .banner .banner-container {
  position: relative;
  z-index: 2;
}
.news-page .banner .banner-container .banner-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.news-page .banner .banner-container .banner-content .breadcrumb {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  font-weight: 400;
  color: #231815;
  line-height: 18px;
  letter-spacing: 0.02em;
}
.news-page .banner .banner-container .banner-content .breadcrumb a {
  cursor: pointer;
  transition: color 0.3s ease-out;
}
.news-page .banner .banner-container .banner-content .breadcrumb a:hover {
  color: #527081;
}
.news-page .banner .banner-container .banner-content .breadcrumb img {
  width: auto;
  height: 12px;
}
.news-page .banner .banner-container .banner-content .breadcrumb .current {
  color: #5a677d;
}
.news-page .banner .banner-container .banner-content .section-title {
  font-size: 80px;
  font-weight: 700;
  color: #006fd6;
  text-align: left;
  line-height: 96px;
  margin-bottom: 0;
}
.news-page .banner .banner-container .banner-content .section-title .sub-title {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #231815;
  line-height: 23px;
  margin-bottom: 4px;
}
.news-page .banner .banner-container .banner-content .section-title .sub-title-icon {
  width: 8px;
  height: 8px;
  background-color: #68bee4;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
}
.news-page .banner .banner-container .banner-content .section-title .main-title-container .main-title {
  font-size: 80px;
  font-weight: 700;
  color: #006fd6;
  margin: 0;
  line-height: 96px;
}
.news-page .news-page-contents {
  background-color: #f3f6f7;
  position: relative;
  z-index: 2;
}
.news-page .news-page-contents .content-news {
  overflow: visible;
  background-color: #ffffff;
}
.news-page .news-page-contents .content-news .inner {
  padding: 60px 72px;
  max-width: 1440px;
  margin: 0 auto;
}
.news-page .news-page-contents .content-news .content-news-container {
  display: flex;
  flex-direction: column;
}
.news-page .news-page-contents .news-filter-block {
  background-color: #ffffff;
  padding: 24px 40px;
  display: flex;
  flex-direction: column;
  position: relative;
  margin-top: -140px;
  z-index: 3;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.0392156863), 0px 6px 6px 0px rgba(0, 0, 0, 0.031372549), 0px 14px 9px 0px rgba(0, 0, 0, 0.0196078431), 0px 25px 10px 0px rgba(0, 0, 0, 0.0117647059), 0px 40px 11px 0px rgba(0, 0, 0, 0);
  transition: padding 0.35s ease;
}
.news-page .news-page-contents .news-filter-block .news-filter-row-tag-wrapper {
  display: grid;
  grid-template-rows: 1fr;
  transition: grid-template-rows 0.35s ease, opacity 0.3s ease;
}
.news-page .news-page-contents .news-filter-block .news-filter-row-tag-wrapper.is-hidden {
  grid-template-rows: 0fr;
  opacity: 0;
  overflow: hidden;
}
.news-page .news-page-contents .news-filter-block .news-filter-row-tag-wrapper.is-hidden .news-filter-row--tag {
  min-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}
.news-page .news-page-contents .news-filter-block .news-filter-row-tag-wrapper .news-filter-row--tag {
  min-height: 0;
  overflow: hidden;
  transition: padding 0.35s ease;
}
.news-page .news-page-contents .news-filter-block .news-filter-row {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 0;
}
.news-page .news-page-contents .news-filter-block .news-filter-row .news-filter-label {
  font-size: 16px;
  font-weight: 700;
  color: #231815;
  line-height: 23px;
  min-width: 150px;
  white-space: nowrap;
}
.news-page .news-page-contents .news-filter-block .news-filter-row .news-filter-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  flex: 1;
}
.news-page .news-page-contents .news-filter-block .news-filter-row .news-filter-chips .news-filter-chip {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border: none;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  color: #5A677D;
  line-height: 21px;
  background-color: #f5f5f5;
  border: 1px solid #F5F5F5;
  cursor: pointer;
  text-decoration: none;
  font-family: inherit;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  transition: all 0.3s ease-out;
}
.news-page .news-page-contents .news-filter-block .news-filter-row .news-filter-chips .news-filter-chip:hover {
  background-color: #F3F9FF;
  color: #0053A6;
  border-color: #0053A6;
}
.news-page .news-page-contents .news-filter-block .news-filter-row .news-filter-chips .news-filter-chip.is-active {
  background-color: #006fd6;
  border-color: #006fd6;
  color: #ffffff;
}
.news-page .news-page-contents .news-filter-reset {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 14px;
  margin-bottom: 32px;
}
.news-page .news-page-contents .news-filter-reset .news-filter-reset-link {
  letter-spacing: 0.02em;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: #231815;
  transition: color 0.3s ease-out;
  text-decoration: none;
}
.news-page .news-page-contents .news-filter-reset .news-filter-reset-link:hover {
  color: #527081;
}
.news-page .news-page-contents .news-filter-reset img {
  width: 18px;
  height: 18px;
}
.news-page .news-page-contents .news-list-container,
.news-page .news-page-contents .news-list-section {
  box-shadow: none;
}
.news-page .news-page-contents .news-list-section .news-list-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 32px;
  padding-bottom: 16px;
}
.news-page .news-page-contents .news-list-section .news-list-header .news-list-label {
  font-size: 24px;
  font-weight: 700;
  color: #231815;
  line-height: 34px;
  letter-spacing: 0.02em;
  min-width: 0;
}
.news-page .news-page-contents .news-list-section .news-list-header .news-list-label .news-list-sub-label {
  margin-left: 16px;
  font-size: 16px;
  font-weight: 400;
  color: #231815;
  line-height: 26px;
  letter-spacing: 0.04em;
}
.news-page .news-page-contents .news-list-section .news-list-header .news-list-count {
  font-size: 14px;
  font-weight: 400;
  color: #5A677D;
  line-height: 21px;
  letter-spacing: 0.03em;
  white-space: nowrap;
  flex-shrink: 0;
}
.news-page .news-page-contents .news-list-section .news-list-header.news-list-header-bottom {
  margin-top: 32px;
  justify-content: flex-end;
}
.news-page .news-page-contents .news-list-section .news-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid #E1EAEE;
}
.news-page .news-page-contents .news-list-section .news-list a {
  padding: 24px 32px;
  text-decoration: none;
  cursor: pointer;
  border-bottom: 1px solid #E1EAEE;
  transition: background-color 0.6s ease-in;
}
.news-page .news-page-contents .news-list-section .news-list a:hover {
  background-color: #F3F6F7;
}
.news-page .news-page-contents .news-list-section .news-list a:hover .news-item .news-item-title {
  color: #5A677D;
}
.news-page .news-page-contents .news-list-section .news-list a .news-item {
  display: flex;
  gap: 8px;
}
.news-page .news-page-contents .news-list-section .news-list a .news-item .news-item-content {
  display: flex;
  gap: 16px;
  align-items: center;
  min-width: 280px;
  max-width: 280px;
}
.news-page .news-page-contents .news-list-section .news-list a .news-item .news-item-content .news-item-date {
  font-size: 14px;
  font-weight: 500;
  color: #527081;
  line-height: 17px;
  white-space: nowrap;
  letter-spacing: 0.03em;
  font-family: "Inter", sans-serif;
}
.news-page .news-page-contents .news-list-section .news-list a .news-item .news-item-content .news-item-types {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.news-page .news-page-contents .news-list-section .news-list a .news-item .news-item-content .news-item-type {
  background-color: #ffffff;
  border: 1px solid #B9540F;
  padding: 4px 12px;
  border-radius: 1000px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #B9540F;
  line-height: 18px;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.news-page .news-page-contents .news-list-section .news-list a .news-item .news-item-content .news-item-type:hover {
  background-color: #FFF3E8;
}
.news-page .news-page-contents .news-list-section .news-list a .news-item .news-item-content .news-item-type.is-news-release {
  border-color: #0053A6;
  color: #0053A6;
}
.news-page .news-page-contents .news-list-section .news-list a .news-item .news-item-content .news-item-type.is-news-release:hover {
  background-color: #E6F3FF;
}
.news-page .news-page-contents .news-list-section .news-list a .news-item .news-item-content .news-item-type .news-item-type-text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-clamp: 1;
  box-orient: vertical;
}
.news-page .news-page-contents .news-list-section .news-list a .news-item .news-item-title {
  font-size: 16px;
  font-weight: 500;
  color: #231815;
  line-height: 24px;
  max-height: 48px;
  letter-spacing: 0.02em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  overflow-wrap: anywhere;
  transition: color 0.6s ease-in;
}
.news-page .news-page-contents .news-list-section .news-list .news-list-empty {
  padding: 40px 0;
  text-align: center;
  font-size: 14px;
  color: #527081;
}
.news-page .news-page-contents .news-pagination {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}
.news-page .news-page-contents .news-pagination .page-numbers {
  display: flex;
  align-items: center;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.news-page .news-page-contents .news-pagination .page-numbers li a,
.news-page .news-page-contents .news-pagination .page-numbers li span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 1px solid #E1EAEE;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 400;
  color: #231815;
  text-decoration: none;
  background-color: #ffffff;
  font-family: "Inter", sans-serif;
  transition: all 0.3s ease-out;
}
.news-page .news-page-contents .news-pagination .page-numbers li a:hover,
.news-page .news-page-contents .news-pagination .page-numbers li span:hover {
  background-color: #F3F9FF;
  border-color: #F3F9FF;
  color: #333333;
}
.news-page .news-page-contents .news-pagination .page-numbers li a.current,
.news-page .news-page-contents .news-pagination .page-numbers li span.current {
  background-color: #006fd6;
  border-color: #006fd6;
  color: #ffffff;
  font-weight: 700;
}
.news-page .news-page-contents .news-pagination .page-numbers li a.disabled,
.news-page .news-page-contents .news-pagination .page-numbers li span.disabled {
  opacity: 0.4;
  pointer-events: none;
  cursor: default;
}

@media (min-width: 768px) and (max-width: 1279px) {
  .news-page .banner {
    min-height: 280px;
  }
  .news-page .banner .inner {
    padding: 24px 40px !important;
  }
  .news-page .banner::after {
    top: -131px;
  }
  .news-page .banner .banner-container .banner-content .section-title {
    font-size: 64px;
  }
  .news-page .banner .banner-container .banner-content .section-title .main-title-container .main-title {
    font-size: 64px;
  }
  .news-page .news-page-contents .content-news {
    padding: 60px 40px;
  }
  .news-page .news-page-contents .news-filter-block {
    padding: 20px 24px;
  }
}
@media (max-width: 767px) {
  .news-page .banner {
    min-height: 240px;
  }
  .news-page .banner .inner {
    padding: 24px !important;
  }
  .news-page .banner::after {
    top: -72px;
    background-image: url("/wp-content/themes/prcd/images/img_banner_service_sp.png");
  }
  .news-page .banner .banner-container .banner-content {
    gap: 16px;
  }
  .news-page .banner .banner-container .banner-content .breadcrumb {
    font-size: 11px;
  }
  .news-page .banner .banner-container .banner-content .section-title {
    font-size: 46px;
  }
  .news-page .banner .banner-container .banner-content .section-title .sub-title {
    font-size: 14px;
  }
  .news-page .banner .banner-container .banner-content .section-title .main-title-container .main-title {
    font-size: 46px !important;
  }
  .news-page .news-page-contents .content-news {
    padding: 60px 24px;
  }
  .news-page .news-page-contents .content-news .inner {
    padding: 0;
  }
  .news-page .news-page-contents .news-filter-block {
    padding: 24px;
    gap: 8px;
  }
  .news-page .news-page-contents .news-filter-block .news-filter-row {
    flex-direction: column;
    padding: 0;
    gap: 0;
    align-items: flex-start;
  }
  .news-page .news-page-contents .news-filter-block .news-filter-row .news-filter-label {
    font-size: 14px;
    line-height: 21px;
  }
  .news-page .news-page-contents .news-filter-block .news-filter-row .news-filter-chips {
    padding: 8px 0;
  }
  .news-page .news-page-contents .news-filter-block .news-filter-row .news-filter-chips .news-filter-chip {
    font-size: 12px;
    line-height: 18px;
  }
  .news-page .news-page-contents .news-list-section .news-list-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 0;
    margin-bottom: 24px;
  }
  .news-page .news-page-contents .news-list-section .news-list-header .news-list-label {
    font-size: 20px;
    line-height: 28px;
  }
  .news-page .news-page-contents .news-list-section .news-list-header .news-list-label .news-list-sub-label {
    font-size: 14px;
    line-height: 21px;
    margin-left: 8px;
  }
  .news-page .news-page-contents .news-list-section .news-list-header .news-list-count {
    width: 100%;
    text-align: right;
    font-size: 12px;
    line-height: 18px;
  }
  .news-page .news-page-contents .news-list-section .news-list-header.news-list-header-bottom {
    margin-top: 24px;
  }
  .news-page .news-page-contents .news-list-section .news-list a {
    padding: 0;
  }
  .news-page .news-page-contents .news-pagination .page-numbers {
    gap: 6px !important;
  }
  .news-page .news-page-contents .news-pagination .page-numbers li a,
  .news-page .news-page-contents .news-pagination .page-numbers li span {
    width: 32px;
    height: 32px;
    font-size: 12px;
  }
  .news-page .news-page-contents .news-filter-reset {
    margin-bottom: 24px;
    margin-top: 32px;
    padding: 8px 0;
  }
}/*# sourceMappingURL=index.css.map */