body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-image: url(images/bg.png);
background-repeat:repeat;
background-position:center top;
background-color: #FDD000;
font-family: "Arial" , "微軟正黑體";

/*background-attachment: fixed;*/
}
.connect {
position: fixed;
bottom: 100px;
right: 5px;
}
.connect table {
background-color: rgba(255, 255, 255,0.3);
border-collapse: separate !important;
border-spacing: 4px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.connect td {
background-color: rgba(255, 0, 0,1.0);
font-weight: bold;
color: #FFFFFF;
padding: 8px 8px;
text-align: center;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
font-size: 15px;
line-height: 20px;
cursor: pointer;
/*width: 150px;*/
}
.connect td:hover{
background-color: rgba(0, 0, 0,0.5);
color: #fff;
font-weight: bold;
}
#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(255,255,255,0.8);
    line-height:1.5;
    color: #fff;
    padding: 6px 0px 15px 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: 15px;
    border: 1px solid #1dcd00;
    border-radius:5px!important;
    cursor: pointer;
    font-family: "Arial" , "微軟正黑體";
}

.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" , "微軟正黑體";
    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" , "微軟正黑體";
}
.fb{
  vertical-align: middle;
   display: inline-block;
}
/*LINE 課程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" , "微軟正黑體";
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: 32px;
font-weight: bold;
color: #fff;
}
.close:hover,
.close:focus {
color: #fff;
text-decoration: none;
cursor: pointer;
}*/
.modal-header {
padding:30px 16px;
/*background-color:#3B3157;*/
background-color: #ff0000;
color: white;
text-shadow: 0px 0px 0px rgba(255,255,255,0.6);
}
.modal-body {padding: 30px 16px;}
.modal-footer {
padding: 20px 16px;
background-color: rgba(0,0,0,0.3);
color: white;
}

.form-control{
display:inline-block;
margin-left: auto;
margin-right: auto;
font-family:  "Arial" , "微軟正黑體" !important;
padding:20px 15px;
font-size:18px;
color:#ddd;
background-color:#fff;
background-image:none;
border:1px solid #ccc;
border-radius:2px;
-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s
}
.form-control:focus{
border-color:#66afe9;
outline:0;
-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
}
/*題目*/
button.accordion {
font-family: "Arial" , "微軟正黑體";
/*background-color: #FDC5B3;*/
/* background-color: #89E2D8;*/
background-color: #72D9C3;
/*background-color: #fff;*/
color: #fff;
border-radius: 3px;
cursor: pointer;
padding:  30px 30px 15px 30px;
width: 90%;
border: none;
text-align:justify;
outline: none;
font-size: 28px;
font-weight: bold;
line-height: 38px;
transition: 0.2s;
border-bottom: 3px solid  #fff;
/*text-shadow: 0px 1px 1px rgba(0,0,0,0.2);*/
}
button.accordion.active, button.accordion:hover {
background-color:#3B3157;
/*background-color: #00CC99;*/
color: #fff;
font-size: 32px;
line-height: 46px;
text-shadow: 0px 0px 0px rgba(255,255,255,0.9);
}
button.accordion:after {
font-family: "Arial Black" , "微軟正黑體";
content: '\02795';
font-size: 25px;
color: #0033cc;
float: right;
margin-top: 0px;
margin-left: 5px;
}
button.accordion.active:after {
content: "\2796";
}
div.panel {
font-family: "Arial Black" , "微軟正黑體";
margin-left: auto;
margin-right: auto;
width: 90%;
text-align: left;
padding:0px;
background-color: rgba(255,175,122,0.3);
max-height: 0;
overflow: hidden;
transition: 0.6s ease-in-out;
opacity: 0;
font-size: 28px;
line-height: 32px;
text-shadow: 0px 0px 0px rgba(255,255,255,0.9);
}
div.panel.show {
opacity: 1;
max-height: 3800px;
/*題目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" , "微軟正黑體";}
.yellow{color: #ff0;font-weight: bold;}
.blue{color: #0033cc;font-weight: bold;}
.white{color: #fff;}
.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);}
.font1  {
font-family: "新細明體";
font-size: 15px;
line-height: 23px;
font-weight: normal;
color: #333;

}
.line_1{
border-top:  dashed 1px #333;
width:35%;
margin-left:auto;
margin-right:auto;
margin-top: 20px;
margin-bottom:60px;
}
.line_2{
border-top:  dashed 1px #999;
width:95%;
margin-left:auto;
margin-right:auto;
margin-top: 10px;
margin-bottom: 10px;
}
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: #333;
  text-align: center;
  padding: 10px 28px;
  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;}
ul.topnav li.icon {display: none;}
@media screen and (max-width:680px) {
  ul.topnav li:not(:first-child) {display: none;}
  ul.topnav li.icon {
    float: right;
    display: inline-block;    
  }
}
@media screen and (max-width:680px) {
  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;
    background-color:rgba(0,0,0,0.6);
    color: #fff;
    border-radius: 0px;
  }
  ul.topnav li a:hover {background-color:rgba(0,0,0,0.5);}
}
}
.relaxed_bg{
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 0px !important;
background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 19%, rgba(255,255,255,1) 52%, rgba(255,255,255,0.5) 84%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 19%,rgba(255,255,255,1) 52%,rgba(255,255,255,0.5) 84%,rgba(255,255,255,0) 100%);
background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 19%,rgba(255,255,255,1) 52%,rgba(255,255,255,0.5) 84%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 );
}
.relaxed_p1{
  padding: 30px 0px 0px 0px; 
  text-align: center; 
}
.relaxed_p2{
  padding: 35px 0px 0px 0px;
  line-height: 1.5;
  text-align: justify;
 }
 .bkcolor{
  color: #000;

 }
@media (max-width: 1020px){
.relaxed_p2{
  padding:10px 0px 0px 0px;
  line-height: 1.5;
  text-align: center;
}
}
button.relaxed_fb{
  background-color: #0033CC;
  padding: 0px 12px;
  border-radius: 50%;
  border: 1px solid #fff;
  font-family: "Arial Black";
  font-weight: 800;
  font-size: 20px;
  color: #fff;
}
button.relaxed_sa{
  width: 100%;
  margin-top: 30px;
  background-color: rgba(250,0,0,1.0);
  font-weight: bold;
  font-size: 28px;
  padding: 10px;
  border: none;
  font-family: "Arial Black","微軟正黑體";
  font-weight: 800;
  border-radius: 0px;
  color: #fff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}
button.relaxed_sa:hover{
  background-color: #fff;
  border: 2px solid #ff0000;
  color: #ff0000;
}
.r-rel-d{
  border: 1px solid #FFFFFF;
  padding: 2px 10px;
}
.top_px{
  width: 100%;
  line-height: 1.5;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 0px !important;
background: -moz-radial-gradient(center, ellipse cover, rgba(254,255,255,0.95) 8%, rgba(254,255,255,0.95) 9%, rgba(255,255,255,0) 90%, rgba(255,255,255,0) 91%);
background: -webkit-radial-gradient(center, ellipse cover, rgba(254,255,255,0.95) 8%,rgba(254,255,255,0.95) 9%,rgba(255,255,255,0) 90%,rgba(255,255,255,0) 91%);
background: radial-gradient(ellipse at center, rgba(254,255,255,0.95) 8%,rgba(254,255,255,0.95) 9%,rgba(255,255,255,0) 90%,rgba(255,255,255,0) 91%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2feffff', endColorstr='#00ffffff',GradientType=1 );
}
.table_add{
width: 100%;
font-family:  "Arial" , "微軟正黑體";
font-size: 18px;
}
.table_add td{
padding: 5px  1px!important;
}
.bg_add{
  background-color: rgba(77, 144, 254,1.0)!important;
  color: #ffffff;
  padding: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 (max-width: 1020px){
 .table_add{
  width: 100%;
  font-family:  "Arial" , "微軟正黑體";
  font-size: 15px;
}
.win{
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  text-align: left;
}
.win_class{
  font-size: 16px;
  line-height: 1.6;
  /*font-weight: bold;*/
  text-align: center;
  display: inline-block;
  margin:20px 0px;
}
.win_icon{
  color: #fff;
  font-size: 42px;
  margin: 5px;
}
}
#top{ /*#ffffff url("img_tree.png") no-repeat right top*/
background:url(images/top_bg.png) 100% 0 no-repeat;
margin: 0 auto;
background-position:center top;
/*background-color: #42D4CB;*/
/*padding-top: 80px;*/
}
.top_mune{
background:url(images/mune.png) 100% 0 no-repeat;
background-position:center top;
background-repeat: no-repeat;
/*    background-color: #FEE118;*/
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
#test_start{
background:url(images/index02.png) 100% 0 no-repeat;
margin: 0 auto;
background-position:center top;
background-repeat: repeat-y;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
.box{
  width: 100%;
  background-color: rgba(255,255,255,0.8);
  border-radius: 30px;
  padding: 30px;
  margin-right: auto;
  margin-left: auto;
  margin-top:80px;
  border: 6px solid #333; 
  font-size: 18px;
  line-height: 1.6;
  text-align: left;
}
.box_teacher{
 /* width: 100%;
  background-color: rgba(255,255,255,0.8);
  border-radius: 30px;
  padding: 30px;
  margin-top:80px;
  border: 6px solid #333; */
  margin-right: auto;
  margin-left: auto;  
  font-size: 18px;
  line-height: 1.6;
  text-align: left;
}
.box_teacher ul{
  padding-left: 130px!important;
  margin-bottom: 50px;
}
.box_movie{
  background-color: rgba(255,255,255,0.8);
  border-radius: 30px;
  padding: 20px;
  margin-right: auto;
  margin-left: auto;
  margin-top:120px;
  border: 6px solid #333; 
  font-size: 18px;
  line-height: 1.8;
  text-align: left;
}
.movie{
  border-radius: 15px;
  margin-bottom: 30px;

}
.box_bg{
  background-color: rgba(255,255,255,0.8);
}
ul.pagination {
    display: inline-block;
    padding: 0;
    margin: 0;
    border-radius: 0px;
    font-size: 16px;

}

ul.pagination li {display: inline;}

ul.pagination li a {
     background-color: rgba(0,0,0,0.0);
    float: left;
    padding: 8px 6px;
    color: #333;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #333
}

ul.pagination li a.active{
    background-color:rgba(255,255,255,0.3);
    color:#666;
    border: 1px solid #ddd;
}

ul.pagination li a:hover:not(.active) {background-color:#ff0000;color: #fff}
.top_op {
  font-size: 16px;
  line-height: 1.6;
}
.top_op2{
  margin-top: 100px;
  line-height: 1.5;
  text-align: left;
}
.top_op2 ul {
  list-style-type: none;
  padding: 0px 0px!important;

}
.top_op2 ul li{
  width: 250px;
  height: 250px;
  border: 3px solid #fff;
  border-radius: 50%;
  text-align: center;
  margin:18px 0px;
  font-size: 20px;
  color: #fff;
  /*font-weight: bold;*/
  padding-top:55px;
  display: inline-block;
}
.t26{
  font-size: 28px;
  line-height: 1.3;
  font-weight: bold;
}
.op_icon{
  margin: 0px 15px;
  font-size: 38px;
  color: #fff;
}
.title{
  /*background-color: #fff;*/
  padding: 2px 5px;
  color: #fff;
  border-radius: 5px;
  /*border: 1px solid #0066cc;*/
  font-weight: bold;
  font-size:28px;
  margin-bottom: 10px;
  margin-top: 120px;
}
.title_a{
  /*background-color: #fff;*/
  padding: 2px 5px;
  color: #fff;
  border-radius: 5px;
  /*border: 1px solid #0066cc;*/
  font-weight: bold;
  font-size:28px;
  margin-bottom: 10px;
  margin-top: 20px;
}
.title_2{
  /*background-color: #fff;*/
  padding: 2px 5px;
  color: #0033cc;
  border-radius: 5px;
  /*border: 1px solid #0066cc;*/
  font-weight: bold;
  font-size:28px;
}
.title_3{
  /*background-color: #fff;*/
  padding: 2px 5px;
  color: #0033cc;
  border-radius: 5px;
  /*border: 1px solid #0066cc;*/
  font-weight: bold;
  font-size:22px;
  margin-top: 60px;
}
.title_5{
  font-weight: bold;
  font-size:18px;
  margin-top: 10px;
  text-align: left;
  color: #fff;
  line-height: 1.5;
  padding-left: 20px;
  margin-bottom: 20px;
}
  .w100{
    width: 100%;
    margin-bottom: 50px;
    padding-top: 30px;
    background-color: rgba(255,255,255,0.3);
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
  }
  /*照片*/
    #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);
    }

.box_st{
  width: 100%;
  background-color: rgba(255,255,255,0.8);
  border-radius: 30px;
  padding: 30px;
  margin-right: auto;
  margin-left: auto;
  margin-top:80px;
  border: 6px solid #333; 
  font-size: 18px;
  line-height: 1.6;
  text-align: left;
}
.box_st ul li{
  padding: 10px;
  border-bottom: 1px dashed #ccc;
}
.photo {
  float: left;
  margin-right: 20px;
  background-color: #93CCEA;
}
.student {
  font-size: 18px;
  line-height: 1.5;


}
.student ul{
  list-style-type: none;
  padding: 0px 50px !important;
}
.student ul li{
  margin: 60px 0px;

}

.student kbd{
  background-color: #0033cc;
  color: #fff;
  margin-left: 10px;
  font-weight: bold;
}
.name {
  font-size: 28px;
  line-height: 1.6;
  font-weight: bold;
  margin-top: 30px;
  color: #0033cc;
}
.more {
  width: 130px;
  height: 130px;
  font-size:22px;
  line-height: 1.5;
  border: 1px solid #333;
  background-color: #0033cc;
  color: #fff;
  padding-top: 5px;
  border-radius: 50%;
  margin:60px 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: #0033cc;
   color: #fff;
  font-weight: bold;

}
.more2 {
  width: 130px;
  height: 130px;
  font-size:22px;
  line-height: 1.5;
  border: 1px solid #333;
  background-color: #0033cc;
  color: #fff;
  padding-top: 5px;
  border-radius: 50%;
  margin:60px 0px 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;*/

}
.more2:hover {
  border: 1px solid #fff;
  background-color: rgba(0,0,0,0.0);
   transform: translateY(-20px);
   background-color: #0033cc;
   color: #fff;
  font-weight: bold;

}
.top_t{
  background-color: #0033cc;
  color: #fff;
  padding: 5px 3px;
  font-weight: bold;
  font-size:23px;
  border-radius: 5px;
  line-height:3;
}
.s_b {
  font-weight: normal;
}
@media (max-width: 1020px){
.title{
  /*background-color: #fff;*/
  padding: 2px 5px;
  color: #fff;
  border-radius: 5px;
  /*border: 1px solid #0066cc;*/
  font-weight: bold;
  font-size:22px;
}
.title_a{
  /*background-color: #fff;*/
  padding: 2px 5px;
  color: #fff;
  border-radius: 5px;
  /*border: 1px solid #0066cc;*/
  font-weight: bold;
  font-size:22px;
}
.title_5{
  font-weight: bold;
  font-size:16px;
  margin-top: 3px;
  text-align: center;
  color: #fff;
  line-height: 1.5;
  padding-left: 0px;
}
.top_op2{
  margin-top: 30px;
  line-height: 1.5;
  text-align: center;
}
.top_op2 ul {
  list-style-type: none;
  padding: 0px 0px!important;

}
.top_op2 ul li{
  width: 160px;
  height: 160px;
  border: 3px solid #333;
  border-radius: 50%;
  text-align: center;
  margin:18px 5px;
  font-size: 15px;
  color: #333;
  /*font-weight: bold;*/
  padding-top:25px;
  display: inline-block;
  background-color: #fff;
}
.t26{
  font-size: 22px;
  line-height: 1.3;
  font-weight: bold;
  color: #0033CC;
}
.op_icon{
  margin: 0px 15px;
  font-size: 22px;
  color: #fff;
}
.box_movie{
  background-color: #0033cc;
  border-radius: 30px;
  padding: 20px 5px;
  margin-right: auto;
  margin-left: auto;
  margin-top:20px;
  border: 6px solid #333; 
  font-size: 16px;
  line-height: 1.8;
  color: #fff;
}
.box_movie ul{
  padding: 0px 0px 0px 20px!important;
  list-style-type: none;

}
.title_3{
  /*background-color: #fff;*/
  padding: 2px 5px;
  color: #fff;
  border-radius: 5px;
  /*border: 1px solid #0066cc;*/
  font-weight: bold;
  font-size:22px;
  margin-top: 60px;
}
.title_2{
  /*background-color: #fff;*/
  padding: 2px 2px;
  color: #0033cc;
  border-radius: 5px;
  /*border: 1px solid #0066cc;*/
  font-weight: bold;
  font-size:22px;
}
.box_teacher{
 /* width: 100%;
  background-color: rgba(255,255,255,0.8);
  border-radius: 30px;
  padding: 30px;
  margin-top:80px;
  border: 6px solid #333; */
  margin-right: auto;
  margin-left: auto;  
  font-size: 16px;
  line-height: 1.6;
  text-align: left;
}
.box_teacher ul{
  padding-left: 130px!important;
  margin-bottom: 50px;
}
.box_st{
  width: 100%;
  background-color: rgba(255,255,255,0.8);
  border-radius: 30px;
  padding: 10px;
  margin-right: auto;
  margin-left: auto;
  margin-top:20px;
  border: 6px solid #333; 
  font-size: 16px;
  line-height: 1.6;
  text-align: left;
}
.box_st ul li{
  padding: 10px;
  border-bottom: 1px dashed #ccc;
}
.student {
  font-size: 16px;
  line-height: 1.5;


}
.student ul{
  list-style-type: none;
  padding: 0px 10px !important;
}
.student ul li{
  margin: 60px 0px;

}

.student kbd{
  background-color: #0033cc;
  color: #fff;
  margin-left: 10px;
  font-weight: bold;
}
.name {
  font-size: 22px;
  line-height: 1.6;
  font-weight: bold;
  margin-top: 30px;
  color: #0033cc;
}
.photo {
  float: none;
  margin-right: 20px;
  background-color: #93CCEA;
  width:80px;
}
.more {
  width: 103px;
  height: 103px;
  font-size:15px;
  line-height: 1.5;
  border: 1px solid #333;
  background-color: #0033cc;
  color: #fff;
  padding-top: 5px;
  border-radius: 50%;
  margin:10px 5px 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;*/

}
.more2 {
  width: 103px;
  height: 103px;
  font-size:15px;
  line-height: 1.5;
  border: 1px solid #333;
  background-color: #0033cc;
  color: #fff;
  padding-top: 5px;
  border-radius: 50%;
  margin:10px 2px 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;*/

}
}
.box-sa{
  width: 80%;
  font-size: 16px;
  background-color: rgba(255,255,255,0.5);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  text-align: center;
  line-height: 1.8;
  margin-top: 5px;
  border: 1px solid #f7cca3;
  border-radius: 5px;
  padding: 3px;
  color: #666;
  border-collapse: separate!important;
  box-shadow: 1px 1px 1px rgba(255,255,255,0.6); 
}
.box-sa td,
.box-sa2 td{
  padding:15px;
  background-color: #fff;
  border-bottom:1px solid #f7cca3;
  border-right: 1px solid #f7cca3;
}
.box-sa tr:nth-child(1) td,
.box-sa2 tr:nth-child(1) td
{
  background-color: #0033cc;
  color: #fff;
  text-shadow: 0px 0px 0px rgba(255,255,255,0.6);
}
.box-sa td:nth-child(1){
  width: 11%;
  font-weight: bold;
  color: #fff;
  background-color: #0033CC;
}
.box-sa td:nth-child(2){
  text-align: left;
}
.box-sa tr:nth-child(1) td{
  text-align: center;
}
.box-left{
  text-align: left!important;
}
.t15{
  font-size: 14px;
  line-height: 1.2;
  color: #999;
}
.box-sa2{
  width: 80%;
  font-size: 18px;
  background-color: rgba(255,255,255,0.5);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  text-align: center;
  line-height: 1.3;
  margin-top: 5px;
  border: 1px solid #f7cca3;
  border-radius: 5px;
  padding: 3px;
  color: #666;
  border-collapse: separate!important;
  text-shadow: 1px 1px 1px rgba(255,255,255,0.6); 
}
.number3{
  width:180px;
  color: #fff;
  border-radius: 20px;
  /*font-weight: bold;*/
  font-size: 18px;
  background-color:#0033cc;
  border: 2px solid #333;
  margin: 5px 0px;
  padding: 20px 10px;
  line-height: 1.5;
  float: left;
  text-shadow:0px 0px 0px rgba(255,255,255,0.9);
  text-align: center;
}
.box-sa ul, 
.box-sa ol
{
  padding: 0px 10px 0px 30px;
  margin: 0px !important;
}
.te{
  background-color: #fff;
  color: #0033cc;
  font-weight: bold;
  padding: 2px 6px;
  margin-bottom: 10px;
  border-radius: 5px;
}
.pad-top{
  margin-top: 20px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width:980px){

  .box-sa{
    width: 100%;
  font-size:15px;
  background-color: rgba(255,255,255,0.5);
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  line-height: 1.5;
  margin-top: 5px;
  border: 1px solid #f7cca3;
  border-radius: 5px;
  padding: 3px;
  color: #666;
  border-collapse: separate!important;
  text-shadow: 1px 1px 1px rgba(255,255,255,0.6); 
}
.box-sa td{
  padding:10px 3px;
  background-color: #fff;
  border-bottom:1px solid #f7cca3;
  border-right: 1px solid #f7cca3;

}
  .box-sa2{
    width: 100%;
  font-size:15px;
  background-color: rgba(255,255,255,0.5);
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  line-height: 1.5;
  margin-top: 5px;
  border: 1px solid #f7cca3;
  border-radius: 5px;
  padding: 3px;
  color: #666;
  border-collapse: separate!important;
  text-shadow: 1px 1px 1px rgba(255,255,255,0.6); 
}
.box-sa2 td{
  padding:10px 3px;
  background-color: #fff;
  border-bottom:1px solid #f7cca3;
  border-right: 1px solid #f7cca3;

}
.pad-top{
  margin-top: 0px;
  color: #fff;
  text-align: center;
}
}
.box_sale{
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid #fff;
  border-radius: 35px;
  padding: 30px 20px;
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.3;
}
.box_sale ul{
  padding: 0px 0px !important;
  list-style-type: none;
  margin: 0px 0px;
}
.box_sale ul li:nth-child(1){
 border-right: 2px dashed #fff;
 /*padding-right: 25px;*/
}
.box_sale ul li{
 display: inline-block;
 padding: 0px 60px;
}
.box_sale kbd {
  background-color: #ffff00;
  color: #000;
  font-family: "微軟正黑體";
  font-size: 20px;
  margin-right: 10px;
}
@media screen and (max-width:980px){
  .box_sale{
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  border: 2px solid #fff;
  border-radius: 35px;
  padding: 30px 5px;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.3;
}
.box_sale ul{
  padding: 0px 0px !important;
  list-style-type: none;
  margin: 0px 0px;
}
.box_sale ul li:nth-child(1){
  border-bottom: 2px dashed #fff;
 border-right: 0px dashed #fff;
 /*padding-right: 25px;*/
}
.box_sale ul li{
 display: inline-block;
 padding: 20px 10px;
}
.box_sale kbd {
  background-color: #ffff00;
  color: #000;
  font-family: "微軟正黑體";
  font-size: 20px;
  margin-right: 10px;
}
}
