body {
  position: relative;
}

.news-container {
  position: relative;
}

.news-container img {
  width: 100%;
}

.news-container .page-banner {
  background: url("../../img/news-detail/bg_01_260626.jpg") no-repeat;
  background-size: 100% 100%;
}

.news-container .page-banner .page-banner-inner {
  display: flex;
  align-items: center;
  width: 83.333333vw;
  height: 20.833333vw;
  margin: 0 auto;
}

.news-container .page-banner .page-banner-inner .txt-box {
  width: 100%;
}

.news-container .page-banner .page-banner-inner .txt-box h1 {
  font-size: 2.916667vw;
  font-weight: bold;
  line-height: 1.25;
  color: #fff;
  letter-spacing: 0.15625vw;
}

@media (max-width:992px) {
  .news-container .page-banner {
    background: url("../../img/news-detail/bg_01_mob_260626.jpg") no-repeat;
    background-size: 100% 100%;
  }

  .news-container .page-banner .page-banner-inner {
    width: 91.466667vw;
    height: 53.333333vw;
  }

  .news-container .page-banner .page-banner-inner .txt-box h1 {
    font-size: 6.4vw;
  }
}

.news-container .page-inner {
  width: 57.291667vw;
  padding: 5.208333vw 0;
  margin: 0 auto;
  box-sizing: content-box;
}

.news-container .page-inner .tit {
  font-size: 2.083333vw;
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
  margin-bottom: 2.083333vw;
}

.news-container .page-inner .info-box {
  display: flex;
  justify-content: center;
  border-bottom: 0.052083vw solid rgba(229, 229, 229, 1);
  padding-bottom: 1.666667vw;
  margin-bottom: 2.083333vw;
}

.news-container .page-inner .info-box .info {
  font-size: 0.833333vw;
  line-height: 1;
  color: rgba(128, 128, 128, 1);
  border-right: 0.052083vw solid rgba(229, 229, 229, 1);
  padding: 0 1.25vw;
}

.news-container .page-inner .info-box .info span {
  color: #042C7D;
}

.news-container .page-inner .info-box .info:last-of-type {
  border-right: none;
}

.news-container .page-inner .txt {
  font-size: 0.9375vw;
  line-height: 2;
  color: rgba(61, 61, 61, 1);
  text-align: justify;
  text-indent: 2em;
  margin-bottom: 1.041667vw;
}

.news-container .page-inner .txt:last-of-type {
  margin-bottom: 0;
}

.news-container .page-inner .img-box {
  margin: 2.083333vw 0;
}

@media (min-width:2560px) {
  .news-container .page-inner {
    width: 60%;
    padding: 4.166667vw 0;
  }
}

@media (max-width:992px) {
  .news-container .page-inner {
    width: 91.466667vw;
    padding: 9.333333vw 0 13.333333vw;
  }

  .news-container .page-inner .tit {
    font-size: 4.8vw;
    text-align: left;
    margin-bottom: 5.333333vw;
  }

  .news-container .page-inner .info-box {
    flex-wrap: wrap;
    justify-content: flex-start;
    border-bottom: 0.133333vw solid rgba(229, 229, 229, 1);
    padding-bottom: 1.333333vw;
    margin-bottom: 5.333333vw;
  }

  .news-container .page-inner .info-box .info {
    font-size: 2.933333vw;
    border-right: none;
    padding: 0;
    margin-right: 6.4vw;
    margin-bottom: 2.666667vw;
  }

  .news-container .page-inner .txt {
    font-size: 3.2vw;
    margin-bottom: 2.666667vw;
  }

  .news-container .page-inner .img-box {
    margin: 5.333333vw 0;
  }
}