@charset "utf-8";
/* CSS Document */
/*
*{
	border:1px solid #000;
}
*/
 @-webkit-keyframes example1 {
  from {left:-100px; top:115px;}
  to {left:0px; top:115px;}
} 
 @keyframes example1 {
  from {left:-100px; top:115px;}
  to {left:0px; top:115px;}
} 

 @-webkit-keyframes example2 {
  from {left:-191px; top:428px;}
  to {left:91px; top:428px;}
} 
 @keyframes example2 {
  from {left:-191px; top:428px;}
  to {left:91px; top:428px;}
} 
 @-webkit-keyframes example3 {
  from {right:193px; top:160px;}
  to {right:93; top:160px;}
} 
 @keyframes example3 {
  from {right:193px; top:160px;}
  to {right:93px; top:160px;}
} 
@keyframes exampleboot {
  0%   {transform: rotate(0deg);}
  25%  {transform: rotate(3deg);}
  50%  {transform: rotate(0deg);}
  75%  {transform: rotate(4deg);}
  100% {transform: rotate(0deg);}
}
@-webkit-keyframes exampleboot {
  0%   {transform: rotate(0deg);}
  25%  {transform: rotate(3deg);}
  50%  {transform: rotate(0deg);}
  75%  {transform: rotate(4deg);}
  100% {transform: rotate(0deg);}
}
@-webkit-keyframes clockImpact {

    0% { transform:rotate(0deg) scale(1);}
	40% {transform:rotate(0deg) scale(1);}
    50% {transform:rotate(30deg) scale(2);}
	50% {transform:rotate(10deg) scale(1);}
    60% {transform:rotate(20deg) scale(1);}
	90% {transform:rotate(40deg) scale(1);}
    90% {transform:rotate(0deg) scale(1);}
    100% {transform:rotate(0deg) scale(1);}

    
}
.banner .island .banner-bg04{
	-webkit-animation-name:exampleboot;
	  animation-name:exampleboot;
	-webkit-animation-duration: 15s;
	  animation-duration: 15s;
	-webkit-animation-iteration-count: 2;
	  animation-iteration-count: 2;
/*	animation-delay: 0.2s;*/
}
.banner .banner-bg06 {
	left: 0px;
    top: 115px;
	-webkit-animation-name:example1;
	  animation-name:example1;
	-webkit-animation-duration: 3s;
	  animation-duration: 3s;
	animation-timing-function: ease;
/*	-webkit-animation-iteration-count: 2;*/
/*	  animation-iteration-count: 2;*/
/*	animation-delay: 0.2s;*/
}
.banner .banner-bg07 {
	left: 91px;
    top: 428px;
	-webkit-animation-name:example2;
	  animation-name:example2;
	-webkit-animation-duration: 3s;
	  animation-duration: 3s;
	animation-timing-function: ease;
/*	-webkit-animation-iteration-count: 2;*/
/*	  animation-iteration-count: 2;*/
/*	animation-delay: 0.2s;*/
}
.banner .banner-bg08 {
	right: 93px;
    top: 160px;
	-webkit-animation-name:example3;
	  animation-name:example3;
	-webkit-animation-duration: 3s;
	  animation-duration: 3s;
	animation-timing-function: ease;
/*	-webkit-animation-iteration-count: 2;*/
/*	  animation-iteration-count: 2;*/
	animation-delay: 0.2s;
}
.banner .banner-logo .banner-logo-clock {
	width: 155px;
	height: auto;
    position: absolute;
    right: 10px;
	top: 50px;
    margin: auto;
    z-index: 10;
    /*css 動畫*/
    -webkit-animation: clockImpact 1s ease;
    animation: clockImpact 1s ease;
    animation-iteration-count: 1; 
}
.banner-bg06{
	transform: scale(0.35);
	z-index: 0!important;
}
.banner-bg07{
	transform: scale(0.6);
	z-index: 1!important;
}
.banner-bg08{
	transform: scale(0.5);
	z-index: 2!important;
	
}
.cloud{
  width: 300px;
  height: 200px;
  position: relative;
/*
  -webkit-animation-name:example2;
		  animation-name:example2;
  -webkit-animation-duration: 100s;
		  animation-duration: 100s;
  -webkit-animation-iteration-count: infinite;
		  animation-iteration-count: infinite;
*/
}
.lightbox{
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.73);
	position: fixed;
	z-index: 99999;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
}
.lightbox .homepage-pop-msg{
	width: 600px;
	height: 300px;
	background-color: #fff;
	border-radius: 20px;
	padding: 20px;
	box-sizing: border-box;
}
.homepage-pop-msg .msg-title{
	font-size: 2rem;
	margin: 0px;
	padding: 0px;
}
.homepage-pop-msg .msg-title+hr{
	margin: 2px 0px 1rem 0px;
	padding: 0px;
}
.cloud{ filter: drop-shadow(15px 15px 15px rgba(31, 110, 148, 0.5)); }
.cloud .item1{
  z-index: 1;
  position: absolute;
  top: 100px;
  height: 100px;
  width: 300px;
  background-color: #fff;
  border-radius:50px;
}
.cloud .item2{
  z-index: 2;
  position: absolute;
  top: 50px;
  left: 30px;
  width: 100px;
  height: 100px;
  background-color: #fff;
  border-radius:50px;
}
.cloud .item3{
  z-index: 3;
  position: absolute;
  top: 0px;
  left: 100px;
  width: 180px;
  height: 180px;
  background-color: #fff;
  border-radius:100px;
}


@media screen and (max-width: 550px) {

  /*----------------------
    cloud
  ----------------------*/
  @-webkit-keyframes moblie-example1 {
    from {left:-100px; top:50px;}
    to {left:0px; top:50px;}
  } 
   @keyframes moblie-example1 {
    from {left:-100px; top:50px;}
    to {left:0px; top:50px;}
  } 
  
   @-webkit-keyframes moblie-example2 {
    from {left:-191px; top:300px;}
    to {left:0px; top:300px;}
  } 
   @keyframes moblie-example2 {
    from {left:-191px; top:300px;}
    to {left:0px; top:300px;}
  } 
   @-webkit-keyframes moblie-example3 {
    from {right:193px; top:140px;}
    to {right:-10px; top:140px;}
  } 
   @keyframes moblie-example3 {
    from {right:193px; top:140px;}
    to {right:-10px; top:140px;}
  } 

  .banner .banner-bg06 {
    width:200px;
    height:auto;
    left: 0px;
    top: 50px;
    -webkit-animation-name:moblie-example1;
    animation-name:moblie-example1;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    animation-timing-function: ease;

  }
  .banner .banner-bg07 {
    width:150px;
    height:auto;
    left: 0px;
    top: 300px;
    -webkit-animation-name:moblie-example2;
    animation-name:moblie-example2;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    animation-timing-function: ease;

  }
  .banner .banner-bg08 {
    width:150px;
    height:auto;
    right: -10px;
    top: 140px;
    -webkit-animation-name:moblie-example3;
    animation-name:moblie-example3;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    animation-timing-function: ease;
    animation-delay: 0.2s;
  }




}
