/*加入.active重復播放*/

.section.active{animation:scaleA 1s ease both;}
@keyframes scaleA{
	0%{opacity:0;  transform:scale(1.2);}
	100%{opacity:1; transform:scale(1);}
}
.active .top_logo{animation:bounceInLeft 1.5s .5s ease both;}
.active .top_slogan{animation:bounceIn 1.5s .5s ease both;}
.active .download_box{animation:bounceInUp 1.5s .7s ease both;}



.active .kv_01{animation:fadeInLeft 1.5s .8s ease both;}
.active .kv_02{animation:fadeInRight 1.5s .8s ease both;}

/******************page01******************/
.active .kvc_bg01{animation:fadeIn 1s .5s ease both;}
.active .logo{animation:fadeIn 1.5s 1.2s ease both;}
/******************page01e******************/

/******************page03******************/
.active .kvc_bg03{animation:fadeInUp 1s .5s ease both;}
/*.active .kv03_fr{ animation:fadeInUp 2s .5s ease both;}*/
.active .kv03_01{	animation:bounceInLeft .8s 1s ease both;}
@keyframes mvkv03_01 {
  0% {top: 0%;}
  50%{top: -0.5%;}
  100% {top: 0%;}
}
.active .kv03_02{animation:bounceInRight .8s 1s ease both;}
@keyframes mvkv03_02 {
  0% {top: 0%;}
  50%{top: 0.5%;}
  100% {top: 0%;}
}
/******************page03e******************/

/****************** page04 ******************/
.active .kvc_bg04{ animation:fadeInUp 1s .5s ease both;}
.active .kv04_01{	animation:fadeInRight 1s 1.2s ease both;}
@keyframes mvkv03_01 {
  0% {top: 0%;}
  50%{top: -0.5%;}
  100% {top: 0%;}
}
.active .kv04_02{animation:fadeInLeft 1s 1.2s ease both;}
@keyframes mvkv03_02 {
  0% {top: 0%;}
  50%{top: 0.5%;}
  100% {top: 0%;}
}
/****************** page04e ******************/

/****************** page05 *******************/
.active #myCarousel{animation:fadeInUp 1s .5s ease both;}
.active .t02{	animation:fadeInDown 1s .5s ease both;}
/****************** page05e *******************/

/****************** page06 *******************/
.active .box_rule_bg{
	animation:mvbox_rule_bg 2.2s ease-in-out;}

@keyframes mvbox_rule_bg {
  0% {transform: scale(1.2)}
  100% {transform: scale(1)}
}


/****************** page06e ******************/
.active .tittle{animation:fadeInDown 1.5s ease both;}

