.mainImgArea {
  background-image: url("../img/sub/news/main.jpg");
}

.sub_h2Area .h2Box img {
  width: 85px;
}

.news_list {
  padding-top: 100px;
  padding-bottom: 125px;
  max-width: 710px;
  margin: 0 auto;
}

.news_list .news_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.news_list .news_item:not(:first-child) {
  margin-top: 20px;
}

.news_list .news_item .date {
  font-size: 14px;
  font-weight: bold;
  font-family: century-gothic, sans-serif;
  line-height: 1;
  letter-spacing: 0.1em;
}

.news_list .news_item .badge {
  font-size: 12px;
  font-family: century-gothic, sans-serif;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 0.2em;
  background-color: #e6cc3f;
  margin-left: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 98px;
  height: 29px;
}

.news_list .news_item p {
  font-size: 14px;
  margin-left: 20px;
  letter-spacing: -0.1em;
}

/* // MARK : maxW 1000px */
@media screen and (max-width: 1000px) {
  .news_list .news_item .badge {
    margin-left: 15px;
    width: 90px;
  }
  .news_list .news_item p {
    margin-left: 15px;
  }
}

/* // MARK : maxW 767px */
@media screen and (max-width: 767px) {
  /* sub_h2Area */
  .sub_h2Area .h2Box img {
    width: auto;
    height: 6vh;
  }
  /* news_list */
  .news_list {
    padding-top: 80px;
    padding-bottom: 100px;
  }
  .news_list .news_item:not(:first-child) {
    margin-top: 2.6em;
  }
  .news_list .news_item .badge {
    width: 70px;
    height: 24px;
  }
  .news_list .news_item p {
    width: 100%;
    margin-left: 0;
    margin-top: 0.5em;
  }
}
/*# sourceMappingURL=news.css.map */