
.bannerBox:not(.move) .zoon-out .Img  {
	transform: scale(1.55) !important;
	-webkit-transform: scale(1.55);
}
.bannerBox:not(.move) .zoon-out .slick-slide.show .Img { 
	transform: scale(1)!important;
	-webkit-transform: scale(1);

	transition: transform 5s ease-out;
	-webkit-transition: transform 5s ease-out;
}
.bannerBox:not(.move) .zoon-in .Img  {
	transform: scale(1);
	-webkit-transform: scale(1);
}
.bannerBox:not(.move) .zoon-in .slick-slide.show .Img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);

	transition: transform 5s ease-in;
	-webkit-transition: transform 5s ease-in;
}



.bannerBox .ff{ 
	position: absolute; left: 0; bottom: 0%; width: 100%;  z-index: 1; background-image: url('/65/_top/wave-600.png')
}
.slick-list {
	*animation: rotateOut 10s 0s infinite; *transition: all 3s ;
}

@keyframes rotateOut {
	0% {
		border-bottom-left-radius:  3000px 500px;border-bottom-right-radius: 3000px 35%;
	}
	30% {
		border-bottom-left-radius:  1000px 20%;border-bottom-right-radius: 5000px 500px;
	}
	60% {
		border-bottom-left-radius:  3000px 500px;border-bottom-right-radius: 3000px 35%;
	}
	100% {
		border-bottom-left-radius:  3000px 500px;border-bottom-right-radius: 3000px 35%;
	}
}
@media (max-width: 767.98px) 
{
	.bannerBox- .slick-slide .Img  {
		transform: scale(1.65); transition: scale 10s ;
	}
	.bannerBox- .zoon-in .slick-slide.show .Img { 
		transform: scale(1.42)!important; transition: scale 10s ;
	}
}
 



.bannerBox .show .title.box-1 {
	animation: border-square-corner 3s 6s; animation-fill-mode: forwards;
}
.bannerBox .show .title.box-2::before, .bannerBox .show .title.box-2::after {
	animation: border-corner 6.5s 3s ; animation-fill-mode: forwards;
}
.bannerBox .show .title.box-2 {
	animation: border-square 6.0s 3s ; animation-fill-mode: forwards;
}
.bannerBox .show .title.box-3::before, .bannerBox .show .title.box-3::after {
	animation: border-corner-1 1.5s 3s ; animation-fill-mode: forwards;
}
.bannerBox .show .title.box-3 {
	animation: border-square-1 3s 3s ; animation-fill-mode: forwards;
}