@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
*, *::after, *::before { -webkit-box-sizing: border-box; box-sizing: border-box; }

body {
	margin: 0 0;
	background-color: #3f51b5;
	overflow: auto;
	font-family: "Arial" ,"微軟正黑體", "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){
  #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}

/* Header */

#op{
   background-color: rgba(72,236,227,0.8);
   padding: 10vh 3vw;
   color: #fff;
   font-size: 15px;
     text-align: center;
}
#op h2{
  font-size: 26px;
  line-height:1.6;
  font-weight: bold;
  text-align: center;
  color: #fff;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  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: 16px;
  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:5px 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: 2px solid rgba(0,0,0,0.1);
   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: #fff;
  border-radius: 50%;
  font-size: 15px;
  margin: 0px 5px 20px 0px;
  border: 1px solid #fff;
  float: right;
  line-height: 1.2;
  padding:7px 10px;
}
.more_class:hover{
  background-color: #0033cc;
  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;
}
#more ul {
  list-style-type: none; 
  padding:0px 0px; 
  letter-spacing:1px;
  margin: 0px 0px;
  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:#ffff00;
  /*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:#ffff00;
  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 ul li:nth-child(1) i{
 color: rgba(255,255,255,0.6);
  
}
#more p{
	font-size: 0.7em;
	padding: 0 0;
	margin: 0 0;
	font-weight: normal;
	color: #fff;
	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;
 color: rgba(255,255,0,1.0);

}
}
.top_bg {
    background: url(img/bg2.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
@media screen and (max-width:38em){
  .top_bg {
    background: url(img/bg2m.jpg);
  background-repeat: no-repeat;
  background-position: top center;
}
}
header {
  text-align: center;
  text-shadow:1px 1px 1px rgba(255,255,255,0.6);
}
header p{
  margin: 0 0 1vh 0;
  font-size: 1.2vw;
}
header h1{ 
  font-weight: bold;
  font-size:5.8vw;
  line-height: 1.3;
  padding-top:1.2vh;
  padding-bottom: 3vh;
  border-bottom: 3px solid #0a0456;
  border-top: 3px solid #0a0456;
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 800;
  text-transform: none;
  margin: 0 0;
}
header h3 {
  font-weight: bold;
  text-align: left;
}
header h3 span{
  background-color: #0a0456;
  color: #fff;
  padding:1vh 1vw;
  text-shadow:0px 0px 0px rgba(255,255,255,0.0);
}
header ol{
  margin: 0 0;
  font-size:1.3vw;
  line-height: 1.8;
  color: #000;
  text-align: left;
}
#opsp {
  width:38vw;
   background-color: rgba(255,218,217,0.85);
   color: #0a0456;
   line-height: 1.6;
   text-align: center;
   padding: 6vh 3vw;
   margin: 0vh 8vw auto auto;
}
#header_movie {
  width:90vw;
   background-color: rgba(255,218,217,0.85);
   color: #0a0456;
   line-height: 1.6;
   text-align: center;
   padding: 6vh 3vw;
   margin: auto auto;
}
.header_movie{
  width: 84vw;
  height:80vh; 
  margin: auto;
  border: 3px solid rgba(0,0,0,0.6);
}
@media screen and (max-width:55em){
header p{
  margin: 0 0 1vh 0;
  font-size: 3.6vw;
}
header h1{ 
  font-size:12vw;
  padding-top: 3vh;
  padding-bottom: 3vh;
}
header ol{
  font-size:3.6vw;
  line-height: 1.8;
  color: #000;
  text-align: left;
}
#opsp {
  width:80vw;
   text-align: center;
   padding:6vh 5vw;
   margin: 0vh auto auto auto;
}
.header_movie{
  width: 85vw;
  height:38vh; 
  margin: auto;
  border: 1px solid rgba(0,0,0,0.6);
}
}

#time{
  padding-top: 10vh;
  padding-bottom:10vh;
  font-family: Teko, 微軟正黑體, sans-serif;
  background-color: rgba(0,0,0,0.2);

}
#time h2{
  color: #fff;
  margin: 2vh auto
  line-height:2;
  text-align: center;
}
#time ul h3{
  font-size:3.8em;
  line-height: 0.8;
  margin: 5vh 0 0 0;
  color: rgba(255,255,255,0.8);
}
#time ul span {
  background-color: #ffff00;
  color: #000; 
  font-size: 1.3;
  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: 23vw;  
  line-height: 1.8;
  font-size:1.8em;
  font-weight: bold;
  border-radius:50%;
   color: #fff;
  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: #fff;
  line-height: 1.2;
}
@media screen and (max-width:880px){
  #time{
  padding-top: 3vh;
  font-family: Teko, 微軟正黑體, sans-serif;
  background-color: rgba(0,0,0,0.2);

}
#time ul h3{
  font-size:3em;
  line-height: 0.8;
  margin: 0 0;
  color: rgba(255,255,255,0.8);
}
  #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:2em;
  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;
}
}
#movie {
  background-color: rgba(255,255,255,0.3);
  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;
       padding: 5vh 0.2vw; 
      text-align: center;
      color: #fff;
  }
  .live {
    width:23vw;
    margin: 2vh 0.5vw;
    display: inline-block;
  }
    .movie_live {
    width:42vw;
    height:68vh;    
    border:solid 1px #fff;

  }
      .movie_live2 {
    width:30.5vw;
    height:46.5vh;
    margin: 0 0.5vw;
    border:solid 1px #fff;
  }
  .movie_ans {
    width:22vw;
    height: 36vh;
    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;
}
    #movie h3 {
      margin: 0 0;
    }
  .live {
    width:45vw;
    margin: 0.5vh auto;
  }
    .movie_live {
    width:88.5vw;
    height:38vh;    
  }

    .movie_ans {
    width:45vw;
    height: 26vh;
    margin: 15px auto;
  }
  #movie p {
  color: #fff;
  display: block;
}
#movie p i {
  color:#ff355e;
  margin-right: 2vw;
}
  }