.stepXweb {
  padding: 80px 0px 100px;
  background: url("../../image/xweb/background_step.webp") no-repeat top left;
  background-size: cover;
}
.stepXweb h2 {
  font-size: 38px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -2px;
  text-align: center;
  color: #FFFFFF;
}
.stepXweb .more-free {
  margin: 20px auto 0px;
  width: 200px;
  height: 48px;
  border-radius: 8px;
  display: grid;
  align-items: center;
  justify-content: center;
  background: var(--main-1);
  position: relative;
}
.stepXweb .more-free span {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.03px;
  text-align: center;
  vertical-align: middle;
  animation-name: tada;
  animation-delay: 0.3s;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  display: block;
}
.stepXweb .more-free .source {
  bottom: -45px;
  right: -25px;
  position: absolute;
  width: 82px;
}
.stepXweb .more-free .source img {
  max-width: 100%;
  transform: rotate(-217deg);
  filter: hue-rotate(310deg);
}
.stepXweb .content {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 33px;
}
.stepXweb .content .item {
  padding-top: 46px;
  position: relative;
}
.stepXweb .content .item .item-content {
  background: #FFFFFF;
  padding: 60px 8px 0px 8px;
  border-radius: 12px;
  height: 214px;
}
.stepXweb .content .item .item-content img {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translate(-50%, 0);
}
.stepXweb .content .item .item-content .title-item {
  padding-top: 16px;
  font-size: 18px;
  font-weight: 600;
  line-height: 21.78px;
  text-align: center;
  color: #061020;
}
.stepXweb .content .item .item-content .summary {
  margin-top: 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.0320000015px;
  text-align: center;
  color: #061020;
}
.stepXweb .content .item .number {
  font-size: 38px;
  font-weight: 500;
  line-height: 43.7px;
  letter-spacing: -2px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 58px;
}
.stepXweb .content .item .number_bottom {
  margin-bottom: 0px;
  margin-top: 12px;
}
.stepXweb .content .item-2 {
  padding-top: 0px;
}
.stepXweb .content .item-2 .item-content {
  position: relative;
}
.stepXweb .content .item-2 .item-content img {
  top: -65px;
}

@media screen and (max-width: 1140px) {
  .stepXweb {
    padding: 40px 0px;
  }
  .stepXweb h2 {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -1.4400000572px;
    text-align: center;
  }
  .stepXweb .content {
    gap: 20px;
  }
}
@media screen and (max-width: 992px) {
  .stepXweb .content {
    margin-top: 80px;
    grid-template-columns: repeat(2, 1fr);
  }
  .stepXweb .content .number {
    display: none;
  }
  .stepXweb .content .item {
    padding-top: 0px;
  }
  .stepXweb .content .item .item-content img {
    top: -65px;
  }
  .stepXweb {
    padding-bottom: 0px;
  }
  .stepXweb .content .item {
    margin-bottom: 60px;
  }
  .stepXweb .content .item .item-content {
    height: 100%;
    padding-bottom: 20px;
  }
  .stepXweb .content .item .item-content .title {
    padding-top: 0px;
  }
}
@media screen and (max-width: 600px) {
  .stepXweb h2 br {
    display: none;
  }
  .stepXweb .content {
    grid-template-columns: repeat(1, 1fr);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

/*# sourceMappingURL=step_xweb.css.map */
