@media (min-width: 64em) {
  .work-detail-container {
    display: none;
    visibility: hidden;
    opacity: 0;
  }

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

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

  .FFS-overview-container {
    background: #000;
    max-width: 144rem;
    margin: 0 auto;
  }

  .overview-img-wrap {
    height: 180rem;
    margin-left: 4rem;
  }

  .ffs-info-container {
    position: absolute;
    display: initial;
    visibility: visible;
    opacity: 1;

    top: 30%;
    left: 50%;
  }

  .work-detail {
    color: #fff;
    width: 40rem;
  }

  .bg-black {
    background-color: #000;
    width: 100%;
  }
}

@media (min-width: 90em) {
  .work-detail {
    width: 46rem;
  }

  .overview-img-wrap {
    margin-left: 16rem;
  }
}
