/* page motion */
.add-upscroll:not(.play-mo) {transform:translateY(0px) ;opacity:0;}
.play-mo.add-upscroll ,.play-mo .add-upscroll {animation: add-upscroll 1s 0s ease-in-out;animation-fill-mode: both;}
.play-mo.add-upscroll.delay10 ,.play-mo .add-upscroll.delay10 {animation: add-upscroll 0.8s 0.1s ease-in-out;animation-fill-mode: both;}
.play-mo.add-upscroll.delay20 ,.play-mo .add-upscroll.delay20 {animation: add-upscroll 0.8s 0.2s ease-in-out;animation-fill-mode: both;}
.play-mo.add-upscroll.delay30 ,.play-mo .add-upscroll.delay30 {animation: add-upscroll 0.8s 0.3s ease-in-out;animation-fill-mode: both;}
.play-mo.add-upscroll.delay40 ,.play-mo .add-upscroll.delay40 {animation: add-upscroll 0.8s 0.4s ease-in-out;animation-fill-mode: both;}
.play-mo.add-upscroll.delay50 ,.play-mo .add-upscroll.delay50 {animation: add-upscroll 0.8s 0.5s ease-in-out;animation-fill-mode: both;}
.play-mo.add-upscroll.delay60 ,.play-mo .add-upscroll.delay60 {animation: add-upscroll 0.8s 0.6s ease-in-out;animation-fill-mode: both;}
.play-mo.add-upscroll.delay70 ,.play-mo .add-upscroll.delay70 {animation: add-upscroll 0.8s 0.7s ease-in-out;animation-fill-mode: both;}
.play-mo.add-upscroll.delay80 ,.play-mo .add-upscroll.delay80 {animation: add-upscroll 0.8s 0.8s ease-in-out;animation-fill-mode: both;}
@keyframes add-upscroll {
	0%		{transform:translateY(0px);opacity:0;}
	100%	{transform: translateY(0px);opacity:1;}
}

.add-downscroll:not(.play-mo) {transform:translateY(0px) ;opacity:0;}
.play-mo.add-downscroll ,.play-mo .add-downscroll {animation: add-downscroll 1s 0.0s ease-in-out;animation-fill-mode: both;}
.play-mo.add-downscroll.delay10 ,.play-mo .add-downscroll.delay10 {animation: add-downscroll 1s 0.1s ease-in-out;animation-fill-mode: both;}
.play-mo.add-downscroll.delay20 ,.play-mo .add-downscroll.delay20 {animation: add-downscroll 1s 0.2s ease-in-out;animation-fill-mode: both;}
.play-mo.add-downscroll.delay30 ,.play-mo .add-downscroll.delay30 {animation: add-downscroll 1s 0.3s ease-in-out;animation-fill-mode: both;}
.play-mo.add-downscroll.delay40 ,.play-mo .add-downscroll.delay40 {animation: add-downscroll 1s 0.4s ease-in-out;animation-fill-mode: both;}
.play-mo.add-downscroll.delay50 ,.play-mo .add-downscroll.delay50 {animation: add-downscroll 1s 0.5s ease-in-out;animation-fill-mode: both;}
.play-mo.add-downscroll.delay60 ,.play-mo .add-downscroll.delay60 {animation: add-downscroll 1s 0.6s ease-in-out;animation-fill-mode: both;}
.play-mo.add-downscroll.delay70 ,.play-mo .add-downscroll.delay70 {animation: add-downscroll 1s 0.7s ease-in-out;animation-fill-mode: both;}
.play-mo.add-downscroll.delay80 ,.play-mo .add-downscroll.delay80 {animation: add-downscroll 1s 0.8s ease-in-out;animation-fill-mode: both;}

@keyframes add-downscroll {
	0%		{transform: translateY(0px) ;opacity:0;}
	100%	{transform: translateY(0px);opacity:1;}
}

header.show {animation: showMenu 0.3s ease-out;animation-fill-mode: both;}
@keyframes showMenu {

	100%{
		opacity:1;
		top:0px;
	}

}

.registLinkWrap.add-bg1 {background-color: #fff ;}
.play-mo.add-bg1 ,.play-mo .add-bg1 {animation: add-bg1 0.7s 0.0s ease-in-out;animation-fill-mode: both;}
.intern.add-bg1 {background-color: #fff ;}
.play-mo.add-bg1 ,.play-mo .add-bg1 {animation: add-bg1 0.7s 0.0s ease-in-out;animation-fill-mode: both;}

@keyframes add-bg1 {
	100%	{background-color: #1ec8ae;}
}

.jdWrap.add-bg2 {background-color: #fff ;}
.play-mo.add-bg2 ,.play-mo .add-bg2 {animation: add-bg2 0.7s 0.0s ease-in-out;animation-fill-mode: both;}

@keyframes add-bg2 {
	100%	{background-color: #f5f5f5;}
}
 
.centerAni {
    transform-origin: center center;
	}
.rightorg {
    transform-origin: right center;
	}

.add-qzoom:not(.play-mo) {transform:scale(0) ;opacity:0;}
.play-mo.add-qzoom ,.play-mo .add-qzoom {animation: add-qzoom 0.7s 0.0s cubic-bezier(0.34, 1.56, 0.64, 1);animation-fill-mode: both;}
.play-mo.add-qzoom.delay10 ,.play-mo .add-qzoom.delay10 {animation: add-qzoom 0.7s 0.1s cubic-bezier(0.34, 1.56, 0.64, 1);animation-fill-mode: both;}
.play-mo.add-qzoom.delay20 ,.play-mo .add-qzoom.delay20 {animation: add-qzoom 0.7s 0.2s cubic-bezier(0.34, 1.56, 0.64, 1);animation-fill-mode: both;}
.play-mo.add-qzoom.delay30 ,.play-mo .add-qzoom.delay30 {animation: add-qzoom 0.7s 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);animation-fill-mode: both;}
.play-mo.add-qzoom.delay40 ,.play-mo .add-qzoom.delay40 {animation: add-qzoom 0.7s 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);animation-fill-mode: both;}
.play-mo.add-qzoom.delay50 ,.play-mo .add-qzoom.delay50 {animation: add-qzoom 0.7s 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);animation-fill-mode: both;}
.play-mo.add-qzoom.delay60 ,.play-mo .add-qzoom.delay60 {animation: add-qzoom 0.7s 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);animation-fill-mode: both;}
.play-mo.add-qzoom.delay70 ,.play-mo .add-qzoom.delay70 {animation: add-qzoom 0.7s 0.7s cubic-bezier(0.34, 1.56, 0.64, 1);animation-fill-mode: both;}
.play-mo.add-qzoom.delay80 ,.play-mo .add-qzoom.delay80 {animation: add-qzoom 0.7s 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);animation-fill-mode: both;}

@keyframes add-qzoom {
	0%		{transform: scale(0);opacity:0.5;}
	100%	{transform: scale(1);opacity:1;}
}

@keyframes scrollAni {
	0%{transform:  translateY(10px);}
	100%{transform: translateY(0px);}
}

.heartbeat {animation: heartbeat 3s 1s ease-in-out infinite both;}
.heartbeat.delay10 {animation: heartbeat 2.5s 0.2s ease-in-out infinite both;}
.heartbeat.delay20 {animation: heartbeat 2.5s 2s ease-in-out infinite both;}

/* .motion-keyvisual {animation:machine 0.8s 0.5s cubic-bezier(0.92, -0.01, 1, 1) both;} */
/* .motion-keyvisual {animation:machine 1.2s 0.5s cubic-bezier(0.22, 0.08, 0.1, 1) both;} */

 @keyframes heartbeat {
  from {
    transform: scale(1) translateY(0);
    transform-origin: center center;
    animation-timing-function: ease-out;
  }
  10% {
    transform: scale(0.97);
    animation-timing-function: ease-in;
  }
  17% {
    transform: scale(0.99);
    animation-timing-function: ease-out;
  }
  33% {
    transform: scale(0.95) translateY(-10px);
    animation-timing-function: ease-in;
  }
  45% {
    transform: scale(1);
    animation-timing-function: ease-out;
  }
}
.main-section .kv-motion-wrap .kv-motion-box:not(.front) .global{animation: global1 0.5s  ease-in-out both ;}
@keyframes global1 {
   0% {
    transform: translateY(50px);opacity:0;
  }
  100% {
    transform: translateY(0px);opacity:1;
  }
} 
.main-section .kv-motion-wrap .kv-motion-box:not(.front) .light{animation: light 0.5s 0.2s ease-in-out both ;}
@keyframes light {
   0% {
   opacity:0;
  }
  100% {
    opacity:1;
  }
} 
.main-section .kv-motion-wrap .kv-motion-box:not(.front) {animation: kv-motion-box 4.5s  ease-in-out infinite alternate;}
@keyframes kv-motion-box {
   0% {
    transform: translateY(0px) scale(0.7);
    transform-origin: center bottom;
  }
  100% {
    transform: translateY(7px) scale(0.7);
    transform-origin: center bottom;
  }
}
.main-section .kv-motion-wrap .kv-motion-box.front {animation: front1 4.5s  ease-in-out infinite alternate;}
@keyframes front1 {
   0% {
	transform: perspective(1000px) translate3d(0px, 10px, -69.7837px) rotateX(5deg) scale(0.7);
    transform-origin: center bottom;

  }
  100% {
	transform: perspective(1000px) translate3d(0px, 5px, -69.7837px) rotateX(0deg) scale(0.7);
    transform-origin: center bottom;
  }
}
.main-section .kv-motion-wrap .land {animation: land 4.5s  ease-in-out infinite alternate; transform-origin: center 0px;}
@keyframes land {
   0% {
	transform: perspective(1000px) translate3d(0px, 0px, 0px) rotateX(0deg) scaleY(1);
  }
  100% {
	transform: perspective(1000px) translate3d(0px, -5px, 0px) rotateX(0deg) scaleY(1.1);
  }
}

.main-section .head-text {animation: add-rupscroll1 3s 0s ;animation-fill-mode: both;transform-origin: center 50%;}
.main-section h2 {animation: add-rupscroll2 3s 1.0s ;animation-fill-mode: both;opacity:0;transform-origin: center 50%;}
.main-section .date-text {animation: add-rupscroll3 3s 2.5s ;animation-fill-mode: both;opacity:0;transform-origin: center 50%;}
@keyframes add-rupscroll1 {
	0%		{opacity:0;}
	100%	{opacity:1;}
}
@keyframes add-rupscroll2 {
	0%		{transform: perspective(1000px) translate3d(0px, 0px, 0px) rotateX(-66deg);opacity:0;}
	100%	{transform: perspective(1000px) translate3d(0px, 0px, 0px) rotateX(0deg);opacity:1;}
}
@keyframes add-rupscroll3 {
	0%		{opacity:0;}
	30%	{transform: perspective(1000px) translate3d(0px, 0px, 0px) rotateX(0deg);opacity:1;}
	100%	{transform: perspective(1000px) translate3d(0px, 0px, 0px) rotateX(0deg);opacity:1;}
}
