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;
background-color:#ccc!important;
font-family: "Arial" , "微軟正黑體";
/*background-color:#226766!important;*/
/*background-color:  rgb(124, 141, 238);*/
/*background-attachment: fixed;*/
/*-moz-background-size: cover;
 background-size: cover;*/

}
@media screen and (max-width:460px) {
body {
  background:url(img/bgm.png) 100% 0;
  background-position:center top;
  background-repeat: repeat;  
  margin:0 auto;
}
}
#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(77, 210, 255,0.6);
    line-height:1.5;
    color: #fff;
    padding: 6px 0px 10px 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*/
/*班址*/
.table_add{
width: 100%;
font-family:  "Arial" , "微軟正黑體";
font-size: 16px;
}
.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;
  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;
}
}
/*班址end*/
.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: 15px;
    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: bold;
}

.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;
}
.more{
  width:36px;
  position: fixed;  
  bottom: 120px;
  top: auto;
  left: auto;
  right: 0px;
  color: #fff;
  font-size: 13px;
  border-radius:5px;
  padding:3px;
  text-align: center;
  background-color:#ff0000;
  border: 1px solid #fff;
  cursor: pointer;
  z-index: 1;
}
.more_icon {
  font-size:26px;
  color: #fff;
}

@media screen and (max-width: : 660px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 15px;}

}
.red {color: #F00;font-weight: bold; font-family: "Arial Black" , "微軟正黑體";}
.yellow{color: #ff0;font-weight: bold;}
.blue{color: #0033cc;font-weight: bold;}
.with{color: #fff;font-weight: bold;}
.c_add{color: #0033cc;font-weight: bold;}
.c_bg{background-color: #0033cc;color: #fff;padding: 2px 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);}
}
.line_1{
border-top:  dashed 1px #999;
width:50%;
margin-left:auto;
margin-right:auto;
margin-top: 5px;
margin-bottom: 0px;
top: 60px;
}
  
 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: 8px 10px;
  text-decoration: none;
  transition: 0.3s;
  font-size: 14px;
}
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;
  }
}

@media screen and (max-width: 820px){
    .box{
      width: 96%;
    }
  }
#object{
  background-color: #fe5652;
  visibility: hidden;
}
.icon_test{
  font-size:85px;
  line-height:1.2!important;
  color: rgba(255,255,0,1.0);
  /*color:  rgb(77, 210, 255);*/
}
@media (max-width:920px){
 .icon_test{
  font-size:56px;
 color: rgba(255,255,0,1.0);
}
}
#line{
  /*margin-top:-50px;*/
  /*background-color: #fff;*/
  margin-bottom: 10px;
  padding-top: 0px;
  padding-bottom:0px;
  background-color: rgba(255,255,255,0.3);
}
#line ul {
  list-style-type: none; 
  padding:0px 0px; 
  letter-spacing:1px;
  margin: 0px 0px;
  text-align: center;

 /*text-shadow: 1px 1px 1px rgba(0,0,0,0.6);*/

}
#line ul li{
  display: inline-block;
  width: 150px;
  height: 150px;
  line-height: 1.3;
  font-size:22px;
  font-weight: bold;
  border-radius:50%;
  margin-left:26px;
  margin-top: 20px;
  padding-top:50px;
  color:#1dcd00;
  border: 1px solid #1dcd00;  
  text-align: center; 
  cursor: pointer;
  background-color: #fff;
  /*background-color:rgba(0,51,204,0.8);*/
}
#line ul li:nth-child(1){
  margin-left:0px;
   /*border-left: 0px solid rgb(77, 210, 255);  */
}
#line ul li:hover{
  color:#fff;
  background-color: #1dcd00;
  text-align: center; 
  /*background-color:#fff;*/
   transform: translateY(-20px);
}
@media screen and (max-width:880px){
  #line ul {
  /*background-color: rgba(255,255,255,0.8);*/
  border: 0px solid #1dcd00;
  border: 25px;
  padding: 0px 0px;
  
}
#line ul li{
  font-size:15px;
  width: 80px;
  height: 80px;
  padding-top:20px;
   margin-left:3px;
   margin-top: 10px;
}
#line{
  /*display: inline-block;*/
  text-align: center;
  margin: auto auto;
}
}
.w3-spin{animation:w3-spin 60s infinite linear}@keyframes w3-spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}
.w3-animate-fading{animation:fading 10s infinite}@keyframes fading{0%{opacity:0}50%{opacity:1}100%{opacity:0}}
.w3-animate-opacity{animation:opac 0.8s}@keyframes opac{from{opacity:0} to{opacity:1}}
.w3-animate-top{position:relative;animation:animatetop 0.8s}@keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}}
.w3-animate-left{position:relative;animation:animateleft 0.8s}@keyframes animateleft{from{left:-300px;opacity:0} to{left:0;opacity:1}}
.w3-animate-right{position:relative;animation:animateright 0.8s}@keyframes animateright{from{right:-300px;opacity:0} to{right:0;opacity:1}}
.w3-animate-bottom{position:relative;animation:animatebottom 0.8s}@keyframes animatebottom{from{bottom:-300px;opacity:0} to{bottom:0;opacity:1}}
.w3-animate-zoom {animation:animatezoom 0.6s}@keyframes animatezoom{from{transform:scale(0)} to{transform:scale(1)}}
.w3-animate-input{transition:width 0.8s ease-in-out}.w3-animate-input:focus{width:100%!important}
/*
.pdf_icon{
  font-size:50px;
  color:#FF355E;
   cursor: pointer;
 }
.pdf_icon:hover{
  color:#FDC5B3;
}
.down_icon{ 
  font-size:50px;
  color:#89E2D8;
  cursor: pointer;
}
.down_icon:hover{
  color: #0033cc;
}
.icon_b{
  font-size:38px;
  color:rgba(63,81,181,1.0);
  cursor: pointer;
}
.icon_b:hover{
  color:#006fff;
}

.icon_b_no,
.icon_c_no{
  font-size:38px;
  color:rgba(0,0,0,0.1);
  cursor:no-drop;
}
.icon_c{
  font-size:50px; 
  color:#89E2D8;
  cursor:pointer;
}
.pdf{
  color: rgb(77, 210, 255);
  font-size:36px;
  cursor: pointer;
}
.pdf_no{
  color: #eee;
  font-size:36px;
  cursor: no-drop;
}
.pdf:hover{
  color: #89E2D8;
}
@media screen and (max-width:720px) {
  .icon_c,
  .icon_b,
  .pdf_icon,
  .down_icon,
  .icon_b_no,
  .icon_c_no { 
    font-size: 30px;
  }
  .pdf,.pdf_no{
  padding-right:5px;
  font-size:26px;
 line-height:1;
}
}*/
.bgimg_2 {   
  width: 100%;
    background-color: rgba(0,0,0,0.8);
    text-align: center;

}
.movie_youtube_left{
  width:49%;
  height:480px;
  display: inline-block;
  margin-left:auto;
  margin-right:5px;
}
.movie_youtube_right{
  width:49%;
  height:480px;
  display: inline-block;
  margin-left: auto;
  margin-right:right;
}
@media screen and (max-width:720px){
.movie_youtube_left,
.movie_youtube_right{
  width: 100%;
   height:360px;
}
}
.topleft {
    position: absolute;
    top: 0;
    left: 16px;
}

.bottomleft {
    position: absolute;
    bottom: 0;
    text-align: center;
    /*left: 16px;*/
}

.middle2 {
  height: 85%;
    text-align: center;
    /*background-color: #000;*/
}

.bgimg hr {
    margin: 20px auto;
    width: 40%;
}
@media screen and (max-width:500px){
.bgimg {
    /*background-image: url('img/movie_m.png');*/
    font-size: 20px;
}
.middle2 {
 padding-top: 30px;
  width: 100%;
  height:500px;
        text-align: center;
    /*background-color: #000;*/
}
}
#opsp{
  /*background-color: #ff6037;*/
  /*background-color: #ff9966;*/
  background-color: rgba(0,51,204,0.8);
  color: #fff;
  margin-top: 60px;
  padding-bottom: 100px;
}
#op{
   background-color: rgba(14,196,185,0.8);
   padding: 100px 0px;
   color: #fff;
   font-size: 16px;
}
#opsp h1,
#op h1,
#ans_dw h1{
  font-size: 26px;
  line-height:1.6;
  font-weight: bold;
  text-align: center;
  color: #fff;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  letter-spacing: 1.2em;
  padding:6px auto;
}
#act h1{
  font-size: 32px;
  line-height:1.6;
  font-weight: bold;
  text-align: center;
  color: #0033cc;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  letter-spacing: 1.2em;
  padding:6px auto;
}
#sale h1,#class h1{
  font-size: 26px;
  line-height:1.6;
  font-weight: bold;
  text-align: center;
  color: #333;
  border-bottom: 1px solid #333;
  border-top: 1px solid #333;
  letter-spacing: 1.2em;
  padding:6px auto;
  /*text-shadow: 1px 1px 2px rgba(255,255,255,0.8);*/
}
#opsp h2 {
  font-size: 36px;
  line-height:1.1;
  font-family: "Arial Black" , "微軟正黑體", sans-serif;
  margin-bottom: 0px;
  padding-bottom: 0px;
  color: #0033cc;
}
#opsp ul{  
  font-size: 18px;
  line-height:1.5;
  list-style-type: none;
  padding: 0px!important;
  margin: 0px;
  text-align: center;
  font-family: "Arial" , "微軟正黑體", sans-serif;
}
#opsp ul li {
  display: inline-block;
   width: 180px;
  color: #999;
  line-height: 1.3;
  margin:5px 10px;
  background-color: #fff;
  border-radius: 100%;
  border: 2px solid #eee;
  border-spacing: 0px;
  border-collapse: inherit;
  padding:10px 0px 35px 0px;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
}
#opsp ul li:hover{
   transform: translateY(-30px);
}
.bordersp{
  border: 1px solid #ccc;
  padding: 0px 2px;

}
#opsp ins{
  font-size: 16px;
}
#op h2,
#act h2{
  font-size: 22px;
  line-height: 1.6;
  padding: 0px;
  margin: 30px auto 0px auto;
}
@media screen and (max-width: 765px){
  #opsp h1,
  #op h1,
  #ans_dw h1,
  #sale h1,
  #class h1{
  font-size:22px;
  letter-spacing: 0.3em;
  padding: auto 5px;
}
 #op,#opsp{
  padding: 30px 15px;
 }
#opsp h2 {
  font-size: 22px;
  line-height:1.2;
  font-family: "Arial Black" , "微軟正黑體", sans-serif;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
#opsp ul{  
  font-size: 14px;
  line-height:1.6;
  list-style-type: none;
  padding: 0px!important;
  margin: 0px;
  text-align: center;
  font-family: "Arial" , "微軟正黑體", sans-serif;
}
#opsp ul li {
  display: inline-block;
   width:128px;
  line-height: 1.3;
  margin:10px 5px;
  background-color: #fff;
  border-radius: 100%;
  border: 2px solid #eee;
  border-spacing: 0px;
  border-collapse: inherit;
  padding:0px 0px 22px 0px;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  /*font-weight: normal;*/
}
#opsp ins{
  font-size: 14px;
}
.spop_class:hover{
  background-color: #fff;
  border: 2px solid #006fff;
  color: #006fff;
}
#op h2{
  font-size: 20px;
}
}
.op{
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  background-color: rgba(255,255,255,0.3);
  color: #333;
  font-size: 16px;
  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(0,0,0,0.1);
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
.op tr:nth-last-child(1) td{
   border-bottom: 0px solid #ccc;
}
.op tr:nth-child(3) td{
   border-bottom: 2px solid rgba(0,0,0,0.1);
}
.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;
}
@media (max-width: 920px){
  .op{
  width: 100%;
  background-color:rgba(255,255,255,0.3);
  font-size: 15px;
}
}
.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;
  border: 1px solid #0033cc;
}
#more{
  margin-top:60px;
  margin-bottom: 60px;
  padding-top: 30px;
  padding-bottom:30px;
background-color:rgba(0,51,204,0.8);

}
#more ul {
  list-style-type: none; 
  padding:0px 0px; 
  letter-spacing:1px;
  margin: 0px 0px;
  text-align: center;

}
#more ul li{
  display: inline-block;
  width: 220px;
  height: 220px;
  line-height: 1.8;
  font-size:28px;
  font-weight: bold;
  border-radius:50%;
  margin-left:26px;
  margin-top: 20px;
  padding-top:35px;
  color:#fff;
  border-right: 3px dashed #fff;  
  text-align: center; 
  cursor: pointer;
  /*background-color: #fff;*/
  /*background-color:rgba(0,51,204,0.8);*/
}
#more ul li:nth-child(1){
  margin-left:0px;
   /*border-left: 0px solid rgb(77, 210, 255);  */
}
#more ul li:hover{
  color:#ffff00;
  text-align: center; 
  /*background-color:#fff;*/
   transform: translateY(-20px);
}
@media screen and (max-width:880px){
  #more ul {
  /*background-color: rgba(255,255,255,0.8);*/
  border: 0px solid #ddd;
  border: 25px;
  padding: 0px 0px;
  
}
#more ul li{
  display:block;
  width: auto;
  height:auto;
  line-height: 1.3;
  font-size: 22px;
  border-radius:0%;
  margin-left:0px;
  margin-top: 0px;
  padding-top:15px;
  padding-bottom: 15px;
  color: #333;
  border: 0px solid #eee;   
  border-bottom: 1px dashed #999;   
   background-color: rgba(0,0,0,0);

}
}
.top_op2{
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
  text-align: left;
}
.top_op2 ul {
  list-style-type: none;
  padding: 0px 0px!important;

}
.top_op2 ul li{   
  width: 150px;
  /*height: 185px;  */
  border-radius: 50%;
  text-align: center;
  margin:30px 6px 0px 6px;
  font-size: 15px;
  line-height: 1.3;
  font-weight: bold;
  color: #666;
  display: inline-block;
 cursor: pointer;
}
.top_op2 ul li:hover{
  transform: translateY(-20px);
}

@media (max-width: 1020px){
.top_op2{
  margin-top: 10px;
  line-height: 1.5;
  text-align: center;
}
.top_op2 ul {
  list-style-type: none;
  padding: 0px 0px!important;

}
.top_op2 ul li{
  width: 100px;
  /*height:106px;*/
  border: 1px solid #ccc;
  border-radius: 50%;
  text-align: center;
  margin:15px 0px;
  font-size: 16px;
  color: #333;
  /*font-weight: bold;*/
  padding-top:16px;
  display: inline-block;
  background-color: rgba(0,0,0,0);
  
}
}
.down{
  width: 90%;
  margin: 10px auto;
  background-color:rgba(255,255,255,0.9);
  color: #666;
  font-size:16px;
  border: 2px solid #fff;
  text-align: center;

}
.down td {
  padding: 8px 3px;
  background-color: #fff;
  border-bottom: 1px solid rgb(77, 210, 255);
  border-left: 1px solid rgb(77, 210, 255);
}
.down td:nth-child(1):hover{
  background-color: rgba(255, 230, 230,0.8);
  color: #0033cc;
  font-weight: bold;
  cursor: pointer;
}
.down td:nth-child(1) {
  text-align: left;
}
.down tr:nth-child(1) td,.down tr:nth-child(1) td:nth-child(1):hover{
  background-color: #03a9f4;
  color: #fff;
  font-size: 16px;
  text-align: center;
}
.number{
  font-size: 12px;
  background-color:rgb(77, 210, 255);
  color: #fff;
  border-radius: 50%;
  padding:2px 6px;
  font-family: "Courier New";
  margin: 0px 10px;
}
.pdf{
  color: rgb(77, 210, 255);
  /*float: right;
  left: auto;
  padding-right:20px;*/
  font-size:36px;
  /*line-height:1;*/
}
.ans_d{
  color:#eee;
  font-size:36px;
  cursor: no-drop;
  float: right;
  left: auto;
  padding-right:20px;
}
.ans_ok{
   color: rgb(77, 210, 255);
  font-size:36px;
  cursor: pointer;
  float: right;
  left: auto;
  padding-right:20px;
}
@media screen and (max-width:900px){
  #password_bg{
    margin-left: 15px;
    margin-right: 15px;
    font-size: 15px;
  }
.down{
  width: 100%;
  font-size:15px;
}
.down td {
  padding: 6px 3px;
}
.number{
  padding:2px 5px;
  margin: 0px 3px;
}
.pdf{
  padding-right:5px;
  font-size:26px;
  /*line-height:1;*/
}
.ans_d{
  color:#eee;
  font-size:26px;
}
}
#header,#opsp,#op{
  text-align: center;
}
#opsp,#op{
  text-align: center;
  padding-top: 100px;
}
#header h1,
#act h1{
  font-size: 26px;
  line-height:1.6;
  font-weight: bold;
  text-align: center;
  color: #0033cc; 
  letter-spacing: 1.2em;
  padding:6px auto;
}
#header h2{
  margin:0px 0px;
  padding: 0px 0px;
  font-size: 26px;
  font-weight: bold;;
  color: #ff0000;
  font-family: "Arial Black","微軟正黑體", sans-serif;
}
#header p{
  display: inline-block;
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
  color: #fff;
}
@media (max-width: 980px){
#header h1{
  font-size: 20px;
  letter-spacing: 0.3em;
  margin-left: 10px;
  /*line-height: 1.5;*/
}
#header p{
  display: block;
}
}
#ans_dw {
  /*background-color: rgba(77, 210, 255,0.6);*/
  background-color:rgba(0,51,204,0.8);
  text-align: center;
  padding-bottom: 60px;
  padding-top:30px;
  /*border-radius: 35px;*/
  font-size: 16px;
}

#sale{
  background-color: rgba(255,255,255,0.3);
  font-size: 38px;
  color: #333;
  line-height: 1.3;
  font-weight: bold;
}
#sale ul{
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  text-align: center;
  font-family: "Arial Black","微軟正黑體", sans-serif;
}
#sale ul li{
  text-align: center;
}
/*#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 ul ol{
  list-style-type: square;
  text-align: center;
}
 #sale ol {
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
  padding-left:72px;
  padding-top: 10px;
  list-style-type: none;
 font-family: "Arial","微軟正黑體", sans-serif;
 margin: 0px auto 30px auto;
}

#sale ol li{
  font-size: 15px;
  line-height: 1.6;
  text-align: left;
  font-weight: normal;
  padding-bottom: 0px;
  padding-top:0px;
}
#sale h2{
  font-size: 22px;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
}
#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 ol {
  font-size: 15px;
  line-height: 1.8;
  text-align: center;
  padding-top: 10px;
 
}
#sale{
  font-size: 28px;
}

.line_sa{
  width: 35%;
  border-top: 8px dashed #fff;
  margin: 30px auto 30px auto;
}
#ans_dw h1{
  font-size:18px;
  color: #fff;
  letter-spacing: normal;
}
}
#class{
width: 100%;
  /*background-color: #FFDB00;*/
  background-color: rgba(255,255,255,0.65);
  font-size: 1em;
  color: #333;
  line-height: 1.8;
  padding-top: 60px;
  /*font-weight: bold;*/
}
#class h2{
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
  margin-bottom: 60px;
  color: #ff0000;
}
#class h3{
  font-size: 16px;
  line-height: 1.5;
  margin: 0px auto;
  padding: 0px 0px;
  color: #ff355e;
  font-weight: bold;
}
#class h4{
  font-size:15px;
  line-height: 1.5;
  font-weight: bold;
  margin:5px 0px;
  color: #ff355e;
}
#class p{
  padding-left: 26px;
  font-size: 1em;
}
.class_op{
  padding: 2px 3px;
}
.class_goodbg{
  margin-top: 0px;
  background-color: rgba(255,255,255,0.8);
  border-radius: 35px;
  padding: 10px 20px 30px 20px;
}
#class ul {
  list-style-type: none;
  padding: 0px 0px;
  display: inline-block;
  /*margin-left: 60px;*/

}
#class ul li:nth-child(2){
  width: 400px;
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
  padding-top: 22px;
  text-align: left;

}
#class ul li:nth-child(1){
  width: 112px;
  height: 112px;
  border: 1px dashed #ff355e;
  border-radius: 50%;
  text-align: center;
  margin:0px 0px 5px 0px;
  font-size: 0.8em;
  line-height: 1.5;
  color: #ff355e;
  /*font-weight: bold;*/
  padding-top:18px;
  display: inline-block;
  background-color: #fff;
   box-shadow: 2px 5px rgba(19, 28, 56, 0.2);
  transform: translateY(3px);
}
#class ol{
  margin: 0px auto;
  padding: 0px 0px 0px 0px;
  list-style-type: none;
}
#class ol li{
  background-color: rgba(0,51,204,0.8);
  font-size:0.9em;
  color: #fff;
  margin-right: 30px;
  margin-bottom: 15px;
  border: 1px solid #fff;
  padding:20px 30px;
  border-radius: 25px;
  box-shadow: 1px 5px rgba(0,51,204,0.2);
  /*transform: translateY(3px);*/
}
#class ol li strong {
  color: #ffff00;
}
#class ol li img{
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
}
.w_border{border: 2px solid #fff;border-radius:10px;padding:8px 10px;}
.c_border{border: 2px solid #fff;border-radius:10px;padding:8px 10px;}
.t26{
  font-size:22px;
  line-height: 1.6;
  font-weight: bold;
}
.t26_w{
  font-size: 1.5em;
  line-height: 1.6;
  font-weight: bold;
  color: #ff355e;
}
.op_icon{
  margin: 0px 6px 0px 0px;
  font-size: 22px;
  color: #ff355e;
}
.rbg_class{
  /*background-color: #ff0000;*/
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 3px 6px;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 10px;
}
.cbg_class{
  /*background-color: #ff0000;*/
  border: 1px solid #0066cc;
  border-radius: 5px;
  padding: 3px 6px;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media (max-width: 980px){
  #class h2{
  font-size: 18px;
}
#class p{
  padding-left: 10px;
}
#class ul {
  list-style-type: none;
  padding: 0px 0px 0px 15px;
  display: inline-block;

}
#class ul li:nth-child(2){
  width: 220px;
  display: inline-block;
  vertical-align: top;
  margin-left:3px;
  padding-top: 6px;

}
#class ul li:nth-child(1){
  width: 102px;
  height: 102px;  
  margin:3px 0px 0px 0px;
  font-size: 0.9em;
  line-height: 1.5;
  color: #ff355e;
  /*font-weight: bold;*/
  padding-top:13px;
  display: inline-block;
  background-color: #fff;
}
#class ol li{
  margin-right: 15px;
  margin-left: 15px;
}
.op_icon{
  font-size:16px;
}
.w_border{border: 0px solid #fff;border-radius:10px;padding:8px 10px;
}
.rbg_class{
  font-size: 16px;
  line-height: 1.5;
}
.cbg_class{
   font-size: 16px;
  line-height: 1.5;
}
}
#good{
  width: 100%;
  font-size: 1em;
  color: #333;
  line-height: 1.8;
}
#good h1{
  font-size: 1.6em;
  line-height:1.7;
  font-weight: bold;
  margin:5px 0px;
  color: #0033cc;
}
#good span{
  font-size: 0.8em;
  
}
#good p{
  color: #999;
}
#good ul{
  margin: 0px 0px;
  padding:0px 0px;
  list-style-type: none;
}
#good ul li img {
  width: 280px;
  height: auto;
  margin-left: 20px;
}
#good ul li:nth-child(1){
  display: inline-block;
}
#good ul li:nth-child(2){
  width:760px;
  display: inline-block;
  margin-top: 30px;
  margin-left: -30px;
  background-color:rgba(255,255,255,0.8);
  padding: 35px;
  border-radius: 35px;
}
@media (max-width:1020px){
  #good ul li img {
  width:200px;
  margin-left:0px;
}
#good ul li:nth-child(2){
  width:68%;
  display: inline-block;
  margin-top: 30px;
  margin-left: 0px;
  padding: 15px;
}
}
@media (max-width:660px){
  #good ul li img {
  width:108px;
  margin-left: 0px;
}
 #good h1{
  font-size: 1.3em;
  text-align: center;
 }
  #good p{
  text-align: center;
 }
 #good ul li{
  vertical-align: top;
 }
#good ul li:nth-child(2){
  width:92%;
  display: inline-block;
  margin: -20px auto 30px 15px;
  /*margin-left:-30px;*/
  padding:15px 6px;
}
}