@charset "utf-8";

/*-------------------------------------------------------------------------------------*
 *                                                                          *
 *-------------------------------------------------------------------------------------*/
.my_btn3 {
	animation-name: my_btn3;
	-webkit-animation-name: my_btn3;
		
	animation-duration: 1.5s;	
	-webkit-animation-duration: 1.5s;

	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;

}

@keyframes my_btn3 {
    0%   {color:#d8ff00;}
    50%  {color:#ffffff; }
    100%  {color:#d8ff00;}
}

.footer_right li:hover{
	animation-name: footer_right;
	-webkit-animation-name: footer_right;	

	animation-duration: 0.5s;	
	-webkit-animation-duration: 0.5s;

	animation-timing-function: ease-out;	
	-webkit-animation-timing-function: ease-out;	

	visibility: visible !important;	
}

@keyframes footer_right {
	0% {
		transform: scale(1.03); opacity:0.1;
	}		
	100% {
		transform: scale(1); opacity:1.0;
	}			
}

.sports_list.hot {
    animation: sparkle2 4s ease-in-out infinite;
    animation-fill-mode: forwards;
    background: linear-gradient(#ffffff 0%, #ffffff 85%, #3c2e9f 100%);
    background-size: 100% 700%;
    width: 100%;
    /* height: 100%; */
    border-radius: 0px;
    filter: blur(0px);
    /* z-index: -1; */
    transform: translateY(0px);
}
@keyframes sparkle2 {
  0 {
    background-position: 100% 0%;
  }
  50% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 100% 0%;
  }
}

.sports_list:hover, .fixter_writ_list:hover,.list_tr4:not(.trfirst):hover{
  animation: sparkle 1s ease-in-out;
  animation-fill-mode: forwards;
  background: linear-gradient(45deg, #ffffff 0%, #ffffff 45%, #ff007e  50%, #ffffff 55%, #ffffff 100%);
  background-size: 250% 100%;
  width: 100%;
  /* height: 100%; */
  border-radius: 0px;
  filter: blur(0px);
  /* z-index: -1; */
  transform:translateY(0px);
}
@keyframes sparkle {
  from {
    background-position: 100% 100%;
  }
  to {
    background-position: -80% 100%;
  }
}

/* 크리드로딩 */
.loding{
	-webkit-animation: scale-in-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	animation: scale-in-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
@keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0) translate(-50% , -50%);
            transform: scale(0) translate(-50% , -50%);
    opacity: 0.1;
	filter: blur(3px);
  }
  100% {
    -webkit-transform: scale(1) translate(-50% , -50%);
            transform: scale(1) translate(-50% , -50%);
    opacity: 1;
	filter: blur(0px);
  }
}

.loding img{
	-webkit-animation: scale-in-center1 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both infinite;
	animation: scale-in-center1 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both infinite;
}
@keyframes scale-in-center1 {
  0% {
	filter: drop-shadow(0 0 0px rgba(101,230,5,0.5));
  }
  50% {
	filter: drop-shadow(0 0 14px rgba(101,230,5,0.5));
  }
  
  100% {
	filter: drop-shadow(0 0 0px rgba(101,230,5,0.5));
  }
}

/* 고객센터 */
.left_customer li img {
	-webkit-animation: wobble-hor-bottom 0.8s infinite both;
	        animation: wobble-hor-bottom 0.8s infinite both;
}
@keyframes wobble-hor-bottom {
  0%,
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  15% {
    -webkit-transform: translateX(-2px) rotate(-3deg);
            transform: translateX(-2px) rotate(-3deg);
  }
  30% {
    -webkit-transform: translateX(2px) rotate(3deg);
            transform: translateX(2px) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
            transform: translateX(-2px) rotate(-1deg);
  }
  60% {
    -webkit-transform: translateX(2px) rotate(1.6deg);
            transform: translateX(2px) rotate(1.6deg);
  }
  75% {
    -webkit-transform: translateX(-1px) rotate(-1deg);
            transform: translateX(-1px) rotate(-1deg);
  }
}

.sub08_active a{ 
    animation: blink-effect 2s ease-out infinite; 
}
@keyframes blink-effect {
	
10% {opacity: 0.7; transform: scale(1.03);} 	
20% {opacity: 1; transform: scale(0.86);} 	
30% {opacity: 0.7; transform: scale(1.08);} 	
40% {opacity: 1; transform: scale(0.9);} 	
60% {opacity: 1;transform: scale(1);} 	
} 

.sub08_active2 a{ 
    animation: blink-effect 2s ease-out infinite; 
}
@keyframes blink-effect {
	
10% {opacity: 0.7; transform: scale(1.03);} 	
20% {opacity: 1; transform: scale(0.86);} 	
30% {opacity: 0.7; transform: scale(1.08);} 	
40% {opacity: 1; transform: scale(0.9);} 	
60% {opacity: 1;transform: scale(1);} 	
} 

.animated {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.fadeInUp {
  -webkit-animation-duration: 0.5s;
  animation-duration:  0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.fadeInLeft {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.fadeInRight {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,50%,0);
    transform: translate3d(0,50%,0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,50%,0);
    transform: translate3d(0,50%,0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

/*-------------------------------------------------------------------------------------*
 *  일반적인                                                                           *
 *-------------------------------------------------------------------------------------*/
/* 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;}			
}

