/* SelectStage Å¸ÀÌÆ² ¾Ö´Ï*/
.selectstage_title {
	animation-name: selectstage_title;
	animation-duration	: 0.3s;  /* º»·¡ 15.0s  Å×½ºÆ®¸¦ À§ÇØ Á» ¸Ö¸® ÇÔ. --> 20ÃÊ·Î º¯°æÇÔ(LG¿äÃ»)*/
	animation-iteration-count : 1;
	animation-timing-function:ease-in-out; /* ease-in  ease-out linear ease-in-out*/
	animation-direction : normal;
	animation-fill-mode : forwards;
	animation-play-state	: running;		
}
@keyframes selectstage_title
{
	0%		{left : -500px;}
    100%	{left : 0px;}
}

/* Selectstage¿¡¼­ ¿ÞÂÊ Çà¼º image */
.selectstage_left {
	animation-name: selectstage_left;
	animation-duration	: 0.5s;  /* º»·¡ 15.0s  Å×½ºÆ®¸¦ À§ÇØ Á» ¸Ö¸® ÇÔ. --> 20ÃÊ·Î º¯°æÇÔ(LG¿äÃ»)*/
	animation-iteration-count : 1;
	animation-timing-function:ease-in-out; /* ease-in  ease-out linear ease-in-out*/
	animation-direction : normal;
	animation-fill-mode : forwards;
	animation-play-state	: running;		
}
@keyframes selectstage_left
{
	0%		{left : -200px;}
    100%	{left : 126px;}
}

/* Selectstage¿¡¼­ ¿À´ÃÂÊ stage */
.selectstage_right {
	animation-name: selectstage_right;
	animation-duration	: 0.5s;  /* º»·¡ 15.0s  Å×½ºÆ®¸¦ À§ÇØ Á» ¸Ö¸® ÇÔ. --> 20ÃÊ·Î º¯°æÇÔ(LG¿äÃ»)*/
	animation-iteration-count : 1;
	animation-timing-function:ease-in-out; /* ease-in  ease-out linear ease-in-out*/
	animation-direction : normal;
	animation-fill-mode : forwards;
	animation-play-state	: running;		
}
@keyframes selectstage_right
{
	0%		{left : 1620px;}
    100%	{left : 958px;}
}

/* Selectstage¿¡¼­ ¾Æ·¡ ¹öÅÏ */
.selectstage_btn {
	animation-name: selectstage_btn;
	animation-duration	: 0.6s;  /* º»·¡ 15.0s  Å×½ºÆ®¸¦ À§ÇØ Á» ¸Ö¸® ÇÔ. --> 20ÃÊ·Î º¯°æÇÔ(LG¿äÃ»)*/
	animation-iteration-count : 1;
	animation-timing-function:ease-in-out; /* ease-in  ease-out linear ease-in-out*/
	animation-direction : normal;
	animation-fill-mode : forwards;
	animation-play-state	: running;		
}
@keyframes selectstage_btn
{
	0%		{top : 1080px;}
    100%	{top : 944px;}
}
/* Selectstage¿¡¼­ ¾Æ·¡ pageÇ¥½Ã */
.selectstage_page {
	animation-name: selectstage_page;
	animation-duration	: 0.6s;  /* º»·¡ 15.0s  Å×½ºÆ®¸¦ À§ÇØ Á» ¸Ö¸® ÇÔ. --> 20ÃÊ·Î º¯°æÇÔ(LG¿äÃ»)*/
	animation-iteration-count : 1;
	animation-timing-function:ease-in-out; /* ease-in  ease-out linear ease-in-out*/
	animation-direction : normal;
	animation-fill-mode : forwards;
	animation-play-state	: running;		
}
@keyframes selectstage_page
{
	0%		{top : 1080px;}
    100%	{top : 940px;}
}


/*selectstage_info¿¡¼­ left */
.selectstage_info_left {
	animation-name: selectstage_info_left;
	animation-duration	: 0.8s;  /* º»·¡ 15.0s  Å×½ºÆ®¸¦ À§ÇØ Á» ¸Ö¸® ÇÔ. --> 20ÃÊ·Î º¯°æÇÔ(LG¿äÃ»)*/
	animation-iteration-count : 1;
	animation-timing-function:ease-in-out; /* ease-in  ease-out linear ease-in-out*/
	animation-direction : normal;
	animation-fill-mode : forwards;
	animation-play-state	: running;		
}
@keyframes selectstage_info_left
{
	0%		{left : -696px;}
	60%		{left : -696px;}
    100%	{left : 350px;}
}

.selectstage_info_center {
	animation-name: selectstage_info_center;
	animation-duration	: 0.6s;  /* º»·¡ 15.0s  Å×½ºÆ®¸¦ À§ÇØ Á» ¸Ö¸® ÇÔ. --> 20ÃÊ·Î º¯°æÇÔ(LG¿äÃ»)*/
	animation-iteration-count : 1;
	animation-timing-function:ease-in-out; /* ease-in  ease-out linear ease-in-out*/
	animation-direction : normal;
	animation-fill-mode : forwards;
	animation-play-state	: running;		
}
@keyframes selectstage_info_center
{
	0%		{left : -644px;}
	50%		{left : -644px;}
    100%	{left : 851px;}
}

.selectstage_info_right{
	animation-name: selectstage_info_right;
	animation-duration	: 0.4s;  /* º»·¡ 15.0s  Å×½ºÆ®¸¦ À§ÇØ Á» ¸Ö¸® ÇÔ. --> 20ÃÊ·Î º¯°æÇÔ(LG¿äÃ»)*/
	animation-iteration-count : 1;
	animation-timing-function:ease-in-out; /* ease-in  ease-out linear ease-in-out*/
	animation-direction : normal;
	animation-fill-mode : forwards;
	animation-play-state	: running;		
}
@keyframes selectstage_info_right
{
	0%		{left : -675px;}
    100%	{left : 1205px;}
}

.selectstage_info_start {
	animation-name: selectstage_info_start;
	animation-duration	: 0.6s;  /* º»·¡ 15.0s  Å×½ºÆ®¸¦ À§ÇØ Á» ¸Ö¸® ÇÔ. --> 20ÃÊ·Î º¯°æÇÔ(LG¿äÃ»)*/
	animation-iteration-count : 1;
	animation-timing-function:ease-in-out; /* ease-in  ease-out linear ease-in-out*/
	animation-direction : normal;
	animation-fill-mode : forwards;
	animation-play-state	: running;		
}
@keyframes selectstage_info_start
{
	0%		{top : 1080px;}
    100%	{top : 918px;}
}

/* ¹ø°³ ¾Ö´Ï¸ÞÀÌ¼Ç */
.move_thunder1 
{
        position: absolute;

        /*left: 1079px;*/ /* ½ÃÀÛ À§Ä¡ */
        /*top: 31px;*/ /* ½ÃÀÛ À§Ä¡ */
        animation: move_thunder 0.5s ease-in-out forwards; /* ¾Ö´Ï¸ÞÀÌ¼Ç Àû¿ë */
}

@keyframes move_thunder 
{
		 0%		{transform: translate(0, 0);}
		 100%	{left:938px; top:956px}
}

.move_thunder_gameresult
{
        position: absolute;

        /*left: 1079px;*/ /* ½ÃÀÛ À§Ä¡ */
        /*top: 31px;*/ /* ½ÃÀÛ À§Ä¡ */
        animation: move_thunder_gameresult 0.5s ease-in-out forwards; /* ¾Ö´Ï¸ÞÀÌ¼Ç Àû¿ë */
}
@keyframes move_thunder_gameresult 
{
		 0%		{transform: translate(0, 0);}
		 100%	{left:921px; top:920px}
}

