.floor1 {
  margin-top: 5.20833333rem;
}
.floor1 main {
  width: 93.75rem;
  margin: 0 auto;
}
.floor1 main h1 {
  font-size: 3.33333333rem;
  color: #3a3a3a;
  font-weight: 400;
}
.floor1 main p {
  margin-top: 1.5625rem;
  font-size: 0.9375rem;
  line-height: 1.5;
}
.floor1 main .imgs {
  display: flex;
  justify-content: space-between;
  gap: 2.08333333rem;
  margin-top: 2.08333333rem;
  margin-bottom: 2.08333333rem;
}
.floor1 main .imgs .left .imgbox {
  position: relative;
}
.floor1 main .imgs .left .imgbox:nth-child(2) {
  margin-top: 2.44791667rem;
}
.floor1 main .imgs .left .imgbox:nth-child(2) p {
  left: 10%;
  bottom: 6%;
  position: absolute;
  color: #000;
  opacity: 0;
}
.floor1 main .imgs .left .imgbox img {
  width: 26.5625rem;
  height: 19.58333333rem;
}
.floor1 main .imgs .left .imgbox:nth-child(1) p {
  position: absolute;
  color: #000;
  opacity: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.floor1 main .imgs .middle .imgbox {
  position: relative;
}
.floor1 main .imgs .middle .imgbox img {
  width: 26.5625rem;
  height: 41.66666667rem;
}
.floor1 main .imgs .middle .imgbox p {
  position: absolute;
  left: 50%;
  bottom: 10%;
  transform: translateX(-50%);
  color: #000;
  opacity: 0;
}
.floor1 main .imgs .right .imgbox {
  position: relative;
}
.floor1 main .imgs .right .imgbox:nth-child(2) {
  margin-top: 2.44791667rem;
}
.floor1 main .imgs .right .imgbox:nth-child(2) p {
  position: absolute;
  left: 10%;
  bottom: 10%;
  opacity: 0;
  color: #000;
}
.floor1 main .imgs .right .imgbox img {
  width: 26.5625rem;
  height: 19.58333333rem;
}
.floor1 main .imgs .right .imgbox:nth-child(1) p {
  opacity: 0;
  position: absolute;
  left: 10%;
  top: 10%;
  color: #000;
}
