.home_main {
  padding: 145px 0 93px;
}
.home_main .list > div {
  display: grid;
  grid-template-columns: 28.3% 40.2% 28.3%;
  justify-content: space-between;
  gap: 64px 0;
}
.home_main .molecule_box {
  padding: 7.5% 2.96%;
}
.home_main .molecule_box ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.home_main .molecule_box .img {
  width: 250px;
  --h: 100%;
  margin: 0 auto;
}
.home_main .molecule_box .img .mask {
  height: auto;
  width: 85.2%;
  left: 50%;
  transform: translateX(-50%) rotateX(54deg);
  top: unset;
  bottom: -18%;
  animation: rotate 3s linear infinite;
  will-change: transform;
  opacity: 0.54;
}
@keyframes rotate {
  0% {
    transform: translateX(-50%) rotateX(54deg);
  }
  100% {
    transform: translateX(-50%) rotateX(54deg) rotate(360deg);
  }
}
.home_main .molecule_box .img .image {
  animation: magneticFloat 3s ease-in-out infinite;
  will-change: transform;
}
.home_main .molecule_box .title {
  font-size: 36px;
  font-weight: 500;
  text-align: center;
  margin-top: 22px;
}
.home_main .welcome_box {
  position: relative;
  background-color: transparent;
  padding: 1.53% 1.46%;
}
.home_main .welcome_box .img {
  height: 100%;
  padding-bottom: 56.24%;
}
.home_main .welcome_box .info {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
}
.home_main .welcome_box .name {
  font-size: 38px;
  font-weight: 500;
  opacity: 0.79;
}
.home_main .welcome_box .title {
  font-size: 94px;
  line-height: 1.38298;
  font-weight: 700;
  margin-top: 36px;
  margin-bottom: 7.1%;
}
.home_main .num_box {
  grid-row: span 2;
  padding: 6.7% 8.28% 6.9%;
}
.home_main .num_box .staff {
  position: relative;
}
.home_main .num_box .staff svg {
  width: 100%;
  height: 100%;
}
.home_main .num_box .staff .img {
  width: 100%;
  height: auto;
}
.home_main .num_box .staff::before {
  width: 63.68%;
  padding-bottom: 70.371%;
  position: absolute;
  top: 88%;
  left: 50%;
  border-radius: 50% / 50%;
  background-image: linear-gradient(to bottom, #4daeff, transparent 34%);
  opacity: 0.15;
  content: '';
  pointer-events: none;
  filter: blur(7px);
  transform: translateX(-50%);
}
.home_main .num_box .nums {
  margin-top: 36px;
}
.home_main .num_box .nums ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 44px 25px;
}
.home_main .num_box .nums li {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 7px;
  gap: 20px;
  background-color: rgba(32, 43, 94, 0.55);
  padding: 7.83% 8.32% 5.63% 9.54%;
  min-height: 361px;
}
.home_main .num_box .nums .col2 {
  grid-column: -1/1;
  flex-direction: row;
  align-items: center;
  padding: 2.26% 7.95% 2.26% 8.67%;
}
.home_main .num_box .nums .wrap {
  font-size: 60px;
  white-space: nowrap;
  font-weight: 700;
}
.home_main .num_box .nums .wrap .num {
  font-size: 74px;
}
.home_main .num_box .nums p {
  font-size: 36px;
  opacity: 0.7;
  margin-top: 24px;
}
.home_main .num_box .nums .label {
  display: grid;
  grid-template-columns: 1fr 100px;
  align-items: center;
  gap: 20px;
}
.home_main .num_box .nums .icon {
  padding-bottom: 100%;
}
.home_main .num_box .nums .img {
  width: 48.1221%;
  --h: 100%;
}
.home_main .num_box .nums .img .mask {
  height: auto;
  left: 50%;
  transform: translateX(-50%) rotateX(65deg);
  top: unset;
  bottom: -25%;
  animation: rotate1 3s linear infinite;
  opacity: 0.54;
}
@keyframes rotate1 {
  0% {
    transform: translateX(-50%) rotateX(65deg);
  }
  100% {
    transform: translateX(-50%) rotateX(65deg) rotate(360deg);
  }
}
.home_main .num_box .nums .img .image {
  animation: magneticFloat 3.5s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  will-change: transform;
}
.home_main .num_box .nums .info {
  flex: 1;
  padding-bottom: 3%;
}
.home_main .num_box .nums .info .wrap {
  font-size: 78px;
}
.home_main .num_box .nums .info .wrap .num {
  font-size: 78px;
}
.home_main .num_box .nums .info p {
  margin-top: 15px;
  padding-left: 12%;
}
.home_main .global_box {
  grid-column: span 2;
  position: relative;
  padding: 3.5% 1.31% 1.95% 3.14%;
}
.home_main .global_box .img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
}
.home_main .global_box .items > ul {
  display: grid;
  grid-template-columns: 13.6% 18.3% 1fr 19.65% 17.75%;
  align-items: end;
  gap: 60px 0;
}
.home_main .global_box .items .empty {
  grid-column: 1/-2;
}
.home_main .global_box .item {
  padding-right: 10px;
}
.home_main .global_box .item.us .title::before {
  background-image: linear-gradient(to bottom, #04f0fb, #06b4f8);
}
.home_main .global_box .item.er .title::before {
  background-image: linear-gradient(to bottom, #8caaff, #6464ff);
}
.home_main .global_box .item .title {
  position: relative;
  font-size: 28px;
  font-weight: 500;
  padding-left: 33px;
}
.home_main .global_box .item .title::before {
  position: absolute;
  width: 6px;
  height: 25px;
  left: -2px;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  background-image: linear-gradient(to right, #ffa42e, #ffbe31);
}
.home_main .global_box .item ul {
  border-left: 1px solid #fff;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr));
  padding-left: 33px;
  gap: 20px 10px;
  margin-top: 8px;
}
.home_main .global_box .item ul strong {
  font-size: 26px;
  font-weight: 300;
}
.home_main .global_box .item ul p {
  font-size: 22px;
  line-height: 1.3636;
  opacity: 0.65;
  font-weight: 300;
  margin-top: -4px;
}
.home_main .global_box .item .num {
  font-size: 78px;
  font-weight: 700;
}
.home_main .global_box .item .label {
  font-size: 36px;
  margin-top: 10px;
  opacity: 0.7;
}
@keyframes magneticFloat {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
  100% {
    transform: translateY(0);
  }
}
