body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-image: url(images/bg.png);
background-repeat: repeat-y;
background-position:center top;
background-color:#fcbf95!important;
/*background-color:#A6DB77!important;*/
font-family: "Arial" , "微軟正黑體",sans-serif;
background-attachment: fixed;
-moz-background-size: cover;
 background-size: cover;

}
#gotop {
display: none;
border: 1px solid rgb(29, 205, 0);
border-radius: 5px;
padding: 1px 6px;
font-size:15px;
line-height: 1.5;
background: rgb(29, 205, 0);
color: white;
cursor: pointer;

}
.connect_b {
    width:100%; 
    background-color:rgba(0,0,0,0.6);
    line-height:1.5;
    color: #fff;
    padding: 6px 0px 6px 0px;
    text-align: center;
    position: fixed;
    bottom: 0px;
    vertical-align: middle;
    left: 0px;
}
/*LINE 課程*/
.dropbtnline { 
  margin: 0px 6px;
    background-color:#fff;
    color: #1dcd00;
    padding: 1px 5px;
    font-size: 14px;
    border: 1px solid #1dcd00;
    border-radius:5px!important;
    cursor: pointer;
    font-family: "Arial" , "微軟正黑體",sans-serif;
}
.dropdown {
    position: relative;
    display: inline-block;    
}
.dropdown-menu {
    display: none;
    position: absolute;
    background-color: #1dcd00;
    font-size: 15px;
    min-width: 160px;    
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.dropdown-menu a {
  font-family: "Arial" , "微軟正黑體",sans-serif;
    background-color: #1dcd00;
    color: #fff!important;
    padding: 8px 16px;
    text-decoration: none!important;
    display: block;
    border-bottom: 1px solid #fff;
}
.dropdown-menu a:hover {background-color: #fff;color:#1dcd00!important;font-weight: bold; }
.dropdown:hover .dropdown-menu {
    display: block;
}
.dropdown:hover .dropbtn {
    border: 2px solid #1dcd00;
    color: #1dcd00;
    background-color: #fff;
}
.dropbtnfb{ 
    background-color:#fff;
    color: #0066cc;
    padding: 0px 10px;
    font-size: 18px;
    border: 1px solid #0066cc;
    border-radius:50%;
    cursor: pointer;
    font-family: "Arial Black" , "微軟正黑體",sans-serif;
}
.fb{
  vertical-align: middle;
   display: inline-block;
}
/*LINE 課程end*/
/*班址*/
.table_add{
width: 100%;
font-family:  "Arial" , "微軟正黑體",sans-serif;
font-size: 15px;
}
.table_add td{
padding: 5px  1px!important;
}
.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;
  /*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;
}
.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 screen and (max-width: 1020px){
 .table_add{
  width: 100%;
  font-family:  "Arial" , "微軟正黑體",sans-serif;
  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;
}
}
/*班址end*/
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 20px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/* Modal Content */
.modal-content {
  font-family: "Arial" , "微軟正黑體",sans-serif;
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 95%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}
/* Add Animation */
@-webkit-keyframes animatetop {
from {top:-300px; opacity:0}
to {top:0; opacity:1}
}
@keyframes animatetop {
from {top:-300px; opacity:0}
to {top:0; opacity:1}
}
/* The Close Button */
.close {
color: white;
float: right;
font-size: 65px;
font-weight: bold;
}
.close:hover,
.close:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.modal-header {
  padding: 15px 16px;
  background-color:#0033cc;
  color: white;
  /*text-shadow: 0px 0px 0px rgba(255,255,255,0.6);*/
}
.modal-body {padding: 60px 80px;}
.modal-footer {
  padding: 20px 16px;
  background-color: rgba(0,0,0,0.2);
  color: white;
  text-align: center;
}
#myModal{
  font-size: 18px;
  color: #333;
  line-height: 1.6;
}
#myModal h1{
   padding-top: 60px;
   padding-bottom: 6px;
   border-bottom: 1px dashed #999;
   color: #4E58BD;    
   font-size:22px;
   line-height: 1.5;
   font-weight: bold;
}
.at ul{
  padding: 10px;
  margin: auto;
  list-style: none;
  text-align:center;
}
.at ul li {
    border-radius: 50px;
    display: inline-block;
    width:80px;
    font-size:16px; 
    line-height:1.3;
    border: 1px solid #0033cc;
    color:#0033cc;
    padding:18px 2px;
    font-weight:bold;
    text-align: center;
}
.topic5_b{
  width: 100%;
   padding: 25px;
  border: 1px solid #999;
  margin: 5px 0px; 
}
@media screen and (max-width: 920px){
.modal-body {padding: 20px 20px;}
#myModal{
  font-size: 15px;
}
#myModal ul{
  margin: 0px;
  padding: 0 0 0 30px;
}
.topic5_b{
   padding: 10px;
   margin: 10px;
}
.at ul{
  padding: 0px 0px 0px 0px !important;
  margin: 0px;
}
}
/*題目*/
button.accordion {
   background-color: rgb(104, 205, 251);
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
    padding:  30px 50px 35px 50px;
    font-size: 16px;
    width: 100%;
    border: none;
    text-align:left; 
    outline: none;
    font-weight: bold;
    transition: 0.2s;
    border-bottom: 3px solid  #fff;
    line-height: 1.8;    
    /*text-shadow: 0px 1px 1px rgba(0,0,0,0.2);*/

}

button.accordion.active, button.accordion:hover {
   /* background-color:#3B3157;*/
    background-color: #eee;
    border: 0px;
    color: #000;
    text-shadow: 0px 0px 0px rgba(255,255,255,0.9);
}

button.accordion:after {
    font-family: "Arial Black" , "微軟正黑體";
    content: '\02795';
    color: #0033cc;
    float: right;
    margin-top: 0px;
    margin-left: 5px;

}

button.accordion.active:after {
    content: "\2796";
}

div.panel {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    width: 100%;    
    padding:0px 55px 0px 35px;
    background-color: rgba(255,255,255,0.9);
    /*background-color: rgba(255,175,122,0.3);*/
    max-height: 0;
    overflow: hidden;
    transition: 0.6s ease-in-out;
    border-bottom: 1px solid #999;
    opacity: 0;
    text-shadow: 0px 0px 0px rgba(255,255,255,0.9);
}
div.panel.show {
    opacity: 1;
    max-height: 3800px;  
  }
.table_ans{
  width: 100%;
  margin:30px 0px 60px 0px;
  font-size:16px;
  line-height: 1.8;
  text-align: left;

}
div.panel ul{
    list-style-type: square;
    margin: 0px 0px 0px 20px;
    padding:0px!important;
}
div.panel ol{
    margin: 0px 0px 0px 50px;
    padding:0px!important;
    list-style-type: cjk-ideographic;
}
div.panel ol li{
    margin-top: 26px;
   
}
div.panel ol ol li{
    margin-top: 0px;
   
}
div.panel ol ul li{
    margin-top: 0px;
   
}
div.panel ol ol{
    margin: 0px 0px 0px 21px;
    padding:0px!important;
    list-style-type:decimal;
}
@media screen and (max-width: 920px){
    button.accordion {    
    padding:  30px 15px 35px 15px;
    font-size: 15px;
}
.table_ans{
  font-size:15px;

}
div.panel {       
    padding:0px 10px 0px 15px;
}
div.panel ol{
    margin: 0px 0px 0px 26px;
}
div.panel ol ol{
    margin: 0px 0px 0px 20px;
}
}

/*題目end*/ 
/*a:link {color: #333333;text-decoration: none;}
a:visited{text-decoration: none;color: #333333;}
a:hover{text-decoration: underline;}
a:active{ text-decoration: none; }*/
.red {color: #F00;font-weight: bold; font-family: "Arial Black" , "微軟正黑體",sans-serif;}
.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{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);}

}
.line_1{
border-top:  dashed 1px #999;
width:50%;
margin-left:auto;
margin-right:auto;
margin-top: 5px;
margin-bottom: 0px;
top: 60px;
}
button.password_b {
    text-align: center;  
    padding: 13px;
    font-size: 20px;
    background-color: #fff;
    border: 2px solid #fff;
    margin-left: 10px;
    margin-top: 10px;
    color: #0033cc;    
    border-radius: 10px;
    cursor: pointer;
    border-collapse: separate !important;
}
button.password_b:hover{
    background-color: #fff;
    border: 2px solid #10c2cc;
    color: #10c2cc;  
    font-weight: bold;
    }
ul.tab {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
border: none;
background-color: rgba(255,255,255,0)!important;
font-family: "Arial" , "微軟正黑體",sans-serif;
font-weight: bold;
}
/* Float the list items side by side */
ul.tab li {float: left;}
/* Style the links inside the list items */
ul.tab li a {
display: inline-block;
color: black;
text-align: center;
padding: 20px 10px;
text-decoration: none;
transition: 0.3s;
font-size: 18px;
}
/* Change background color of links on hover */
ul.tab li a:hover {
background-color: rgba(255,255,255,0.3)!important;
}
/* Create an active/current tablink class */
ul.tab li a:focus, .active {
background-color:;
}
/* Style the tab content */
.tabcontent {
display: none;
padding: 6px 12px;
-webkit-animation: fadeEffect 1s;
animation: fadeEffect 1s;
}
@-webkit-keyframes fadeEffect {
from {opacity: 0;}
to {opacity: 1;}
}
@keyframes fadeEffect {
from {opacity: 0;}
to {opacity: 1;}
}

 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" , "微軟正黑體",sans-serif;
  display: inline-block;
  color: #333;
  text-align: center;
  padding: 10px 20px;
  text-decoration: none;
  transition: 0.3s;
  font-size: 16px;
}

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;    
  }
}

@media screen and (max-width:980px) {
  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;
    color: #fff;
  }
}
.top_1{
  width: 100%;
  height:725px;
  background:url(images/top.png) 100% 0 no-repeat;
  background-position:center top;
  margin:-90px 0px 0px 0px;
    -webkit-animation: moveDown 0.6s ease-in-out 0.2s backwards;
  -moz-animation: moveDown 0.6s ease-in-out 0.2s backwards;
  -o-animation: moveDown 0.6s ease-in-out 0.2s backwards;
  -ms-animation: moveDown 0.6s ease-in-out 0.2s backwards;
  animation: moveDown 0.6s ease-in-out 0.2s backwards;

}
@-webkit-keyframes moveDown{
  0% { 
    -webkit-transform: translateY(-40px); 
    opacity: 0;
  }
  100% { 
    -webkit-transform: translateY(0px);  
    opacity: 1;
  }
}

@-moz-keyframes moveDown{
  0% { 
    -moz-transform: translateY(-40px); 
    opacity: 0;
  }
  100% { 
    -moz-transform: translateY(0px);  
    opacity: 1;
  }
}
@-o-keyframes moveDown{
  0% { 
    -o-transform: translateY(-40px); 
    opacity: 0;
  }
  100% { 
    -o-transform: translateY(0px);  
    opacity: 1;
  }
}
@-ms-keyframes moveDown{
  0% { 
    -ms-transform: translateY(-40px); 
    opacity: 0;
  }
  100% { 
    -ms-transform: translateY(0px);  
    opacity: 1;
  }
}
@keyframes moveDown{
  0% { 
    transform: translateY(-40px); 
    opacity: 0;
  }
  100% { 
    transform: translateY(0px);  
    opacity: 1;
  }
}
.more {
  width: 180px;
  height:180px;
  font-size:26px;
  line-height: 1.3;
  border: 1px solid #fff;
  background-color: #0033cc;
  color: #fff;
  font-weight: bold;
  padding-top: 5px;
  border-radius: 50%;
  margin:20px 50px 100px 0px;
  /*  box-shadow: 0 5px rgba(0, 51, 204,0.6);
  -webkit-animation: moveUp 0.6s ease-in-out 0.2s backwards;
  -moz-animation: moveUp 0.6s ease-in-out 0.2s backwards;
  -o-animation: moveUp 0.6s ease-in-out 0.2s backwards;
  -ms-animation: moveUp 0.6s ease-in-out 0.2s backwards;
  animation: moveUp 0.6s ease-in-out 0.2s backwards;*/
}
.more:hover {
  border: 1px solid #fff;
  background-color: rgba(0,0,0,0.0);
   transform: translateY(-20px);
   background-color: #ff0000;
   color: #fff;
  font-weight: bold;
}
@media screen and (max-width:765px){
#bgm{
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-image: url(images/bg_m.png);
background-repeat: repeat-y;
background-position:center top;

  }
  .top_1{
  width: 100%;
  height:550px;
  background:url(images/top_m2.png) 100% 0 no-repeat;
  background-position:center top;
  margin:-20px 0px 0px 0px;
    -webkit-animation: moveDown 0.6s ease-in-out 0.2s backwards;
  -moz-animation: moveDown 0.6s ease-in-out 0.2s backwards;
  -o-animation: moveDown 0.6s ease-in-out 0.2s backwards;
  -ms-animation: moveDown 0.6s ease-in-out 0.2s backwards;
  animation: moveDown 0.6s ease-in-out 0.2s backwards;
}
}
@media screen and (max-width:500px){
  .top_1{
  width: 100%;
  height:435px;
  background:url(images/top_m.png) 100% 0 no-repeat;
  background-position:center top;
  margin:20px 0px 0px 0px;
    -webkit-animation: moveDown 0.6s ease-in-out 0.2s backwards;
  -moz-animation: moveDown 0.6s ease-in-out 0.2s backwards;
  -o-animation: moveDown 0.6s ease-in-out 0.2s backwards;
  -ms-animation: moveDown 0.6s ease-in-out 0.2s backwards;
  animation: moveDown 0.6s ease-in-out 0.2s backwards;
}
}
@media screen and (max-width: 1020px){
.more {
  width: 140px;
  height: 140px;
  font-size:20px;
  line-height: 1.5;
  margin:10px 1px 10px 0px;
  /*  box-shadow: 0 5px rgba(0, 51, 204,0.6);
  -webkit-animation: moveUp 0.6s ease-in-out 0.2s backwards;
  -moz-animation: moveUp 0.6s ease-in-out 0.2s backwards;
  -o-animation: moveUp 0.6s ease-in-out 0.2s backwards;
  -ms-animation: moveUp 0.6s ease-in-out 0.2s backwards;
  animation: moveUp 0.6s ease-in-out 0.2s backwards;*/
}
}
.password_bg{
  width:80%;
  margin-top: 5px;
  margin-right: auto;
  margin-left: auto;
  background-color: rgba(0,0,0,0.0);   
  padding:0px 0px 30px 0px;
  color: #333;
  text-align: center;
}
button.password {
    text-align: center;  
    padding: 13px;
    font-size: 20px;
    background-color: #10c2cc;
    border: 2px solid #fff;
    margin-left: 10px;
    margin-top: 10px;
    color: #fff;    
    border-radius: 10px;
    cursor: pointer;
    border-collapse: separate!important;
}
button.password:hover{
    background-color: #fff;
    border: 2px solid #10c2cc;
    color: #10c2cc;  
    }
button.re {
    text-align: center;  
    padding: 13px;
    font-size: 20px;
    background-color: #0033cc;
    border: 2px solid #10c2cc;
    margin-left: 10px;
    margin-top: 10px;
    color: #fff;   
    font-weight: bold; 
    border-radius: 5px;
    cursor: pointer;
    border-collapse: separate;
}
button.re:hover{
    background-color: #fff;
    border: 2px solid #10c2cc;
    color: #0033cc; 
  }
#header h1{
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
#header p{
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  color: #333;
}
@media screen and (max-width: 980px){
.password_bg{
  width:90%;
  margin-top:20px;
  padding:30px 20px;
  color: #333;
}
#header h1{
  font-size: 22px;
  line-height: 1.5;
}
button.password,
button.re {
  font-size:16px;
  padding: 6px;
}
}
#test {
  text-align: center;
  font-size: 22px;
  line-height: 1.5;
  color: #333;
}
@media screen and (max-width:720px) {
  #test  {
    font-size: 16px;
}
}
#opsp h1{
  font-size: 60px;
  line-height: 1.2;
  margin-top:50px;
  margin-bottom: 5px;
  text-align: center;
}
#opsp h2{
  font-size: 22px;
  line-height: 1.5;
  text-align: center;
}
#opsp h3{
  color: #fff;
   font-weight: bold;
   line-height: 1.2;
   margin-top: 30px;
   padding-left: 50px;
   font-size:22px;
   text-align: left;
}
@media screen and (max-width:720px){
#opsp h2{
  font-size: 20px;
}
#opsp h3{
  color: #0033cc;
  text-align: center;
   font-weight: bold;
   line-height: 1.5;
   margin-top: 30px;
   padding-left: 0px;
   font-size:22px;
}
}
.op{
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  background-color: rgba(255,255,255,0.3);
  color: #333;
  font-size: 18px;
  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(255,175,122,0.5);
   border-bottom: 1px solid rgba(255,175,122,0.5);
}
.op tr:nth-child(3) td{
   border-bottom: 0px solid #ccc;
}
.op_b{
   background-color: #ff355e!important;
   border-bottom: 1px solid #fff;
   color: #fff;
   font-weight: bold;
}
.date_op {
  color: #ff355e;
  font-weight: bold;
}
@media screen and (max-width: 920px){
  .op{
  width: 100%;
  background-color:rgba(255,255,255,0.3);
  font-size: 15px;
}
}
.t-border{
  border: 3px solid #0033cc;
  background-color: #FFF;
  padding: 10px 10px;
  color: #0033cc;
  font-weight: bold;
  border-radius: 5px;
  margin-bottom: 20px;
}
 button.go{
      margin-right: auto;
      margin-left: auto;
      margin: 30px 0px 80px 0;
      background-color: rgba(255,255,255,0);
      border: 2px solid #fff;
      padding: 42px 10px;
      font-size: 20px;
      color: #fff;
      border-radius: 50%;
      text-align: center;
      font-weight: bold;

    }
     button.go:hover{
      background-color: #fff;
      color: #0033cc;
     }
.te{
  width: 85%;
  padding: 50px 80px;
  border-spacing: inherit;
  border-collapse: inherit;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #eee; 
  border-radius: 50px;
  color: #333;
  background-color:rgba(255,255,255,0.8);
  text-align: left;
  text-shadow: 1px 1px 1px rgba(255,255,255,0.9);
}
.te tr:nth-child(1) td:nth-child(1){
  text-align: center;
  font-size: 16px;
}
.te td{  
  border-bottom: 1px dashed #6CDAE7;
  padding: 0 30px;
  cursor: pointer;
}
.te td:nth-child(1):hover{
  background-color: rgba(255,175,122,0.1);
  font-weight: bold;
  color: #0033CC;
}
.te tr:nth-child(1) td:nth-child(1):hover{
  background-color: rgba(0,0,0,0.0);
  font-weight: normal;
  border-radius: 0px;  
}
.te tr:nth-child(7) td{
  background-color: rgba(0,0,0,0.0);
  font-weight: normal;
 border-bottom:0px dashed #ccc;
}
.te strong{
  color: #0033cc;
  font-size: 22px;
}
.te-icon {
  font-size: 35px;
  line-height: 1;
  color: #0033cc;
  cursor: pointer;
  float: right;
}
.te-icon:hover {
  color: rgba(0,0,0,0.3);
}
.te-icon_2{
  font-size:56px;
  line-height: 1.6;
  /*margin-right: 15px;*/
  color:#0033cc;
  cursor: pointer;
}
.te-icon_3{
  font-size:56px;
  line-height: 1.6;
  /*margin-right: 15px;*/
  color:#ccc;
  cursor: no-drop;

}
@media screen and (max-width: 765px){
.te{
  width: 100%;
  padding: 8px 10px 20px 10px;
  border-radius: 30px;
}
.te td{  
  border-bottom: 1px dashed #6CDAE7;
  padding: 0 10px;
}
.te tr:nth-child(1) td:nth-child(1){
  text-align: center;
  font-size: 16px;
  padding:15px;
  border-radius: 20px 20px 0 0;
  background-color: #6CDAE7;
  color: #fff;
  text-shadow: 0px 0px 0px rgba(255,255,255,0S);
}
.te-icon_2,.te-icon_3{
  font-size:36px;
}
}
#sale{
  font-size: 46px;
  color:#0033cc;
  line-height: 1.5;
  font-weight: bold;
}
#sale ul{
  list-style-type: none;
  padding: 0px!important;
  margin: 0px!important;
  text-align: center;
  font-family: "Arial Black" , "微軟正黑體",sans-serif;
}
#sale ul li:nth-child(2){
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
  color: #333;
  font-weight: normal;
  padding-bottom: 30px;
  padding-top: 10px;

}
 #sale ol {
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
  padding-left:72px;
  padding-top: 10px;
  list-style-type: none;
   font-family: "Arial" , "微軟正黑體"
}
#sale ol li{
  display: inline-block;
}
#sale ol li:nth-child(2){
  font-size: 15px;
  line-height: 1.6;
  text-align: left;
  font-weight: normal;
  padding-bottom: 0px;
  padding-top:0px;
}
#sale h1{
  font-size: 60px;
  line-height: 1.2;
  margin-top:50px;
  margin-bottom: 5px;
  text-align: center;
}
#sale h2{
  font-size: 22px;
  line-height: 1.5;
  text-align: center;
}
#sale p{
  text-align: center;
  text-decoration: underline;
  font-size: 16px;
  color: #333;
}
@media screen and (max-width: 765px){
#sale h2{
  font-size: 18px;
}
#sale h1,#opsp h1{
  font-size: 46px;
}
#sale ol {
  font-size: 15px;
  line-height: 1.8;
  text-align: left;
  padding-left:20px;
  padding-top: 10px;
  list-style-type: none;
 
}
#sale{
  font-size: 36px;
}
.line_sa{
  width: 35%;
  border-top: 8px dashed #fff;
  margin: 10px auto 30px auto;
}
}
button.bt-ans{
  width: 200px;
  height: 200px;
  font-size: 26px;
  border-radius: 50%;
  background-color: rgba(255,255,255,0);
  border: 1px solid #fff;
  color: #fff;
  font-weight: bold;
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: 25px;
  margin-right:25px;
}
button.bt-ans:hover{
  background-color: #0033cc;
}
@media screen and (max-width: 765px){
button.bt-ans{
  width: 135px;
  height:135px;
  font-size:18px;
  border-radius: 50%;
  background-color: rgba(255,255,255,0);
  border: 1px solid #fff;
  color: #fff;
  font-weight: bold;
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: 3px;
  margin-right:3px;
  }
}
#header_ans h1{
    font-size: 65px;
    color: #0033cc;
    padding:60px 0px 0px 0px;
    line-height: 1;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.1em;
}
#header_ans h2{
    width: 68%;    
    margin-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    line-height: 1.5;
    color:#0033cc;
    font-size: 26px;
    font-weight: bold;
    border: 1px solid #0033cc;
    border-radius: 10px;
    padding: 10px 5px;
}
@media screen and (max-width:680px){
  #header_ans h1{
    font-size: 55px;
    padding:10px 0px 0px 0px;
    line-height: 1.2;
    letter-spacing: 0.1em;
}
#header_ans h2{
    width: 80%;    
    font-size: 26px;
    padding: 10px 5px;
    border:2px solid #0033cc;
}
}
button.pdf {
    background-color: #FF355E;
    border:2px solid #fff;
    border-radius: 10px;
    margin: 10px;
    color: #fff;
    font-size: 16px;
}
button.pdf:hover{
    background-color: #0033CC;
}
.dw6{
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(255,255,255,0.9);
    margin-bottom: 20px; 
    text-shadow:1px 1px 1px rgba(255,255,255,0.9);
    text-align: center;
    border-spacing: 0px;
    border: 1px solid #89E2D8;
    font-size: 16px;
    line-height:1.6;
    /*font-weight: bold;*/
}
.dw6 td {
    padding:6px;
    border-right: 1px solid #89E2D8;
    border-bottom: 1px solid #89E2D8;
}
.dw6 tr:nth-child(1) td{
    background-color: #fd5b78;
   /*background-color:#d4aaf5;*/
    border: 1px solid #fff;
    color: #fff;
    font-weight: bold;
    text-align: center;
    text-shadow:0px 0px 0px rgba(255,255,255,0.9)!important;
}
.dw8{
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(255,255,255,0.9);
    margin-bottom: 20px; 
    text-shadow:1px 1px 1px rgba(255,255,255,0.9);
    text-align: left;
    border-spacing: 0px;
    border: 1px solid #89E2D8;
    font-size: 16px;
    line-height:1.6;
    /*font-weight: bold;*/
}
.dw8 td {
    padding:6px;
    border-right: 1px solid #89E2D8;
    border-bottom: 1px solid #89E2D8;
}
.dw8 td:nth-child(1) {
  width: 15%;
  text-align: center;
}
@media screen and (max-width:680px){
  .dw6,
  .dw8 {
    width:100%;
    font-size: 14px;
    line-height:1.5;
  }
  .dw6 td,.dw8 td {
    padding:6px 2px;
}
.dw8 td:nth-child(1) {
  width: 20%;
}
}
.ansimg{
  width: auto;
  border: 1px solid #333;
  margin-top: 5px;
}
.line_num {
  border-bottom: 1px solid #333;
}
.broder_t {
  border: 1px solid #333;
  padding: 1px;
}