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: #ffe100!important;
	/*background-attachment: fixed;*/
   font-family: "Arial" , "微軟正黑體"!important;
    }
.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: 50px; /* 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: 90%;
    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;
}
.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.modal-header {
    padding: 1px 16px;
    background-color:#3B3157;
    color: white;
    text-shadow: 0px 0px 0px rgba(255,255,255,0.6);
}
.modal-body {padding: 2px 16px;}
.modal-footer {
    padding: 2px 16px;
    background-color: rgba(0,0,0,0.2);
    color: white;
   }

    /*icon*/
#social-footer:after{
  content:'';display:table;clear:both
  }
#social-footer ul{
  list-style:none;padding:0;margin:0
  }
#social-footer ul li{
  float:left;width:33.3333%;text-align:center
  }
#social-footer ul li a{
  display:block;
  color:#fff;
  font-size:2em;
  padding:10px;
  text-decoration:none
  }
  #social-footer ul li:nth-of-type(1){background:#e60000}
  #social-footer ul li:nth-of-type(1):hover{background:#cc0000}
  #social-footer ul li:nth-of-type(2){background:#3b5998}
  #social-footer ul li:nth-of-type(2):hover{background:#2A447B}
  #social-footer ul li:nth-of-type(3){background:#4B9CDA}
  #social-footer ul li:nth-of-type(3):hover{background:#6598ff}
  #social-footer ul li a span{display:block}
  #social-footer ul li a span:before{
    margin:0;display:inline-block;
    vertical-align:middle;
    line-height:1em
    }
  #social-footer ul li a span.freepikicon-twitter:before{font-size:1.3em;margin-top:6px}
  #social-footer ul li a span.freepikicon-facebook1:before{font-size:1.55em}
  #social-footer ul li a span.freepikicon-googleplus:before{font-size:1.47em;margin-top:2px}
  #account #social-footer ul li a span.freepikicon-twitter:before{margin-top:20px}
  #account #social-footer ul li a span.freepikicon-facebook1:before{margin-top:20px}
  #account #social-footer ul li a span.freepikicon-googleplus:before{margin-top:22px}
  #social-footer ul li a span.social-icon{display:inline-block}
  #social-footer ul li a .right{display:inline-block;vertical-align:middle;margin-left:5px}
  #social-footer ul li a span.name{font-size: .5em;display:block;font-weight:bold}
  #social-footer ul li a span.counter{
  font-size: .5em;
  padding:2px 10px;
  border-radius:4px;
  display:block;
  background-color:#333;
  background:rgba(0,0,0,0.3);
  }
  #footer{
    background:#fff;
    width:100%;
    position:relative
    }
  .footer-holder{
    padding:27px 18px 72px 28px;
    overflow:hidden;
    width:1001px;
    margin:0 auto
}
/*icon end*/
    .overlay { /*服務*/
    height: 100%;
    width: 0;
    position: fixed;    
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 10%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay a {
    padding: 18px;
    text-decoration: none!important;
    font-size: 38px;
    color: #818181!important;
    display: block;
    transition: 0.3s;
    font-family:  "Arial" , "微軟正黑體";
}

.overlay a:hover, .overlay a:focus {
    background-color: rgba(255,255,255,0.9);
    color: #000;
    font-weight: bold;
}

.closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px !important;
}

@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .closebtn {
    font-size: 40px !important;
    top: 15px;
    right: 35px;
  }
}
 /*modal end*/
 .t_start{
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
 }
 /*題目*/
button.accordion {
    font-family: "Arial" , "微軟正黑體";
    font-size: 18px;
    /*background-color: #FDC5B3;*/
   /* background-color: #89E2D8;*/
   background-color: #fff;
    /*background-color: #fff;*/
    color: #000;
    border-radius: 3px;
    cursor: pointer;
    padding:  50px 30px 20px 30px;
    width: 100%;
    border: none;
    text-align:left; 
    outline: none;
        transition: 0.2s;
    border-bottom: 1px solid  #0066cc;
    line-height: 1.6;
    /*text-shadow: 0px 1px 1px rgba(0,0,0,0.2);*/

}

button.accordion.active, button.accordion:hover {
   /* background-color:#3B3157;*/
    background-color: #66ccff;
    color: #fff;
    text-shadow: 0px 0px 0px rgba(255,255,255,0.9);
}

button.accordion:after {
    font-family: "Arial Black" , "微軟正黑體";
    content: '\02795';
    color: #ccc;
    font-size: 36px;
    float: right;
    margin-top: 0px;
    margin-left: 5px;

}

button.accordion.active:after {
    content: "\2796";
}

div.panel {
    font-family: "Arial Black" , "微軟正黑體";
    margin-left: auto;
    font-size: 18px;
    line-height: 2.0;
    margin-right: auto;
    width: 100%;
    text-align: justify;
    padding:0px 55px 0px 55px;
    background-color: rgba(255,255,255,0.9);
    /*background-color: rgba(255,175,122,0.3);*/
    border-bottom: 1px solid #006fff;
    max-height: 0;
    overflow: hidden;
    transition: 0.6s ease-in-out;
    opacity: 0;
    text-shadow: 0px 0px 0px rgba(255,255,255,0.9);

}

div.panel.show {
    opacity: 1;
    max-height: 6000px;     
}
/*.panel strong{
    color: #0033cc!important;
}*/
.panel ol ul{
    list-style-type: square;
}
.panel ol ol{
    list-style-type: upper-roman;
}

@media screen and (max-width:580px) {
    button.accordion {
    font-family: "Arial" , "微軟正黑體";
    font-size: 16px;
   background-color: #fff;
    color: #000;
    border-radius: 3px;
    cursor: pointer;
    padding:  50px 20px 20px 20px;
    width: 100%;
    border: none;
    text-align:justify; 
    outline: none;
    transition: 0.2s;
    border-bottom: 1px solid  #0066cc;

}
div.panel {
    font-family: "Arial Black" , "微軟正黑體";
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    width: 100%;
    text-align: left;
    padding:0px 10px 0px 15px;
    background-color: rgba(255,255,255,0.9);
    /*background-color: rgba(255,175,122,0.3);*/
    border-bottom: 1px solid #006fff;
    max-height: 0;
    overflow: hidden;
    transition: 0.6s ease-in-out;
    opacity: 0;
    text-shadow: 0px 0px 0px rgba(255,255,255,0.9);

}


.panel ul{
    padding: 0px 0px 0px 20px!important;
    margin: 0px !important;
}
.panel ol{
    padding:0px 0px 0px 30px !important;
    margin: 0px !important;
}
}
/*題目end*/ 
.tb-b{
    margin-bottom: 100px;
    line-height: 1.8!important;
}
ul.panel{
    list-style-type: square;
}

.ts{
    width:100%;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(255,255,255,0.9);
  /*  margin-top: 10px;*/
    margin-bottom: 10px;
    font-family:  "Arial" , "微軟正黑體";
    font-size: 24px;
    line-height: 1.5;
    text-shadow:1px 1px 1px rgba(255,255,255,0.9);
    text-align: center;
    border-spacing: 0px;
}
.ts td {
    padding:8px;
    border-right: 1px solid #89E2D8;
    border-bottom: 1px solid #89E2D8;
}
.ts tr:nth-child(1) td{
    /*background-color: #FDC5B3;*/
    background-color: #89E2D8;
    border: 1px solid #fff;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    text-shadow:0px 0px 0px rgba(255,255,255,0.9)!important;
}

.ts td:nth-child(2) {
    color: #ff0000;
    font-family:  "Arial Black" , "微軟正黑體";
}
.ts td:nth-child(3) {
    width: 22%;
    color: #999;
    font-size: 16px;
    font-family:  "Arial Black" , "微軟正黑體";
}
.ts td:nth-child(3):hover{
    background-color: rgba(255,175,122,0.3);
    border: 8px solid #fff;
    }
.ts td:nth-child(4) {
    width: 22%;
    color: #999;
    font-size: 16px;
    font-family:  "Arial Black" , "微軟正黑體";
}
.ts td:nth-child(4):hover{
    background-color: rgba(255,175,122,0.3);
    border: 8px solid #fff;
    }
.dw{
    width:100%;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(255,255,255,0.9);
    margin-top:0px;
    margin-bottom: 10px;
    font-family:  "Arial" , "微軟正黑體";
    font-size: 24px;
    line-height: 36px;
    text-shadow:1px 1px 1px rgba(255,255,255,0.9);
    text-align: center;
    border-spacing: 0px;
}
.dw td {
    padding:6px;
    border-right: 1px solid #89E2D8;
    border-bottom: 1px solid #89E2D8;
    color: #000;
}
.dw tr:nth-child(1) td{
    background-color: #FDC5B3;
    border: 1px solid #fff;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    text-shadow:0px 0px 0px rgba(255,255,255,0.9)!important;
}
.dw td:nth-child(3):hover{
    background-color: rgba(255,175,122,0.3);
    color: #999;
    border: 8px solid #fff;
}
.dw td:nth-child(4):hover{
    background-color: rgba(255,175,122,0.3);
   border: 8px solid #fff;

}
.dw2{
    width:100%;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(255,255,255,0.9);
    margin-top:10px;
    margin-bottom: 10px;
    font-family:  "Arial" , "微軟正黑體";
    text-align: left;
    border-spacing: 0px;
    table-layout: fixed;
    border: 1px solid #FDC5B3;
    line-height: 1.5;
}
.dw2 td {
    padding:10px;
    border-right: 1px solid #FDC5B3;
    border-bottom: 1px solid #FDC5B3;
    color: #000;
}
.dw2 td:nth-child(1)  {width: 18%;font-weight: bold;
}
.dw3{
    width:100%;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(255,255,255,0.9);
    font-family:  "Arial" , "微軟正黑體";
    text-align: left;
    border-spacing: 0px;
    table-layout: fixed;
    border: 1px solid #FDC5B3;
    line-height: 1.5;
}
.dw3 td {
    padding:8px;
    border-right: 1px solid #FDC5B3;
    border-bottom: 1px solid #FDC5B3;
    color: #000;
}
.dw3 tr:nth-child(1) td {
    background-color: #0033cc;
    color: #fff;
    font-size:20px;
    font-family: "Arial Black" , "微軟正黑體";
    font-weight: bold;
     border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    text-align: center;
}
.dw3 td:nth-child(2){
    width:16%;
    background-color:rgba(255,175,122,0.3);
    border-bottom: 1px solid #fff;
    text-align: center!important;
}
.dw5{
    width:100%;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(255,255,255,0.9);
    margin-top:10px;
    margin-bottom: 10px;
    font-family:  "Arial" , "微軟正黑體";
    text-align: left;
    border-spacing: 0px;
    table-layout: fixed;
    border: 1px solid #FDC5B3;
    line-height: 1.5;
}
.dw5 td {
    padding:6px;
    border-right: 1px solid #FDC5B3;
    border-bottom: 1px solid #FDC5B3;
    color: #000;
}
.dw5 tr:nth-child(1) td {
    background-color: #0033cc;
    color: #fff;
    font-weight: bold;
     border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    text-align: center;
}
 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; }
.yellow{color: #ff0;font-weight: bold;}
.blue{color: #333;font-weight: bold;}
.c_add{color: #0033cc;font-weight: bold;}
.with{color:#fff;font-weight: bold;}
.c_bg{background-color: #0033cc;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);}
.line_1{
    border-top:  dashed 1px #333;
    width:85%;
    margin-left:left;
    margin-top: 50px;
    margin-bottom: 50px;
}   
#top{
    background:url(images/top.png) 100% 0 no-repeat;
    margin: 0 auto;
    background-position:center top;
    margin-left: 0px;
    margin-top:100px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 380px;
}   
.t-title{
    text-align: center;
    font-family: "Arial" , "微軟正黑體";
    font-size: 28px;
    line-height: 32px;
     text-shadow: 1px 1px 1px rgba(255,255,255,0.6);
     font-weight: bold;
}
.t-sp{
    padding-top: 120px;
    text-align: center;
    font-family: "Arial" , "微軟正黑體";
    font-size: 45px;
    line-height: 38px;
     text-shadow: 1px 1px 1px rgba(255,255,255,0.6);
     font-weight: bold;
}
    button { /*news bt*/
    text-align: center;
    background-color: rgba(255,255,255,0);   
    font-family: "Arial" , "微軟正黑體";
    padding: 5px;
    font-size: 20px;
    background-color: #0033cc;
    border: 2px solid #fff;
    color: #fff;    
    border-radius: 10px;
    cursor: pointer;
    border-collapse: separate; !important;
}
    button:hover { /*news bt*/
    background-color: #fff;
    border: 2px solid #006fff;
    color: #006fff; 
}
.password_1{
    width: 720px;
    margin-right: auto;
    margin-left: auto;
   background-color: rgba(255,175,122,0.3);   
   margin-top: 5px;
   padding-top: 20px;
   padding-bottom: 20px;
   color: #ddd;
   border-radius: 25px;
   text-align: center;
}
button.password {
    text-align: center;  
    font-family: "Arial" , "微軟正黑體";
    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;  
    font-family: "Arial" , "微軟正黑體";
    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; !important;
}
button.re:hover{
    background-color: #fff;
    border: 2px solid #10c2cc;
    color: #0033cc;  
}
.box{
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    table-layout: fixed;

}
.box td:nth-child(1) {
    text-align: left;
    padding-left: 5px;
    vertical-align: bottom;
}
.box td:nth-child(2) {
    text-align: right;
    padding-right: 35px;
}
.box5{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    table-layout: fixed;
    border: 1px solid #999!important;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    border-collapse: separate;
}
.box5 td {
    padding:6px;
    color: #000;
}
  button.box_1a{
    background:url(images/bt_1.png) 100% 0 no-repeat;
    background-position:center top;
    background-repeat: no-repeat;
    padding:140px 60px 228px 60px;
    border: none;
    color: #006fff;
    font-family: "Arial" , "微軟正黑體";
    font-weight: bold;
    font-size: 26px;

}
  button.box_1a:hover{
    background:url(images/bt_1a.png) 100% 0 no-repeat;
    text-decoration: underline;
}
  button.box_2a{
    background:url(images/bt_2.png) 100% 0 no-repeat;
    background-position:center top;
    background-repeat: no-repeat;
    padding: 211px 60px 150px 60px;
    border: none;
    color: #006fff;
    font-family: "Arial" , "微軟正黑體";
    font-weight: bold;
    font-size: 26px;
}
  button.box_2a:hover{
    background:url(images/bt_2a.png) 100% 0 no-repeat;
    text-decoration: underline;
}
.box2{
   width: 900px;
   margin-right: auto;
   margin-left: auto;   
   padding-top: 20px;
   padding-bottom: 20px;
   
}
.start {
    width: 500px;
    padding: 35px;
    background-color: rgba(255,255,255,0.5);   
   margin-top: 5px;
    margin-left: left;
    margin-right: auto;
    border-radius: 25px;
   text-align: left;
   font-family: "Arial" , "微軟正黑體";
    font-size: 20px;
    line-height: 30px;
}
ul.m0{
    margin: 0px;
    list-style-type: square;
}
.icon_b{
    font-size:50px;
    color:#3B5998;
}
.icon_c{
    font-size:50px;
    color:#89E2D8;
}
.icon_add{
    color:#0033cc !important;
}
.box3{
    width: 750px;
    margin-left: left;
    margin-right: auto;

}
/*答案頁*/
.navbar-nav{
    font-family:  "Arial" , "微軟正黑體";
    
}
.navbar-brand{
    font-family:  "Arial" , "微軟正黑體";    
    

}
.section_1{
  position: relative;
  padding:0px 0!important;
}
.table_1{
    width: 100%;
    font-family:  "Arial" , "微軟正黑體";    
}
.table_1 td{
    padding: 1px !important;
    border: none !important;
    }
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" , "微軟正黑體";
    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 15px;
    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;}
}
button.pdf {
    background-color: #FF355E;
    bonder:none !important;
    margin: 10px;
}
button.pdf:hover{
    background-color: #006FFF;
}
.test_bg{
    width: 100%;
    background-color:rgba(255,255,255,0.9);
    border-radius: 25px;
    padding: 15px;
    margin-left:auto;
    margin-right: auto;
    border: 1px solid #82DFD4;
}
.bo_bg{
    width: 100%;
    background-color:rgba(255,255,255,0.6);
    border-radius: 10px;
    padding: 10px;
    margin-left:auto;
    margin-right: auto;
   /* border: 1px solid #82DFD4;*/
}
.table ol {
    margin: 0px 0px;
   /*list-style-type: upper-latin;*/
}
  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: 15px 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.8)
  }
}

.top_descript_ans{
    padding: 0px 0px 20px 0px;
    margin: auto;
    width: 100%;
}
.top_descript_ans_0{
    padding: 0px 0px 20px 0px;
    margin: auto;
    width: auto;
}
.top-title{
    font-size: 85px;
    color: #fff;
    padding:100px 0px 20px 0px;
    line-height: 1;
    text-align: center;
    font-weight: bold;
}
.top-p{
    width: 68%;    
    margin-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    line-height: 1.5;
    color:#fff;
    font-size: 36px;
    font-weight: bold;
    border: 1px  solid #fff;
    border-radius: 10px;
    padding: 10px 5px;

}
@media screen and (max-width:680px){
    .top-title{
    font-size: 65px;
    color: #fff;
    padding:100px 0px 10px 0px;
    line-height: 1.2;
    text-align: center;
    font-weight: bold;
}
.top-p{
    width: 80%;    
    margin-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    line-height: 1.5;
    color:#fff;
    font-size: 26px;
    font-weight: bold;
    border: 1px  solid #fff;
    border-radius: 10px;
    padding: 10px 5px;
}
}
ul.pagination {
    display: inline-block;
    padding: 0;
    margin: 0;
    border-radius: 0px;

}

ul.pagination li {display: inline;}

ul.pagination li a {
     background-color: rgba(0,0,0,0);
    float: left;
    padding: 8px 16px;
    color: #fff;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
}

ul.pagination li a.active{
    background-color:rgba(255,255,255,0.3);
    color: white;
    border: 1px solid #ddd;
}

ul.pagination li a:hover:not(.active) {background-color:rgba(255,255,255,0.2);color: #fff}

.table-ph{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
    margin-top: 10px;
    border-spacing:10px;
    border-collapse:separate;  
    border-radius: 10px;
    table-layout: fixed;
}
.table-ph td {
    padding:20px 10px;
    border-radius: 10px !important;
    text-align: center;
}
.table-ph tr:nth-child(1) td,
.table-ph tr:nth-child(3) td:nth-child(2){
    border: 3px solid  rgba(255,175,122,0.3);
    background-color: #fff;
    box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}
.ph-icon{
    font-size: 36px;
    color:#0033cc;
}
@media screen and (max-width:680px) {
    .table-ph{
    width: 100%;
    margin-right: auto;
    font-size: 15px;
    margin-left: auto;
    margin-bottom: 10px;
    margin-top: 10px;
    border-spacing:8px;
    border-collapse:separate;  
    border-radius: 10px;
    table-layout: fixed;
}
.table-ph td {
    padding:20px 3px;
    border-radius: 10px !important;
}