@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
*, *::after, *::before { -webkit-box-sizing: border-box; box-sizing: border-box; }

body {
	margin: 0 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: url(img/bg.png);
	background-position: top center;
	background-color: #3f51b5;
	font-weight: 400;
	overflow: auto;
	font-family: "Arial" ,"Noto Sans TC", "Helvetica","sans-serif";
	/*font-family: "Noto Sans TC","Arial" , sans-serif;*/
}
#gotop {
width:3.8em;
height:3.8em;
text-align: center;
border:1px solid #ddd;
position: fixed;
right: 10px;
bottom: 10vh;
border-radius:50%;
padding:6px 0px;
font-size:0.9em;
background: rgba(0,0,0,0.7);
border: 1px;
color: white;
z-index: 300;

}
@media screen and (max-width:38em){
  body {
  margin: 0 0;
  background: url(img/bgm.png);
  background-position: top center;
  background-color: #3f51b5;
}
  #gotop {
  font-size:13px;
  padding-top: 5px;
  bottom:65px;
  }
}
#talk{
  text-align: center;
  position:fixed;
  top:8vh;
  vertical-align: middle;
  left:0px;
  text-align: left;
  font-size:0.8rem;
  line-height: 1.2;  
  text-align: center;
  z-index: 101;
}
#talk ul li {
  width:3.2em;
  height:3.2em;
  border-radius: 20%;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
}

#talk ul{
  margin: 0px 0px;
  padding: 0px 0px;
  list-style-type: none;  
  /*background-color: rgba(255,255,255,0.8);*/
}
#talk ul li{
  /*border:0.5px solid rgba(255,255,255,0.3);*/
  /*padding-top: 1.8vh;*/
  margin-top:0.5vh;
  /*color:#3488f5;*/
  color: #fff;

}
#talk ul li i{ font-size:1.6em;}
#talk ul li:first-child i{ font-size: 3.2em;margin-top:-0.1vh;}
#talk ul li:first-child{background-color: rgba(255,255,255,0.85); color:#1dcd00;}
#talk ul li:first-child:hover{ background-color: #1dcd00;  color:rgba(255,255,255,0.9); }
#talk ul li:nth-child(2){font-weight: bold;;margin-top: 3.6vh}
#talk ul li:nth-child(2):hover{color: #ffff00;}
#talk ul li:nth-child(3):hover{color: #0033cc;}
#talk ul li:nth-child(4):hover{color: #ff0085;}
#talk ul li:nth-child(5):hover{color: #ff0000;}
#talk ul li:hover{color:#0033cc;}

.share {
  margin-top: 2vh;
  margin-left: 0.15vw;
  opacity: 0.8;
}
@media screen and (max-width:38em){
  #talk {
  width:100%;
  height: 50px; 
  background-color: rgba(255,255,255,0.85);
  border-top:1px solid #f0f0f0;
  line-height:1.2;
  font-size:0.95em;
  padding: 3px 0px 0px 0px;
   bottom: 0px;
    left: 0px;
    top: auto;
}
#talk ul{
   background-color:rgba(83, 210, 250,0.0);
}
#talk ul li{
  margin:0px; 
  width: 50px;
  height: 30px;
  display: inline-block;
  /*color: rgba(0,0,0,0.5);*/
  color: #aaa;
  border:0px solid #1dcd00;  
  border-left:0px solid rgba(255,255,255,0.65);
  border-radius: 0%;
   /*text-shadow: 1px 1px 1px rgba(255,255,255,0.6);*/
}
#talk ul li i{ font-size:1.6em;}
#talk ul li:first-child i{ font-size: 2.6em;line-height: 0.6;}
#talk ul li:first-child{background-color: rgba(255,255,255,0.0);color: #1dcd00;}
#talk ul li:first-child:hover{color: #43d82b;}
#talk ul li:nth-child(2){font-weight: normal;;margin-top:-1.5vh}
.share {
  margin-top: 0px!important;
  margin-bottom: 0px!important;
  padding: 0px!important;
  opacity: 0.8;
  vertical-align: middle;
}
#talk ul li i{
  font-size: 1.6em;
}
}
.dropdown {
    position: relative;
    display: inline-block;    
}
.dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    left:1.5em;
    background-color:#fff;
    border: 1px solid #1dcd00;
    border-radius:10px;
    font-size:1.5em; 
    color: #1dcd00;
    min-width: 150px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    font-weight: bold;
}
.dropdown-content a {
    padding: 0.8em;
    border-radius:8px;
    text-decoration: none;
    border-bottom: 1px solid rgba(35,112,22,0.2);
   color: #1dcd00;
    display: block;
}
.dropdown a:hover {background-color: #f1f1f1;}
.show {display:block;}
@media screen and (max-width:38em){
.dropdown-content {
  left:0;
  top:auto;
  bottom:55px;
}
.dropdown:hover .dropbtn {
   color:#1dcd00;
   text-shadow: 0px 0px 0px rgba(255,255,255,0.6);
}
.dropbtn,#talk ul,.share{
    display: inline-block;
  }
}
 ul.topnav {
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  /*background-color: rgba(0,0,0,0.1);*/
}
ul.topnav li {float: left;}
ul.topnav li a {
  font-family: "Arial" , "微軟正黑體", sans-serif;
  display: inline-block;
  color: #fff;
  text-align: center;
  padding: 2vh 0.5vw;
  text-decoration: none;
  transition: 0.3s;
  font-size: 0.9em;
}
ul.topnav li a:hover {font-weight: bold;}
ul.topnav li.icon {display: none;}
@media screen and (max-width:50em) {
  ul.topnav li:not(:first-child) {display: none;}
  ul.topnav li.icon {
    float: right;
    display: inline-block;    
  }
  ul.topnav.responsive {position: relative;}
  ul.topnav.responsive li.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  ul.topnav.responsive li {
    float: none;
    display: inline;
  }
  ul.topnav.responsive li a {
    display: block;
    text-align: left;
    border-bottom:1px solid rgba(255,255,255,0.1);
    background-color:rgba(0,0,0,0.8);
    border-radius: 0px;
  }
  ul.topnav li a{
    color: #fff;
  }
}
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;
}
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #ff0000;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}
.sidenav a {
    padding: 8px 8px 8px 12px;
    text-decoration: none;
    font-size: 13px;
    border-bottom: 1px solid rgba(255,255,255,0.6);
    color: #fff;
    display: block;
    transition: 0.3s;
}
.sidenav a:hover, .offcanvas a:focus{
    background-color: #fff;
    color: #ff0000;
    font-weight: bold;
}
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 5px;
    font-size: 36px;
    margin-left: 50px;
    border-bottom: 0px solid rgba(0,0,0,0);
}
#main {
    transition: margin-left .5s;
    padding: 0px;
}

@media screen and (max-width:660px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 15px;}
}
@media (max-width: 767px) {
  .hidden-xs {display: none !important;}
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {display: none !important;}
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {display: none !important;}
}
@media (min-width: 1200px) {
  .hidden-lg {display: none !important;}
}
a{
  text-decoration: none;
}
.red {color: #F00;font-weight: bold; font-family: "Arial Black" , "微軟正黑體";}
.yellow{color: #ff0;font-weight: bold;}
.blue{color: #333;font-weight: bold;}
.with{color: #fff;font-weight: bold;}
.c_add{color: #0033cc;font-weight: bold;}
.c_bg{ background-color: #006fff;color: #fff;padding: 1px 5px;margin: 0px 2px;text-shadow: 0px 0px 0px rgba(255,255,255,0.6); font-weight: bold;}
.r_bg{background-color: #ff0000;padding: 1px 5px;color: #fff;font-weight: bold;text-shadow: 0px 0px 0px rgba(255,255,255,0.6);}
.w_bg{text-align: center; background-color: #fff;color: #0033cc;padding: 1px 5px;margin: 0px 2px;text-shadow: 0px 0px 0px rgba(255,255,255,0.6); font-weight: bold;}
.shadow {  text-shadow:1px 1px 1px rgba(255,255,255,0.9);}
.y_bg{background-color: #ffff00;padding: 1px 5px;margin-right:5px; border-radius: 5px;  color: #333;text-shadow: 0px 0px 0px rgba(255,255,255,0.6);}
.w3-spin{animation:w3-spin 6s infinite linear}@keyframes w3-spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}
.w3-animate-fading{animation:fading 10s infinite}@keyframes fading{0%{opacity:0}50%{opacity:1}100%{opacity:0}}
.w3-animate-opacity{animation:opac 0.8s}@keyframes opac{from{opacity:0} to{opacity:1}}
.w3-animate-top{position:relative;animation:animatetop 0.8s}@keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}}
.w3-animate-left{position:relative;animation:animateleft 0.8s}@keyframes animateleft{from{left:-300px;opacity:0} to{left:0;opacity:1}}
.w3-animate-right{position:relative;animation:animateright 0.8s}@keyframes animateright{from{right:-300px;opacity:0} to{right:0;opacity:1}}
.w3-animate-bottom{position:relative;animation:animatebottom 0.8s}@keyframes animatebottom{from{bottom:-300px;opacity:0} to{bottom:0;opacity:1}}
.w3-animate-zoom {animation:animatezoom 0.6s}@keyframes animatezoom{from{transform:scale(0)} to{transform:scale(1)}}
.w3-animate-input{transition:width 0.8s ease-in-out}
.w3-animate-input:focus{width:100%!important}
/*a {
	outline: none;
	color: #eecc99;
	text-decoration: none;
}

a:hover, a:focus { color: #666c7b; }*/
.demo-6 {
	color: #fff;
	position: relative;
}
.demo-6 p span { color: #0033CC; background-color: #ffff00; padding: 0.6vh 1vw;}
.demo-6 a:hover, .demo-5 a:focus { color: #fff; }
/* Helpers */
.hidden {
	position: absolute;
	overflow: hidden;
	width: 0;
	height: 0;
	pointer-events: none;
}

/* Header */
.codrops-header {
	margin: 12vh 0 0 10%;
	padding: 2em;
	position: relative;
}
.actions {
	margin: 1em 0 0 0;
	z-index: 100;
	position: relative;
}
.demo-6 .codrops-header  {
	text-align: center;
	/*position: absolute;*/
	/*width: calc(80vw - 5px);
	top: 15vh;
	left: 10vw;
	height: calc(70vh - 5px);*/
	margin: 0 0px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transform: translate3d(0,100px,0);
	transform: translate3d(0,100px,0);
	-webkit-animation: fadeIn 2s ease-out forwards;
	animation: fadeIn 2s ease-out forwards;
}
@-webkit-keyframes fadeIn {
	0%, 40% { opacity: 0; }
	85%, 100% { opacity: 1; -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }
}
@keyframes fadeIn {
	0%, 40% { opacity: 0; }
	85%, 100% { opacity: 1; -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }
}
.codrops-header__title {
	margin: 0;
	padding: 0 0 0.15em 0;
	font-size: 9vw;
	text-transform: uppercase;
	line-height: 1;
	font-weight: normal;
}
.demo-6 .codrops-header__title {
	font-family: 'Noto Sans TC', sans-serif;
	font-weight: 800;
	text-transform: none;
	font-size: 10vw;
	line-height: 1.1;
	margin: 0 0;
	padding: 10vh;
	text-shadow: 6px 3px 0px #F85659;
}
.demo-6 .sponsor {
	font-weight: bold;
	font-size:1.8em;
	letter-spacing: 1;
}
.codrops-header__tagline {
	padding: 0;
	margin: 0;
	font-weight: bold;
	font-size: 1.25em;
	line-height: 1.5;
}
/* Top Navigation Style */
.codrops-links {
	display: inline-flex;
	text-align: center;
	white-space: nowrap;
	margin: 1em;
	position: fixed;
	top: 0;
	left: 0;
}
.demo-6 .codrops-links {
	position: relative;
}
.codrops-links::after {
	position: absolute;
	top: 0%;
	left: 50%;
	width: 1px;
	height: 100%;
	background: #ddd;
	content: '';
	-webkit-transform: rotate(22.5deg);
	transform: rotate(22.5deg);
}
.codrops-icon {
	display: block;
	padding: 0.25em 1.5em 0.25em 0;
}
.codrops-icon:last-child {
	padding-right: 0;
}
/* Demo links */
.codrops-demos {
	margin: 1em 0 0 0;
}
.codrops-demos a {
	display: inline-block;
	margin: 0 1em 0 0;
	font-weight: bold;
	font-size: 0.85em;
}
.codrops-demos a.current-demo {
	color: #666c7b;
}
.demo-6 .codrops-demos a.current-demo {
	color: #2e3a79;
}
header,#go{
  text-align: center;
}
header nav,
#go nav {
  font-family: "Teko" ,"Noto Sans TC", "Helvetica","sans-serif";
  margin: 0 0;
  padding: 0 0
}
header nav a,
#go nav a {
  display: inline-block;
  background-color: #ffff00;
  color: #1d2088;
  border-radius: 1em;
  padding: 2vh 5vw;
  margin: 1vh 3vw;
  border:8px solid #1d2088;
  cursor: pointer;
  font-size: 2em;
  font-weight: bold;

}
header nav a span,
#go nav a span {
  font-size: 2em;
  line-height: 1;
}
header nav a:nth-child(2),
#go nav a:nth-child(2){
  background-color: #ff003e;
  border:8px solid #fff;
  color: #fff;
}
header nav a:nth-child(2):hover,
#go nav a:nth-child(2):hover {
  background-color: #fff;
  border:8px solid #ff003e;
  color: #ff003e;

}
header nav a:hover,
#go nav a:hover{
  background-color: #1d2088;
  border:8px solid #fff;
}
@media screen and (max-width: 50em) {
	.demo-6 .codrops-header__title {
	font-size:3.5em;
	line-height: 1.2;
	margin: 0 0;
	padding: 10vh 0;
}
.demo-6 .sponsor {
	font-size:1.3em;
}
}
/* Content */
.content {
	padding: 3em 0;
	position: relative;
}
/* Related demos */
.content--related {
	text-align: center;
	font-weight: bold;
	padding: 4em 0 15em;
}
.media-item {
	display: inline-block;
	padding: 1em;
	vertical-align: top;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}
.media-item__img {
	max-width: 100%;
	box-shadow: 0 15px 10px -10px rgba(0,0,0,0);
	-webkit-transition: box-shadow 0.3s, -webkit-transform 0.3s;
	transition: box-shadow 0.3s, transform 0.3s;
}
.media-item:hover .media-item__img,
.media-item:focus .media-item__img {
	-webkit-transform: translate3d(0,-10px,0);
	transform: translate3d(0,-10px,0);
	box-shadow: 0 15px 10px -10px rgba(0,0,0,0.3);
}
.media-item__title {
	margin: 0;
	padding: 0.5em;
	font-size: 1em;
}
@media screen and (min-width: 50em) {
	.actions {
		width: 14.5vw;
		margin: 2em 0 0 19vw;
		position: absolute;
	}
	.content--grid p {
		margin: 0 0 2em;
		width: 20%;
		margin-left: 10%;
		text-align: right;
		position: relative;
	}
	.content--grid p:nth-child(odd) {
		margin-left: 50%;
		text-align: left;
	}
	.content--grid p:nth-child(3n) {
		margin-left: 70%;
		text-align: left;
	}
}
@media screen and (max-width: 50em) {
	.codrops-header {
		padding: 1em;
	}
}
#op{
   background-color: rgba(255, 235, 59, 0.96);
   padding: 10vh 3vw;
   color: #0033cc;
   font-size: 15px;
     text-align: center;
}
#op h2{
  font-size: 26px;
  line-height:1.6;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #0033cc;
  border-top: 1px solid #0033cc;
  letter-spacing: 1.2em;
  padding:6px auto;
}
#op h3{
  font-size: 20px;
  line-height: 1.6;
  padding: 0px;
  margin: 20px auto 0px auto;
}
.opp {
  width: 46vw;
  display: inline-block;
}
@media screen and (max-width: 765px){
  .opp {
    width: 100%;
  }
  #op h2{
  font-size:18px;
  letter-spacing: 0.3em;
  padding: auto 5px;
}
#op{
  padding: 30px 15px;
 }
 #op h3{
  font-size: 20px;
}
}
.op{
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  background-color: rgba(255,255,255,0.3);
  color: #333;
  font-size: 1.1em;
  line-height: 1.5;
  text-align: center;
  /*border: 1px solid #fff;*/
  padding: 3px;
  border-radius: 3px;
  border-collapse: inherit;
}
.op td{
  background-color: rgba(255,255,255,0.8);
  padding:1.2vh 2px;
  border-left: 1px solid rgba(0,0,0,0.1);
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
.op tr:nth-child(5) td{
   border-bottom: 0px solid #ccc;
}
.op tr:nth-child(3) td{
   border-bottom: 2px solid rgba(0,0,0,0.1);
}
.op_b{
   background-color:#0033cc!important;
   border-bottom: 5px solid rgba(255,255,255,0.2)!important;
   color: #fff;
   font-weight: bold;
   width: 25%;
}
.op_c{
   background-color:#0033cc!important;
   color: #fff;
   font-weight: bold;
   width: 25%;
}
.date_op {
  color: #ff355e;
  font-weight: bold;
}
.more_class{
  font-family: "微軟正黑體";
  background-color: rgba(0,0,0,0);
  color: #0033cc;
  border-radius: 50%;
  font-size: 15px;
  margin: 0px 5px 20px 0px;
  border: 1px solid #0033cc;
  float: right;
  line-height: 1.2;
  padding:7px 10px;
}
.more_class:hover{
  background-color: #ff0000;
  color: #fff;
 }
 @media (max-width: 920px){
  .op{
  width: 100%;
  background-color:rgba(255,255,255,0.3);
  font-size: 15px;
}
}
#message{
  color:#333;
  text-align: center;
  padding: 5vh 10vw;
  margin: 0 auto;
}
#message h2{
  font-size: 60px;
  line-height: 1.2;
  margin-top:50px;
  margin-bottom: 5px;
  color: #fff;
  font-weight: bold;
  text-align: center;

}
@media screen and (max-width:720px){
#message{  padding: 5vh 5vw;}
#message h3{  font-size: 20px;}
}
#more{
  margin-top:0vh;
  padding-top: 5vh;
  padding-bottom:5vh;
   background-color: rgba(255,255,185,1);
}
#more ul {
  list-style-type: none; 
  padding:0px 0px; 
  letter-spacing:1px;
  margin: 0px 0px;
  color: #0033cc;
  text-align: center;

}
#more ul li{
  display: inline-block;
  width: 220px;
  height: 220px;
  line-height: 1.8;
  font-size:1.2em;
  font-weight: bold;
  border-radius:50%;
  margin-left:26px;
  margin-top: 20px;
  padding-top:35px;
  color:#0033cc;
  /*border-right: 3px dashed #fff;  */
  letter-spacing: -1px;
  text-align: center; 
  cursor: pointer;
  /*background-color: rgba(255,255,185,1);*/
  /*background-color:rgba(0,51,204,0.8);*/
}
#more ul li:hover{
  color:#0033cc;
  text-align: center; 
  /*background-color:#fff;*/
   transform: translateY(-20px);
}
#more i{
  font-size:85px;
  line-height:1.2!important;
  /*color: rgba(255,255,255,1.0);*/
  display: block;
  color:  rgb(77, 210, 255);
}

#more p{
	font-size: 0.7em;
	padding: 0 0;
	margin: 0 0;
	font-weight: normal;
	color: #000;
	line-height: 1.2;
}
@media screen and (max-width:880px){
  #more ul {
  /*background-color: rgba(255,255,255,0.8);*/
  border: 0px solid #ddd;
  border: 25px;
  padding: 0px 0px;
  
}
#more ul li{
  display:block;
  width: auto;
  height:auto;
  line-height: 1.3;
  font-size: 22px;
  border-radius:0%;
  margin-left:0px;
  margin-top: 0px;
  padding-top:15px;
  padding-bottom: 15px;
  border: 0px solid #eee;   
  border-bottom: 1px dashed #999;   
   background-color: rgba(0,0,0,0);
}
 #more i{
  font-size:3.6em;
  line-height:2;

}
}

#map{
	background-color: #f4f4f4;
	padding: 10vh 3vw; 
	text-align: center;
}
#map img {
	width: 22vw;
	height: auto;
	text-align: center;
	opacity: 0.9;
}
#map h2{
	color: #ff355e;
}
#map h3{
	background-color: #ff355e;
	color: #fff;
	font-size: 1.5em;
	line-height: 2;
	font-weight: bold;
}
#map p{
	color: #ff355e;
}
.map {
	width: 28vw;
	height: auto;
	margin: 3vh 0.8vw;
	border: 1px solid #ddd;
	border-radius: 35px;
	text-align: center;
	display: inline-block;
	background-color: #fff;
	padding: 1vh 0.5vw;
}
@media screen and (max-width:55em){
    #map img {
	width: 82vw;
}
#map h3{
	font-size: 1.5em;
}
.map {
	width: 90vw;
	display:block;
	background-color: #fff;
}
}
 
table {
  border-spacing:0px;
}
dd {
  margin:0 0;
}
   #owl-demo .item{
        margin: 3px;
    }
    #owl-demo .item img{
        display: block;
        width: 92%;
        height: auto;
        border-radius: 20px;
        margin-right: auto;
        margin-left: auto;
        margin-bottom:10px;
        border: 1px solid rgba(0,0,0,0.2);
        box-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    }
    .w100{
    width: 100%;
    margin-top: 0px;
    padding-top: 30px;
    background-color: rgba(255,255,255,0.7);
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
  }

 #ans {
    padding: 10vh 15vw;
    /*background-color: rgba(255, 235, 59, 0.91);*/
  }
  .down{
  width: 100%;
  margin: 10px auto;
  color: #666;
  font-size:1.2em;
  line-height: 1.8;
  border: 2px solid #fff;
  text-align: center;
  background-color: rgba(255,255,255,0.9);

}
.down td,.down th{
  padding: 2vh 2vw;
  background-color: #fff;
  border-bottom: 1px solid #eee;
  border-left: 1px solid #eee;
}
.down td:nth-child(1):hover{
  color: #0033cc;
  font-weight: bold;
  cursor: pointer;
}
.down td:nth-child(1) {
  text-align: left;
}
.down tr:nth-child(1) th{
  background-color: #1d2088;
  color: #fff;
  text-align: center;
}
.number{
  font-size: 12px;
  background-color:rgb(77, 210, 255);
  color: #fff;
  border-radius: 50%;
  padding:2px 6px;
  font-family: "Courier New";
  margin: 0px 10px;
}
.ans_ok,.ans_d,.pdf{font-size: 2em;}
.ans_ok,.ans_d { float: right;  left: auto;padding-right:1vw;}
.ans_d{
  color:#eee;
  cursor: no-drop;
}
.ans_ok, .pdf{
   color: #1d2088;
  cursor: pointer;
}
@media screen and (max-width:900px){
#ans {
    padding: 5vh 5vw;
  }
.down{
  width: 100%;
  font-size:15px;
}
.down td {
  padding: 6px 3px;
}
.ans_ok,.ans_d,.pdf{font-size: 1.6em;}
.ans_ok,.ans_d{padding-right:2vw;}

}
#movie {
  background-color: rgba(0,0,0,0.65);
  color: #fff;
  padding: 5vh 0.2vw;
  text-align: center;

}
#movie h2{
    font-weight: bold;
}
#movie .fa-youtube{ font-size: 5em;display: block; margin-bottom: 3vh;}
#movie .fa-youtube:hover{ cursor: no-drop;color:rgba(255,255,255,0.6);}
  .movie_bg {
       text-align: center;
  }
  .live {
    width:28vw;
    margin: 2vh 0.5vw;
    display: inline-block;
  }
    .movie_live {
    width:28vw;
    height:42vh;    
    border:solid 1px #fff;
  }
      .movie_live2 {
    width:32.5vw;
    height:46.5vh;
    margin: 0 0.5vw;
    border:solid 1px #fff;
  }
  .movie_ans {
    width:36vw;
    height: 46vh;
    margin: 0vh 2.3vw;
    display: inline-block;
    border: 8px solid rgba(0,0,0,0.3);
  }
#movie p {
  color: #fff;
  display: inline-block;
  margin: 1vh 0.2vw;
}
#movie p i {
  color:#ff355e;
  margin-right: 0.3vw;
}
  @media (max-width: 65em){
    #movie {
  background-color: rgba(255,255,255,0.3);
  color: #fff;
  padding: 2vh 1vw;
  text-align: center;
}
  .live {
    width:90vw;
    margin: 1vh auto;
    display:block;
  }
    .movie_live {
    width:88.5vw;
    height:38vh;    
  }

    .movie_ans {
    width:86vw;
    height: 45vh;
    margin: 15px auto;
    display:block;
  }
  #movie p {
  color: #fff;
  display: block;
}
#movie p i {
  color:#ff355e;
  margin-right: 2vw;
}
  }
  #time{
  padding-top: 10vh;
  padding-bottom:10vh;
  font-family: Teko, Noto Sans TC, sans-serif;
  background-color: rgba(255, 235, 59, 0.96);
}
#time h2{
  color: #0033cc;
  margin: 2vh auto;
  line-height:2;
  text-align: center;
}
#time h3{
  text-align: center;
}
#time ul h3{
  font-size:2.6em;
  line-height: 0.8;
  margin: 5vh 0 0 0;
  color: #0033cc;
}
#time ul span {
  background-color: #ffff00;
  color: #000; 
  font-size: 1em;
  padding:0.6vh 0.6vw;
}
#time ul {
  list-style-type: none; 
  padding:0px 0px; 
  margin: 0px 0px;
  text-align: center;

}
#time ul li{
  display: inline-block;
  width: 18.5vw;  
  line-height: 1.8;
  font-size:1.3em;
  font-weight: bold;
  border-radius:50%;
   color: #0033cc;
  text-align: center; 
  cursor: pointer;
  /*background-color: rgba(255,255,185,1);*/
  /*background-color:rgba(0,51,204,0.8);*/
}
#time ul li:hover{
  text-align: center; 
  /*background-color:#fff;*/
   transform: translateY(-20px);
}

#time p{
  font-size: 0.7em;
  padding: 0 0;
  margin: 0 0;
  font-weight: normal;
  color: #0033cc;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width:880px){
  #time{
  padding-top: 3vh;
  font-family: Teko, Noto Sans TC, sans-serif;

}
#time h2{
  font-size: 1.2em;
}
#time ul h3{
  font-size:3em;
  line-height: 0.8;
  margin: 0 0;
}
  #time ul {
  /*background-color: rgba(255,255,255,0.8);*/
  border: 0px solid #ddd;
  border: 25px;
  padding: 0px 0px;
  
}
#time ul li{
  display:block;
  width: auto;
  height:auto;
  line-height: 1.8;
  font-size: 22px;
  border-radius:0%;
  padding-top: 3vh;
  padding-bottom: 3vh;
  margin-left:0px;
  margin-top: 0px;
  border: 0px solid #eee;   
  border-bottom: 1px dashed #fff;   
   background-color: rgba(0,0,0,0);
}
#time ul li:hover{
   transform: translateY(0px);
}
 #time i{
  font-size:1em;
  line-height:1;
 color: rgba(255,255,0,1.0);

}

#time ul span {
  background-color: #ffff00;
  color: #000; 
  font-size: 1.3;
  padding:0.6vh 0.6vw;
}
}