.icon-svg-wrapper {
  position: absolute;
  top: 50%;
  right: 107px;
  display: flex;
  width: 845px;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  z-index: -1;
}

.icon-svg-wrapper .text-list {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  pointer-events: none;
  cursor: default;
  z-index: 3;
}

.icon-svg-wrapper .text-list img:nth-child(1) {
  transform: translate(28%, 515%);
}

.icon-svg-wrapper .text-list img:nth-child(2) {
  width: 183px;
  height: 144px;
}

.icon-svg-wrapper .text-list img:nth-child(3) {
  position: absolute;
  left: 53%;
  top: 62%;
  width: 317px;
  height: 205px;
  transform: translate(-50%, -50%);
  pointer-events: none;
  cursor: default;
}

.icon-svg-wrapper .text-list img:nth-child(4) {
  transform: translate(-25%, -370%);
}

.circle-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.contents-left {
  position: relative;
  left: 13.5%;
  width: 570px;
  height: 570px;
  border-radius: 100%;
}

.contents-left .circle {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-image: url('../asset/img/icons/ASTRON-SaaS-icon-left.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 1;
}

.contents-left .circle::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url('../asset/img/icons/ASTRON-SaaS-icon-left-border.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: transform 1s;
}

.contents-right {
  position: relative;
  left: -10%;
  width: 570px;
  height: 570px;
  border-radius: 100%;
  z-index: 2;
}

.contents-right .circle {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  width: 100%;
  height: 100%;
  background-image: url('../asset/img/icons/ASTRON-SaaS-icon-right.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.contents-right .circle::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url('../asset/img/icons/ASTRON-SaaS-icon-right-border.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: transform 1s;
}


.icon-svg-wrapper.left .text-list img:first-child {
  font-weight: bold;
  color: #ECEFF2;
}

.icon-svg-wrapper.left .text-list img:last-child {
  font-weight: normal;
  color: #a1a1a1;
}

.icon-svg-wrapper.right .text-list img:first-child {
  font-weight: normal;
  color: #a1a1a1;
}

.icon-svg-wrapper.right .text-list img:last-child {
  font-weight: bold;
  color: #ECEFF2;
}



.icon-svg-wrapper:hover .contents-left .circle::after,
.icon-svg-wrapper:hover .contents-right .circle::after {
  transform: rotate(360deg);
}

.icon-svg-wrapper.left .contents-left {
  z-index: 10;
}

.icon-svg-wrapper.right .contents-right {
  z-index: 10;
}


.astron-saas-wrapper .icon-svg-wrapper {
  top: 55%;
  right: 0;
}

.icon-svg-wrapper {
  top: 35%;
  right: -90%;
}
/* .slider_wrap .icon-svg-wrapper {
  right: -10%;
} */

@media (max-width: 1920px) {

  .icon-svg-wrapper {
    /* right: 0; */
    transform: scale(0.9);
  }

}

@media (max-width: 1680px) {
  .icon-svg-wrapper {
    /* right: 5%; */
    transform-origin: center right;
  }

}

@media (max-width: 1440px) {
  .icon-svg-wrapper {
    transform: scale(.8);
  }
}

@media (max-width: 1290px) {
  .icon-svg-wrapper {
    display: none;
  }
}