@media (min-width: 64em) {
  .work-header {
    height: 11.2rem;
  }
  .nav-work {
    height: 60%;
  }
  .logo-symbol-work {
    left: 80%;
  }

  .nav-shrink .logo-symbol-work {
    left: 14.6rem;
    top: 2.4rem;
    height: 70%;
  }

  #topwork-section {
    padding-top: 11.2rem;
    height: 100vh;
    min-height: 60rem;
    max-height: 76.8rem;
  }

  .img_name_container {
    padding-bottom: 0;
  }

  .work-img-container {
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
  }

  .client-name {
    display: none;
    visibility: hidden;
    opacity: 0;
  }

  .work-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .client-txt-container {
    position: absolute;
    top: 40rem;
    left: 6.4rem;
    padding-left: 0;
  }

  .check-icon {
    width: 2.4rem;
    height: 2.4rem;
  }

  .client-checklist {
    padding: 1.2rem 2rem;
    border-radius: 4rem;
    background-color: #fff;
    width: max-content;
  }

  .check-first {
    position: absolute;
    top: 0;
    left: 10%;
  }

  .check-second {
    position: absolute;
    top: 60%;
    left: 130%;
  }

  .check-list {
    font-size: 2.4rem;
    line-height: initial;
    font-weight: 400;
  }

  .client-checklist-container {
    margin-top: 20rem;
    margin-left: calc(48rem + (720 - 480) * ((100vw - 1024px) / (1440 - 1024)));
  }

  .marginBtm48px {
    margin-bottom: 4.8rem;
  }
}

@media (min-width: 90em) {
  #topwork-section {
    padding-top: 11.2rem;
    height: 100vh;
    min-height: unset;
    max-height: unset;
  }

  .check-icon {
    width: 3.2rem;
    height: 3.2rem;
  }

  .check-list {
    font-size: 3.2rem;
  }

  .check-second {
    top: 40%;
  }

  .client-checklist-container {
    margin-top: 56rem;
    gap: 2rem;
  }

  .work-img-container {
    height: 100%;
  }

  .client-name {
    font-size: 4.8rem;
  }
}
