.circle {
  height: 200px;
  position: relative;
  right: 140px;
}
.circle__cont {
  top: 0;
  left: 100px;
}
.circle__cont::before {
  position: absolute;
  content: "";
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  background: url(../img/home/main_slide_btn.svg) no-repeat;
  background-size: contain;
  width: 35px;
  height: 17px;
}
.circle__txt {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  height: 200px;
  font-size: 16px;
  text-align: center;
  margin: 0;
}
.circle__txt span {
  color: #fff;
  position: absolute;
  top: 0;
  left: calc(50% - 15px);
  display: inline-block;
  width: 30px;
  height: 90px;
  transform-origin: center bottom;
  animation: slideText 33s linear infinite;
}

@keyframes slideText {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.circle__txt span:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: 0s;
}

.circle__txt span:nth-child(2) {
  transform: rotate(10deg);
  animation-delay: -1s;
}

.circle__txt span:nth-child(3) {
  transform: rotate(20deg);
  animation-delay: -2s;
}

.circle__txt span:nth-child(4) {
  transform: rotate(30deg);
  animation-delay: -3s;
}

.circle__txt span:nth-child(5) {
  transform: rotate(40deg);
  animation-delay: -4s;
}

.circle__txt span:nth-child(6) {
  transform: rotate(50deg);
  animation-delay: -5s;
}

.circle__txt span:nth-child(7) {
  transform: rotate(60deg);
  animation-delay: -6s;
}

.circle__txt span:nth-child(8) {
  transform: rotate(70deg);
  animation-delay: -7s;
}

.circle__txt span:nth-child(9) {
  transform: rotate(80deg);
  animation-delay: -8s;
}

.circle__txt span:nth-child(10) {
  transform: rotate(90deg);
  animation-delay: -9s;
}

.circle__txt span:nth-child(11) {
  transform: rotate(100deg);
  animation-delay: -10s;
}

.circle__txt span:nth-child(12) {
  transform: rotate(110deg);
  animation-delay: -11s;
}

.circle__txt span:nth-child(13) {
  transform: rotate(120deg);
  animation-delay: -12s;
}

.circle__txt span:nth-child(14) {
  transform: rotate(130deg);
  animation-delay: -13s;
}

.circle__txt span:nth-child(15) {
  transform: rotate(140deg);
  animation-delay: -14s;
}

.circle__txt span:nth-child(16) {
  transform: rotate(150deg);
  animation-delay: -15s;
}

.circle__txt span:nth-child(17) {
  transform: rotate(160deg);
  animation-delay: -16s;
}

.circle__txt span:nth-child(18) {
  transform: rotate(170deg);
  animation-delay: -17s;
}

.circle__txt span:nth-child(19) {
  transform: rotate(180deg);
  animation-delay: -18s;
}

.circle__txt span:nth-child(20) {
  transform: rotate(190deg);
  animation-delay: -19s;
}

.circle__txt span:nth-child(21) {
  transform: rotate(200deg);
  animation-delay: -20s;
}

.circle__txt span:nth-child(22) {
  transform: rotate(210deg);
  animation-delay: -21s;
}

.circle__txt span:nth-child(23) {
  transform: rotate(220deg);
  animation-delay: -22s;
}

.circle__txt span:nth-child(24) {
  transform: rotate(230deg);
  animation-delay: -23s;
}

.circle__txt span:nth-child(25) {
  transform: rotate(240deg);
  animation-delay: -24s;
}

.circle__txt span:nth-child(26) {
  transform: rotate(250deg);
  animation-delay: -25s;
}

.circle__txt span:nth-child(27) {
  transform: rotate(260deg);
  animation-delay: -26s;
}

.circle__txt span:nth-child(28) {
  transform: rotate(270deg);
  animation-delay: -27s;
}

.circle__txt span:nth-child(29) {
  transform: rotate(280deg);
  animation-delay: -28s;
}

.circle__txt span:nth-child(30) {
  transform: rotate(290deg);
  animation-delay: -29s;
}

.circle__txt span:nth-child(31) {
  transform: rotate(300deg);
  animation-delay: -30s;
}

.circle__txt span:nth-child(32) {
  transform: rotate(310deg);
  animation-delay: -31s;
}

.circle__txt span:nth-child(33) {
  transform: rotate(320deg);
  animation-delay: -32s;
}

.circle__txt span:nth-child(34) {
  transform: rotate(330deg);
  animation-delay: -33s;
}

.circle__txt span:nth-child(35) {
  transform: rotate(340deg);
  animation-delay: -34s;
}

.circle__txt span:nth-child(36) {
  transform: rotate(350deg);
  animation-delay: -35s;
}/*# sourceMappingURL=circle.css.map */


@media screen and (max-width: 600px) {
	.circle__txt { font-size: 14px;}
  .circle__txt span { height: 70px;}
  .circle__cont::before { top: 35%;}
}