@charset "euc-kr";


/* ¸ÞÀÎ ¹è³Ê È¿°ú */


@keyframes mymove01 {
	from {opacity:0; bottom:260px;}
	to {opacity:1; bottom:280px;}
}

@keyframes mymove02 {
	from {opacity:0; bottom:260px;}
	to {opacity:1; bottom:200px;}
}

@keyframes mymove03 {
	from {opacity:0; width:10%; left:45%;}
	to {opacity:1; width:20%; left:40%;}
}





@keyframes mymove_opa {
	from {opacity:0; left:-60px;}
	to {opacity:1; left:-40px;}
}


@keyframes mymove_opa1 {
	from {opacity:0; left:-260px;}
	to {opacity:1; left:-240px;}
}



.mymove_height{animation: mymove_height 2s forwards; position:relative;}

@keyframes mymove_height{
	from {height:0;}
	to {height:30px;}
}
