/* °ÔÀÓ°á°úÈ­¸éÀÇ Å¸ÀÌÆ² "°ÔÀÓ°á°ú" ¾Ö´Ï¸ÞÀÌ¼Ç*/
.gameresult_title {
	animation-name: gameresult_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 gameresult_title
{
	0%		{top : -60px;}
    100%	{top : 130px;}
}

/* °ÔÀÓ°á°úÈ­¸é Çà¼º*/
.gameresult_left {
	animation-name: gameresult_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 gameresult_left
{
	0%		{left : -876px;}
    100%	{left : 0px;}
}

/* °ÔÀÓ½ÇÆÐ, 1À§ µî ¾Ö´Ï¸ÞÀÌ¼Ç */
.gameresult_fail{
	animation-name: gameresult_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_fail
{
	0%		{left : -1000px;}
    100%	{left : 791px;}
}
/*°ÔÀÓ¼º°ø½Ã ¼øÀ§*/
.gameresult_win1{
	animation-name: gameresult_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_win1
{
	0%		{left : -1000px;}
    100%	{left : 898px;}
}
/*°ÔÀÓ¼º°ø½Ã  ´Þ¸°°Å¸® m*/
.gameresult_win2{
	animation-name: gameresult_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_win2
{
	0%		{left : -1000px;}
    100%	{left : 715px;}
}

/* °ÔÀÓ°á°úÈ­¸é : line3°³ */
.gameresult_line1 {
	animation-name: gameresult_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_line2 {
	animation-name: gameresult_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_line3 {
	animation-name: gameresult_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_line4 {
	animation-name: gameresult_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_line_all
{
	0%		{left : -1000px;}
    100%	{left : 548px;}
}


/*°ÔÀÓ°á°úÈ­¸é : ´Ù½ÃÇÏ±â,±×¸¸ÇÏ±â ¹öÅÏ */
.gameresult_btn1 {
	animation-name: gameresult_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;		
}
.gameresult_btn2 {
	animation-name: gameresult_btn;
	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_btn
{
	0%		{top : 1080px;}
	50%		{top : 1080px;}
    100%	{top : 892px;}
}
