body {
  position: relative;
}

.news-landing-container {
  position: relative;
}

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

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

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

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

.news-landing-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-landing-container .page-banner {
    background: url("../../img/news-detail/bg_01_mob_260626.jpg") no-repeat;
    background-size: 100% 100%;
  }

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

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

.news-landing-container .page-inner {
  width: 83.333333vw;
  padding: 4.166667vw 0 6.25vw;
  margin: 0 auto;
  box-sizing: content-box;
}

.news-landing-container .page-inner .controller-box {
  display: flex;
  border-bottom: 0.052083vw solid rgba(233, 231, 223, 1);
  margin-bottom: 2.083333vw;
}

.news-landing-container .page-inner .controller-box .tab-controller {
  font-size: 1.041667vw;
  line-height: 1;
  color: rgba(128, 128, 128, 1);
  padding-bottom: 0.9375vw;
  margin-right: 2.526042vw;
  cursor: pointer;
}

.news-landing-container .page-inner .controller-box .tab-controller.active {
  font-weight: bold;
  color: rgba(61, 61, 61, 1);
  border-bottom: 0.104167vw solid rgba(255, 99, 59, 1);
}

.news-landing-container .page-inner .tab-content {
  display: none;
  flex-wrap: wrap;
  gap: 2.083333vw;
}

.news-landing-container .page-inner .tab-content .card {
  width: 26.354167vw;
}

.news-landing-container .page-inner .tab-content .card .img-box {
  display: flex;
  border-radius: 0.625vw;
  overflow: hidden;
  margin-bottom: 1.041667vw;
}

.news-landing-container .page-inner .tab-content .card:hover .img-box img {
  transform: scale(1.03);
  transition: all 0.3s ease-in-out;
}

.news-landing-container .page-inner .tab-content .card .txt-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.news-landing-container .page-inner .tab-content .card .tit {
  display: -webkit-box;
  flex: 0 0 auto;
  width: 21.354167vw;
  font-size: 1.041667vw;
  font-weight: bold;
  line-height: 1.25;
  color: rgba(51, 51, 51, 1);
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.news-landing-container .page-inner .tab-content .card:hover .tit {
  color: #042C7D;
}

.news-landing-container .page-inner .tab-content .card .date {
  font-size: 0.833333vw;
  line-height: 1.25;
  color: rgba(128, 128, 128, 1);
}

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

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

  .news-landing-container .page-inner .controller-box {
    border-bottom: 0.133333vw solid rgba(233, 231, 223, 1);
    margin-bottom: 6.4vw;
  }

  .news-landing-container .page-inner .controller-box .tab-controller {
    font-size: 4.266667vw;
    padding: 0 1.066667vw 2.666667vw;
    margin-right: 5.333333vw;
  }

  .news-landing-container .page-inner .controller-box .tab-controller.active {
    color: #333;
    border-bottom: 0.266667vw solid rgba(255, 99, 59, 1);
  }

  .news-landing-container .page-inner .tab-content {
    gap: 0;
  }

  .news-landing-container .page-inner .tab-content .card {
    width: 100%;
    margin-bottom: 6.4vw;
  }

  .news-landing-container .page-inner .tab-content .card:last-of-type {
    margin-bottom: 0;
  }

  .news-landing-container .page-inner .tab-content .card .img-box {
    border-radius: 1.6vw;
    margin-bottom: 3.2vw;
  }

  .news-landing-container .page-inner .tab-content .card:hover .img-box img {
    transform: scale(1);
  }

  .news-landing-container .page-inner .tab-content .card .tit {
    width: 74.666667vw;
    font-size: 3.666667vw;
  }

  .news-landing-container .page-inner .tab-content .card:hover .tit {
    color: rgba(51, 51, 51, 1);
  }

  .news-landing-container .page-inner .tab-content .card .date {
    font-size: 3.2vw;
  }
}