body #wrapper header .pc-header.fixed {
  position: relative !important;
}

section.section-container.news-section01 .content {
  max-width: 630px !important;
}
section.section-container.news-section01 .content .sec-box table tr {
  display: flex;
  align-items: center;
}
section.section-container.news-section01 .content .sec-box table tr th {
  width: 150px;
  font-size: 20px;
}
@media screen and (max-width: 990px) {
  section.section-container.news-section01 .content .sec-box table tr th {
    font-size: 16px;
    width: 100px;
  }
}
section.section-container.news-section01 .content .sec-box table tr td {
  font-size: 16px;
}
@media screen and (max-width: 990px) {
  section.section-container.news-section01 .content .sec-box table tr td {
    font-size: 14px;
  }
}
section.section-container.news-section01 .content .sec-box table tr td a {
  position: relative;
  padding-bottom: 5px;
}
section.section-container.news-section01 .content .sec-box table tr td a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #1C3241;
  transition: all ease 0.3s;
  transform: scale(0, 1);
  transform-origin: left top;
}
section.section-container.news-section01 .content .sec-box table tr td a.hovered::after {
  transform: scale(1, 1);
}
section.section-container.news-section01 .content .sec-box table tr + tr {
  padding-top: 30px;
}
section.section-container.news-section01 .content .sec-pagenation .wp-pagenavi {
  padding-top: 100px;
  text-align: center;
}
section.section-container.news-section01 .content .sec-pagenation .wp-pagenavi span.pages {
  display: none;
}
section.section-container.news-section01 .content .sec-pagenation .wp-pagenavi span.current,
section.section-container.news-section01 .content .sec-pagenation .wp-pagenavi a.page,
section.section-container.news-section01 .content .sec-pagenation .wp-pagenavi a.nextpostslink,
section.section-container.news-section01 .content .sec-pagenation .wp-pagenavi .previouspostslink {
  margin: 20px;
  border: none;
  padding: 17px 30px;
  background: linear-gradient(125deg, #F9B737, #F58126);
  font-size: 32px;
  font-weight: 600;
  color: #FFF;
  transition: all ease 0.3s;
}
section.section-container.news-section01 .content .sec-pagenation .wp-pagenavi span.current:hover,
section.section-container.news-section01 .content .sec-pagenation .wp-pagenavi a.page:hover,
section.section-container.news-section01 .content .sec-pagenation .wp-pagenavi a.nextpostslink:hover,
section.section-container.news-section01 .content .sec-pagenation .wp-pagenavi .previouspostslink:hover {
  opacity: 0.7;
}
@media screen and (max-width: 990px) {
  section.section-container.news-section01 .content .sec-pagenation .wp-pagenavi span.current,
  section.section-container.news-section01 .content .sec-pagenation .wp-pagenavi a.page,
  section.section-container.news-section01 .content .sec-pagenation .wp-pagenavi a.nextpostslink,
  section.section-container.news-section01 .content .sec-pagenation .wp-pagenavi .previouspostslink {
    padding: 8px 15px;
    font-size: 20px;
  }
}
section.section-container.news-section01 .content .sec-pagenation .wp-pagenavi span.current {
  border: 2px solid;
  -o-border-image: linear-gradient(to right, #DE8200, #FF4B0F) 1;
     border-image: linear-gradient(to right, #DE8200, #FF4B0F) 1;
  background: none;
  color: #1C3241;
  pointer-events: none;
}

section.section-container.newsDetail-section01 .content {
  padding-bottom: 150px !important;
}
section.section-container.newsDetail-section01 .content .sec-box .box-title {
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 50px;
}
section.section-container.newsDetail-section01 .content .sec-box .box-title h4:nth-of-type(1) {
  padding-bottom: 10px;
}
section.section-container.newsDetail-section01 .content .sec-box .box-img {
  padding-bottom: 50px;
}
section.section-container.newsDetail-section01 .content .sec-box .box-img p img {
  width: 100%;
}
section.section-container.newsDetail-section01 .content .sec-box .box-txt {
  max-width: 1000px;
  margin: 0 auto;
}
section.section-container.newsDetail-section01 .content .sec-box .box-txt p {
  font-size: 16px;
}
section.section-container.newsDetail-section01 .content .sec-box .box-txt p + p {
  padding-top: 30px;
}
section.section-container.newsDetail-section01 .content .sec-btn {
  padding-top: 100px;
  text-align: center;
}/*# sourceMappingURL=news.css.map */