.newcare_30th {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	padding-bottom: 34.2%;
}

.newcare_30th .main_newcare {
	position: absolute;
	top: 19%;
	left: 0;
	width: auto;
	height: 75.4%;
}

.newcare_30th .sub_txt {
	position: absolute;
	bottom: 0;
	left: 51%;
	width: 32.1%;
	height: 16.9%;
	transform: translateY(100%);
}
.newcare_30th .circle {
	position: absolute;
	top: 1%;
	left: 51%;
	width: 37.9%;
	height: 0;
	padding-bottom: 37.9%;
}

.newcare_30th .circle img {
	position: absolute;
	transform-origin: center;
	transform: rotate(0deg);
	opacity: 0;
	animation-timing-function: linear;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}

.newcare_30th.on .circle .circle_l {
	animation-delay: 0.3s;
	animation-name: rotateLarge;
	animation-duration: 1.4s;
}
.newcare_30th.on .circle .circle_m {
	animation-delay: 0.2s;
	animation-name: rotateMiddle;
	animation-duration: 1.4s;
}
.newcare_30th.on .circle .circle_s {
	animation-delay: 0s;
	animation-name: rotateSmall;
	animation-duration: 1.4s;
}

@keyframes rotateSmall {
	0% {
		transform: rotate(45deg);
		opacity: 0;
	}
	30% {
		opacity: 0;
	}
	100% {
		transform: rotate(0deg);
		opacity: 1;
	}
}
@keyframes rotateMiddle {
	0% {
		transform: rotate(80deg);
		opacity: 0;
	}
	35% {
		opacity: 0;
	}
	100% {
		transform: rotate(0deg);
		opacity: 1;
	}
}
@keyframes rotateLarge {
	0% {
		transform: rotate(90deg);
		opacity: 0;
	}
	40% {
		opacity: 0;
	}
	100% {
		transform: rotate(0deg);
		opacity: 1;
	}
}

@keyframes slowerOpacity {
	0% {
		opacity: 0;
	}
	5% {
		opacity: 0;
	}
	30% {
		opacity: 1;
	}
	70% {
		opacity: 1;
	}
	95% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

@media (max-width: 767px) {
	.newcare_30th {
		transform: translateY(-2px);
	}
}
