.operation_main {
  padding: 145px 21px 93px 0;
}
.operation_main .list > div {
  display: grid;
  grid-template-columns: 40.47% 1fr;
  gap: 64px 2.04884%;
}
.operation_main .lt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  padding: 3.88% 6.38% 3.88% 7.07%;
}
.operation_main .lt .img {
  width: 53.055%;
  --h: 100%;
  align-self: center;
}
.operation_main .lt .img .mask {
  height: auto;
  width: 71.12%;
  left: 50%;
  transform: translateX(-50%) rotateX(68.5deg);
  top: unset;
  bottom: -18.5%;
  animation: rotate 3s linear infinite;
}
@keyframes rotate {
  0% {
    transform: translateX(-50%) rotateX(68.5deg);
  }
  100% {
    transform: translateX(-50%) rotateX(68.5deg) rotate(360deg);
  }
}
.operation_main .lt .img .image {
  animation: magneticFloat 3.5s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  will-change: transform;
}
.operation_main .lt .info {
  flex: 1;
  width: 100%;
  max-width: 490px;
  display: flex;
  flex-direction: column;
  padding: 2.5% 0 2.4%;
}
.operation_main .lt .info .wrap {
  font-size: 56px;
  line-height: 1;
  white-space: nowrap;
}
.operation_main .lt .info .wrap .num {
  font-size: 156.47px;
  font-weight: 700;
}
.operation_main .lt .info .label {
  font-size: 80px;
  font-weight: 500;
  margin-top: 16px;
  margin-bottom: auto;
}
.operation_main .lt .info .desc {
  margin-top: 30px;
  font-size: 54px;
  line-height: 1.52;
  opacity: 0.85;
}
.operation_main .lb {
  padding: 21px;
  background-color: transparent;
}
.operation_main .lb .img {
  padding-bottom: 56.25%;
}
.operation_main .rt {
  grid-row: span 2;
  padding: 6.15% 4.49% 6.1% 4.15%;
}
.operation_main .rt .items > ul {
  display: grid;
  grid-template-columns: 49.4641% 1fr;
  gap: 44px 2.52%;
}
.operation_main .rt .item {
  border-radius: 7px;
  background-color: rgba(32, 43, 94, 0.5);
  padding: 4.22% 5.41% 4.44%;
  padding: 38px 49px 40px;
  min-height: 382px;
}
.operation_main .rt .title {
  display: grid;
  grid-template-columns: 100px 1fr;
  align-self: center;
  text-transform: uppercase;
  font-size: 60px;
  font-weight: 500;
  gap: 9px;
}
.operation_main .rt .title .icon {
  padding-bottom: 100%;
}
.operation_main .rt .title span {
  margin-top: 2px;
}
.operation_main .rt .nums {
  margin-top: 8px;
  padding-left: 4px;
  padding-right: 4px;
}
.operation_main .rt .nums ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
.operation_main .rt .nums .col-3 {
  grid-template-columns: repeat(3, 1fr);
}
.operation_main .rt .nums .wrap {
  font-size: 61px;
  font-weight: 500;
}
.operation_main .rt .nums .wrap:has(.num) {
  white-space: nowrap;
}
.operation_main .rt .nums .wrap .num {
  margin-right: -17px;
}
.operation_main .rt .nums .label {
  font-size: 27px;
  line-height: 1.33333;
  opacity: 0.7;
  margin-top: 7px;
  max-width: 360px;
  font-weight: 300;
}
.operation_main .rt .desc {
  margin-top: 47px;
  font-size: 35px;
  padding-left: 16px;
}
.operation_main .rt .desc li + li {
  margin-top: 28px;
}
@keyframes magneticFloat {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
  100% {
    transform: translateY(0);
  }
}
