.page__body .main {
  border-radius: 40px;
  width: 100%;
}
.page__body .video_archive_items {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .page__body .video_archive_items {
    margin-top: 100px;
  }
}
.page__body .video_archive_items .item {
  grid-row: span 2;
}
.page__body .video_archive_items .item .img_wrap .img, .page__body .video_archive_items .item .img_wrap:before {
  aspect-ratio: 1.6409;
}
.page__body .video_archive_items .item .img {
  position: relative;
}
.page__body .video_archive_items .item .img:before {
  font-family: "icomoon" !important;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: never;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  backdrop-filter: blur(5px);
  border-radius: 50%;
  color: #ffffff;
  content: "\e903";
  font-size: 50px;
  left: 50%;
  position: absolute;
  top: 50%;
  translate: -50% -50%;
  z-index: 1;
}
.page__body .video_archive_items .item.jh .img_wrap:before {
  background: #73CB49;
}
.page__body .video_archive_items .item.hi .img_wrap:before {
  background: #F88497;
}
.page__body .video_archive_items .item.st .img_wrap:before {
  background: #20C9BC;
}
.page__body .video_archive_items .item.ad .img_wrap:before {
  background: #4694D1;
}
.page__body .video_archive_items .item.at .img_wrap:before {
  background: #AEA4D0;
}
.page__body .video_archive_items .item.ic .img_wrap:before {
  background: #F9BE65;
}