/* 반응형 구현 */
@media screen and (max-width: 480px) {
	.animation-wrap {
		padding: 0 16px;
		height: calc(80vh - 70px);
	}

	.animation-section-text-box {
		font-size: 5.2vw;
		margin-bottom: none;
	}

	.anmation-container {
		background-color: aqua;
		width: 100%;
		height: auto;
	}

	.ani-img-box {
		height: auto;
	}

	footer {
		padding: 30px 16px 0px 16px;
		height: auto;
	}
}
