#container .main_slide {
  padding-top: 74px;
}
#container .model_info {
  border-radius: unset;
  position: relative;
}
#container .reference_video {
  border-radius: unset;
  position: relative;
  padding: 100px 0;
}

.clip_box_bottom {
  position: absolute;
  bottom: -1px;
  left: -1px;
  width: 40%;
  height: 120px;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  background: #fff;
}

.clip_box_top {
  position: absolute;
  top: -1px;
  right: -1px;
  width: 40%;
  height: 120px;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  background: #fff;
}
