/* -------------------------- */
/* content */
/* -------------------------- */
/* content_header */
.content_header {
  background-image: url(/images/news/bg_header.jpg);
}

/* news */

.news .news_box {
  margin-bottom: 30px;
}

.news .news_tab {
  position: relative;
  z-index: 5;
}

/* -------------------------- */
/* content */
/* -------------------------- */
.news_detail {
  position: relative;
  z-index: 5;
}

/* news_detail_head */
.news_detail_head {
  align-items: center;
}

.news_detail_head .news_category {
  margin-right: 15px;
}

.news_detail_head .news_title {
  width: 100%;
  margin: 5px 0 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #d3d3d3;
  font-size: 2rem;
}

.entry_body {
  padding-bottom: 30px;
  border-bottom: 1px solid #d3d3d3;
}

/* btn_news */
.btn_news {
  padding: 30px 0;
}
@media screen and (min-width: 1280px) {
  .news {
    padding-top: 5px;
  }
  .news .news_box {
    margin-bottom: 80px;
  }
  .news .news_list {
    margin-bottom: 80px;
  }
  .news_detail_head .news_category {
    margin: 0 30px 0 50px;
  }
  .news_detail_head .news_title {
    margin: 20px 0 40px;
    padding: 0 50px 30px;
    font-size: 2.4rem;
  }
  .entry_body {
    padding: 0 50px 40px;
  }
  .btn_news {
    padding: 80px 0;
  }
}
@media screen and (min-width: 768px) {
  .news .news_box {
    margin-bottom: 60px;
  }
  .news .news_list {
    margin-bottom: 60px;
  }
  .btn_news {
    padding: 60px 0;
  }
}

/*# sourceMappingURL=map/news.css.map */
