﻿@charset "utf-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
@import url(https://fonts.googleapis.com/earlyaccess/notosansgurmukhiui.css);
@import url(https://fonts.googleapis.com/earlyaccess/cwtexhei.css);
@import url(https://fonts.googleapis.com/earlyaccess/amstelvaralpha.css);

@import url(https://fonts.googleapis.com/earlyaccess/cwtexyen.css);

/*@import url('https://fonts.googleapis.com/css?family=Noto+Serif+TC&display=swap');*/
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+TC:600&display=swap');
/*@import url('https://fonts.googleapis.com/css?family=cwtexyen:600&display=swap');*/
/*@import url('https://fonts.googleapis.com/css?family=Noto+Serif+TC:700&display=swap');*/

html, body {}

/*clearfix*/
.clear {clear:both;}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

li{list-style:none;}


/* Reset */
*,
*:after,
*:before {
	-webkit-box-sizing: bortpder-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}


::selection {
    background: rgba(238,215,143,0.85);
    color: rgba(0,0,0,1);
}

.grey{color:#acacac;}

.lake{color:#0085a1;}

.blue{color:#4590c6;}

.user:before {
  font-family: "Font Awesome 5 Free"; 
  font-weight: 900; 
  content: "\f007";
  font-size: 14px;
}

.footer2 {
    background-color: #4b4b4b;
    padding: 20px 0;
    text-align: center;
}

.footer-text2 > p {
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    margin-bottom: 0;
    text-align: center;
}

p {
    font-family: sans-serif,'Noto Sans TC';
    font-size: 17px;
    line-height: 28px;
    font-weight: 300;
    text-align: left;
    margin: 0 0 10px;
    padding: 0 10px;
    position: relative;
    z-index: 2;
}

.icon-fb {
    width: 50px;
    height: auto;
    margin: -3px 5px;
}

.icon-fb img{
	width:100%;
	border-radius:10%;
}

.icon-share{
    width: 30px;
    height: auto;
    margin: 0px auto;
	float:left;
}

.icon-share img{
	width:100%;
	border-radius:10%;
}

.bt_logo{
	width: 70%;
	height:auto;
    margin: 0 auto;
}

.bt_logo img{
	width: 100%;
	height:auto;
    margin: 0 auto;
}

.Ad01{
	width: 950px;
	height:auto;
    margin: 0 auto;
	position: relative;
	z-index: 2;
}

.Ad01 img{
	width: 100%;
	height:auto;
    margin: 0 auto;
}

.Ad01_m{
	width: 300px;
	height:auto;
    margin: 0 auto;
	position: relative;
	z-index: 2;
	display:none;
}

.Ad01_m img{
	width: 100%;
	height:auto;
    margin: 0 auto;
}


@keyframes Move1{
    from {top:0%;}
    to {top:3%;}
}
@-moz-keyframes Move1{
    from {top:0%;}
    to {top:3%;}
}
@-webkit-keyframes Move1{
    from {top:0%;}
    to {top:3%;}
}


@keyframes Move2{
    from {top:0%;}
    to {top:3%;}
}
@-moz-keyframes Move2{
    from {top:0%;}
    to {top:5%;}
}
@-webkit-keyframes Move2{
    from {top:0%;}
    to {top:3%;}
}


/**
 * ----------------------------------------
 * animation scale-up-center
 * ----------------------------------------
 */
@-webkit-keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
	        opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
	        opacity: 1;
  }
}
@keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
	        opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
	        opacity: 1;
  }
}

@-webkit-keyframes word01 {
            0% {
                -webkit-transform: rotate(-540deg) scale(0);
                transform: rotate(-540deg) scale(0);
                opacity: 0;
            }
            100% {
                -webkit-transform: rotate(0) scale(1);
                transform: rotate(0) scale(1);
                opacity: 1;
            }
}

@keyframes word01 {
            0% {
                -webkit-transform: rotate(-540deg) scale(0);
                transform: rotate(-540deg) scale(0);
                opacity: 0;
            }
            100% {
                -webkit-transform: rotate(0) scale(1);
                transform: rotate(0) scale(1);
                opacity: 1;
            }
}


.earth_box {
    width: 100%;
    margin: 0px auto;
	top: 60px;
	position:relative;
	z-index: 1;
}

.earth {
    width: 80%;
    margin: 0px auto;
}

.earth img {
    width: 100%;
    margin: 0px auto;
}

.e50-1 {
    /*width: 650px;*/
    margin: 0px auto;
	top: 40px;
    left: 19%;
	position:absolute;
	z-index: 3;
	-webkit-animation: scale-up-center 0.6s ease-out 1.5s both;
            animation: scale-up-center 0.6s ease-out 1.5s both;
	/*-webkit-animation: scale-up-center 1.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	animation: scale-up-center 1.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;*/
}

.e50-1 img {
    width: 100%;
    margin: 0px auto;
}

.e50-2 {
    /*width: 290px;*/
    margin: 0px auto;
	top: 250px;
    left: 13%;
	position:absolute;
	z-index: 3;
	-webkit-animation: scale-up-center 0.6s ease-out 2.5s both;
            animation: scale-up-center 0.6s ease-out 2.5s both;
}

.e50-2 img {
    width: 100%;
    margin: 0px auto;
}

.e50-3 {
    /*width: 580px;*/
    margin: 0px auto;
	top: 200px;
    left: 36%;
	position:absolute;
	z-index: 3;	
	-webkit-animation: scale-up-center 0.6s ease-out 3.5s both;
            animation: scale-up-center 0.6s ease-out 3.5s both;
}

.e50-3 img {
    width: 100%;
    margin: 0px auto;
}

.e50-4 {
    /*width: 860px;*/
    margin: 0px auto;
	top: 450px;
    left: 11%;
	position:absolute;
	z-index: 3;	
	-webkit-animation: scale-up-center 0.6s ease-out 4.5s both;
            animation: scale-up-center 0.6s ease-out 4.5s both;
}

.e50-4 img {
    width: 100%;
    margin: 0px auto;
}

.kid-1 {
    /*width: 590px;*/
    margin: 0px auto;
    margin-top: -100px;
    left: -330px;
    position: absolute;
    z-index: 2;
	animation:Move2 1.5s infinite alternate; /*IE*/
    -moz-transform:Move2 1.5s infinite alternate; /*FireFox*/
    -webkit-animation:Move2 1.3s infinite alternate; /*Chrome, Safari*/
}

.kid-1 img {
    width: 100%;
    margin: 0px auto;
}

.kid-2 {
    /*width: 400px;*/
    margin: 0px auto;
    padding-top: 200px;
    left: -340px;
    position: absolute;
    z-index: 2;
	animation:Move1 2s infinite alternate; /*IE*/
    -moz-transform:Move1 2s infinite alternate; /*FireFox*/
    -webkit-animation:Move1 2s infinite alternate; /*Chrome, Safari*/
}

.kid-2 img {
    width: 100%;
    margin: 0px auto;
}

.kid-3 {
    /*width: 470px;*/
    margin: 0px auto;
    padding-top: 520px;
    left: -250px;
    position: absolute;
    z-index: 2;
	animation: Move2 1s infinite alternate;
    -moz-transform: Move2 1s infinite alternate;
    -webkit-animation: Move2 1s infinite alternate;
}

.kid-3 img {
    width: 100%;
    margin: 0px auto;
}

.kid-4 {
    /*width: 590px;*/
    margin: 0px auto;
    margin-top: -50px;
    right: -340px;
    position: absolute;
    z-index: 2;
	animation: Move1 2.3s infinite alternate;
    -moz-transform: Move1 2.3s infinite alternate;
    -webkit-animation: Move1 2.3s infinite alternate;
}

.kid-4 img {
    width: 100%;
    margin: 0px auto;
}

.kid-5 {
    /*width: 480px;*/
    margin: 0px auto;
    padding-top: 440px;
    right: -310px;
    position: absolute;
    z-index: 2;
	animation: Move2 1.6s infinite alternate;
    -moz-transform: Move2 1.6s infinite alternate;
    -webkit-animation: Move2 1.6s infinite alternate;
}

.kid-5 img {
    width: 100%;
    margin: 0px auto;
}

.test {
    width: 100%;
    margin: 0px auto;
    top: -140px;
    left: 21%;
    position: relative;
    z-index:1;
}

.test_bg{
	width:630px;
	height:180px;
	border-radius:20px;
	background-color: rgba(19,119,165,.8);
}

.test_bg h3 {
    font-size: 2.5rem;
	font-family: sans-serif,'Noto Sans TC';
	/*font-family: ‘cwTeXYen’, sans-serif;*/
	font-weight:600;
    padding-top: 40px;
    margin-left: -210px;
    color: #fff;
    text-align: center;
}

.start {
    width: 200px;
    height: 60px;
    top: -65px;
    right: 30px;
    border-radius: 10px;
    background-color: rgba(255,174,0,1);
    float: right;
    position: relative;
	cursor: pointer;
}

.start p {
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 2.3em;
    color: #fff;
    padding-left: 15px;
}
.start .fa_icon {
	transition: .5s;
	transform: rotate(0);
}
.start .fa_icon.active {
	transform: rotate(180deg);
}

.fa_icon {
    width: 47px;
    height: 47px;
    top: -66px;
    right: 12px;
    padding-top: 9px;
    padding-left: 4px;
    border-radius: 35px;
    background-color: #fff;
    float: right;
    position: relative;
}



.p01-600 {
    width: 100%;
    margin: 0px auto;
}

.p01-600 img {
    width: 100%;
    margin: 0px auto;
}

.title_b{
	font-size: 1.4rem;
    padding: 10px;
	height: 2.6em;
	display: -webkit-box;
    -webkit-line-clamp: 2; /*行數*/
    -webkit-box-orient: vertical;
    white-space: normal;
}

.title_b:hover{
    color: #0082c6;
	-webkit-transition: .3s all;
    transition: .3s all;
}



.title_c {
    padding: 10px;
	margin-bottom: 0;
}
.title_c > span {
	font-size: 20px;
	line-height: 24px;
	display: -webkit-box;
	-webkit-line-clamp: 2; /*行數*/
	-webkit-box-orient: vertical;
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	max-height: 48px;
}

.more_blue{
	width:100px;
	font-size:16px;
	color:#fff;
	background-color: #0082c6;
	border-radius: 4px;
	float:right;
	right:10px;
	margin-top: 0.5em;
}	


.more_yellow{
	width:100px;
	font-size:16px;
	color:#fff;
	background-color: #f4c300;
	border-radius: 4px;
	float:right;
	right:10px;
	margin-top: 0.5em;
}	


.content-ad {
    padding: 80px;
    position: relative;
    z-index: 1;
}

.title1{	
	font-family: sans-serif,'Noto Serif TC';
	font-size:28px;
	margin: 0 auto;
	margin-top: -50px;
	border-bottom:solid #4590c6 3px;
    position: absolute;
	z-index: 10;
}

.title2{	
	font-family: sans-serif,'Noto Serif TC';
	font-size:28px;
	margin: 0 auto;
	margin-top: -50px;
	border-bottom:solid #4590c6 3px;
    position: absolute;
	z-index: 10;
}

.feature-box {
  width:500px;
  height:550px;
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 1rem;
  padding: 0;
  text-align: left;
  border-radius: 3px;
  box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.15);
  transition: transform .3s;
  margin: 60px 20px 30px 20px;
}


.feature-box a {
	color: #000;
	text-decoration-line: none;
  }


.feature-box:hover {
	color: #000;
    transform: translateY(-0.5rem) scale(1.01);
  }


.feature-box__text p{
	font-family: sans-serif,'Noto Sans TC';
    font-size: 17px;
    line-height: 28px;
    font-weight: 300;
    text-align: left;
    margin: 0 0 10px;
    padding: 0 10px;
    position: relative;
    z-index: 2;
	overflow: hidden;
	display: -webkit-box;
    -webkit-line-clamp: 2; /*行數*/
    -webkit-box-orient: vertical;
    white-space: normal;
    max-height: 56px;
	margin-bottom: 0;
}


.grid-box p{
	font-family: sans-serif,'Noto Sans TC';
    font-size: 17px;
    line-height: 28px;
    font-weight: 300;
    text-align: left;
    margin: 0 0 10px;
    padding: 0 10px;
    position: relative;
    z-index: 2;
	overflow: hidden;
	display: -webkit-box;
    -webkit-line-clamp: 3; /*行數*/
    -webkit-box-orient: vertical;
    white-space: normal;
	max-height: 84px;
	text-overflow: ellipsis;
}



.icon{
	margin-right: 7px;
	color:#4590c6;
}



@media screen and (max-width:1920px){

.earth_box {
    width: 100%;
    margin: 0px auto;
	top: 20px;
	position:relative;
	z-index: 1;
}

.earth {
    width: 60%;
    margin: 0px auto;
}	

.e50-1 {
    margin: 0px auto;
    top: 20px;
    left: 20%;
    position: absolute;
    z-index: 3;
    -webkit-animation: scale-up-center 0.6s ease-out 1.5s both;
    animation: scale-up-center 0.6s ease-out 1.5s both;
}	
	
.e50-1 img {
    width: 83%;
    margin: 0px auto;
}
	
.e50-2 {
    margin: 0px auto;
    top: 180px;
    left: 17%;
    position: absolute;
    z-index: 3;
    -webkit-animation: scale-up-center 0.6s ease-out 2.5s both;
    animation: scale-up-center 0.6s ease-out 2.5s both;
}	
	
.e50-2 img {
    width: 80%;
    margin: 0px auto;
}
	
.e50-3 {
    margin: 0px auto;
    top: 150px;
    left: 33%;
    position: absolute;
    z-index: 3;
    -webkit-animation: scale-up-center 0.6s ease-out 3.5s both;
    animation: scale-up-center 0.6s ease-out 3.5s both;
}
	
.e50-3 img {
    width: 80%;
    margin: 0px auto;
}	
	
.e50-4 {
    margin: 0px auto;
    top: 350px;
    left: 11%;
    position: absolute;
    z-index: 3;
    -webkit-animation: scale-up-center 0.6s ease-out 4.5s both;
    animation: scale-up-center 0.6s ease-out 4.5s both;
}	
	
.e50-4 img {
    width: 73%;
    margin: 0px auto;
}
	
.kid-1 {
    margin: 0px auto;
    margin-top: -60px;
    left: -220px;
    position: absolute;
    z-index: 2;
    animation: Move2 1.5s infinite alternate;
    -moz-transform: Move2 1.5s infinite alternate;
    -webkit-animation: Move2 1.3s infinite alternate;
}
	

.kid-2 {
    margin: 0px auto;
    padding-top: 190px;
    left: -240px;
    position: absolute;
    z-index: 2;
    animation: Move1 2s infinite alternate;
    -moz-transform: Move1 2s infinite alternate;
    -webkit-animation: Move1 2s infinite alternate;
}

.kid-3 {
    margin: 0px auto;
    padding-top: 400px;
    left: -140px;
    position: absolute;
    z-index: 2;
    animation: Move2 1s infinite alternate;
    -moz-transform: Move2 1s infinite alternate;
    -webkit-animation: Move2 1s infinite alternate;
}	

	
.kid-4 {
    margin: 0px auto;
    margin-top: -60px;
    right: -230px;
    position: absolute;
    z-index: 2;
    animation: Move1 2.3s infinite alternate;
    -moz-transform: Move1 2.3s infinite alternate;
    -webkit-animation: Move1 2.3s infinite alternate;
}


.kid-5 {
    margin: 0px auto;
    padding-top: 340px;
    right: -160px;
    position: absolute;
    z-index: 2;
    animation: Move2 1.6s infinite alternate;
    -moz-transform: Move2 1.6s infinite alternate;
    -webkit-animation: Move2 1.6s infinite alternate;
}	
	
.kid-1 img,.kid-2 img,.kid-3 img,.kid-4 img,.kid-5 img {
    width: 80%;
    margin: 0px auto;
}	
		
	
	
	
}


@media screen and (max-width: 1680px){
	
.e50-2 {
    margin: 0px auto;
    top: 180px;
    left: 16%;
    position: absolute;
    z-index: 3;
    -webkit-animation: scale-up-center 0.6s ease-out 2.5s both;
    animation: scale-up-center 0.6s ease-out 2.5s both;
}
	
.e50-3 {
    margin: 0px auto;
    top: 150px;
    left: 33%;
    position: absolute;
    z-index: 3;
    -webkit-animation: scale-up-center 0.6s ease-out 3.5s both;
    animation: scale-up-center 0.6s ease-out 3.5s both;
}	
	
.kid-4 {
    margin: 0px auto;
    margin-top: -50px;
    right: -180px;
    position: absolute;
    z-index: 2;
    animation: Move1 2.3s infinite alternate;
    -moz-transform: Move1 2.3s infinite alternate;
    -webkit-animation: Move1 2.3s infinite alternate;
}

.kid-1 img,.kid-2 img,.kid-3 img,.kid-4 img,.kid-5 img {
    width: 70%;
    margin: 0px auto;
}	

.test {
    width: 100%;
    margin: 0px auto;
    top: -140px;
    left: 24%;
    position: relative;
    z-index: 1;
}	
	
.test_bg {
    width: 570px;
    height: 145px;
    border-radius: 20px;
    background-color: rgba(19,119,165,.8);
}
	
.test_bg {
    width: 560px;
    height: 150px;
    border-radius: 20px;
    background-color: rgba(19,119,165,.8);
}
	
.test_bg h3 {
    font-size: 2.2rem;
    font-family: sans-serif,'Noto Sans TC';
    font-weight: 600;
    padding-top: 30px;
    margin-left: -190px;
    color: #fff;
    text-align: center;
}	
	
.start {
    width: 165px;
    height: 50px;
    top: -55px;
    right: 30px;
    border-radius: 10px;
    background-color: rgba(255,174,0,1);
    float: right;
    position: relative;
}

.start p {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.3em;
    color: #fff;
    padding-left: 15px;
}
	
.fa_icon {
    width: 35px;
    height: 35px;
    top: -54px;
    right: 12px;
    padding-top: 8px;
    padding-left: 4px;
    border-radius: 35px;
    background-color: #fff;
    float: right;
    position: relative;
}
	
	
	
}



@media screen and (max-width: 1600px){
	
.earth_box {
    width: 100%;
    margin: 0px auto;
    top: 0px;
    position: relative;
    z-index: 1;
}
	
.earth {
    width: 50%;
    margin: 0px auto;
}

.e50-1 {
    margin: 0px auto;
    top: 10px;
    left: 19%;
    position: absolute;
    z-index: 3;
    -webkit-animation: scale-up-center 0.6s ease-out 1.5s both;
    animation: scale-up-center 0.6s ease-out 1.5s both;
}
	
.e50-2 {
    margin: 0px auto;
    top: 150px;
    left: 19%;
    position: absolute;
    z-index: 3;
    -webkit-animation: scale-up-center 0.6s ease-out 2.5s both;
    animation: scale-up-center 0.6s ease-out 2.5s both;
}
	
.e50-3 {
    margin: 0px auto;
    top: 120px;
    left: 31%;
    position: absolute;
    z-index: 3;
    -webkit-animation: scale-up-center 0.6s ease-out 3.5s both;
    animation: scale-up-center 0.6s ease-out 3.5s both;
}
	
.e50-4 {
    margin: 0px auto;
    top: 283px;
    left: 11%;
    position: absolute;
    z-index: 3;
    -webkit-animation: scale-up-center 0.6s ease-out 4.5s both;
    animation: scale-up-center 0.6s ease-out 4.5s both;
}
	
.e50-1 img {
    width: 70%;
    margin: 0px auto;
}	
	
.e50-2 img,.e50-3 img {
    width: 70%;
    margin: 0px auto;
}
	
.e50-4 img {
    width: 64%;
    margin: 0px auto;
}
	
	
.kid-1 img, .kid-2 img, .kid-3 img, .kid-4 img, .kid-5 img {
    width: 60%;
    margin: 0px auto;
}	

.kid-1 {
    margin: 0px auto;
    margin-top: -50px;
    left: -120px;
    position: absolute;
    z-index: 2;
    animation: Move2 1.5s infinite alternate;
    -moz-transform: Move2 1.5s infinite alternate;
    -webkit-animation: Move2 1.3s infinite alternate;
}
	
.kid-2 {
    margin: 0px auto;
    padding-top: 110px;
    left: -160px;
    position: absolute;
    z-index: 2;
    animation: Move1 2s infinite alternate;
    -moz-transform: Move1 2s infinite alternate;
    -webkit-animation: Move1 2s infinite alternate;
}	

.kid-3 {
    margin: 0px auto;
    padding-top: 320px;
    left: -100px;
    position: absolute;
    z-index: 2;
    animation: Move2 1s infinite alternate;
    -moz-transform: Move2 1s infinite alternate;
    -webkit-animation: Move2 1s infinite alternate;
}	
	
.kid-4 {
    margin: 0px auto;
    margin-top: -40px;
    right: -120px;
    position: absolute;
    z-index: 2;
    animation: Move1 2.3s infinite alternate;
    -moz-transform: Move1 2.3s infinite alternate;
    -webkit-animation: Move1 2.3s infinite alternate;
}
	
.kid-5 {
    margin: 0px auto;
    padding-top: 270px;
    right: -130px;
    position: absolute;
    z-index: 2;
    animation: Move2 1.6s infinite alternate;
    -moz-transform: Move2 1.6s infinite alternate;
    -webkit-animation: Move2 1.6s infinite alternate;
}	
	
.test {
    width: 100%;
    margin: 0px auto;
    top: -140px;
    left: 27%;
    position: relative;
    z-index: 1;
}

.test_bg {
    width: 500px;
    height: 120px;
    border-radius: 20px;
    background-color: rgba(19,119,165,.8);
}
	
.test_bg h3 {
    font-size: 2rem;
    font-family: sans-serif,'Noto Sans TC';
    font-weight: 600;
    padding-top: 20px;
    margin-left: -170px;
    color: #fff;
    text-align: center;
}	
	
.start {
    width: 160px;
    height: 50px;
    top: -55px;
    right: 20px;
    border-radius: 10px;
    background-color: rgba(255,174,0,1);
    float: right;
    position: relative;
}	
	
	
}


@media screen and (max-width: 1366px){

.earth_box {
    width: 100%;
    margin: 0px auto;
    top: 0px;
    position: relative;
    z-index: 1;
}	
	
.earth {
    width: 40%;
    margin: 0px auto;
}	
	
.e50-1 {
    margin: 0px auto;
    top: 0px;
    left: 19%;
    position: absolute;
    z-index: 3;
    -webkit-animation: scale-up-center 0.6s ease-out 1.5s both;
    animation: scale-up-center 0.6s ease-out 1.5s both;
}	
	
.e50-2 {
    margin: 0px auto;
    top: 120px;
    left: 23%;
    position: absolute;
    z-index: 3;
    -webkit-animation: scale-up-center 0.6s ease-out 2.5s both;
    animation: scale-up-center 0.6s ease-out 2.5s both;
}	
	
.e50-3 {
    margin: 0px auto;
    top: 90px;
    left: 30%;
    position: absolute;
    z-index: 3;
    -webkit-animation: scale-up-center 0.6s ease-out 3.5s both;
    animation: scale-up-center 0.6s ease-out 3.5s both;
}	
	
.e50-4 {
    margin: 0px auto;
    top: 223px;
    left: 11%;
    position: absolute;
    z-index: 3;
    -webkit-animation: scale-up-center 0.6s ease-out 4.5s both;
    animation: scale-up-center 0.6s ease-out 4.5s both;
}
	
.e50-1 img {
    width: 60%;
    margin: 0px auto;
}	
	
.e50-2 img, .e50-3 img {
    width: 56%;
    margin: 0px auto;
}
	
.e50-4 img {
    width: 53%;
    margin: 0px auto;
}

.kid-1 {
    margin: 0px auto;
    margin-top: -30px;
    left: -50px;
    position: absolute;
    z-index: 2;
    animation: Move2 1.5s infinite alternate;
    -moz-transform: Move2 1.5s infinite alternate;
    -webkit-animation: Move2 1.3s infinite alternate;
}	

.kid-2 {
    margin: 0px auto;
    padding-top: 100px;
    left: -40px;
    position: absolute;
    z-index: 2;
    animation: Move1 2s infinite alternate;
    -moz-transform: Move1 2s infinite alternate;
    -webkit-animation: Move1 2s infinite alternate;
}	

.kid-3 {
    margin: 0px auto;
    padding-top: 260px;
    left: 20px;
    position: absolute;
    z-index: 2;
    animation: Move2 1s infinite alternate;
    -moz-transform: Move2 1s infinite alternate;
    -webkit-animation: Move2 1s infinite alternate;
}	
	
.kid-4 {
    margin: 0px auto;
    margin-top: -20px;
    right: -40px;
    position: absolute;
    z-index: 2;
    animation: Move1 2.3s infinite alternate;
    -moz-transform: Move1 2.3s infinite alternate;
    -webkit-animation: Move1 2.3s infinite alternate;
}
	
.kid-5 {
    margin: 0px auto;
    padding-top: 240px;
    right: -20px;
    position: absolute;
    z-index: 2;
    animation: Move2 1.6s infinite alternate;
    -moz-transform: Move2 1.6s infinite alternate;
    -webkit-animation: Move2 1.6s infinite alternate;
}
		
.kid-1 img, .kid-2 img, .kid-3 img, .kid-4 img, .kid-5 img {
    width: 46%;
    margin: 0px auto;
}
	
.test {
    width: 100%;
    margin: 0px auto;
    top: -110px;
    left: 30%;
    position: relative;
    z-index: 1;
}
	
.test_bg {
    width: 440px;
    height: 110px;
    border-radius: 20px;
    background-color: rgba(19,119,165,.8);
}
	
.test_bg h3 {
    font-size: 1.8rem;
    font-family: sans-serif,'Noto Sans TC';
    font-weight: 600;
    padding-top: 20px;
    margin-left: -150px;
    color: #fff;
    text-align: center;
}

.start {
    width: 145px;
    height: 45px;
    top: -50px;
    right: 14px;
    border-radius: 10px;
    background-color: rgba(255,174,0,1);
    float: right;
    position: relative;
}	
	
.start p {
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 2.2em;
    color: #fff;
    padding-left: 10px;
}
	
.fa_icon {
    width: 35px;
    height: 35px;
    top: -50px;
    right: 10px;
    padding-top: 8px;
    padding-left: 4px;
    border-radius: 35px;
    background-color: #fff;
    float: right;
    position: relative;
}	
	
	
	
}


@media screen and (max-width: 1024px){

.earth {
    width: 50%;
    margin: 0px auto;
}	

.e50-1 {
    margin: 0px auto;
    top: 0px;
    left: 14%;
    position: absolute;
    z-index: 3;
    -webkit-animation: scale-up-center 0.6s ease-out 1.5s both;
    animation: scale-up-center 0.6s ease-out 1.5s both;
}
	
.e50-2 {
    margin: 0px auto;
    top: 120px;
    left: 18%;
    position: absolute;
    z-index: 3;
    -webkit-animation: scale-up-center 0.6s ease-out 2.5s both;
    animation: scale-up-center 0.6s ease-out 2.5s both;
}
	
.e50-3 {
    margin: 0px auto;
    top: 90px;
    left: 27%;
    position: absolute;
    z-index: 3;
    -webkit-animation: scale-up-center 0.6s ease-out 3.5s both;
    animation: scale-up-center 0.6s ease-out 3.5s both;
}	
	
.e50-4 {
    margin: 0px auto;
    top: 223px;
    left: 3%;
    position: absolute;
    z-index: 3;
    -webkit-animation: scale-up-center 0.6s ease-out 4.5s both;
    animation: scale-up-center 0.6s ease-out 4.5s both;
}	

.kid-1 {
    margin: 0px auto;
    margin-top: -30px;
    left: -150px;
    position: absolute;
    z-index: 2;
    animation: Move2 1.5s infinite alternate;
    -moz-transform: Move2 1.5s infinite alternate;
    -webkit-animation: Move2 1.3s infinite alternate;
}	
	
.kid-2 {
    margin: 0px auto;
    padding-top: 140px;
    left: -100px;
    position: absolute;
    z-index: 2;
    animation: Move1 2s infinite alternate;
    -moz-transform: Move1 2s infinite alternate;
    -webkit-animation: Move1 2s infinite alternate;
}	

.kid-3 {
    margin: 0px auto;
    padding-top: 300px;
    left: -60px;
    position: absolute;
    z-index: 2;
    animation: Move2 1s infinite alternate;
    -moz-transform: Move2 1s infinite alternate;
    -webkit-animation: Move2 1s infinite alternate;
}	
	
.kid-4 {
    margin: 0px auto;
    margin-top: 0px;
    right: -180px;
    position: absolute;
    z-index: 2;
    animation: Move1 2.3s infinite alternate;
    -moz-transform: Move1 2.3s infinite alternate;
    -webkit-animation: Move1 2.3s infinite alternate;
}
	
.kid-5 {
    margin: 0px auto;
    padding-top: 270px;
    right: -100px;
    position: absolute;
    z-index: 2;
    animation: Move2 1.6s infinite alternate;
    -moz-transform: Move2 1.6s infinite alternate;
    -webkit-animation: Move2 1.6s infinite alternate;
}
	
.feature-box {
    width: 410px;
    height: 490px;
    background-color: rgba(255, 255, 255, 0.8);
    font-size: 1rem;
    padding: 0;
    text-align: left;
    border-radius: 3px;
    box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.15);
    transition: transform .3s;
    margin: 60px 20px 30px 20px;
}
	
.test {
    width: 100%;
    margin: 0px auto;
    top: -120px;
    left: 26%;
    position: relative;
    z-index: 1;
}
	
	
}


@media screen and (max-width:823px){

.earth_box {
    width: 100%;
    margin: 0px auto;
    top: -10px;
    position: relative;
    z-index: 1;
}	
	
.e50-1 {
    margin: 0px auto;
    top: 0px;
    left: 3%;
    position: absolute;
    z-index: 3;
    -webkit-animation: scale-up-center 0.6s ease-out 1.5s both;
    animation: scale-up-center 0.6s ease-out 1.5s both;
}
	
.e50-1 img {
    width: 50%;
    margin: 0px auto;
}	

.e50-2 {
    margin: 0px auto;
    top: 80px;
    left: 12%;
    position: absolute;
    z-index: 3;
    -webkit-animation: scale-up-center 0.6s ease-out 2.5s both;
    animation: scale-up-center 0.6s ease-out 2.5s both;
}		
	
.e50-3 {
    margin: 0px auto;
    top: 70px;
    left: 22%;
    position: absolute;
    z-index: 3;
    -webkit-animation: scale-up-center 0.6s ease-out 3.5s both;
    animation: scale-up-center 0.6s ease-out 3.5s both;
}	
	
	
.e50-2 img, .e50-3 img {
    width: 50%;
    margin: 0px auto;
}		
	
.e50-4 {
    margin: 0px auto;
    top: 177px;
    left: 0%;
    position: absolute;
    z-index: 3;
    -webkit-animation: scale-up-center 0.6s ease-out 4.5s both;
    animation: scale-up-center 0.6s ease-out 4.5s both;
}
	
.kid-1 {
    margin: 0px auto;
    margin-top: -40px;
    left: -220px;
    position: absolute;
    z-index: 2;
    animation: Move2 1.5s infinite alternate;
    -moz-transform: Move2 1.5s infinite alternate;
    -webkit-animation: Move2 1.3s infinite alternate;
}

.kid-2 {
    margin: 0px auto;
    padding-top: 80px;
    left: -150px;
    position: absolute;
    z-index: 2;
    animation: Move1 2s infinite alternate;
    -moz-transform: Move1 2s infinite alternate;
    -webkit-animation: Move1 2s infinite alternate;
}	
	
.kid-3 {
    margin: 0px auto;
    padding-top: 200px;
    left: -160px;
    position: absolute;
    z-index: 2;
    animation: Move2 1s infinite alternate;
    -moz-transform: Move2 1s infinite alternate;
    -webkit-animation: Move2 1s infinite alternate;
}	
	
.kid-4 {
    margin: 0px auto;
    margin-top: -30px;
    right: -240px;
    position: absolute;
    z-index: 2;
    animation: Move1 2.3s infinite alternate;
    -moz-transform: Move1 2.3s infinite alternate;
    -webkit-animation: Move1 2.3s infinite alternate;
}	
	
.kid-5 {
    margin: 0px auto;
    padding-top: 130px;
    right: -180px;
    position: absolute;
    z-index: 2;
    animation: Move2 1.6s infinite alternate;
    -moz-transform: Move2 1.6s infinite alternate;
    -webkit-animation: Move2 1.6s infinite alternate;
}
	
.kid-1 img, .kid-2 img, .kid-3 img, .kid-4 img, .kid-5 img {
    width: 42%;
    margin: 0px auto;
}	

.test {
    width: 100%;
    margin: 0px auto;
    top: -90px;
    left: 19%;
    position: relative;
    z-index: 1;
}	
	
	
	
.feature-box {
    width: 100%;
    height: 430px;
    background-color: rgba(255, 255, 255, 0.8);
    font-size: 1rem;
    padding: 0;
    text-align: left;
    border-radius: 3px;
    box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.15);
    transition: transform .3s;
    margin: 30px 0px 30px 0px;
}

}
	
	
@media screen and (max-width:812px){

.icon-fb {
    width: 40px;
    height: auto;
    margin: 0px 5px;
}	
	
	
.earth {
    width: 60%;
    margin: 0px auto;
}	
	
.e50-1 {
    margin: 0px auto;
    top: -5px;
    left: 1%;
    position: absolute;
    z-index: 3;
    -webkit-animation: scale-up-center 0.6s ease-out 1.5s both;
    animation: scale-up-center 0.6s ease-out 1.5s both;
}	

.e50-1 img {
    width: 55%;
    margin: 0px auto;
}	
	
.e50-2 {
    margin: 0px auto;
    top: 105px;
    left: 8%;
    position: absolute;
    z-index: 3;
    -webkit-animation: scale-up-center 0.6s ease-out 2.5s both;
    animation: scale-up-center 0.6s ease-out 2.5s both;
}
	
.e50-3 {
    margin: 0px auto;
    top: 80px;
    left: 17%;
    position: absolute;
    z-index: 3;
    -webkit-animation: scale-up-center 0.6s ease-out 3.5s both;
    animation: scale-up-center 0.6s ease-out 3.5s both;
}	

.e50-2 img, .e50-3 img {
    width: 50%;
    margin: 0px auto;
}	

.e50-4 {
    margin: 0px auto;
    top: 200px;
    left: 0%;
    position: absolute;
    z-index: 3;
    -webkit-animation: scale-up-center 0.6s ease-out 4.5s both;
    animation: scale-up-center 0.6s ease-out 4.5s both;
}	
	
.e50-4 img {
    width: 60%;
    margin: 0px auto;
}	
		
	
.kid-1 {
    margin: 0px auto;
    margin-top: -30px;
    left: -230px;
    position: absolute;
    z-index: 2;
    animation: Move2 1.5s infinite alternate;
    -moz-transform: Move2 1.5s infinite alternate;
    -webkit-animation: Move2 1.3s infinite alternate;
}	
	
.kid-2 {
    margin: 0px auto;
    padding-top: 90px;
    left: -160px;
    position: absolute;
    z-index: 2;
    animation: Move1 2s infinite alternate;
    -moz-transform: Move1 2s infinite alternate;
    -webkit-animation: Move1 2s infinite alternate;
}	
	
.kid-3 {
    margin: 0px auto;
    padding-top: 250px;
    left: -200px;
    position: absolute;
    z-index: 2;
    animation: Move2 1s infinite alternate;
    -moz-transform: Move2 1s infinite alternate;
    -webkit-animation: Move2 1s infinite alternate;
}

.kid-4 {
    margin: 0px auto;
    margin-top: -20px;
    right: -240px;
    position: absolute;
    z-index: 2;
    animation: Move1 2.3s infinite alternate;
    -moz-transform: Move1 2.3s infinite alternate;
    -webkit-animation: Move1 2.3s infinite alternate;
}	
	
.kid-5 {
    margin: 0px auto;
    padding-top: 170px;
    right: -190px;
    position: absolute;
    z-index: 2;
    animation: Move2 1.6s infinite alternate;
    -moz-transform: Move2 1.6s infinite alternate;
    -webkit-animation: Move2 1.6s infinite alternate;
}
	
.kid-1 img, .kid-2 img, .kid-3 img, .kid-4 img, .kid-5 img {
    width: 36%;
    margin: 0px auto;
}
	
.test {
    width: 100%;
    margin: 0px auto;
    top: -110px;
    left: 18%;
    position: relative;
    z-index: 1;
}	
	
.feature-box {
    width: 330px;
    height: 430px;
    background-color: rgba(255, 255, 255, 0.8);
    font-size: 1rem;
    padding: 0;
    text-align: left;
    border-radius: 3px;
    box-shadow: 0 1.1rem 2rem rgba(0, 0, 0, 0.15);
    transition: transform .3s;
    margin: 40px 0px 30px 0px;
}	

.grid-box p {
    font-family: sans-serif,'Noto Sans TC';
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    text-align: left;
    margin: 0 0 10px;
    padding: 0 10px;
    position: relative;
    z-index: 2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
}	
	
	
}


@media screen and (max-width: 731px){
	
.feature-box {
    width: 500px;
    height: 550px;
    background-color: rgba(255, 255, 255, 0.8);
    font-size: 1rem;
    padding: 0;
    text-align: left;
    border-radius: 3px;
    box-shadow: 0 1.1rem 2rem rgba(0, 0, 0, 0.15);
    transition: transform .3s;
    margin: 40px 0px 30px 0px;
}

}


@media screen and (max-width: 768px){	

.earth {
    width: 58%;
    margin: 0px auto;
}
	
.e50-1 {
    margin: 0px auto;
    top: 0px;
    left: 3%;
    position: absolute;
    z-index: 3;
    -webkit-animation: scale-up-center 0.6s ease-out 1.5s both;
    animation: scale-up-center 0.6s ease-out 1.5s both;
}	
		
.e50-1 img {
    width: 50%;
    margin: 0px auto;
}

.e50-2 {
    margin: 0px auto;
    top: 90px;
    left: 10%;
    position: absolute;
    z-index: 3;
    -webkit-animation: scale-up-center 0.6s ease-out 2.5s both;
    animation: scale-up-center 0.6s ease-out 2.5s both;
}
	
.e50-3 {
    margin: 0px auto;
    top: 80px;
    left: 19%;
    position: absolute;
    z-index: 3;
    -webkit-animation: scale-up-center 0.6s ease-out 3.5s both;
    animation: scale-up-center 0.6s ease-out 3.5s both;
}
	
.e50-2 img, .e50-3 img {
    width: 50%;
    margin: 0px auto;
}	
	
.e50-4 {
    margin: 0px auto;
    top: 200px;
    left: 0%;
    position: absolute;
    z-index: 3;
    -webkit-animation: scale-up-center 0.6s ease-out 4.5s both;
    animation: scale-up-center 0.6s ease-out 4.5s both;
}
	
.e50-4 img {
    width: 60%;
    margin: 0px auto;
}
	
.kid-1 {
    margin: 0px auto;
    margin-top: -40px;
    left: -220px;
    position: absolute;
    z-index: 2;
    animation: Move2 1.5s infinite alternate;
    -moz-transform: Move2 1.5s infinite alternate;
    -webkit-animation: Move2 1.3s infinite alternate;
}
	
.kid-2 {
    margin: 0px auto;
    padding-top: 110px;
    left: -140px;
    position: absolute;
    z-index: 2;
    animation: Move1 2s infinite alternate;
    -moz-transform: Move1 2s infinite alternate;
    -webkit-animation: Move1 2s infinite alternate;
}
	
.kid-3 {
    margin: 0px auto;
    padding-top: 250px;
    left: -180px;
    position: absolute;
    z-index: 2;
    animation: Move2 1s infinite alternate;
    -moz-transform: Move2 1s infinite alternate;
    -webkit-animation: Move2 1s infinite alternate;
}
	
.kid-4 {
    margin: 0px auto;
    margin-top: -30px;
    right: -230px;
    position: absolute;
    z-index: 2;
    animation: Move1 2.3s infinite alternate;
    -moz-transform: Move1 2.3s infinite alternate;
    -webkit-animation: Move1 2.3s infinite alternate;
}
	
.kid-5 {
    margin: 0px auto;
    padding-top: 220px;
    right: -180px;
    position: absolute;
    z-index: 2;
    animation: Move2 1.6s infinite alternate;
    -moz-transform: Move2 1.6s infinite alternate;
    -webkit-animation: Move2 1.6s infinite alternate;
}

.test {
    width: 100%;
    margin: 0px auto;
    top: -90px;
    left: 18%;
    position: relative;
    z-index: 1;
}	
	
	
}

@media screen and (max-width:736px){

.feature-box {
	max-width: 100%;
    width: 510px;
    height: 560px;
    background-color: rgba(255, 255, 255, 0.8);
    font-size: 1rem;
    padding: 0;
    text-align: left;
    border-radius: 3px;
    box-shadow: 0 1.1rem 2rem rgba(0, 0, 0, 0.15);
    transition: transform .3s;
    margin: 40px 0px 30px 0px;
}

.earth_box {
    width: 100%;
    margin: 0px auto;
    top: -20px;
    position: relative;
    z-index: 1;
}
	
.earth {
    width: 60%;
    margin: 0px auto;
}	
	
.e50-1 {
    margin: 0px auto;
    top: 0px;
    left: 0%;
    position: absolute;
    z-index: 3;
    -webkit-animation: scale-up-center 0.6s ease-out 1.5s both;
    animation: scale-up-center 0.6s ease-out 1.5s both;
}
	
.e50-2 {
    margin: 0px auto;
    top: 50px;
    left: 4%;
    position: absolute;
    z-index: 3;
    -webkit-animation: scale-up-center 0.6s ease-out 2.5s both;
    animation: scale-up-center 0.6s ease-out 2.5s both;
}
	
.e50-3 {
    margin: 0px auto;
    top: 57px;
    left: 24%;
    position: absolute;
    z-index: 3;
    -webkit-animation: scale-up-center 0.6s ease-out 3.5s both;
    animation: scale-up-center 0.6s ease-out 3.5s both;
}
	
.e50-4 {
    margin: 0px auto;
    top: 130px;
    left: 0%;
    position: absolute;
    z-index: 3;
    -webkit-animation: scale-up-center 0.6s ease-out 4.5s both;
    animation: scale-up-center 0.6s ease-out 4.5s both;
}	
	
.kid-1 {
    margin: 0px auto;
    margin-top: -20px;
    left: -260px;
    position: absolute;
    z-index: 2;
    animation: Move2 1.5s infinite alternate;
    -moz-transform: Move2 1.5s infinite alternate;
    -webkit-animation: Move2 1.3s infinite alternate;
}	
	
.kid-2 {
    margin: 0px auto;
    padding-top: 60px;
    left: -220px;
    position: absolute;
    z-index: 2;
    animation: Move1 2s infinite alternate;
    -moz-transform: Move1 2s infinite alternate;
    -webkit-animation: Move1 2s infinite alternate;
}	
	
.kid-3 {
    margin: 0px auto;
    padding-top: 160px;
    left: -230px;
    position: absolute;
    z-index: 2;
    animation: Move2 1s infinite alternate;
    -moz-transform: Move2 1s infinite alternate;
    -webkit-animation: Move2 1s infinite alternate;
}
	
.kid-4 {
    margin: 0px auto;
    margin-top: -10px;
    right: -280px;
    position: absolute;
    z-index: 2;
    animation: Move1 2.3s infinite alternate;
    -moz-transform: Move1 2.3s infinite alternate;
    -webkit-animation: Move1 2.3s infinite alternate;
}
	
.kid-5 {
    margin: 0px auto;
    padding-top: 120px;
    right: -230px;
    position: absolute;
    z-index: 2;
    animation: Move2 1.6s infinite alternate;
    -moz-transform: Move2 1.6s infinite alternate;
    -webkit-animation: Move2 1.6s infinite alternate;
}	
	
.test {
    width: 100%;
    margin: 0px auto;
    top: -120px;
    left: 10%;
    position: relative;
    z-index: 1;
}
	
.test_bg {
    width: 420px;
    height: 110px;
    border-radius: 20px;
    background-color: rgba(19,119,165,.8);
}
	
.test_bg h3 {
    font-size: 1.8rem;
    font-family: sans-serif,'Noto Sans TC';
    font-weight: 600;
    padding-top: 20px;
    margin-left: -136px;
    color: #fff;
    text-align: center;
}
	
.start {
    width: 140px;
    height: 45px;
    top: -48px;
    right: 8px;
    border-radius: 10px;
    background-color: rgba(255,174,0,1);
    float: right;
    position: relative;
}
	
.start p {
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 2.2em;
    color: #fff;
    padding-left: 10px;
}
	
.fa_icon {
    width: 35px;
    height: 35px;
    top: -50px;
    right: 10px;
    padding-top: 8px;
    padding-left: 4px;
    border-radius: 35px;
    background-color: #fff;
    float: right;
    position: relative;
}	
	
	
}


@media screen and (max-width:667px){
	
.earth_box {
    width: 100%;
    margin: 0px auto;
    top: 10px;
    position: relative;
    z-index: 1;
}

.test {
    width: 100%;
    margin: 0px auto;
    top: -100px;
    left: 10%;
    position: relative;
    z-index: 1;
}
	
}



@media screen and (max-width:640px){
	
.icon-fb {
    width: 50px;
    height: auto;
    margin: 0px auto;
}

}

@media screen and (max-width:414px){
body > div > div > h3 > img,
body > div > div > div > h3 > img,
.teams-heading img {
	max-width: 200px;
}
#medias .teams-heading img {
	max-width: 260px;
}
.navbar {
	padding: .2rem 1rem;
}
.bt_logo {
	width: 50%;
	margin: 0;
}

.icon-fb {
    width: 50px;
    height: auto;
    margin: 0px auto;
}	
	
.earth_box {
    width: 100%;
    margin: 0px auto;
    top: 70px;
    position: relative;
    z-index: 1;
}	
	
.earth {
    width: 100%;
    margin: 0px auto;
}	
	
.e50-1 {
    width: 380px;
    margin: 0px auto;
    top: 0px;
    left: 0%;
    position: absolute;
    z-index: 2;
}	

.e50-1 img {
    width: 100%;
    margin: 0px auto;
}	
	
.e50-2 {
    width: 140px;
    margin: 0px auto;
    top: 110px;
    left: 0%;
    position: absolute;
    z-index: 2;
}	

.e50-2 img {
    width: 100%;
    margin: 0px auto;
}	
	
.e50-3 {
    width: 270px;
    margin: 0px auto;
    top: 95px;
    left: 32%;
    position: absolute;
    z-index: 2;
}	

.e50-3 img {
    width: 97%;
    margin: 0px auto;
}	
	
.e50-4 {
    width: 380px;
    margin: 0px auto;
    top: 200px;
    left: 0%;
    position: absolute;
    z-index: 2;
}	

.e50-4 img {
    width: 100%;
    margin: 0px auto;
}	
	
.kid-1 {
    margin: 0px auto;
    margin-top: -80px;
	left: -270px;
    position: absolute;
    z-index: 1;
	animation:Move2 1.5s infinite alternate; /*IE*/
    -moz-transform:Move2 1.5s infinite alternate; /*FireFox*/
    -webkit-animation:Move2 1.3s infinite alternate; /*Chrome, Safari*/
}

.kid-1 img {
    width: 40%;
    margin: 0px auto;
}

.kid-2 {
    margin: 0px auto;
    padding-top: 260px;
	left: -177px;
    position: absolute;
    z-index: 2;
	animation:Move1 2s infinite alternate; /*IE*/
    -moz-transform:Move1 2s infinite alternate; /*FireFox*/
    -webkit-animation:Move1 2s infinite alternate; /*Chrome, Safari*/
}

.kid-2 img {
    width: 40%;
    margin: 0px auto;
}

.kid-3 {
    margin: 0px auto;
    padding-top: 420px;
	left: -160px;
    position: absolute;
    z-index: 2;
	animation: Move2 1s infinite alternate;
    -moz-transform: Move2 1s infinite alternate;
    -webkit-animation: Move2 1s infinite alternate;
}

.kid-3 img {
    width: 40%;
    margin: 0px auto;
}

.kid-4 {
    margin: 0px auto;
    margin-top: 420px;
    right: -250px;
    position: absolute;
    z-index: 2;
    animation: Move1 2.3s infinite alternate;
    -moz-transform: Move1 2.3s infinite alternate;
    -webkit-animation: Move1 2.3s infinite alternate;
}	

.kid-4 img {
    width: 40%;
    margin: 0px auto;
}

.kid-5 {
    margin: 0px auto;
    padding-top: 0;
    margin-top: -80px;
    right: -190px;
    position: absolute;
    z-index: 1;
    animation: Move2 1.6s infinite alternate;
    -moz-transform: Move2 1.6s infinite alternate;
    -webkit-animation: Move2 1.6s infinite alternate;
}
	
.kid-5 img {
    width: 40%;
    margin: 0px auto;
}

.test {
    width: 72%;
    margin: 100px auto -80px auto;
    top: -127px;
    left: 0%;
    position: relative;
    z-index: 1;
}
	
.test_bg {
    width: 100%;
	height: 150px;
    border-radius: 20px;
    background-color: rgba(19,119,165,.8);
}
	
.test_bg h3 {
    font-size: 1.8rem;
    font-family: sans-serif,'Noto Sans TC';
    font-weight: 600;
    padding-top: 10px;
    margin-left: 0px;
    color: #fff;
    text-align: center;
}	
	
.start {
    width: 62%;
	height: 52px;
    margin: 0 19%;
    top: 0px;
    right: 0px;
    border-radius: 10px;
    background-color: rgba(255,174,0,1);
    position: relative;
}
	
.start p {
    font-size: 23px;
    font-weight: 500;
    line-height: 2.3em;
    color: #fff;
    padding-left: 20px;
}
	
.fa_icon {
    width: 40px;
    height: 40px;
    top: -57px;
    right: 10px;
    padding-top: 11px;
    padding-left: 4px;
    border-radius: 35px;
    background-color: #fff;
    float: right;
    position: relative;
}
	
	
	
.feature-box {
    width: 90%;
    height: 440px;
    background-color: rgba(255, 255, 255, 0.8);
    font-size: 1rem;
    padding: 0;
    text-align: left;
    border-radius: 3px;
    box-shadow: 0 0.7rem 1.2rem rgba(0, 0, 0, 0.15);
    transition: transform .3s;
    margin: 20px 20px 10px 20px;
}	
	
.title_b {
    font-size: 1.4rem;
    padding: 10px;
    height: 2.6em;
	display: -webkit-box;
    -webkit-line-clamp: 2; /*行數*/
    -webkit-box-orient: vertical;
    white-space: normal;
}
	
	
}

	
@media screen and (max-width:375px){

.e50-1 {
    width: 100%;
    margin: 0px auto;
    top: 2px;
    left: 0;
    position: absolute;
    z-index: 2;
}
	
.e50-1 img {
    width: 100%;
    margin: 0px auto;
}
	
.e50-2 {
    width: 140px;
    margin: 0px auto;
    top: 100px;
    left: -2%;
    position: absolute;
    z-index: 2;
}	
	
.e50-3 {
    width: 240px;
    margin: 0px auto;
    top: 93px;
    left: 33%;
    position: absolute;
    z-index: 2;
}
	
.e50-4 {
    width: 360px;
    margin: 0px auto;
    top: 188px;
    left: -3%;
    position: absolute;
    z-index: 2;
}	
	
	
.kid-1 {
    margin: 0px auto;
    margin-top: -70px;
    left: -230px;
    position: absolute;
    z-index: 1;
    animation: Move2 1.5s infinite alternate;
    -moz-transform: Move2 1.5s infinite alternate;
    -webkit-animation: Move2 1.3s infinite alternate;
}
	
	
.kid-2 {
    margin: 0px auto;
    padding-top: 250px;
    left: -190px;
    position: absolute;
    z-index: 2;
    animation: Move1 2s infinite alternate;
    -moz-transform: Move1 2s infinite alternate;
    -webkit-animation: Move1 2s infinite alternate;
}
	
	
.kid-3 {
    margin: 0px auto;
    padding-top: 390px;
    left: -210px;
    position: absolute;
    z-index: 2;
    animation: Move2 1s infinite alternate;
    -moz-transform: Move2 1s infinite alternate;
    -webkit-animation: Move2 1s infinite alternate;
}

.kid-4 {
    margin: 0px auto;
    margin-top: 410px;
    right: -270px;
    position: absolute;
    z-index: 2;
    animation: Move1 2.3s infinite alternate;
    -moz-transform: Move1 2.3s infinite alternate;
    -webkit-animation: Move1 2.3s infinite alternate;
}	
	
.kid-5 {
    margin: 0px auto;
    padding-top: 0;
    margin-top: -60px;
    right: -200px;
    position: absolute;
    z-index: 1;
    animation: Move2 1.6s infinite alternate;
    -moz-transform: Move2 1.6s infinite alternate;
    -webkit-animation: Move2 1.6s infinite alternate;
}	
	
.kid-1 img,.kid-2 img,.kid-3 img,.kid-4 img,.kid-5 img {
    width: 30%;
    margin: 0px auto;
}		
	
.feature-box {
    width: 100%;
    height: 440px;
    background-color: rgba(255, 255, 255, 0.8);
    font-size: 1rem;
    padding: 0;
    text-align: left;
    border-radius: 3px;
    box-shadow: 0 1.2rem 1.6rem rgba(0, 0, 0, 0.15);
    transition: transform .3s;
    margin: 30px 0px 10px 0px;
}

.test {
    width: 82%;
    margin: 100px auto -80px auto;
    top: -100px;
    left: 0%;
    position: relative;
    z-index: 1;
}
	
.test_bg {
    width: 100%;
	height: 150px;
    border-radius: 20px;
    background-color: rgba(19,119,165,.8);
}
	
.test_bg h3 {
    font-size: 1.8rem;
    font-family: sans-serif,'Noto Sans TC';
    font-weight: 600;
    padding-top: 10px;
    margin-left: 0px;
    color: #fff;
    text-align: center;
}	
	
.start {
    width: 62%;
	height: 52px;
    margin: 0 19%;
    top: 0px;
    right: 0px;
    border-radius: 10px;
    background-color: rgba(255,174,0,1);
    position: relative;
}
	
.start p {
    font-size: 23px;
    font-weight: 500;
    line-height: 2.3em;
    color: #fff;
    padding-left: 20px;
}
	
.fa_icon {
    width: 40px;
    height: 40px;
    top: -57px;
    right: 10px;
    padding-top: 11px;
    padding-left: 4px;
    border-radius: 35px;
    background-color: #fff;
    float: right;
    position: relative;
}
	
	
}
	




@media screen and (max-width: 360px){
	
/*
.e50-1 {
    width: 350px;
    margin: 0px auto;
    top: 0px;
    left: -3%;
    position: absolute;
    z-index: 2;
}
*/
	
.e50-2 {
    width: 140px;
    margin: 0px auto;
    top: 90px;
    left: -4%;
    position: absolute;
    z-index: 2;
}

.e50-3 {
    width: 240px;
    margin: 0px auto;
    top: 83px;
    left: 33%;
    position: absolute;
    z-index: 2;
}
	
.e50-4 {
    width: 350px;
    margin: 0px auto;
    top: 183px;
    left: -3%;
    position: absolute;
    z-index: 2;
}

.kid-2 {
    margin: 0px auto;
    padding-top: 250px;
    left: -190px;
    position: absolute;
    z-index: 2;
    animation: Move1 2s infinite alternate;
    -moz-transform: Move1 2s infinite alternate;
    -webkit-animation: Move1 2s infinite alternate;
}	
	
.kid-3 {
    margin: 0px auto;
    padding-top: 400px;
    left: -180px;
    position: absolute;
    z-index: 2;
    animation: Move2 1s infinite alternate;
    -moz-transform: Move2 1s infinite alternate;
    -webkit-animation: Move2 1s infinite alternate;
}	
	

}


/*
@media screen and (max-width:568px){
	
.kid-2 {
    margin: 0px auto;
    padding-top: 60px;
    left: -160px;
    position: absolute;
    z-index: 2;
    animation: Move1 2s infinite alternate;
    -moz-transform: Move1 2s infinite alternate;
    -webkit-animation: Move1 2s infinite alternate;
}

.kid-4 {
    margin: 0px auto;
    margin-top: -10px;
    right: -260px;
    position: absolute;
    z-index: 2;
    animation: Move1 2.3s infinite alternate;
    -moz-transform: Move1 2.3s infinite alternate;
    -webkit-animation: Move1 2.3s infinite alternate;
}
	
.kid-5 {
    margin: 0px auto;
    padding-top: 120px;
    right: -200px;
    position: absolute;
    z-index: 2;
    animation: Move2 1.6s infinite alternate;
    -moz-transform: Move2 1.6s infinite alternate;
    -webkit-animation: Move2 1.6s infinite alternate;
}
	
}*/




@media screen and (max-width:320px){
	
.earth_box {
    width: 100%;
    margin: 0px auto;
    top: 20px;
    position: relative;
    z-index: 1;
}
		
/*
.e50-1 {
    width: 320px;
    margin: 0px auto;
    top: 0px;
    left: -6%;
    position: absolute;
    z-index: 2;
}
*/

.e50-2 {
    width: 40%;
    margin: 0px auto;
    top: 80px;
    left: 0;
    position: absolute;
    z-index: 2;
}
	
.e50-3 {
    width: 60%;
    margin: 0px auto;
    top: 80px;
    left: auto;
	right: 0;
    position: absolute;
    z-index: 2;
}
	
.e50-4 {
    width: 100%;
    margin: 0px auto;
    top: 155px;
    left: 0;
    position: absolute;
    z-index: 2;
}	
	
.kid-1,.kid-2,.kid-3,.kid-4,.kid-5{display: none;}	
	
.showcase {
	height: 100%;
}
.showcase-caption {
	top: 0;
	padding-top: 55px;
	height: 100%;
}
.test {
    width: 100%;
    margin: 0;
    top: -40px;
    left: 0;
    position: relative;
    z-index: 1;
}	
.showcase-button {
	margin-top: 0;
	bottom: 10px;
	top: auto;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
}
.showcase-btn {
	margin: 0;
	padding: 0;
}
.showcase-button .fa-3x {
	font-size: 1.8em;
}
	
	
.feature-box {
    width: 100%;
    height: 390px;
    background-color: rgba(255, 255, 255, 0.8);
    font-size: 1rem;
    padding: 0;
    text-align: left;
    border-radius: 3px;
    box-shadow: 0 1rem 1.2rem rgba(0, 0, 0, 0.15);
    transition: transform .3s;
    margin: 30px 0px 20px 0px;
}
	
	
	
}




	