@charset "UTF-8";
.showcase_minini_world_new body {
	margin: 0;
}

.showcase_minini_world_new * {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.showcase_minini_world_new p, .showcase_minini_world_new h1, .showcase_minini_world_new h2, .showcase_minini_world_new h3, .showcase_minini_world_new h4, .showcase_minini_world_new h5, .showcase_minini_world_new h6, .showcase_minini_world_new ul, .showcase_minini_world_new ol, .showcase_minini_world_new li, .showcase_minini_world_new dl, .showcase_minini_world_new dt, .showcase_minini_world_new dd, .showcase_minini_world_new table, .showcase_minini_world_new th, .showcase_minini_world_new td, .showcase_minini_world_new form, .showcase_minini_world_new fieldset, .showcase_minini_world_new legend, .showcase_minini_world_new input, .showcase_minini_world_new textarea, .showcase_minini_world_new button, .showcase_minini_world_new select, .showcase_minini_world_new em, .showcase_minini_world_new strong, .showcase_minini_world_new span, .showcase_minini_world_new a {
	margin: 0;
	padding: 0;
	font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}

.showcase_minini_world_new input, .showcase_minini_world_new textarea, .showcase_minini_world_new select, .showcase_minini_world_new button, .showcase_minini_world_new table {
	font-size: 13px;
	line-height: 1.4;
	letter-spacing: -0.3px;
	color: #252525;
	-webkit-appearance: none;
	appearance: none;
	font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}

.showcase_minini_world_new img, .showcase_minini_world_new fieldset {
	border: 0;
	vertical-align: top;
}

.showcase_minini_world_new ul, .showcase_minini_world_new ol {
	list-style: none;
}

.showcase_minini_world_new em, .showcase_minini_world_new address {
	font-style: normal;
}

.showcase_minini_world_new a {
	text-decoration: none;
}

.showcase_minini_world_new a:hover, .showcase_minini_world_new a:active, .showcase_minini_world_new a:focus {
	text-decoration: none;
}

.showcase_minini_world_new table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}

.showcase_minini_world_new hr {
	display: none !important;
}

.showcase_minini_world_new .u_skip, .showcase_minini_world_new .blind {
	overflow: hidden !important;
	position: absolute !important;
	clip: rect(0 0 0 0) !important;
	width: 1px !important;
	height: 1px !important;
	margin: -1px !important;
}

.showcase_minini_world_new button {
	border: none;
	background: none;
	cursor: pointer;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
}

.showcase_minini_world_new img {
	width: 100%;
	vertical-align: top;
}

/* ===== minimal mq mixins + helpers ===== */
/* breakpoints */
/* 디자인 기준폭(컨테이너 % 계산용) */
/* vw() – 컨테이너 기준 % 반환 (두번째 버전 유지) */
/* media-query mixins (상태 전역 변경 없음) */
/* helpers (두번째 버전 유지) */
.showcase_minini_world_new {
	position: relative;
	text-align: center;
	overflow: hidden;
	z-index: 1;
}

.showcase_minini_world_new .only_mo {
	display: block;
}

.showcase_minini_world_new .only_pc {
	display: none;
}

@media screen and (min-width: 1180px) {
	.showcase_minini_world_new .only_mo {
		display: none;
	}
	.showcase_minini_world_new .only_pc {
		display: block;
	}
}

.showcase_minini_world_new .wrap {
	overflow: hidden;
}

.showcase_minini_world_new img {
	width: 100%;
	vertical-align: top;
}

.showcase_minini_world_new .ui_motion_up {
	-webkit-transform: translateY(30px);
	    -ms-transform: translateY(30px);
	        transform: translateY(30px);
	opacity: 0;
	-webkit-transition: opacity 1s cubic-bezier(0.32, 0.94, 0.6, 1), -webkit-transform 1s cubic-bezier(0.15, 0.85, 0.45, 1);
	transition: opacity 1s cubic-bezier(0.32, 0.94, 0.6, 1), -webkit-transform 1s cubic-bezier(0.15, 0.85, 0.45, 1);
	transition: transform 1s cubic-bezier(0.15, 0.85, 0.45, 1), opacity 1s cubic-bezier(0.32, 0.94, 0.6, 1);
	transition: transform 1s cubic-bezier(0.15, 0.85, 0.45, 1), opacity 1s cubic-bezier(0.32, 0.94, 0.6, 1), -webkit-transform 1s cubic-bezier(0.15, 0.85, 0.45, 1);
}

.showcase_minini_world_new .ui_motion_up.on {
	-webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
	opacity: 1;
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

.showcase_minini_world_new .snow_box {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
}

.showcase_minini_world_new .snow_box .snow_img {
	display: block !important;
	position: absolute;
	width: 20px;
	height: 20px;
	background: white;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	z-index: 50;
	-webkit-filter: drop-shadow(0 0 10px white);
	        filter: drop-shadow(0 0 10px white);
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img.only_pc {
		display: none !important;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(1) {
	opacity: 0.23555;
	-webkit-transform: translate(84.0135vw, -10px) scale(0.0798);
	    -ms-transform: translate(84.0135vw, -10px) scale(0.0798);
	        transform: translate(84.0135vw, -10px) scale(0.0798);
	-webkit-animation: fall-1 22.1s -15s linear infinite;
	        animation: fall-1 22.1s -15s linear infinite;
}

@-webkit-keyframes fall-1 {
	38.283% {
		-webkit-transform: translate(93.7472vw, 38.283vh) scale(0.0798);
		        transform: translate(93.7472vw, 38.283vh) scale(0.0798);
	}
	to {
		-webkit-transform: translate(88.88035vw, 100vh) scale(0.0798);
		        transform: translate(88.88035vw, 100vh) scale(0.0798);
	}
}

@keyframes fall-1 {
	38.283% {
		-webkit-transform: translate(93.7472vw, 38.283vh) scale(0.0798);
		        transform: translate(93.7472vw, 38.283vh) scale(0.0798);
	}
	to {
		-webkit-transform: translate(88.88035vw, 100vh) scale(0.0798);
		        transform: translate(88.88035vw, 100vh) scale(0.0798);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(1) {
		-webkit-animation: fall-1 37.7s -15s linear infinite;
		        animation: fall-1 37.7s -15s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(2) {
	opacity: 0.2;
	-webkit-transform: translate(72.7657vw, -10px) scale(0.9409);
	    -ms-transform: translate(72.7657vw, -10px) scale(0.9409);
	        transform: translate(72.7657vw, -10px) scale(0.9409);
	-webkit-animation: fall-2 24.7s -8s linear infinite;
	        animation: fall-2 24.7s -8s linear infinite;
}

@-webkit-keyframes fall-2 {
	73.617% {
		-webkit-transform: translate(75.743vw, 73.617vh) scale(0.9409);
		        transform: translate(75.743vw, 73.617vh) scale(0.9409);
	}
	to {
		-webkit-transform: translate(74.25435vw, 100vh) scale(0.9409);
		        transform: translate(74.25435vw, 100vh) scale(0.9409);
	}
}

@keyframes fall-2 {
	73.617% {
		-webkit-transform: translate(75.743vw, 73.617vh) scale(0.9409);
		        transform: translate(75.743vw, 73.617vh) scale(0.9409);
	}
	to {
		-webkit-transform: translate(74.25435vw, 100vh) scale(0.9409);
		        transform: translate(74.25435vw, 100vh) scale(0.9409);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(2) {
		-webkit-animation: fall-2 42.9s -8s linear infinite;
		        animation: fall-2 42.9s -8s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(3) {
	opacity: 0.2625;
	-webkit-transform: translate(71.1823vw, -10px) scale(0.7819);
	    -ms-transform: translate(71.1823vw, -10px) scale(0.7819);
	        transform: translate(71.1823vw, -10px) scale(0.7819);
	-webkit-animation: fall-3 36.4s -21s linear infinite;
	        animation: fall-3 36.4s -21s linear infinite;
}

@-webkit-keyframes fall-3 {
	35.665% {
		-webkit-transform: translate(72.8697vw, 35.665vh) scale(0.7819);
		        transform: translate(72.8697vw, 35.665vh) scale(0.7819);
	}
	to {
		-webkit-transform: translate(72.026vw, 100vh) scale(0.7819);
		        transform: translate(72.026vw, 100vh) scale(0.7819);
	}
}

@keyframes fall-3 {
	35.665% {
		-webkit-transform: translate(72.8697vw, 35.665vh) scale(0.7819);
		        transform: translate(72.8697vw, 35.665vh) scale(0.7819);
	}
	to {
		-webkit-transform: translate(72.026vw, 100vh) scale(0.7819);
		        transform: translate(72.026vw, 100vh) scale(0.7819);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(3) {
		-webkit-animation: fall-3 20.8s -21s linear infinite;
		        animation: fall-3 20.8s -21s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(4) {
	opacity: 0.25465;
	-webkit-transform: translate(53.4647vw, -10px) scale(0.7589);
	    -ms-transform: translate(53.4647vw, -10px) scale(0.7589);
	        transform: translate(53.4647vw, -10px) scale(0.7589);
	-webkit-animation: fall-4 14.3s -16s linear infinite;
	        animation: fall-4 14.3s -16s linear infinite;
}

@-webkit-keyframes fall-4 {
	78.785% {
		-webkit-transform: translate(56.6464vw, 78.785vh) scale(0.7589);
		        transform: translate(56.6464vw, 78.785vh) scale(0.7589);
	}
	to {
		-webkit-transform: translate(55.05555vw, 100vh) scale(0.7589);
		        transform: translate(55.05555vw, 100vh) scale(0.7589);
	}
}

@keyframes fall-4 {
	78.785% {
		-webkit-transform: translate(56.6464vw, 78.785vh) scale(0.7589);
		        transform: translate(56.6464vw, 78.785vh) scale(0.7589);
	}
	to {
		-webkit-transform: translate(55.05555vw, 100vh) scale(0.7589);
		        transform: translate(55.05555vw, 100vh) scale(0.7589);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(4) {
		-webkit-animation: fall-4 45.5s -16s linear infinite;
		        animation: fall-4 45.5s -16s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(5) {
	opacity: 0.2942;
	-webkit-transform: translate(36.2792vw, -10px) scale(0.0864);
	    -ms-transform: translate(36.2792vw, -10px) scale(0.0864);
	        transform: translate(36.2792vw, -10px) scale(0.0864);
	-webkit-animation: fall-5 19.5s -21s linear infinite;
	        animation: fall-5 19.5s -21s linear infinite;
}

@-webkit-keyframes fall-5 {
	47.508% {
		-webkit-transform: translate(32.1121vw, 47.508vh) scale(0.0864);
		        transform: translate(32.1121vw, 47.508vh) scale(0.0864);
	}
	to {
		-webkit-transform: translate(34.19565vw, 100vh) scale(0.0864);
		        transform: translate(34.19565vw, 100vh) scale(0.0864);
	}
}

@keyframes fall-5 {
	47.508% {
		-webkit-transform: translate(32.1121vw, 47.508vh) scale(0.0864);
		        transform: translate(32.1121vw, 47.508vh) scale(0.0864);
	}
	to {
		-webkit-transform: translate(34.19565vw, 100vh) scale(0.0864);
		        transform: translate(34.19565vw, 100vh) scale(0.0864);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(5) {
		-webkit-animation: fall-5 33.8s -21s linear infinite;
		        animation: fall-5 33.8s -21s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(6) {
	opacity: 0.1004;
	-webkit-transform: translate(99.9572vw, -10px) scale(0.1426);
	    -ms-transform: translate(99.9572vw, -10px) scale(0.1426);
	        transform: translate(99.9572vw, -10px) scale(0.1426);
	-webkit-animation: fall-6 35.1s -2s linear infinite;
	        animation: fall-6 35.1s -2s linear infinite;
}

@-webkit-keyframes fall-6 {
	47.439% {
		-webkit-transform: translate(100.4159vw, 47.439vh) scale(0.1426);
		        transform: translate(100.4159vw, 47.439vh) scale(0.1426);
	}
	to {
		-webkit-transform: translate(100.18655vw, 100vh) scale(0.1426);
		        transform: translate(100.18655vw, 100vh) scale(0.1426);
	}
}

@keyframes fall-6 {
	47.439% {
		-webkit-transform: translate(100.4159vw, 47.439vh) scale(0.1426);
		        transform: translate(100.4159vw, 47.439vh) scale(0.1426);
	}
	to {
		-webkit-transform: translate(100.18655vw, 100vh) scale(0.1426);
		        transform: translate(100.18655vw, 100vh) scale(0.1426);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(6) {
		-webkit-animation: fall-6 41.6s -2s linear infinite;
		        animation: fall-6 41.6s -2s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(7) {
	opacity: 0.0595;
	-webkit-transform: translate(36.1779vw, -10px) scale(0.4694);
	    -ms-transform: translate(36.1779vw, -10px) scale(0.4694);
	        transform: translate(36.1779vw, -10px) scale(0.4694);
	-webkit-animation: fall-7 28.6s -18s linear infinite;
	        animation: fall-7 28.6s -18s linear infinite;
}

@-webkit-keyframes fall-7 {
	77.068% {
		-webkit-transform: translate(35.3855vw, 77.068vh) scale(0.4694);
		        transform: translate(35.3855vw, 77.068vh) scale(0.4694);
	}
	to {
		-webkit-transform: translate(35.7817vw, 100vh) scale(0.4694);
		        transform: translate(35.7817vw, 100vh) scale(0.4694);
	}
}

@keyframes fall-7 {
	77.068% {
		-webkit-transform: translate(35.3855vw, 77.068vh) scale(0.4694);
		        transform: translate(35.3855vw, 77.068vh) scale(0.4694);
	}
	to {
		-webkit-transform: translate(35.7817vw, 100vh) scale(0.4694);
		        transform: translate(35.7817vw, 100vh) scale(0.4694);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(7) {
		-webkit-animation: fall-7 27.3s -18s linear infinite;
		        animation: fall-7 27.3s -18s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(8) {
	opacity: 0.49725;
	-webkit-transform: translate(58.6804vw, -10px) scale(0.9207);
	    -ms-transform: translate(58.6804vw, -10px) scale(0.9207);
	        transform: translate(58.6804vw, -10px) scale(0.9207);
	-webkit-animation: fall-8 31.2s -27s linear infinite;
	        animation: fall-8 31.2s -27s linear infinite;
}

@-webkit-keyframes fall-8 {
	77.969% {
		-webkit-transform: translate(60.3793vw, 77.969vh) scale(0.9207);
		        transform: translate(60.3793vw, 77.969vh) scale(0.9207);
	}
	to {
		-webkit-transform: translate(59.52985vw, 100vh) scale(0.9207);
		        transform: translate(59.52985vw, 100vh) scale(0.9207);
	}
}

@keyframes fall-8 {
	77.969% {
		-webkit-transform: translate(60.3793vw, 77.969vh) scale(0.9207);
		        transform: translate(60.3793vw, 77.969vh) scale(0.9207);
	}
	to {
		-webkit-transform: translate(59.52985vw, 100vh) scale(0.9207);
		        transform: translate(59.52985vw, 100vh) scale(0.9207);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(8) {
		-webkit-animation: fall-8 26s -27s linear infinite;
		        animation: fall-8 26s -27s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(9) {
	opacity: 0.2579;
	-webkit-transform: translate(34.9576vw, -10px) scale(0.8431);
	    -ms-transform: translate(34.9576vw, -10px) scale(0.8431);
	        transform: translate(34.9576vw, -10px) scale(0.8431);
	-webkit-animation: fall-9 31.2s -23s linear infinite;
	        animation: fall-9 31.2s -23s linear infinite;
}

@-webkit-keyframes fall-9 {
	55.273% {
		-webkit-transform: translate(34.2332vw, 55.273vh) scale(0.8431);
		        transform: translate(34.2332vw, 55.273vh) scale(0.8431);
	}
	to {
		-webkit-transform: translate(34.5954vw, 100vh) scale(0.8431);
		        transform: translate(34.5954vw, 100vh) scale(0.8431);
	}
}

@keyframes fall-9 {
	55.273% {
		-webkit-transform: translate(34.2332vw, 55.273vh) scale(0.8431);
		        transform: translate(34.2332vw, 55.273vh) scale(0.8431);
	}
	to {
		-webkit-transform: translate(34.5954vw, 100vh) scale(0.8431);
		        transform: translate(34.5954vw, 100vh) scale(0.8431);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(9) {
		-webkit-animation: fall-9 22.1s -23s linear infinite;
		        animation: fall-9 22.1s -23s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(10) {
	opacity: 0.05205;
	-webkit-transform: translate(55.3948vw, -10px) scale(0.4078);
	    -ms-transform: translate(55.3948vw, -10px) scale(0.4078);
	        transform: translate(55.3948vw, -10px) scale(0.4078);
	-webkit-animation: fall-10 29.9s -10s linear infinite;
	        animation: fall-10 29.9s -10s linear infinite;
}

@-webkit-keyframes fall-10 {
	77.122% {
		-webkit-transform: translate(58.6227vw, 77.122vh) scale(0.4078);
		        transform: translate(58.6227vw, 77.122vh) scale(0.4078);
	}
	to {
		-webkit-transform: translate(57.00875vw, 100vh) scale(0.4078);
		        transform: translate(57.00875vw, 100vh) scale(0.4078);
	}
}

@keyframes fall-10 {
	77.122% {
		-webkit-transform: translate(58.6227vw, 77.122vh) scale(0.4078);
		        transform: translate(58.6227vw, 77.122vh) scale(0.4078);
	}
	to {
		-webkit-transform: translate(57.00875vw, 100vh) scale(0.4078);
		        transform: translate(57.00875vw, 100vh) scale(0.4078);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(10) {
		-webkit-animation: fall-10 39s -10s linear infinite;
		        animation: fall-10 39s -10s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(11) {
	opacity: 0.2464;
	-webkit-transform: translate(13.9158vw, -10px) scale(0.6659);
	    -ms-transform: translate(13.9158vw, -10px) scale(0.6659);
	        transform: translate(13.9158vw, -10px) scale(0.6659);
	-webkit-animation: fall-11 31.2s -5s linear infinite;
	        animation: fall-11 31.2s -5s linear infinite;
}

@-webkit-keyframes fall-11 {
	51.439% {
		-webkit-transform: translate(15.12vw, 51.439vh) scale(0.6659);
		        transform: translate(15.12vw, 51.439vh) scale(0.6659);
	}
	to {
		-webkit-transform: translate(14.5179vw, 100vh) scale(0.6659);
		        transform: translate(14.5179vw, 100vh) scale(0.6659);
	}
}

@keyframes fall-11 {
	51.439% {
		-webkit-transform: translate(15.12vw, 51.439vh) scale(0.6659);
		        transform: translate(15.12vw, 51.439vh) scale(0.6659);
	}
	to {
		-webkit-transform: translate(14.5179vw, 100vh) scale(0.6659);
		        transform: translate(14.5179vw, 100vh) scale(0.6659);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(11) {
		-webkit-animation: fall-11 42.9s -5s linear infinite;
		        animation: fall-11 42.9s -5s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(12) {
	opacity: 0.00615;
	-webkit-transform: translate(84.2564vw, -10px) scale(0.1588);
	    -ms-transform: translate(84.2564vw, -10px) scale(0.1588);
	        transform: translate(84.2564vw, -10px) scale(0.1588);
	-webkit-animation: fall-12 26s -29s linear infinite;
	        animation: fall-12 26s -29s linear infinite;
}

@-webkit-keyframes fall-12 {
	41.774% {
		-webkit-transform: translate(89.6331vw, 41.774vh) scale(0.1588);
		        transform: translate(89.6331vw, 41.774vh) scale(0.1588);
	}
	to {
		-webkit-transform: translate(86.94475vw, 100vh) scale(0.1588);
		        transform: translate(86.94475vw, 100vh) scale(0.1588);
	}
}

@keyframes fall-12 {
	41.774% {
		-webkit-transform: translate(89.6331vw, 41.774vh) scale(0.1588);
		        transform: translate(89.6331vw, 41.774vh) scale(0.1588);
	}
	to {
		-webkit-transform: translate(86.94475vw, 100vh) scale(0.1588);
		        transform: translate(86.94475vw, 100vh) scale(0.1588);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(12) {
		-webkit-animation: fall-12 20.8s -29s linear infinite;
		        animation: fall-12 20.8s -29s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(13) {
	opacity: 0.2328;
	-webkit-transform: translate(69.9314vw, -10px) scale(0.0558);
	    -ms-transform: translate(69.9314vw, -10px) scale(0.0558);
	        transform: translate(69.9314vw, -10px) scale(0.0558);
	-webkit-animation: fall-13 29.9s -19s linear infinite;
	        animation: fall-13 29.9s -19s linear infinite;
}

@-webkit-keyframes fall-13 {
	33.366% {
		-webkit-transform: translate(60.5824vw, 33.366vh) scale(0.0558);
		        transform: translate(60.5824vw, 33.366vh) scale(0.0558);
	}
	to {
		-webkit-transform: translate(65.2569vw, 100vh) scale(0.0558);
		        transform: translate(65.2569vw, 100vh) scale(0.0558);
	}
}

@keyframes fall-13 {
	33.366% {
		-webkit-transform: translate(60.5824vw, 33.366vh) scale(0.0558);
		        transform: translate(60.5824vw, 33.366vh) scale(0.0558);
	}
	to {
		-webkit-transform: translate(65.2569vw, 100vh) scale(0.0558);
		        transform: translate(65.2569vw, 100vh) scale(0.0558);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(13) {
		-webkit-animation: fall-13 29.9s -19s linear infinite;
		        animation: fall-13 29.9s -19s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(14) {
	opacity: 0.12155;
	-webkit-transform: translate(73.6177vw, -10px) scale(0.1796);
	    -ms-transform: translate(73.6177vw, -10px) scale(0.1796);
	        transform: translate(73.6177vw, -10px) scale(0.1796);
	-webkit-animation: fall-14 33.8s -26s linear infinite;
	        animation: fall-14 33.8s -26s linear infinite;
}

@-webkit-keyframes fall-14 {
	60.181% {
		-webkit-transform: translate(73.4032vw, 60.181vh) scale(0.1796);
		        transform: translate(73.4032vw, 60.181vh) scale(0.1796);
	}
	to {
		-webkit-transform: translate(73.51045vw, 100vh) scale(0.1796);
		        transform: translate(73.51045vw, 100vh) scale(0.1796);
	}
}

@keyframes fall-14 {
	60.181% {
		-webkit-transform: translate(73.4032vw, 60.181vh) scale(0.1796);
		        transform: translate(73.4032vw, 60.181vh) scale(0.1796);
	}
	to {
		-webkit-transform: translate(73.51045vw, 100vh) scale(0.1796);
		        transform: translate(73.51045vw, 100vh) scale(0.1796);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(14) {
		-webkit-animation: fall-14 33.8s -26s linear infinite;
		        animation: fall-14 33.8s -26s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(15) {
	opacity: 0.0363;
	-webkit-transform: translate(82.8846vw, -10px) scale(0.4305);
	    -ms-transform: translate(82.8846vw, -10px) scale(0.4305);
	        transform: translate(82.8846vw, -10px) scale(0.4305);
	-webkit-animation: fall-15 23.4s -19s linear infinite;
	        animation: fall-15 23.4s -19s linear infinite;
}

@-webkit-keyframes fall-15 {
	64.847% {
		-webkit-transform: translate(76.9136vw, 64.847vh) scale(0.4305);
		        transform: translate(76.9136vw, 64.847vh) scale(0.4305);
	}
	to {
		-webkit-transform: translate(79.8991vw, 100vh) scale(0.4305);
		        transform: translate(79.8991vw, 100vh) scale(0.4305);
	}
}

@keyframes fall-15 {
	64.847% {
		-webkit-transform: translate(76.9136vw, 64.847vh) scale(0.4305);
		        transform: translate(76.9136vw, 64.847vh) scale(0.4305);
	}
	to {
		-webkit-transform: translate(79.8991vw, 100vh) scale(0.4305);
		        transform: translate(79.8991vw, 100vh) scale(0.4305);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(15) {
		-webkit-animation: fall-15 26s -19s linear infinite;
		        animation: fall-15 26s -19s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(16) {
	opacity: 0.0978;
	-webkit-transform: translate(1.1557vw, -10px) scale(0.9179);
	    -ms-transform: translate(1.1557vw, -10px) scale(0.9179);
	        transform: translate(1.1557vw, -10px) scale(0.9179);
	-webkit-animation: fall-16 29.9s -28s linear infinite;
	        animation: fall-16 29.9s -28s linear infinite;
}

@-webkit-keyframes fall-16 {
	38.885% {
		-webkit-transform: translate(9.9651vw, 38.885vh) scale(0.9179);
		        transform: translate(9.9651vw, 38.885vh) scale(0.9179);
	}
	to {
		-webkit-transform: translate(5.5604vw, 100vh) scale(0.9179);
		        transform: translate(5.5604vw, 100vh) scale(0.9179);
	}
}

@keyframes fall-16 {
	38.885% {
		-webkit-transform: translate(9.9651vw, 38.885vh) scale(0.9179);
		        transform: translate(9.9651vw, 38.885vh) scale(0.9179);
	}
	to {
		-webkit-transform: translate(5.5604vw, 100vh) scale(0.9179);
		        transform: translate(5.5604vw, 100vh) scale(0.9179);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(16) {
		-webkit-animation: fall-16 28.6s -28s linear infinite;
		        animation: fall-16 28.6s -28s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(17) {
	opacity: 0.35475;
	-webkit-transform: translate(16.2971vw, -10px) scale(0.3565);
	    -ms-transform: translate(16.2971vw, -10px) scale(0.3565);
	        transform: translate(16.2971vw, -10px) scale(0.3565);
	-webkit-animation: fall-17 29.9s -10s linear infinite;
	        animation: fall-17 29.9s -10s linear infinite;
}

@-webkit-keyframes fall-17 {
	42.559% {
		-webkit-transform: translate(9.0363vw, 42.559vh) scale(0.3565);
		        transform: translate(9.0363vw, 42.559vh) scale(0.3565);
	}
	to {
		-webkit-transform: translate(12.6667vw, 100vh) scale(0.3565);
		        transform: translate(12.6667vw, 100vh) scale(0.3565);
	}
}

@keyframes fall-17 {
	42.559% {
		-webkit-transform: translate(9.0363vw, 42.559vh) scale(0.3565);
		        transform: translate(9.0363vw, 42.559vh) scale(0.3565);
	}
	to {
		-webkit-transform: translate(12.6667vw, 100vh) scale(0.3565);
		        transform: translate(12.6667vw, 100vh) scale(0.3565);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(17) {
		-webkit-animation: fall-17 39s -10s linear infinite;
		        animation: fall-17 39s -10s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(18) {
	opacity: 0.4617;
	-webkit-transform: translate(66.7473vw, -10px) scale(0.1984);
	    -ms-transform: translate(66.7473vw, -10px) scale(0.1984);
	        transform: translate(66.7473vw, -10px) scale(0.1984);
	-webkit-animation: fall-18 19.5s -30s linear infinite;
	        animation: fall-18 19.5s -30s linear infinite;
}

@-webkit-keyframes fall-18 {
	75.093% {
		-webkit-transform: translate(60.0215vw, 75.093vh) scale(0.1984);
		        transform: translate(60.0215vw, 75.093vh) scale(0.1984);
	}
	to {
		-webkit-transform: translate(63.3844vw, 100vh) scale(0.1984);
		        transform: translate(63.3844vw, 100vh) scale(0.1984);
	}
}

@keyframes fall-18 {
	75.093% {
		-webkit-transform: translate(60.0215vw, 75.093vh) scale(0.1984);
		        transform: translate(60.0215vw, 75.093vh) scale(0.1984);
	}
	to {
		-webkit-transform: translate(63.3844vw, 100vh) scale(0.1984);
		        transform: translate(63.3844vw, 100vh) scale(0.1984);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(18) {
		-webkit-animation: fall-18 44.2s -30s linear infinite;
		        animation: fall-18 44.2s -30s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(19) {
	opacity: 0.3119;
	-webkit-transform: translate(69.8681vw, -10px) scale(0.317);
	    -ms-transform: translate(69.8681vw, -10px) scale(0.317);
	        transform: translate(69.8681vw, -10px) scale(0.317);
	-webkit-animation: fall-19 26s -19s linear infinite;
	        animation: fall-19 26s -19s linear infinite;
}

@-webkit-keyframes fall-19 {
	50.008% {
		-webkit-transform: translate(74.8621vw, 50.008vh) scale(0.317);
		        transform: translate(74.8621vw, 50.008vh) scale(0.317);
	}
	to {
		-webkit-transform: translate(72.3651vw, 100vh) scale(0.317);
		        transform: translate(72.3651vw, 100vh) scale(0.317);
	}
}

@keyframes fall-19 {
	50.008% {
		-webkit-transform: translate(74.8621vw, 50.008vh) scale(0.317);
		        transform: translate(74.8621vw, 50.008vh) scale(0.317);
	}
	to {
		-webkit-transform: translate(72.3651vw, 100vh) scale(0.317);
		        transform: translate(72.3651vw, 100vh) scale(0.317);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(19) {
		-webkit-animation: fall-19 31.2s -19s linear infinite;
		        animation: fall-19 31.2s -19s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(20) {
	opacity: 0.45055;
	-webkit-transform: translate(21.5887vw, -10px) scale(0.8932);
	    -ms-transform: translate(21.5887vw, -10px) scale(0.8932);
	        transform: translate(21.5887vw, -10px) scale(0.8932);
	-webkit-animation: fall-20 29.9s -18s linear infinite;
	        animation: fall-20 29.9s -18s linear infinite;
}

@-webkit-keyframes fall-20 {
	31.888% {
		-webkit-transform: translate(27.5299vw, 31.888vh) scale(0.8932);
		        transform: translate(27.5299vw, 31.888vh) scale(0.8932);
	}
	to {
		-webkit-transform: translate(24.5593vw, 100vh) scale(0.8932);
		        transform: translate(24.5593vw, 100vh) scale(0.8932);
	}
}

@keyframes fall-20 {
	31.888% {
		-webkit-transform: translate(27.5299vw, 31.888vh) scale(0.8932);
		        transform: translate(27.5299vw, 31.888vh) scale(0.8932);
	}
	to {
		-webkit-transform: translate(24.5593vw, 100vh) scale(0.8932);
		        transform: translate(24.5593vw, 100vh) scale(0.8932);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(20) {
		-webkit-animation: fall-20 39s -18s linear infinite;
		        animation: fall-20 39s -18s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(21) {
	opacity: 0.25505;
	-webkit-transform: translate(14.0098vw, -10px) scale(0.4906);
	    -ms-transform: translate(14.0098vw, -10px) scale(0.4906);
	        transform: translate(14.0098vw, -10px) scale(0.4906);
	-webkit-animation: fall-21 28.6s -9s linear infinite;
	        animation: fall-21 28.6s -9s linear infinite;
}

@-webkit-keyframes fall-21 {
	78.774% {
		-webkit-transform: translate(12.1501vw, 78.774vh) scale(0.4906);
		        transform: translate(12.1501vw, 78.774vh) scale(0.4906);
	}
	to {
		-webkit-transform: translate(13.07995vw, 100vh) scale(0.4906);
		        transform: translate(13.07995vw, 100vh) scale(0.4906);
	}
}

@keyframes fall-21 {
	78.774% {
		-webkit-transform: translate(12.1501vw, 78.774vh) scale(0.4906);
		        transform: translate(12.1501vw, 78.774vh) scale(0.4906);
	}
	to {
		-webkit-transform: translate(13.07995vw, 100vh) scale(0.4906);
		        transform: translate(13.07995vw, 100vh) scale(0.4906);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(21) {
		-webkit-animation: fall-21 40.3s -9s linear infinite;
		        animation: fall-21 40.3s -9s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(22) {
	opacity: 0.43515;
	-webkit-transform: translate(84.9695vw, -10px) scale(0.7565);
	    -ms-transform: translate(84.9695vw, -10px) scale(0.7565);
	        transform: translate(84.9695vw, -10px) scale(0.7565);
	-webkit-animation: fall-22 20.8s -25s linear infinite;
	        animation: fall-22 20.8s -25s linear infinite;
}

@-webkit-keyframes fall-22 {
	68.924% {
		-webkit-transform: translate(91.3923vw, 68.924vh) scale(0.7565);
		        transform: translate(91.3923vw, 68.924vh) scale(0.7565);
	}
	to {
		-webkit-transform: translate(88.1809vw, 100vh) scale(0.7565);
		        transform: translate(88.1809vw, 100vh) scale(0.7565);
	}
}

@keyframes fall-22 {
	68.924% {
		-webkit-transform: translate(91.3923vw, 68.924vh) scale(0.7565);
		        transform: translate(91.3923vw, 68.924vh) scale(0.7565);
	}
	to {
		-webkit-transform: translate(88.1809vw, 100vh) scale(0.7565);
		        transform: translate(88.1809vw, 100vh) scale(0.7565);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(22) {
		-webkit-animation: fall-22 20.8s -25s linear infinite;
		        animation: fall-22 20.8s -25s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(23) {
	opacity: 0.4149;
	-webkit-transform: translate(15.5437vw, -10px) scale(0.2485);
	    -ms-transform: translate(15.5437vw, -10px) scale(0.2485);
	        transform: translate(15.5437vw, -10px) scale(0.2485);
	-webkit-animation: fall-23 26s -30s linear infinite;
	        animation: fall-23 26s -30s linear infinite;
}

@-webkit-keyframes fall-23 {
	68.791% {
		-webkit-transform: translate(21.4048vw, 68.791vh) scale(0.2485);
		        transform: translate(21.4048vw, 68.791vh) scale(0.2485);
	}
	to {
		-webkit-transform: translate(18.47425vw, 100vh) scale(0.2485);
		        transform: translate(18.47425vw, 100vh) scale(0.2485);
	}
}

@keyframes fall-23 {
	68.791% {
		-webkit-transform: translate(21.4048vw, 68.791vh) scale(0.2485);
		        transform: translate(21.4048vw, 68.791vh) scale(0.2485);
	}
	to {
		-webkit-transform: translate(18.47425vw, 100vh) scale(0.2485);
		        transform: translate(18.47425vw, 100vh) scale(0.2485);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(23) {
		-webkit-animation: fall-23 24.7s -30s linear infinite;
		        animation: fall-23 24.7s -30s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(24) {
	opacity: 0.06255;
	-webkit-transform: translate(44.9026vw, -10px) scale(0.6766);
	    -ms-transform: translate(44.9026vw, -10px) scale(0.6766);
	        transform: translate(44.9026vw, -10px) scale(0.6766);
	-webkit-animation: fall-24 20.8s -17s linear infinite;
	        animation: fall-24 20.8s -17s linear infinite;
}

@-webkit-keyframes fall-24 {
	60.958% {
		-webkit-transform: translate(47.1385vw, 60.958vh) scale(0.6766);
		        transform: translate(47.1385vw, 60.958vh) scale(0.6766);
	}
	to {
		-webkit-transform: translate(46.02055vw, 100vh) scale(0.6766);
		        transform: translate(46.02055vw, 100vh) scale(0.6766);
	}
}

@keyframes fall-24 {
	60.958% {
		-webkit-transform: translate(47.1385vw, 60.958vh) scale(0.6766);
		        transform: translate(47.1385vw, 60.958vh) scale(0.6766);
	}
	to {
		-webkit-transform: translate(46.02055vw, 100vh) scale(0.6766);
		        transform: translate(46.02055vw, 100vh) scale(0.6766);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(24) {
		-webkit-animation: fall-24 31.2s -17s linear infinite;
		        animation: fall-24 31.2s -17s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(25) {
	opacity: 0.41515;
	-webkit-transform: translate(46.9854vw, -10px) scale(0.1469);
	    -ms-transform: translate(46.9854vw, -10px) scale(0.1469);
	        transform: translate(46.9854vw, -10px) scale(0.1469);
	-webkit-animation: fall-25 14.3s -24s linear infinite;
	        animation: fall-25 14.3s -24s linear infinite;
}

@-webkit-keyframes fall-25 {
	62.66% {
		-webkit-transform: translate(51.9125vw, 62.66vh) scale(0.1469);
		        transform: translate(51.9125vw, 62.66vh) scale(0.1469);
	}
	to {
		-webkit-transform: translate(49.44895vw, 100vh) scale(0.1469);
		        transform: translate(49.44895vw, 100vh) scale(0.1469);
	}
}

@keyframes fall-25 {
	62.66% {
		-webkit-transform: translate(51.9125vw, 62.66vh) scale(0.1469);
		        transform: translate(51.9125vw, 62.66vh) scale(0.1469);
	}
	to {
		-webkit-transform: translate(49.44895vw, 100vh) scale(0.1469);
		        transform: translate(49.44895vw, 100vh) scale(0.1469);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(25) {
		-webkit-animation: fall-25 39s -24s linear infinite;
		        animation: fall-25 39s -24s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(26) {
	opacity: 0.3065;
	-webkit-transform: translate(19.4468vw, -10px) scale(0.6662);
	    -ms-transform: translate(19.4468vw, -10px) scale(0.6662);
	        transform: translate(19.4468vw, -10px) scale(0.6662);
	-webkit-animation: fall-26 37.7s -2s linear infinite;
	        animation: fall-26 37.7s -2s linear infinite;
}

@-webkit-keyframes fall-26 {
	50.838% {
		-webkit-transform: translate(20.3333vw, 50.838vh) scale(0.6662);
		        transform: translate(20.3333vw, 50.838vh) scale(0.6662);
	}
	to {
		-webkit-transform: translate(19.89005vw, 100vh) scale(0.6662);
		        transform: translate(19.89005vw, 100vh) scale(0.6662);
	}
}

@keyframes fall-26 {
	50.838% {
		-webkit-transform: translate(20.3333vw, 50.838vh) scale(0.6662);
		        transform: translate(20.3333vw, 50.838vh) scale(0.6662);
	}
	to {
		-webkit-transform: translate(19.89005vw, 100vh) scale(0.6662);
		        transform: translate(19.89005vw, 100vh) scale(0.6662);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(26) {
		-webkit-animation: fall-26 36.4s -2s linear infinite;
		        animation: fall-26 36.4s -2s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(27) {
	opacity: 0.23435;
	-webkit-transform: translate(85.393vw, -10px) scale(0.9263);
	    -ms-transform: translate(85.393vw, -10px) scale(0.9263);
	        transform: translate(85.393vw, -10px) scale(0.9263);
	-webkit-animation: fall-27 14.3s -8s linear infinite;
	        animation: fall-27 14.3s -8s linear infinite;
}

@-webkit-keyframes fall-27 {
	36.44% {
		-webkit-transform: translate(82.4574vw, 36.44vh) scale(0.9263);
		        transform: translate(82.4574vw, 36.44vh) scale(0.9263);
	}
	to {
		-webkit-transform: translate(83.9252vw, 100vh) scale(0.9263);
		        transform: translate(83.9252vw, 100vh) scale(0.9263);
	}
}

@keyframes fall-27 {
	36.44% {
		-webkit-transform: translate(82.4574vw, 36.44vh) scale(0.9263);
		        transform: translate(82.4574vw, 36.44vh) scale(0.9263);
	}
	to {
		-webkit-transform: translate(83.9252vw, 100vh) scale(0.9263);
		        transform: translate(83.9252vw, 100vh) scale(0.9263);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(27) {
		-webkit-animation: fall-27 45.5s -8s linear infinite;
		        animation: fall-27 45.5s -8s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(28) {
	opacity: 0.1751;
	-webkit-transform: translate(91.4966vw, -10px) scale(0.02);
	    -ms-transform: translate(91.4966vw, -10px) scale(0.02);
	        transform: translate(91.4966vw, -10px) scale(0.02);
	-webkit-animation: fall-28 18.2s -1s linear infinite;
	        animation: fall-28 18.2s -1s linear infinite;
}

@-webkit-keyframes fall-28 {
	39.505% {
		-webkit-transform: translate(83.447vw, 39.505vh) scale(0.02);
		        transform: translate(83.447vw, 39.505vh) scale(0.02);
	}
	to {
		-webkit-transform: translate(87.4718vw, 100vh) scale(0.02);
		        transform: translate(87.4718vw, 100vh) scale(0.02);
	}
}

@keyframes fall-28 {
	39.505% {
		-webkit-transform: translate(83.447vw, 39.505vh) scale(0.02);
		        transform: translate(83.447vw, 39.505vh) scale(0.02);
	}
	to {
		-webkit-transform: translate(87.4718vw, 100vh) scale(0.02);
		        transform: translate(87.4718vw, 100vh) scale(0.02);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(28) {
		-webkit-animation: fall-28 19.5s -1s linear infinite;
		        animation: fall-28 19.5s -1s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(29) {
	opacity: 0.03;
	-webkit-transform: translate(39.9045vw, -10px) scale(0.1197);
	    -ms-transform: translate(39.9045vw, -10px) scale(0.1197);
	        transform: translate(39.9045vw, -10px) scale(0.1197);
	-webkit-animation: fall-29 24.7s -16s linear infinite;
	        animation: fall-29 24.7s -16s linear infinite;
}

@-webkit-keyframes fall-29 {
	39.941% {
		-webkit-transform: translate(35.4758vw, 39.941vh) scale(0.1197);
		        transform: translate(35.4758vw, 39.941vh) scale(0.1197);
	}
	to {
		-webkit-transform: translate(37.69015vw, 100vh) scale(0.1197);
		        transform: translate(37.69015vw, 100vh) scale(0.1197);
	}
}

@keyframes fall-29 {
	39.941% {
		-webkit-transform: translate(35.4758vw, 39.941vh) scale(0.1197);
		        transform: translate(35.4758vw, 39.941vh) scale(0.1197);
	}
	to {
		-webkit-transform: translate(37.69015vw, 100vh) scale(0.1197);
		        transform: translate(37.69015vw, 100vh) scale(0.1197);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(29) {
		-webkit-animation: fall-29 29.9s -16s linear infinite;
		        animation: fall-29 29.9s -16s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(30) {
	opacity: 0.4955;
	-webkit-transform: translate(82.74vw, -10px) scale(0.9756);
	    -ms-transform: translate(82.74vw, -10px) scale(0.9756);
	        transform: translate(82.74vw, -10px) scale(0.9756);
	-webkit-animation: fall-30 32.5s -20s linear infinite;
	        animation: fall-30 32.5s -20s linear infinite;
}

@-webkit-keyframes fall-30 {
	68.87% {
		-webkit-transform: translate(75.0406vw, 68.87vh) scale(0.9756);
		        transform: translate(75.0406vw, 68.87vh) scale(0.9756);
	}
	to {
		-webkit-transform: translate(78.8903vw, 100vh) scale(0.9756);
		        transform: translate(78.8903vw, 100vh) scale(0.9756);
	}
}

@keyframes fall-30 {
	68.87% {
		-webkit-transform: translate(75.0406vw, 68.87vh) scale(0.9756);
		        transform: translate(75.0406vw, 68.87vh) scale(0.9756);
	}
	to {
		-webkit-transform: translate(78.8903vw, 100vh) scale(0.9756);
		        transform: translate(78.8903vw, 100vh) scale(0.9756);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(30) {
		-webkit-animation: fall-30 41.6s -20s linear infinite;
		        animation: fall-30 41.6s -20s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(31) {
	opacity: 0.0474;
	-webkit-transform: translate(94.1219vw, -10px) scale(0.2186);
	    -ms-transform: translate(94.1219vw, -10px) scale(0.2186);
	        transform: translate(94.1219vw, -10px) scale(0.2186);
	-webkit-animation: fall-31 22.1s -27s linear infinite;
	        animation: fall-31 22.1s -27s linear infinite;
}

@-webkit-keyframes fall-31 {
	58.413% {
		-webkit-transform: translate(96.0282vw, 58.413vh) scale(0.2186);
		        transform: translate(96.0282vw, 58.413vh) scale(0.2186);
	}
	to {
		-webkit-transform: translate(95.07505vw, 100vh) scale(0.2186);
		        transform: translate(95.07505vw, 100vh) scale(0.2186);
	}
}

@keyframes fall-31 {
	58.413% {
		-webkit-transform: translate(96.0282vw, 58.413vh) scale(0.2186);
		        transform: translate(96.0282vw, 58.413vh) scale(0.2186);
	}
	to {
		-webkit-transform: translate(95.07505vw, 100vh) scale(0.2186);
		        transform: translate(95.07505vw, 100vh) scale(0.2186);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(31) {
		-webkit-animation: fall-31 24.7s -27s linear infinite;
		        animation: fall-31 24.7s -27s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(32) {
	opacity: 0.35375;
	-webkit-transform: translate(84.9703vw, -10px) scale(0.2523);
	    -ms-transform: translate(84.9703vw, -10px) scale(0.2523);
	        transform: translate(84.9703vw, -10px) scale(0.2523);
	-webkit-animation: fall-32 16.9s -7s linear infinite;
	        animation: fall-32 16.9s -7s linear infinite;
}

@-webkit-keyframes fall-32 {
	67.073% {
		-webkit-transform: translate(82.6495vw, 67.073vh) scale(0.2523);
		        transform: translate(82.6495vw, 67.073vh) scale(0.2523);
	}
	to {
		-webkit-transform: translate(83.8099vw, 100vh) scale(0.2523);
		        transform: translate(83.8099vw, 100vh) scale(0.2523);
	}
}

@keyframes fall-32 {
	67.073% {
		-webkit-transform: translate(82.6495vw, 67.073vh) scale(0.2523);
		        transform: translate(82.6495vw, 67.073vh) scale(0.2523);
	}
	to {
		-webkit-transform: translate(83.8099vw, 100vh) scale(0.2523);
		        transform: translate(83.8099vw, 100vh) scale(0.2523);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(32) {
		-webkit-animation: fall-32 19.5s -7s linear infinite;
		        animation: fall-32 19.5s -7s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(33) {
	opacity: 0.22115;
	-webkit-transform: translate(72.0665vw, -10px) scale(0.0885);
	    -ms-transform: translate(72.0665vw, -10px) scale(0.0885);
	        transform: translate(72.0665vw, -10px) scale(0.0885);
	-webkit-animation: fall-33 14.3s -19s linear infinite;
	        animation: fall-33 14.3s -19s linear infinite;
}

@-webkit-keyframes fall-33 {
	67.667% {
		-webkit-transform: translate(76.5242vw, 67.667vh) scale(0.0885);
		        transform: translate(76.5242vw, 67.667vh) scale(0.0885);
	}
	to {
		-webkit-transform: translate(74.29535vw, 100vh) scale(0.0885);
		        transform: translate(74.29535vw, 100vh) scale(0.0885);
	}
}

@keyframes fall-33 {
	67.667% {
		-webkit-transform: translate(76.5242vw, 67.667vh) scale(0.0885);
		        transform: translate(76.5242vw, 67.667vh) scale(0.0885);
	}
	to {
		-webkit-transform: translate(74.29535vw, 100vh) scale(0.0885);
		        transform: translate(74.29535vw, 100vh) scale(0.0885);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(33) {
		-webkit-animation: fall-33 41.6s -19s linear infinite;
		        animation: fall-33 41.6s -19s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(34) {
	opacity: 0.1282;
	-webkit-transform: translate(6.7766vw, -10px) scale(0.0777);
	    -ms-transform: translate(6.7766vw, -10px) scale(0.0777);
	        transform: translate(6.7766vw, -10px) scale(0.0777);
	-webkit-animation: fall-34 20.8s -21s linear infinite;
	        animation: fall-34 20.8s -21s linear infinite;
}

@-webkit-keyframes fall-34 {
	63.115% {
		-webkit-transform: translate(13.4409vw, 63.115vh) scale(0.0777);
		        transform: translate(13.4409vw, 63.115vh) scale(0.0777);
	}
	to {
		-webkit-transform: translate(10.10875vw, 100vh) scale(0.0777);
		        transform: translate(10.10875vw, 100vh) scale(0.0777);
	}
}

@keyframes fall-34 {
	63.115% {
		-webkit-transform: translate(13.4409vw, 63.115vh) scale(0.0777);
		        transform: translate(13.4409vw, 63.115vh) scale(0.0777);
	}
	to {
		-webkit-transform: translate(10.10875vw, 100vh) scale(0.0777);
		        transform: translate(10.10875vw, 100vh) scale(0.0777);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(34) {
		-webkit-animation: fall-34 24.7s -21s linear infinite;
		        animation: fall-34 24.7s -21s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(35) {
	opacity: 0.1469;
	-webkit-transform: translate(46.47vw, -10px) scale(0.2283);
	    -ms-transform: translate(46.47vw, -10px) scale(0.2283);
	        transform: translate(46.47vw, -10px) scale(0.2283);
	-webkit-animation: fall-35 22.1s -5s linear infinite;
	        animation: fall-35 22.1s -5s linear infinite;
}

@-webkit-keyframes fall-35 {
	36.378% {
		-webkit-transform: translate(40.2083vw, 36.378vh) scale(0.2283);
		        transform: translate(40.2083vw, 36.378vh) scale(0.2283);
	}
	to {
		-webkit-transform: translate(43.33915vw, 100vh) scale(0.2283);
		        transform: translate(43.33915vw, 100vh) scale(0.2283);
	}
}

@keyframes fall-35 {
	36.378% {
		-webkit-transform: translate(40.2083vw, 36.378vh) scale(0.2283);
		        transform: translate(40.2083vw, 36.378vh) scale(0.2283);
	}
	to {
		-webkit-transform: translate(43.33915vw, 100vh) scale(0.2283);
		        transform: translate(43.33915vw, 100vh) scale(0.2283);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(35) {
		-webkit-animation: fall-35 19.5s -5s linear infinite;
		        animation: fall-35 19.5s -5s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(36) {
	opacity: 0.1667;
	-webkit-transform: translate(5.0079vw, -10px) scale(0.1304);
	    -ms-transform: translate(5.0079vw, -10px) scale(0.1304);
	        transform: translate(5.0079vw, -10px) scale(0.1304);
	-webkit-animation: fall-36 33.8s -27s linear infinite;
	        animation: fall-36 33.8s -27s linear infinite;
}

@-webkit-keyframes fall-36 {
	51.258% {
		-webkit-transform: translate(2.8264vw, 51.258vh) scale(0.1304);
		        transform: translate(2.8264vw, 51.258vh) scale(0.1304);
	}
	to {
		-webkit-transform: translate(3.91715vw, 100vh) scale(0.1304);
		        transform: translate(3.91715vw, 100vh) scale(0.1304);
	}
}

@keyframes fall-36 {
	51.258% {
		-webkit-transform: translate(2.8264vw, 51.258vh) scale(0.1304);
		        transform: translate(2.8264vw, 51.258vh) scale(0.1304);
	}
	to {
		-webkit-transform: translate(3.91715vw, 100vh) scale(0.1304);
		        transform: translate(3.91715vw, 100vh) scale(0.1304);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(36) {
		-webkit-animation: fall-36 39s -27s linear infinite;
		        animation: fall-36 39s -27s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(37) {
	opacity: 0.31365;
	-webkit-transform: translate(40.3513vw, -10px) scale(0.51);
	    -ms-transform: translate(40.3513vw, -10px) scale(0.51);
	        transform: translate(40.3513vw, -10px) scale(0.51);
	-webkit-animation: fall-37 18.2s -23s linear infinite;
	        animation: fall-37 18.2s -23s linear infinite;
}

@-webkit-keyframes fall-37 {
	50.646% {
		-webkit-transform: translate(35.4963vw, 50.646vh) scale(0.51);
		        transform: translate(35.4963vw, 50.646vh) scale(0.51);
	}
	to {
		-webkit-transform: translate(37.9238vw, 100vh) scale(0.51);
		        transform: translate(37.9238vw, 100vh) scale(0.51);
	}
}

@keyframes fall-37 {
	50.646% {
		-webkit-transform: translate(35.4963vw, 50.646vh) scale(0.51);
		        transform: translate(35.4963vw, 50.646vh) scale(0.51);
	}
	to {
		-webkit-transform: translate(37.9238vw, 100vh) scale(0.51);
		        transform: translate(37.9238vw, 100vh) scale(0.51);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(37) {
		-webkit-animation: fall-37 33.8s -23s linear infinite;
		        animation: fall-37 33.8s -23s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(38) {
	opacity: 0.26545;
	-webkit-transform: translate(13.5893vw, -10px) scale(0.0783);
	    -ms-transform: translate(13.5893vw, -10px) scale(0.0783);
	        transform: translate(13.5893vw, -10px) scale(0.0783);
	-webkit-animation: fall-38 23.4s -28s linear infinite;
	        animation: fall-38 23.4s -28s linear infinite;
}

@-webkit-keyframes fall-38 {
	74.13% {
		-webkit-transform: translate(9.5477vw, 74.13vh) scale(0.0783);
		        transform: translate(9.5477vw, 74.13vh) scale(0.0783);
	}
	to {
		-webkit-transform: translate(11.5685vw, 100vh) scale(0.0783);
		        transform: translate(11.5685vw, 100vh) scale(0.0783);
	}
}

@keyframes fall-38 {
	74.13% {
		-webkit-transform: translate(9.5477vw, 74.13vh) scale(0.0783);
		        transform: translate(9.5477vw, 74.13vh) scale(0.0783);
	}
	to {
		-webkit-transform: translate(11.5685vw, 100vh) scale(0.0783);
		        transform: translate(11.5685vw, 100vh) scale(0.0783);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(38) {
		-webkit-animation: fall-38 39s -28s linear infinite;
		        animation: fall-38 39s -28s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(39) {
	opacity: 0.35435;
	-webkit-transform: translate(35.0602vw, -10px) scale(0.0305);
	    -ms-transform: translate(35.0602vw, -10px) scale(0.0305);
	        transform: translate(35.0602vw, -10px) scale(0.0305);
	-webkit-animation: fall-39 31.2s -28s linear infinite;
	        animation: fall-39 31.2s -28s linear infinite;
}

@-webkit-keyframes fall-39 {
	61.239% {
		-webkit-transform: translate(39.8055vw, 61.239vh) scale(0.0305);
		        transform: translate(39.8055vw, 61.239vh) scale(0.0305);
	}
	to {
		-webkit-transform: translate(37.43285vw, 100vh) scale(0.0305);
		        transform: translate(37.43285vw, 100vh) scale(0.0305);
	}
}

@keyframes fall-39 {
	61.239% {
		-webkit-transform: translate(39.8055vw, 61.239vh) scale(0.0305);
		        transform: translate(39.8055vw, 61.239vh) scale(0.0305);
	}
	to {
		-webkit-transform: translate(37.43285vw, 100vh) scale(0.0305);
		        transform: translate(37.43285vw, 100vh) scale(0.0305);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(39) {
		-webkit-animation: fall-39 19.5s -28s linear infinite;
		        animation: fall-39 19.5s -28s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(40) {
	opacity: 0.24475;
	-webkit-transform: translate(46.7826vw, -10px) scale(0.6391);
	    -ms-transform: translate(46.7826vw, -10px) scale(0.6391);
	        transform: translate(46.7826vw, -10px) scale(0.6391);
	-webkit-animation: fall-40 19.5s -25s linear infinite;
	        animation: fall-40 19.5s -25s linear infinite;
}

@-webkit-keyframes fall-40 {
	36.719% {
		-webkit-transform: translate(37.8716vw, 36.719vh) scale(0.6391);
		        transform: translate(37.8716vw, 36.719vh) scale(0.6391);
	}
	to {
		-webkit-transform: translate(42.3271vw, 100vh) scale(0.6391);
		        transform: translate(42.3271vw, 100vh) scale(0.6391);
	}
}

@keyframes fall-40 {
	36.719% {
		-webkit-transform: translate(37.8716vw, 36.719vh) scale(0.6391);
		        transform: translate(37.8716vw, 36.719vh) scale(0.6391);
	}
	to {
		-webkit-transform: translate(42.3271vw, 100vh) scale(0.6391);
		        transform: translate(42.3271vw, 100vh) scale(0.6391);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(40) {
		-webkit-animation: fall-40 20.8s -25s linear infinite;
		        animation: fall-40 20.8s -25s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(41) {
	opacity: 0.1815;
	-webkit-transform: translate(40.2264vw, -10px) scale(0.5813);
	    -ms-transform: translate(40.2264vw, -10px) scale(0.5813);
	        transform: translate(40.2264vw, -10px) scale(0.5813);
	-webkit-animation: fall-41 37.7s -16s linear infinite;
	        animation: fall-41 37.7s -16s linear infinite;
}

@-webkit-keyframes fall-41 {
	30.01% {
		-webkit-transform: translate(41.7262vw, 30.01vh) scale(0.5813);
		        transform: translate(41.7262vw, 30.01vh) scale(0.5813);
	}
	to {
		-webkit-transform: translate(40.9763vw, 100vh) scale(0.5813);
		        transform: translate(40.9763vw, 100vh) scale(0.5813);
	}
}

@keyframes fall-41 {
	30.01% {
		-webkit-transform: translate(41.7262vw, 30.01vh) scale(0.5813);
		        transform: translate(41.7262vw, 30.01vh) scale(0.5813);
	}
	to {
		-webkit-transform: translate(40.9763vw, 100vh) scale(0.5813);
		        transform: translate(40.9763vw, 100vh) scale(0.5813);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(41) {
		-webkit-animation: fall-41 31.2s -16s linear infinite;
		        animation: fall-41 31.2s -16s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(42) {
	opacity: 0.40875;
	-webkit-transform: translate(64.5293vw, -10px) scale(0.8259);
	    -ms-transform: translate(64.5293vw, -10px) scale(0.8259);
	        transform: translate(64.5293vw, -10px) scale(0.8259);
	-webkit-animation: fall-42 36.4s -2s linear infinite;
	        animation: fall-42 36.4s -2s linear infinite;
}

@-webkit-keyframes fall-42 {
	57.027% {
		-webkit-transform: translate(56.5422vw, 57.027vh) scale(0.8259);
		        transform: translate(56.5422vw, 57.027vh) scale(0.8259);
	}
	to {
		-webkit-transform: translate(60.53575vw, 100vh) scale(0.8259);
		        transform: translate(60.53575vw, 100vh) scale(0.8259);
	}
}

@keyframes fall-42 {
	57.027% {
		-webkit-transform: translate(56.5422vw, 57.027vh) scale(0.8259);
		        transform: translate(56.5422vw, 57.027vh) scale(0.8259);
	}
	to {
		-webkit-transform: translate(60.53575vw, 100vh) scale(0.8259);
		        transform: translate(60.53575vw, 100vh) scale(0.8259);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(42) {
		-webkit-animation: fall-42 45.5s -2s linear infinite;
		        animation: fall-42 45.5s -2s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(43) {
	opacity: 0.29585;
	-webkit-transform: translate(58.8561vw, -10px) scale(0.4461);
	    -ms-transform: translate(58.8561vw, -10px) scale(0.4461);
	        transform: translate(58.8561vw, -10px) scale(0.4461);
	-webkit-animation: fall-43 16.9s -12s linear infinite;
	        animation: fall-43 16.9s -12s linear infinite;
}

@-webkit-keyframes fall-43 {
	61.211% {
		-webkit-transform: translate(60.1572vw, 61.211vh) scale(0.4461);
		        transform: translate(60.1572vw, 61.211vh) scale(0.4461);
	}
	to {
		-webkit-transform: translate(59.50665vw, 100vh) scale(0.4461);
		        transform: translate(59.50665vw, 100vh) scale(0.4461);
	}
}

@keyframes fall-43 {
	61.211% {
		-webkit-transform: translate(60.1572vw, 61.211vh) scale(0.4461);
		        transform: translate(60.1572vw, 61.211vh) scale(0.4461);
	}
	to {
		-webkit-transform: translate(59.50665vw, 100vh) scale(0.4461);
		        transform: translate(59.50665vw, 100vh) scale(0.4461);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(43) {
		-webkit-animation: fall-43 36.4s -12s linear infinite;
		        animation: fall-43 36.4s -12s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(44) {
	opacity: 0.358;
	-webkit-transform: translate(62.0086vw, -10px) scale(0.8085);
	    -ms-transform: translate(62.0086vw, -10px) scale(0.8085);
	        transform: translate(62.0086vw, -10px) scale(0.8085);
	-webkit-animation: fall-44 14.3s -3s linear infinite;
	        animation: fall-44 14.3s -3s linear infinite;
}

@-webkit-keyframes fall-44 {
	59.459% {
		-webkit-transform: translate(70.505vw, 59.459vh) scale(0.8085);
		        transform: translate(70.505vw, 59.459vh) scale(0.8085);
	}
	to {
		-webkit-transform: translate(66.2568vw, 100vh) scale(0.8085);
		        transform: translate(66.2568vw, 100vh) scale(0.8085);
	}
}

@keyframes fall-44 {
	59.459% {
		-webkit-transform: translate(70.505vw, 59.459vh) scale(0.8085);
		        transform: translate(70.505vw, 59.459vh) scale(0.8085);
	}
	to {
		-webkit-transform: translate(66.2568vw, 100vh) scale(0.8085);
		        transform: translate(66.2568vw, 100vh) scale(0.8085);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(44) {
		-webkit-animation: fall-44 24.7s -3s linear infinite;
		        animation: fall-44 24.7s -3s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(45) {
	opacity: 0.33065;
	-webkit-transform: translate(99.091vw, -10px) scale(0.9591);
	    -ms-transform: translate(99.091vw, -10px) scale(0.9591);
	        transform: translate(99.091vw, -10px) scale(0.9591);
	-webkit-animation: fall-45 23.4s -17s linear infinite;
	        animation: fall-45 23.4s -17s linear infinite;
}

@-webkit-keyframes fall-45 {
	65.08% {
		-webkit-transform: translate(108.4293vw, 65.08vh) scale(0.9591);
		        transform: translate(108.4293vw, 65.08vh) scale(0.9591);
	}
	to {
		-webkit-transform: translate(103.76015vw, 100vh) scale(0.9591);
		        transform: translate(103.76015vw, 100vh) scale(0.9591);
	}
}

@keyframes fall-45 {
	65.08% {
		-webkit-transform: translate(108.4293vw, 65.08vh) scale(0.9591);
		        transform: translate(108.4293vw, 65.08vh) scale(0.9591);
	}
	to {
		-webkit-transform: translate(103.76015vw, 100vh) scale(0.9591);
		        transform: translate(103.76015vw, 100vh) scale(0.9591);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(45) {
		-webkit-animation: fall-45 36.4s -17s linear infinite;
		        animation: fall-45 36.4s -17s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(46) {
	opacity: 0.2149;
	-webkit-transform: translate(69.0941vw, -10px) scale(0.2887);
	    -ms-transform: translate(69.0941vw, -10px) scale(0.2887);
	        transform: translate(69.0941vw, -10px) scale(0.2887);
	-webkit-animation: fall-46 19.5s -26s linear infinite;
	        animation: fall-46 19.5s -26s linear infinite;
}

@-webkit-keyframes fall-46 {
	62.725% {
		-webkit-transform: translate(70.8258vw, 62.725vh) scale(0.2887);
		        transform: translate(70.8258vw, 62.725vh) scale(0.2887);
	}
	to {
		-webkit-transform: translate(69.95995vw, 100vh) scale(0.2887);
		        transform: translate(69.95995vw, 100vh) scale(0.2887);
	}
}

@keyframes fall-46 {
	62.725% {
		-webkit-transform: translate(70.8258vw, 62.725vh) scale(0.2887);
		        transform: translate(70.8258vw, 62.725vh) scale(0.2887);
	}
	to {
		-webkit-transform: translate(69.95995vw, 100vh) scale(0.2887);
		        transform: translate(69.95995vw, 100vh) scale(0.2887);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(46) {
		-webkit-animation: fall-46 31.2s -26s linear infinite;
		        animation: fall-46 31.2s -26s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(47) {
	opacity: 0.2252;
	-webkit-transform: translate(63.8126vw, -10px) scale(0.2811);
	    -ms-transform: translate(63.8126vw, -10px) scale(0.2811);
	        transform: translate(63.8126vw, -10px) scale(0.2811);
	-webkit-animation: fall-47 15.6s -29s linear infinite;
	        animation: fall-47 15.6s -29s linear infinite;
}

@-webkit-keyframes fall-47 {
	75.351% {
		-webkit-transform: translate(54.4395vw, 75.351vh) scale(0.2811);
		        transform: translate(54.4395vw, 75.351vh) scale(0.2811);
	}
	to {
		-webkit-transform: translate(59.12605vw, 100vh) scale(0.2811);
		        transform: translate(59.12605vw, 100vh) scale(0.2811);
	}
}

@keyframes fall-47 {
	75.351% {
		-webkit-transform: translate(54.4395vw, 75.351vh) scale(0.2811);
		        transform: translate(54.4395vw, 75.351vh) scale(0.2811);
	}
	to {
		-webkit-transform: translate(59.12605vw, 100vh) scale(0.2811);
		        transform: translate(59.12605vw, 100vh) scale(0.2811);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(47) {
		-webkit-animation: fall-47 36.4s -29s linear infinite;
		        animation: fall-47 36.4s -29s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(48) {
	opacity: 0.1907;
	-webkit-transform: translate(17.9401vw, -10px) scale(0.2967);
	    -ms-transform: translate(17.9401vw, -10px) scale(0.2967);
	        transform: translate(17.9401vw, -10px) scale(0.2967);
	-webkit-animation: fall-48 20.8s -26s linear infinite;
	        animation: fall-48 20.8s -26s linear infinite;
}

@-webkit-keyframes fall-48 {
	72.295% {
		-webkit-transform: translate(8.5239vw, 72.295vh) scale(0.2967);
		        transform: translate(8.5239vw, 72.295vh) scale(0.2967);
	}
	to {
		-webkit-transform: translate(13.232vw, 100vh) scale(0.2967);
		        transform: translate(13.232vw, 100vh) scale(0.2967);
	}
}

@keyframes fall-48 {
	72.295% {
		-webkit-transform: translate(8.5239vw, 72.295vh) scale(0.2967);
		        transform: translate(8.5239vw, 72.295vh) scale(0.2967);
	}
	to {
		-webkit-transform: translate(13.232vw, 100vh) scale(0.2967);
		        transform: translate(13.232vw, 100vh) scale(0.2967);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(48) {
		-webkit-animation: fall-48 22.1s -26s linear infinite;
		        animation: fall-48 22.1s -26s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(49) {
	opacity: 0.0116;
	-webkit-transform: translate(48.5946vw, -10px) scale(0.7715);
	    -ms-transform: translate(48.5946vw, -10px) scale(0.7715);
	        transform: translate(48.5946vw, -10px) scale(0.7715);
	-webkit-animation: fall-49 24.7s -26s linear infinite;
	        animation: fall-49 24.7s -26s linear infinite;
}

@-webkit-keyframes fall-49 {
	72.924% {
		-webkit-transform: translate(52.8321vw, 72.924vh) scale(0.7715);
		        transform: translate(52.8321vw, 72.924vh) scale(0.7715);
	}
	to {
		-webkit-transform: translate(50.71335vw, 100vh) scale(0.7715);
		        transform: translate(50.71335vw, 100vh) scale(0.7715);
	}
}

@keyframes fall-49 {
	72.924% {
		-webkit-transform: translate(52.8321vw, 72.924vh) scale(0.7715);
		        transform: translate(52.8321vw, 72.924vh) scale(0.7715);
	}
	to {
		-webkit-transform: translate(50.71335vw, 100vh) scale(0.7715);
		        transform: translate(50.71335vw, 100vh) scale(0.7715);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(49) {
		-webkit-animation: fall-49 33.8s -26s linear infinite;
		        animation: fall-49 33.8s -26s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(50) {
	opacity: 0.0382;
	-webkit-transform: translate(28.0638vw, -10px) scale(0.0148);
	    -ms-transform: translate(28.0638vw, -10px) scale(0.0148);
	        transform: translate(28.0638vw, -10px) scale(0.0148);
	-webkit-animation: fall-50 29.9s -19s linear infinite;
	        animation: fall-50 29.9s -19s linear infinite;
}

@-webkit-keyframes fall-50 {
	36.236% {
		-webkit-transform: translate(28.8221vw, 36.236vh) scale(0.0148);
		        transform: translate(28.8221vw, 36.236vh) scale(0.0148);
	}
	to {
		-webkit-transform: translate(28.44295vw, 100vh) scale(0.0148);
		        transform: translate(28.44295vw, 100vh) scale(0.0148);
	}
}

@keyframes fall-50 {
	36.236% {
		-webkit-transform: translate(28.8221vw, 36.236vh) scale(0.0148);
		        transform: translate(28.8221vw, 36.236vh) scale(0.0148);
	}
	to {
		-webkit-transform: translate(28.44295vw, 100vh) scale(0.0148);
		        transform: translate(28.44295vw, 100vh) scale(0.0148);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(50) {
		-webkit-animation: fall-50 37.7s -19s linear infinite;
		        animation: fall-50 37.7s -19s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(51) {
	opacity: 0.2589;
	-webkit-transform: translate(4.8188vw, -10px) scale(0.8469);
	    -ms-transform: translate(4.8188vw, -10px) scale(0.8469);
	        transform: translate(4.8188vw, -10px) scale(0.8469);
	-webkit-animation: fall-51 16.9s -30s linear infinite;
	        animation: fall-51 16.9s -30s linear infinite;
}

@-webkit-keyframes fall-51 {
	36.936% {
		-webkit-transform: translate(-2.5476vw, 36.936vh) scale(0.8469);
		        transform: translate(-2.5476vw, 36.936vh) scale(0.8469);
	}
	to {
		-webkit-transform: translate(1.1356vw, 100vh) scale(0.8469);
		        transform: translate(1.1356vw, 100vh) scale(0.8469);
	}
}

@keyframes fall-51 {
	36.936% {
		-webkit-transform: translate(-2.5476vw, 36.936vh) scale(0.8469);
		        transform: translate(-2.5476vw, 36.936vh) scale(0.8469);
	}
	to {
		-webkit-transform: translate(1.1356vw, 100vh) scale(0.8469);
		        transform: translate(1.1356vw, 100vh) scale(0.8469);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(51) {
		-webkit-animation: fall-51 27.3s -30s linear infinite;
		        animation: fall-51 27.3s -30s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(52) {
	opacity: 0.044;
	-webkit-transform: translate(9.9959vw, -10px) scale(0.9819);
	    -ms-transform: translate(9.9959vw, -10px) scale(0.9819);
	        transform: translate(9.9959vw, -10px) scale(0.9819);
	-webkit-animation: fall-52 23.4s -2s linear infinite;
	        animation: fall-52 23.4s -2s linear infinite;
}

@-webkit-keyframes fall-52 {
	60.831% {
		-webkit-transform: translate(11.429vw, 60.831vh) scale(0.9819);
		        transform: translate(11.429vw, 60.831vh) scale(0.9819);
	}
	to {
		-webkit-transform: translate(10.71245vw, 100vh) scale(0.9819);
		        transform: translate(10.71245vw, 100vh) scale(0.9819);
	}
}

@keyframes fall-52 {
	60.831% {
		-webkit-transform: translate(11.429vw, 60.831vh) scale(0.9819);
		        transform: translate(11.429vw, 60.831vh) scale(0.9819);
	}
	to {
		-webkit-transform: translate(10.71245vw, 100vh) scale(0.9819);
		        transform: translate(10.71245vw, 100vh) scale(0.9819);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(52) {
		-webkit-animation: fall-52 33.8s -2s linear infinite;
		        animation: fall-52 33.8s -2s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(53) {
	opacity: 0.129;
	-webkit-transform: translate(25.6264vw, -10px) scale(0.2208);
	    -ms-transform: translate(25.6264vw, -10px) scale(0.2208);
	        transform: translate(25.6264vw, -10px) scale(0.2208);
	-webkit-animation: fall-53 26s -28s linear infinite;
	        animation: fall-53 26s -28s linear infinite;
}

@-webkit-keyframes fall-53 {
	72.062% {
		-webkit-transform: translate(20.286vw, 72.062vh) scale(0.2208);
		        transform: translate(20.286vw, 72.062vh) scale(0.2208);
	}
	to {
		-webkit-transform: translate(22.9562vw, 100vh) scale(0.2208);
		        transform: translate(22.9562vw, 100vh) scale(0.2208);
	}
}

@keyframes fall-53 {
	72.062% {
		-webkit-transform: translate(20.286vw, 72.062vh) scale(0.2208);
		        transform: translate(20.286vw, 72.062vh) scale(0.2208);
	}
	to {
		-webkit-transform: translate(22.9562vw, 100vh) scale(0.2208);
		        transform: translate(22.9562vw, 100vh) scale(0.2208);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(53) {
		-webkit-animation: fall-53 19.5s -28s linear infinite;
		        animation: fall-53 19.5s -28s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(54) {
	opacity: 0.4909;
	-webkit-transform: translate(6.3722vw, -10px) scale(0.5744);
	    -ms-transform: translate(6.3722vw, -10px) scale(0.5744);
	        transform: translate(6.3722vw, -10px) scale(0.5744);
	-webkit-animation: fall-54 29.9s -27s linear infinite;
	        animation: fall-54 29.9s -27s linear infinite;
}

@-webkit-keyframes fall-54 {
	30.828% {
		-webkit-transform: translate(15.6024vw, 30.828vh) scale(0.5744);
		        transform: translate(15.6024vw, 30.828vh) scale(0.5744);
	}
	to {
		-webkit-transform: translate(10.9873vw, 100vh) scale(0.5744);
		        transform: translate(10.9873vw, 100vh) scale(0.5744);
	}
}

@keyframes fall-54 {
	30.828% {
		-webkit-transform: translate(15.6024vw, 30.828vh) scale(0.5744);
		        transform: translate(15.6024vw, 30.828vh) scale(0.5744);
	}
	to {
		-webkit-transform: translate(10.9873vw, 100vh) scale(0.5744);
		        transform: translate(10.9873vw, 100vh) scale(0.5744);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(54) {
		-webkit-animation: fall-54 31.2s -27s linear infinite;
		        animation: fall-54 31.2s -27s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(55) {
	opacity: 0.21285;
	-webkit-transform: translate(21.3668vw, -10px) scale(0.2486);
	    -ms-transform: translate(21.3668vw, -10px) scale(0.2486);
	        transform: translate(21.3668vw, -10px) scale(0.2486);
	-webkit-animation: fall-55 20.8s -1s linear infinite;
	        animation: fall-55 20.8s -1s linear infinite;
}

@-webkit-keyframes fall-55 {
	69.322% {
		-webkit-transform: translate(15.1572vw, 69.322vh) scale(0.2486);
		        transform: translate(15.1572vw, 69.322vh) scale(0.2486);
	}
	to {
		-webkit-transform: translate(18.262vw, 100vh) scale(0.2486);
		        transform: translate(18.262vw, 100vh) scale(0.2486);
	}
}

@keyframes fall-55 {
	69.322% {
		-webkit-transform: translate(15.1572vw, 69.322vh) scale(0.2486);
		        transform: translate(15.1572vw, 69.322vh) scale(0.2486);
	}
	to {
		-webkit-transform: translate(18.262vw, 100vh) scale(0.2486);
		        transform: translate(18.262vw, 100vh) scale(0.2486);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(55) {
		-webkit-animation: fall-55 27.3s -1s linear infinite;
		        animation: fall-55 27.3s -1s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(56) {
	opacity: 0.27825;
	-webkit-transform: translate(98.9865vw, -10px) scale(0.3969);
	    -ms-transform: translate(98.9865vw, -10px) scale(0.3969);
	        transform: translate(98.9865vw, -10px) scale(0.3969);
	-webkit-animation: fall-56 14.3s -26s linear infinite;
	        animation: fall-56 14.3s -26s linear infinite;
}

@-webkit-keyframes fall-56 {
	45.287% {
		-webkit-transform: translate(106.2989vw, 45.287vh) scale(0.3969);
		        transform: translate(106.2989vw, 45.287vh) scale(0.3969);
	}
	to {
		-webkit-transform: translate(102.6427vw, 100vh) scale(0.3969);
		        transform: translate(102.6427vw, 100vh) scale(0.3969);
	}
}

@keyframes fall-56 {
	45.287% {
		-webkit-transform: translate(106.2989vw, 45.287vh) scale(0.3969);
		        transform: translate(106.2989vw, 45.287vh) scale(0.3969);
	}
	to {
		-webkit-transform: translate(102.6427vw, 100vh) scale(0.3969);
		        transform: translate(102.6427vw, 100vh) scale(0.3969);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(56) {
		-webkit-animation: fall-56 27.3s -26s linear infinite;
		        animation: fall-56 27.3s -26s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(57) {
	opacity: 0.01095;
	-webkit-transform: translate(60.2245vw, -10px) scale(0.3349);
	    -ms-transform: translate(60.2245vw, -10px) scale(0.3349);
	        transform: translate(60.2245vw, -10px) scale(0.3349);
	-webkit-animation: fall-57 35.1s -19s linear infinite;
	        animation: fall-57 35.1s -19s linear infinite;
}

@-webkit-keyframes fall-57 {
	59.472% {
		-webkit-transform: translate(52.7594vw, 59.472vh) scale(0.3349);
		        transform: translate(52.7594vw, 59.472vh) scale(0.3349);
	}
	to {
		-webkit-transform: translate(56.49195vw, 100vh) scale(0.3349);
		        transform: translate(56.49195vw, 100vh) scale(0.3349);
	}
}

@keyframes fall-57 {
	59.472% {
		-webkit-transform: translate(52.7594vw, 59.472vh) scale(0.3349);
		        transform: translate(52.7594vw, 59.472vh) scale(0.3349);
	}
	to {
		-webkit-transform: translate(56.49195vw, 100vh) scale(0.3349);
		        transform: translate(56.49195vw, 100vh) scale(0.3349);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(57) {
		-webkit-animation: fall-57 35.1s -19s linear infinite;
		        animation: fall-57 35.1s -19s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(58) {
	opacity: 0.15475;
	-webkit-transform: translate(48.2322vw, -10px) scale(0.1978);
	    -ms-transform: translate(48.2322vw, -10px) scale(0.1978);
	        transform: translate(48.2322vw, -10px) scale(0.1978);
	-webkit-animation: fall-58 28.6s -2s linear infinite;
	        animation: fall-58 28.6s -2s linear infinite;
}

@-webkit-keyframes fall-58 {
	45.83% {
		-webkit-transform: translate(44.2744vw, 45.83vh) scale(0.1978);
		        transform: translate(44.2744vw, 45.83vh) scale(0.1978);
	}
	to {
		-webkit-transform: translate(46.2533vw, 100vh) scale(0.1978);
		        transform: translate(46.2533vw, 100vh) scale(0.1978);
	}
}

@keyframes fall-58 {
	45.83% {
		-webkit-transform: translate(44.2744vw, 45.83vh) scale(0.1978);
		        transform: translate(44.2744vw, 45.83vh) scale(0.1978);
	}
	to {
		-webkit-transform: translate(46.2533vw, 100vh) scale(0.1978);
		        transform: translate(46.2533vw, 100vh) scale(0.1978);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(58) {
		-webkit-animation: fall-58 26s -2s linear infinite;
		        animation: fall-58 26s -2s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(59) {
	opacity: 0.3813;
	-webkit-transform: translate(79.7199vw, -10px) scale(0.1756);
	    -ms-transform: translate(79.7199vw, -10px) scale(0.1756);
	        transform: translate(79.7199vw, -10px) scale(0.1756);
	-webkit-animation: fall-59 19.5s -14s linear infinite;
	        animation: fall-59 19.5s -14s linear infinite;
}

@-webkit-keyframes fall-59 {
	33.238% {
		-webkit-transform: translate(71.7458vw, 33.238vh) scale(0.1756);
		        transform: translate(71.7458vw, 33.238vh) scale(0.1756);
	}
	to {
		-webkit-transform: translate(75.73285vw, 100vh) scale(0.1756);
		        transform: translate(75.73285vw, 100vh) scale(0.1756);
	}
}

@keyframes fall-59 {
	33.238% {
		-webkit-transform: translate(71.7458vw, 33.238vh) scale(0.1756);
		        transform: translate(71.7458vw, 33.238vh) scale(0.1756);
	}
	to {
		-webkit-transform: translate(75.73285vw, 100vh) scale(0.1756);
		        transform: translate(75.73285vw, 100vh) scale(0.1756);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(59) {
		-webkit-animation: fall-59 32.5s -14s linear infinite;
		        animation: fall-59 32.5s -14s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(60) {
	opacity: 0.2412;
	-webkit-transform: translate(19.1128vw, -10px) scale(0.9609);
	    -ms-transform: translate(19.1128vw, -10px) scale(0.9609);
	        transform: translate(19.1128vw, -10px) scale(0.9609);
	-webkit-animation: fall-60 31.2s -20s linear infinite;
	        animation: fall-60 31.2s -20s linear infinite;
}

@-webkit-keyframes fall-60 {
	68.622% {
		-webkit-transform: translate(27.5617vw, 68.622vh) scale(0.9609);
		        transform: translate(27.5617vw, 68.622vh) scale(0.9609);
	}
	to {
		-webkit-transform: translate(23.33725vw, 100vh) scale(0.9609);
		        transform: translate(23.33725vw, 100vh) scale(0.9609);
	}
}

@keyframes fall-60 {
	68.622% {
		-webkit-transform: translate(27.5617vw, 68.622vh) scale(0.9609);
		        transform: translate(27.5617vw, 68.622vh) scale(0.9609);
	}
	to {
		-webkit-transform: translate(23.33725vw, 100vh) scale(0.9609);
		        transform: translate(23.33725vw, 100vh) scale(0.9609);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(60) {
		-webkit-animation: fall-60 31.2s -20s linear infinite;
		        animation: fall-60 31.2s -20s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(61) {
	opacity: 0.41;
	-webkit-transform: translate(83.9608vw, -10px) scale(0.2839);
	    -ms-transform: translate(83.9608vw, -10px) scale(0.2839);
	        transform: translate(83.9608vw, -10px) scale(0.2839);
	-webkit-animation: fall-61 37.7s -2s linear infinite;
	        animation: fall-61 37.7s -2s linear infinite;
}

@-webkit-keyframes fall-61 {
	63.71% {
		-webkit-transform: translate(90.4376vw, 63.71vh) scale(0.2839);
		        transform: translate(90.4376vw, 63.71vh) scale(0.2839);
	}
	to {
		-webkit-transform: translate(87.1992vw, 100vh) scale(0.2839);
		        transform: translate(87.1992vw, 100vh) scale(0.2839);
	}
}

@keyframes fall-61 {
	63.71% {
		-webkit-transform: translate(90.4376vw, 63.71vh) scale(0.2839);
		        transform: translate(90.4376vw, 63.71vh) scale(0.2839);
	}
	to {
		-webkit-transform: translate(87.1992vw, 100vh) scale(0.2839);
		        transform: translate(87.1992vw, 100vh) scale(0.2839);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(61) {
		-webkit-animation: fall-61 33.8s -2s linear infinite;
		        animation: fall-61 33.8s -2s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(62) {
	opacity: 0.18635;
	-webkit-transform: translate(5.2788vw, -10px) scale(0.9714);
	    -ms-transform: translate(5.2788vw, -10px) scale(0.9714);
	        transform: translate(5.2788vw, -10px) scale(0.9714);
	-webkit-animation: fall-62 39s -8s linear infinite;
	        animation: fall-62 39s -8s linear infinite;
}

@-webkit-keyframes fall-62 {
	52.844% {
		-webkit-transform: translate(7.8579vw, 52.844vh) scale(0.9714);
		        transform: translate(7.8579vw, 52.844vh) scale(0.9714);
	}
	to {
		-webkit-transform: translate(6.56835vw, 100vh) scale(0.9714);
		        transform: translate(6.56835vw, 100vh) scale(0.9714);
	}
}

@keyframes fall-62 {
	52.844% {
		-webkit-transform: translate(7.8579vw, 52.844vh) scale(0.9714);
		        transform: translate(7.8579vw, 52.844vh) scale(0.9714);
	}
	to {
		-webkit-transform: translate(6.56835vw, 100vh) scale(0.9714);
		        transform: translate(6.56835vw, 100vh) scale(0.9714);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(62) {
		-webkit-animation: fall-62 22.1s -8s linear infinite;
		        animation: fall-62 22.1s -8s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(63) {
	opacity: 0.1401;
	-webkit-transform: translate(59.5554vw, -10px) scale(0.6592);
	    -ms-transform: translate(59.5554vw, -10px) scale(0.6592);
	        transform: translate(59.5554vw, -10px) scale(0.6592);
	-webkit-animation: fall-63 35.1s -30s linear infinite;
	        animation: fall-63 35.1s -30s linear infinite;
}

@-webkit-keyframes fall-63 {
	70.274% {
		-webkit-transform: translate(67.4944vw, 70.274vh) scale(0.6592);
		        transform: translate(67.4944vw, 70.274vh) scale(0.6592);
	}
	to {
		-webkit-transform: translate(63.5249vw, 100vh) scale(0.6592);
		        transform: translate(63.5249vw, 100vh) scale(0.6592);
	}
}

@keyframes fall-63 {
	70.274% {
		-webkit-transform: translate(67.4944vw, 70.274vh) scale(0.6592);
		        transform: translate(67.4944vw, 70.274vh) scale(0.6592);
	}
	to {
		-webkit-transform: translate(63.5249vw, 100vh) scale(0.6592);
		        transform: translate(63.5249vw, 100vh) scale(0.6592);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(63) {
		-webkit-animation: fall-63 24.7s -30s linear infinite;
		        animation: fall-63 24.7s -30s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(64) {
	opacity: 0.1571;
	-webkit-transform: translate(49.4833vw, -10px) scale(0.0828);
	    -ms-transform: translate(49.4833vw, -10px) scale(0.0828);
	        transform: translate(49.4833vw, -10px) scale(0.0828);
	-webkit-animation: fall-64 14.3s -27s linear infinite;
	        animation: fall-64 14.3s -27s linear infinite;
}

@-webkit-keyframes fall-64 {
	54.481% {
		-webkit-transform: translate(54.8465vw, 54.481vh) scale(0.0828);
		        transform: translate(54.8465vw, 54.481vh) scale(0.0828);
	}
	to {
		-webkit-transform: translate(52.1649vw, 100vh) scale(0.0828);
		        transform: translate(52.1649vw, 100vh) scale(0.0828);
	}
}

@keyframes fall-64 {
	54.481% {
		-webkit-transform: translate(54.8465vw, 54.481vh) scale(0.0828);
		        transform: translate(54.8465vw, 54.481vh) scale(0.0828);
	}
	to {
		-webkit-transform: translate(52.1649vw, 100vh) scale(0.0828);
		        transform: translate(52.1649vw, 100vh) scale(0.0828);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(64) {
		-webkit-animation: fall-64 41.6s -27s linear infinite;
		        animation: fall-64 41.6s -27s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(65) {
	opacity: 0.02115;
	-webkit-transform: translate(11.6542vw, -10px) scale(0.7234);
	    -ms-transform: translate(11.6542vw, -10px) scale(0.7234);
	        transform: translate(11.6542vw, -10px) scale(0.7234);
	-webkit-animation: fall-65 16.9s -21s linear infinite;
	        animation: fall-65 16.9s -21s linear infinite;
}

@-webkit-keyframes fall-65 {
	70.685% {
		-webkit-transform: translate(7.4476vw, 70.685vh) scale(0.7234);
		        transform: translate(7.4476vw, 70.685vh) scale(0.7234);
	}
	to {
		-webkit-transform: translate(9.5509vw, 100vh) scale(0.7234);
		        transform: translate(9.5509vw, 100vh) scale(0.7234);
	}
}

@keyframes fall-65 {
	70.685% {
		-webkit-transform: translate(7.4476vw, 70.685vh) scale(0.7234);
		        transform: translate(7.4476vw, 70.685vh) scale(0.7234);
	}
	to {
		-webkit-transform: translate(9.5509vw, 100vh) scale(0.7234);
		        transform: translate(9.5509vw, 100vh) scale(0.7234);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(65) {
		-webkit-animation: fall-65 19.5s -21s linear infinite;
		        animation: fall-65 19.5s -21s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(66) {
	opacity: 0.4171;
	-webkit-transform: translate(86.6384vw, -10px) scale(0.2089);
	    -ms-transform: translate(86.6384vw, -10px) scale(0.2089);
	        transform: translate(86.6384vw, -10px) scale(0.2089);
	-webkit-animation: fall-66 22.1s -1s linear infinite;
	        animation: fall-66 22.1s -1s linear infinite;
}

@-webkit-keyframes fall-66 {
	70.942% {
		-webkit-transform: translate(89.939vw, 70.942vh) scale(0.2089);
		        transform: translate(89.939vw, 70.942vh) scale(0.2089);
	}
	to {
		-webkit-transform: translate(88.2887vw, 100vh) scale(0.2089);
		        transform: translate(88.2887vw, 100vh) scale(0.2089);
	}
}

@keyframes fall-66 {
	70.942% {
		-webkit-transform: translate(89.939vw, 70.942vh) scale(0.2089);
		        transform: translate(89.939vw, 70.942vh) scale(0.2089);
	}
	to {
		-webkit-transform: translate(88.2887vw, 100vh) scale(0.2089);
		        transform: translate(88.2887vw, 100vh) scale(0.2089);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(66) {
		-webkit-animation: fall-66 28.6s -1s linear infinite;
		        animation: fall-66 28.6s -1s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(67) {
	opacity: 0.4916;
	-webkit-transform: translate(85.9442vw, -10px) scale(0.4716);
	    -ms-transform: translate(85.9442vw, -10px) scale(0.4716);
	        transform: translate(85.9442vw, -10px) scale(0.4716);
	-webkit-animation: fall-67 22.1s -23s linear infinite;
	        animation: fall-67 22.1s -23s linear infinite;
}

@-webkit-keyframes fall-67 {
	73.757% {
		-webkit-transform: translate(83.9213vw, 73.757vh) scale(0.4716);
		        transform: translate(83.9213vw, 73.757vh) scale(0.4716);
	}
	to {
		-webkit-transform: translate(84.93275vw, 100vh) scale(0.4716);
		        transform: translate(84.93275vw, 100vh) scale(0.4716);
	}
}

@keyframes fall-67 {
	73.757% {
		-webkit-transform: translate(83.9213vw, 73.757vh) scale(0.4716);
		        transform: translate(83.9213vw, 73.757vh) scale(0.4716);
	}
	to {
		-webkit-transform: translate(84.93275vw, 100vh) scale(0.4716);
		        transform: translate(84.93275vw, 100vh) scale(0.4716);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(67) {
		-webkit-animation: fall-67 44.2s -23s linear infinite;
		        animation: fall-67 44.2s -23s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(68) {
	opacity: 0.2739;
	-webkit-transform: translate(38.2534vw, -10px) scale(0.914);
	    -ms-transform: translate(38.2534vw, -10px) scale(0.914);
	        transform: translate(38.2534vw, -10px) scale(0.914);
	-webkit-animation: fall-68 23.4s -6s linear infinite;
	        animation: fall-68 23.4s -6s linear infinite;
}

@-webkit-keyframes fall-68 {
	74.722% {
		-webkit-transform: translate(44.7629vw, 74.722vh) scale(0.914);
		        transform: translate(44.7629vw, 74.722vh) scale(0.914);
	}
	to {
		-webkit-transform: translate(41.50815vw, 100vh) scale(0.914);
		        transform: translate(41.50815vw, 100vh) scale(0.914);
	}
}

@keyframes fall-68 {
	74.722% {
		-webkit-transform: translate(44.7629vw, 74.722vh) scale(0.914);
		        transform: translate(44.7629vw, 74.722vh) scale(0.914);
	}
	to {
		-webkit-transform: translate(41.50815vw, 100vh) scale(0.914);
		        transform: translate(41.50815vw, 100vh) scale(0.914);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(68) {
		-webkit-animation: fall-68 22.1s -6s linear infinite;
		        animation: fall-68 22.1s -6s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(69) {
	opacity: 0.49725;
	-webkit-transform: translate(89.3637vw, -10px) scale(0.5792);
	    -ms-transform: translate(89.3637vw, -10px) scale(0.5792);
	        transform: translate(89.3637vw, -10px) scale(0.5792);
	-webkit-animation: fall-69 24.7s -17s linear infinite;
	        animation: fall-69 24.7s -17s linear infinite;
}

@-webkit-keyframes fall-69 {
	46.693% {
		-webkit-transform: translate(90.8149vw, 46.693vh) scale(0.5792);
		        transform: translate(90.8149vw, 46.693vh) scale(0.5792);
	}
	to {
		-webkit-transform: translate(90.0893vw, 100vh) scale(0.5792);
		        transform: translate(90.0893vw, 100vh) scale(0.5792);
	}
}

@keyframes fall-69 {
	46.693% {
		-webkit-transform: translate(90.8149vw, 46.693vh) scale(0.5792);
		        transform: translate(90.8149vw, 46.693vh) scale(0.5792);
	}
	to {
		-webkit-transform: translate(90.0893vw, 100vh) scale(0.5792);
		        transform: translate(90.0893vw, 100vh) scale(0.5792);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(69) {
		-webkit-animation: fall-69 37.7s -17s linear infinite;
		        animation: fall-69 37.7s -17s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(70) {
	opacity: 0.4755;
	-webkit-transform: translate(88.4967vw, -10px) scale(0.6439);
	    -ms-transform: translate(88.4967vw, -10px) scale(0.6439);
	        transform: translate(88.4967vw, -10px) scale(0.6439);
	-webkit-animation: fall-70 29.9s -18s linear infinite;
	        animation: fall-70 29.9s -18s linear infinite;
}

@-webkit-keyframes fall-70 {
	76.744% {
		-webkit-transform: translate(88.845vw, 76.744vh) scale(0.6439);
		        transform: translate(88.845vw, 76.744vh) scale(0.6439);
	}
	to {
		-webkit-transform: translate(88.67085vw, 100vh) scale(0.6439);
		        transform: translate(88.67085vw, 100vh) scale(0.6439);
	}
}

@keyframes fall-70 {
	76.744% {
		-webkit-transform: translate(88.845vw, 76.744vh) scale(0.6439);
		        transform: translate(88.845vw, 76.744vh) scale(0.6439);
	}
	to {
		-webkit-transform: translate(88.67085vw, 100vh) scale(0.6439);
		        transform: translate(88.67085vw, 100vh) scale(0.6439);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(70) {
		-webkit-animation: fall-70 26s -18s linear infinite;
		        animation: fall-70 26s -18s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(71) {
	opacity: 0.3917;
	-webkit-transform: translate(58.4832vw, -10px) scale(0.2854);
	    -ms-transform: translate(58.4832vw, -10px) scale(0.2854);
	        transform: translate(58.4832vw, -10px) scale(0.2854);
	-webkit-animation: fall-71 39s -23s linear infinite;
	        animation: fall-71 39s -23s linear infinite;
}

@-webkit-keyframes fall-71 {
	59.542% {
		-webkit-transform: translate(65.4227vw, 59.542vh) scale(0.2854);
		        transform: translate(65.4227vw, 59.542vh) scale(0.2854);
	}
	to {
		-webkit-transform: translate(61.95295vw, 100vh) scale(0.2854);
		        transform: translate(61.95295vw, 100vh) scale(0.2854);
	}
}

@keyframes fall-71 {
	59.542% {
		-webkit-transform: translate(65.4227vw, 59.542vh) scale(0.2854);
		        transform: translate(65.4227vw, 59.542vh) scale(0.2854);
	}
	to {
		-webkit-transform: translate(61.95295vw, 100vh) scale(0.2854);
		        transform: translate(61.95295vw, 100vh) scale(0.2854);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(71) {
		-webkit-animation: fall-71 32.5s -23s linear infinite;
		        animation: fall-71 32.5s -23s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(72) {
	opacity: 0.1971;
	-webkit-transform: translate(89.5811vw, -10px) scale(0.2196);
	    -ms-transform: translate(89.5811vw, -10px) scale(0.2196);
	        transform: translate(89.5811vw, -10px) scale(0.2196);
	-webkit-animation: fall-72 31.2s -18s linear infinite;
	        animation: fall-72 31.2s -18s linear infinite;
}

@-webkit-keyframes fall-72 {
	70.207% {
		-webkit-transform: translate(79.6312vw, 70.207vh) scale(0.2196);
		        transform: translate(79.6312vw, 70.207vh) scale(0.2196);
	}
	to {
		-webkit-transform: translate(84.60615vw, 100vh) scale(0.2196);
		        transform: translate(84.60615vw, 100vh) scale(0.2196);
	}
}

@keyframes fall-72 {
	70.207% {
		-webkit-transform: translate(79.6312vw, 70.207vh) scale(0.2196);
		        transform: translate(79.6312vw, 70.207vh) scale(0.2196);
	}
	to {
		-webkit-transform: translate(84.60615vw, 100vh) scale(0.2196);
		        transform: translate(84.60615vw, 100vh) scale(0.2196);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(72) {
		-webkit-animation: fall-72 20.8s -18s linear infinite;
		        animation: fall-72 20.8s -18s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(73) {
	opacity: 0.1546;
	-webkit-transform: translate(61.3116vw, -10px) scale(0.3838);
	    -ms-transform: translate(61.3116vw, -10px) scale(0.3838);
	        transform: translate(61.3116vw, -10px) scale(0.3838);
	-webkit-animation: fall-73 24.7s -6s linear infinite;
	        animation: fall-73 24.7s -6s linear infinite;
}

@-webkit-keyframes fall-73 {
	42.716% {
		-webkit-transform: translate(67.9264vw, 42.716vh) scale(0.3838);
		        transform: translate(67.9264vw, 42.716vh) scale(0.3838);
	}
	to {
		-webkit-transform: translate(64.619vw, 100vh) scale(0.3838);
		        transform: translate(64.619vw, 100vh) scale(0.3838);
	}
}

@keyframes fall-73 {
	42.716% {
		-webkit-transform: translate(67.9264vw, 42.716vh) scale(0.3838);
		        transform: translate(67.9264vw, 42.716vh) scale(0.3838);
	}
	to {
		-webkit-transform: translate(64.619vw, 100vh) scale(0.3838);
		        transform: translate(64.619vw, 100vh) scale(0.3838);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(73) {
		-webkit-animation: fall-73 27.3s -6s linear infinite;
		        animation: fall-73 27.3s -6s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(74) {
	opacity: 0.28825;
	-webkit-transform: translate(94.803vw, -10px) scale(0.9686);
	    -ms-transform: translate(94.803vw, -10px) scale(0.9686);
	        transform: translate(94.803vw, -10px) scale(0.9686);
	-webkit-animation: fall-74 26s -24s linear infinite;
	        animation: fall-74 26s -24s linear infinite;
}

@-webkit-keyframes fall-74 {
	41.925% {
		-webkit-transform: translate(93.6686vw, 41.925vh) scale(0.9686);
		        transform: translate(93.6686vw, 41.925vh) scale(0.9686);
	}
	to {
		-webkit-transform: translate(94.2358vw, 100vh) scale(0.9686);
		        transform: translate(94.2358vw, 100vh) scale(0.9686);
	}
}

@keyframes fall-74 {
	41.925% {
		-webkit-transform: translate(93.6686vw, 41.925vh) scale(0.9686);
		        transform: translate(93.6686vw, 41.925vh) scale(0.9686);
	}
	to {
		-webkit-transform: translate(94.2358vw, 100vh) scale(0.9686);
		        transform: translate(94.2358vw, 100vh) scale(0.9686);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(74) {
		-webkit-animation: fall-74 42.9s -24s linear infinite;
		        animation: fall-74 42.9s -24s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(75) {
	opacity: 0.31775;
	-webkit-transform: translate(34.2602vw, -10px) scale(0.6957);
	    -ms-transform: translate(34.2602vw, -10px) scale(0.6957);
	        transform: translate(34.2602vw, -10px) scale(0.6957);
	-webkit-animation: fall-75 24.7s -24s linear infinite;
	        animation: fall-75 24.7s -24s linear infinite;
}

@-webkit-keyframes fall-75 {
	74.121% {
		-webkit-transform: translate(31.5268vw, 74.121vh) scale(0.6957);
		        transform: translate(31.5268vw, 74.121vh) scale(0.6957);
	}
	to {
		-webkit-transform: translate(32.8935vw, 100vh) scale(0.6957);
		        transform: translate(32.8935vw, 100vh) scale(0.6957);
	}
}

@keyframes fall-75 {
	74.121% {
		-webkit-transform: translate(31.5268vw, 74.121vh) scale(0.6957);
		        transform: translate(31.5268vw, 74.121vh) scale(0.6957);
	}
	to {
		-webkit-transform: translate(32.8935vw, 100vh) scale(0.6957);
		        transform: translate(32.8935vw, 100vh) scale(0.6957);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(75) {
		-webkit-animation: fall-75 26s -24s linear infinite;
		        animation: fall-75 26s -24s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(76) {
	opacity: 0.448;
	-webkit-transform: translate(83.1438vw, -10px) scale(0.6864);
	    -ms-transform: translate(83.1438vw, -10px) scale(0.6864);
	        transform: translate(83.1438vw, -10px) scale(0.6864);
	-webkit-animation: fall-76 16.9s -17s linear infinite;
	        animation: fall-76 16.9s -17s linear infinite;
}

@-webkit-keyframes fall-76 {
	37.697% {
		-webkit-transform: translate(88.5948vw, 37.697vh) scale(0.6864);
		        transform: translate(88.5948vw, 37.697vh) scale(0.6864);
	}
	to {
		-webkit-transform: translate(85.8693vw, 100vh) scale(0.6864);
		        transform: translate(85.8693vw, 100vh) scale(0.6864);
	}
}

@keyframes fall-76 {
	37.697% {
		-webkit-transform: translate(88.5948vw, 37.697vh) scale(0.6864);
		        transform: translate(88.5948vw, 37.697vh) scale(0.6864);
	}
	to {
		-webkit-transform: translate(85.8693vw, 100vh) scale(0.6864);
		        transform: translate(85.8693vw, 100vh) scale(0.6864);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(76) {
		-webkit-animation: fall-76 22.1s -17s linear infinite;
		        animation: fall-76 22.1s -17s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(77) {
	opacity: 0.1888;
	-webkit-transform: translate(19.7496vw, -10px) scale(0.5661);
	    -ms-transform: translate(19.7496vw, -10px) scale(0.5661);
	        transform: translate(19.7496vw, -10px) scale(0.5661);
	-webkit-animation: fall-77 33.8s -6s linear infinite;
	        animation: fall-77 33.8s -6s linear infinite;
}

@-webkit-keyframes fall-77 {
	50.056% {
		-webkit-transform: translate(9.7687vw, 50.056vh) scale(0.5661);
		        transform: translate(9.7687vw, 50.056vh) scale(0.5661);
	}
	to {
		-webkit-transform: translate(14.75915vw, 100vh) scale(0.5661);
		        transform: translate(14.75915vw, 100vh) scale(0.5661);
	}
}

@keyframes fall-77 {
	50.056% {
		-webkit-transform: translate(9.7687vw, 50.056vh) scale(0.5661);
		        transform: translate(9.7687vw, 50.056vh) scale(0.5661);
	}
	to {
		-webkit-transform: translate(14.75915vw, 100vh) scale(0.5661);
		        transform: translate(14.75915vw, 100vh) scale(0.5661);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(77) {
		-webkit-animation: fall-77 22.1s -6s linear infinite;
		        animation: fall-77 22.1s -6s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(78) {
	opacity: 0.2342;
	-webkit-transform: translate(2.0067vw, -10px) scale(0.4105);
	    -ms-transform: translate(2.0067vw, -10px) scale(0.4105);
	        transform: translate(2.0067vw, -10px) scale(0.4105);
	-webkit-animation: fall-78 37.7s -26s linear infinite;
	        animation: fall-78 37.7s -26s linear infinite;
}

@-webkit-keyframes fall-78 {
	53.256% {
		-webkit-transform: translate(7.6724vw, 53.256vh) scale(0.4105);
		        transform: translate(7.6724vw, 53.256vh) scale(0.4105);
	}
	to {
		-webkit-transform: translate(4.83955vw, 100vh) scale(0.4105);
		        transform: translate(4.83955vw, 100vh) scale(0.4105);
	}
}

@keyframes fall-78 {
	53.256% {
		-webkit-transform: translate(7.6724vw, 53.256vh) scale(0.4105);
		        transform: translate(7.6724vw, 53.256vh) scale(0.4105);
	}
	to {
		-webkit-transform: translate(4.83955vw, 100vh) scale(0.4105);
		        transform: translate(4.83955vw, 100vh) scale(0.4105);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(78) {
		-webkit-animation: fall-78 44.2s -26s linear infinite;
		        animation: fall-78 44.2s -26s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(79) {
	opacity: 0.0375;
	-webkit-transform: translate(32.274vw, -10px) scale(0.4524);
	    -ms-transform: translate(32.274vw, -10px) scale(0.4524);
	        transform: translate(32.274vw, -10px) scale(0.4524);
	-webkit-animation: fall-79 20.8s -28s linear infinite;
	        animation: fall-79 20.8s -28s linear infinite;
}

@-webkit-keyframes fall-79 {
	78.65% {
		-webkit-transform: translate(28.9496vw, 78.65vh) scale(0.4524);
		        transform: translate(28.9496vw, 78.65vh) scale(0.4524);
	}
	to {
		-webkit-transform: translate(30.6118vw, 100vh) scale(0.4524);
		        transform: translate(30.6118vw, 100vh) scale(0.4524);
	}
}

@keyframes fall-79 {
	78.65% {
		-webkit-transform: translate(28.9496vw, 78.65vh) scale(0.4524);
		        transform: translate(28.9496vw, 78.65vh) scale(0.4524);
	}
	to {
		-webkit-transform: translate(30.6118vw, 100vh) scale(0.4524);
		        transform: translate(30.6118vw, 100vh) scale(0.4524);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(79) {
		-webkit-animation: fall-79 33.8s -28s linear infinite;
		        animation: fall-79 33.8s -28s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(80) {
	opacity: 0.0445;
	-webkit-transform: translate(13.4446vw, -10px) scale(0.8724);
	    -ms-transform: translate(13.4446vw, -10px) scale(0.8724);
	        transform: translate(13.4446vw, -10px) scale(0.8724);
	-webkit-animation: fall-80 27.3s -21s linear infinite;
	        animation: fall-80 27.3s -21s linear infinite;
}

@-webkit-keyframes fall-80 {
	45.405% {
		-webkit-transform: translate(6.2983vw, 45.405vh) scale(0.8724);
		        transform: translate(6.2983vw, 45.405vh) scale(0.8724);
	}
	to {
		-webkit-transform: translate(9.87145vw, 100vh) scale(0.8724);
		        transform: translate(9.87145vw, 100vh) scale(0.8724);
	}
}

@keyframes fall-80 {
	45.405% {
		-webkit-transform: translate(6.2983vw, 45.405vh) scale(0.8724);
		        transform: translate(6.2983vw, 45.405vh) scale(0.8724);
	}
	to {
		-webkit-transform: translate(9.87145vw, 100vh) scale(0.8724);
		        transform: translate(9.87145vw, 100vh) scale(0.8724);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(80) {
		-webkit-animation: fall-80 26s -21s linear infinite;
		        animation: fall-80 26s -21s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(81) {
	opacity: 0.19865;
	-webkit-transform: translate(84.1658vw, -10px) scale(0.1967);
	    -ms-transform: translate(84.1658vw, -10px) scale(0.1967);
	        transform: translate(84.1658vw, -10px) scale(0.1967);
	-webkit-animation: fall-81 19.5s -10s linear infinite;
	        animation: fall-81 19.5s -10s linear infinite;
}

@-webkit-keyframes fall-81 {
	79.449% {
		-webkit-transform: translate(89.7337vw, 79.449vh) scale(0.1967);
		        transform: translate(89.7337vw, 79.449vh) scale(0.1967);
	}
	to {
		-webkit-transform: translate(86.94975vw, 100vh) scale(0.1967);
		        transform: translate(86.94975vw, 100vh) scale(0.1967);
	}
}

@keyframes fall-81 {
	79.449% {
		-webkit-transform: translate(89.7337vw, 79.449vh) scale(0.1967);
		        transform: translate(89.7337vw, 79.449vh) scale(0.1967);
	}
	to {
		-webkit-transform: translate(86.94975vw, 100vh) scale(0.1967);
		        transform: translate(86.94975vw, 100vh) scale(0.1967);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(81) {
		-webkit-animation: fall-81 22.1s -10s linear infinite;
		        animation: fall-81 22.1s -10s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(82) {
	opacity: 0.0979;
	-webkit-transform: translate(43.0286vw, -10px) scale(0.8261);
	    -ms-transform: translate(43.0286vw, -10px) scale(0.8261);
	        transform: translate(43.0286vw, -10px) scale(0.8261);
	-webkit-animation: fall-82 26s -25s linear infinite;
	        animation: fall-82 26s -25s linear infinite;
}

@-webkit-keyframes fall-82 {
	75.602% {
		-webkit-transform: translate(35.9759vw, 75.602vh) scale(0.8261);
		        transform: translate(35.9759vw, 75.602vh) scale(0.8261);
	}
	to {
		-webkit-transform: translate(39.50225vw, 100vh) scale(0.8261);
		        transform: translate(39.50225vw, 100vh) scale(0.8261);
	}
}

@keyframes fall-82 {
	75.602% {
		-webkit-transform: translate(35.9759vw, 75.602vh) scale(0.8261);
		        transform: translate(35.9759vw, 75.602vh) scale(0.8261);
	}
	to {
		-webkit-transform: translate(39.50225vw, 100vh) scale(0.8261);
		        transform: translate(39.50225vw, 100vh) scale(0.8261);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(82) {
		-webkit-animation: fall-82 44.2s -25s linear infinite;
		        animation: fall-82 44.2s -25s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(83) {
	opacity: 0.26555;
	-webkit-transform: translate(85.1031vw, -10px) scale(0.4814);
	    -ms-transform: translate(85.1031vw, -10px) scale(0.4814);
	        transform: translate(85.1031vw, -10px) scale(0.4814);
	-webkit-animation: fall-83 35.1s -24s linear infinite;
	        animation: fall-83 35.1s -24s linear infinite;
}

@-webkit-keyframes fall-83 {
	46.008% {
		-webkit-transform: translate(75.8132vw, 46.008vh) scale(0.4814);
		        transform: translate(75.8132vw, 46.008vh) scale(0.4814);
	}
	to {
		-webkit-transform: translate(80.45815vw, 100vh) scale(0.4814);
		        transform: translate(80.45815vw, 100vh) scale(0.4814);
	}
}

@keyframes fall-83 {
	46.008% {
		-webkit-transform: translate(75.8132vw, 46.008vh) scale(0.4814);
		        transform: translate(75.8132vw, 46.008vh) scale(0.4814);
	}
	to {
		-webkit-transform: translate(80.45815vw, 100vh) scale(0.4814);
		        transform: translate(80.45815vw, 100vh) scale(0.4814);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(83) {
		-webkit-animation: fall-83 41.6s -24s linear infinite;
		        animation: fall-83 41.6s -24s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(84) {
	opacity: 0.0912;
	-webkit-transform: translate(83.4707vw, -10px) scale(0.424);
	    -ms-transform: translate(83.4707vw, -10px) scale(0.424);
	        transform: translate(83.4707vw, -10px) scale(0.424);
	-webkit-animation: fall-84 19.5s -14s linear infinite;
	        animation: fall-84 19.5s -14s linear infinite;
}

@-webkit-keyframes fall-84 {
	30.434% {
		-webkit-transform: translate(84.7915vw, 30.434vh) scale(0.424);
		        transform: translate(84.7915vw, 30.434vh) scale(0.424);
	}
	to {
		-webkit-transform: translate(84.1311vw, 100vh) scale(0.424);
		        transform: translate(84.1311vw, 100vh) scale(0.424);
	}
}

@keyframes fall-84 {
	30.434% {
		-webkit-transform: translate(84.7915vw, 30.434vh) scale(0.424);
		        transform: translate(84.7915vw, 30.434vh) scale(0.424);
	}
	to {
		-webkit-transform: translate(84.1311vw, 100vh) scale(0.424);
		        transform: translate(84.1311vw, 100vh) scale(0.424);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(84) {
		-webkit-animation: fall-84 31.2s -14s linear infinite;
		        animation: fall-84 31.2s -14s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(85) {
	opacity: 0.3414;
	-webkit-transform: translate(60.037vw, -10px) scale(0.9888);
	    -ms-transform: translate(60.037vw, -10px) scale(0.9888);
	        transform: translate(60.037vw, -10px) scale(0.9888);
	-webkit-animation: fall-85 29.9s -23s linear infinite;
	        animation: fall-85 29.9s -23s linear infinite;
}

@-webkit-keyframes fall-85 {
	50.373% {
		-webkit-transform: translate(68.3806vw, 50.373vh) scale(0.9888);
		        transform: translate(68.3806vw, 50.373vh) scale(0.9888);
	}
	to {
		-webkit-transform: translate(64.2088vw, 100vh) scale(0.9888);
		        transform: translate(64.2088vw, 100vh) scale(0.9888);
	}
}

@keyframes fall-85 {
	50.373% {
		-webkit-transform: translate(68.3806vw, 50.373vh) scale(0.9888);
		        transform: translate(68.3806vw, 50.373vh) scale(0.9888);
	}
	to {
		-webkit-transform: translate(64.2088vw, 100vh) scale(0.9888);
		        transform: translate(64.2088vw, 100vh) scale(0.9888);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(85) {
		-webkit-animation: fall-85 42.9s -23s linear infinite;
		        animation: fall-85 42.9s -23s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(86) {
	opacity: 0.04575;
	-webkit-transform: translate(45.9692vw, -10px) scale(0.9423);
	    -ms-transform: translate(45.9692vw, -10px) scale(0.9423);
	        transform: translate(45.9692vw, -10px) scale(0.9423);
	-webkit-animation: fall-86 27.3s -20s linear infinite;
	        animation: fall-86 27.3s -20s linear infinite;
}

@-webkit-keyframes fall-86 {
	69.959% {
		-webkit-transform: translate(44.8212vw, 69.959vh) scale(0.9423);
		        transform: translate(44.8212vw, 69.959vh) scale(0.9423);
	}
	to {
		-webkit-transform: translate(45.3952vw, 100vh) scale(0.9423);
		        transform: translate(45.3952vw, 100vh) scale(0.9423);
	}
}

@keyframes fall-86 {
	69.959% {
		-webkit-transform: translate(44.8212vw, 69.959vh) scale(0.9423);
		        transform: translate(44.8212vw, 69.959vh) scale(0.9423);
	}
	to {
		-webkit-transform: translate(45.3952vw, 100vh) scale(0.9423);
		        transform: translate(45.3952vw, 100vh) scale(0.9423);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(86) {
		-webkit-animation: fall-86 36.4s -20s linear infinite;
		        animation: fall-86 36.4s -20s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(87) {
	opacity: 0.22615;
	-webkit-transform: translate(48.7866vw, -10px) scale(0.095);
	    -ms-transform: translate(48.7866vw, -10px) scale(0.095);
	        transform: translate(48.7866vw, -10px) scale(0.095);
	-webkit-animation: fall-87 39s -20s linear infinite;
	        animation: fall-87 39s -20s linear infinite;
}

@-webkit-keyframes fall-87 {
	77.547% {
		-webkit-transform: translate(45.5653vw, 77.547vh) scale(0.095);
		        transform: translate(45.5653vw, 77.547vh) scale(0.095);
	}
	to {
		-webkit-transform: translate(47.17595vw, 100vh) scale(0.095);
		        transform: translate(47.17595vw, 100vh) scale(0.095);
	}
}

@keyframes fall-87 {
	77.547% {
		-webkit-transform: translate(45.5653vw, 77.547vh) scale(0.095);
		        transform: translate(45.5653vw, 77.547vh) scale(0.095);
	}
	to {
		-webkit-transform: translate(47.17595vw, 100vh) scale(0.095);
		        transform: translate(47.17595vw, 100vh) scale(0.095);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(87) {
		-webkit-animation: fall-87 44.2s -20s linear infinite;
		        animation: fall-87 44.2s -20s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(88) {
	opacity: 0.07265;
	-webkit-transform: translate(11.1139vw, -10px) scale(0.4663);
	    -ms-transform: translate(11.1139vw, -10px) scale(0.4663);
	        transform: translate(11.1139vw, -10px) scale(0.4663);
	-webkit-animation: fall-88 36.4s -12s linear infinite;
	        animation: fall-88 36.4s -12s linear infinite;
}

@-webkit-keyframes fall-88 {
	71.573% {
		-webkit-transform: translate(3.5514vw, 71.573vh) scale(0.4663);
		        transform: translate(3.5514vw, 71.573vh) scale(0.4663);
	}
	to {
		-webkit-transform: translate(7.33265vw, 100vh) scale(0.4663);
		        transform: translate(7.33265vw, 100vh) scale(0.4663);
	}
}

@keyframes fall-88 {
	71.573% {
		-webkit-transform: translate(3.5514vw, 71.573vh) scale(0.4663);
		        transform: translate(3.5514vw, 71.573vh) scale(0.4663);
	}
	to {
		-webkit-transform: translate(7.33265vw, 100vh) scale(0.4663);
		        transform: translate(7.33265vw, 100vh) scale(0.4663);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(88) {
		-webkit-animation: fall-88 44.2s -12s linear infinite;
		        animation: fall-88 44.2s -12s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(89) {
	opacity: 0.44885;
	-webkit-transform: translate(0.8364vw, -10px) scale(0.8186);
	    -ms-transform: translate(0.8364vw, -10px) scale(0.8186);
	        transform: translate(0.8364vw, -10px) scale(0.8186);
	-webkit-animation: fall-89 33.8s -14s linear infinite;
	        animation: fall-89 33.8s -14s linear infinite;
}

@-webkit-keyframes fall-89 {
	37.161% {
		-webkit-transform: translate(9.8264vw, 37.161vh) scale(0.8186);
		        transform: translate(9.8264vw, 37.161vh) scale(0.8186);
	}
	to {
		-webkit-transform: translate(5.3314vw, 100vh) scale(0.8186);
		        transform: translate(5.3314vw, 100vh) scale(0.8186);
	}
}

@keyframes fall-89 {
	37.161% {
		-webkit-transform: translate(9.8264vw, 37.161vh) scale(0.8186);
		        transform: translate(9.8264vw, 37.161vh) scale(0.8186);
	}
	to {
		-webkit-transform: translate(5.3314vw, 100vh) scale(0.8186);
		        transform: translate(5.3314vw, 100vh) scale(0.8186);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(89) {
		-webkit-animation: fall-89 28.6s -14s linear infinite;
		        animation: fall-89 28.6s -14s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(90) {
	opacity: 0.48835;
	-webkit-transform: translate(81.0874vw, -10px) scale(0.0495);
	    -ms-transform: translate(81.0874vw, -10px) scale(0.0495);
	        transform: translate(81.0874vw, -10px) scale(0.0495);
	-webkit-animation: fall-90 26s -5s linear infinite;
	        animation: fall-90 26s -5s linear infinite;
}

@-webkit-keyframes fall-90 {
	78.146% {
		-webkit-transform: translate(88.4223vw, 78.146vh) scale(0.0495);
		        transform: translate(88.4223vw, 78.146vh) scale(0.0495);
	}
	to {
		-webkit-transform: translate(84.75485vw, 100vh) scale(0.0495);
		        transform: translate(84.75485vw, 100vh) scale(0.0495);
	}
}

@keyframes fall-90 {
	78.146% {
		-webkit-transform: translate(88.4223vw, 78.146vh) scale(0.0495);
		        transform: translate(88.4223vw, 78.146vh) scale(0.0495);
	}
	to {
		-webkit-transform: translate(84.75485vw, 100vh) scale(0.0495);
		        transform: translate(84.75485vw, 100vh) scale(0.0495);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(90) {
		-webkit-animation: fall-90 40.3s -5s linear infinite;
		        animation: fall-90 40.3s -5s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(91) {
	opacity: 0.02125;
	-webkit-transform: translate(86.4721vw, -10px) scale(0.0057);
	    -ms-transform: translate(86.4721vw, -10px) scale(0.0057);
	        transform: translate(86.4721vw, -10px) scale(0.0057);
	-webkit-animation: fall-91 28.6s -28s linear infinite;
	        animation: fall-91 28.6s -28s linear infinite;
}

@-webkit-keyframes fall-91 {
	47.742% {
		-webkit-transform: translate(83.0824vw, 47.742vh) scale(0.0057);
		        transform: translate(83.0824vw, 47.742vh) scale(0.0057);
	}
	to {
		-webkit-transform: translate(84.77725vw, 100vh) scale(0.0057);
		        transform: translate(84.77725vw, 100vh) scale(0.0057);
	}
}

@keyframes fall-91 {
	47.742% {
		-webkit-transform: translate(83.0824vw, 47.742vh) scale(0.0057);
		        transform: translate(83.0824vw, 47.742vh) scale(0.0057);
	}
	to {
		-webkit-transform: translate(84.77725vw, 100vh) scale(0.0057);
		        transform: translate(84.77725vw, 100vh) scale(0.0057);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(91) {
		-webkit-animation: fall-91 28.6s -28s linear infinite;
		        animation: fall-91 28.6s -28s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(92) {
	opacity: 0.082;
	-webkit-transform: translate(18.131vw, -10px) scale(0.9022);
	    -ms-transform: translate(18.131vw, -10px) scale(0.9022);
	        transform: translate(18.131vw, -10px) scale(0.9022);
	-webkit-animation: fall-92 27.3s -24s linear infinite;
	        animation: fall-92 27.3s -24s linear infinite;
}

@-webkit-keyframes fall-92 {
	73.565% {
		-webkit-transform: translate(11.9159vw, 73.565vh) scale(0.9022);
		        transform: translate(11.9159vw, 73.565vh) scale(0.9022);
	}
	to {
		-webkit-transform: translate(15.02345vw, 100vh) scale(0.9022);
		        transform: translate(15.02345vw, 100vh) scale(0.9022);
	}
}

@keyframes fall-92 {
	73.565% {
		-webkit-transform: translate(11.9159vw, 73.565vh) scale(0.9022);
		        transform: translate(11.9159vw, 73.565vh) scale(0.9022);
	}
	to {
		-webkit-transform: translate(15.02345vw, 100vh) scale(0.9022);
		        transform: translate(15.02345vw, 100vh) scale(0.9022);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(92) {
		-webkit-animation: fall-92 20.8s -24s linear infinite;
		        animation: fall-92 20.8s -24s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(93) {
	opacity: 0.39985;
	-webkit-transform: translate(97.2412vw, -10px) scale(0.2548);
	    -ms-transform: translate(97.2412vw, -10px) scale(0.2548);
	        transform: translate(97.2412vw, -10px) scale(0.2548);
	-webkit-animation: fall-93 19.5s -25s linear infinite;
	        animation: fall-93 19.5s -25s linear infinite;
}

@-webkit-keyframes fall-93 {
	45.132% {
		-webkit-transform: translate(107.0209vw, 45.132vh) scale(0.2548);
		        transform: translate(107.0209vw, 45.132vh) scale(0.2548);
	}
	to {
		-webkit-transform: translate(102.13105vw, 100vh) scale(0.2548);
		        transform: translate(102.13105vw, 100vh) scale(0.2548);
	}
}

@keyframes fall-93 {
	45.132% {
		-webkit-transform: translate(107.0209vw, 45.132vh) scale(0.2548);
		        transform: translate(107.0209vw, 45.132vh) scale(0.2548);
	}
	to {
		-webkit-transform: translate(102.13105vw, 100vh) scale(0.2548);
		        transform: translate(102.13105vw, 100vh) scale(0.2548);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(93) {
		-webkit-animation: fall-93 37.7s -25s linear infinite;
		        animation: fall-93 37.7s -25s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(94) {
	opacity: 0.02255;
	-webkit-transform: translate(46.5664vw, -10px) scale(0.5243);
	    -ms-transform: translate(46.5664vw, -10px) scale(0.5243);
	        transform: translate(46.5664vw, -10px) scale(0.5243);
	-webkit-animation: fall-94 16.9s -7s linear infinite;
	        animation: fall-94 16.9s -7s linear infinite;
}

@-webkit-keyframes fall-94 {
	53.51% {
		-webkit-transform: translate(45.2786vw, 53.51vh) scale(0.5243);
		        transform: translate(45.2786vw, 53.51vh) scale(0.5243);
	}
	to {
		-webkit-transform: translate(45.9225vw, 100vh) scale(0.5243);
		        transform: translate(45.9225vw, 100vh) scale(0.5243);
	}
}

@keyframes fall-94 {
	53.51% {
		-webkit-transform: translate(45.2786vw, 53.51vh) scale(0.5243);
		        transform: translate(45.2786vw, 53.51vh) scale(0.5243);
	}
	to {
		-webkit-transform: translate(45.9225vw, 100vh) scale(0.5243);
		        transform: translate(45.9225vw, 100vh) scale(0.5243);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(94) {
		-webkit-animation: fall-94 28.6s -7s linear infinite;
		        animation: fall-94 28.6s -7s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(95) {
	opacity: 0.0252;
	-webkit-transform: translate(0.3214vw, -10px) scale(0.7471);
	    -ms-transform: translate(0.3214vw, -10px) scale(0.7471);
	        transform: translate(0.3214vw, -10px) scale(0.7471);
	-webkit-animation: fall-95 37.7s -3s linear infinite;
	        animation: fall-95 37.7s -3s linear infinite;
}

@-webkit-keyframes fall-95 {
	41.606% {
		-webkit-transform: translate(2.6641vw, 41.606vh) scale(0.7471);
		        transform: translate(2.6641vw, 41.606vh) scale(0.7471);
	}
	to {
		-webkit-transform: translate(1.49275vw, 100vh) scale(0.7471);
		        transform: translate(1.49275vw, 100vh) scale(0.7471);
	}
}

@keyframes fall-95 {
	41.606% {
		-webkit-transform: translate(2.6641vw, 41.606vh) scale(0.7471);
		        transform: translate(2.6641vw, 41.606vh) scale(0.7471);
	}
	to {
		-webkit-transform: translate(1.49275vw, 100vh) scale(0.7471);
		        transform: translate(1.49275vw, 100vh) scale(0.7471);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(95) {
		-webkit-animation: fall-95 22.1s -3s linear infinite;
		        animation: fall-95 22.1s -3s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(96) {
	opacity: 0.3281;
	-webkit-transform: translate(66.3725vw, -10px) scale(0.2347);
	    -ms-transform: translate(66.3725vw, -10px) scale(0.2347);
	        transform: translate(66.3725vw, -10px) scale(0.2347);
	-webkit-animation: fall-96 35.1s -6s linear infinite;
	        animation: fall-96 35.1s -6s linear infinite;
}

@-webkit-keyframes fall-96 {
	32.857% {
		-webkit-transform: translate(66.645vw, 32.857vh) scale(0.2347);
		        transform: translate(66.645vw, 32.857vh) scale(0.2347);
	}
	to {
		-webkit-transform: translate(66.50875vw, 100vh) scale(0.2347);
		        transform: translate(66.50875vw, 100vh) scale(0.2347);
	}
}

@keyframes fall-96 {
	32.857% {
		-webkit-transform: translate(66.645vw, 32.857vh) scale(0.2347);
		        transform: translate(66.645vw, 32.857vh) scale(0.2347);
	}
	to {
		-webkit-transform: translate(66.50875vw, 100vh) scale(0.2347);
		        transform: translate(66.50875vw, 100vh) scale(0.2347);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(96) {
		-webkit-animation: fall-96 39s -6s linear infinite;
		        animation: fall-96 39s -6s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(97) {
	opacity: 0.3256;
	-webkit-transform: translate(27.3902vw, -10px) scale(0.9157);
	    -ms-transform: translate(27.3902vw, -10px) scale(0.9157);
	        transform: translate(27.3902vw, -10px) scale(0.9157);
	-webkit-animation: fall-97 39s -23s linear infinite;
	        animation: fall-97 39s -23s linear infinite;
}

@-webkit-keyframes fall-97 {
	61.826% {
		-webkit-transform: translate(28.3606vw, 61.826vh) scale(0.9157);
		        transform: translate(28.3606vw, 61.826vh) scale(0.9157);
	}
	to {
		-webkit-transform: translate(27.8754vw, 100vh) scale(0.9157);
		        transform: translate(27.8754vw, 100vh) scale(0.9157);
	}
}

@keyframes fall-97 {
	61.826% {
		-webkit-transform: translate(28.3606vw, 61.826vh) scale(0.9157);
		        transform: translate(28.3606vw, 61.826vh) scale(0.9157);
	}
	to {
		-webkit-transform: translate(27.8754vw, 100vh) scale(0.9157);
		        transform: translate(27.8754vw, 100vh) scale(0.9157);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(97) {
		-webkit-animation: fall-97 20.8s -23s linear infinite;
		        animation: fall-97 20.8s -23s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(98) {
	opacity: 0.13605;
	-webkit-transform: translate(14.8406vw, -10px) scale(0.7981);
	    -ms-transform: translate(14.8406vw, -10px) scale(0.7981);
	        transform: translate(14.8406vw, -10px) scale(0.7981);
	-webkit-animation: fall-98 37.7s -28s linear infinite;
	        animation: fall-98 37.7s -28s linear infinite;
}

@-webkit-keyframes fall-98 {
	70.796% {
		-webkit-transform: translate(14.3596vw, 70.796vh) scale(0.7981);
		        transform: translate(14.3596vw, 70.796vh) scale(0.7981);
	}
	to {
		-webkit-transform: translate(14.6001vw, 100vh) scale(0.7981);
		        transform: translate(14.6001vw, 100vh) scale(0.7981);
	}
}

@keyframes fall-98 {
	70.796% {
		-webkit-transform: translate(14.3596vw, 70.796vh) scale(0.7981);
		        transform: translate(14.3596vw, 70.796vh) scale(0.7981);
	}
	to {
		-webkit-transform: translate(14.6001vw, 100vh) scale(0.7981);
		        transform: translate(14.6001vw, 100vh) scale(0.7981);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(98) {
		-webkit-animation: fall-98 35.1s -28s linear infinite;
		        animation: fall-98 35.1s -28s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(99) {
	opacity: 0.30845;
	-webkit-transform: translate(89.9419vw, -10px) scale(0.7768);
	    -ms-transform: translate(89.9419vw, -10px) scale(0.7768);
	        transform: translate(89.9419vw, -10px) scale(0.7768);
	-webkit-animation: fall-99 39s -1s linear infinite;
	        animation: fall-99 39s -1s linear infinite;
}

@-webkit-keyframes fall-99 {
	67.357% {
		-webkit-transform: translate(96.9712vw, 67.357vh) scale(0.7768);
		        transform: translate(96.9712vw, 67.357vh) scale(0.7768);
	}
	to {
		-webkit-transform: translate(93.45655vw, 100vh) scale(0.7768);
		        transform: translate(93.45655vw, 100vh) scale(0.7768);
	}
}

@keyframes fall-99 {
	67.357% {
		-webkit-transform: translate(96.9712vw, 67.357vh) scale(0.7768);
		        transform: translate(96.9712vw, 67.357vh) scale(0.7768);
	}
	to {
		-webkit-transform: translate(93.45655vw, 100vh) scale(0.7768);
		        transform: translate(93.45655vw, 100vh) scale(0.7768);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(99) {
		-webkit-animation: fall-99 28.6s -1s linear infinite;
		        animation: fall-99 28.6s -1s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(100) {
	opacity: 0.32305;
	-webkit-transform: translate(69.0864vw, -10px) scale(0.5927);
	    -ms-transform: translate(69.0864vw, -10px) scale(0.5927);
	        transform: translate(69.0864vw, -10px) scale(0.5927);
	-webkit-animation: fall-100 33.8s -16s linear infinite;
	        animation: fall-100 33.8s -16s linear infinite;
}

@-webkit-keyframes fall-100 {
	62.13% {
		-webkit-transform: translate(69.5627vw, 62.13vh) scale(0.5927);
		        transform: translate(69.5627vw, 62.13vh) scale(0.5927);
	}
	to {
		-webkit-transform: translate(69.32455vw, 100vh) scale(0.5927);
		        transform: translate(69.32455vw, 100vh) scale(0.5927);
	}
}

@keyframes fall-100 {
	62.13% {
		-webkit-transform: translate(69.5627vw, 62.13vh) scale(0.5927);
		        transform: translate(69.5627vw, 62.13vh) scale(0.5927);
	}
	to {
		-webkit-transform: translate(69.32455vw, 100vh) scale(0.5927);
		        transform: translate(69.32455vw, 100vh) scale(0.5927);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(100) {
		-webkit-animation: fall-100 32.5s -16s linear infinite;
		        animation: fall-100 32.5s -16s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(101) {
	opacity: 0.39305;
	-webkit-transform: translate(66.8365vw, -10px) scale(0.1843);
	    -ms-transform: translate(66.8365vw, -10px) scale(0.1843);
	        transform: translate(66.8365vw, -10px) scale(0.1843);
	-webkit-animation: fall-101 16.9s -26s linear infinite;
	        animation: fall-101 16.9s -26s linear infinite;
}

@-webkit-keyframes fall-101 {
	52.714% {
		-webkit-transform: translate(66.0268vw, 52.714vh) scale(0.1843);
		        transform: translate(66.0268vw, 52.714vh) scale(0.1843);
	}
	to {
		-webkit-transform: translate(66.43165vw, 100vh) scale(0.1843);
		        transform: translate(66.43165vw, 100vh) scale(0.1843);
	}
}

@keyframes fall-101 {
	52.714% {
		-webkit-transform: translate(66.0268vw, 52.714vh) scale(0.1843);
		        transform: translate(66.0268vw, 52.714vh) scale(0.1843);
	}
	to {
		-webkit-transform: translate(66.43165vw, 100vh) scale(0.1843);
		        transform: translate(66.43165vw, 100vh) scale(0.1843);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(101) {
		-webkit-animation: fall-101 32.5s -26s linear infinite;
		        animation: fall-101 32.5s -26s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(102) {
	opacity: 0.22295;
	-webkit-transform: translate(1.1605vw, -10px) scale(0.6513);
	    -ms-transform: translate(1.1605vw, -10px) scale(0.6513);
	        transform: translate(1.1605vw, -10px) scale(0.6513);
	-webkit-animation: fall-102 33.8s -23s linear infinite;
	        animation: fall-102 33.8s -23s linear infinite;
}

@-webkit-keyframes fall-102 {
	50.033% {
		-webkit-transform: translate(10.5328vw, 50.033vh) scale(0.6513);
		        transform: translate(10.5328vw, 50.033vh) scale(0.6513);
	}
	to {
		-webkit-transform: translate(5.84665vw, 100vh) scale(0.6513);
		        transform: translate(5.84665vw, 100vh) scale(0.6513);
	}
}

@keyframes fall-102 {
	50.033% {
		-webkit-transform: translate(10.5328vw, 50.033vh) scale(0.6513);
		        transform: translate(10.5328vw, 50.033vh) scale(0.6513);
	}
	to {
		-webkit-transform: translate(5.84665vw, 100vh) scale(0.6513);
		        transform: translate(5.84665vw, 100vh) scale(0.6513);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(102) {
		-webkit-animation: fall-102 39s -23s linear infinite;
		        animation: fall-102 39s -23s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(103) {
	opacity: 0.1102;
	-webkit-transform: translate(89.5106vw, -10px) scale(0.3723);
	    -ms-transform: translate(89.5106vw, -10px) scale(0.3723);
	        transform: translate(89.5106vw, -10px) scale(0.3723);
	-webkit-animation: fall-103 33.8s -19s linear infinite;
	        animation: fall-103 33.8s -19s linear infinite;
}

@-webkit-keyframes fall-103 {
	65.943% {
		-webkit-transform: translate(93.2078vw, 65.943vh) scale(0.3723);
		        transform: translate(93.2078vw, 65.943vh) scale(0.3723);
	}
	to {
		-webkit-transform: translate(91.3592vw, 100vh) scale(0.3723);
		        transform: translate(91.3592vw, 100vh) scale(0.3723);
	}
}

@keyframes fall-103 {
	65.943% {
		-webkit-transform: translate(93.2078vw, 65.943vh) scale(0.3723);
		        transform: translate(93.2078vw, 65.943vh) scale(0.3723);
	}
	to {
		-webkit-transform: translate(91.3592vw, 100vh) scale(0.3723);
		        transform: translate(91.3592vw, 100vh) scale(0.3723);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(103) {
		-webkit-animation: fall-103 32.5s -19s linear infinite;
		        animation: fall-103 32.5s -19s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(104) {
	opacity: 0.06205;
	-webkit-transform: translate(1.6112vw, -10px) scale(0.756);
	    -ms-transform: translate(1.6112vw, -10px) scale(0.756);
	        transform: translate(1.6112vw, -10px) scale(0.756);
	-webkit-animation: fall-104 15.6s -20s linear infinite;
	        animation: fall-104 15.6s -20s linear infinite;
}

@-webkit-keyframes fall-104 {
	43.502% {
		-webkit-transform: translate(4.2371vw, 43.502vh) scale(0.756);
		        transform: translate(4.2371vw, 43.502vh) scale(0.756);
	}
	to {
		-webkit-transform: translate(2.92415vw, 100vh) scale(0.756);
		        transform: translate(2.92415vw, 100vh) scale(0.756);
	}
}

@keyframes fall-104 {
	43.502% {
		-webkit-transform: translate(4.2371vw, 43.502vh) scale(0.756);
		        transform: translate(4.2371vw, 43.502vh) scale(0.756);
	}
	to {
		-webkit-transform: translate(2.92415vw, 100vh) scale(0.756);
		        transform: translate(2.92415vw, 100vh) scale(0.756);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(104) {
		-webkit-animation: fall-104 29.9s -20s linear infinite;
		        animation: fall-104 29.9s -20s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(105) {
	opacity: 0.49815;
	-webkit-transform: translate(23.2752vw, -10px) scale(0.2357);
	    -ms-transform: translate(23.2752vw, -10px) scale(0.2357);
	        transform: translate(23.2752vw, -10px) scale(0.2357);
	-webkit-animation: fall-105 39s -27s linear infinite;
	        animation: fall-105 39s -27s linear infinite;
}

@-webkit-keyframes fall-105 {
	76.488% {
		-webkit-transform: translate(15.8826vw, 76.488vh) scale(0.2357);
		        transform: translate(15.8826vw, 76.488vh) scale(0.2357);
	}
	to {
		-webkit-transform: translate(19.5789vw, 100vh) scale(0.2357);
		        transform: translate(19.5789vw, 100vh) scale(0.2357);
	}
}

@keyframes fall-105 {
	76.488% {
		-webkit-transform: translate(15.8826vw, 76.488vh) scale(0.2357);
		        transform: translate(15.8826vw, 76.488vh) scale(0.2357);
	}
	to {
		-webkit-transform: translate(19.5789vw, 100vh) scale(0.2357);
		        transform: translate(19.5789vw, 100vh) scale(0.2357);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(105) {
		-webkit-animation: fall-105 42.9s -27s linear infinite;
		        animation: fall-105 42.9s -27s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(106) {
	opacity: 0.3573;
	-webkit-transform: translate(9.5142vw, -10px) scale(0.9423);
	    -ms-transform: translate(9.5142vw, -10px) scale(0.9423);
	        transform: translate(9.5142vw, -10px) scale(0.9423);
	-webkit-animation: fall-106 37.7s -18s linear infinite;
	        animation: fall-106 37.7s -18s linear infinite;
}

@-webkit-keyframes fall-106 {
	73.626% {
		-webkit-transform: translate(19.1631vw, 73.626vh) scale(0.9423);
		        transform: translate(19.1631vw, 73.626vh) scale(0.9423);
	}
	to {
		-webkit-transform: translate(14.33865vw, 100vh) scale(0.9423);
		        transform: translate(14.33865vw, 100vh) scale(0.9423);
	}
}

@keyframes fall-106 {
	73.626% {
		-webkit-transform: translate(19.1631vw, 73.626vh) scale(0.9423);
		        transform: translate(19.1631vw, 73.626vh) scale(0.9423);
	}
	to {
		-webkit-transform: translate(14.33865vw, 100vh) scale(0.9423);
		        transform: translate(14.33865vw, 100vh) scale(0.9423);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(106) {
		-webkit-animation: fall-106 24.7s -18s linear infinite;
		        animation: fall-106 24.7s -18s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(107) {
	opacity: 0.4433;
	-webkit-transform: translate(74.5365vw, -10px) scale(0.1714);
	    -ms-transform: translate(74.5365vw, -10px) scale(0.1714);
	        transform: translate(74.5365vw, -10px) scale(0.1714);
	-webkit-animation: fall-107 33.8s -3s linear infinite;
	        animation: fall-107 33.8s -3s linear infinite;
}

@-webkit-keyframes fall-107 {
	66.557% {
		-webkit-transform: translate(80.6704vw, 66.557vh) scale(0.1714);
		        transform: translate(80.6704vw, 66.557vh) scale(0.1714);
	}
	to {
		-webkit-transform: translate(77.60345vw, 100vh) scale(0.1714);
		        transform: translate(77.60345vw, 100vh) scale(0.1714);
	}
}

@keyframes fall-107 {
	66.557% {
		-webkit-transform: translate(80.6704vw, 66.557vh) scale(0.1714);
		        transform: translate(80.6704vw, 66.557vh) scale(0.1714);
	}
	to {
		-webkit-transform: translate(77.60345vw, 100vh) scale(0.1714);
		        transform: translate(77.60345vw, 100vh) scale(0.1714);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(107) {
		-webkit-animation: fall-107 40.3s -3s linear infinite;
		        animation: fall-107 40.3s -3s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(108) {
	opacity: 0.0359;
	-webkit-transform: translate(57.7541vw, -10px) scale(0.7093);
	    -ms-transform: translate(57.7541vw, -10px) scale(0.7093);
	        transform: translate(57.7541vw, -10px) scale(0.7093);
	-webkit-animation: fall-108 37.7s -14s linear infinite;
	        animation: fall-108 37.7s -14s linear infinite;
}

@-webkit-keyframes fall-108 {
	70.838% {
		-webkit-transform: translate(55.0753vw, 70.838vh) scale(0.7093);
		        transform: translate(55.0753vw, 70.838vh) scale(0.7093);
	}
	to {
		-webkit-transform: translate(56.4147vw, 100vh) scale(0.7093);
		        transform: translate(56.4147vw, 100vh) scale(0.7093);
	}
}

@keyframes fall-108 {
	70.838% {
		-webkit-transform: translate(55.0753vw, 70.838vh) scale(0.7093);
		        transform: translate(55.0753vw, 70.838vh) scale(0.7093);
	}
	to {
		-webkit-transform: translate(56.4147vw, 100vh) scale(0.7093);
		        transform: translate(56.4147vw, 100vh) scale(0.7093);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(108) {
		-webkit-animation: fall-108 24.7s -14s linear infinite;
		        animation: fall-108 24.7s -14s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(109) {
	opacity: 0.31525;
	-webkit-transform: translate(51.0513vw, -10px) scale(0.2007);
	    -ms-transform: translate(51.0513vw, -10px) scale(0.2007);
	        transform: translate(51.0513vw, -10px) scale(0.2007);
	-webkit-animation: fall-109 35.1s -9s linear infinite;
	        animation: fall-109 35.1s -9s linear infinite;
}

@-webkit-keyframes fall-109 {
	72.881% {
		-webkit-transform: translate(41.7345vw, 72.881vh) scale(0.2007);
		        transform: translate(41.7345vw, 72.881vh) scale(0.2007);
	}
	to {
		-webkit-transform: translate(46.3929vw, 100vh) scale(0.2007);
		        transform: translate(46.3929vw, 100vh) scale(0.2007);
	}
}

@keyframes fall-109 {
	72.881% {
		-webkit-transform: translate(41.7345vw, 72.881vh) scale(0.2007);
		        transform: translate(41.7345vw, 72.881vh) scale(0.2007);
	}
	to {
		-webkit-transform: translate(46.3929vw, 100vh) scale(0.2007);
		        transform: translate(46.3929vw, 100vh) scale(0.2007);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(109) {
		-webkit-animation: fall-109 44.2s -9s linear infinite;
		        animation: fall-109 44.2s -9s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(110) {
	opacity: 0.39805;
	-webkit-transform: translate(92.2631vw, -10px) scale(0.2337);
	    -ms-transform: translate(92.2631vw, -10px) scale(0.2337);
	        transform: translate(92.2631vw, -10px) scale(0.2337);
	-webkit-animation: fall-110 16.9s -10s linear infinite;
	        animation: fall-110 16.9s -10s linear infinite;
}

@-webkit-keyframes fall-110 {
	50.083% {
		-webkit-transform: translate(83.7619vw, 50.083vh) scale(0.2337);
		        transform: translate(83.7619vw, 50.083vh) scale(0.2337);
	}
	to {
		-webkit-transform: translate(88.0125vw, 100vh) scale(0.2337);
		        transform: translate(88.0125vw, 100vh) scale(0.2337);
	}
}

@keyframes fall-110 {
	50.083% {
		-webkit-transform: translate(83.7619vw, 50.083vh) scale(0.2337);
		        transform: translate(83.7619vw, 50.083vh) scale(0.2337);
	}
	to {
		-webkit-transform: translate(88.0125vw, 100vh) scale(0.2337);
		        transform: translate(88.0125vw, 100vh) scale(0.2337);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(110) {
		-webkit-animation: fall-110 40.3s -10s linear infinite;
		        animation: fall-110 40.3s -10s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(111) {
	opacity: 0.23375;
	-webkit-transform: translate(43.5879vw, -10px) scale(0.9602);
	    -ms-transform: translate(43.5879vw, -10px) scale(0.9602);
	        transform: translate(43.5879vw, -10px) scale(0.9602);
	-webkit-animation: fall-111 13s -30s linear infinite;
	        animation: fall-111 13s -30s linear infinite;
}

@-webkit-keyframes fall-111 {
	45.269% {
		-webkit-transform: translate(52.2729vw, 45.269vh) scale(0.9602);
		        transform: translate(52.2729vw, 45.269vh) scale(0.9602);
	}
	to {
		-webkit-transform: translate(47.9304vw, 100vh) scale(0.9602);
		        transform: translate(47.9304vw, 100vh) scale(0.9602);
	}
}

@keyframes fall-111 {
	45.269% {
		-webkit-transform: translate(52.2729vw, 45.269vh) scale(0.9602);
		        transform: translate(52.2729vw, 45.269vh) scale(0.9602);
	}
	to {
		-webkit-transform: translate(47.9304vw, 100vh) scale(0.9602);
		        transform: translate(47.9304vw, 100vh) scale(0.9602);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(111) {
		-webkit-animation: fall-111 29.9s -30s linear infinite;
		        animation: fall-111 29.9s -30s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(112) {
	opacity: 0.0953;
	-webkit-transform: translate(28.9822vw, -10px) scale(0.7057);
	    -ms-transform: translate(28.9822vw, -10px) scale(0.7057);
	        transform: translate(28.9822vw, -10px) scale(0.7057);
	-webkit-animation: fall-112 24.7s -23s linear infinite;
	        animation: fall-112 24.7s -23s linear infinite;
}

@-webkit-keyframes fall-112 {
	31.719% {
		-webkit-transform: translate(33.3379vw, 31.719vh) scale(0.7057);
		        transform: translate(33.3379vw, 31.719vh) scale(0.7057);
	}
	to {
		-webkit-transform: translate(31.16005vw, 100vh) scale(0.7057);
		        transform: translate(31.16005vw, 100vh) scale(0.7057);
	}
}

@keyframes fall-112 {
	31.719% {
		-webkit-transform: translate(33.3379vw, 31.719vh) scale(0.7057);
		        transform: translate(33.3379vw, 31.719vh) scale(0.7057);
	}
	to {
		-webkit-transform: translate(31.16005vw, 100vh) scale(0.7057);
		        transform: translate(31.16005vw, 100vh) scale(0.7057);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(112) {
		-webkit-animation: fall-112 20.8s -23s linear infinite;
		        animation: fall-112 20.8s -23s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(113) {
	opacity: 0.33945;
	-webkit-transform: translate(32.3062vw, -10px) scale(0.3792);
	    -ms-transform: translate(32.3062vw, -10px) scale(0.3792);
	        transform: translate(32.3062vw, -10px) scale(0.3792);
	-webkit-animation: fall-113 33.8s -6s linear infinite;
	        animation: fall-113 33.8s -6s linear infinite;
}

@-webkit-keyframes fall-113 {
	31.572% {
		-webkit-transform: translate(38.26vw, 31.572vh) scale(0.3792);
		        transform: translate(38.26vw, 31.572vh) scale(0.3792);
	}
	to {
		-webkit-transform: translate(35.2831vw, 100vh) scale(0.3792);
		        transform: translate(35.2831vw, 100vh) scale(0.3792);
	}
}

@keyframes fall-113 {
	31.572% {
		-webkit-transform: translate(38.26vw, 31.572vh) scale(0.3792);
		        transform: translate(38.26vw, 31.572vh) scale(0.3792);
	}
	to {
		-webkit-transform: translate(35.2831vw, 100vh) scale(0.3792);
		        transform: translate(35.2831vw, 100vh) scale(0.3792);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(113) {
		-webkit-animation: fall-113 32.5s -6s linear infinite;
		        animation: fall-113 32.5s -6s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(114) {
	opacity: 0.24385;
	-webkit-transform: translate(25.4344vw, -10px) scale(0.9901);
	    -ms-transform: translate(25.4344vw, -10px) scale(0.9901);
	        transform: translate(25.4344vw, -10px) scale(0.9901);
	-webkit-animation: fall-114 13s -18s linear infinite;
	        animation: fall-114 13s -18s linear infinite;
}

@-webkit-keyframes fall-114 {
	46.078% {
		-webkit-transform: translate(29.2461vw, 46.078vh) scale(0.9901);
		        transform: translate(29.2461vw, 46.078vh) scale(0.9901);
	}
	to {
		-webkit-transform: translate(27.34025vw, 100vh) scale(0.9901);
		        transform: translate(27.34025vw, 100vh) scale(0.9901);
	}
}

@keyframes fall-114 {
	46.078% {
		-webkit-transform: translate(29.2461vw, 46.078vh) scale(0.9901);
		        transform: translate(29.2461vw, 46.078vh) scale(0.9901);
	}
	to {
		-webkit-transform: translate(27.34025vw, 100vh) scale(0.9901);
		        transform: translate(27.34025vw, 100vh) scale(0.9901);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(114) {
		-webkit-animation: fall-114 42.9s -18s linear infinite;
		        animation: fall-114 42.9s -18s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(115) {
	opacity: 0.36845;
	-webkit-transform: translate(50.2804vw, -10px) scale(0.4715);
	    -ms-transform: translate(50.2804vw, -10px) scale(0.4715);
	        transform: translate(50.2804vw, -10px) scale(0.4715);
	-webkit-animation: fall-115 36.4s -23s linear infinite;
	        animation: fall-115 36.4s -23s linear infinite;
}

@-webkit-keyframes fall-115 {
	44.138% {
		-webkit-transform: translate(41.1009vw, 44.138vh) scale(0.4715);
		        transform: translate(41.1009vw, 44.138vh) scale(0.4715);
	}
	to {
		-webkit-transform: translate(45.69065vw, 100vh) scale(0.4715);
		        transform: translate(45.69065vw, 100vh) scale(0.4715);
	}
}

@keyframes fall-115 {
	44.138% {
		-webkit-transform: translate(41.1009vw, 44.138vh) scale(0.4715);
		        transform: translate(41.1009vw, 44.138vh) scale(0.4715);
	}
	to {
		-webkit-transform: translate(45.69065vw, 100vh) scale(0.4715);
		        transform: translate(45.69065vw, 100vh) scale(0.4715);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(115) {
		-webkit-animation: fall-115 22.1s -23s linear infinite;
		        animation: fall-115 22.1s -23s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(116) {
	opacity: 0.09145;
	-webkit-transform: translate(62.9322vw, -10px) scale(0.2729);
	    -ms-transform: translate(62.9322vw, -10px) scale(0.2729);
	        transform: translate(62.9322vw, -10px) scale(0.2729);
	-webkit-animation: fall-116 19.5s -1s linear infinite;
	        animation: fall-116 19.5s -1s linear infinite;
}

@-webkit-keyframes fall-116 {
	55.943% {
		-webkit-transform: translate(59.6389vw, 55.943vh) scale(0.2729);
		        transform: translate(59.6389vw, 55.943vh) scale(0.2729);
	}
	to {
		-webkit-transform: translate(61.28555vw, 100vh) scale(0.2729);
		        transform: translate(61.28555vw, 100vh) scale(0.2729);
	}
}

@keyframes fall-116 {
	55.943% {
		-webkit-transform: translate(59.6389vw, 55.943vh) scale(0.2729);
		        transform: translate(59.6389vw, 55.943vh) scale(0.2729);
	}
	to {
		-webkit-transform: translate(61.28555vw, 100vh) scale(0.2729);
		        transform: translate(61.28555vw, 100vh) scale(0.2729);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(116) {
		-webkit-animation: fall-116 41.6s -1s linear infinite;
		        animation: fall-116 41.6s -1s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(117) {
	opacity: 0.21985;
	-webkit-transform: translate(65.2372vw, -10px) scale(0.8503);
	    -ms-transform: translate(65.2372vw, -10px) scale(0.8503);
	        transform: translate(65.2372vw, -10px) scale(0.8503);
	-webkit-animation: fall-117 23.4s -15s linear infinite;
	        animation: fall-117 23.4s -15s linear infinite;
}

@-webkit-keyframes fall-117 {
	30.647% {
		-webkit-transform: translate(60.8528vw, 30.647vh) scale(0.8503);
		        transform: translate(60.8528vw, 30.647vh) scale(0.8503);
	}
	to {
		-webkit-transform: translate(63.045vw, 100vh) scale(0.8503);
		        transform: translate(63.045vw, 100vh) scale(0.8503);
	}
}

@keyframes fall-117 {
	30.647% {
		-webkit-transform: translate(60.8528vw, 30.647vh) scale(0.8503);
		        transform: translate(60.8528vw, 30.647vh) scale(0.8503);
	}
	to {
		-webkit-transform: translate(63.045vw, 100vh) scale(0.8503);
		        transform: translate(63.045vw, 100vh) scale(0.8503);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(117) {
		-webkit-animation: fall-117 37.7s -15s linear infinite;
		        animation: fall-117 37.7s -15s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(118) {
	opacity: 0.18415;
	-webkit-transform: translate(70.1584vw, -10px) scale(0.3341);
	    -ms-transform: translate(70.1584vw, -10px) scale(0.3341);
	        transform: translate(70.1584vw, -10px) scale(0.3341);
	-webkit-animation: fall-118 23.4s -18s linear infinite;
	        animation: fall-118 23.4s -18s linear infinite;
}

@-webkit-keyframes fall-118 {
	44.291% {
		-webkit-transform: translate(71.7372vw, 44.291vh) scale(0.3341);
		        transform: translate(71.7372vw, 44.291vh) scale(0.3341);
	}
	to {
		-webkit-transform: translate(70.9478vw, 100vh) scale(0.3341);
		        transform: translate(70.9478vw, 100vh) scale(0.3341);
	}
}

@keyframes fall-118 {
	44.291% {
		-webkit-transform: translate(71.7372vw, 44.291vh) scale(0.3341);
		        transform: translate(71.7372vw, 44.291vh) scale(0.3341);
	}
	to {
		-webkit-transform: translate(70.9478vw, 100vh) scale(0.3341);
		        transform: translate(70.9478vw, 100vh) scale(0.3341);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(118) {
		-webkit-animation: fall-118 33.8s -18s linear infinite;
		        animation: fall-118 33.8s -18s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(119) {
	opacity: 0.04015;
	-webkit-transform: translate(52.9635vw, -10px) scale(0.4167);
	    -ms-transform: translate(52.9635vw, -10px) scale(0.4167);
	        transform: translate(52.9635vw, -10px) scale(0.4167);
	-webkit-animation: fall-119 14.3s -29s linear infinite;
	        animation: fall-119 14.3s -29s linear infinite;
}

@-webkit-keyframes fall-119 {
	79.486% {
		-webkit-transform: translate(51.3141vw, 79.486vh) scale(0.4167);
		        transform: translate(51.3141vw, 79.486vh) scale(0.4167);
	}
	to {
		-webkit-transform: translate(52.1388vw, 100vh) scale(0.4167);
		        transform: translate(52.1388vw, 100vh) scale(0.4167);
	}
}

@keyframes fall-119 {
	79.486% {
		-webkit-transform: translate(51.3141vw, 79.486vh) scale(0.4167);
		        transform: translate(51.3141vw, 79.486vh) scale(0.4167);
	}
	to {
		-webkit-transform: translate(52.1388vw, 100vh) scale(0.4167);
		        transform: translate(52.1388vw, 100vh) scale(0.4167);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(119) {
		-webkit-animation: fall-119 29.9s -29s linear infinite;
		        animation: fall-119 29.9s -29s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(120) {
	opacity: 0.4423;
	-webkit-transform: translate(47.4766vw, -10px) scale(0.6794);
	    -ms-transform: translate(47.4766vw, -10px) scale(0.6794);
	        transform: translate(47.4766vw, -10px) scale(0.6794);
	-webkit-animation: fall-120 16.9s -20s linear infinite;
	        animation: fall-120 16.9s -20s linear infinite;
}

@-webkit-keyframes fall-120 {
	33.548% {
		-webkit-transform: translate(43.4093vw, 33.548vh) scale(0.6794);
		        transform: translate(43.4093vw, 33.548vh) scale(0.6794);
	}
	to {
		-webkit-transform: translate(45.44295vw, 100vh) scale(0.6794);
		        transform: translate(45.44295vw, 100vh) scale(0.6794);
	}
}

@keyframes fall-120 {
	33.548% {
		-webkit-transform: translate(43.4093vw, 33.548vh) scale(0.6794);
		        transform: translate(43.4093vw, 33.548vh) scale(0.6794);
	}
	to {
		-webkit-transform: translate(45.44295vw, 100vh) scale(0.6794);
		        transform: translate(45.44295vw, 100vh) scale(0.6794);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(120) {
		-webkit-animation: fall-120 29.9s -20s linear infinite;
		        animation: fall-120 29.9s -20s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(121) {
	opacity: 0.1599;
	-webkit-transform: translate(18.277vw, -10px) scale(0.1001);
	    -ms-transform: translate(18.277vw, -10px) scale(0.1001);
	        transform: translate(18.277vw, -10px) scale(0.1001);
	-webkit-animation: fall-121 39s -18s linear infinite;
	        animation: fall-121 39s -18s linear infinite;
}

@-webkit-keyframes fall-121 {
	76.6% {
		-webkit-transform: translate(14.8613vw, 76.6vh) scale(0.1001);
		        transform: translate(14.8613vw, 76.6vh) scale(0.1001);
	}
	to {
		-webkit-transform: translate(16.56915vw, 100vh) scale(0.1001);
		        transform: translate(16.56915vw, 100vh) scale(0.1001);
	}
}

@keyframes fall-121 {
	76.6% {
		-webkit-transform: translate(14.8613vw, 76.6vh) scale(0.1001);
		        transform: translate(14.8613vw, 76.6vh) scale(0.1001);
	}
	to {
		-webkit-transform: translate(16.56915vw, 100vh) scale(0.1001);
		        transform: translate(16.56915vw, 100vh) scale(0.1001);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(121) {
		-webkit-animation: fall-121 35.1s -18s linear infinite;
		        animation: fall-121 35.1s -18s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(122) {
	opacity: 0.13805;
	-webkit-transform: translate(95.2428vw, -10px) scale(0.5994);
	    -ms-transform: translate(95.2428vw, -10px) scale(0.5994);
	        transform: translate(95.2428vw, -10px) scale(0.5994);
	-webkit-animation: fall-122 22.1s -7s linear infinite;
	        animation: fall-122 22.1s -7s linear infinite;
}

@-webkit-keyframes fall-122 {
	46.88% {
		-webkit-transform: translate(91.1685vw, 46.88vh) scale(0.5994);
		        transform: translate(91.1685vw, 46.88vh) scale(0.5994);
	}
	to {
		-webkit-transform: translate(93.20565vw, 100vh) scale(0.5994);
		        transform: translate(93.20565vw, 100vh) scale(0.5994);
	}
}

@keyframes fall-122 {
	46.88% {
		-webkit-transform: translate(91.1685vw, 46.88vh) scale(0.5994);
		        transform: translate(91.1685vw, 46.88vh) scale(0.5994);
	}
	to {
		-webkit-transform: translate(93.20565vw, 100vh) scale(0.5994);
		        transform: translate(93.20565vw, 100vh) scale(0.5994);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(122) {
		-webkit-animation: fall-122 22.1s -7s linear infinite;
		        animation: fall-122 22.1s -7s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(123) {
	opacity: 0.1652;
	-webkit-transform: translate(35.4135vw, -10px) scale(0.1344);
	    -ms-transform: translate(35.4135vw, -10px) scale(0.1344);
	        transform: translate(35.4135vw, -10px) scale(0.1344);
	-webkit-animation: fall-123 28.6s -7s linear infinite;
	        animation: fall-123 28.6s -7s linear infinite;
}

@-webkit-keyframes fall-123 {
	32.676% {
		-webkit-transform: translate(26.7951vw, 32.676vh) scale(0.1344);
		        transform: translate(26.7951vw, 32.676vh) scale(0.1344);
	}
	to {
		-webkit-transform: translate(31.1043vw, 100vh) scale(0.1344);
		        transform: translate(31.1043vw, 100vh) scale(0.1344);
	}
}

@keyframes fall-123 {
	32.676% {
		-webkit-transform: translate(26.7951vw, 32.676vh) scale(0.1344);
		        transform: translate(26.7951vw, 32.676vh) scale(0.1344);
	}
	to {
		-webkit-transform: translate(31.1043vw, 100vh) scale(0.1344);
		        transform: translate(31.1043vw, 100vh) scale(0.1344);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(123) {
		-webkit-animation: fall-123 28.6s -7s linear infinite;
		        animation: fall-123 28.6s -7s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(124) {
	opacity: 0.34185;
	-webkit-transform: translate(61.8875vw, -10px) scale(0.5809);
	    -ms-transform: translate(61.8875vw, -10px) scale(0.5809);
	        transform: translate(61.8875vw, -10px) scale(0.5809);
	-webkit-animation: fall-124 15.6s -9s linear infinite;
	        animation: fall-124 15.6s -9s linear infinite;
}

@-webkit-keyframes fall-124 {
	47.777% {
		-webkit-transform: translate(71.4242vw, 47.777vh) scale(0.5809);
		        transform: translate(71.4242vw, 47.777vh) scale(0.5809);
	}
	to {
		-webkit-transform: translate(66.65585vw, 100vh) scale(0.5809);
		        transform: translate(66.65585vw, 100vh) scale(0.5809);
	}
}

@keyframes fall-124 {
	47.777% {
		-webkit-transform: translate(71.4242vw, 47.777vh) scale(0.5809);
		        transform: translate(71.4242vw, 47.777vh) scale(0.5809);
	}
	to {
		-webkit-transform: translate(66.65585vw, 100vh) scale(0.5809);
		        transform: translate(66.65585vw, 100vh) scale(0.5809);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(124) {
		-webkit-animation: fall-124 31.2s -9s linear infinite;
		        animation: fall-124 31.2s -9s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(125) {
	opacity: 0.08725;
	-webkit-transform: translate(51.1903vw, -10px) scale(0.2625);
	    -ms-transform: translate(51.1903vw, -10px) scale(0.2625);
	        transform: translate(51.1903vw, -10px) scale(0.2625);
	-webkit-animation: fall-125 19.5s -7s linear infinite;
	        animation: fall-125 19.5s -7s linear infinite;
}

@-webkit-keyframes fall-125 {
	57.267% {
		-webkit-transform: translate(60.1655vw, 57.267vh) scale(0.2625);
		        transform: translate(60.1655vw, 57.267vh) scale(0.2625);
	}
	to {
		-webkit-transform: translate(55.6779vw, 100vh) scale(0.2625);
		        transform: translate(55.6779vw, 100vh) scale(0.2625);
	}
}

@keyframes fall-125 {
	57.267% {
		-webkit-transform: translate(60.1655vw, 57.267vh) scale(0.2625);
		        transform: translate(60.1655vw, 57.267vh) scale(0.2625);
	}
	to {
		-webkit-transform: translate(55.6779vw, 100vh) scale(0.2625);
		        transform: translate(55.6779vw, 100vh) scale(0.2625);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(125) {
		-webkit-animation: fall-125 22.1s -7s linear infinite;
		        animation: fall-125 22.1s -7s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(126) {
	opacity: 0.33415;
	-webkit-transform: translate(68.3771vw, -10px) scale(0.2094);
	    -ms-transform: translate(68.3771vw, -10px) scale(0.2094);
	        transform: translate(68.3771vw, -10px) scale(0.2094);
	-webkit-animation: fall-126 31.2s -5s linear infinite;
	        animation: fall-126 31.2s -5s linear infinite;
}

@-webkit-keyframes fall-126 {
	41.729% {
		-webkit-transform: translate(68.1731vw, 41.729vh) scale(0.2094);
		        transform: translate(68.1731vw, 41.729vh) scale(0.2094);
	}
	to {
		-webkit-transform: translate(68.2751vw, 100vh) scale(0.2094);
		        transform: translate(68.2751vw, 100vh) scale(0.2094);
	}
}

@keyframes fall-126 {
	41.729% {
		-webkit-transform: translate(68.1731vw, 41.729vh) scale(0.2094);
		        transform: translate(68.1731vw, 41.729vh) scale(0.2094);
	}
	to {
		-webkit-transform: translate(68.2751vw, 100vh) scale(0.2094);
		        transform: translate(68.2751vw, 100vh) scale(0.2094);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(126) {
		-webkit-animation: fall-126 35.1s -5s linear infinite;
		        animation: fall-126 35.1s -5s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(127) {
	opacity: 0.3958;
	-webkit-transform: translate(64.6134vw, -10px) scale(0.1308);
	    -ms-transform: translate(64.6134vw, -10px) scale(0.1308);
	        transform: translate(64.6134vw, -10px) scale(0.1308);
	-webkit-animation: fall-127 35.1s -20s linear infinite;
	        animation: fall-127 35.1s -20s linear infinite;
}

@-webkit-keyframes fall-127 {
	36.446% {
		-webkit-transform: translate(73.9244vw, 36.446vh) scale(0.1308);
		        transform: translate(73.9244vw, 36.446vh) scale(0.1308);
	}
	to {
		-webkit-transform: translate(69.2689vw, 100vh) scale(0.1308);
		        transform: translate(69.2689vw, 100vh) scale(0.1308);
	}
}

@keyframes fall-127 {
	36.446% {
		-webkit-transform: translate(73.9244vw, 36.446vh) scale(0.1308);
		        transform: translate(73.9244vw, 36.446vh) scale(0.1308);
	}
	to {
		-webkit-transform: translate(69.2689vw, 100vh) scale(0.1308);
		        transform: translate(69.2689vw, 100vh) scale(0.1308);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(127) {
		-webkit-animation: fall-127 37.7s -20s linear infinite;
		        animation: fall-127 37.7s -20s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(128) {
	opacity: 0.0161;
	-webkit-transform: translate(92.5176vw, -10px) scale(0.5276);
	    -ms-transform: translate(92.5176vw, -10px) scale(0.5276);
	        transform: translate(92.5176vw, -10px) scale(0.5276);
	-webkit-animation: fall-128 24.7s -25s linear infinite;
	        animation: fall-128 24.7s -25s linear infinite;
}

@-webkit-keyframes fall-128 {
	53.729% {
		-webkit-transform: translate(89.3898vw, 53.729vh) scale(0.5276);
		        transform: translate(89.3898vw, 53.729vh) scale(0.5276);
	}
	to {
		-webkit-transform: translate(90.9537vw, 100vh) scale(0.5276);
		        transform: translate(90.9537vw, 100vh) scale(0.5276);
	}
}

@keyframes fall-128 {
	53.729% {
		-webkit-transform: translate(89.3898vw, 53.729vh) scale(0.5276);
		        transform: translate(89.3898vw, 53.729vh) scale(0.5276);
	}
	to {
		-webkit-transform: translate(90.9537vw, 100vh) scale(0.5276);
		        transform: translate(90.9537vw, 100vh) scale(0.5276);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(128) {
		-webkit-animation: fall-128 41.6s -25s linear infinite;
		        animation: fall-128 41.6s -25s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(129) {
	opacity: 0.3621;
	-webkit-transform: translate(10.3232vw, -10px) scale(0.9933);
	    -ms-transform: translate(10.3232vw, -10px) scale(0.9933);
	        transform: translate(10.3232vw, -10px) scale(0.9933);
	-webkit-animation: fall-129 36.4s -30s linear infinite;
	        animation: fall-129 36.4s -30s linear infinite;
}

@-webkit-keyframes fall-129 {
	51.88% {
		-webkit-transform: translate(8.5788vw, 51.88vh) scale(0.9933);
		        transform: translate(8.5788vw, 51.88vh) scale(0.9933);
	}
	to {
		-webkit-transform: translate(9.451vw, 100vh) scale(0.9933);
		        transform: translate(9.451vw, 100vh) scale(0.9933);
	}
}

@keyframes fall-129 {
	51.88% {
		-webkit-transform: translate(8.5788vw, 51.88vh) scale(0.9933);
		        transform: translate(8.5788vw, 51.88vh) scale(0.9933);
	}
	to {
		-webkit-transform: translate(9.451vw, 100vh) scale(0.9933);
		        transform: translate(9.451vw, 100vh) scale(0.9933);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(129) {
		-webkit-animation: fall-129 23.4s -30s linear infinite;
		        animation: fall-129 23.4s -30s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(130) {
	opacity: 0.12435;
	-webkit-transform: translate(24.6705vw, -10px) scale(0.8307);
	    -ms-transform: translate(24.6705vw, -10px) scale(0.8307);
	        transform: translate(24.6705vw, -10px) scale(0.8307);
	-webkit-animation: fall-130 33.8s -24s linear infinite;
	        animation: fall-130 33.8s -24s linear infinite;
}

@-webkit-keyframes fall-130 {
	30.785% {
		-webkit-transform: translate(16.1271vw, 30.785vh) scale(0.8307);
		        transform: translate(16.1271vw, 30.785vh) scale(0.8307);
	}
	to {
		-webkit-transform: translate(20.3988vw, 100vh) scale(0.8307);
		        transform: translate(20.3988vw, 100vh) scale(0.8307);
	}
}

@keyframes fall-130 {
	30.785% {
		-webkit-transform: translate(16.1271vw, 30.785vh) scale(0.8307);
		        transform: translate(16.1271vw, 30.785vh) scale(0.8307);
	}
	to {
		-webkit-transform: translate(20.3988vw, 100vh) scale(0.8307);
		        transform: translate(20.3988vw, 100vh) scale(0.8307);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(130) {
		-webkit-animation: fall-130 32.5s -24s linear infinite;
		        animation: fall-130 32.5s -24s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(131) {
	opacity: 0.0269;
	-webkit-transform: translate(54.0642vw, -10px) scale(0.4879);
	    -ms-transform: translate(54.0642vw, -10px) scale(0.4879);
	        transform: translate(54.0642vw, -10px) scale(0.4879);
	-webkit-animation: fall-131 27.3s -24s linear infinite;
	        animation: fall-131 27.3s -24s linear infinite;
}

@-webkit-keyframes fall-131 {
	42.578% {
		-webkit-transform: translate(49.3709vw, 42.578vh) scale(0.4879);
		        transform: translate(49.3709vw, 42.578vh) scale(0.4879);
	}
	to {
		-webkit-transform: translate(51.71755vw, 100vh) scale(0.4879);
		        transform: translate(51.71755vw, 100vh) scale(0.4879);
	}
}

@keyframes fall-131 {
	42.578% {
		-webkit-transform: translate(49.3709vw, 42.578vh) scale(0.4879);
		        transform: translate(49.3709vw, 42.578vh) scale(0.4879);
	}
	to {
		-webkit-transform: translate(51.71755vw, 100vh) scale(0.4879);
		        transform: translate(51.71755vw, 100vh) scale(0.4879);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(131) {
		-webkit-animation: fall-131 41.6s -24s linear infinite;
		        animation: fall-131 41.6s -24s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(132) {
	opacity: 0.1805;
	-webkit-transform: translate(93.6553vw, -10px) scale(0.6137);
	    -ms-transform: translate(93.6553vw, -10px) scale(0.6137);
	        transform: translate(93.6553vw, -10px) scale(0.6137);
	-webkit-animation: fall-132 26s -17s linear infinite;
	        animation: fall-132 26s -17s linear infinite;
}

@-webkit-keyframes fall-132 {
	55.845% {
		-webkit-transform: translate(94.3425vw, 55.845vh) scale(0.6137);
		        transform: translate(94.3425vw, 55.845vh) scale(0.6137);
	}
	to {
		-webkit-transform: translate(93.9989vw, 100vh) scale(0.6137);
		        transform: translate(93.9989vw, 100vh) scale(0.6137);
	}
}

@keyframes fall-132 {
	55.845% {
		-webkit-transform: translate(94.3425vw, 55.845vh) scale(0.6137);
		        transform: translate(94.3425vw, 55.845vh) scale(0.6137);
	}
	to {
		-webkit-transform: translate(93.9989vw, 100vh) scale(0.6137);
		        transform: translate(93.9989vw, 100vh) scale(0.6137);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(132) {
		-webkit-animation: fall-132 19.5s -17s linear infinite;
		        animation: fall-132 19.5s -17s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(133) {
	opacity: 0.08325;
	-webkit-transform: translate(68.7144vw, -10px) scale(0.7561);
	    -ms-transform: translate(68.7144vw, -10px) scale(0.7561);
	        transform: translate(68.7144vw, -10px) scale(0.7561);
	-webkit-animation: fall-133 32.5s -16s linear infinite;
	        animation: fall-133 32.5s -16s linear infinite;
}

@-webkit-keyframes fall-133 {
	71.642% {
		-webkit-transform: translate(65.3997vw, 71.642vh) scale(0.7561);
		        transform: translate(65.3997vw, 71.642vh) scale(0.7561);
	}
	to {
		-webkit-transform: translate(67.05705vw, 100vh) scale(0.7561);
		        transform: translate(67.05705vw, 100vh) scale(0.7561);
	}
}

@keyframes fall-133 {
	71.642% {
		-webkit-transform: translate(65.3997vw, 71.642vh) scale(0.7561);
		        transform: translate(65.3997vw, 71.642vh) scale(0.7561);
	}
	to {
		-webkit-transform: translate(67.05705vw, 100vh) scale(0.7561);
		        transform: translate(67.05705vw, 100vh) scale(0.7561);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(133) {
		-webkit-animation: fall-133 35.1s -16s linear infinite;
		        animation: fall-133 35.1s -16s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(134) {
	opacity: 0.16745;
	-webkit-transform: translate(52.5568vw, -10px) scale(0.8322);
	    -ms-transform: translate(52.5568vw, -10px) scale(0.8322);
	        transform: translate(52.5568vw, -10px) scale(0.8322);
	-webkit-animation: fall-134 18.2s -20s linear infinite;
	        animation: fall-134 18.2s -20s linear infinite;
}

@-webkit-keyframes fall-134 {
	44.71% {
		-webkit-transform: translate(44.0586vw, 44.71vh) scale(0.8322);
		        transform: translate(44.0586vw, 44.71vh) scale(0.8322);
	}
	to {
		-webkit-transform: translate(48.3077vw, 100vh) scale(0.8322);
		        transform: translate(48.3077vw, 100vh) scale(0.8322);
	}
}

@keyframes fall-134 {
	44.71% {
		-webkit-transform: translate(44.0586vw, 44.71vh) scale(0.8322);
		        transform: translate(44.0586vw, 44.71vh) scale(0.8322);
	}
	to {
		-webkit-transform: translate(48.3077vw, 100vh) scale(0.8322);
		        transform: translate(48.3077vw, 100vh) scale(0.8322);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(134) {
		-webkit-animation: fall-134 44.2s -20s linear infinite;
		        animation: fall-134 44.2s -20s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(135) {
	opacity: 0.2361;
	-webkit-transform: translate(65.3523vw, -10px) scale(0.3652);
	    -ms-transform: translate(65.3523vw, -10px) scale(0.3652);
	        transform: translate(65.3523vw, -10px) scale(0.3652);
	-webkit-animation: fall-135 39s -22s linear infinite;
	        animation: fall-135 39s -22s linear infinite;
}

@-webkit-keyframes fall-135 {
	30.235% {
		-webkit-transform: translate(58.8836vw, 30.235vh) scale(0.3652);
		        transform: translate(58.8836vw, 30.235vh) scale(0.3652);
	}
	to {
		-webkit-transform: translate(62.11795vw, 100vh) scale(0.3652);
		        transform: translate(62.11795vw, 100vh) scale(0.3652);
	}
}

@keyframes fall-135 {
	30.235% {
		-webkit-transform: translate(58.8836vw, 30.235vh) scale(0.3652);
		        transform: translate(58.8836vw, 30.235vh) scale(0.3652);
	}
	to {
		-webkit-transform: translate(62.11795vw, 100vh) scale(0.3652);
		        transform: translate(62.11795vw, 100vh) scale(0.3652);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(135) {
		-webkit-animation: fall-135 29.9s -22s linear infinite;
		        animation: fall-135 29.9s -22s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(136) {
	opacity: 0.37335;
	-webkit-transform: translate(82.0958vw, -10px) scale(0.0121);
	    -ms-transform: translate(82.0958vw, -10px) scale(0.0121);
	        transform: translate(82.0958vw, -10px) scale(0.0121);
	-webkit-animation: fall-136 31.2s -4s linear infinite;
	        animation: fall-136 31.2s -4s linear infinite;
}

@-webkit-keyframes fall-136 {
	55.478% {
		-webkit-transform: translate(80.2189vw, 55.478vh) scale(0.0121);
		        transform: translate(80.2189vw, 55.478vh) scale(0.0121);
	}
	to {
		-webkit-transform: translate(81.15735vw, 100vh) scale(0.0121);
		        transform: translate(81.15735vw, 100vh) scale(0.0121);
	}
}

@keyframes fall-136 {
	55.478% {
		-webkit-transform: translate(80.2189vw, 55.478vh) scale(0.0121);
		        transform: translate(80.2189vw, 55.478vh) scale(0.0121);
	}
	to {
		-webkit-transform: translate(81.15735vw, 100vh) scale(0.0121);
		        transform: translate(81.15735vw, 100vh) scale(0.0121);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(136) {
		-webkit-animation: fall-136 40.3s -4s linear infinite;
		        animation: fall-136 40.3s -4s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(137) {
	opacity: 0.4713;
	-webkit-transform: translate(13.6635vw, -10px) scale(0.4642);
	    -ms-transform: translate(13.6635vw, -10px) scale(0.4642);
	        transform: translate(13.6635vw, -10px) scale(0.4642);
	-webkit-animation: fall-137 14.3s -13s linear infinite;
	        animation: fall-137 14.3s -13s linear infinite;
}

@-webkit-keyframes fall-137 {
	74.393% {
		-webkit-transform: translate(13.6194vw, 74.393vh) scale(0.4642);
		        transform: translate(13.6194vw, 74.393vh) scale(0.4642);
	}
	to {
		-webkit-transform: translate(13.64145vw, 100vh) scale(0.4642);
		        transform: translate(13.64145vw, 100vh) scale(0.4642);
	}
}

@keyframes fall-137 {
	74.393% {
		-webkit-transform: translate(13.6194vw, 74.393vh) scale(0.4642);
		        transform: translate(13.6194vw, 74.393vh) scale(0.4642);
	}
	to {
		-webkit-transform: translate(13.64145vw, 100vh) scale(0.4642);
		        transform: translate(13.64145vw, 100vh) scale(0.4642);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(137) {
		-webkit-animation: fall-137 22.1s -13s linear infinite;
		        animation: fall-137 22.1s -13s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(138) {
	opacity: 0.4303;
	-webkit-transform: translate(71.6028vw, -10px) scale(0.2888);
	    -ms-transform: translate(71.6028vw, -10px) scale(0.2888);
	        transform: translate(71.6028vw, -10px) scale(0.2888);
	-webkit-animation: fall-138 23.4s -19s linear infinite;
	        animation: fall-138 23.4s -19s linear infinite;
}

@-webkit-keyframes fall-138 {
	39.86% {
		-webkit-transform: translate(76.6624vw, 39.86vh) scale(0.2888);
		        transform: translate(76.6624vw, 39.86vh) scale(0.2888);
	}
	to {
		-webkit-transform: translate(74.1326vw, 100vh) scale(0.2888);
		        transform: translate(74.1326vw, 100vh) scale(0.2888);
	}
}

@keyframes fall-138 {
	39.86% {
		-webkit-transform: translate(76.6624vw, 39.86vh) scale(0.2888);
		        transform: translate(76.6624vw, 39.86vh) scale(0.2888);
	}
	to {
		-webkit-transform: translate(74.1326vw, 100vh) scale(0.2888);
		        transform: translate(74.1326vw, 100vh) scale(0.2888);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(138) {
		-webkit-animation: fall-138 24.7s -19s linear infinite;
		        animation: fall-138 24.7s -19s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(139) {
	opacity: 0.3437;
	-webkit-transform: translate(35.5133vw, -10px) scale(0.5372);
	    -ms-transform: translate(35.5133vw, -10px) scale(0.5372);
	        transform: translate(35.5133vw, -10px) scale(0.5372);
	-webkit-animation: fall-139 15.6s -21s linear infinite;
	        animation: fall-139 15.6s -21s linear infinite;
}

@-webkit-keyframes fall-139 {
	68.574% {
		-webkit-transform: translate(40.4993vw, 68.574vh) scale(0.5372);
		        transform: translate(40.4993vw, 68.574vh) scale(0.5372);
	}
	to {
		-webkit-transform: translate(38.0063vw, 100vh) scale(0.5372);
		        transform: translate(38.0063vw, 100vh) scale(0.5372);
	}
}

@keyframes fall-139 {
	68.574% {
		-webkit-transform: translate(40.4993vw, 68.574vh) scale(0.5372);
		        transform: translate(40.4993vw, 68.574vh) scale(0.5372);
	}
	to {
		-webkit-transform: translate(38.0063vw, 100vh) scale(0.5372);
		        transform: translate(38.0063vw, 100vh) scale(0.5372);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(139) {
		-webkit-animation: fall-139 27.3s -21s linear infinite;
		        animation: fall-139 27.3s -21s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(140) {
	opacity: 0.0645;
	-webkit-transform: translate(90.7282vw, -10px) scale(0.2109);
	    -ms-transform: translate(90.7282vw, -10px) scale(0.2109);
	        transform: translate(90.7282vw, -10px) scale(0.2109);
	-webkit-animation: fall-140 36.4s -29s linear infinite;
	        animation: fall-140 36.4s -29s linear infinite;
}

@-webkit-keyframes fall-140 {
	67.799% {
		-webkit-transform: translate(81.1264vw, 67.799vh) scale(0.2109);
		        transform: translate(81.1264vw, 67.799vh) scale(0.2109);
	}
	to {
		-webkit-transform: translate(85.9273vw, 100vh) scale(0.2109);
		        transform: translate(85.9273vw, 100vh) scale(0.2109);
	}
}

@keyframes fall-140 {
	67.799% {
		-webkit-transform: translate(81.1264vw, 67.799vh) scale(0.2109);
		        transform: translate(81.1264vw, 67.799vh) scale(0.2109);
	}
	to {
		-webkit-transform: translate(85.9273vw, 100vh) scale(0.2109);
		        transform: translate(85.9273vw, 100vh) scale(0.2109);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(140) {
		-webkit-animation: fall-140 39s -29s linear infinite;
		        animation: fall-140 39s -29s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(141) {
	opacity: 0.32465;
	-webkit-transform: translate(86.7526vw, -10px) scale(0.2347);
	    -ms-transform: translate(86.7526vw, -10px) scale(0.2347);
	        transform: translate(86.7526vw, -10px) scale(0.2347);
	-webkit-animation: fall-141 13s -20s linear infinite;
	        animation: fall-141 13s -20s linear infinite;
}

@-webkit-keyframes fall-141 {
	59.648% {
		-webkit-transform: translate(89.6366vw, 59.648vh) scale(0.2347);
		        transform: translate(89.6366vw, 59.648vh) scale(0.2347);
	}
	to {
		-webkit-transform: translate(88.1946vw, 100vh) scale(0.2347);
		        transform: translate(88.1946vw, 100vh) scale(0.2347);
	}
}

@keyframes fall-141 {
	59.648% {
		-webkit-transform: translate(89.6366vw, 59.648vh) scale(0.2347);
		        transform: translate(89.6366vw, 59.648vh) scale(0.2347);
	}
	to {
		-webkit-transform: translate(88.1946vw, 100vh) scale(0.2347);
		        transform: translate(88.1946vw, 100vh) scale(0.2347);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(141) {
		-webkit-animation: fall-141 26s -20s linear infinite;
		        animation: fall-141 26s -20s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(142) {
	opacity: 0.47795;
	-webkit-transform: translate(97.0922vw, -10px) scale(0.0276);
	    -ms-transform: translate(97.0922vw, -10px) scale(0.0276);
	        transform: translate(97.0922vw, -10px) scale(0.0276);
	-webkit-animation: fall-142 20.8s -16s linear infinite;
	        animation: fall-142 20.8s -16s linear infinite;
}

@-webkit-keyframes fall-142 {
	57.496% {
		-webkit-transform: translate(106.0111vw, 57.496vh) scale(0.0276);
		        transform: translate(106.0111vw, 57.496vh) scale(0.0276);
	}
	to {
		-webkit-transform: translate(101.55165vw, 100vh) scale(0.0276);
		        transform: translate(101.55165vw, 100vh) scale(0.0276);
	}
}

@keyframes fall-142 {
	57.496% {
		-webkit-transform: translate(106.0111vw, 57.496vh) scale(0.0276);
		        transform: translate(106.0111vw, 57.496vh) scale(0.0276);
	}
	to {
		-webkit-transform: translate(101.55165vw, 100vh) scale(0.0276);
		        transform: translate(101.55165vw, 100vh) scale(0.0276);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(142) {
		-webkit-animation: fall-142 41.6s -16s linear infinite;
		        animation: fall-142 41.6s -16s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(143) {
	opacity: 0.16995;
	-webkit-transform: translate(62.7125vw, -10px) scale(0.1971);
	    -ms-transform: translate(62.7125vw, -10px) scale(0.1971);
	        transform: translate(62.7125vw, -10px) scale(0.1971);
	-webkit-animation: fall-143 29.9s -5s linear infinite;
	        animation: fall-143 29.9s -5s linear infinite;
}

@-webkit-keyframes fall-143 {
	73.994% {
		-webkit-transform: translate(65.1434vw, 73.994vh) scale(0.1971);
		        transform: translate(65.1434vw, 73.994vh) scale(0.1971);
	}
	to {
		-webkit-transform: translate(63.92795vw, 100vh) scale(0.1971);
		        transform: translate(63.92795vw, 100vh) scale(0.1971);
	}
}

@keyframes fall-143 {
	73.994% {
		-webkit-transform: translate(65.1434vw, 73.994vh) scale(0.1971);
		        transform: translate(65.1434vw, 73.994vh) scale(0.1971);
	}
	to {
		-webkit-transform: translate(63.92795vw, 100vh) scale(0.1971);
		        transform: translate(63.92795vw, 100vh) scale(0.1971);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(143) {
		-webkit-animation: fall-143 44.2s -5s linear infinite;
		        animation: fall-143 44.2s -5s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(144) {
	opacity: 0.4783;
	-webkit-transform: translate(17.447vw, -10px) scale(0.7689);
	    -ms-transform: translate(17.447vw, -10px) scale(0.7689);
	        transform: translate(17.447vw, -10px) scale(0.7689);
	-webkit-animation: fall-144 22.1s -28s linear infinite;
	        animation: fall-144 22.1s -28s linear infinite;
}

@-webkit-keyframes fall-144 {
	39.695% {
		-webkit-transform: translate(22.4374vw, 39.695vh) scale(0.7689);
		        transform: translate(22.4374vw, 39.695vh) scale(0.7689);
	}
	to {
		-webkit-transform: translate(19.9422vw, 100vh) scale(0.7689);
		        transform: translate(19.9422vw, 100vh) scale(0.7689);
	}
}

@keyframes fall-144 {
	39.695% {
		-webkit-transform: translate(22.4374vw, 39.695vh) scale(0.7689);
		        transform: translate(22.4374vw, 39.695vh) scale(0.7689);
	}
	to {
		-webkit-transform: translate(19.9422vw, 100vh) scale(0.7689);
		        transform: translate(19.9422vw, 100vh) scale(0.7689);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(144) {
		-webkit-animation: fall-144 28.6s -28s linear infinite;
		        animation: fall-144 28.6s -28s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(145) {
	opacity: 0.1806;
	-webkit-transform: translate(4.9592vw, -10px) scale(0.1901);
	    -ms-transform: translate(4.9592vw, -10px) scale(0.1901);
	        transform: translate(4.9592vw, -10px) scale(0.1901);
	-webkit-animation: fall-145 29.9s -16s linear infinite;
	        animation: fall-145 29.9s -16s linear infinite;
}

@-webkit-keyframes fall-145 {
	41.195% {
		-webkit-transform: translate(-1.2625vw, 41.195vh) scale(0.1901);
		        transform: translate(-1.2625vw, 41.195vh) scale(0.1901);
	}
	to {
		-webkit-transform: translate(1.84835vw, 100vh) scale(0.1901);
		        transform: translate(1.84835vw, 100vh) scale(0.1901);
	}
}

@keyframes fall-145 {
	41.195% {
		-webkit-transform: translate(-1.2625vw, 41.195vh) scale(0.1901);
		        transform: translate(-1.2625vw, 41.195vh) scale(0.1901);
	}
	to {
		-webkit-transform: translate(1.84835vw, 100vh) scale(0.1901);
		        transform: translate(1.84835vw, 100vh) scale(0.1901);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(145) {
		-webkit-animation: fall-145 27.3s -16s linear infinite;
		        animation: fall-145 27.3s -16s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(146) {
	opacity: 0.3851;
	-webkit-transform: translate(77.47vw, -10px) scale(0.198);
	    -ms-transform: translate(77.47vw, -10px) scale(0.198);
	        transform: translate(77.47vw, -10px) scale(0.198);
	-webkit-animation: fall-146 35.1s -14s linear infinite;
	        animation: fall-146 35.1s -14s linear infinite;
}

@-webkit-keyframes fall-146 {
	74.985% {
		-webkit-transform: translate(74.0101vw, 74.985vh) scale(0.198);
		        transform: translate(74.0101vw, 74.985vh) scale(0.198);
	}
	to {
		-webkit-transform: translate(75.74005vw, 100vh) scale(0.198);
		        transform: translate(75.74005vw, 100vh) scale(0.198);
	}
}

@keyframes fall-146 {
	74.985% {
		-webkit-transform: translate(74.0101vw, 74.985vh) scale(0.198);
		        transform: translate(74.0101vw, 74.985vh) scale(0.198);
	}
	to {
		-webkit-transform: translate(75.74005vw, 100vh) scale(0.198);
		        transform: translate(75.74005vw, 100vh) scale(0.198);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(146) {
		-webkit-animation: fall-146 36.4s -14s linear infinite;
		        animation: fall-146 36.4s -14s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(147) {
	opacity: 0.03355;
	-webkit-transform: translate(6.0616vw, -10px) scale(0.7785);
	    -ms-transform: translate(6.0616vw, -10px) scale(0.7785);
	        transform: translate(6.0616vw, -10px) scale(0.7785);
	-webkit-animation: fall-147 32.5s -1s linear infinite;
	        animation: fall-147 32.5s -1s linear infinite;
}

@-webkit-keyframes fall-147 {
	71.629% {
		-webkit-transform: translate(1.6758vw, 71.629vh) scale(0.7785);
		        transform: translate(1.6758vw, 71.629vh) scale(0.7785);
	}
	to {
		-webkit-transform: translate(3.8687vw, 100vh) scale(0.7785);
		        transform: translate(3.8687vw, 100vh) scale(0.7785);
	}
}

@keyframes fall-147 {
	71.629% {
		-webkit-transform: translate(1.6758vw, 71.629vh) scale(0.7785);
		        transform: translate(1.6758vw, 71.629vh) scale(0.7785);
	}
	to {
		-webkit-transform: translate(3.8687vw, 100vh) scale(0.7785);
		        transform: translate(3.8687vw, 100vh) scale(0.7785);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(147) {
		-webkit-animation: fall-147 41.6s -1s linear infinite;
		        animation: fall-147 41.6s -1s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(148) {
	opacity: 0.49245;
	-webkit-transform: translate(86.71vw, -10px) scale(0.0347);
	    -ms-transform: translate(86.71vw, -10px) scale(0.0347);
	        transform: translate(86.71vw, -10px) scale(0.0347);
	-webkit-animation: fall-148 19.5s -3s linear infinite;
	        animation: fall-148 19.5s -3s linear infinite;
}

@-webkit-keyframes fall-148 {
	70.643% {
		-webkit-transform: translate(77.8339vw, 70.643vh) scale(0.0347);
		        transform: translate(77.8339vw, 70.643vh) scale(0.0347);
	}
	to {
		-webkit-transform: translate(82.27195vw, 100vh) scale(0.0347);
		        transform: translate(82.27195vw, 100vh) scale(0.0347);
	}
}

@keyframes fall-148 {
	70.643% {
		-webkit-transform: translate(77.8339vw, 70.643vh) scale(0.0347);
		        transform: translate(77.8339vw, 70.643vh) scale(0.0347);
	}
	to {
		-webkit-transform: translate(82.27195vw, 100vh) scale(0.0347);
		        transform: translate(82.27195vw, 100vh) scale(0.0347);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(148) {
		-webkit-animation: fall-148 31.2s -3s linear infinite;
		        animation: fall-148 31.2s -3s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(149) {
	opacity: 0.37545;
	-webkit-transform: translate(39.9831vw, -10px) scale(0.9717);
	    -ms-transform: translate(39.9831vw, -10px) scale(0.9717);
	        transform: translate(39.9831vw, -10px) scale(0.9717);
	-webkit-animation: fall-149 24.7s -1s linear infinite;
	        animation: fall-149 24.7s -1s linear infinite;
}

@-webkit-keyframes fall-149 {
	31.473% {
		-webkit-transform: translate(42.8934vw, 31.473vh) scale(0.9717);
		        transform: translate(42.8934vw, 31.473vh) scale(0.9717);
	}
	to {
		-webkit-transform: translate(41.43825vw, 100vh) scale(0.9717);
		        transform: translate(41.43825vw, 100vh) scale(0.9717);
	}
}

@keyframes fall-149 {
	31.473% {
		-webkit-transform: translate(42.8934vw, 31.473vh) scale(0.9717);
		        transform: translate(42.8934vw, 31.473vh) scale(0.9717);
	}
	to {
		-webkit-transform: translate(41.43825vw, 100vh) scale(0.9717);
		        transform: translate(41.43825vw, 100vh) scale(0.9717);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(149) {
		-webkit-animation: fall-149 36.4s -1s linear infinite;
		        animation: fall-149 36.4s -1s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(150) {
	opacity: 0.1805;
	-webkit-transform: translate(5.0543vw, -10px) scale(0.3961);
	    -ms-transform: translate(5.0543vw, -10px) scale(0.3961);
	        transform: translate(5.0543vw, -10px) scale(0.3961);
	-webkit-animation: fall-150 36.4s -21s linear infinite;
	        animation: fall-150 36.4s -21s linear infinite;
}

@-webkit-keyframes fall-150 {
	76.422% {
		-webkit-transform: translate(-0.944vw, 76.422vh) scale(0.3961);
		        transform: translate(-0.944vw, 76.422vh) scale(0.3961);
	}
	to {
		-webkit-transform: translate(2.05515vw, 100vh) scale(0.3961);
		        transform: translate(2.05515vw, 100vh) scale(0.3961);
	}
}

@keyframes fall-150 {
	76.422% {
		-webkit-transform: translate(-0.944vw, 76.422vh) scale(0.3961);
		        transform: translate(-0.944vw, 76.422vh) scale(0.3961);
	}
	to {
		-webkit-transform: translate(2.05515vw, 100vh) scale(0.3961);
		        transform: translate(2.05515vw, 100vh) scale(0.3961);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(150) {
		-webkit-animation: fall-150 42.9s -21s linear infinite;
		        animation: fall-150 42.9s -21s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(151) {
	opacity: 0.0638;
	-webkit-transform: translate(33.0438vw, -10px) scale(0.0109);
	    -ms-transform: translate(33.0438vw, -10px) scale(0.0109);
	        transform: translate(33.0438vw, -10px) scale(0.0109);
	-webkit-animation: fall-151 37.7s -15s linear infinite;
	        animation: fall-151 37.7s -15s linear infinite;
}

@-webkit-keyframes fall-151 {
	45.339% {
		-webkit-transform: translate(40.9566vw, 45.339vh) scale(0.0109);
		        transform: translate(40.9566vw, 45.339vh) scale(0.0109);
	}
	to {
		-webkit-transform: translate(37.0002vw, 100vh) scale(0.0109);
		        transform: translate(37.0002vw, 100vh) scale(0.0109);
	}
}

@keyframes fall-151 {
	45.339% {
		-webkit-transform: translate(40.9566vw, 45.339vh) scale(0.0109);
		        transform: translate(40.9566vw, 45.339vh) scale(0.0109);
	}
	to {
		-webkit-transform: translate(37.0002vw, 100vh) scale(0.0109);
		        transform: translate(37.0002vw, 100vh) scale(0.0109);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(151) {
		-webkit-animation: fall-151 29.9s -15s linear infinite;
		        animation: fall-151 29.9s -15s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(152) {
	opacity: 0.27195;
	-webkit-transform: translate(55.1897vw, -10px) scale(0.434);
	    -ms-transform: translate(55.1897vw, -10px) scale(0.434);
	        transform: translate(55.1897vw, -10px) scale(0.434);
	-webkit-animation: fall-152 20.8s -21s linear infinite;
	        animation: fall-152 20.8s -21s linear infinite;
}

@-webkit-keyframes fall-152 {
	39.439% {
		-webkit-transform: translate(45.2989vw, 39.439vh) scale(0.434);
		        transform: translate(45.2989vw, 39.439vh) scale(0.434);
	}
	to {
		-webkit-transform: translate(50.2443vw, 100vh) scale(0.434);
		        transform: translate(50.2443vw, 100vh) scale(0.434);
	}
}

@keyframes fall-152 {
	39.439% {
		-webkit-transform: translate(45.2989vw, 39.439vh) scale(0.434);
		        transform: translate(45.2989vw, 39.439vh) scale(0.434);
	}
	to {
		-webkit-transform: translate(50.2443vw, 100vh) scale(0.434);
		        transform: translate(50.2443vw, 100vh) scale(0.434);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(152) {
		-webkit-animation: fall-152 32.5s -21s linear infinite;
		        animation: fall-152 32.5s -21s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(153) {
	opacity: 0.3961;
	-webkit-transform: translate(78.609vw, -10px) scale(0.8871);
	    -ms-transform: translate(78.609vw, -10px) scale(0.8871);
	        transform: translate(78.609vw, -10px) scale(0.8871);
	-webkit-animation: fall-153 26s -3s linear infinite;
	        animation: fall-153 26s -3s linear infinite;
}

@-webkit-keyframes fall-153 {
	49.757% {
		-webkit-transform: translate(71.6108vw, 49.757vh) scale(0.8871);
		        transform: translate(71.6108vw, 49.757vh) scale(0.8871);
	}
	to {
		-webkit-transform: translate(75.1099vw, 100vh) scale(0.8871);
		        transform: translate(75.1099vw, 100vh) scale(0.8871);
	}
}

@keyframes fall-153 {
	49.757% {
		-webkit-transform: translate(71.6108vw, 49.757vh) scale(0.8871);
		        transform: translate(71.6108vw, 49.757vh) scale(0.8871);
	}
	to {
		-webkit-transform: translate(75.1099vw, 100vh) scale(0.8871);
		        transform: translate(75.1099vw, 100vh) scale(0.8871);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(153) {
		-webkit-animation: fall-153 42.9s -3s linear infinite;
		        animation: fall-153 42.9s -3s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(154) {
	opacity: 0.0422;
	-webkit-transform: translate(90.868vw, -10px) scale(0.718);
	    -ms-transform: translate(90.868vw, -10px) scale(0.718);
	        transform: translate(90.868vw, -10px) scale(0.718);
	-webkit-animation: fall-154 20.8s -26s linear infinite;
	        animation: fall-154 20.8s -26s linear infinite;
}

@-webkit-keyframes fall-154 {
	30.848% {
		-webkit-transform: translate(84.5682vw, 30.848vh) scale(0.718);
		        transform: translate(84.5682vw, 30.848vh) scale(0.718);
	}
	to {
		-webkit-transform: translate(87.7181vw, 100vh) scale(0.718);
		        transform: translate(87.7181vw, 100vh) scale(0.718);
	}
}

@keyframes fall-154 {
	30.848% {
		-webkit-transform: translate(84.5682vw, 30.848vh) scale(0.718);
		        transform: translate(84.5682vw, 30.848vh) scale(0.718);
	}
	to {
		-webkit-transform: translate(87.7181vw, 100vh) scale(0.718);
		        transform: translate(87.7181vw, 100vh) scale(0.718);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(154) {
		-webkit-animation: fall-154 32.5s -26s linear infinite;
		        animation: fall-154 32.5s -26s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(155) {
	opacity: 0.116;
	-webkit-transform: translate(38.966vw, -10px) scale(0.3036);
	    -ms-transform: translate(38.966vw, -10px) scale(0.3036);
	        transform: translate(38.966vw, -10px) scale(0.3036);
	-webkit-animation: fall-155 32.5s -17s linear infinite;
	        animation: fall-155 32.5s -17s linear infinite;
}

@-webkit-keyframes fall-155 {
	36.225% {
		-webkit-transform: translate(40.6027vw, 36.225vh) scale(0.3036);
		        transform: translate(40.6027vw, 36.225vh) scale(0.3036);
	}
	to {
		-webkit-transform: translate(39.78435vw, 100vh) scale(0.3036);
		        transform: translate(39.78435vw, 100vh) scale(0.3036);
	}
}

@keyframes fall-155 {
	36.225% {
		-webkit-transform: translate(40.6027vw, 36.225vh) scale(0.3036);
		        transform: translate(40.6027vw, 36.225vh) scale(0.3036);
	}
	to {
		-webkit-transform: translate(39.78435vw, 100vh) scale(0.3036);
		        transform: translate(39.78435vw, 100vh) scale(0.3036);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(155) {
		-webkit-animation: fall-155 44.2s -17s linear infinite;
		        animation: fall-155 44.2s -17s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(156) {
	opacity: 0.2787;
	-webkit-transform: translate(11.3441vw, -10px) scale(0.0583);
	    -ms-transform: translate(11.3441vw, -10px) scale(0.0583);
	        transform: translate(11.3441vw, -10px) scale(0.0583);
	-webkit-animation: fall-156 37.7s -29s linear infinite;
	        animation: fall-156 37.7s -29s linear infinite;
}

@-webkit-keyframes fall-156 {
	44.262% {
		-webkit-transform: translate(15.7868vw, 44.262vh) scale(0.0583);
		        transform: translate(15.7868vw, 44.262vh) scale(0.0583);
	}
	to {
		-webkit-transform: translate(13.56545vw, 100vh) scale(0.0583);
		        transform: translate(13.56545vw, 100vh) scale(0.0583);
	}
}

@keyframes fall-156 {
	44.262% {
		-webkit-transform: translate(15.7868vw, 44.262vh) scale(0.0583);
		        transform: translate(15.7868vw, 44.262vh) scale(0.0583);
	}
	to {
		-webkit-transform: translate(13.56545vw, 100vh) scale(0.0583);
		        transform: translate(13.56545vw, 100vh) scale(0.0583);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(156) {
		-webkit-animation: fall-156 44.2s -29s linear infinite;
		        animation: fall-156 44.2s -29s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(157) {
	opacity: 0.08575;
	-webkit-transform: translate(19.5992vw, -10px) scale(0.8713);
	    -ms-transform: translate(19.5992vw, -10px) scale(0.8713);
	        transform: translate(19.5992vw, -10px) scale(0.8713);
	-webkit-animation: fall-157 37.7s -22s linear infinite;
	        animation: fall-157 37.7s -22s linear infinite;
}

@-webkit-keyframes fall-157 {
	66.828% {
		-webkit-transform: translate(26.938vw, 66.828vh) scale(0.8713);
		        transform: translate(26.938vw, 66.828vh) scale(0.8713);
	}
	to {
		-webkit-transform: translate(23.2686vw, 100vh) scale(0.8713);
		        transform: translate(23.2686vw, 100vh) scale(0.8713);
	}
}

@keyframes fall-157 {
	66.828% {
		-webkit-transform: translate(26.938vw, 66.828vh) scale(0.8713);
		        transform: translate(26.938vw, 66.828vh) scale(0.8713);
	}
	to {
		-webkit-transform: translate(23.2686vw, 100vh) scale(0.8713);
		        transform: translate(23.2686vw, 100vh) scale(0.8713);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(157) {
		-webkit-animation: fall-157 35.1s -22s linear infinite;
		        animation: fall-157 35.1s -22s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(158) {
	opacity: 0.08905;
	-webkit-transform: translate(19.9174vw, -10px) scale(0.5628);
	    -ms-transform: translate(19.9174vw, -10px) scale(0.5628);
	        transform: translate(19.9174vw, -10px) scale(0.5628);
	-webkit-animation: fall-158 29.9s -3s linear infinite;
	        animation: fall-158 29.9s -3s linear infinite;
}

@-webkit-keyframes fall-158 {
	66.26% {
		-webkit-transform: translate(29.4118vw, 66.26vh) scale(0.5628);
		        transform: translate(29.4118vw, 66.26vh) scale(0.5628);
	}
	to {
		-webkit-transform: translate(24.6646vw, 100vh) scale(0.5628);
		        transform: translate(24.6646vw, 100vh) scale(0.5628);
	}
}

@keyframes fall-158 {
	66.26% {
		-webkit-transform: translate(29.4118vw, 66.26vh) scale(0.5628);
		        transform: translate(29.4118vw, 66.26vh) scale(0.5628);
	}
	to {
		-webkit-transform: translate(24.6646vw, 100vh) scale(0.5628);
		        transform: translate(24.6646vw, 100vh) scale(0.5628);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(158) {
		-webkit-animation: fall-158 24.7s -3s linear infinite;
		        animation: fall-158 24.7s -3s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(159) {
	opacity: 0.1638;
	-webkit-transform: translate(16.7682vw, -10px) scale(0.7675);
	    -ms-transform: translate(16.7682vw, -10px) scale(0.7675);
	        transform: translate(16.7682vw, -10px) scale(0.7675);
	-webkit-animation: fall-159 27.3s -11s linear infinite;
	        animation: fall-159 27.3s -11s linear infinite;
}

@-webkit-keyframes fall-159 {
	73.979% {
		-webkit-transform: translate(19.0392vw, 73.979vh) scale(0.7675);
		        transform: translate(19.0392vw, 73.979vh) scale(0.7675);
	}
	to {
		-webkit-transform: translate(17.9037vw, 100vh) scale(0.7675);
		        transform: translate(17.9037vw, 100vh) scale(0.7675);
	}
}

@keyframes fall-159 {
	73.979% {
		-webkit-transform: translate(19.0392vw, 73.979vh) scale(0.7675);
		        transform: translate(19.0392vw, 73.979vh) scale(0.7675);
	}
	to {
		-webkit-transform: translate(17.9037vw, 100vh) scale(0.7675);
		        transform: translate(17.9037vw, 100vh) scale(0.7675);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(159) {
		-webkit-animation: fall-159 24.7s -11s linear infinite;
		        animation: fall-159 24.7s -11s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(160) {
	opacity: 0.29145;
	-webkit-transform: translate(69.014vw, -10px) scale(0.3126);
	    -ms-transform: translate(69.014vw, -10px) scale(0.3126);
	        transform: translate(69.014vw, -10px) scale(0.3126);
	-webkit-animation: fall-160 19.5s -18s linear infinite;
	        animation: fall-160 19.5s -18s linear infinite;
}

@-webkit-keyframes fall-160 {
	50.898% {
		-webkit-transform: translate(68.5125vw, 50.898vh) scale(0.3126);
		        transform: translate(68.5125vw, 50.898vh) scale(0.3126);
	}
	to {
		-webkit-transform: translate(68.76325vw, 100vh) scale(0.3126);
		        transform: translate(68.76325vw, 100vh) scale(0.3126);
	}
}

@keyframes fall-160 {
	50.898% {
		-webkit-transform: translate(68.5125vw, 50.898vh) scale(0.3126);
		        transform: translate(68.5125vw, 50.898vh) scale(0.3126);
	}
	to {
		-webkit-transform: translate(68.76325vw, 100vh) scale(0.3126);
		        transform: translate(68.76325vw, 100vh) scale(0.3126);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(160) {
		-webkit-animation: fall-160 40.3s -18s linear infinite;
		        animation: fall-160 40.3s -18s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(161) {
	opacity: 0.17165;
	-webkit-transform: translate(1.7421vw, -10px) scale(0.3944);
	    -ms-transform: translate(1.7421vw, -10px) scale(0.3944);
	        transform: translate(1.7421vw, -10px) scale(0.3944);
	-webkit-animation: fall-161 27.3s -15s linear infinite;
	        animation: fall-161 27.3s -15s linear infinite;
}

@-webkit-keyframes fall-161 {
	41.097% {
		-webkit-transform: translate(7.9743vw, 41.097vh) scale(0.3944);
		        transform: translate(7.9743vw, 41.097vh) scale(0.3944);
	}
	to {
		-webkit-transform: translate(4.8582vw, 100vh) scale(0.3944);
		        transform: translate(4.8582vw, 100vh) scale(0.3944);
	}
}

@keyframes fall-161 {
	41.097% {
		-webkit-transform: translate(7.9743vw, 41.097vh) scale(0.3944);
		        transform: translate(7.9743vw, 41.097vh) scale(0.3944);
	}
	to {
		-webkit-transform: translate(4.8582vw, 100vh) scale(0.3944);
		        transform: translate(4.8582vw, 100vh) scale(0.3944);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(161) {
		-webkit-animation: fall-161 44.2s -15s linear infinite;
		        animation: fall-161 44.2s -15s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(162) {
	opacity: 0.1909;
	-webkit-transform: translate(29.5189vw, -10px) scale(0.0335);
	    -ms-transform: translate(29.5189vw, -10px) scale(0.0335);
	        transform: translate(29.5189vw, -10px) scale(0.0335);
	-webkit-animation: fall-162 27.3s -12s linear infinite;
	        animation: fall-162 27.3s -12s linear infinite;
}

@-webkit-keyframes fall-162 {
	63.714% {
		-webkit-transform: translate(33.1391vw, 63.714vh) scale(0.0335);
		        transform: translate(33.1391vw, 63.714vh) scale(0.0335);
	}
	to {
		-webkit-transform: translate(31.329vw, 100vh) scale(0.0335);
		        transform: translate(31.329vw, 100vh) scale(0.0335);
	}
}

@keyframes fall-162 {
	63.714% {
		-webkit-transform: translate(33.1391vw, 63.714vh) scale(0.0335);
		        transform: translate(33.1391vw, 63.714vh) scale(0.0335);
	}
	to {
		-webkit-transform: translate(31.329vw, 100vh) scale(0.0335);
		        transform: translate(31.329vw, 100vh) scale(0.0335);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(162) {
		-webkit-animation: fall-162 24.7s -12s linear infinite;
		        animation: fall-162 24.7s -12s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(163) {
	opacity: 0.2975;
	-webkit-transform: translate(23.7429vw, -10px) scale(0.9758);
	    -ms-transform: translate(23.7429vw, -10px) scale(0.9758);
	        transform: translate(23.7429vw, -10px) scale(0.9758);
	-webkit-animation: fall-163 18.2s -30s linear infinite;
	        animation: fall-163 18.2s -30s linear infinite;
}

@-webkit-keyframes fall-163 {
	66.813% {
		-webkit-transform: translate(28.6444vw, 66.813vh) scale(0.9758);
		        transform: translate(28.6444vw, 66.813vh) scale(0.9758);
	}
	to {
		-webkit-transform: translate(26.19365vw, 100vh) scale(0.9758);
		        transform: translate(26.19365vw, 100vh) scale(0.9758);
	}
}

@keyframes fall-163 {
	66.813% {
		-webkit-transform: translate(28.6444vw, 66.813vh) scale(0.9758);
		        transform: translate(28.6444vw, 66.813vh) scale(0.9758);
	}
	to {
		-webkit-transform: translate(26.19365vw, 100vh) scale(0.9758);
		        transform: translate(26.19365vw, 100vh) scale(0.9758);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(163) {
		-webkit-animation: fall-163 29.9s -30s linear infinite;
		        animation: fall-163 29.9s -30s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(164) {
	opacity: 0.4703;
	-webkit-transform: translate(6.6011vw, -10px) scale(0.8332);
	    -ms-transform: translate(6.6011vw, -10px) scale(0.8332);
	        transform: translate(6.6011vw, -10px) scale(0.8332);
	-webkit-animation: fall-164 22.1s -10s linear infinite;
	        animation: fall-164 22.1s -10s linear infinite;
}

@-webkit-keyframes fall-164 {
	43.959% {
		-webkit-transform: translate(-1.8169vw, 43.959vh) scale(0.8332);
		        transform: translate(-1.8169vw, 43.959vh) scale(0.8332);
	}
	to {
		-webkit-transform: translate(2.3921vw, 100vh) scale(0.8332);
		        transform: translate(2.3921vw, 100vh) scale(0.8332);
	}
}

@keyframes fall-164 {
	43.959% {
		-webkit-transform: translate(-1.8169vw, 43.959vh) scale(0.8332);
		        transform: translate(-1.8169vw, 43.959vh) scale(0.8332);
	}
	to {
		-webkit-transform: translate(2.3921vw, 100vh) scale(0.8332);
		        transform: translate(2.3921vw, 100vh) scale(0.8332);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(164) {
		-webkit-animation: fall-164 23.4s -10s linear infinite;
		        animation: fall-164 23.4s -10s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(165) {
	opacity: 0.21315;
	-webkit-transform: translate(70.637vw, -10px) scale(0.9163);
	    -ms-transform: translate(70.637vw, -10px) scale(0.9163);
	        transform: translate(70.637vw, -10px) scale(0.9163);
	-webkit-animation: fall-165 16.9s -26s linear infinite;
	        animation: fall-165 16.9s -26s linear infinite;
}

@-webkit-keyframes fall-165 {
	33.483% {
		-webkit-transform: translate(78.7871vw, 33.483vh) scale(0.9163);
		        transform: translate(78.7871vw, 33.483vh) scale(0.9163);
	}
	to {
		-webkit-transform: translate(74.71205vw, 100vh) scale(0.9163);
		        transform: translate(74.71205vw, 100vh) scale(0.9163);
	}
}

@keyframes fall-165 {
	33.483% {
		-webkit-transform: translate(78.7871vw, 33.483vh) scale(0.9163);
		        transform: translate(78.7871vw, 33.483vh) scale(0.9163);
	}
	to {
		-webkit-transform: translate(74.71205vw, 100vh) scale(0.9163);
		        transform: translate(74.71205vw, 100vh) scale(0.9163);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(165) {
		-webkit-animation: fall-165 40.3s -26s linear infinite;
		        animation: fall-165 40.3s -26s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(166) {
	opacity: 0.1533;
	-webkit-transform: translate(37.9867vw, -10px) scale(0.1383);
	    -ms-transform: translate(37.9867vw, -10px) scale(0.1383);
	        transform: translate(37.9867vw, -10px) scale(0.1383);
	-webkit-animation: fall-166 28.6s -5s linear infinite;
	        animation: fall-166 28.6s -5s linear infinite;
}

@-webkit-keyframes fall-166 {
	77.004% {
		-webkit-transform: translate(40.7504vw, 77.004vh) scale(0.1383);
		        transform: translate(40.7504vw, 77.004vh) scale(0.1383);
	}
	to {
		-webkit-transform: translate(39.36855vw, 100vh) scale(0.1383);
		        transform: translate(39.36855vw, 100vh) scale(0.1383);
	}
}

@keyframes fall-166 {
	77.004% {
		-webkit-transform: translate(40.7504vw, 77.004vh) scale(0.1383);
		        transform: translate(40.7504vw, 77.004vh) scale(0.1383);
	}
	to {
		-webkit-transform: translate(39.36855vw, 100vh) scale(0.1383);
		        transform: translate(39.36855vw, 100vh) scale(0.1383);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(166) {
		-webkit-animation: fall-166 20.8s -5s linear infinite;
		        animation: fall-166 20.8s -5s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(167) {
	opacity: 0.369;
	-webkit-transform: translate(48.5526vw, -10px) scale(0.7882);
	    -ms-transform: translate(48.5526vw, -10px) scale(0.7882);
	        transform: translate(48.5526vw, -10px) scale(0.7882);
	-webkit-animation: fall-167 35.1s -25s linear infinite;
	        animation: fall-167 35.1s -25s linear infinite;
}

@-webkit-keyframes fall-167 {
	37.58% {
		-webkit-transform: translate(48.4627vw, 37.58vh) scale(0.7882);
		        transform: translate(48.4627vw, 37.58vh) scale(0.7882);
	}
	to {
		-webkit-transform: translate(48.50765vw, 100vh) scale(0.7882);
		        transform: translate(48.50765vw, 100vh) scale(0.7882);
	}
}

@keyframes fall-167 {
	37.58% {
		-webkit-transform: translate(48.4627vw, 37.58vh) scale(0.7882);
		        transform: translate(48.4627vw, 37.58vh) scale(0.7882);
	}
	to {
		-webkit-transform: translate(48.50765vw, 100vh) scale(0.7882);
		        transform: translate(48.50765vw, 100vh) scale(0.7882);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(167) {
		-webkit-animation: fall-167 44.2s -25s linear infinite;
		        animation: fall-167 44.2s -25s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(168) {
	opacity: 0.4969;
	-webkit-transform: translate(53.2886vw, -10px) scale(0.9795);
	    -ms-transform: translate(53.2886vw, -10px) scale(0.9795);
	        transform: translate(53.2886vw, -10px) scale(0.9795);
	-webkit-animation: fall-168 37.7s -6s linear infinite;
	        animation: fall-168 37.7s -6s linear infinite;
}

@-webkit-keyframes fall-168 {
	61.455% {
		-webkit-transform: translate(55.6534vw, 61.455vh) scale(0.9795);
		        transform: translate(55.6534vw, 61.455vh) scale(0.9795);
	}
	to {
		-webkit-transform: translate(54.471vw, 100vh) scale(0.9795);
		        transform: translate(54.471vw, 100vh) scale(0.9795);
	}
}

@keyframes fall-168 {
	61.455% {
		-webkit-transform: translate(55.6534vw, 61.455vh) scale(0.9795);
		        transform: translate(55.6534vw, 61.455vh) scale(0.9795);
	}
	to {
		-webkit-transform: translate(54.471vw, 100vh) scale(0.9795);
		        transform: translate(54.471vw, 100vh) scale(0.9795);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(168) {
		-webkit-animation: fall-168 33.8s -6s linear infinite;
		        animation: fall-168 33.8s -6s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(169) {
	opacity: 0.43615;
	-webkit-transform: translate(97.6643vw, -10px) scale(0.5177);
	    -ms-transform: translate(97.6643vw, -10px) scale(0.5177);
	        transform: translate(97.6643vw, -10px) scale(0.5177);
	-webkit-animation: fall-169 33.8s -21s linear infinite;
	        animation: fall-169 33.8s -21s linear infinite;
}

@-webkit-keyframes fall-169 {
	72.491% {
		-webkit-transform: translate(107.5523vw, 72.491vh) scale(0.5177);
		        transform: translate(107.5523vw, 72.491vh) scale(0.5177);
	}
	to {
		-webkit-transform: translate(102.6083vw, 100vh) scale(0.5177);
		        transform: translate(102.6083vw, 100vh) scale(0.5177);
	}
}

@keyframes fall-169 {
	72.491% {
		-webkit-transform: translate(107.5523vw, 72.491vh) scale(0.5177);
		        transform: translate(107.5523vw, 72.491vh) scale(0.5177);
	}
	to {
		-webkit-transform: translate(102.6083vw, 100vh) scale(0.5177);
		        transform: translate(102.6083vw, 100vh) scale(0.5177);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(169) {
		-webkit-animation: fall-169 31.2s -21s linear infinite;
		        animation: fall-169 31.2s -21s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(170) {
	opacity: 0.28415;
	-webkit-transform: translate(68.4553vw, -10px) scale(0.581);
	    -ms-transform: translate(68.4553vw, -10px) scale(0.581);
	        transform: translate(68.4553vw, -10px) scale(0.581);
	-webkit-animation: fall-170 39s -18s linear infinite;
	        animation: fall-170 39s -18s linear infinite;
}

@-webkit-keyframes fall-170 {
	74.956% {
		-webkit-transform: translate(76.9332vw, 74.956vh) scale(0.581);
		        transform: translate(76.9332vw, 74.956vh) scale(0.581);
	}
	to {
		-webkit-transform: translate(72.69425vw, 100vh) scale(0.581);
		        transform: translate(72.69425vw, 100vh) scale(0.581);
	}
}

@keyframes fall-170 {
	74.956% {
		-webkit-transform: translate(76.9332vw, 74.956vh) scale(0.581);
		        transform: translate(76.9332vw, 74.956vh) scale(0.581);
	}
	to {
		-webkit-transform: translate(72.69425vw, 100vh) scale(0.581);
		        transform: translate(72.69425vw, 100vh) scale(0.581);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(170) {
		-webkit-animation: fall-170 23.4s -18s linear infinite;
		        animation: fall-170 23.4s -18s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(171) {
	opacity: 0.45375;
	-webkit-transform: translate(1.9759vw, -10px) scale(0.1987);
	    -ms-transform: translate(1.9759vw, -10px) scale(0.1987);
	        transform: translate(1.9759vw, -10px) scale(0.1987);
	-webkit-animation: fall-171 28.6s -27s linear infinite;
	        animation: fall-171 28.6s -27s linear infinite;
}

@-webkit-keyframes fall-171 {
	74.922% {
		-webkit-transform: translate(-0.1987vw, 74.922vh) scale(0.1987);
		        transform: translate(-0.1987vw, 74.922vh) scale(0.1987);
	}
	to {
		-webkit-transform: translate(0.8886vw, 100vh) scale(0.1987);
		        transform: translate(0.8886vw, 100vh) scale(0.1987);
	}
}

@keyframes fall-171 {
	74.922% {
		-webkit-transform: translate(-0.1987vw, 74.922vh) scale(0.1987);
		        transform: translate(-0.1987vw, 74.922vh) scale(0.1987);
	}
	to {
		-webkit-transform: translate(0.8886vw, 100vh) scale(0.1987);
		        transform: translate(0.8886vw, 100vh) scale(0.1987);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(171) {
		-webkit-animation: fall-171 26s -27s linear infinite;
		        animation: fall-171 26s -27s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(172) {
	opacity: 0.117;
	-webkit-transform: translate(27.0208vw, -10px) scale(0.2116);
	    -ms-transform: translate(27.0208vw, -10px) scale(0.2116);
	        transform: translate(27.0208vw, -10px) scale(0.2116);
	-webkit-animation: fall-172 14.3s -15s linear infinite;
	        animation: fall-172 14.3s -15s linear infinite;
}

@-webkit-keyframes fall-172 {
	44.467% {
		-webkit-transform: translate(18.2759vw, 44.467vh) scale(0.2116);
		        transform: translate(18.2759vw, 44.467vh) scale(0.2116);
	}
	to {
		-webkit-transform: translate(22.64835vw, 100vh) scale(0.2116);
		        transform: translate(22.64835vw, 100vh) scale(0.2116);
	}
}

@keyframes fall-172 {
	44.467% {
		-webkit-transform: translate(18.2759vw, 44.467vh) scale(0.2116);
		        transform: translate(18.2759vw, 44.467vh) scale(0.2116);
	}
	to {
		-webkit-transform: translate(22.64835vw, 100vh) scale(0.2116);
		        transform: translate(22.64835vw, 100vh) scale(0.2116);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(172) {
		-webkit-animation: fall-172 40.3s -15s linear infinite;
		        animation: fall-172 40.3s -15s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(173) {
	opacity: 0.3021;
	-webkit-transform: translate(43.471vw, -10px) scale(0.5538);
	    -ms-transform: translate(43.471vw, -10px) scale(0.5538);
	        transform: translate(43.471vw, -10px) scale(0.5538);
	-webkit-animation: fall-173 24.7s -17s linear infinite;
	        animation: fall-173 24.7s -17s linear infinite;
}

@-webkit-keyframes fall-173 {
	47.121% {
		-webkit-transform: translate(34.1809vw, 47.121vh) scale(0.5538);
		        transform: translate(34.1809vw, 47.121vh) scale(0.5538);
	}
	to {
		-webkit-transform: translate(38.82595vw, 100vh) scale(0.5538);
		        transform: translate(38.82595vw, 100vh) scale(0.5538);
	}
}

@keyframes fall-173 {
	47.121% {
		-webkit-transform: translate(34.1809vw, 47.121vh) scale(0.5538);
		        transform: translate(34.1809vw, 47.121vh) scale(0.5538);
	}
	to {
		-webkit-transform: translate(38.82595vw, 100vh) scale(0.5538);
		        transform: translate(38.82595vw, 100vh) scale(0.5538);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(173) {
		-webkit-animation: fall-173 31.2s -17s linear infinite;
		        animation: fall-173 31.2s -17s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(174) {
	opacity: 0.30955;
	-webkit-transform: translate(56.2681vw, -10px) scale(0.9461);
	    -ms-transform: translate(56.2681vw, -10px) scale(0.9461);
	        transform: translate(56.2681vw, -10px) scale(0.9461);
	-webkit-animation: fall-174 22.1s -28s linear infinite;
	        animation: fall-174 22.1s -28s linear infinite;
}

@-webkit-keyframes fall-174 {
	55.807% {
		-webkit-transform: translate(57.5801vw, 55.807vh) scale(0.9461);
		        transform: translate(57.5801vw, 55.807vh) scale(0.9461);
	}
	to {
		-webkit-transform: translate(56.9241vw, 100vh) scale(0.9461);
		        transform: translate(56.9241vw, 100vh) scale(0.9461);
	}
}

@keyframes fall-174 {
	55.807% {
		-webkit-transform: translate(57.5801vw, 55.807vh) scale(0.9461);
		        transform: translate(57.5801vw, 55.807vh) scale(0.9461);
	}
	to {
		-webkit-transform: translate(56.9241vw, 100vh) scale(0.9461);
		        transform: translate(56.9241vw, 100vh) scale(0.9461);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(174) {
		-webkit-animation: fall-174 32.5s -28s linear infinite;
		        animation: fall-174 32.5s -28s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(175) {
	opacity: 0.0653;
	-webkit-transform: translate(78.8792vw, -10px) scale(0.5069);
	    -ms-transform: translate(78.8792vw, -10px) scale(0.5069);
	        transform: translate(78.8792vw, -10px) scale(0.5069);
	-webkit-animation: fall-175 35.1s -21s linear infinite;
	        animation: fall-175 35.1s -21s linear infinite;
}

@-webkit-keyframes fall-175 {
	79.646% {
		-webkit-transform: translate(81.8175vw, 79.646vh) scale(0.5069);
		        transform: translate(81.8175vw, 79.646vh) scale(0.5069);
	}
	to {
		-webkit-transform: translate(80.34835vw, 100vh) scale(0.5069);
		        transform: translate(80.34835vw, 100vh) scale(0.5069);
	}
}

@keyframes fall-175 {
	79.646% {
		-webkit-transform: translate(81.8175vw, 79.646vh) scale(0.5069);
		        transform: translate(81.8175vw, 79.646vh) scale(0.5069);
	}
	to {
		-webkit-transform: translate(80.34835vw, 100vh) scale(0.5069);
		        transform: translate(80.34835vw, 100vh) scale(0.5069);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(175) {
		-webkit-animation: fall-175 39s -21s linear infinite;
		        animation: fall-175 39s -21s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(176) {
	opacity: 0.22595;
	-webkit-transform: translate(90.3994vw, -10px) scale(0.9545);
	    -ms-transform: translate(90.3994vw, -10px) scale(0.9545);
	        transform: translate(90.3994vw, -10px) scale(0.9545);
	-webkit-animation: fall-176 26s -27s linear infinite;
	        animation: fall-176 26s -27s linear infinite;
}

@-webkit-keyframes fall-176 {
	58.42% {
		-webkit-transform: translate(82.0895vw, 58.42vh) scale(0.9545);
		        transform: translate(82.0895vw, 58.42vh) scale(0.9545);
	}
	to {
		-webkit-transform: translate(86.24445vw, 100vh) scale(0.9545);
		        transform: translate(86.24445vw, 100vh) scale(0.9545);
	}
}

@keyframes fall-176 {
	58.42% {
		-webkit-transform: translate(82.0895vw, 58.42vh) scale(0.9545);
		        transform: translate(82.0895vw, 58.42vh) scale(0.9545);
	}
	to {
		-webkit-transform: translate(86.24445vw, 100vh) scale(0.9545);
		        transform: translate(86.24445vw, 100vh) scale(0.9545);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(176) {
		-webkit-animation: fall-176 42.9s -27s linear infinite;
		        animation: fall-176 42.9s -27s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(177) {
	opacity: 0.4966;
	-webkit-transform: translate(61.8315vw, -10px) scale(0.1586);
	    -ms-transform: translate(61.8315vw, -10px) scale(0.1586);
	        transform: translate(61.8315vw, -10px) scale(0.1586);
	-webkit-animation: fall-177 22.1s -30s linear infinite;
	        animation: fall-177 22.1s -30s linear infinite;
}

@-webkit-keyframes fall-177 {
	68.644% {
		-webkit-transform: translate(60.1009vw, 68.644vh) scale(0.1586);
		        transform: translate(60.1009vw, 68.644vh) scale(0.1586);
	}
	to {
		-webkit-transform: translate(60.9662vw, 100vh) scale(0.1586);
		        transform: translate(60.9662vw, 100vh) scale(0.1586);
	}
}

@keyframes fall-177 {
	68.644% {
		-webkit-transform: translate(60.1009vw, 68.644vh) scale(0.1586);
		        transform: translate(60.1009vw, 68.644vh) scale(0.1586);
	}
	to {
		-webkit-transform: translate(60.9662vw, 100vh) scale(0.1586);
		        transform: translate(60.9662vw, 100vh) scale(0.1586);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(177) {
		-webkit-animation: fall-177 31.2s -30s linear infinite;
		        animation: fall-177 31.2s -30s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(178) {
	opacity: 0.30925;
	-webkit-transform: translate(37.2505vw, -10px) scale(0.8631);
	    -ms-transform: translate(37.2505vw, -10px) scale(0.8631);
	        transform: translate(37.2505vw, -10px) scale(0.8631);
	-webkit-animation: fall-178 29.9s -7s linear infinite;
	        animation: fall-178 29.9s -7s linear infinite;
}

@-webkit-keyframes fall-178 {
	58.294% {
		-webkit-transform: translate(29.3867vw, 58.294vh) scale(0.8631);
		        transform: translate(29.3867vw, 58.294vh) scale(0.8631);
	}
	to {
		-webkit-transform: translate(33.3186vw, 100vh) scale(0.8631);
		        transform: translate(33.3186vw, 100vh) scale(0.8631);
	}
}

@keyframes fall-178 {
	58.294% {
		-webkit-transform: translate(29.3867vw, 58.294vh) scale(0.8631);
		        transform: translate(29.3867vw, 58.294vh) scale(0.8631);
	}
	to {
		-webkit-transform: translate(33.3186vw, 100vh) scale(0.8631);
		        transform: translate(33.3186vw, 100vh) scale(0.8631);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(178) {
		-webkit-animation: fall-178 41.6s -7s linear infinite;
		        animation: fall-178 41.6s -7s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(179) {
	opacity: 0.3409;
	-webkit-transform: translate(37.3945vw, -10px) scale(0.4552);
	    -ms-transform: translate(37.3945vw, -10px) scale(0.4552);
	        transform: translate(37.3945vw, -10px) scale(0.4552);
	-webkit-animation: fall-179 14.3s -20s linear infinite;
	        animation: fall-179 14.3s -20s linear infinite;
}

@-webkit-keyframes fall-179 {
	56.675% {
		-webkit-transform: translate(34.1829vw, 56.675vh) scale(0.4552);
		        transform: translate(34.1829vw, 56.675vh) scale(0.4552);
	}
	to {
		-webkit-transform: translate(35.7887vw, 100vh) scale(0.4552);
		        transform: translate(35.7887vw, 100vh) scale(0.4552);
	}
}

@keyframes fall-179 {
	56.675% {
		-webkit-transform: translate(34.1829vw, 56.675vh) scale(0.4552);
		        transform: translate(34.1829vw, 56.675vh) scale(0.4552);
	}
	to {
		-webkit-transform: translate(35.7887vw, 100vh) scale(0.4552);
		        transform: translate(35.7887vw, 100vh) scale(0.4552);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(179) {
		-webkit-animation: fall-179 42.9s -20s linear infinite;
		        animation: fall-179 42.9s -20s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(180) {
	opacity: 0.14445;
	-webkit-transform: translate(89.2429vw, -10px) scale(0.9742);
	    -ms-transform: translate(89.2429vw, -10px) scale(0.9742);
	        transform: translate(89.2429vw, -10px) scale(0.9742);
	-webkit-animation: fall-180 39s -20s linear infinite;
	        animation: fall-180 39s -20s linear infinite;
}

@-webkit-keyframes fall-180 {
	72.358% {
		-webkit-transform: translate(98.5473vw, 72.358vh) scale(0.9742);
		        transform: translate(98.5473vw, 72.358vh) scale(0.9742);
	}
	to {
		-webkit-transform: translate(93.8951vw, 100vh) scale(0.9742);
		        transform: translate(93.8951vw, 100vh) scale(0.9742);
	}
}

@keyframes fall-180 {
	72.358% {
		-webkit-transform: translate(98.5473vw, 72.358vh) scale(0.9742);
		        transform: translate(98.5473vw, 72.358vh) scale(0.9742);
	}
	to {
		-webkit-transform: translate(93.8951vw, 100vh) scale(0.9742);
		        transform: translate(93.8951vw, 100vh) scale(0.9742);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(180) {
		-webkit-animation: fall-180 26s -20s linear infinite;
		        animation: fall-180 26s -20s linear infinite;
	}
}

.showcase_minini_world_new .snow_box .snow_img:nth-child(181) {
	opacity: 0.23625;
	-webkit-transform: translate(87.9022vw, -10px) scale(0.9808);
	    -ms-transform: translate(87.9022vw, -10px) scale(0.9808);
	        transform: translate(87.9022vw, -10px) scale(0.9808);
	-webkit-animation: fall-181 27.3s -29s linear infinite;
	        animation: fall-181 27.3s -29s linear infinite;
}

@-webkit-keyframes fall-181 {
	42.286% {
		-webkit-transform: translate(81.4099vw, 42.286vh) scale(0.9808);
		        transform: translate(81.4099vw, 42.286vh) scale(0.9808);
	}
	to {
		-webkit-transform: translate(84.65605vw, 100vh) scale(0.9808);
		        transform: translate(84.65605vw, 100vh) scale(0.9808);
	}
}

@keyframes fall-181 {
	42.286% {
		-webkit-transform: translate(81.4099vw, 42.286vh) scale(0.9808);
		        transform: translate(81.4099vw, 42.286vh) scale(0.9808);
	}
	to {
		-webkit-transform: translate(84.65605vw, 100vh) scale(0.9808);
		        transform: translate(84.65605vw, 100vh) scale(0.9808);
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .snow_box .snow_img:nth-child(181) {
		-webkit-animation: fall-181 36.4s -29s linear infinite;
		        animation: fall-181 36.4s -29s linear infinite;
	}
}

.showcase_minini_world_new .sc_spot {
	position: relative;
	height: 1100px;
	background: url(../img/pc/bg_spot.png) 50% 0 no-repeat #d4edfc;
	-webkit-background-size: auto 1100px;
	        background-size: auto 1100px;
	text-align: center;
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .sc_spot {
		background: url(../img/mo/bg_spot.png) 50% 0 no-repeat #d4edfc;
		height: 680px;
		-webkit-background-size: auto 1183px;
		        background-size: auto 1183px;
	}
}

.showcase_minini_world_new .sc_spot .title_box {
	position: absolute;
	top: 75px;
	left: 0;
	right: 0;
	line-height: 0;
	z-index: 20;
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .sc_spot .title_box {
		top: 54px;
	}
}

.showcase_minini_world_new .sc_spot .title_box .event {
	display: inline-block;
	color: #fff;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	letter-spacing: 0;
}

.showcase_minini_world_new .sc_spot .title_box .spot_title {
	display: block;
	margin-top: 544px;
	height: 210px;
	background: url(../img/pc/logo.png) 50% 0 no-repeat;
	-webkit-background-size: 229px 210px;
	        background-size: 229px 210px;
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .sc_spot .title_box .spot_title {
		margin-top: 264px;
		height: 155px;
		background: url(../img/mo/logo.png) 50% 0 no-repeat;
		-webkit-background-size: 169px 155px;
		        background-size: 169px 155px;
	}
}

.showcase_minini_world_new .sc_spot .title_box .spot_subtitle {
	display: block;
	margin-top: 38px;
	height: 89px;
	background: url(../img/pc/spot_title.png) 50% 0 no-repeat;
	-webkit-background-size: 433px 89px;
	        background-size: 433px 89px;
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .sc_spot .title_box .spot_subtitle {
		margin-top: 30px;
		height: 66px;
		background: url(../img/mo/spot_title.png) 50% 0 no-repeat;
		-webkit-background-size: 286px 66px;
		        background-size: 286px 66px;
	}
}

.showcase_minini_world_new .sc_spot .spot_bg [class*="item_"] {
	position: absolute;
	top: 0;
	left: 50%;
	width: 100%;
	height: 635px;
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .sc_spot .spot_bg [class*="item_"] {
		height: 334px;
	}
}

.showcase_minini_world_new .sc_spot .spot_bg .item_01,
.showcase_minini_world_new .sc_spot .spot_bg .item_02 {
	z-index: 5;
}

.showcase_minini_world_new .sc_spot .spot_bg .item_03 {
	z-index: 4;
}

.showcase_minini_world_new .sc_spot .spot_bg .item_04,
.showcase_minini_world_new .sc_spot .spot_bg .item_05,
.showcase_minini_world_new .sc_spot .spot_bg .item_06 {
	z-index: 3;
}

.showcase_minini_world_new .sc_spot .spot_bg .character_wrap {
	position: absolute;
	width: 1200px;
	height: 635px;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .sc_spot .spot_bg .character_wrap {
		width: 462px;
		height: 334px;
	}
}

.showcase_minini_world_new .sc_spot .spot_bg .character_01 {
	top: 100px;
	left: -6px;
	width: 420px;
	height: 413px;
	background: url(../img/pc/spot_character_01-1.png) 50% 0 no-repeat;
	-webkit-background-size: 420px 413px;
	        background-size: 420px 413px;
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .sc_spot .spot_bg .character_01 {
		top: 138px;
		left: 8px;
		width: 160px;
		height: 157px;
		-webkit-background-size: 160px 157px;
		        background-size: 160px 157px;
	}
}

.showcase_minini_world_new .sc_spot .spot_bg .character_02 {
	top: 201px;
	right: 190px;
	width: 365px;
	height: 334px;
	background: url(../img/pc/spot_character_01-2.png) 50% 0 no-repeat;
	-webkit-background-size: 365px 334px;
	        background-size: 365px 334px;
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .sc_spot .spot_bg .character_02 {
		top: 178px;
		right: 64px;
		width: 140px;
		height: 128px;
		-webkit-background-size: 140px 128px;
		        background-size: 140px 128px;
	}
}

.showcase_minini_world_new .sc_spot .spot_bg .character_03 {
	top: 10px;
	right: 10px;
	width: 340px;
	height: 398px;
	background: url(../img/pc/spot_character_02.png) 50% 0 no-repeat;
	-webkit-background-size: 340px 398px;
	        background-size: 340px 398px;
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .sc_spot .spot_bg .character_03 {
		top: 104px;
		right: -5px;
		width: 130px;
		height: 152px;
		-webkit-background-size: 130px 152px;
		        background-size: 130px 152px;
	}
}

.showcase_minini_world_new .sc_spot .spot_bg .character_04 {
	top: 12px;
	left: 67px;
	width: 148px;
	height: 161px;
	background: url(../img/pc/spot_character_03-1.png) 50% 0 no-repeat;
	-webkit-background-size: 148px 161px;
	        background-size: 148px 161px;
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .sc_spot .spot_bg .character_04 {
		top: 104px;
		left: 35px;
		width: 57px;
		height: 62px;
		-webkit-background-size: 57px 62px;
		        background-size: 57px 62px;
	}
}

.showcase_minini_world_new .sc_spot .spot_bg .character_05 {
	top: 41px;
	left: 343px;
	width: 121px;
	height: 190px;
	background: url(../img/pc/spot_character_03-2.png) 50% 0 no-repeat;
	-webkit-background-size: 121px 190px;
	        background-size: 121px 190px;
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .sc_spot .spot_bg .character_05 {
		top: 116px;
		left: 141px;
		width: 47px;
		height: 73px;
		-webkit-background-size: 47px 73px;
		        background-size: 47px 73px;
	}
}

.showcase_minini_world_new .sc_spot .spot_bg .character_06 {
	top: -3px;
	right: 289px;
	width: 221px;
	height: 271px;
	background: url(../img/pc/spot_character_03-3.png) 50% 0 no-repeat;
	-webkit-background-size: 221px 271px;
	        background-size: 221px 271px;
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .sc_spot .spot_bg .character_06 {
		top: 99px;
		right: 102px;
		width: 84px;
		height: 104px;
		-webkit-background-size: 84px 104px;
		        background-size: 84px 104px;
	}
}

.showcase_minini_world_new .sc_spot .spot_bg .character_07 {
	top: 137px;
	left: 438px;
	width: 199px;
	height: 241px;
	background: url(../img/pc/spot_character.png) 50% 0 no-repeat;
	-webkit-background-size: 199px 241px;
	        background-size: 199px 241px;
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .sc_spot .spot_bg .character_07 {
		top: 153px;
		left: 178px;
		width: 77px;
		height: 93px;
		-webkit-background-size: 77px 93px;
		        background-size: 77px 93px;
	}
}

.showcase_minini_world_new .sc_spot [class*="character_"] {
	position: absolute;
}

.showcase_minini_world_new .sc_spot .bg_img_front {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1100px;
	background: url(../img/pc/bg_spot_top.png) 50% 0 no-repeat;
	-webkit-background-size: auto 1100px;
	        background-size: auto 1100px;
	text-align: center;
	z-index: 10;
}

.showcase_minini_world_new .sc_spot .bg_img_front.on::before {
	content: "";
	position: absolute;
	width: 1200px;
	height: 635px;
	top: -4px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	display: block;
	position: absolute;
	background: url(../img/pc/hands_01.png) 70px 260px no-repeat;
	-webkit-background-size: 250px 161px;
	        background-size: 250px 161px;
	z-index: 50;
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .sc_spot .bg_img_front.on::before {
		top: -2px;
		width: 462px;
		height: 334px;
		background: url(../img/pc/hands_01.png) 35px 200px no-repeat;
		-webkit-background-size: 96px 62px;
		        background-size: 96px 62px;
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .sc_spot .bg_img_front {
		top: 0;
		left: 50%;
		-webkit-transform: translateX(-50%);
		    -ms-transform: translateX(-50%);
		        transform: translateX(-50%);
		width: 737px;
		background: url(../img/mo/bg_spot_top.png) 50% 0 no-repeat;
		height: 680px;
		-webkit-background-size: auto 1183px;
		        background-size: auto 1183px;
	}
}

.showcase_minini_world_new .section_event_info {
	background: #00905b;
}

.showcase_minini_world_new .section_event_info .inner {
	padding: 120px 0;
	font-size: 0;
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .section_event_info .inner {
		padding: 90px 0;
	}
}

.showcase_minini_world_new .section_event_info .event_info_box {
	line-height: 0;
	margin-bottom: 25px;
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .section_event_info .event_info_box {
		margin-bottom: 30px;
	}
}

.showcase_minini_world_new .section_event_info .event_info_box .section_title {
	background: url(../img/pc/section_title_01_ko.png) 50% 5px no-repeat;
	width: 300px;
	height: 48px;
	-webkit-background-size: 300px 33px;
	        background-size: 300px 33px;
	margin: 0 auto 4px;
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .section_event_info .event_info_box .section_title {
		background: url(../img/mo/section_title_01_ko.png) 50% 2px no-repeat;
		width: 253px;
		height: 29px;
		-webkit-background-size: 253px 29px;
		        background-size: 253px 29px;
	}
}

.showcase_minini_world_new .section_event_info .event_info_box .date_info {
	display: block;
	margin: 0 auto 10px;
	background: url(../img/pc/section_text_01.png) 50% 5px no-repeat;
	width: 348px;
	height: 32px;
	-webkit-background-size: 348px 26px;
	        background-size: 348px 26px;
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .section_event_info .event_info_box .date_info {
		background: url(../img/mo/section_text_01.png) 50% 5px no-repeat;
		width: 248px;
		height: 23px;
		-webkit-background-size: 248px 20px;
		        background-size: 248px 20px;
	}
}

.showcase_minini_world_new .section_event_info .event_info_box .time_info {
	display: block;
	margin: 0 auto;
	background: url(../img/pc/section_text_02.png) 50% 0 no-repeat;
	width: 234px;
	height: 33px;
	-webkit-background-size: 234px 24px;
	        background-size: 234px 24px;
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .section_event_info .event_info_box .time_info {
		background: url(../img/mo/section_text_02.png) 50% 0 no-repeat;
		width: 197px;
		height: 25px;
		-webkit-background-size: 197px 20px;
		        background-size: 197px 20px;
	}
}

.showcase_minini_world_new .section_event_info .link_location {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	display: inline-block;
	background: url(../img/pc/btn_location.png) 50% 0 no-repeat;
	width: 260px;
	height: 67px;
	-webkit-background-size: 260px 67px;
	        background-size: 260px 67px;
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .section_event_info .link_location {
		background: url(../img/mo/btn_location.png) 50% 0 no-repeat;
		width: 232px;
		height: 60px;
		-webkit-background-size: 232px 60px;
		        background-size: 232px 60px;
	}
}

.showcase_minini_world_new .section_contents {
	height: 3430px;
	background: url(../img/pc/bg_section_01.png) 50% 0 no-repeat #00a367;
	-webkit-background-size: cover;
	        background-size: cover;
	text-align: center;
	color: #fff;
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .section_contents {
		height: 2685px;
		-webkit-background-size: auto 2685px;
		        background-size: auto 2685px;
	}
}

@media screen and (max-width: 685px) {
	.showcase_minini_world_new .section_contents {
		background: url(../img/mo/bg_section_01.png) 50% 40px no-repeat #00a367;
		height: 2685px;
		-webkit-background-size: auto 2685px;
		        background-size: auto 2685px;
	}
}

.showcase_minini_world_new .section_contents .inner {
	margin: 0 auto;
	padding: 150px 0 400px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .section_contents .inner {
		padding: 80px 0 203px;
	}
}

.showcase_minini_world_new .section_contents .section_title {
	background: url(../img/pc/section_title_02_ko.png) 50% 0 no-repeat;
	width: 432px;
	height: 25px;
	-webkit-background-size: 432px 25px;
	        background-size: 432px 25px;
	margin: 0 auto 12px;
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .section_contents .section_title {
		background: url(../img/mo/section_title_02_ko.png) 50% 3px no-repeat;
		margin-bottom: 13px;
		width: 220px;
		height: 60px;
		-webkit-background-size: 220px 58px;
		        background-size: 220px 58px;
	}
}

.showcase_minini_world_new .section_contents .section_text {
	display: block;
	margin: 0 auto 91px;
	color: #fff;
	font-size: 18px;
	line-height: 21px;
	font-weight: 500;
	letter-spacing: -0.2px;
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .section_contents .section_text {
		margin: 0 auto 64px;
		color: #fff;
		font-size: 16px;
		line-height: 24px;
		font-weight: 500;
		letter-spacing: -0.2px;
	}
}

.showcase_minini_world_new .section_contents .card_inner {
	margin: 0 auto;
	width: 720px;
	height: 404px;
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .section_contents .card_inner {
		width: 325px;
		height: 182px;
	}
}

.showcase_minini_world_new .section_contents .card_wrap {
	position: relative;
	display: none;
}

.showcase_minini_world_new .section_contents .card_wrap::before {
	content: "";
	position: absolute;
	display: block;
	top: -81px;
	left: -11px;
	background: url(../img/pc/bg_snow_01.png) 50% 0 no-repeat;
	width: 743px;
	height: 135px;
	-webkit-background-size: 743px 135px;
	        background-size: 743px 135px;
	z-index: 10;
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .section_contents .card_wrap::before {
		top: -35px;
		left: -4px;
		background: url(../img/mo/bg_snow_01.png) 50% 0 no-repeat;
		width: 332px;
		height: 60px;
		-webkit-background-size: 332px 60px;
		        background-size: 332px 60px;
	}
}

.showcase_minini_world_new .section_contents .card_wrap .subtitle_wrap {
	display: inline-block;
	padding: 2px 5px;
	background: rgba(0, 0, 0, 0.3);
	opacity: 0;
	-webkit-animation: fadeIn 1s ease forwards;
	        animation: fadeIn 1s ease forwards;
	color: #fff;
	font-size: 28px;
	line-height: 34px;
	font-weight: 600;
	letter-spacing: 0;
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .section_contents .card_wrap .subtitle_wrap {
		color: #fff;
		font-size: 16px;
		line-height: 19px;
		font-weight: 600;
		letter-spacing: 0;
	}
}

.showcase_minini_world_new .section_contents .card_wrap.show {
	display: block;
}

.showcase_minini_world_new .section_contents .card_wrap.show .subtitle_wrap {
	opacity: 1;
}

.showcase_minini_world_new .section_contents .logo_area {
	position: absolute;
	top: 30px;
	left: 30px;
	background: url(../img/pc/logo_minini.png) 50% 0 no-repeat;
	-webkit-background-size: 105px 22px;
	        background-size: 105px 22px;
	width: 105px;
	height: 22px;
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .section_contents .logo_area {
		top: 14px;
		left: 14px;
		background: url(../img/mo/logo_minini.png) 50% 0 no-repeat;
		-webkit-background-size: 48px 11px;
		        background-size: 48px 11px;
		width: 48px;
		height: 11px;
	}
}

.showcase_minini_world_new .section_contents .subtitle_box {
	position: absolute;
	width: 100%;
	bottom: 35px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .section_contents .subtitle_box {
		bottom: 20px;
	}
}

.showcase_minini_world_new .section_contents .video_area {
	margin: 0 auto 115px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	    -ms-flex-direction: column-reverse;
	        flex-direction: column-reverse;
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .section_contents .video_area {
		margin: 0 auto 83px;
	}
}

.showcase_minini_world_new .section_contents .video_area video {
	width: 723px;
	margin-left: -1px;
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .section_contents .video_area video {
		width: 327px;
	}
}

.showcase_minini_world_new .section_contents .video_box {
	overflow: hidden;
	position: relative;
	font-size: 0;
}

@media screen and (min-width: 1080px) {
	.showcase_minini_world_new .section_contents .video_box:hover::before {
		background-color: rgba(0, 0, 0, 0.4);
		-webkit-transition: background-color 0.5s ease;
		transition: background-color 0.5s ease;
	}
	.showcase_minini_world_new .section_contents .video_box:hover .btn_play {
		display: block;
		opacity: 1;
		visibility: visible;
		-webkit-animation: fadeIn 0.5s ease forwards;
		        animation: fadeIn 0.5s ease forwards;
	}
}

.showcase_minini_world_new .section_contents .video_box.play .btn_play {
	width: 80px;
	height: 80px;
	background: url(../img/pc/btn_pause.png) 50% 0 no-repeat;
	-webkit-background-size: 80px 80px;
	        background-size: 80px;
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .section_contents .video_box.play .btn_play {
		width: 40px;
		height: 40px;
		-webkit-background-size: 40px 40px;
		        background-size: 40px;
	}
}

.showcase_minini_world_new .section_contents .video_box::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0);
	-webkit-transition: background-color 0.5s ease;
	transition: background-color 0.5s ease;
}

.showcase_minini_world_new .section_contents .video_box .btn_play {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80px;
	height: 80px;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	background: url(../img/pc/btn_play.png) 50% 0 no-repeat;
	-webkit-background-size: 80px 80px;
	        background-size: 80px;
	cursor: pointer;
	z-index: 30;
	opacity: 0;
	visibility: hidden;
	-webkit-animation: fadeOut 0.5s ease forwards;
	        animation: fadeOut 0.5s ease forwards;
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .section_contents .video_box .btn_play {
		width: 40px;
		height: 40px;
		-webkit-background-size: 40px 40px;
		        background-size: 40px;
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .section_contents .video_box {
		pointer-events: auto;
	}
	.showcase_minini_world_new .section_contents .video_box::before {
		background-color: rgba(0, 0, 0, 0);
		-webkit-transition: background-color 0.5s ease;
		transition: background-color 0.5s ease;
	}
	.showcase_minini_world_new .section_contents .video_box .btn_play {
		display: none;
		visibility: hidden;
		opacity: 0;
		-webkit-animation: fadeOut 0.5s ease forwards;
		        animation: fadeOut 0.5s ease forwards;
	}
	.showcase_minini_world_new .section_contents .video_box.dimmed::before {
		background-color: rgba(0, 0, 0, 0.4) !important;
		-webkit-transition: background-color 0.5s ease;
		transition: background-color 0.5s ease;
	}
	.showcase_minini_world_new .section_contents .video_box.dimmed .btn_play {
		display: block;
		visibility: visible;
		opacity: 1;
		-webkit-animation: fadeIn 0.5s ease forwards;
		        animation: fadeIn 0.5s ease forwards;
	}
}

.showcase_minini_world_new .section_contents .toggle_tab_list {
	padding-top: 188px;
	font-size: 0;
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .section_contents .toggle_tab_list {
		padding-top: 136px;
	}
}

.showcase_minini_world_new .section_contents .toggle_tab {
	display: inline-block;
}

.showcase_minini_world_new .section_contents .toggle_tab + .toggle_tab {
	margin-left: 75px;
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .section_contents .toggle_tab + .toggle_tab {
		margin-left: 32px;
	}
}

.showcase_minini_world_new .section_contents .toggle_tab .tab {
	position: relative;
	display: block;
	width: 82px;
	height: 77px;
	background: url(../img/pc/btn_bg.png) 50% 15px no-repeat;
	-webkit-background-size: 82px 62px;
	        background-size: 82px 62px;
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .section_contents .toggle_tab .tab {
		width: 53px;
		height: 50px;
		background: url(../img/pc/btn_bg.png) 50% 10px no-repeat;
		-webkit-background-size: 53px 40px;
		        background-size: 53px 40px;
	}
}

.showcase_minini_world_new .section_contents .toggle_tab .tab[aria-selected="true"]::before {
	-webkit-transform: translate(-50%, 8px);
	    -ms-transform: translate(-50%, 8px);
	        transform: translate(-50%, 8px);
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .section_contents .toggle_tab .tab[aria-selected="true"]::before {
		-webkit-transform: translate(-50%, 5px);
		    -ms-transform: translate(-50%, 5px);
		        transform: translate(-50%, 5px);
	}
}

.showcase_minini_world_new .section_contents .toggle_tab .tab::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	    -ms-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
	width: 72px;
	height: 56px;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .section_contents .toggle_tab .tab::before {
		width: 47px;
		height: 36px;
	}
}

.showcase_minini_world_new .section_contents .toggle_tab .tab::after {
	content: "";
	position: absolute;
	display: block;
	z-index: 10;
	bottom: 100px;
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .section_contents .toggle_tab .tab::after {
		bottom: 60px;
	}
}

.showcase_minini_world_new .section_contents .toggle_tab .tab:hover::before {
	-webkit-transform: translate(-50%, 8px);
	    -ms-transform: translate(-50%, 8px);
	        transform: translate(-50%, 8px);
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .section_contents .toggle_tab .tab:hover::before {
		-webkit-transform: translate(-50%, 5px);
		    -ms-transform: translate(-50%, 5px);
		        transform: translate(-50%, 5px);
	}
}

.showcase_minini_world_new .section_contents .toggle_tab:nth-of-type(even) .tab::before {
	background: url(../img/pc/btn_green.png) 50% 0 no-repeat;
	-webkit-background-size: 73px 57px;
	        background-size: 73px 57px;
	-webkit-box-shadow: 0px 12px 0 #015900;
	        box-shadow: 0px 12px 0 #015900;
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .section_contents .toggle_tab:nth-of-type(even) .tab::before {
		-webkit-background-size: 48px 36px;
		        background-size: 48px 36px;
		-webkit-box-shadow: 0px 8px 0 #015900;
		        box-shadow: 0px 8px 0 #015900;
	}
}

.showcase_minini_world_new .section_contents .toggle_tab:nth-of-type(even) .tab:hover::before, .showcase_minini_world_new .section_contents .toggle_tab:nth-of-type(even) .tab[aria-selected="true"]::before {
	-webkit-box-shadow: 0px 4px 0 #015900;
	        box-shadow: 0px 4px 0 #015900;
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .section_contents .toggle_tab:nth-of-type(even) .tab:hover::before, .showcase_minini_world_new .section_contents .toggle_tab:nth-of-type(even) .tab[aria-selected="true"]::before {
		-webkit-background-size: 48px 36px;
		        background-size: 48px 36px;
		-webkit-box-shadow: 0px 3px 0 #015900;
		        box-shadow: 0px 3px 0 #015900;
	}
}

.showcase_minini_world_new .section_contents .toggle_tab:nth-of-type(odd) .tab::before {
	background: url(../img/pc/btn_red.png) 50% 0 no-repeat;
	-webkit-background-size: 73px 57px;
	        background-size: 73px 57px;
	-webkit-box-shadow: 0px 12px 0 #bf0707;
	        box-shadow: 0px 12px 0 #bf0707;
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .section_contents .toggle_tab:nth-of-type(odd) .tab::before {
		-webkit-background-size: 48px 36px;
		        background-size: 48px 36px;
		-webkit-box-shadow: 0px 8px 0 #bf0707;
		        box-shadow: 0px 8px 0 #bf0707;
	}
}

.showcase_minini_world_new .section_contents .toggle_tab:nth-of-type(odd) .tab:hover::before, .showcase_minini_world_new .section_contents .toggle_tab:nth-of-type(odd) .tab[aria-selected="true"]::before {
	-webkit-box-shadow: 0px 4px 0 #bf0707;
	        box-shadow: 0px 4px 0 #bf0707;
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .section_contents .toggle_tab:nth-of-type(odd) .tab:hover::before, .showcase_minini_world_new .section_contents .toggle_tab:nth-of-type(odd) .tab[aria-selected="true"]::before {
		-webkit-box-shadow: 0px 3px 0 #bf0707;
		        box-shadow: 0px 3px 0 #bf0707;
	}
}

.showcase_minini_world_new .section_contents .toggle_tab:nth-of-type(1) .tab::after {
	width: 125px;
	height: 145px;
	left: -12px;
	background: url(../img/pc/character_01.png) 50% 0 no-repeat;
	-webkit-background-size: 125px 145px;
	        background-size: 125px 145px;
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .section_contents .toggle_tab:nth-of-type(1) .tab::after {
		width: 75px;
		height: 87px;
		left: -9px;
		-webkit-background-size: 75px 87px;
		        background-size: 75px 87px;
	}
}

.showcase_minini_world_new .section_contents .toggle_tab:nth-of-type(1) .tab[aria-selected="true"]::after {
	background: url(../img/pc/character_01_holyday.png) 50% 0 no-repeat;
	-webkit-background-size: 125px 145px;
	        background-size: 125px 145px;
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .section_contents .toggle_tab:nth-of-type(1) .tab[aria-selected="true"]::after {
		-webkit-background-size: 75px 87px;
		        background-size: 75px 87px;
	}
}

.showcase_minini_world_new .section_contents .toggle_tab:nth-of-type(2) .tab::after {
	width: 135px;
	height: 184px;
	left: -15px;
	background: url(../img/pc/character_02.png) 50% 0 no-repeat;
	-webkit-background-size: 135px 184px;
	        background-size: 135px 184px;
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .section_contents .toggle_tab:nth-of-type(2) .tab::after {
		width: 81px;
		height: 110px;
		left: -5px;
		-webkit-background-size: 81px 110px;
		        background-size: 81px 110px;
	}
}

.showcase_minini_world_new .section_contents .toggle_tab:nth-of-type(2) .tab[aria-selected="true"]::after {
	background: url(../img/pc/character_02_holyday.png) 50% 0 no-repeat;
	-webkit-background-size: 135px 184px;
	        background-size: 135px 184px;
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .section_contents .toggle_tab:nth-of-type(2) .tab[aria-selected="true"]::after {
		-webkit-background-size: 81px 110px;
		        background-size: 81px 110px;
	}
}

.showcase_minini_world_new .section_contents .toggle_tab:nth-of-type(3) .tab::after {
	width: 104px;
	height: 106px;
	left: -3px;
	bottom: 103px;
	background: url(../img/pc/character_03.png) 50% 0 no-repeat;
	-webkit-background-size: 104px 106px;
	        background-size: 104px 106px;
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .section_contents .toggle_tab:nth-of-type(3) .tab::after {
		width: 63px;
		height: 63px;
		left: 0;
		bottom: 63px;
		-webkit-background-size: 63px 63px;
		        background-size: 63px 63px;
	}
}

.showcase_minini_world_new .section_contents .toggle_tab:nth-of-type(3) .tab[aria-selected="true"]::after {
	background: url(../img/pc/character_03_holyday.png) 50% 0 no-repeat;
	-webkit-background-size: 104px 106px;
	        background-size: 104px 106px;
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .section_contents .toggle_tab:nth-of-type(3) .tab[aria-selected="true"]::after {
		-webkit-background-size: 63px 63px;
		        background-size: 63px 63px;
	}
}

.showcase_minini_world_new .section_contents .toggle_tab:nth-of-type(4) .tab::after {
	width: 112px;
	height: 193px;
	left: -24px;
	background: url(../img/pc/character_04.png) 50% 0 no-repeat;
	-webkit-background-size: 112px 193px;
	        background-size: 112px 193px;
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .section_contents .toggle_tab:nth-of-type(4) .tab::after {
		width: 67px;
		height: 116px;
		left: -7px;
		-webkit-background-size: 67px 116px;
		        background-size: 67px 116px;
	}
}

.showcase_minini_world_new .section_contents .toggle_tab:nth-of-type(4) .tab[aria-selected="true"]::after {
	background: url(../img/pc/character_04_holyday.png) 50% 0 no-repeat;
	-webkit-background-size: 112px 193px;
	        background-size: 112px 193px;
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .section_contents .toggle_tab:nth-of-type(4) .tab[aria-selected="true"]::after {
		width: 67px;
		height: 116px;
		-webkit-background-size: 67px 116px;
		        background-size: 67px 116px;
	}
}

.showcase_minini_world_new .section_contents .bg_text {
	display: inline-block;
	margin: 0 auto 116px;
	background: url(../img/pc/text_xmas.png) 50% 7px no-repeat;
	width: 273px;
	height: 40px;
	-webkit-background-size: 273px 33px;
	        background-size: 273px 33px;
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .section_contents .bg_text {
		margin: 0 auto 47px;
		background: url(../img/mo/text_xmas.png) 50% 9px no-repeat;
		width: 235px;
		height: 39px;
		-webkit-background-size: 235px 28px;
		        background-size: 235px 28px;
	}
}

.showcase_minini_world_new .section_contents .img_area {
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 1097px;
	height: 1785px;
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .section_contents .img_area {
		max-width: 375px;
		height: 1678px;
	}
}

.showcase_minini_world_new .section_contents .img_box_01 {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	background: url(../img/pc/img_item_01.png) 50% 0 no-repeat;
	width: 580px;
	height: 372px;
	-webkit-background-size: 580px 372px;
	        background-size: 580px 372px;
}

.showcase_minini_world_new .section_contents .img_box_01::before {
	content: "";
	display: block;
	position: absolute;
	top: -10px;
	left: -3px;
	background: url(../img/pc/bg_snow_02.png) 50% 0 no-repeat;
	width: 585px;
	height: 39px;
	-webkit-background-size: 585px 39px;
	        background-size: 585px 39px;
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .section_contents .img_box_01 {
		background: url(../img/mo/img_item_01.png) 50% 0 no-repeat;
		width: 312px;
		height: 220px;
		-webkit-background-size: 312px 220px;
		        background-size: 312px 220px;
	}
	.showcase_minini_world_new .section_contents .img_box_01::before {
		left: -4px;
		top: -13px;
		background: url(../img/mo/bg_snow_02.png) 50% 0 no-repeat;
		width: 319px;
		height: 35px;
		-webkit-background-size: 319px 35px;
		        background-size: 319px 35px;
	}
}

.showcase_minini_world_new .section_contents .img_box_02 {
	position: absolute;
	top: 500px;
	left: 7px;
	background: url(../img/pc/img_item_02.png) 50% 0 no-repeat;
	width: 302px;
	height: 262px;
	-webkit-background-size: 302px 262px;
	        background-size: 302px 262px;
}

.showcase_minini_world_new .section_contents .img_box_02::before {
	content: "";
	display: block;
	position: absolute;
	top: -7px;
	left: -7px;
	background: url(../img/pc/bg_snow_03.png) 50% 0 no-repeat;
	width: 175px;
	height: 31px;
	-webkit-background-size: 175px 31px;
	        background-size: 175px 31px;
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .section_contents .img_box_02 {
		top: 293px;
		left: 25px;
		background: url(../img/mo/img_item_02.png) 50% 0 no-repeat;
		width: 155px;
		height: 134px;
		-webkit-background-size: 155px 134px;
		        background-size: 155px 134px;
	}
	.showcase_minini_world_new .section_contents .img_box_02::before {
		left: -5px;
		top: -7px;
		background: url(../img/mo/bg_snow_03.png) 50% 0 no-repeat;
		width: 160px;
		height: 26px;
		-webkit-background-size: 160px 26px;
		        background-size: 160px 26px;
	}
}

.showcase_minini_world_new .section_contents .img_box_03 {
	position: absolute;
	top: 472px;
	right: 312px;
	background: url(../img/pc/img_item_03.png) 50% 0 no-repeat;
	width: 433px;
	height: 320px;
	-webkit-background-size: 433px 320px;
	        background-size: 433px 320px;
}

.showcase_minini_world_new .section_contents .img_box_03::before {
	content: "";
	display: block;
	position: absolute;
	left: 66px;
	top: -17px;
	background: url(../img/pc/bg_snow_04.png) 50% 0 no-repeat;
	width: 250px;
	height: 54px;
	-webkit-background-size: 250px 54px;
	        background-size: 250px 54px;
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .section_contents .img_box_03 {
		top: 538px;
		right: initial;
		left: 50%;
		-webkit-transform: translateX(-50%);
		    -ms-transform: translateX(-50%);
		        transform: translateX(-50%);
		background: url(../img/mo/img_item_03.png) 50% 0 no-repeat;
		width: 222px;
		height: 277px;
		-webkit-background-size: 222px 277px;
		        background-size: 222px 277px;
	}
	.showcase_minini_world_new .section_contents .img_box_03::before {
		left: 0;
		top: -11px;
		background: url(../img/mo/bg_snow_04.png) 50% 0 no-repeat;
		width: 218px;
		height: 42px;
		-webkit-background-size: 218px 42px;
		        background-size: 218px 42px;
	}
}

.showcase_minini_world_new .section_contents .img_box_04 {
	position: absolute;
	top: 500px;
	right: 4px;
	background: url(../img/pc/img_item_04.png) 50% 0 no-repeat;
	width: 262px;
	height: 262px;
	-webkit-background-size: 262px 262px;
	        background-size: 262px 262px;
}

.showcase_minini_world_new .section_contents .img_box_04::before {
	content: "";
	display: block;
	position: absolute;
	right: 3px;
	top: -13px;
	background: url(../img/pc/bg_snow_05.png) 50% 0 no-repeat;
	width: 119px;
	height: 43px;
	-webkit-background-size: 119px 43px;
	        background-size: 119px 43px;
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .section_contents .img_box_04 {
		top: 324px;
		right: 36px;
		background: url(../img/mo/img_item_04.png) 50% 0 no-repeat;
		width: 134px;
		height: 134px;
		-webkit-background-size: 134px 134px;
		        background-size: 134px 134px;
	}
	.showcase_minini_world_new .section_contents .img_box_04::before {
		right: -2px;
		top: -7px;
		background: url(../img/mo/bg_snow_05.png) 50% 0 no-repeat;
		width: 138px;
		height: 21px;
		-webkit-background-size: 138px 21px;
		        background-size: 138px 21px;
	}
}

.showcase_minini_world_new .section_contents .img_box_05 {
	position: absolute;
	top: 1020px;
	right: 86px;
	background: url(../img/pc/img_item_05.png) 50% 0 no-repeat;
	width: 280px;
	height: 281px;
	-webkit-background-size: 280px 281px;
	        background-size: 280px 281px;
}

.showcase_minini_world_new .section_contents .img_box_05::before {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: -11px;
	background: url(../img/pc/bg_snow_07.png) 50% 0 no-repeat;
	width: 295px;
	height: 37px;
	-webkit-background-size: 295px 37px;
	        background-size: 295px 37px;
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .section_contents .img_box_05 {
		top: 865px;
		right: initial;
		left: 81px;
		background: url(../img/mo/img_item_05.png) 50% 0 no-repeat;
		width: 184px;
		height: 184px;
		-webkit-background-size: 184px 184px;
		        background-size: 184px 184px;
	}
	.showcase_minini_world_new .section_contents .img_box_05::before {
		right: initial;
		left: 0;
		top: -4px;
		background: url(../img/mo/bg_snow_07.png) 50% 0 no-repeat;
		width: 103px;
		height: 23px;
		-webkit-background-size: 103px 23px;
		        background-size: 103px 23px;
	}
}

.showcase_minini_world_new .section_contents .img_box_06 {
	position: absolute;
	bottom: 0;
	left: -5px;
	background: url(../img/pc/img_item_06.png) 50% 0 no-repeat;
	width: 360px;
	height: 262px;
	-webkit-background-size: 360px 262px;
	        background-size: 360px 262px;
}

.showcase_minini_world_new .section_contents .img_box_06::before {
	content: "";
	display: block;
	position: absolute;
	left: -2px;
	top: -8px;
	background: url(../img/pc/bg_snow_08.png) 50% 0 no-repeat;
	width: 293px;
	height: 54px;
	-webkit-background-size: 293px 54px;
	        background-size: 293px 54px;
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .section_contents .img_box_06 {
		bottom: 0;
		left: initial;
		right: 35px;
		background: url(../img/mo/img_item_06.png) 50% 0 no-repeat;
		width: 234px;
		height: 169px;
		-webkit-background-size: 234px 169px;
		        background-size: 234px 169px;
	}
	.showcase_minini_world_new .section_contents .img_box_06::before {
		left: initial;
		right: -1px;
		top: -10px;
		background: url(../img/mo/bg_snow_08.png) 50% 0 no-repeat;
		width: 206px;
		height: 31px;
		-webkit-background-size: 206px 31px;
		        background-size: 206px 31px;
	}
}

.showcase_minini_world_new .section_contents .img_box_07 {
	position: absolute;
	bottom: 0;
	left: 400px;
	background: url(../img/pc/img_item_07.png) 50% 0 no-repeat;
	width: 364px;
	height: 262px;
	-webkit-background-size: 364px 262px;
	        background-size: 364px 262px;
}

.showcase_minini_world_new .section_contents .img_box_07::before {
	content: "";
	display: block;
	position: absolute;
	left: 55px;
	top: -17px;
	background: url(../img/pc/bg_snow_09.png) 50% 0 no-repeat;
	width: 218px;
	height: 38px;
	-webkit-background-size: 218px 38px;
	        background-size: 218px 38px;
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .section_contents .img_box_07 {
		display: none;
	}
}

.showcase_minini_world_new .section_contents .swiper_area {
	position: absolute;
	top: 931px;
	left: 86px;
}

.showcase_minini_world_new .section_contents .swiper_area::before {
	content: "";
	display: block;
	position: absolute;
	left: -9px;
	top: -28px;
	background: url(../img/pc/bg_snow_06.png) 50% 0 no-repeat;
	width: 605px;
	height: 79px;
	-webkit-background-size: 605px 79px;
	        background-size: 605px 79px;
	z-index: 10;
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .section_contents .swiper_area {
		top: 1120px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		    -ms-transform: translateX(-50%);
		        transform: translateX(-50%);
	}
	.showcase_minini_world_new .section_contents .swiper_area::before {
		left: -4px;
		top: -25px;
		background: url(../img/mo/bg_snow_06.png) 50% 0 no-repeat;
		width: 332px;
		height: 64px;
		-webkit-background-size: 332px 64px;
		        background-size: 332px 64px;
	}
}

.showcase_minini_world_new .section_contents .swiper {
	padding-bottom: 22px;
	width: 590px;
	overflow: hidden;
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .section_contents .swiper {
		max-width: 325px;
		padding-bottom: 20px;
	}
}

.showcase_minini_world_new .section_contents .swiper .swiper-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 590px;
	height: 413px;
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .section_contents .swiper .swiper-wrapper {
		width: 325px;
		height: 305px;
	}
}

.showcase_minini_world_new .section_contents .swiper .swiper-slide {
	width: 100%;
	height: 100%;
	-webkit-flex-shrink: 0;
	    -ms-flex-negative: 0;
	        flex-shrink: 0;
}

.showcase_minini_world_new .section_contents .swiper [class*="swiper-button"] {
	position: absolute;
	top: -webkit-calc(50% - 10px);
	top: calc(50% - 10px);
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: auto;
	height: auto;
	line-height: 0;
	z-index: 50;
}

.showcase_minini_world_new .section_contents .swiper [class*="swiper-button"]::before {
	content: "";
	display: block;
}

.showcase_minini_world_new .section_contents .swiper [class*="swiper-button"]::after {
	display: none;
}

.showcase_minini_world_new .section_contents .swiper [class*="swiper-button"].swiper-button-disabled {
	opacity: 0.3;
	cursor: auto;
	pointer-events: none;
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .section_contents .swiper [class*="swiper-button"] {
		display: none;
	}
}

.showcase_minini_world_new .section_contents .swiper .swiper-button-prev {
	left: 29px;
}

.showcase_minini_world_new .section_contents .swiper .swiper-button-prev::before {
	content: "";
	display: block;
	background: url(../img/pc/ico_btn_prev.png) 50% 0 no-repeat;
	width: 37px;
	height: 37px;
	-webkit-background-size: 37px 37px;
	        background-size: 37px;
}

.showcase_minini_world_new .section_contents .swiper .swiper-button-next {
	right: 29px;
}

.showcase_minini_world_new .section_contents .swiper .swiper-button-next::before {
	content: "";
	display: block;
	background: url(../img/pc/ico_btn_next.png) 50% 0 no-repeat;
	width: 37px;
	height: 37px;
	-webkit-background-size: 37px 37px;
	        background-size: 37px;
}

.showcase_minini_world_new .section_contents .swiper .swiper-pagination {
	display: block !important;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	font-size: 0;
}

.showcase_minini_world_new .section_contents .swiper .swiper-pagination .swiper-pagination-bullet {
	display: inline-block !important;
	width: 7px;
	height: 7px;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	background-color: #dadada;
	margin: 0 4px;
	cursor: pointer;
}

.showcase_minini_world_new .section_contents .swiper .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #ea5045;
}

.showcase_minini_world_new .section_events {
	position: relative;
	margin-top: -290px;
	height: 1790px;
	background: url(../img/pc/bg_section_02_2.png) 50% 0 no-repeat;
	-webkit-background-size: auto 1790px;
	        background-size: auto 1790px;
	text-align: center;
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .section_events {
		margin-top: -165px;
		height: 2697px;
		background: url(../img/mo/bg_section_02_2.png) 50% 0 no-repeat;
		-webkit-background-size: auto 2697px;
		        background-size: auto 2697px;
	}
}

.showcase_minini_world_new .section_events .inner {
	padding: 680px 0 0;
	margin: 0 auto;
	width: 1190px;
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .section_events .inner {
		padding: 518px 0 0;
		width: 325px;
	}
}

.showcase_minini_world_new .section_events .bg_img {
	position: absolute;
	top: 5px;
	left: 50%;
	-webkit-transform: translate(-webkit-calc(-50% + 44px));
	    -ms-transform: translate(calc(-50% + 44px));
	        transform: translate(calc(-50% + 44px));
}

.showcase_minini_world_new .section_events .section_title {
	position: relative;
	z-index: 10;
	background: url(../img/pc/section_title_03_ko.png) 50% 4px no-repeat;
	width: 458px;
	height: 33px;
	-webkit-background-size: 458px 21px;
	        background-size: 458px 21px;
	margin: 0 auto 5px;
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .section_events .section_title {
		margin-bottom: 6px;
		background: url(../img/mo/section_title_03_ko.png) 50% 4px no-repeat;
		width: 266px;
		height: 66px;
		-webkit-background-size: 266px 53px;
		        background-size: 266px 53px;
	}
}

.showcase_minini_world_new .section_events .section_text {
	display: block;
	margin: 0 auto 65px;
	color: #000;
	font-size: 18px;
	line-height: 21px;
	font-weight: 500;
	letter-spacing: -0.2px;
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .section_events .section_text {
		margin: 0 auto 34px;
		color: #000;
		font-size: 16px;
		line-height: 24px;
		font-weight: 500;
		letter-spacing: -0.2px;
	}
}

.showcase_minini_world_new .section_events .event_box {
	margin: 0 auto 89px;
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .section_events .event_box {
		margin: 0 auto 100px;
	}
}

.showcase_minini_world_new .section_events .event_box .event_list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 23px;
	margin-bottom: 40px;
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .section_events .event_box .event_list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
		gap: 38px;
		margin-bottom: 40px;
	}
}

.showcase_minini_world_new .section_events .event_box .event_list_item {
	position: relative;
	padding: 400px 30px 60px;
	width: 378px;
	font-size: 0;
	background: #edf5ff;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .section_events .event_box .event_list_item {
		padding: 375px 30px 40px;
		width: 100%;
	}
}

.showcase_minini_world_new .section_events .event_box .event_list_item::before {
	content: "";
	position: absolute;
	display: block;
	z-index: 10;
}

.showcase_minini_world_new .section_events .event_box .event_list_item .img_event {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}

.showcase_minini_world_new .section_events .event_box .event_list_item:first-of-type::before {
	top: -44px;
	left: -5px;
	background: url(../img/pc/bg_snow_10.png) 50% 0 no-repeat;
	width: 386px;
	height: 85px;
	-webkit-background-size: 386px 85px;
	        background-size: 386px 85px;
}

.showcase_minini_world_new .section_events .event_box .event_list_item:first-of-type .img_event {
	background: url(../img/pc/item_event_01.png) 50% 0 no-repeat;
	width: 318px;
	height: 315px;
	-webkit-background-size: 318px 315px;
	        background-size: 318px 315px;
	top: 56px;
}

.showcase_minini_world_new .section_events .event_box .event_list_item:first-of-type .event_text {
	margin-bottom: 0;
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .section_events .event_box .event_list_item:first-of-type::before {
		top: -22px;
		left: -8px;
		background: url(../img/mo/bg_snow_10.png) 50% 0 no-repeat;
		width: 340px;
		height: 65px;
		-webkit-background-size: 340px 65px;
		        background-size: 340px 65px;
	}
	.showcase_minini_world_new .section_events .event_box .event_list_item:first-of-type .img_event {
		background: url(../img/mo/item_event_01.png) 50% 0 no-repeat;
		width: 285px;
		height: 315px;
		-webkit-background-size: 285px 315px;
		        background-size: 285px 315px;
		top: 20px;
	}
}

.showcase_minini_world_new .section_events .event_box .event_list_item:nth-of-type(2)::before {
	top: -39px;
	left: -5px;
	background: url(../img/pc/bg_snow_11.png) 50% 0 no-repeat;
	width: 386px;
	height: 73px;
	-webkit-background-size: 386px 73px;
	        background-size: 386px 73px;
}

.showcase_minini_world_new .section_events .event_box .event_list_item:nth-of-type(2) .img_event {
	background: url(../img/pc/item_event_02.png) 50% 0 no-repeat;
	width: 293px;
	height: 305px;
	-webkit-background-size: 293px 305px;
	        background-size: 293px 305px;
	top: 56px;
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .section_events .event_box .event_list_item:nth-of-type(2) {
		padding: 363px 30px 40px;
	}
	.showcase_minini_world_new .section_events .event_box .event_list_item:nth-of-type(2)::before {
		top: -38px;
		left: -6px;
		background: url(../img/mo/bg_snow_11.png) 50% 0 no-repeat;
		width: 336px;
		height: 77px;
		-webkit-background-size: 336px 77px;
		        background-size: 336px 77px;
	}
	.showcase_minini_world_new .section_events .event_box .event_list_item:nth-of-type(2) .img_event {
		background: url(../img/mo/item_event_02.png) 50% 0 no-repeat;
		width: 265px;
		height: 275px;
		-webkit-background-size: 265px 275px;
		        background-size: 265px 275px;
		top: 46px;
	}
}

.showcase_minini_world_new .section_events .event_box .event_list_item:nth-of-type(3) {
	padding-top: 472px;
}

.showcase_minini_world_new .section_events .event_box .event_list_item:nth-of-type(3)::before {
	top: -43px;
	left: -3px;
	background: url(../img/pc/bg_snow_12.png) 50% 0 no-repeat;
	width: 386px;
	height: 88px;
	-webkit-background-size: 386px 88px;
	        background-size: 386px 88px;
}

.showcase_minini_world_new .section_events .event_box .event_list_item:nth-of-type(3) .img_event {
	background: url(../img/pc/item_event_03.png) 50% 0 no-repeat;
	width: 267px;
	height: 320px;
	-webkit-background-size: 267px 320px;
	        background-size: 267px 320px;
	top: 84px;
}

.showcase_minini_world_new .section_events .event_box .event_list_item:nth-of-type(3) .event_text {
	margin-bottom: 0;
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .section_events .event_box .event_list_item:nth-of-type(3) {
		padding: 400px 30px 50px;
	}
	.showcase_minini_world_new .section_events .event_box .event_list_item:nth-of-type(3)::before {
		top: -36px;
		left: -7px;
		background: url(../img/mo/bg_snow_12.png) 50% 0 no-repeat;
		width: 336px;
		height: 79px;
		-webkit-background-size: 336px 79px;
		        background-size: 336px 79px;
	}
	.showcase_minini_world_new .section_events .event_box .event_list_item:nth-of-type(3) .img_event {
		background: url(../img/mo/item_event_03.png) 50% 0 no-repeat;
		width: 267px;
		height: 320px;
		-webkit-background-size: 267px 320px;
		        background-size: 267px 320px;
		top: 37px;
	}
}

.showcase_minini_world_new .section_events .event_box .event_list .event_text {
	display: block;
	margin-bottom: 55px;
	color: #000;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	letter-spacing: -0.2px;
}

.showcase_minini_world_new .section_events .event_box .event_list .event_text strong {
	font-weight: 700;
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .section_events .event_box .event_list .event_text {
		margin-bottom: 29px;
	}
}

.showcase_minini_world_new .section_events .event_box .event_list .link_youtube {
	display: block;
	margin-bottom: 30px;
	color: #000;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	letter-spacing: -0.2px;
	text-decoration: underline;
	text-underline-offset: 2px;
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .section_events .event_box .event_list .link_youtube {
		margin-bottom: 40px;
	}
}

.showcase_minini_world_new .section_events .event_box .event_list .event_notice {
	color: #000;
	font-size: 14px;
	line-height: 17px;
	font-weight: 400;
	letter-spacing: -0.2px;
}

.showcase_minini_world_new .section_events .event_box .event_list .event_notice .only_pc {
	display: inline-block;
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .section_events .event_box .event_list .event_notice .only_pc {
		display: none;
	}
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .section_events .event_box .event_list .event_notice {
		color: #000;
		font-size: 14px;
		line-height: 20px;
		font-weight: 400;
		letter-spacing: -0.2px;
	}
}

.showcase_minini_world_new .section_events .event_box .text_notice {
	display: inline-block;
	color: #000;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	letter-spacing: -0.2px;
}

.showcase_minini_world_new .section_events .bg_text {
	margin: 0 auto;
	background: url(../img/pc/bg_text.png) 50% 0 no-repeat;
	width: 424px;
	height: 76px;
	-webkit-background-size: 424px 76px;
	        background-size: 424px 76px;
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .section_events .bg_text {
		background: url(../img/mo/bg_text.png) 50% 0 no-repeat;
		width: 313px;
		height: 100px;
		-webkit-background-size: 313px 100px;
		        background-size: 313px 100px;
	}
}

.showcase_minini_world_new .section_sns {
	background-color: #f6f8fa;
}

.showcase_minini_world_new .section_sns .inner {
	padding: 120px 24px;
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .section_sns .inner {
		padding: 70px 24px;
	}
}

.showcase_minini_world_new .section_sns .sns_alert {
	color: #111;
	font-size: 18px;
	line-height: 26px;
	font-weight: 400;
	letter-spacing: -0.2px;
}

.showcase_minini_world_new .section_sns .sns_area .sns_box {
	margin-top: 32px;
	font-size: 0;
}

.showcase_minini_world_new .section_sns .sns_area .sns_box .link_sns {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	display: inline-block;
	width: 100%;
	max-width: 315px;
	height: 64px;
	line-height: 64px;
	border: 1px solid #c8cacc;
	-webkit-border-radius: 2px;
	        border-radius: 2px;
	color: #111;
	font-size: 18px;
	line-height: 60px;
	font-weight: bold;
	letter-spacing: 0;
	background-color: #fff;
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .section_sns .sns_area .sns_box .link_sns {
		max-width: 325px;
		display: block;
		margin: 0 auto;
	}
}

.showcase_minini_world_new .section_sns .sns_area .sns_box .link_sns + .link_sns {
	margin-left: 20px;
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .section_sns .sns_area .sns_box .link_sns + .link_sns {
		margin: 10px auto 0;
	}
}

.showcase_minini_world_new .section_sns .sns_area .sns_box .link_sns.insta {
	background: url(../img/pc/instagram_pc.png) 50% no-repeat #fff;
	-webkit-background-size: 136px 24px;
	        background-size: 136px 24px;
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .section_sns .sns_area .sns_box .link_sns.insta {
		background: url(../img/mo/instagram_mo.png) 50% no-repeat #fff;
		-webkit-background-size: 130px 24px;
		        background-size: 130px 24px;
	}
}

.showcase_minini_world_new .section_sns .sns_area .sns_box .link_sns.twitter {
	position: relative;
	background: url(../img/pc/twitter_pc.png) 50% no-repeat #fff;
	-webkit-background-size: 118px 24px;
	        background-size: 118px 24px;
}

@media screen and (max-width: 1179px) {
	.showcase_minini_world_new .section_sns .sns_area .sns_box .link_sns.twitter {
		background: url(../img/mo/twitter_mo.png) 50% no-repeat #fff;
		-webkit-background-size: 113px 24px;
		        background-size: 113px 24px;
	}
}

html[lang="en"] .showcase_minini_world_new .section_event_info .event_info_box .section_title {
	background: url(../img/pc/section_title_01_en.png) 50% 3px no-repeat;
	width: 572px;
	-webkit-background-size: 572px 36px;
	        background-size: 572px 36px;
}

@media screen and (max-width: 1179px) {
	html[lang="en"] .showcase_minini_world_new .section_event_info .event_info_box .section_title {
		background: url(../img/mo/section_title_01_en.png) 50% 0 no-repeat;
		margin-bottom: 9px;
		width: 244px;
		height: 72px;
		-webkit-background-size: 244px 64px;
		        background-size: 244px 64px;
	}
}

html[lang="en"] .showcase_minini_world_new .section_contents {
	background-position: 50% 40px;
}

html[lang="en"] .showcase_minini_world_new .section_contents .section_title {
	background: url(../img/pc/section_title_02_en.png) 50% 0 no-repeat;
	width: 509px;
	height: 59px;
	-webkit-background-size: 509px 59px;
	        background-size: 509px 59px;
}

@media screen and (max-width: 1179px) {
	html[lang="en"] .showcase_minini_world_new .section_contents .section_title {
		margin-bottom: 7px;
		background: url(../img/mo/section_title_02_en.png) 50% 0 no-repeat;
		width: 290px;
		height: 99px;
		-webkit-background-size: 284px 92px;
		        background-size: 284px 92px;
	}
}

html[lang="en"] .showcase_minini_world_new .section_contents .section_text {
	margin: 0 auto 97px;
}

@media screen and (max-width: 1179px) {
	html[lang="en"] .showcase_minini_world_new .section_contents .section_text {
		margin: 0 auto 47px;
	}
}

html[lang="en"] .showcase_minini_world_new .section_events {
	margin-top: -260px;
	height: 1754px;
}

html[lang="en"] .showcase_minini_world_new .section_events .inner {
	padding: 692px 0 0;
}

@media screen and (max-width: 1179px) {
	html[lang="en"] .showcase_minini_world_new .section_events {
		margin-top: -124px;
		height: 2697px;
	}
	html[lang="en"] .showcase_minini_world_new .section_events .inner {
		padding: 517px 0 0;
	}
}

html[lang="en"] .showcase_minini_world_new .section_events .section_title {
	background: url(../img/pc/section_title_03_en.png) 50% 0 no-repeat;
	width: 588px;
	-webkit-background-size: 588px 22px;
	        background-size: 588px 22px;
}

@media screen and (max-width: 1179px) {
	html[lang="en"] .showcase_minini_world_new .section_events .section_title {
		background: url(../img/mo/section_title_03_en.png) 50% 2px no-repeat;
		width: 307px;
		height: 66px;
		-webkit-background-size: 307px 55px;
		        background-size: 307px 55px;
	}
}

@media screen and (max-width: 1179px) {
	html[lang="en"] .showcase_minini_world_new .section_events .section_text {
		margin: 0 auto 35px;
	}
}

html[lang="en"] .showcase_minini_world_new .section_events .event_box {
	margin: 0 auto 85px;
}

@media screen and (max-width: 1179px) {
	html[lang="en"] .showcase_minini_world_new .section_events .event_box {
		margin: 0 auto 93px;
	}
}

@media screen and (max-width: 1179px) {
	html[lang="en"] .showcase_minini_world_new .section_events .event_box .event_list {
		gap: 36px;
	}
}

html[lang="en"] .showcase_minini_world_new .section_events .event_box .event_list_item {
	padding: 400px 30px 40px;
}

html[lang="en"] .showcase_minini_world_new .section_events .event_box .event_list_item:first-of-type .event_text {
	margin-bottom: 0;
}

@media screen and (max-width: 1179px) {
	html[lang="en"] .showcase_minini_world_new .section_events .event_box .event_list_item:first-of-type {
		padding: 361px 30px 40px;
	}
}

html[lang="en"] .showcase_minini_world_new .section_events .event_box .event_list_item:nth-of-type(2) {
	padding: 400px 30px 39px;
}

@media screen and (max-width: 1179px) {
	html[lang="en"] .showcase_minini_world_new .section_events .event_box .event_list_item:nth-of-type(2) {
		padding: 353px 30px 40px;
	}
	html[lang="en"] .showcase_minini_world_new .section_events .event_box .event_list_item:nth-of-type(2) .event_text {
		margin-bottom: 20px;
	}
}

html[lang="en"] .showcase_minini_world_new .section_events .event_box .event_list_item:nth-of-type(3) {
	padding-top: 467px;
}

html[lang="en"] .showcase_minini_world_new .section_events .event_box .event_list_item:nth-of-type(3) .img_event {
	top: 79px;
}

@media screen and (max-width: 1179px) {
	html[lang="en"] .showcase_minini_world_new .section_events .event_box .event_list_item:nth-of-type(3) {
		padding: 386px 30px 50px;
	}
	html[lang="en"] .showcase_minini_world_new .section_events .event_box .event_list_item:nth-of-type(3) .img_event {
		top: 39px;
	}
}

html[lang="en"] .showcase_minini_world_new .section_events .event_box .event_list_item:nth-of-type(3) .event_text {
	margin-bottom: 0;
}

html[lang="en"] .showcase_minini_world_new .section_events .event_box .event_list .event_text {
	margin-bottom: 31px;
}

@media screen and (max-width: 1179px) {
	html[lang="en"] .showcase_minini_world_new .section_events .event_box .event_list .event_text {
		margin-bottom: 40px;
	}
}

html[lang="en"] .showcase_minini_world_new .section_events .event_box .event_list .link_youtube {
	color: #1100ff;
}

@media screen and (max-width: 1179px) {
	html[lang="en"] .showcase_minini_world_new .section_events .event_box .event_list .link_youtube {
		margin-bottom: 30px;
	}
}

html[lang="en"] .showcase_minini_world_new .section_events .bg_text {
	margin: 0 auto;
	background: url(../img/pc/bg_text_en.png) 50% 0 no-repeat;
	width: 538px;
	height: 76px;
	-webkit-background-size: 538px 76px;
	        background-size: 538px 76px;
}

@media screen and (max-width: 1179px) {
	html[lang="en"] .showcase_minini_world_new .section_events .bg_text {
		background: url(../img/mo/bg_text_en.png) 50% 0 no-repeat;
		width: 313px;
		height: 96px;
		-webkit-background-size: 313px 96px;
		        background-size: 313px 96px;
	}
}
/*# sourceMappingURL=showcase_minini_world_new.css.map */
