@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
@font-face {
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-family: 'Noto Sans TC';
  src:local('Noto Sans TC') url('https://fonts.gstatic.com/s/arvo/v9/rC7kKhY-eUDY-ucISTIf5PesZW2xOQ-xsNqO47m55DA.woff2') format('woff2'),
}
@font-face {
  font-weight: 200;
  font-style: normal;
  font-display: swap;
  font-family: 'Noto Sans TC';
  src:local('Noto Sans TC') url('https://fonts.gstatic.com/s/arvo/v9/rC7kKhY-eUDY-ucISTIf5PesZW2xOQ-xsNqO47m55DA.woff2') format('woff2'),
}
@font-face {
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  font-family: 'Noto Sans TC';
  src:local('Noto Sans TC') url('https://fonts.gstatic.com/s/arvo/v9/rC7kKhY-eUDY-ucISTIf5PesZW2xOQ-xsNqO47m55DA.woff2') format('woff2'),
}
@font-face {
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  font-family: 'Noto Sans TC';
  src:local('Noto Sans TC') url('https://fonts.gstatic.com/s/arvo/v9/rC7kKhY-eUDY-ucISTIf5PesZW2xOQ-xsNqO47m55DA.woff2') format('woff2'),
}
*, *::after, *::before { -webkit-box-sizing: border-box; box-sizing: border-box; }

html {height: 100%;}
body {
	margin: 0 0;
	background:url(img/bg.png);
  background-repeat: repeat;
	background-position: top center;
	overflow-x: hidden;
	font-family: "Arial","Noto Sans TC" , sans-serif;
}
h1 {
  color: #ff0;
  font-size: 2em;
  font-weight: 600;
}
.box{
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    text-align: center;
    text-align: center;
  }
  .imgheader{
    width: 80vw;
    margin: auto auto;
    text-align: center;
  }
  @media screen and (max-width:985px){
    .imgheader{
      width: 100%;
    }
  }
  .box3{
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    text-align: center;
  }
  .box3 ul{
    width: 80vw;
    padding: 0vh 0vw;
    margin: 5vh auto;
    list-style-type: none;
  }
  .box3 ul li{
    width: 9vw;
    display: inline-block;
    font-weight: 400;
    font-size: 1.6em;
    padding: 1.5vh 0vw;
    margin: 1.5vh 0.5vw;
    background-color: #FDD000;
    color: #BF1920;
    border-radius: 50px;
    cursor: pointer;
  }
  .box3 ul li:hover{
    background-color: #FFFCDB;
    color: #036EB7;
  }
  @media screen and (max-width:985px){
    .box3 ul{
      width: 90%;
      padding: 0vh 0vw;
      margin: 5vh auto;
      list-style-type: none;
    }
    .box3 ul li{
      width: 35vw;
      font-size: 1.2em;
      padding: 1.5vh 0vw;
      margin: 1.5vh 1vw;
    }
    .box3 ul li:hover{
      border: 1px solid #036EB8;
    }
  }
#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;
  cursor: pointer;
  z-index: 300;
}
@media screen and (max-width:46em){
  body {
    background-position: top center;
    font-weight:300;
  }
  #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;
}
#talk ul li{
  margin-top:0.5vh;
  color: #fff;
}
#talk ul li svg{ font-size:1.6em;}
#talk ul li:first-child svg{ 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: 400;;margin-top: 3.6vh}
#talk ul li:nth-child(2):hover{color: rgba(0,0,0,0.6);}
#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: #aaa;
    border:0px solid #1dcd00;
    border-left:0px solid rgba(255,255,255,0.65);
    border-radius: 0%;
  }
  #talk ul li svg{ font-size:1.6em;}
  #talk ul li:first-child svg{ 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 svg{
    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: 400;
}
.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;
}
ul.topnav li {float: left;}
ul.topnav li a {
  font-family: "Arial" , "Noto Sans TC", 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: 400;}
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 {
  position: relative;
  bottom: 0;
  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;
  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: 400;
  color: #ffff00;
}
footer span{
  background-color: #fff;
  color: rgba(77, 144, 254,1.0);
  padding: 1px 5px;
  border-radius: 3px;
  font-weight: 400;
}
.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 {
  font-weight: 300;
  color: #fff;
  font-size:13.5px;
  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: 400;
}
.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;}
}

#message{
  color:#333;
  text-align: center;
  padding: 5vh 10vw;
  margin: 0 auto;
}
#message h2{
  font-size: 2em;
  line-height: 1.2;
  margin-top:50px;
  margin-bottom: 5px;
  color:#FFF;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width:720px){
  #message{  padding: 5vh 5vw;}
  #message h3{  font-size: 20px;}
}

@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;}}
h1,h2,h3,h4,h5,h6 {padding: 0 0;margin: 0 0;font-weight: normal;}
table {  border-collapse: collapse;  border-spacing: 0px;}
a,a:hover{text-decoration: none;}
.r_bg{background-color: #ff0000;padding: 1px 5px;color: #fff;font-weight: 400;text-shadow: 0px 0px 0px rgba(255,255,255,0.6);}
.top {background-image: url(img/bg.png);}

#offer{
    width: 80vw;
    margin: auto auto;
    text-align: center;
  }
  #offer h3{
    font-weight: 400;
    font-size: 1.5em;
    color: #C8161D;
    text-align: center;
  }
  #offer ul{
    margin: 5vh auto;
    padding: 0vh 0vw;
    text-align: center;    
    list-style-type: none;
  }
  #offer ul li {
    width: 25vw;
    color: #3e3a39;
    background-color: #FDD000;
    border-radius: 50px;
    font-size: 1.2em;
    font-weight: 400;
    padding: 5vh 0vw;
    margin: 0vh 0.5vw;
    display: inline-block;
  }
  @media screen and (max-width:985px){
    h2{
      font-size: 1.4em;
      margin: 0.5vh auto 2vh;
    }
    #offer{
      width: 90%;
    }
    #offer h3{
      font-size: 1.25em;
      margin: 0vh auto;
    }
    #offer ul {
      margin: 1vh auto;
    }
    #offer ul li {
      width: 90%;
      border-radius: 20px;
      font-size: 1em;
      padding: 0vh 0vw 1vh;
      margin: 1vh auto;
    }
  }

#gift{
    width: 80vw;
    margin: auto auto;
    text-align: center;
  }
  #gift h3{
    font-weight: 400;
    font-size: 2em;
    line-height: 1.4;
    padding: 0px 0px;
    margin: 8vh auto 1vh;
    color: #FFFCDB;
    text-align: center;
  }
  #gift ul{
    margin: 0vh auto;
    text-align: left;
    background-color: #FFFCDB;
    border-radius: 50px;
    list-style-type: none;
  }
  #gift ul li {
    color: #3e3a39;
    font-size: 1.25em;
    line-height: 1.8;
    font-weight: 400;
    margin: 0vh auto;
    padding: 3vh 2vw;
    border-bottom: 1px dashed #C8161D;
  }
  #gift ul li:nth-child(4){
    border-bottom: 0px dashed #C8161D;
  }
  #gift img{
    width: 150px;
  }
  .c_bg01{
    background-color: #C8161D;
    padding: 0.5vh 0.5vw;
    border-radius: 100px;
    font-size: 1.25em;
    color: #FDD000;
    font-weight: 400;
    text-shadow: 0px 0px 0px rgba(255,255,255,0.6);
  }
  .c_bg02{
    font-size: 1.25em;
    color: #C8161D;
    font-weight: 400;
    text-shadow: 0px 0px 0px rgba(255,255,255,0.6);
  }
  .c_bg03{
    background-color: #C11920;
    padding: 0.5vh 0.5vw;
    margin: 0vh 0.5vw 0vh 0vw;
    border-radius: 100px;
    font-size: 1.25em;
    color: #FDD000;
    font-weight: 400;
    text-shadow: 0px 0px 0px rgba(255,255,255,0.6);
  }
  @media screen and (max-width:985px){
    h2{
      font-size: 1.4em;
      margin: 0.5vh auto 2vh;
    }
    #gift{
      width: 90%;
    }
    #gift h3{
      font-size: 1.25em;
      margin: 1vh auto;
    }
    #gift ul {
      width: 90%;
      padding: 2vh 5vw;
      border-radius: 20px;
    }
    #gift ul li {
      font-size: 1em;
      padding: 2vh 0vw;
    }
    #gift img{
      width: 90%;
    }
    .c_bg01{
      font-size: 1em;
      padding: 2px 2px;
    }
    .c_bg02{
      font-size: 1em;
    }
    #gift img{
      width: 50px;
    }
  }
  #srtext{
    text-align: center;
  }
  #srtext h3{
    font-weight: 400;
    font-size: 2em;
    line-height: 1.4;
    padding: 0px 0px;
    margin: 8vh 0vw 1vh;
    color: #FFFCDB;
    text-align: center;
  }
  .s_bg01{
    font-size: 1em;
    color: #036EB8;
    font-weight: 400;
    text-shadow: 0px 0px 0px rgba(255,255,255,0.6);
  }
  .s_bg02{
    font-size: 1em;
    color: #e60012;
    font-weight:600;
    text-shadow: 0px 0px 0px rgba(255,255,255,0.6);
  }
  .srtext{
    width: 80vw;
    padding: 10px;
    margin: 0vh auto 7.5vh;
    vertical-align: middle;
  }
  .srtext th {
    padding: 1.5vh 0vw;
    text-align: center;
    background-color: #036EB8;
    color: #FFFCDB;
    font-size: 1.25em;
    font-weight: 400;
    border-bottom: 1px solid #FFFCDB;
    border-right:  1px solid #FFFCDB;
  }
  .srtext td {
    padding: 1.5vh 0vw;
    margin: 1vh 0vw;
    font-size: 1.1em;
    color: #3e3a39;
    background-color: #FFFCDB;
    text-align: center;
    border-bottom: 1px solid #036EB8;
    border-right:  1px solid #036EB8;
  }
  .srtext td:nth-child(1) {
    width: 10%;
  }
  .srtext th:nth-last-child(1) {
    border-right: 0px solid #C30D23;
  }
  .srtext td:nth-last-child(1) {
    border-right: 0px solid #C30D23;
  }
  #srtext img{
    width: 150px;
  }
  @media screen and (max-width:985px){
    #srtext h3{
      font-size: 1.25em;
      margin: 3vh auto 1vh;
    }
    .s_bg01{
      font-size: 1em;
    }
    .s_bg02{
      font-size: 1em;
    }
    .srtext{
      width: 90%;
    }
    .srtext th {
      font-size: 1em;
      padding: 2px auto;
    }
    .srtext td {
      padding: 1vh 0vw;
      margin: 0vh 0vw;
      font-size: 1em;
    }
    #srtext img{
      width: 50px;
    }
  }

  #stuclass {
    width:80vw;
    margin: auto auto;
    text-align: center;
  }
  #stuclass h3{
    font-weight: 400;
    font-size: 1.8em;
    line-height: 1.4;
    padding: 0px 0px;
    margin: 8vh 0vw 2vh;
    color: #FFFCDB;
    text-align: center;
  }
  #stuclass ul{
    margin: auto auto;
    padding: 0vh 0vw;
    color: #fff;
    text-align: left;
    vertical-align: top;
    list-style-type: none;
  }
  #stuclass ul li{
    padding: 1vh 1vw;
    margin: 0vh 0.3vw 3vh;
    width: 15vw;
    border-radius: 25px;
    text-align: center;
    display: inline-block;
  }
  #stuclass h4{
    font-weight: 400;
    font-size: 1.2em;
    color: #ffe100;
  }
  #stuclass p{
    font-size: 1em;
    color: #fff;
  }
  #stuclass img{
    width:150px;
  }
  @media screen and (max-width:985px){
    #stuclass{
      width: 100%;
    }
    #stuclass h3{
      font-size: 1.25em;
      margin: 3vh 0vw 0vh;
    }
    #stuclass h4{
      font-size: 1.25em;
    }
    #stuclass ul{
    text-align: center;
  }
    #stuclass ul li {
      width: 100%;
    }
    #stuclass p{
      font-size: 1.15em;
      margin: 1vh auto;
    }
    #stuclass img{
      width: 60%;
    }
  }