@charset "utf-8";
.news_all_flex {
  max-width: 960px;
  margin: 60px auto 120px;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  min-height: 500px;
}
#toppage .news_all_flex {
  min-height: inherit;
}
.news_all_cont, .news_detail_cont {
  width: 700px;
}
.news_all_sidebar {
  width: 180px;
}
@media(max-width: 1024px) {
  .news_all_cont, .news_detail_cont {
    width: 73%;
  }
  .news_all_sidebar {
    width: 18.8%;
  }
}
.news_tab li, .search_mohth_hd {
  list-style: none;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 25px;
  position: relative;
  color: #B2C1C9;
}
.news_tab li a {
  color: #B2C1C9;
  text-decoration: none;
}

.news_tab li.current-cat a,
.news_top .news_tab li.current a, .search_mohth_hd a, .search_mohth_hd {
  color: #384C57;
}
.news_tab {
  margin-bottom: 60px;
}
.news_all_cont .news_col:first-child {
  border-top: 1px solid #B2C1C9;
}
.panel_contents {
  visibility: hidden;
  height: 0;
}
.panel_contents.current {
  animation: panelFadeIn 0.5s linear forwards;
  height: auto;
}
@keyframes panelFadeIn {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}
.news_col {
  padding: 30px 20px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.news_col::before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #B2C1C9;
  position: absolute;
  bottom: 0;
  left: 0;
}
.news_col::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #F69602;
  position: absolute;
  bottom: 0px;
  left: 0;
  opacity: 0;
  transform: scaleX(0);
  transition: all 0.3s linear, left 1.4s cubic-bezier(0.16, 1, 0.3, 1);
  transform-origin: left center;
}
.news_col:hover::after {
  opacity: 1;
  /* left: calc(100% + 120px); */
  transform: scaleX(1);
}
.news_col a {
  color: #272727;
  text-decoration: none;
}
.news_hdr {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.news_hdr_category {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 12px;
  width: 90px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #BCCCD5;
  margin-left: 25px;
	text-transform: uppercase;
}
.news_hdr_date {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #B2C1C9;
}
.news_caption {
  position: relative;
}
.news_caption a {
  display: block;
  position: relative;
}
.news_caption a::before, .news_caption a::after {
  content: '';
  display: block;
  position: absolute;
  z-index: 10;
}
.news_caption a::after {
  width: 9px;
  height: 9px;
  border-top: 1px solid #272727;
  border-right: 1px solid #272727;
  transform: rotate(45deg);
  position: absolute;
  right: 11px;
  top: calc(50% - 3px);
}
@media (hover: hover) {
  .news_col:hover .news_caption a::after {
    border-top: 1px solid #F69602;
    border-right: 1px solid #F69602;
  }
}
.news_sidebar ul {
  margin-left: 15px;
}
.news_sidebar li {
  list-style: none;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 25px;
  position: relative;
}
.news_tab li span {
  display: inline-block;
  position: relative;
}
.news_tab li span::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #F69602;
  position: absolute;
  left: 0;
  bottom: -2px;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.news_tab li:hover span::after,
.news_top .news_tab li.current span::after,
.news_tab li.current-cat span::after {
  transform: scaleX(1);
}
.news_tab li::before, .search_mohth_hd::before {
  content: '';
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  background: rgba(255, 255, 255, 0);
  left: -15px;
  top: calc(50% - 2px);
  transition: all 0.3s;
  border-radius: 50%;
  transform: scale(0);
}
.news_tab li:hover::before, .news_top .news_tab li.current::before, .search_mohth_hd::before,.news_tab li.current-cat::before {
  background: #F69602;
  transform: scale(1);
}
.pager {
  margin-top: 80px;
  display: flex;
  justify-content: center;
}
.pager span, .pager a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0);
  color: #B2C1C9;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  text-decoration: none;
  margin: 0 7px;
}
.pager span.pages {
width: auto;
vertical-align: 14px;
}
.pager span.current, .pager a.page {
  border: 1px solid #B2C1C9;
}
.pager span.current {
  background: #B2C1C9;
  color: #fff;
}
.prevpostslink, .nextpostslink {
  text-indent: -9999px;
  position: relative;
}
.nextpostslink::after {
  content: '';
  display: block;
  position: absolute;
  width: 9px;
  height: 9px;
  border-top: 1px solid #272727;
  border-right: 1px solid #272727;
  transform: rotate(45deg);
  right: -60px;
  top: calc(50% - 5px);
}
.news_article_date {
  margin-bottom: 30px;
}
.news_article_hdr {
  margin-bottom: 70px;
}
.news_article_hdr h3 {
  color: #384C57;
  font-size: 24px;
  font-weight: 700;
}
.news_body p {
  line-height: 1.8;
  margin-bottom: 2em;
}
.news_body a {
  color: #272727;
  text-decoration: underline;
}
.news_body a:hover {
  color: #F69602;
  text-decoration: none;
}
.news_footer_nav {
  width: 680px;
  margin: 120px auto 80px;
  display: flex;
  justify-content: space-between;
}
.news_footer_nav a {
  color: #272727;
  text-decoration: none;
  padding-bottom: 10px;
  position: relative;
  display: inline-block;
}
.news_footer_prev, .news_footer_next {
  width: 305px;
  position: relative;
  cursor: pointer;
}
.news_footer_prev::before, .news_footer_prev::after, .news_footer_next::before, .news_footer_next::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  transform-origin: left center;
}
.news_footer_prev::before, .news_footer_next::before {
  width: 100%;
  background: #B2C1C9;
}
.news_footer_prev::after, .news_footer_next::after {
  background: #F69602;
  width: 45px;
  transition: width 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 5;
}
@media (hover: hover) {
  .news_footer_prev:hover::after, .news_footer_next:hover::after {
    width: 100%;
  }
}
.search_mohth_hd {
  cursor: pointer;
}
.search_mohth_hd span {
  position: relative;
  display: inline-block;
}
.search_mohth_hd span::after {
  content: '';
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-bottom: 1px solid #272727;
  border-right: 1px solid #272727;
  transform: rotate(45deg);
  right: -24px;
  top: calc(50% - 5px);
}
.search_month {
  position: relative;
  z-index: 5;
}
.search_month .month_list {
  position: absolute;
  padding: 6px;
  background: #fff;
  z-index: 50;
  width: 200px;
  left: -5px;
  top: 30px;
  border-radius: 6px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  display: none;
}
.month_list li {
  list-style: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  box-sizing: border-box;
  color: #000;
  float: left;
  width: 50%;
}
.month_list li a {
  color: #1e1e1e;
  padding: 8px;
  display: block;
  text-decoration: none;
}
@media (hover: hover) {
  .month_list li a:hover {
    color: #F69602;
  }
}
.search_category ul li:nth-child(odd) {
  clear: both;
}
.search_category ul li:nth-child(even) {
  border-right: none;
  float: right;
}
.search_category ul li:nth-child(11), .search_category ul li:last-child {
  border-bottom: none;
}
.news_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  display: none;
}