@charset "utf-8";
@media(max-width: 768px) {
  .news_all_flex {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 30px;
    margin-bottom: 60px;
  }

  .news_all_sidebar {
    width: 100%;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column-reverse;
  }
  .news_all_cont, .news_detail_cont {
    width: 100%;
  }
  ul.news_tab {
    display: flex;
    margin: 0 0 30px;
  }
  .search_month_wrap {
    display: flex;
    margin-left: 15px;
  }
  .news_tab li {
    margin: 0 15px;
    font-size: 16px;
  }
  .search_mohth_hd {
    font-size: 16px;
  }
  .news_col {
    padding-left: 0;
    padding-right: 0;
  }
  .news_caption a {
    padding-right: 25px;
  }
  .news_caption a::after {
    right: 0;
  }
  .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);
    display: none;
  }
  .news_caption::after {
    display: block;
    content: '';
    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);
  }
  .news_article_hdr h3 {
    font-size: 20px;
  }
  .news_article_hdr {
    margin-bottom: 30px;
  }
  .news_footer_nav {
    width: auto;
    margin: 80px 0 40px;
    display: flex;
    justify-content: space-between;
  }
  .news_footer_prev, .news_footer_next {
    width: calc(50% - 15px);
    margin: 0;
  }
  .news_footer_nav p {
    font-size: 12px;
  }
  .news_hdr_date {
    font-size: 12px;
  }
  .news_hdr_category {
    font-size: 9px;
    width: 70px;
    height: 18px;
    margin-left: 5px;
  }
}