@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_left{animation: mymove_opa_left 1s forwards; position:relative; }

@keyframes mymove_opa_left {
	from {opacity:0; left:60px;}
	to {opacity:1; left:0px;}
}





.mymove_opacity{animation: mymove_opacity 1s forwards; animation-delay:0;}

@keyframes mymove_opacity {
	from {opacity:1;}
	to {opacity:0;}
}




/* //¸ÞÀÎ ¹è³Ê È¿°ú */





/* °øÅë */

	/* Åõ¸íµµ */
	.mymove_opa{animation: mymove_opa 1s forwards;  position:relative;}

	@keyframes mymove_opa {
		from {opacity:0;}
		to {opacity:1;}
	}


	/* ¾Æ·¡¿¡¼­ Á¦ÀÚ¸®·Î */
	.mymove_bottom{animation: mymove_bottom 1s forwards; position:relative;}

	@keyframes mymove_bottom {
		from {opacity:0; bottom:-80px;}
		to {opacity:1; bottom:0px;}
	}

	/* ¿ÞÂÊ¿¡¼­ Á¦ÀÚ¸®·Î */
	.mymove_left{animation: mymove_left 1s forwards; position:relative;}

	@keyframes mymove_left {
		from {opacity:0; left:-80px;}
		to {opacity:1; left:0px;}
	}


	/* ¿À¸¥ÂÊ¿¡¼­ Á¦ÀÚ¸®·Î */
	.mymove_right{animation: mymove_right 1s forwards; position:relative;}

	@keyframes mymove_right {
		from {opacity:0; left:80px;}
		to {opacity:1; left:0px;}
	}

/* // °øÅë */





/* sec01 */



	/* ¾Æ·¡¿¡¼­ Á¦ÀÚ¸®·Î */
	.sec01_bottom{animation: sec01_bottom 1s forwards; position:relative;}

	@keyframes sec01_bottom {
		from {opacity:0; bottom:-80px;}
		to {opacity:1; bottom:0px;}
	}



	/* À§¿¡¼­ Á¦ÀÚ¸®·Î */
	.sec01_top{animation: sec01_top 1s forwards;}

	@keyframes sec01_top {
		from {opacity:0; top:-80px;}
		to {opacity:1; top:0px;}
	}



	/* ¿ÞÂÊ¿¡¼­ Á¦ÀÚ¸®·Î */
	.sec01_left{animation: sec01_02_left 1s forwards;}

	@keyframes sec01_02_left {
		from {opacity:0; left:-80px;}
		to {opacity:1; left:0px;}
	}


	/* ¿À¸¥ÂÊ¿¡¼­ Á¦ÀÚ¸®·Î */
	.sec01_right{animation: sec01_right 1s forwards;}

	@keyframes sec01_right {
		from {opacity:0; left:240px;}
		to {opacity:1; left:160px;}
	}
/*// sec01 */



	
	/* ¾Æ·¡¿¡¼­ Á¦ÀÚ¸®·Î */

	@media (max-width:767px){
		/*.pop{animation: pop 5s infinite; animation-delay: 2s; animation-direction: alternate;}*/
	}

	@keyframes pop {
		from {opacity:0;}
		to {opacity:1;}
	}








/* //¸ÞÀÎÆäÀÌÁö È¿°ú */

