.news__inner {
  margin: 0 auto;
  width: 90%;
}
@media screen and (min-width: 1025px) {
  .news__inner {
    width: 1440px;
  }
}

.news .news-articleArea, .news .news-tagArea {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
@media screen and (min-width: 1025px) {
  .news .news-articleArea, .news .news-tagArea {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

/*********************************/
/*             Career            */
/*********************************/
.news {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .news__inner {
    width: 1000px;
  }
}
.news__article-photo {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
@media screen and (min-width: 1025px) {
  .news__article-photo {
    opacity: unset;
    height: auto;
  }
}
.news__article-title {
  font-size: 5vw;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1025px) {
  .news__article-title {
    font-size: 21px;
  }
}
.news__article-text {
  font-size: 4vw;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (min-width: 1025px) {
  .news__article-text {
    font-size: 16px;
  }
}
.news__tag-text {
  color: #fff;
  font-size: 4vw;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1025px) {
  .news__tag-text {
    font-size: 18px;
  }
}
.news__category-text {
  color: #fff;
  font-size: 4vw;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1025px) {
  .news__category-text {
    font-size: 18px;
  }
}
.news .news-articleArea {
  border: 1px solid #fff;
  border-radius: 1vw;
  background-color: #fff;
  padding: 2vw 4vw 8vw;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .news .news-articleArea {
    border-radius: 20px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px 50px 50px;
  }
}
.news .news-titleArea {
  text-align: center;
  margin-bottom: 10vw;
}
@media screen and (min-width: 1025px) {
  .news .news-titleArea {
    margin-bottom: 80px;
  }
}
.news .news-titleArea.article-titleArea {
  text-align: left;
  margin-bottom: 5vw;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .news .news-titleArea.article-titleArea {
    margin-bottom: 30px;
  }
}
.news .news-photoArea {
  margin-bottom: 5vw;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .news .news-photoArea {
    margin-bottom: 50px;
    width: 100%;
  }
}
.news .news-infoArea {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .news .news-infoArea {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
  }
}
.news .news-tagArea {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 5vw;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .news .news-tagArea {
    margin-bottom: 30px;
    width: 480px;
  }
}
.news .news-timeTag {
  background-color: #1eac92;
  margin-bottom: 2vw;
  margin-right: 3vw;
  text-align: center;
  padding: 1.5vw 0 2vw;
  width: 40%;
}
@media screen and (min-width: 1025px) {
  .news .news-timeTag {
    margin-right: 20px;
    margin-bottom: 10px;
    padding: 0.5vw 0;
    width: 200px;
  }
}
.news .news-categoryTag {
  background-color: #334fa1;
  margin-bottom: 2vw;
  margin-right: 3vw;
  text-align: center;
  padding: 1.5vw 0 2vw;
  width: 40%;
}
@media screen and (min-width: 1025px) {
  .news .news-categoryTag {
    margin-right: 20px;
    margin-bottom: 10px;
    padding: 0.5vw 0;
    width: 200px;
  }
}
.news .news-textArea {
  width: 100%;
}/*# sourceMappingURL=news-single.css.map */