/* °ÔÀÓ°á°úÈ­¸éÀÇ Å¸ÀÌÆ² "pvp °ÔÀÓ°á°ú" ¾Ö´Ï¸ÞÀÌ¼Ç*/

/* °ÔÀÓ½ÇÆÐ, 1À§ µî ¾Ö´Ï¸ÞÀÌ¼Ç */
.gameresult_pvp_fail{
	animation-name: gameresult_pvp_fail;
	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 gameresult_pvp_fail
{
	0%		{left : -1000px;}
    100%	{left : 1018px;}
}
/*°ÔÀÓ¼º°ø½Ã ¼øÀ§*/
.gameresult_pvp_win1{
	animation-name: gameresult_pvp_win1;
	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 gameresult_pvp_win1
{
	0%		{left : -1000px;}
    100%	{left : 1018px;}
}
/*°ÔÀÓ¼º°ø½Ã  ´Þ¸°°Å¸® m*/
.gameresult_pvp_win2{
	animation-name: gameresult_pvp_win2;
	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 gameresult_pvp_win2
{
	0%		{left : -1000px;}
    100%	{left : 1018px;}
}


/* °ÔÀÓ°á°úÈ­¸é : line4°³ */
.gameresult_pvp_line1 {
	animation-name: gameresult_pvp_line_all;
	animation-duration	: 1.0s;  /* º»·¡ 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;		
}
.gameresult_pvp_line2 {
	animation-name: gameresult_pvp_line_all;
	animation-duration	: 1.2s;  /* º»·¡ 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;		
}
.gameresult_pvp_line3 {
	animation-name: gameresult_pvp_line_all;
	animation-duration	: 1.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;		
}
.gameresult_pvp_line4 {
	animation-name: gameresult_pvp_line_all;
	animation-duration	: 1.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 gameresult_pvp_line_all
{
	0%		{left : -1000px;}
    100%	{left : 798px;}
}

/*°ÔÀÓ°á°úÈ­¸é : ´Ù½ÃÇÏ±â,±×¸¸ÇÏ±â ¹öÅÏ */
.gameresult_pvp_btn1 {
	animation-name: gameresult_pvp_btn;
	animation-duration	: 1.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 gameresult_pvp_btn
{
	0%		{top : 1080px;}
	50%		{top : 1080px;}
    100%	{top : 890px;}
}