
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+TC&display=swap');
html{
	scroll-behavior: smooth;
	overflow: auto;
}

::selection{
	background-color: #aeecff;
}

body{

	margin: 0 0; 
	overflow: hidden;

	background:url('img/bg.png'),linear-gradient(180deg, rgba(255,212,185,1) 0%, rgba(255,223,146,1) 100%);

	background-repeat:repeat, no-repeat;

	

	font-family: "Arial","Noto Sans TC" , sans-serif !important;
}
h1,h2,h3,h4,h5,p{
	margin: 0 ;
	font-weight: 200;
}
ul{
	padding: 0;
	margin: 0;
}
li{
	list-style: none;
}

@media screen and (min-width: 374px){
	.hidden-br-374{
		display: none;
	}
}

@media screen and (min-width: 380px){
	.hidden-br-380{
		display: none;
	}
}
@media screen and (min-width: 408px){
	.hidden-br-408{
		display: none;
	}
}
@media screen and (min-width: 608px){
	.hidden-br-608{
		display: none;
	}
}

@media screen and (min-width: 630px){
	.hidden-br-630{
		display: none;
	}
}



header{
	text-align: center;
	margin-top: 5vh;
	/*padding: 15vh 5vw;*/
/*	background: url('img/banner.png');
	background-repeat: no-repeat;
	background-position: center top;*/
}
header h1{
	font-size: 1.5em;
	color: #ed6a10;
}
header img{
	width: 60vw;
}
header p{
	text-align: center;
	transform: translate(-5%,-10%);
	font-size: 3em;
	color: white;
}
header span{
	font-size: 1.5em;
	color: #fff100;
	font-weight: 600;
}

@media screen and (max-width: 768px){
	header p{
		text-align: center;
		transform: none;
		font-size: 2em;
		color: white;
	}
	header h1{
		font-size: 1.2em;
		color: #ed6a10;
	}
	header img{
		width: 100vw;
	}
}
@media screen and (max-width:1440px) and (min-width: 769px){
 	header img{
		width: 80vw;
	}
}




#news{
	padding:0 10vw 5vh 10vw;

}

#news h3{
	text-align: center;
	padding-top: 3vh;
	color: #fff000;
	font-weight: 600;
	font-size: 2.5em;
	background: url('img/bubble.png');
	background-repeat: no-repeat;
	background-position: center top;

}
#news .area{
	background-color: #129ddb;
	padding: 2vh 2vw;
	border-radius: 15px;

	box-shadow: 6px 6px 3px #aaaaaa;
}
#news .box{
	display: flex;
	flex-direction: row;
	justify-content: left;
	font-size: 1.5em;
	margin: 2vh 0;
}
#news .box i{
	margin: auto 2vw;
	color: #fff100;
}
#news .box p{
	color: white;
}

@media screen and (max-width: 768px){

	#news{
		padding:0 2vw 5vh 2vw;
	}
	#news h3{
		text-align: center;
		padding-top: 0;
	
		border-radius: 15px 15px 0 0;
		color: #fff000;
		font-weight: 600;
		font-size: 2em;
		background:red;

	}
	#news .area{
		border-radius: 0 0 15px 15px;
	}
	#news .box{
		font-size: 1.2em;
	}
}


#dream{
	padding: 5vh 10vw;
}
#dream>h3{
	text-align: center;
	font-weight: 600;
    font-size: 2.5em;
    color: #003592;
}
#dream .out{
	display: flex;
	flex-direction: row;
	justify-content: center;
}

#dream .out h4{
	font-size: 3em;
	margin: auto 0;
	background-color: #005dad;
	color: white;
	font-weight: 600;
	border-radius: 100%;
	padding: 50px 50px;
}

#dream .out .box{
	margin: 4vh 2vw;
	display: flex;
	flex-direction: row;
}
#dream .out .box i{
	margin: auto 2vw;
	font-size: 2.5em;
	margin-bottom: 0;
}

#dream .out .box p{
	text-align: center;
	font-size: 1.5em;
	
}

#dream .out .area .box:first-child i{
	color:#e1515c;
}
#dream .out .area .box:nth-child(2) i{
	color:#7f58a2;
}
#dream .out .area .box:nth-child(3) i{
	color:#2fb6a6;
}

#dream .out .area .box:first-child p{
	color:#e1515c;
}
#dream .out .area .box:nth-child(2) p{
	color:#7f58a2;
}
#dream .out .area .box:nth-child(3) p{
	color:#2fb6a6;
}

#dream .out .area .box span{
	color: white;
	padding: 1vh 1vw;
	border-radius: 50px;
}
#dream .out .area .box:first-child span{
	background-color:#e1515c;
}
#dream .out .area .box:nth-child(2) span{
	background-color:#7f58a2;
}
#dream .out .area .box:nth-child(3) span{
	background-color:#2fb6a6;
}

@media screen and (max-width: 768px){

	#dream{
		padding: 5vh 2vw;
	}
	#dream>h3{
		margin: 2vh 0;
	}
	#dream .out{
		display: flex;
		flex-direction: column;

	}
	#dream .out .box {
	    margin: 4vh 0;
	    justify-content: center;

	}
	#dream .out .box i{
		display: none;
	}
	#dream .out h4{
		order: 1;
	}
	#dream .out .area:first-child{
		order: 2;
	}
	#dream .out .area:last-child{
		order: 3;
	}
	#dream .out h4 {
	    margin: auto;
	    padding: 40px 50px;
	}
	#dream .out .area .box span {
	    padding: 1vh 5vw;
   	}
}

@media screen and (max-width:1024px) and (min-width: 769px){
	#dream {
	    padding: 5vh 5vw;
	}
	#dream .out .box p {
	    font-size: 1em;
	}
}







#ability{
	padding: 5vh 10vw;
}
#ability h3{
	text-align: center;
	font-weight: 600;
    font-size: 2.5em;
    color: #003592;
    margin: 1vh 0;
}
#ability table,#test table{
 	width: 55vw;
	text-align: center;
	font-size: 1.5em;
	margin: 0 auto;
	font-weight: 200;
	border-radius: 15px;
	border-collapse:separate; 
	border-spacing:0;
}
#ability table th,#test table th{
	padding: 1vh 1vw;
	border-top:2px solid #ba2446;
	border-left:2px solid #ba2446;
	border-bottom: 2px solid #ba2446;
	color: white;
	background-color: #e1515c;
	font-weight: normal;
}
#ability table th:first-child,#test table th:first-child{
	border-radius: 15px 0 0 0;
}
#ability  table th:last-child,#test table th:last-child{
	border-right: 2px solid #ba2446;
	border-radius:  0 15px 0 0;
}
#ability table tr td,#test table tr td{
	border-left:2px solid #ba2446;
	border-bottom: 2px solid #ba2446;
	padding: 1vh 1vw;
}
#ability table tr:nth-child(2) td:last-child,#test  table tr:nth-child(2) td:last-child{
	border-right: 2px solid #ba2446;
}
#ability table tr:last-child td,#test table tr:last-child td{
	border-right: 2px solid #ba2446;
}


#ability table tr:last-child,#test table tr:last-child{
	text-align: left;
	font-size: 0.8em;
	background-color: white;
}
#ability table tr:last-child td p span,#test table tr:last-child td p span{
	color: red;
}

#ability table tr:last-child td,#test table tr:last-child td{ 
	border-radius: 0 0 15px 15px;
}

#ability table tr:nth-child(-n+5) td:first-child,
#test table tr:nth-child(-n+5) td:first-child{
	background-color: #e1515c;
	color: white;
}
#ability table tr:nth-child(odd),
#test table tr:nth-child(odd) {
	background-color: white;
}
#ability table tr:nth-child(2n) td:nth-child(2),
#ability table tr:nth-child(2n) td:nth-child(3),
#ability table tr:nth-child(2n) td:nth-child(4),
#test table tr:nth-child(2n) td:nth-child(2),
#test table tr:nth-child(2n) td:nth-child(3),
#test table tr:nth-child(2n) td:nth-child(4)
{
	background-color: #fffbc4;
}

#ability table tr:nth-child(-n+5) td:nth-child(3),
#ability table tr:nth-child(-n+5) td:nth-child(4),
#test table tr:nth-child(-n+5) td:nth-child(3),
#test table tr:nth-child(-n+5) td:nth-child(4)
{
	color: red;
	font-weight: 600;
}

#ability table tr:nth-child(2) td:last-child  span,
#test table tr:nth-child(2) td:last-child  span
{
	font-weight: 600;
	font-size: 1.5em;
	color: red;
}


#test{
	padding: 5vh 10vw;
}
#test h3{
	text-align: center;
	font-weight: 600;
    font-size: 2.5em;
    color: #003592;
    margin: 1vh 0;
}





@media screen and (max-width: 768px){
	#ability h3 {
	    font-size: 2.4em;
	}
	#test h3{
	    font-size: 2.4em;
	}
	#ability {
	    padding: 5vh 1vw;
	}
	
	#test{
		padding: 5vh 1vw;
	}
	#ability table,#test table{
	 	width: 100%;
    	font-size: 1.1em;
	}


}
@media screen  and (max-width: 1440px) and (min-width: 769px){
	#ability table,#test table {
   		width: 80vw;
    }
}




#gotop {
	display: none;
    text-align: center;
    position: fixed;
    right: 20px;
    bottom: 50px;
    border-radius: 15px;
    padding: 15px 20px;
    font-size: 18px;
    background: rgba(255, 79, 79, 0.7);
    border: 1px;
    color: white;
    cursor: pointer;
    z-index: 99;
    animation: gotopbackchange 6s linear infinite;
}
@media screen and (max-width:550px){
	#gotop {
	    text-align: center;
	    position: fixed;
	    right: 10px;
	    bottom: 50px;
	    border-radius: 15px;
	    padding: 10px 15px;
	    font-size: 12px;
	    background: rgba(255, 79, 79, 0.7);
	    border: 1px;
	    color: white;
	    cursor: pointer;
	    z-index: 99;
	}
}
@media screen and (max-width:880px) and (min-width: 551px){

	#gotop {
		text-align: center;
	    position: fixed;
	    right: 20px;
	    bottom: 70px;
	    border-radius: 15px;
	    padding: 10px 15px;
	    font-size: 18px;
	    background: rgba(255, 79, 79, 0.7);
	    border: 1px;
	    color: white;
	    cursor: pointer;
	    z-index: 99;
	}
}

@keyframes gotopbackchange{
	0%{
		background-color: rgba(255, 79, 79, 0.7);
		
	}
	20%{
		background-color: rgba(255, 209, 79, 0.7);
		
	}
	40%{
		background-color:rgba(79, 255, 117, 0.7);
		
	}
	60%{
		background-color: rgba(79, 214, 255, 0.7);

	}
	80%{
		background-color: rgba(231, 184, 255, 0.7);

	}
	100%{
		background-color: rgba(255, 79, 79, 0.7);
		
	}
}







#message{
  color:#333;
  text-align: center;
  padding: 5vh 10vw;
  margin: 0 auto;
  background-color:rgba(255, 255, 255, 0.29);
}
#message h2{
  font-size: 2.2em;
  line-height: 1.2;
  margin-top:50px;
  margin-bottom: 5px;
  color:#0033cc;
  font-weight: 600;
  text-align: center;
}


/*footer*/
footer {
  color: #fff;
  padding: 8vh 8vw;
  background-color: rgba(77, 144, 254,1.0);
}
footer h2{
  font-size:1.1em;
  line-height: 1.8;
  margin: 0 0px;
  text-align: left;
}
footer h3 {
  font-size: 1em;
  margin: 0 0;
  padding: 0 0 1vh 0.8vw;
  text-align: left;
}
.win{
  width:38vw;
  display: inline-block;
  vertical-align: top;
  color: #fff;
}
.add{width:100%;color: #fff;}
.add td{padding: 5px 1px;}

footer nav{
  width: 11vw;  
  /*font-weight: bold;*/
  text-align: right;
  display: inline-block;
  vertical-align: top;
  margin: auto 0 auto 2vw;
}
footer a {
  color: #fff;
  text-decoration: none;
}
footer a:hover,
footer a:focus {
  color: #fff;
  text-decoration: none;
}
footer a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
footer nav a{
  color: #fff;
  text-decoration: none;
  line-height: 1.8;
  display: block;
  text-align: left;
}
footer nav a:hover{
  font-weight: bold;
  color: #ffff00;
}
footer span{
  background-color: #fff;
  color: rgba(77, 144, 254,1.0);
  padding: 1px 5px;
  border-radius: 3px;
  font-weight: bold;
}
.shere{  
  display: inline-block;
  font-size:2.2em;
}
footer i{
  color: #fff;
  margin: auto 1vw;
}
@media (max-width: 68em){
  .win{
	  width:50vw;
	  display: inline-block;
	  vertical-align: top;
	}
	footer {
	  color: #fff;
	  padding: 8vh 5vw;
	  background-color: rgba(77, 144, 254,1.0);
	}
	footer nav{
	  margin: auto 0 auto 6vw;
	}
	.add{font-size: 14px;}
}

@media (max-width: 50em){
	.win{
	  width: 100%;
	  font-size: 14px;
	  display: block;
	}
	footer {
	  color: #fff;
	  font-size:14px;
	  padding:5vh 3vw 10vh 3vw;
	  background-color: rgba(77, 144, 254,1.0);
	}
	footer nav{
	  width: 25vw;  
	  margin-top: 3vh;
	  margin-left:0vw;
	  vertical-align: top;
	}
	.shere{  
	  vertical-align: bottom;
	  font-size: 1.6em;
	}
}



a {text-decoration: none;}
.red {color: #F00;font-weight: 600; font-family: "Arial Black" , "Noto Sans TC", sans-serif;}
.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.dropup .dropdown-menu{margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-menu{margin-top:0;margin-left:.125rem}.dropright .dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-bottom:.3em solid transparent;border-left:.3em solid}.dropright .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-toggle::after{vertical-align:0}.dropleft .dropdown-menu{margin-top:0;margin-right:.125rem}.dropleft .dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:""}.dropleft .dropdown-toggle::after{display:none}.dropleft .dropdown-toggle::before{display:inline-block;width:0;height:0;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropleft .dropdown-toggle:empty::after{margin-left:0}.dropleft .dropdown-toggle::before{vertical-align:0}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid #e9ecef}.dropdown-item{display:block;width:100%;padding:.25rem 1.5rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:focus,.dropdown-item:hover{color:#16181b;text-decoration:none;background-color:#f8f9fa}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#007bff}.dropdown-item.disabled,.dropdown-item:disabled{color:#6c757d;background-color:transparent}.dropdown-menu.show{display:block}
.r_bg{background-color: #ff0000;padding: 1px 5px;color: #fff;font-weight: bold;text-shadow: 0px 0px 0px rgba(255,255,255,0.6);}

/*tossing*/
.linefirend{
  font-size:2.5em;
  animation-name: linefirend;
  -webkit-animation-name: linefirend; 
  animation-duration: 2.5s; 
  -webkit-animation-duration: 2.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
@keyframes linefirend {
  0% {transform: rotate(-4deg);}
  50% {transform: rotate(4deg);}
  100% {transform: rotate(-4deg);}            
}
@-webkit-keyframes linefirend {
  0% {-webkit-transform: rotate(-4deg);}
  50% {-webkit-transform: rotate(4deg);}
  100% {-webkit-transform: rotate(-4deg);}        
}
@media (max-width: 767px){
  .linefirend{
  font-size:1em;
  animation-name: linefirend;
  -webkit-animation-name: linefirend; 
  animation-duration: 2.5s; 
  -webkit-animation-duration: 2.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
}

