@media screen and (max-width: 1024px) {
  .latest_first {
    width: 95%;
    flex-direction: row;
    padding: 10px;
    margin: 0 auto;
    border: none;
    border-bottom: 1px solid #7a9bb3;
    background-color: transparent;
  }

  .npl-latest-h2-text{
    color: black;
  }

  .read_latest_original {
    opacity: 1;
    transform: translateY(0);
  }

  .read_latest_dummy {
    display: none;
  }

  .latest_content_container {
    grid-template-columns: minmax(0px,740px) !important;
  }
  
  .npl-latest-content-wrapper {
    min-height: auto;
  }

  .latest_content h2 {
    min-height: auto;
    font-size: 1rem;
  }

  .latest_content {
    transform: translate(0);
    gap: 10px;
    max-width: 31.25rem;
  }
  
  .latest_first_img {
    max-width: 9.375rem;
    height: 6.25rem;
  }

  .npl-update-header li a {
    font-size: 1rem;
  }

  .announce,
  .exhibition {
    top: 5px;
    left: 20px;
  }

  .line_latest,
  .npl-read-latest-overflow {
    display: none;
  }
  
  .section2_container {
    gap: 0;
  }

  .npl-update-header {
    gap: 10px;
  }
  
  .npl-blog-glass-plate {
    padding: 110px 0 0 11%;
  }
  .npl-blog-load {
    margin-top: 60px;
  }
}

@media screen and (max-width: 500px) {
  .npl-update-intro {
    margin: 20px auto;
    width: 90%;
    padding: 0;
  }
  
  .latest_first_img {
    width: 100%;
  }
}


@media screen and (max-width: 700px) {
  /* section2 */
  .latest_first_img {
    width: 100%;
  }
  .latest_content {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .latest_content_container {
    padding: 0px;
    gap: 20px;
    margin: 90px 0;
  }

  .latest_content h2 {
    align-items: start;
  }

    .latest_see_more {
    width: 95%;
    margin: 0;
  }
}
