.homeBox {
  width: 120rem;
  height: 67.5rem;

  background: url(home-bg.jpg) no-repeat;
  background-size: 100% 100%;
  text-align: center;
  overflow: hidden
}

.home-title {
  background: url(home-title.png) no-repeat;
  background-size: contain;
  width: 28rem;
  height: 4.63rem;
  margin: 11.75rem auto 6.75rem;
}

.home-item {
  display: flex;
  gap: 3.13rem;
  justify-content: center;
  margin-bottom: 3.13rem;
}

.home-item img {
  width: 12.81rem;
  height: 12.94rem;
  cursor: pointer;
}