@charset "euc-kr";
/* ¸ÞÀÎÆäÀÌÁö È¿°ú*/

@keyframes background {
	from {transform:scale(1.0); }
	to {transform:scale(1.1);}
}


.background_b{animation: background_b 0.3s forwards; animation-delay:0;  z-index:0; }

@keyframes background_b {
	from {transform:scale(1.1); }
	to {transform:scale(1.0);}
}


.mymove_opa{animation: mymove_opa 0.5s forwards;}

@keyframes mymove_opa {
	from {opacity:1;}
	to {opacity:0;}
}

.mymove_right{animation: mymove_right 2s forwards; position:relative;}

@keyframes mymove_right {
	from {opacity:0; right:-40px;}
	to {opacity:1; right:0px;}
}


@keyframes mymove_opa1 {
	from {opacity:0;}
	to {opacity:1;}
}







/* ÇªÅÍ È¿°ú */
.foot_right{animation: foot_right 2s forwards;}

@keyframes foot_right {
	from {opacity:0; right:-40px;}
	to {opacity:1; right:0px;}
}

.foot_right1{animation: foot_right1 0.5s forwards;}

@keyframes foot_right1 {
	from {opacity:1; right:0px;}
	to {opacity:0; right:-40px;}
}




.foot_left{animation: foot_left 2s forwards; }

@keyframes foot_left {
	from {opacity:0; left:-40px;}
	to {opacity:1; left:0px;}
}

.foot_left1{animation: foot_left1 0.5s forwards; }

@keyframes foot_left1 {
	from {opacity:1; left:0px;}
	to {opacity:0; left:-40px;}
}





.foot_opa{animation: foot_opa 2s forwards; }

@keyframes foot_opa {
	from {opacity:0;}
	to {opacity:1;}
}


.foot_opa1{animation: foot_opa1 0.5s forwards; }

@keyframes foot_opa1 {
	from {opacity:1;}
	to {opacity:0;}
}










