
.check-photo-pop {
  z-index: 500;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.check-photo-pop .photo-img-box {
  width: 600px;
  height: 683px;
  background-color: #ffffff;
  border: solid 8px #69678e;
  border-radius: 8px;
  text-align: center;
}

.check-photo-pop .photo-img-box .mind-img {
  height: 100%;
  width: 584px;
  overflow: hidden;
}

.check-photo-pop .photo-img-box img {
  height: 100%;
  margin: 0 auto;
}

.check-photo-pop .photo-img-box .solid-left-icon {
  position: absolute;
  z-index: 10;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.check-photo-pop .photo-img-box .solid-right-icon {
  position: absolute;
  z-index: 10;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.check-photo-pop .photo-img-box .close-white-icon {
  position: absolute;
  right: -50px;
  top: -50px;
  cursor: pointer;
}