@charset "utf-8";

/*-------------------------------------------------------------------------------------*
 *    무명 전용                                                                           *
 *-------------------------------------------------------------------------------------*/
.logo {
	-webkit-animation: fade-in-top 1.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: fade-in-top 1.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
@keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
.logo a::before{
	animation: backglow11 5s ease infinite;
}

.logo a::after{
	animation: backglow22 5s ease infinite;
}

@keyframes backglow11 {
  0% {
    transform: translate(10%, 10%) scale(1);
    opacity: 0.8;
  }
  25% {
    transform: translate(-10%, 10%) scale(0.8);
    opacity: 0.8;
  }
  50% {
    transform: translate(-10%, -10%) scale(1);
    opacity: 0.99;
  }
  75% {
    transform: translate(10%, -10%) scale(0.7);
    opacity: 0.8;
  }
  100% {
    transform: translate(10%, 10%) scale(1);
    opacity: 0.8;
  }
}
@keyframes backglow22 {
  0% {
    transform: translate(-10%, -10%) scale(1);
    opacity: 0.8;
  }
  25% {
    transform: translate(10%, -10%) scale(0.8);
    opacity: 0.8;
  }
  50% {
    transform: translate(10%, 10%) scale(1.2);
    opacity: 0.99;
  }
  75% {
    transform: translate(-10%, 10%) scale(1.1);
    opacity: 0.8;
  }
  100% {
    transform: translate(-10%, -10%) scale(1);
    opacity: 0.8;
  }
}
.title_wrap{
	-webkit-animation: fade-in-bottom 1.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: fade-in-bottom 1.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
.game_list li:hover a{
	-webkit-animation: flip-in-hor-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: flip-in-hor-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
@keyframes flip-in-hor-bottom {
	0%   {transform:scale(1) scaleX(1); box-shadow:#2cdcff 2px 2px 50px -1px;}		
	50%  {transform:scale(1.07) scaleX(1.1); box-shadow:#000000 2px 2px 50px -1px;}		
	100% {transform:scale(1.05) scaleX(1); box-shadow:#ffff2b 2px 2px 30px -1px;}			
}

.header_item01 {
	-webkit-animation: bounce-top 3.9s infinite both;
	        animation: bounce-top 3.9s infinite both;
}
@keyframes bounce-top {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0.8;
	filter: drop-shadow(5px 5px 30px rgba(217,128,43,0.8));
  }
  40% {
    -webkit-transform: translateY(-3%);
            transform: translateY(-3%);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
			opacity: 1;		
	filter: drop-shadow(0px 0px 0px rgba(66,182,209,0.8));		
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 0.8;
	filter: drop-shadow(5px 5px 30px rgba(217,128,43,0.8));
  }
}
.header_item02 {
	-webkit-animation: bounce-top1 4.9s infinite both;
	        animation: bounce-top1 4.9s infinite both;
}
@keyframes bounce-top1 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0.9;
	filter: drop-shadow(-5px -5px 30px rgba(66,182,209,0.9));
  }
  40% {
    -webkit-transform: translateX(3%);
            transform: translateX(3%);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
			opacity: 1;	
	filter: drop-shadow(0px 0px 0px rgba(217,128,43,0.8));			
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 0.9;
	filter: drop-shadow(-5px -5px 30px rgba(66,182,209,0.9));
  }
}

.btn1_1:hover,.btn1_2:hover,.btn2_1:hover,.btn2_2:hover,.btn3_1:hover,.btn3_2:hover {
	-webkit-animation: game_ex 0.3s linear both;
	        animation: game_ex 0.3s linear both;
}
@keyframes game_ex {
	0%   {transform:scale(1) scaleX(1);	opacity: 0.1;}	
	50%  {transform:scale(1.05) scaleX(1.3);}
	100% {transform:scale(1.1) scaleX(1);	opacity: 1;}
}

.main_visual img {
	-webkit-animation: main_visual 4.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) infinite both;
	        animation: main_visual 4.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) infinite both;
}
@keyframes main_visual {
  0% {
    -webkit-transform: translateZ(-50px);
            transform: translateZ(-50px);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
  }
}

.main_game_btn li:hover a {
	-webkit-animation: heartbeat 1.5s ease-in-out both;
	        animation: heartbeat 1.5s ease-in-out both;
}
@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
			opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
			opacity: 1;
  }
}
.main_game_btn li:hover a::before{
	animation: backglow1 1.1s ease infinite;
	display:block;
}

.main_game_btn li:hover a::after{
	animation: backglow2 1.1s ease infinite;
	display:block;
}

@keyframes backglow1 {
  0% {
    transform: translate(10%, 10%) scale(0.9);
    opacity: 0.4;
  }
  25% {
    transform: translate(-10%, 10%) scale(0.6);
    opacity: 0.8;
  }
  50% {
    transform: translate(-10%, -10%) scale(0.5);
    opacity: 0.4;
  }
  75% {
    transform: translate(10%, -10%) scale(0.6);
    opacity: 0.8;
  }
  100% {
    transform: translate(10%, 10%) scale(0.9);
    opacity: 0.4;
  }
}
@keyframes backglow2 {
  0% {
    transform: translate(-10%, -10%) scale(0.9);
    opacity: 0.4;
  }
  25% {
    transform: translate(10%, -10%) scale(0.6);
    opacity: 0.8;
  }
  50% {
    transform: translate(10%, 10%) scale(0.5);
    opacity: 0.4;
  }
  75% {
    transform: translate(-10%, 10%) scale(0.6);
    opacity: 0.8;
  }
  100% {
    transform: translate(-10%, -10%) scale(0.9);
    opacity: 0.4;
  }
}
.slot_tab_wrap li:hover a{
	-webkit-animation: slot_tab_wrap 0.3s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: slot_tab_wrap 0.3s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
@keyframes slot_tab_wrap {
  0% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    opacity: 0.5;
	filter: blur(6px);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
	filter: blur(0);
  }
}
/*-------------------------------------------------------------------------------------*
 *  일반적인                                                                           *
 *-------------------------------------------------------------------------------------*/
/* mouseover1 */
.mouseover1{
	animation-name: mouseover1;
	-webkit-animation-name: mouseover1;	

	animation-duration: 0.2s;	
	-webkit-animation-duration: 0.2s;

	animation-timing-function: ease-out;	
	-webkit-animation-timing-function: ease-out;	

	visibility: visible !important;	
}

@keyframes mouseover1 {
	0% {
		transform: scale(1.03);
	}		
	100% {
		transform: scale(1);
	}			
}


/* mouseover2 */
.mouseover2{
	animation-name: mouseover2;
	-webkit-animation-name: mouseover2;	

	animation-duration: 0.5s;	
	-webkit-animation-duration: 0.5s;

	animation-timing-function: ease-out;	
	-webkit-animation-timing-function: ease-out;	

	visibility: visible !important;	
}

@keyframes mouseover2 {
	0% {
		transform: scale(1.07); opacity:0.1;
	}		
	100% {
		transform: scale(1); opacity:1.0;
	}			
}


/*-------------------------------------------------------------------------------------*
 *  레이어팝업 띄우는 스타일 시작                                                      *
 *-------------------------------------------------------------------------------------*/
/* 한개의 스타일 */
.popup_style01 {animation-name: popup_style01; -webkit-animation-name: popup_style01; animation-duration: 1.1s; -webkit-animation-duration: 1.1s; animation-timing-function: ease-out; -webkit-animation-timing-function: ease-out;	
				transform-origin: 50% 0%; -ms-transform-origin: 50% 0%; -webkit-transform-origin: 50% 0%;}
				
				@keyframes popup_style01 {
					0%   {transform: scaleY(0.1);}
					40%  {transform: scaleY(1.02);}
					60%  {transform: scaleY(0.98);}
					80%  {transform: scaleY(1.01);}
					100% {transform: scaleY(0.98);}				
					80%  {transform: scaleY(1.01);}
					100% {transform: scaleY(1);}							
				}
				
/* 한개의 스타일 */
.popup_style02 {animation-name: popup_style02; -webkit-animation-name: popup_style02; animation-duration: 0.8s;	-webkit-animation-duration: 0.8s; animation-timing-function: ease-in-out; -webkit-animation-timing-function: ease-in-out; visibility: visible !important;}

				@keyframes popup_style02 {
					0%   {opacity: 0.0;}
					100% {opacity: 1;}	
				}

/* 한개의 스타일 */
.popup_style03 {animation-name: popup_style03; -webkit-animation-name: popup_style03; animation-duration: 1.0s; -webkit-animation-duration: 1.0s; animation-timing-function: ease-out; -webkit-animation-timing-function: ease-out;	
				transform-origin: 100% 0%; -ms-transform-origin: 100% 0%; -webkit-transform-origin: 100% 0%;}

				@keyframes popup_style03 {
					0%   {transform: scaleX(0.3);}
					40%  {transform: scaleX(1.02);}
					60%  {transform: scaleX(0.98);}
					80%  {transform: scaleX(1.01);}
					100% {transform: scaleX(0.98);}				
					80%  {transform: scaleX(1.01);}
					100% {transform: scaleX(1);}							
				}

/* 한개의 스타일 */
.popup_style04 {animation-name: popup_style04; -webkit-animation-name: popup_style04; animation-duration: 0.7s;	-webkit-animation-duration: 0.7s; animation-timing-function: ease; -webkit-animation-timing-function: ease;	visibility: visible !important;}

				@keyframes popup_style04 {
					0%   {transform: translateY(-300%);}			
					100% {transform: translateY(0%);}		
				}

/* 한개의 스타일 */
.popup_style05 {animation-name: popup_style05; -webkit-animation-name: popup_style05; animation-duration: 0.5s;	-webkit-animation-duration: 0.5s; animation-timing-function: ease; -webkit-animation-timing-function: ease;	visibility: visible !important;}

				@keyframes popup_style05 {
					0%   {transform: translateY(-300%) scaleX(4.0);}			
					100% {transform: translateY(0%) scaleX(1);}		
				}

/* 한개의 스타일 */
.popup_style06{animation-name: popup_style06; -webkit-animation-name: popup_style06; animation-duration: 1.1s; -webkit-animation-duration: 1.1s; animation-timing-function: ease; -webkit-animation-timing-function: ease; visibility: visible !important;}

				@keyframes popup_style06 {
					0%   {transform: translateY(-300%) scaleX(4.0);}	
					50%  {transform: translateY(2%) scaleX(1.3);}				
					100% {transform: translateY(0%) scaleX(1);}		
				}



/*-------------------------------------------------------------------------------------*
 *  게임 (큰이미지)                                                                    *
 *-------------------------------------------------------------------------------------*/
/* game1 */
.game1 {
	animation-name: game1;
	-webkit-animation-name: game1;	

	animation-duration: 0.3s;	
	-webkit-animation-duration: 0.3s;

	animation-timing-function: ease-out;	
	-webkit-animation-timing-function: ease-out;	
	
	animation-iteration-count:1;
	-webkit-animation-iteration-count:1;	
	
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;	

	visibility: visible !important;	
}

@keyframes game1 {
	0%   {transform:scale(1) scaleX(1);}		
	50%  {transform:scale(1.03) scaleX(1.1); box-shadow:#fffc00 2px 2px 30px -1px;}		
	100% {transform:scale(1.05) scaleX(1); box-shadow:#3e62e1 2px 2px 30px -1px;}			
}

