body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background: #00A0E9;
    /*background-image: url(images/bg.png);*/
    background-repeat: repeat;
    background-position:center top;
    position:relative;
    font-family: "Arial" , "微軟正黑體";
}

*{
  margin:0; 
  padding:0;
  -webkit-box-sizing:border-box; /*safari & chrome*/
  -moz-box-sizing:border-box; /*firebox*/
  box-sizing:border-box; /*解除padding影響寬度關係*/
  }

html, body{
  -webkit-text-size-adjust: 100%; /*避免文字自動放大*/
  width:100%;
  height:100%;
    font-family:"微軟正黑體", Arial, Helvetica,sans-serif; 
  }
ul{ list-style:none; }

.texthidden{
  display:block; /*轉換為塊級元素*/
  height:0; 
  width:0; 
  overflow:hidden;
  }/*隱藏文字，切勿使用display:none;*/

/* == 桌機版 ============================================================================= */
/* == 側邊按鈕 == */
.page_btn {
    width: 200px;
    height: auto;
    padding: 1%;
    position: fixed;
    top: 4%;
    right: 0;
    z-index: 900;
  }
.page_btn ul {
    width: 100%;
  }
.page_btn ul li {
    width: 180px;
    height: auto;
  }
.page_btn ul li img {
    display: block;
    width: 100%;
    margin: auto;
  }
.page_btn ul li:hover {
    transform: scale(0.8, 0.8);
  }

.btn a{
  display:block;
    margin:0 auto;
    width:300px;
  height:60px;
  background-color:#ff3300;
  border-radius:10px;
  -webkit-border-radius:10px;
  font-size:2.3em;
  line-height:60px;
  text-align:center;
  text-decoration:none;
  color:#fff;
  }


  /* == 手機版型區 ============================================================================= */
@media screen and ( max-width:767px ){

.head {
    width:100%;
    height:0;
    padding-bottom:97%; /*抓目前的寬度，計算出所需高度，計算方式為圖片高度除以寬度*/
    background-image:url("../images/head_bg_m.png");
    background-size:cover; /*背景圖滿版縮放*/
  background-position: top center;
  background-repeat: no-repeat;
    overflow:hidden;
  position: relative;
    }
.head img {
  display: block;
    width: 100%;
    position: absolute;
    left: 50%;
    margin-left: -50%;
    z-index: 10;
    } 
  
/* == 側邊連結 == */
.page_btn {
  width: 100px;
    height: auto;
    padding: 1%;
    position: fixed;
    top: 30%;
    right: 0;
    z-index: 900;
    }
.page_btn ul {
    width: 100%;
    }
.page_btn ul li {
    width: 90px;
    height: auto;
    }
.page_btn ul li img {
  display: block;
    width: 100%;
    margin: auto;
    }
.page_btn ul li:hover {
    transform: scale(0.8, 0.8);
    }
  
.btn a{
  display:block;
    margin:0 auto;
    width:250px;
  height:50px;
  line-height:50px;
  font-size:2.2em;
  text-align:center;
  text-decoration:none;
  background-color:#ff3300;
  color:#FFF;
  border-radius:10px;
  -webkit-border-radius:10px;
  }

.footer ul {
  width: 90%;
    height: auto;
    margin: 0 auto;
    padding: 1% 1% 158% 1%;
    }
.footer ul li {
    display: block;
    text-align: center;
    float: left;
    width: 45%;
    height: auto;
    padding: 10px;
    margin-right: 3px;
    background-color: #30339b;
    -webkit-border-radius: 25px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 3px;
  border-color: #fff;
  border-style: solid;
  font-size: 1.2em;
  font-weight: 2px;
    }
.footer ul li:hover {
  background-color: #2DA7E0;
    border-color: #fff;
    } 
    }

footer {
  background-color: #6248db;
  position:relative;
  bottom: 0px;
  padding: 5vh 6vw;
  color: #fff;
  font-size: 1.2em;
  line-height: 1.8;
  text-align: center;
}
footer h2 {
  text-align: center;
}
footer h3{
  margin: 0 0;
  font-size: 2.6vw;
}
footer h4{
  margin: 0 0;
  font-size: 1.6vw;
  border-bottom: 1px solid;
  border-top: 1px solid;
}
footer table,
.me{
  width:38vw;
  display: inline-block;
  text-align: left;
  margin: auto 2vw;
  vertical-align: top;
}
footer table td {
  padding: 0.2vh 1vw;
}
footer a:hover,
footer a{
  color: #fff;
}
footer i{
  font-size: 2vw;
  margin: 2vh 1vw;
}
@media (max-width:75em){
  footer table,
  .me{
  width:100%;
  margin: 0vh auto;
  padding-bottom: 0.5vh;
  font-size: 0.75em;
}
  footer {
  padding: 1vh 5vw;
  padding-bottom: 2vh;
}
footer table td{
  padding: auto 2px;
}
footer h2 {
  font-size:1em;
}
footer h3{
  margin: 0 0;
  font-size:1.6em;
  line-height: 1.8;
  font-weight:400;
  text-align: center;
}
footer h4{
  margin: 0 0;
  font-size:1.2em;
  line-height: 1.8;
  font-weight:400;
  text-align: center;
}
footer i{
  font-size: 6vw;
}
}


.box{
  margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
  margin: auto auto;
    text-align: center;
    background-image: url(images/top_bg.png);
    background-position:center top;
    position:relative;
/*    background-repeat: no-repeat;*/
  }
/*.box_t{
  display: none;
  margin: auto;
  width:100%;
  max-width: 1000px;
  height: auto;
  }
.box_m{
  display: block;
  margin: auto;
  width:100%;
  max-width: 1000px;
  height: auto;
  }*/

.imgheader{
  width: 65vw;
  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: 65vw;
      padding: 0vh 0vw;
      margin: 10vh auto;
      list-style-type: none;
    }
    .box3 ul li{
    width: 9vw;
    display: inline-block;
    font-weight: bold;
    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: #BF1920;
    color: #FDD000;
    }
    @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;
    }
    }

#top{
  background:url(images/top.png) 100% 0 no-repeat;
  margin: 0 auto;
  background-position:center top;
  background-color: rgba(250, 214, 188,0.5);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
#top_mune{
    margin: 0 auto;
    background-position:center top;
    background-color: #ffe100;
    padding-bottom: 30px;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top:30px;
    text-align: center;
}

.table_add{
width: 100%;
font-family:  "Arial" , "微軟正黑體";
font-size: 16px;
color: #fff;
}
.table_add td{
padding: 5px  1px!important;
}
@media (max-width: 1020px){
.table_add{
width: 100%;
font-family:  "Arial" , "微軟正黑體";
font-size: 14px;
}
}

.bg_add{
  background-color: rgba(77, 144, 254, 1.0)!important;
  color: #ffffff;
  padding: 35px 0px 55px 0px;
}
.win{
  font-size: 18px;
  line-height: 1.8;
  text-align: left;
}

#gotop {
text-align: center;
position: fixed;
right: 20px;
bottom: 60px;
border-radius:50%;
padding: 2vh 1.5vw;
font-size: 18px;
background: rgba(0,0,0,0.7);
border: 1px;
color: white;
cursor: pointer;
}
#talk{
 line-height:1.5;
 text-align: center;
 position:fixed;
 top:10vh;
 vertical-align: middle;
 left:0px;
 text-align: left;
 color: #fff
}
#talk ul{
  margin: 0px 0px;
  padding: 0px 0px;
  list-style-type: none;
}
#talk ul li{
  width: 68px;
  height:68px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 1em;
  line-height: 1.3;  
  text-align: center;
  vertical-align: middle;
  padding-top: 15px;
  margin-top: 5px;
  color: #fff;
}
/*#talk ul li:nth-child(1){
  background-color: #1eb007;
}*/
#talk ul li:nth-child(2){
  /*background-color: #0033cc;*/
   padding-top: 12px;
}
#talk ul li:nth-child(3){  
   padding-top: 12px;
}
#talk ul li:nth-child(4){
  background-color: #ff0000;
   padding-top: 13px;
   border: 1px solid #fff;
   color: #fff;
   letter-spacing: -0.5px;
   font-weight: bold;
}
#talk ul li i{
  font-size:3em;
  padding-top: 0px!important;
  margin-top: 0px!important;
}
.r_bg{
    background-color: #ff0000;
    padding: 1px 5px;
    color: #fff;
    font-weight: bold;
    text-shadow: 0px 0px 0px rgba(255,255,255,0.6);
}
@media screen and (max-width:985px){
#gotop {
right: 20px;
bottom: 60px;
padding: 0.5vh 2vw;
font-size: 14px;
}
#talk {
  width:100%;
  background-color: rgba(176,161,161,0.8);
  line-height:1.5;
  color: #999;
  padding: 0px 0px 0px 0px;
  text-align: center;
  position: fixed;
  bottom: 0px;
  left: 0px;
  top: auto;
}
#talk ul li{
  width: 55px;
  height:55px;
  text-align: center;
  vertical-align: middle;
  padding-top: 10px;
  margin: 0px 5px 0px 5px;
  display: inline-block;
  font-size: 1em;
}
.fb_icon{
  font-size:2.3em;
  padding-top: 0px!important;
  margin-top: 0px!important;
}
#talk ul li:nth-child(4){
   background-color: #ff0000;
   padding-top:10px;
   border: 1px solid #ff0000;
   color: #fff;
   letter-spacing: -0.5px;
   font-weight: bold;
   font-size: 0.9em;
}
}

h2{
    font-size: 2.5em;
    font-weight: bold;
    color: #fff;
    line-height: 1.4;
    margin: 0vh auto 2vh;
    text-align: center;
}
#gift{
  /*width: 65vw;*/
  background-color: #FFF100;
  margin: 0 auto;
  padding: 5vh 0vw;
  text-align: center;
}
#gift h3{
  font-weight: bold;
  font-size: 3em;
  line-height: 1.4;
  margin: 1vh auto;
  color: #E60012;
  text-align: center;
}
#gift h4{
  font-weight: bold;
  font-size: 2em;
  line-height: 1.4;
  margin: 1vh auto;
  color: #008ED2;
  text-align: center;
}
#gift ul{
  margin: 0vh auto;
  text-align: left;
  margin: 0vh auto;
  background-color: #FFF100;
  border-radius: 50px;
  list-style-type: none; 
}
#gift ul li {
  font-size: 1.5em;
  line-height: 1.8;
  font-weight: bold;
  margin: 0vh auto;
  padding: 3vh 2vw;
}

#gift img{
  width: 50px;
  margin: 0vh 1vw;
}
.c_bg01{
    background-color: #FDD000;
    padding: 0.5vh 0.5vw;
    border-radius: 100px;
    font-size: 1.25em;
    color: #E54E1B;
    font-weight: bold;
}
.c_bg02{
    font-size: 1.25em;
    color: #008ED2;
    font-weight: bold;
}
.c_bg06{
  font-size: 0.8em;
  font-weight: normal;
}
@media screen and (max-width:985px){

#gift{
  width: 100%;
  padding: 1vh 0vw;
}
#gift h3{
  font-size: 16px;
}
#gift h4{
  font-size: 12px;
}
#gift ul {
  width: 90%;
  padding: 2vh 5vw;
  border-radius: 20px;
}
#gift ul li {
  font-size: 1em;
  padding: 1vh 0px 1vh 0px;
}

.c_bg01{
  font-size: 1em;
  padding: 2px 2px;
}
.c_bg02{
  font-size: 1em;
}
#gift img{
  width: 25px;
}
}

.box2{
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    text-align: center;
    }
    .box2 ul{
      width: 40vw;
      margin: 10vh auto;
      list-style-type: none;
    }
    .box2 ul li{
    font-size: 1.5em;
    padding: 4vh 0vw;
    color: #A51F25;
    background-color: #036EB8;
    border-radius: 50px;
    cursor: pointer;
    border: 5px solid #FDD000;
    }
    .box2 ul li:hover{
    background-color: #3616c6;
    }
    .c_bg04{
    font-size: 2em;
    color: #FDD000;
    font-weight: bold;
  }
  .c_bg05{
    background-color: #FDD000;
    padding: 0.25vh 0.25vw;
    margin: 0vh 0.5vw;
    border-radius: 100px;
    font-size: 1em;
    color: #036EB8;
    font-weight: bold;
}
    @media screen and (max-width:985px){
    .box2 ul{
      width: 90%;
      margin: 5vh auto;
    }
    .box2 ul li{
    font-size: 1em;
    padding: 2.5vh 1.5vw;
    border: 0px solid #FDD000;
    font-weight: normal;
    }
    .c_bg04{
      font-size: 1.5em;
    }
  }

#opclass{
  margin: 10vh auto;
  padding: 5vh 0vw;
  text-align: center;
  background-color: rgb(0,0,0,0.2);
}
#opclass h3{
  font-weight: bold;
  font-size: 2em;
  line-height: 1.4;
  margin: 0vh 0vw 3vh;
  color: #ffe100;
  text-align: center;
}
#opclass ul{
  width:65vw;
  margin: auto auto;
  padding: 0vh 0vw;
  color: #fff;
  text-align: center;
  vertical-align: top;
  list-style-type: none;
}
#opclass ul li{
  padding: 1vh 1vw;
  margin: 0vh 0.3vw 3vh ;
  width: 20vw;
  background-color: #ffe100;
  border-radius: 25px;
  text-align: center;
  display: inline-block;
}
#opclass h4{
  font-weight: bold;
  font-size: 1.8em;
  line-height: 1.4;
  padding: 0px 0px;
  margin: 1vh 0vw;
  color: #E2332B;
  text-align: left;
}
#opclass p{
  font-size: 1.1em;
  line-height: 1.4;
  padding: 5px 0px;
  margin: 1vh auto;
  color: #3e3a39;
  text-align: left;
  border-bottom: 1px dashed #3e3a39;
}
#opclass p:nth-child(5){
  border-bottom: 0px dashed #3e3a39;
}
.o_bg01{
    background-color: #E2332B;
    padding: 0.4vh 0.4vw;
    border-radius: 100px;
    font-size: 0.8em;
    color: #fff100;
    font-weight: bold;
    text-shadow: 0px 0px 0px rgba(255,255,255,0.6);
}
#opclass img{
  width: 50px;
  margin: 0vh 1vw;
}
@media screen and (max-width:985px){
#opclass{
  margin: 3vh auto;
  padding: 0vh auto;
}
#opclass h3{
  font-size: 1.25em;
  margin: 1vh auto;
}
#opclass h4{
  font-size: 1.25em;
}
#opclass ul{
  width:100%;
}
#opclass ul li {
  width: 90%;
  padding-top: 1vh;
  padding-bottom: 1vh;
  padding-left: 4vw;
  padding-right: 4vw;
  margin: 0vh auto 2vh;
}
#opclass p{
  font-size: 1em;
  margin: 0.5vh auto;
}
.o_bg01{
    padding: 2px 2px;
    font-size: 1em;
}
#opclass img{
  width: 25px;
}
}

#srtext{
  text-align: center;
}
#srtext h3{
  font-weight: bold;
  font-size: 2em;
  line-height: 1.4;
  margin: 3vh 0vw;
  color: #FFF100;
  text-align: center;
}
.s_bg01{
    font-size: 1.25em;
    color: #008ED2;
    font-weight: bold;
}
.s_bg02{
    font-size: 1.25em;
    color: #E2332B;
    font-weight: bold;
}
.srtext{
  width: 65vw;
  padding: 10px;
  margin: 0vh auto 7.5vh;  
  vertical-align: middle;
}
.srtext th {
  padding: 1.5vh 0vw;
  text-align: center;
  background-color: #FFF100;
  color: #008ED2;
  font-size: 1.25em;
  font-weight: bold;
  border-bottom: 1px solid #FFF100;
  border-right:  1px solid #008ED2;
}
.srtext td {
  padding: 1.5vh 0vw;
  margin: 1vh 0vw;
  font-size: 1.1em;
  color: #3e3a39;
  background-color: #FFF;
  text-align: center;
  border-bottom: 1px solid #008ED2;
  border-right:  1px solid #008ED2;
}
.srtext td:nth-child(1) {
  width: 10%;
}
.srtext td:nth-child(3) {
  width: 15%;
}
.srtext th:nth-last-child(1) {
  border-right: 0px solid #E2332B;  
}
.srtext td:nth-last-child(1) {
  border-right: 0px solid #E2332B;
}
#srtext img{
  width: 50px;
  margin: 0vh 1vw;
}
@media screen and (max-width:985px){
#srtext h3{
  font-size: 1.25em;
  margin: 1vh auto;
}
.s_bg01{
    font-size: 1em;
}
.s_bg02{
    font-size: 1em;
}

.srtext{
  width: 90%;
  margin: 0vh auto 1vh;  
  vertical-align: middle;
}
.srtext th {
  font-size: 1em;
  padding: 2px auto;
}
.srtext td {
  padding: 1vh 0vw;
  margin: 0vh 0vw;
  font-size: 1em;
}
#srtext img{
  width: 25px;
  width: 50px;
  margin: 0vh 1vw;
}
}

#textclass{
  width:65vw;
  margin: auto auto;
  text-align: center;
}
#textclass h3{
  font-weight: bold;
  font-size: 2em;
  line-height: 1.4;
  padding: 0px 0px;
  margin: 6vh 0vw 2vh;
  color: #FFF100;
  text-align: center;
}
#textclass ul{
  margin: 0vh auto;
  text-align: center;
  vertical-align: top;
  list-style-type: none;
}
#textclass ul li{
  width: 30vw;
  font-size: 1.5em;
  line-height: 1.4;
  padding: 1vh 1vw;
  margin: 0vh 1vw 5vh;
  background-color: #ffe100;
  border-radius: 25px;
  text-align: center;
  display: inline-block;
}
.text01{
  font-size: 1.25em;
  color: #C11920;
}
.textclass01{
  width: 50px;
  margin: 0vh 1vw;
}
@media screen and (max-width:985px){
#textclass{
  width: 90%;
  padding: 1vh auto;
}
#textclass h3{
  font-size: 1.25em;
  margin: 3vh auto 1vh;
}
#textclass ul li {
  width: 90%;
  font-size: 1em;
  padding-top: 1vh;
  padding-bottom: 1vh;
  padding-left: 4vw;
  padding-right: 4vw;
  margin: 0vh auto 2vh;
}
.text01{
  font-size: 1em;
}
.textclass01{
  width: 25px;
}
.textclass02{
  width: 90%;
}
}

#try{
  text-align: center;
  margin: 10vh auto;
  font-size: 1em;
  line-height: 1.8;
}
#try h3{
  font-weight: bold;
  font-size: 2em;
  line-height: 1.4;
  padding: 0px 0px;
  margin: 3vh 0vw 1vh;
  color: #FFF100;
  text-align: center;
}
#try .movie a,#try .movie a:hover{
  background-color: #f00;
  color: #fff;
  padding: 1vh 1vw;
  font-weight: 400;
  border-radius: 10px;
}
#try img{
  width: 50px;
  margin: 0vh 1vw;
}
.movie {
  display: inline-block;
  margin-top: 1vh;
  vertical-align: top;
}
.movie_w {
  width: 65vw;
  height: 85vh;
  margin: auto auto;
  border:1px solid rgba(255,255,0,0.3);
}

@media (max-width:55em){
.movie_bg{
  padding-bottom: 0vh;
}
.movie {
  display: inline-block;
  margin:2vh 1vw;
  vertical-align: top;
}
.movie_w {
    width: 100%;
  height: auto;
  margin: auto auto;
}
#try{
  margin: 2vh auto;
  font-size: 1em;
  line-height: 1.8;
  text-align: center;
}
#try h3{
  font-size: 1.25em;
  margin: 0vh auto;
}
#try img{
  width: 25px;
}
}