@charset "UTF-8";

/*==========================================================================
common
==========================================================================*/

header {
  background-color: #fff;
}

#gmenu .news a {
  background-color: #009a8e;
  color: #fff;
}

#main-image-area {
  background-color: #4c4c4c;
}

.main-heading {
  background-color: #4c4c4c;
}

.main-heading:before {
  background-color: #fff;
}

.news-content {
  position: relative;
  padding: 70px 0 60px;
}

.bg-img {
  background: url(../img/news/image1.jpg) no-repeat top center;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: -1;
}

.news-area {
  background-color: #fff;
}

section {
  max-height: 770px;
  overflow: auto;
  padding: 0 47px;
  border: 2px solid #e6e6e6;
  box-sizing: border-box;
}

footer {
  margin-top: 0;
}

article {
  border-bottom: 1px solid #e6e6e6;
  padding: 30px 0;
}

article:nth-of-type(1) {
  padding-top: 70px;
}

.post-category {
  font-size: 13px;
  width: 85px;
  padding: 4.5px 0;
  text-align: center;
  color: #fff;
  letter-spacing: 1px;
}

.post-category.news {
  background-color: #5976ab;
}

.post-category.result {
  background-color: #dc6b95;
}

.post-category.recruit {
  background-color: #80b73f;
}

.post-area {
  position: relative;
}

.post-img {
  position: absolute;
  left: 0;
  width: 120px;
}

.post-img img {
  width: 100%;
}

.category-title {
  margin-left: 145px;
}

.post-category {
  font-size: 13px;
  color: #fff;
}

.post-title {
  color: #000;
  line-height: 25px;
  padding-bottom: 29px;
  text-decoration: underline;
  margin-top: 8px;
}


/*==========================================================================
media
==========================================================================*/

@media screen and (max-width: 1095px) {
  .news-content {
    width: 1080px;
  }
}

@media screen and (max-width: 768px) {
  .news-content {
    width: auto;
    padding: 30px 0;
  }
  .news-area {
    margin: 0 20px;
  }
  section {
    max-height: 745px;
    padding: 0 20px;
  }
  article {
    padding: 20px 0;
  }
  article:nth-of-type(1) {
    padding-top: 20px;
  }
  .post-img {
    display: none;
  }
  .category-title {
    margin-left: 0;
  }
  .post-title {
    padding-bottom: 0;
  }
}
