body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-image: url(img/bg.png) ;
background-repeat: repeat;
background-position:center top;
font-family: "BioRhyme" , "微軟正黑體",serif;
background-color: #ffe19a;
/*background-color: #18bcbc;*/
/*background-attachment: fixed;*/
/*-moz-background-size: cover;
 background-size: cover;*/
}

#gotop {
width:3.8em;
height:3.8em;
text-align: center;
border:1px solid #ddd;
position: fixed;
right: 10px;
bottom: 80px;
border-radius:50%;
padding: 3px 0px;
font-size: 0.9em;
background: rgba(0,0,0,0.7);
border: 1px;
color: white;

}
#hot {
width:5em;
text-align: center;
border:1px solid #ddd;
position: fixed;
right: 10px;
bottom:145px;
border-radius:10px;
padding: 5px 0px;
font-size: 0.8em;
background: #fff;
border: 2px solid #ff0000;
color: #ff0000;
cursor: pointer;
z-index: 200;

}
@media screen and (max-width:38em){
  #gotop {
  font-size:16px;
  padding-top: 6px;
  bottom: 90px;
  }
    #hot {
  font-size:13px;
  bottom: 160px;
    }
}
#talk ul li,
.dropbtn {
  width:3.6em;
  height:3.6em;
  border-radius: 50%;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
}
#talk{
  text-align: center;
  position:fixed;
  top:10vh;
  vertical-align: middle;
  left:0px;
  text-align: left;
  color: #fff;
  font-size:0.9em;
  line-height: 1.3;  
  text-align: center;
}
#talk ul{
  margin: 0px 0px;
  padding: 0px 0px;
  list-style-type: none;
}
#talk ul li{
  /*border:0.5px solid rgba(255,255,255,0.3);*/
  padding-top: 1.8vh;
  margin-top:0.5vh;
  color: rgba(255,255,255,0.8);

}
#talk ul li:first-child{
  padding-top: 1.2vh;
}
#talk ul li:hover{
    border:0.5px solid rgba(255,255,255,0.3);
}
.fb_icon{
  /*color:rgba(255,255,255,0.9);*/
  font-size:2em;
  padding: 0px!important;
  margin: 0px!important;
}
.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(236,236,236,0.8);
  border-top:1px solid #f0f0f0;
  /*background-color: rgba(172,222,245,0.8);*/
  line-height:1.2;
  font-size:14px;
  padding: 3px 0px 0px 0px;
   bottom: 0px;
    left: 0px;
    top: auto;
}
#talk ul li{
  margin:0px; 
  width: 55px;
  height: 30px;
  padding-top:3px;
  display: inline-block;
  color: rgba(0,0,0,0.5);
  border:0px solid #1dcd00;  
  border-left:1px solid rgba(0,0,0,0.1);
  border-radius: 0%;
   text-shadow: 1px 1px 1px rgba(255,255,255,0.6);
}
#talk ul li:first-child{
  border-left:0px solid rgba(0,0,0,0.2);
  padding-top:0px;
}
.fb_icon{
  font-size:1.8em;
}
.share {
  margin-top: 0px!important;
  margin-bottom: 0px!important;
  padding: 0px!important;
  opacity: 0.8;
  vertical-align: middle;
}
}
.dropbtn {
  margin-bottom:1vh;
  border:1px solid #fff;
  background-color:#1dcd00;
  padding: 0px;
  color: white;
  border: none;
  cursor: pointer;
}
.dropbtn:hover, .dropbtn:focus {
    background-color: #3e8e41;
}
.dropdown {
    position: relative;
    display: inline-block;
    
}
.dropbtn:hover, .dropbtn:focus {
    background-color: #239c0f;
}
.dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    left:10px;
    background-color:#fff;
    border: 1px solid #1dcd00;
    border-radius:10px;
    font-size:1.1em; 
    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){
.dropbtn {
  width: 68px;
  height: 40px;
  background-color: #1dcd00;
  color:#fff;
  font-weight: bold;
  border-radius: 5%;
  border-left:0px solid rgba(0,0,0,0.3);
   text-shadow: 0px 0px 0px rgba(255,255,255,0.6);
}
.dropdown-content {
  left:0;
  top:auto;
  bottom:100%;
}

.dropdown:hover .dropbtn {
   color:#fff;
   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;
  padding: 0;
  overflow: hidden;
  /*background-color: rgba(0,0,0,0.1);*/
}
ul.topnav li {float: left;}
ul.topnav li a {
  font-family: "Arial" , "微軟正黑體";
  display: inline-block;
  color: #fff;
  text-align: center;
  padding:2.3vh;
  text-decoration: none;
  transition: 0.3s;
  font-size: 13px;
}
ul.topnav li a:hover {background-color:rgba(0,0,0,0.1);border-radius: 30px;font-weight: bold;}
ul.topnav li.icon {display: none;}
@media screen and (max-width:980px) {
  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;
  }
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
   background-color: rgba(255,115,60,0.95);
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 50px;
  font-size: 1em;
  box-shadow: 1px 1px 1px rgba(255,255,255,0.8);
}
.sidenav a {
  display: block;
  padding: 1em;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  /*background-color: rgba(250,140,107,0.8);*/
  color: #fff;
  text-decoration: none!important;
  transition: 0.3s;
}
.sidenav a:hover, .offcanvas a:focus{
  background-color: rgba(200,200,200,0.95);
}
.sidenav .closebtn {
    position: absolute;
    color: #fff;
    padding: 0em;
    top: 0;
    right: 5px;
    font-size:3em;
    line-height: 1;
    margin-right: 2px;
      border-radius: 50%;
    border-bottom: 0px solid rgba(0,0,0,0);
}
.sidenav .closebtn a:hover{
  border-radius: 50%;
}
#main {
    transition: margin-left .5s;
    padding: 0px;
}
@media screen and (max-width:660px) {
  .sidenav {padding-top: 45px;}
  .sidenav a {font-size: 15px;}

}
/*班址*/
.table_add{
width: 100%;
font-family:  "Arial" , "微軟正黑體";
font-size: 15px;
color: #fff;
}
.table_add td{
padding: 5px 1px!important;
}
footer {
  width: 100%;
  color: #fff;
  background-color: rgba(77, 144, 254,1.0)!important;
}
.bg_add{
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  color: #ffffff;
  padding:35px 0px 55px 0px;
}
.win{
  font-size: 18px;
  line-height: 1.8;
  /*font-weight: bold;*/
  text-align: left;
}
.win_class{
  font-size: 16px;
  line-height: 1.6;
  /*font-weight: bold;*/
  text-align: right;
  display: inline-block;
}
.win_class a{
  color: #fff;
  text-decoration: none;
}
.win_class a:hover{
  font-weight: bold;
  color: #ffff00;
}
.win_bg{
  background-color: #fff;
  color: rgba(77, 144, 254,1.0);
  padding: 1px 5px;
  border-radius: 3px;

}
.win_fb{  
  display: inline-block;
}
.win_icon{
  color: #fff;
  font-size: 42px;
  margin: 15px;
}
@media (max-width: 1020px){
 .table_add{
  width: 100%;
  font-family:  "Arial" , "微軟正黑體";
  font-size: 14px;
}

.win{
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  text-align: left;
}
.win_class{
  font-size: 15px;
  line-height: 1.6;
  /*font-weight: bold;*/
  text-align: center;
  display: inline-block;
  margin:20px 0px;
}
.win_icon{
  color: #fff;
  font-size: 32px;
  margin: 5px;
}
}
.red {color: #F00;font-weight: bold;}
.yellow{color: #ff0;font-weight: bold;}
.blue{color: #333;font-weight: bold;}
.cbb{background-color: #337cbb;color:#fff;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{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);}

.top {
   background-image: url('img/top_bg.png');
  background-position: top;
  background-size: cover;
  height: 100%;
}
header{
  text-align: center;
  color: #fff;
  font-size: 1em;
  line-height: 1.6;
}
header h1{
  font-size: 1.5em;
  color:#fff100;
  margin-top: 0px;
}
header img {
  width:40em;
}
header nav{
  margin-top:6vh;
}

header nav a {
  color: #fff;
  text-decoration: none!important;
  padding: 6px 6px;
   border: 3px solid #fff;
   margin:auto 10px ;
}
header nav a:hover{
    background-color: #ffff00;
  font-weight: bold;
  color: #0033cc;
}
@media screen and (max-width:38em){
  header img {
  width:400px;
  padding-top: 3vh;
}
header nav a{
  font-size: 0.9em;
     margin:auto 8px ;
}
}
section h2{
  font-size: 1.3em;
  line-height: 1.6;
  font-weight: bold;  
  /*margin-top: 30px;*/
}
#sale h2,#book h2{
  color: #ff0000;
  margin: 0 auto;

}
#op h2 {
  color: #fff;
  text-align: center;
}
#sale,#book{
  text-align:left;
  line-height: 1.8;
  font-size: 1.2em;

}
#sale{
  background: url(img/header_bg.png) no-repeat;
  background-position: top center;
  -moz-background-size: cover;
 background-size: cover;
   padding:26vh 10vw;
    margin-top:36vh;
}
#book {
  background: url(img/book.png)no-repeat;
  background-position: left top;
  background-color: #ffc900;
  margin-top: 0vh;
  padding: 10vh;
   color: #000;
}
.sale{
    width: 46vw;
    margin: auto;
}
#sale h3{
  color: #ff813e;
  font-size: 1em;
  line-height: 1.6;
  margin-top:3vh;
  padding-bottom: 0px;
  text-align: center;
}
#sale ins {
  font-size: 0.7em;
  color: #ff813e;
  /*float: right;*/
}
#sale p {
  text-align: center;
  font-size: 0.8em;
  color: #ff813e;
}
#sale ul {
  padding:0 0px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  list-style-type: none;
}
#sale ul ul {
  padding-left: 36px;
}
#sale ul img {
  width: 36px;
}
#sale ul strong {
  color: #ff0000;
}
.sale_line{
  border-top:dashed 1px rgba(255,169,62,0.6);
  margin: 5px auto;
}
@media screen and (max-width:38em){
  section h2{
  font-size: 1.1em;
  line-height: 1.6;
  font-weight: bold;  
  /*margin-top: 30px;*/
}
    #sale,#book {
    padding: 6vw;
    font-size: 15px;
  }
  #sale { 
    padding:26vh 6vw;
    margin-top:3vh;
}
  #sale ul img {
     width: 36px;
}
  .op_a,.book,.sale{
    width:100%;
  }
}
#book h3{
  margin:0px;
  /*border-bottom: 1px dashed #337cbb;*/
  font-size: 0.9em;
  line-height: 1.8;
  /*padding-bottom: 3vh;*/
}
#book p {
  line-height: 1.6;
  margin-top: 2vh;
}
#book p a {
  background-color: #fff;
  color: #ff0000;
  padding: 1px 6px;
  border: 1px solid #ff0000;
  border-radius: 3px;
  font-size: 0.8em;
}
#book ul {
  margin-top: 10vh;
  padding:0 0px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  list-style-type: none;
}
#book ul li{
  background-color: rgba(255,255,255,0.6);
  width: 20vw;
  height: 20vw;
  border-radius: 50%;
  margin:0px 8px;
  display: inline-block;
  text-align: center;
  padding-top: 2vw;
}
#book ul img {
  width: 8vw;
  height: auto;
}
.book{
    width:68.8vw;
    margin-right:right;
    margin-left: auto;
}
.book_with {
  background-color: #fff;
}
#book ol {
  margin:0vh 0 5vh 0;
  padding: 0 0px;
  list-style-type: none;
  font-size: 0.8em;

}
#book strong {
  color: #ff0000;  
}
@media screen and (max-width:38em){
#book ul li{
  background-color: rgba(255,255,255,0.6);
  width:90%;
  height: auto;
  border-radius: 0%;
  margin:0px 8px;
  display: block;
  text-align: center;
  padding:15px 10px;
}
  .op_a,.book,.sale{
    width:100%;
  }
}
#op {
  background: url(img/op.png)no-repeat;
  background-position: right top;
  /*background-color: #ffc900;*/
  /*margin-top: -8vh;*/
  padding: 10vh 6vw;
}
#op img {
  width: 6vw;
  height: auto;
}
#op h2 {
  font-size: 1.6em;
  line-height: 1.8;
  font-weight: bold;
}
#op h3{
  font-size: 1.25em;
  text-align: center;
  color: #fff;
  padding-top: 20px;
}
#op p{
  color: #fff;
  text-align: center;
}
#op a{
  font-size: 0.9em;
  font-family: "Arial","微軟正黑體",serif;
  background-color: #1dcd00;
  color: #fff;
  font-weight: bold;
  border: 1px solid #1dcd00;
  border-radius: 3px;
  padding: 3px 5px;
  text-decoration: none;
}
.op_a{
    width:68vw;
    /*background-color: rgba(250,223,164,0.65);*/
    margin-right:auto;
    margin-left: left;
}
.op{
  width: 96%;
  margin-right: auto;
  margin-left: auto;
  background-color: rgba(254,235,180,0.7);
  color: #333;
  font-size: 1em;
  line-height: 1.8;
  text-align: center;
  /*border: 1px solid #fff;*/
  padding: 3px;
  border-radius: 3px;
  border-collapse: inherit;
}
.op th {
    padding:8px 2px;
    text-align: center;
      border-left: 1px solid rgba(0,0,0,0.1);
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
.op td{
  background-color:  rgba(254,235,180,0.7);
  padding:8px 2px;
  border-left: 1px solid rgba(0,0,0,0.1);
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
.op td:nth-child(1) {
  width: 32%;
}
.op td:last-child {
  color: #ff0000;
  font-weight: bold;
}
.date{
   color: #ff0000;
   font-weight: bold;
}
.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{
  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: 38em){
  #op{
      background: none;
  background-position: center top;
  /*background-color: #ffc900;*/
  /*margin-top: -8vh;*/
  padding:12vh 3vw 10vh 3vw;
  }
  #op h2 {
  font-size: 1.8em;
  line-height: 1.8;
  font-weight: bold;
}
#op a{
  font-size: 0.8em;
}
#op img,#book ul img{
  width:20vw;
  height: auto;
}
.op_a{
    width: 100%;
}
  .op{
  width: 100%;
  background-color:rgba(255,255,255,0.3);
  font-size: 15px;
}
}
.ac-container{
  width: 100%;
  margin: 8vh auto;
  text-align: left;
}
.ac-container label{
  font-family: 'BebasNeueRegular', 'Arial Narrow','微軟正黑體', sans-serif;
  padding: 20px 30px;
  position: relative;
  z-index: 20;
  display: block;
  height: auto;
  font-size:1.6em;
  cursor: pointer;
  color: #fff;
  line-height: 1.8;
  background: rgba(255,255,255,0);
  border-bottom: 1px solid rgba(255,255,255,0.3);
 
}
.ac-container label:hover{
  background:#ffc902;
}
.ac-container input:checked + label,
.ac-container input:checked + label:hover{
  background: #ffc902;
  color: #603d1c;
  /*text-shadow: 0px 1px 1px rgba(255,255,255, 0.6);*/
  box-shadow: 
    0px 0px 0px 1px rgba(155,155,155,0.3), 
    0px 2px 2px rgba(0,0,0,0.1);
}
.ac-container label:before,
.ac-container label:hover:after,
.ac-container input:checked + label:hover:after{
  content:"\f107";
  font-family: FontAwesome;
  position: absolute;
  font-size: 2em;   
  width: 24px;
  height: 24px;
  right: 30px;
  top: 7px;
  /*background: transparent url(img/down.png) no-repeat center center;  */
}
/*.ac-container input:checked + label:hover:after{
    content:"\f106";
}*/
.ac-container input{
  display: none;
}
.ac-container article{
  /*background: rgba(255, 255, 255, 0.5);*/
  margin-top: -1px;
  overflow: hidden;
  height: 0px;
  position: relative;
  z-index: 10;
  -webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
  -moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
  -o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
  -ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
  transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}
.ac-container input:checked ~ article{
  -webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
  -moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
  -o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
  -ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
  transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
  box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);
}
.ac-container input:checked ~ article.ac-small{
  height: auto;
  padding: 10px 10px 30px 20px;
}
.ac-container input:checked ~ article.ac-medium{
  height: 180px;
}
.ac-container input:checked ~ article.ac-large{
  height: 230px;
}
@media (max-width: 38em){
.ac-container label{
  padding:20px 10px;
  font-size:1.3em;
 
}
.ac-container input:checked ~ article.ac-small{
  height: auto;
  padding: 10px 5px 30px 5px;
}
}
#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;
  }
  .photo{
    background-color: #fff;
    opacity: 0.5;
  }