.experience-top {
  position: relative;
  width: 100%;
  height: 560px;
}

.experience-top__bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center center;
  background-size: cover;
  background-image: url(../imgs/experience/experience_top_img.png);
}

.experience-certificate {
  padding-top: 11.3541666667vw;
  background-color: #F1F1F1;
}

.experience-certificate__top {
  padding: 0 20px;
  text-align: center;
}

.experience-certificate__title {
  font-size: var(--font-size50);
  font-weight: 700;
  color: #000;
}

.experience-certificate__text {
  margin-top: clamp(1rem, 2vw, 3.6rem);
  font-size: var(--font-size40);
  color: #000;
}

.experience-certificate__slider {
  position: relative;
  margin-top: clamp(2rem, 4vw, 4.7rem);
  overflow: hidden;
}

.experience-certificate__slider .swiper {
  padding-bottom: 11.09375vw;
  overflow: visible;
}

@media screen and (max-width: 639px) {
  .experience-certificate__slider .swiper {
    padding-right: 20px;
  }
}

.experience-certificate__slider .swiper-slide {
  width: 24rem;
}

@media screen and (max-width: 639px) {
  .experience-certificate__slider .swiper-slide {
    width: auto;
    padding-left: 20px;
  }
}

.experience-certificate__slider img {
  width: 100%;
  box-shadow: 0px 9px 21px 0px rgba(0, 0, 0, 0.1019607843), 0px 37px 37px 0px rgba(0, 0, 0, 0.0901960784), 0px 84px 50px 0px rgba(0, 0, 0, 0.0509803922), 0px 150px 60px 0px rgba(0, 0, 0, 0.0117647059), 0px 234px 65px 0px rgba(0, 0, 0, 0);
}

.strategy-top {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.strategy-title {
  font-size: var(--font-size50);
  text-align: center;
  color: #000;
  font-weight: 700;
}

.strategy-text {
  margin-top: 3.8rem;
  font-size: var(--font-size40);
  text-align: center;
  color: #000;
}

@media screen and (max-width: 1400px) {
  .strategy-text {
    margin-top: 3.7109375vw;
  }
}

.strategy-certificate {
  position: relative;
}

.strategy-certificate+.strategy-certificate {
  margin-top: 13.9rem;
}

@media screen and (max-width: 1400px) {
  .strategy-certificate+.strategy-certificate {
    margin-top: 13.57421875vw;
  }
}

.strategy-certificate__title {
  position: relative;
  text-align: center;
}

.strategy-certificate__title span {
  display: inline-block;
  border-radius: 50px;
  background-color: #fff;
  font-size: var(--font-size40);
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #000;
}

.strategy-certificate__items {
  display: grid;
  width: 100%;
  max-width: 1496px;
  grid-template-columns: repeat(6, 1fr);
  gap: 8px;
  padding: 0 20px;
  margin: 0 auto;
}

@media screen and (max-width: 803px) {
  .strategy-certificate__items {
    grid-template-columns: repeat(2, 1fr);
  }
}


.strategy-certificate__items img {
  width: 100%;
}


.strategy-certificate__items--mt57 {
  margin-top: 5.7rem;
}

.strategy-certificate__item {
  position: relative;
}

.strategy-middle {
  padding-top: 120px;
  padding-bottom: 120px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #F2F2F2;
}

.strategy-middle__items {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  gap: 0 4rem;
}

@media screen and (max-width: 768px) {
  .strategy-middle__items {
    gap: 20px 0;
  }
}

.strategy-middle__item {
  position: relative;
}

@media screen and (max-width: 1545px) {
  .strategy-middle__item {
    width: calc(33% - 4rem - 4rem);
  }

  .strategy-middle__item img {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .strategy-middle__item {
    width: 100%;
  }
}

.strategy-bottom {
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
}

.construction-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) translateZ(0);
  min-width: 100% !important;
  min-height: 100% !important;
  width: auto !important;
  height: auto !important;
  will-change: transform;
}
