@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100&display=swap');

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;}
html, body {
	margin: 0;
	padding: 0;
	line-height: normal;
	font-size: 62.5%;
}
body{
	width: 100% !important;
	font-family:'Noto Sans TC', "微軟正黑體", "Microsoft JhengHei UI", sans-serif;
	color: #333;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;}
	
a{
	color:#e1a7ae;
	text-decoration:none;
	font-weight: 400;
	transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	outline:none;}
	
a:hover{
	color:#eee;}
input {
    -webkit-appearance: none;
}
select{
	-moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
}
.copyright a{
	color: #e2cfb1;
}
.copyright a:hover{
	color: #eee;
}
.header{
	position:fixed;
	width:100%;
	height:60px;
	top:0px;
	left:0px;
	z-index:9998;
	background-color:#eee;
	background-color:rgba(245, 203, 89, 1);
	box-shadow: 0px 6px 16px 0px rgba(0,0,0,0.12);}

.wrap{
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.social{
	position:absolute;
	width:auto;
	right:60px;
	top:110px;
	z-index:9990;}

.social ul{}

.social ul li{
	display: inline-block;
	border-right:1px solid #fff;}
	
.social ul li a img{
	display:block;
	width:auto;
	height:24px;}

.social ul li a{
	display:block;
	height:24px;
	padding:0 10px 0 5px;}
	
.social ul li.end_border a{
	padding:0 0 0 5px;}

.social ul li a:hover{}

.social ul li.end_border{
	border-right:none;}

.section{
	
}
#menu li {
	display:inline-block;
	font-size:1rem;
	margin: 12px 6px;
	color: #000;
	background:#fff;
	background: rgba(255,255,255, 1);
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	overflow: hidden;
}
#menu li.active{
	background:#e1a7ae;
	color: #fff;
}
#menu li a{
	font-family: "微軟正黑體", "Microsoft JhengHei UI", "新細明體", Arial, HelveticaNeue, sans-serif;
	font-size:1.5rem;
	font-weight:bold;
	text-decoration:none;
	color: #000;
}
#menu li a:hover{
	color: #333;
	background-color: #eee;}
#menu li.active a:hover{
	color: #333;
	background-color: #eee;;
}
#menu li:hover{
	color: #333;
	background-color: #eee;
}
#menu li a,
#menu li.active a{
	height:36px;
	line-height:36px;
	padding: 0px 18px;
	display:block;
}
#menu li.active a{
	color: #fff;
}
#menu{
	/*margin:0 auto;
	width:670px;
	height: 60px;
	text-align:center;
	padding: 0;
	position:fixed;
	z-index: 9995;
	width: 100%;
	top:0;
	left:0;
	margin:0;*/
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    padding-left: 60px;
    padding-right: 120px;
}
.twitter-share-button{
	position: fixed;
	z-index: 99;
	right: 149px;
	top: 9px;
}
#download{
	margin: 10px 0 0 0;
	padding: 15px 10px;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #49afcd;
	background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -webkit-gradient(linear,0 0,0 100%,from( #5bc0de),to( #2f96b4));
	background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: linear-gradient(top, #5bc0de, #2f96b4);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
	border-color: #2f96b4 #2f96b4 #1f6377;
	border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);

	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	vertical-align: middle;
	cursor: pointer;
	display: inline-block;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
}
#download a{
	text-decoration:none;
	color:#fff;
}
#download:hover{
	text-shadow: 0 -1px 0 rgba(0,0,0,.25);
	background-color: #2F96B4;
	background-position: 0 -15px;
	-webkit-transition: background-position .1s linear;
	-moz-transition: background-position .1s linear;
	-ms-transition: background-position .1s linear;
	-o-transition: background-position .1s linear;
	transition: background-position .1s linear;
}
#infoMenu{
	height: 20px;
	color: #f2f2f2;
	position:fixed;
	z-index:70;
	bottom:0;
	width:100%;
	text-align:right;
	font-size:0.9em;
	padding:8px 0 8px 0;
}
#infoMenu ul{
	padding: 0 40px;
}
#infoMenu li a{
	display: block;
	margin: 0 22px 0 0;
	color: #333;
}
#infoMenu li a:hover{
	text-decoration:underline;
}
#infoMenu li{
	display:inline-block;
	position:relative;
}
#examplesList{
	display:none;
	background: #282828;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 20px;
	float: left;
	position: absolute;
	bottom: 29px;
	right: 0;
	width:638px;
	text-align:left;
}
#examplesList ul{
	padding:0;
}
#examplesList ul li{
	display:block;
	margin: 5px 0;
}
#examplesList ul li a{
	color: #BDBDBD;
	margin:0;
}
#examplesList ul li a:hover{
	color: #f2f2f2;
}
#examplesList .column{
	float: left;
	margin: 0 20px 0 0;
}
#examplesList .second-title{
	color: #f2f2f2;
	font-size: 1.2em;
	margin: 0 0 15px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.1);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
	padding: 0 0 5px 0;
}

/* Demos Menu
 * --------------------------------------- */
 #demosMenu{
	position:fixed;
	bottom: 10px;
	right:10px;
	z-index: 999;
 }

.footer{
	width: 100%;
	height:36px;
	margin-top:-36px;
	text-align:center;
	position: relative;
	clear:both;
	background-color:#000;
	background-color:rgba(0,0,0,.75);}
	
.copyright{
	height:36px;
	line-height:36px;
	font-size:0.75rem;
	color:#fff;
	font-weight:normal;
	transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
	outline:none;}
	
.copyright a{
	text-decoration:none;
	transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
	outline:none;}
	
.copyright a:hover{}

@media screen and (max-width: 1366px) {

html, body {}
	
}

@media screen and (max-width: 1024px) {

html, body {}
	
}
@media screen and (max-width: 820px) {

#menu li{
    margin: 12px 3px;
}
#menu li a{
    font-size: 1.4rem;
}

}
@media screen and (max-width: 768px) {

html, body {}
	
#menu li {
	margin:12px 2px;}
#menu li a{
		font-size: 1.3rem;
	}
#menu li a, #menu li.active a{padding: 0px 12px;}
	
.copyright{}
	
}

@media screen and (max-width: 736px) {
	
html, body {}
	
.header{}
	
#menu{
	display:none;
	height:50px;}

#menu li {
	margin:7px 2px;}
	
.social{
	top:70px;
	right:20px;}
	
}

@media screen and (max-width: 576px) {
	
html, body {}	

html, body {}
	
#menu{}
	
.social{
	top:80px;
	right:20px;}
	
}