@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
@import url(https://fonts.googleapis.com/earlyaccess/cwtexyen.css);
*, *::after, *::before { -webkit-box-sizing: border-box; box-sizing: border-box; }

body {  
	margin: 0 0;
  background:url(img/bg.png) repeat;
  background-position: top center;
	font-weight: 200;
	overflow-x: hidden;
	font-family: "Arial","Noto Sans TC" , sans-serif;
}
#gotop {
width:3.8em;
height:3.8em;
text-align: center;
border:1px solid #ddd;
position: fixed;
right: 10px;
bottom: 10vh;
border-radius:50%;
padding:6px 0px;
font-size:0.9em;
background: rgba(0,0,0,0.7);
border: 1px;
color: white;
cursor: pointer;
z-index: 300;

}
@media screen and (max-width:46em){
  #gotop {
  font-size:13px;
  padding-top: 5px;
  bottom:65px;
  }
  body {  
    font-weight: 300;
    background:#FFFCF4 url(img/bgm.png) repeat;
  background-position: top center;

}
}

#talk{
  text-align: center;
  position:fixed;
  top:8vh;
  vertical-align: middle;
  left:0px;
  text-align: left;
  font-size:0.8rem;
  line-height: 1.2;  
  text-align: center;
  z-index: 101;
}
#talk ul li {
  width:3.2em;
  height:3.2em;
  border-radius: 20%;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
}

#talk ul{
  margin: 0px 0px;
  padding: 0px 0px;
  list-style-type: none;  
  /*background-color: rgba(255,255,255,0.8);*/
}
#talk ul li{
  /*border:0.5px solid rgba(255,255,255,0.3);*/
  /*padding-top: 1.8vh;*/
  margin-top:0.5vh;
  /*color:#3488f5;*/
  color: #99ccff;

}
#talk ul li i{ font-size:1.6em;}
#talk ul li:first-child i{ font-size: 3.2em;margin-top:-0.1vh;}
#talk ul li:first-child{background-color: rgba(255,255,255,0.85); color:#1dcd00;}
#talk ul li:first-child:hover{ background-color: #1dcd00;  color:rgba(255,255,255,0.9); }
#talk ul li:nth-child(2){font-weight: bold;;margin-top: 3.6vh}
#talk ul li:nth-child(2):hover{color: rgba(0,0,0,0.6);}
#talk ul li:nth-child(3):hover{color: #0033cc;}
#talk ul li:nth-child(4):hover{color: #ff0085;}
#talk ul li:nth-child(5):hover{color: #ff0000;}
#talk ul li:hover{color:#0033cc;}

.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(255,255,255,0.85);
  border-top:1px solid #f0f0f0;
  line-height:1.2;
  font-size:0.95em;
  padding: 3px 0px 0px 0px;
   bottom: 0px;
    left: 0px;
    top: auto;
}
#talk ul{
   background-color:rgba(83, 210, 250,0.0);
}
#talk ul li{
  margin:0px; 
  width: 50px;
  height: 30px;
  display: inline-block;
  color: #aaa;
  border:0px solid #1dcd00;  
  border-left:0px solid rgba(255,255,255,0.65);
  border-radius: 0%;
}
#talk ul li i{ font-size:1.6em;}
#talk ul li:first-child i{ font-size: 2.6em;line-height: 0.6;}
#talk ul li:first-child{background-color: rgba(255,255,255,0.0);color: #1dcd00;}
#talk ul li:first-child:hover{color: #43d82b;}
#talk ul li:nth-child(2){font-weight: normal;;margin-top:-1.5vh}
.share {
  margin-top: 0px!important;
  margin-bottom: 0px!important;
  padding: 0px!important;
  opacity: 0.8;
  vertical-align: middle;
}
#talk ul li i{
  font-size: 1.6em;
}
}
.dropdown {
    position: relative;
    display: inline-block;    
}
.dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    left:1.5em;
    background-color:#fff;
    border: 1px solid #1dcd00;
    border-radius:10px;
    font-size:1.5em; 
    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){
.dropdown-content {
  left:0;
  top:auto;
  bottom:55px;
}
.dropdown:hover .dropbtn {
   color:#1dcd00;
   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 auto;
  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: #999;
  text-align: center;
  padding: 2vh 0.5vw;
  text-decoration: none;
  transition: 0.3s;
  font-size: 0.9em;
}
ul.topnav li a:hover {font-weight: bold;}
ul.topnav li.icon {display: none;}
@media screen and (max-width:50em) {
  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;
  }
}
footer {
  position: relative;
  bottom: 0;
  color: #fff;
  padding: 8vh 8vw;
  background-color: rgba(77, 144, 254,1.0);
}
footer h2{
  font-size:1.1em;
  line-height: 1.8;
  margin: 0 0px;
  text-align: left;
}
footer h3 {
  font-size: 1em;
  margin: 0 0;
  padding: 0 0 1vh 0.8vw;
  text-align: left;
}
.win{
  width:38vw;
  display: inline-block;
  vertical-align: top;
  color: #fff;
}
.add{width:100%;color: #fff;}
.add td{padding: 5px 1px;}

footer nav{
  width: 11vw;  
  /*font-weight: bold;*/
  text-align: right;
  display: inline-block;
  vertical-align: top;
  margin: auto 0 auto 2vw;
}
footer a {
  color: #fff;
  text-decoration: none;
}
footer a:hover,
footer a:focus {
  color: #fff;
  text-decoration: none;
}
footer a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
footer nav a{
  color: #fff;
  text-decoration: none;
  line-height: 1.8;
  display: block;
  text-align: left;
}
footer nav a:hover{
  font-weight: bold;
  color: #ffff00;
}
footer span{
  background-color: #fff;
  color: rgba(77, 144, 254,1.0);
  padding: 1px 5px;
  border-radius: 3px;
  font-weight: bold;
}
.shere{  
  display: inline-block;
  font-size:2.2em;
}
footer i{
  color: #fff;
  margin: auto 1vw;
}
@media (max-width: 68em){
  .win{
  width:50vw;
  display: inline-block;
  vertical-align: top;
}
footer {
  color: #fff;
  padding: 8vh 5vw;
  background-color: rgba(77, 144, 254,1.0);
}
footer nav{
  margin: auto 0 auto 6vw;
}
.add{font-size: 14px;}
}
@media (max-width: 50em){
 .win{
  width: 100%;
  font-size: 14px;
  display: block;
}
footer {
  font-weight: 300;
  color: #fff;
  font-size:13.5px;
  padding:5vh 3vw 10vh 3vw;
  background-color: rgba(77, 144, 254,1.0);
}
footer nav{
  width: 25vw;  
  margin-top: 3vh;
  margin-left:0vw;
  vertical-align: top;
}
.shere{  
  vertical-align: bottom;
  font-size: 1.6em;
}
}
.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: 13px;
    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;
}
@media screen and (max-width:660px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 15px;}
}
#message{
  color:#333;
  text-align: center;
  padding: 5vh 10vw;
  margin: 0 auto;
}
#message h2{
  font-size: 2.2em;
  line-height: 1.2;
  margin-top:50px;
  margin-bottom: 5px;
  color:#0033cc;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width:720px){
#message{  padding: 5vh 5vw;}
#message h3{  font-size: 20px;}
}
@media (max-width: 767px) {.hidden-xs {display: none !important;}}
@media (min-width: 768px) and (max-width: 991px) {.hidden-sm {display: none !important;}}
@media (min-width: 992px) and (max-width: 1199px) {.hidden-md {display: none !important;}}
@media (min-width: 1200px) {.hidden-lg {display: none !important;}}
h1,h2,h3,h4,h5,h6,p {padding: 0 0;margin: 0 0;font-weight: normal;}
table {  border-collapse: collapse;  border-spacing: 0px;}
a,a:hover{text-decoration: none;}
.red {color: #F00;font-weight: bold; font-family: "Arial Black" , "微軟正黑體";}
.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{text-align: center; 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);}
.w3-spin{animation:w3-spin 6s 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}

header{
    width: 100%;
   /* background-color:rgba(16, 194, 204, 0.901961);*/
   /*background-color:rgba(255,255,255,0.65);*/
    padding: 10vh 5vw;
    margin-left:auto;
    margin-right: auto;
    text-align: center;
}
header h1{
  font-size: 1.2em;
  line-height: 1.6;
  color: #99ccff;
  font-weight: 600;
  margin:0px;
 }
header h2{
  font-size: 3em;
  color: #0099ff;
  font-weight: 600;
 }
 header p{
  color: #666;
  font-weight: 400;
  line-height:3;
  letter-spacing: 2px;
 }
  header nav,
  header nav a,
  header nav a:hover{
    color: #99ccff;
    font-size:1.2em;
    font-weight: 300;
    margin: 5vh 3vw 0vh 3vw;
  }
@media screen and (max-width:38em){
header h1{
  font-size: 20px;
  line-height: 1.5;
  color: #08ADEC;
  font-weight: bold;
 }
header h2{
  font-size: 32px;
  line-height: 1.5;
  color: #0966CA;
  font-weight: bold;
 }
}
button.pdf {
  font-family: "Arial","Noto Sans TC" , sans-serif;
    background-color: #FF355E;
    border:2px solid #fff;
    border-radius: 10px;
    padding:10px;
    margin: 10px;
    color: #fff;
    font-size: 16px;

}
button.pdf:hover{
    background-color: #0033CC;
}
.icon_pdf{
  font-size:2em;
  margin: 2px;
}
#go {
  height:95vh;
  padding: 5vh 0vw;
  margin-top:5vh;  
   background:url(img/top_bg.png) repeat-x top center;
   background-size: cover;

}
#go button {
  font-family: "Arial","Noto Sans TC" , sans-serif;
   display: inline-block;
  background-color: #fff;
  color: #99ccff;
  border:8px solid #99ccff;
  padding: 5vh 6vw;
  margin: 80vh 0vw; 
  cursor: pointer;
  font-size: 2em;
  font-weight: 600;
  border-radius: 15px;
}
#go nav{
  position: fixed; 
  top: auto;
  left: auto;
  right: 0px;
  bottom:26vh;
  font-size:0.9em;
  line-height: 1.4;
  text-align: center;  
  cursor: pointer;
  background-color: rgba(255,255,255,0.8);
}
#go nav a{
  border-bottom: 1px dashed #338e42;
  color:#338e42;
  display: block;
  padding: 1.5vh 0.5vw;
  text-decoration: none!important;
}
#go nav a:hover,#go nav a:focus{
  font-weight: bold;
}
#go p{
  text-align: center;
  margin: 2vh auto;
  font-size: 1em;
}
#go p a{
  margin-left:0.5vw;
}
@media (max-width: 55em) {
section {
  padding: 5vh 1vw;
  font-weight: 300;
}
#go {
  height:55vh;
  padding: 5vh 0vw;
  margin-top: 0vh;  
   background:url(img/top_bgm.png) repeat-x top center;

}
#go button {
  font-family: "Arial","Noto Sans TC" , sans-serif;
   display: inline-block;
  background-color: #fff;
  color: #99ccff;
  border:8px solid #99ccff;
  padding: 5vh 3vw;
  margin: 35vh 0vw 0vh 0; 
  cursor: pointer;
  font-size: 1.2em;
  font-weight: 600;

  border-radius: 15px;
}
#go nav{
  position: fixed; 
  top: auto;
  left: auto;
  right: 0px;
  bottom:16vh;
  font-size:0.9em;
  line-height: 1.4;
  text-align: center;  
  cursor: pointer;
  background-color: rgba(255,255,255,0.8);
}
#go nav a:hover,#go nav a:focus{
  font-weight: bold;
  color: #fff;
}
#go nav a:last-child{
  border-right: 0px dashed #fff;
}
#go p{
  text-align: center;
  font-size: 1em;
  line-height: 1.6;
  margin: 2vh 5vw 0 0;
}
#go p a{
  display: block;
}
}

#op {
  background-color:#e6e14c;
  padding: 10vh 6vw;
}
#op img {
  width: 4.5vw;
  height: auto;
}
#op h2 {
  font-size: 2em;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
  color: #fff;
  padding-bottom: 0px;
  margin-bottom: 0px;
  margin-top: 15vh;
}
#op h3{
  font-size: 1.6em;
  text-align: center;
  color: #fff;
  padding-top: 10vh;
  font-weight: bold;
}
#op p{
  color: #fff;
  text-align: center;
}
#op a{
  font-size: 0.9em;
  font-family: "Baloo","Noto Sans TC",serif;
  background-color: #1dcd00;
  color: #fff;
  font-weight: bold;
  border: 1px solid #1dcd00;
  border-radius: 1em;
  padding: 0.1vh 0.5vw;
  text-decoration: none;
}
.op_a{
    width:85vw;     
    /*background-color: rgba(250,223,164,0.65);*/
    margin-right:auto;
    margin-left: auto;
    padding: 2em;
    /*border: 1px solid #fff;*/
    /*border-radius: 36px;*/
}
.op{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 5vh;
  margin-top: 3vh;
  background-color:#fff;
  color: #333;
  font-weight: 300;
  font-size: 1.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(83, 210, 250,0.8);;
  border-bottom: 1px solid rgba(83, 210, 250,0.8);;
   background-color:#ffeb3b;
   color: #fff;
}
.op td{
  background-color:  #fff;
  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: #1f;
   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-position: center top;
    background-color: rgba(250,223,164,0.65);
  /*margin-top: -8vh;*/
  padding:12vh 0vw 10vh 0vw;
  }
  #op h2 {
  font-size: 1.6em;
  line-height: 1.8;
  font-weight: bold;
}
#op a{
  font-size: 0.8em;

}
#op img{
  width:12vw;
  height: auto;
}
.op_a{
    width: 100%;
        border: 0px solid #fff;
        padding: 1em ;
}
  .op{
  width: 100%;
  background-color:rgba(255,255,255,0.3);
  font-size: 15px;
}
}
.test{
  background-color:rgba(251, 173, 173, 0.38);
  padding: 10vh 0;
}
#test{
  width: 85%;
  margin: auto auto;
  font-size: 1.05em;
  line-height: 1.8;
  background-color: rgba(255,255,255,0.9);
  border-radius: 55px;
  padding: 10vh 5vw;
  font-weight: 300;
  color: #666;

}
#ans h2,#test h2 {
  font-size: 1.6em;
  text-align: center;
  color: #0033cc;
  padding: 2.5vh 5vw;
}
#test p {
  font-size: 0.8em;
  text-align: center;
}
#test ol {
   padding: 0 0 0 22px;
   margin: 0px auto;
   list-style-type: upper-alpha;
     color:#2e6ce8;
}
#test strong {
  background-color: #99ccff;
  color: #fff;
  font-weight: 400;
  padding: 3px 2px;
}
.in {
  width: 100%;
  background-color:#fffae9;
  padding: 5vh 2vw;
  margin: 2vh 0vw;
  font-size: 14px;
}
.in ul,.in ol {
  margin: 0 0;
  color: #666!important;
  padding: 0 0 0 40px!important;
}
.se-tb{
  width: 100%;
    font-size: 1em;
  line-height:1.8;
  /*text-align: justify;*/
}
.se-tb td{
    vertical-align: top;
    padding: 30px 10px;
   }
.se-tb td:nth-child(3){
  border-bottom: 1px dashed #ddd;
}
/*.se-tb td:nth-child(2){
  text-decoration: underline;
}*/
.se-tb td:nth-child(1){
 font-weight: bold;
 color: #0033cc;
}
@media (max-width: 38em){
  #test{
    width: 96%;
  border-radius:25px;
    font-size:1em;
}
.se-tb td{
    vertical-align: top;
    padding: 20px 3px;
   }
.sa1 {
  display: inline-block;
  padding-top: 0px;
}
.sa1 td{
  padding: 1px!important;
  font-weight: normal!important;
  color: #333!important;
  vertical-align: middle;
}
}
.hint {
  font-weight: 400;
  color: #0033cc;
}
.ans_tb {
  widows: 100%!important;
}
.ans_tb td {
  padding: 0 0!important;
}
em {
  font-size: 15px;
  color: #999;
  text-decoration: underline;
  font-weight: 300;
}
#ans{
  width:90%;
  margin: auto auto;
  font-size: 1.05em;
  line-height: 1.8;
  border-radius: 55px;
  padding: 10vh 5vw;
  font-weight: 300;

}
#ans h3 {
  font-size: 1em;
  margin: 10px 0px;
}
#ans p {
  font-size: 0.8em;
  text-align: center;
}
#ans ul{
    list-style-type: square;
    margin: 0px 0px 0px 20px;
    padding:0px!important;
}
#ans ol{
    margin: 0px 0px 0px 50px;
    padding:0px!important;
    list-style-type: cjk-ideographic;
}
#ans ol li{
    margin-top: 5vh;
   
}
#ans ol li:nth-child(1),
#ans ol ol li{
    margin-top: 0px;
   
}
#ans ol ul li{
    margin-top: 0px;
   
}
#ans ol ol,
#ans ol ol ol{
    margin: 0px 0px 0px 21px;
    padding:0px!important;
    list-style-type:decimal;
}
#ans ol ol ol{
   list-style-type:upper-alpha;
}
#ans table ol{
  list-style-type: decimal!important;
  padding: 0px 0px!important;
}
#ans table ol li{
  margin: 0px!important;
}
#ans table td ol{
    padding: 0px 0px!important;
    margin: 0px 0px 0px 20px;
}
label ol li{
  margin-top: 0px!important;
}
.hint{
  line-height: 1.5;
  font-size: 15px;
  color: #ff0000;
  /*border: 1px solid #ff0000;*/
  border-radius: 20px;
  padding: 5px 20px;
  margin-bottom: 20px;

}
#ans img{
  /*width:50%;*/
  border:1px solid #ddd ;
  display: block;
  margin:2vh 0vw;
  }
  #ans strong {
   font-weight:400;
  }
@media (max-width: 38em){
  #ans {
    width: 100%;
    font-weight: 300;
  }
#ans h2,#test h2 {
  font-size: 2em;
}
  #ans ol{
    margin: 0px 0px 0px 26px;
}
#ans ol ol,
#ans ol ol ol{
    margin: 0px 0px 0px 20px;
}
.hint{
  line-height: 1.5;
  font-size: 14px;
  color: #ff0000;
  /*border: 1px solid #ff0000;*/
  border-radius: 15px;
  padding: 5px 10px;
  margin-bottom: 10px;
}
#ans img{
  width: 100%;  
}
}
.ac-container{
  width: 100%;
  margin: 8vh auto;
  text-align: left;
}
.ac-container label{
  padding:8vh 5vw;
  position: relative;
  display: block;
  height: auto;
  cursor: pointer;
  color: #666;
  line-height: 1.8;
  /*background:#26adeb;*/
  border-bottom: 1px solid #9bcdff;
  margin-top: 0.5vh;
 
}
.ac-container label:hover{
  background:#99ccff;
  color: #333;
}
.ac-container input:checked + label,
.ac-container input:checked + label:hover{
  background:rgba(153, 204, 255,0.5);
  color: #666;
  /*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: "\f067";
  font-weight: 900;
  font-family: 'Font Awesome 5 Free';
  position: absolute;
  color: #9bcdff;
  font-size: 2.8em;   
  width: 24px;
  height: 24px;
  right: 30px;
  bottom: 60px;
  /*background: transparent url(img/down.png) no-repeat center center;  */
}
.ac-container label:hover:after{
  color: #fff;
}
/*.ac-container input:checked + label:hover:after{
    content:"\f106";
    color: #fff;
}*/
.ac-container input{
  display: none;
}
.ac-container article{
  background: rgba(255, 255, 255, 0.65);
  line-height: 1.8;
  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(127, 247, 235, 0.52);
}
.ac-container input:checked ~ article.ac-small{
  height: auto;
  font-size: 1em;
  line-height:1.8;
  padding:10vh 5vw;
  color: #666;
}
.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:3vh 5vw 8vh 5vw;
  font-size:1em;
 
}
.ac-container input:checked ~ article.ac-small{
  height: auto;
  padding:3vh 5vw 10vh 5vw;
}
.ac-container label:before,
.ac-container label:hover:after,
.ac-container input:checked + label:hover:after{
  font-size: 2em;   
  right: 8vw;
  bottom:7vh;
  top: auto;
  /*background: transparent url(img/down.png) no-repeat center center;  */
}
}
.dw6,.dw6_1{
    margin-left: left;
    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;
    line-height:1.6;
      table-layout: fixed;
  width: 100%;  
    /*font-weight: bold;*/
}
.dw6 td,.dw6_1 td{
    padding:8px;
    border-right: 1px solid #89E2D8;
    border-bottom: 1px solid #89E2D8;
    vertical-align: top;
}
.dw6 th,.dw7 th{
   padding:8px;
    background-color:  #5f8aef;
   /*background-color:#d4aaf5;*/
    border: 1px solid #fff;
    color: #fff;
    font-weight: 400;
    text-align: center;
    line-height: 1.6;
    text-shadow:0px 0px 0px rgba(255,255,255,0.9)!important;
}
.dw6ans{
    margin-left: left;
    margin-right: auto;
    text-align:center;
    border-spacing: 0px;
    border: 1px solid #999;    
    line-height:1.6;
    /*font-weight: bold;*/
}
.dw6ans td{
    padding:3px!important;
    color: #666!important;
    border-right: 1px solid #999!important;
    border-bottom: 1px solid #999!important;
}

@media screen and (max-width:680px){
  .dw6,.dw6_1,
  .dw7,
  .dw8,
  .dw10,
  .dw-ans{
    width:100%;
    font-size: 14px;
    line-height:1.5;
  }
  .dw6 td,.dw6_1 td,.dw7 td,.dw8 td,.dw-ans,.dw9 td,.dw10 td,.dw6 th,.dw7 th{
    padding:6px 3px;
}
}