@media screen and (min-width: 1921px) {
  .latest_content_container {
    max-width: 64%;
    width: 100%;
    margin: 90px auto 40px;
  }
}

@media screen and (max-width: 1024px) {
  .latest_first {
    width: 100%;
    flex-direction: row;
    /* padding: 22px; */
    margin: 0 auto;
    /* gap: 10px; */
    border: none;
    /* border-bottom: 1px solid var(--7a);
    background-color: transparent; */
  }

  .latest_content h2 {
    align-items: start;
    height: auto;
    min-height: auto;
  }

  .latest_first:hover .latest_first_img img {
    transform: scale(1);
    transition: 0s;
  }

  .npl-blog-section {
    grid-template-columns: 1fr;
    width: 90%;
    max-width: 740px;
    margin: 0 auto;
    height: auto;
  }

  .npl-blog-section-sort,
  .latest_date_container .line_latest,
  .latest_date_container .npl-read-latest-overflow {
    display: none;
  }

  .npl-latest-h2-text {
    /* font-size: clamp(var(--fourteen), 2vw, var(--eighteen)); */
    -webkit-line-clamp: 3;
  }

  .read_latest_original {
    opacity: 1;
    transform: translateY(0);
  }

  .read_latest_dummy {
    display: none;
  }

  .latest_content_container {
    width: 90%;
    margin: 90px auto 40px;
  }

  .npl-latest-same-container {
    display: none;
  }

  .npl-latest-content-wrapper {
    min-height: auto;
  }

  .latest_content {
    transform: translate(0);
    gap: 10px;
    /* max-width: 31.25rem; */
  }

  .line_latest,
  .npl-read-latest-overflow {
    display: none;
  }

  .section2_container {
    gap: 0;
  }

  .npl-update-header {
    gap: 40px;
    width: 90%;
    max-width: 740px;
    margin: 0 auto;
  }

  .npl-blog-load {
    width: 80%;
    margin: 0 auto 60px;
  }
}

@media screen and (max-width: 768px) {
  .npl-update-intro {
    margin: 60px auto 0;
    width: 90%;
    padding: 0;
  }

  .npl-update-header li a {
    font-size: clamp(var(--sixteen), 4vw, var(--twentyFive));
  }

  .npl-update-header {
    /* margin: 0 auto; */
    flex-wrap: wrap;
    gap: 20px;
    /* justify-content: center; */
  }

  .npl-update-dot::after {
    left: -10px;
    transform: translate(-50%, -60%);
  }
}

@media screen and (max-width: 700px) {
  .latest_content {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .latest_content_container {
    padding: 0px;
  }

  .latest_content p {
    display: none;
  }

  /* .latest_content h2 {
    align-items: start;
    height: auto;
    min-height: auto;
  } */

  .latest_see_more {
    width: 95%;
    margin: 0;
  }
}

@media screen and (max-width: 500px) {
  .npl-latest-h2-text {
    font-size: clamp(var(--fourteen), 2vw, var(--eighteen));
  }
}
