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: #7ce9f7;*/
font-family: "Arial" , "微軟正黑體";
/*background-attachment: fixed;
-moz-background-size: cover;
 background-size: cover;*/
}

#gotop {
width:3.8em;
height:3em;
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;
z-index: 300;

}
@media screen and (max-width:38em){
  #gotop {
  font-size:13px;
  padding-top: 5px;
  bottom:65px;
  }
}
#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.8em;
  height:3em;
  border-radius: 50%;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
}

#talk ul{
  margin: 0px 0px;
  padding: 0px 0px;
  list-style-type: none;  
}
#talk ul li{
  /*border:0.5px solid rgba(255,255,255,0.3);*/
  padding-top: 1.8vh;
  margin-top:0.5vh;
  color:#3488f5;

}
#talk ul li i{ font-size:1.6em;}
#talk ul li:first-child i{ font-size: 3.6em;}
#talk ul li:first-child{color: #1dcd00;}
#talk ul li:first-child:hover{color: #43d82b;}
#talk ul li:nth-child(2){font-weight: bold;;margin-top: 2vh}
#talk ul li:nth-child(2):hover{color: #0033cc;}
#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: rgba(0,0,0,0.5);*/
  color: #aaa;
  border:0px solid #1dcd00;  
  border-left:0px solid rgba(255,255,255,0.65);
  border-radius: 0%;
   /*text-shadow: 1px 1px 1px rgba(255,255,255,0.6);*/
}
#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{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:100%;
}
.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: #333;
  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 {
  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 {
  color: #fff;
  font-size:14px;
  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;}

}
.slider-youtube iframe {
    min-width: 700px;
    height: 400px;
}

.slider-youtube .youtube {
    opacity: 1;
    transition: opacity 1s;
}

.slider-youtube .youtube:not(.slick-current) {
    opacity: 0.4;
    transition: opacity 1s;
}

img.slick-slide {
    max-width: 100vw;
}

.video-background {
    background: #000;
    z-index: -99;
    max-height: 400px;
}

.video-foreground,
.video-background iframe {
    width: 100%;
    height: 300px;
    pointer-events: none;
}

.slick-button {
    position: relative;
    bottom: 60px;
    text-align: center;
    z-index: 9999;
}

.slick-button a {
    color: white;
    background-color: black;
}
/* Slider */
.slick-slider{
    position: relative;
    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus{
    outline: none;
}
.slick-list.dragging{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after{
    display: table;
    content: '';
}
.slick-track:after{
    clear: both;
}
.slick-loading .slick-track{
    visibility: hidden;
}

.slick-slide{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide{
    float: right;
}
.slick-slide img{
    display: block;
}
.slick-slide.slick-loading img{
    display: none;
}
.slick-slide.dragging img{
    pointer-events: none;
}
.slick-initialized .slick-slide{
    display: block;
}
.slick-loading .slick-slide{
    visibility: hidden;
}
.slick-vertical .slick-slide{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
@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;}
}
a{
  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}
/*.bg{
  background-image: url(img/bg_l.png) ;
background-repeat:repeat;
background-position:center top;
}*/
header{
  text-align: center;
  line-height: 1.8;

}
header img {
  width:52vw;
  height: auto;
  margin:-2vh auto 0vh auto;
}
header h1{
  font-size:1.5em;
  line-height: 1.5;
  margin:0vh auto;
  font-weight: bold;
  padding: 2vh 0;
  color:#182987;
}
header nav{
/*  border-bottom:8px dashed #f1746e;
   border-top:8px dashed #f1746e;*/
   padding-bottom:6vh;
   padding-top:1.5vh;
   margin-top: 12vh;
   /*background-color: #e8e7e7;*/
}
header nav a {
  display: inline-block;
  width:15%;
  border-left:1px solid #f1746e;
  margin:2vh 1vw;
  padding: 0vh 3vw 0vh 1vw;
  color:#f1746e;
  font-size: 1.2em;

}
header nav a:hover{
  padding: 2vh 3vw 3vh 1vw;
  border:3px solid #f1746e;
}
header nav img {
  width: 2vw;
  height: auto;
  margin-top: 1vh;
}
header h1 span {
  background-color: #00005c;
  color: #fff;
  padding: 1vh 0.8vw;
  border-radius:1px;
}
@media screen and (max-width: 50.75em){

  header img {
  width:95vw;
  margin: 5vh auto 0vh auto;
}
header h1{
  font-size:1.5em;
  line-height: 1.6;
  margin:0vh auto 0 auto;
}
header nav{
   margin-top: 8vh;
}
header nav a {
  font-size: 1em;
  width: 35%;

}
/*header nav a:nth-child(3){
  display: block;width: 300px;
}*/
header nav img{
  width:18px
}
header nav a:hover{
  padding: 0vh 3vw 2vh 1vw;
  border:3px solid #f1746e;
}
}
section {
  font-size: 1em;
  line-height: 1.8;
  
  /*color: #fff;*/
}
#teacher {
  text-align: center;
}
#lesson,#newcpa{
  padding: 5vh 10vw;
}
#newcpa{
  /*background-color: #f9827c;*/
}
#newcpa h2 {
  margin-top: 5vh;
  margin-bottom: 0;
}
#newcpa p {
  margin:0 0;
  padding: 0 0;
  color: #ccc;
}
#timeline {
  list-style: none;
  margin: 50px 0 35px 20px;
  padding-left: 30px;
  border-left: 8px solid #f9827c;
}
#timeline li {
  margin: 5vh 0;
  position: relative;

}
#timeline p {
  margin: 2vh 3vw;
  color: #333;
}
.date {
  margin-top: -10px;
  top: 50%;
  left: -158px;
  line-height: 20px;
  position: absolute;
}
.circle {
  margin-top: -10px;
  top: 50%;
  left: -44px;
  width: 10px;
  height: 10px;
  background: #fff;
  border: 5px solid #f9827c;
  border-radius: 50%;
  display: block;
  position: absolute;
}

.content {
  max-height: 20px;
  padding:10vh 5vw 3vh;
  border-color: transparent;
  border-width: 2px;
  border-style: solid;
  border-radius: 1em;
  position: relative;
    background-color:rgba(251,189,189,0.65);

}
.content:before, .content:after {
  content: "";
  width: 0;
  height: 0;
  border: solid transparent;
  position: absolute;
  pointer-events: none;
  right: 100%;
}
.content:before {
  border-right-color: inherit;
  border-width: 20px;
  top: 50%;
  margin-top: -20px;

}
.content:after {
  border-right-color: rgba(253,185,170,0.5)
  border-width: 17px;
  top: 50%;
  margin-top: -17px;
}

.content p {
  max-height: 0;
  margin-top: 10px;
  color: transparent;
  text-align: justify;
  word-break: break-word;
  hyphens: auto;
  overflow: hidden;
}
.content ul {
  max-height: 0;
  margin-top: 10px;
  color: transparent;
  text-align: justify;
  word-break: break-word;
  hyphens: auto;
  overflow: hidden;
  padding: 0 0;
}
.content ol {
  max-height: 0;
  margin-top: 0px;
  color: transparent;
  text-align: justify;
  word-break: break-word;
  hyphens: auto;
  overflow: hidden;
  padding: 0 0 0 20px;
}
label {
  font-family: "Tauri" ,"微軟正黑體", "Helvetica","sans-serif";
  position: absolute;
  z-index: 100;
  cursor: pointer;
  font-weight: bold;
  top:5vh;
  left: 16px;
  transition: transform 0.2s linear;
  font-size: 1.25em;
}
label i {
  color:rgba(0,0,0,0.2);
  margin-left: 10px;
  font-size: 1.2em;
}
.fa-star{
  color: #f98262;
  font-size: 0.8em;
  margin-right: 6px;
}
.radio {
  display: none;
}

.radio:checked + .relative label {
  cursor: auto;
  transform: translateX(42px);
}
.radio:checked + .relative .circle {
  background: #f98262;
}
.radio:checked ~ .content {
  max-height: 600px;
  border-color: #eee9dc;
  margin-right: 20px;
  transform: translateX(20px);
  transition: max-height 0.4s linear, border-color 0.5s linear, transform 0.2s linear;
}
.radio:checked ~ .content p,
.radio:checked ~ .content ul {
  max-height: 600px;
  margin: 3vh auto;
  color: #333;
  transition: color 0.3s linear 0.3s;
}
.radio:checked ~ .content ol {
  max-height: 600px;
  margin: 0vh auto;
  color: #333;
  transition: color 0.3s linear 0.3s;
}

/* -------------------------------------
 * mobile phones (vertical version only)
 * ------------------------------------- */
@media screen and (max-width: 767px) {
  #lesson,#newcpa{
  padding: 5vh 5vw;
}

  #timeline {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
  }
  #timeline li {
    margin: 30px 0;
  }
  #timeline p {
    margin: 0 0;
  }
  label {
  top:5vh;
  left: 2px;
  transition: transform 0.2s linear;
  font-size:1.1em;
  margin-left :2em; 
  text-indent:-1em;
}
.radio:checked ~ .content {
  max-height: 800px;
  margin-right: 0px;
  transform: translateX(0px);
}
.radio:checked + .relative label {
  transform: translateX(0px);
}
.label {
    width: 85%;    
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    transform: translateX(18px);
  }
  .content {
    padding-top: 105px;
    border-color: #eee9dc;
  }
  .content:before, .content:after {
    border: solid transparent;
    bottom: 100%;
  }
  .content:before {
    border-bottom-color: inherit;
    border-width: 17px;
    top: -16px;
    left: 50px;
    margin-left: -17px;
  }
  .content:after {
    border-bottom-color:#f9827c;
    border-width: 20px;
    top: -20px;
    left: 50px;
    margin-left: -20px;
  }
  .content p,
  .content ol,
  .content ul {
    font-size: 1em;
    line-height: 1.6;
  }

  .circle, .date {
    display: none;
  }
}
ul.ma li{
  margin: 8px 0!important;
  padding:  0 0;
}
ol.me li{
  margin: 0 0 0 20px!important;
  padding:  0 0;
}
#movie,#study,#cpaclass{
  text-align: center;
  font-size: 0.9em;

}
#movie,#cpaclass{  
  display: inline-block;
   vertical-align: top;
}
#movie {width: 30vw;}
#cpaclass{width:48vw;}
.movie{
  border: 5px solid rgba(77, 144, 254,0.3);
  width:28vw;
  height: 46vh;
  
}
#study h2 {
  margin-top: 10vh;
}
#study h3 {
  margin: 0 0;
  padding: 0 0;
  line-height:2;
  font-size: 1.3em;
}
#study img {
  width: 12vw;
  display: inline-block;
}
#study ul {
  padding: 0 0 0 20px;
  margin:0 0;
}
.lesson {
  width: 23vw;
  display: inline-block;
  text-align: left;
  margin-left: 1vw;
  vertical-align: top;
  color: #666
}
.study {
  width:38vw;
  display: inline-block;
  margin-top: 10vh;
}
#cpaclass ul{
   padding: 0 0 0 21px;
   margin: 0 0;
}
#cpaclass i{
  color: #ffff00;
  display: block;
  margin: 1vh auto;
}
.cpaclass{
    margin:0 0 0 2vw;
    background-color: rgba(255,255,255,0.8);    
    text-align:left;
    border-spacing: 0px;
    border: 1px solid #eee;
    line-height:1.8;
    color: #666;
    font-size: 0.95em;
    display: inline-block;
    /*table-layout: fixed;*/
    /*font-weight: bold;*/
}
.cpaclass td,.cpaclass th{
    padding:2vh 1vw;
    vertical-align: top;
}
.cpaclass td{
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.cpaclass th{
    background-color: #a3befc;
    border: 1px solid #fff;
    color: #fff;
    font-weight: bold;
    text-align: center;
    text-shadow:0px 0px 0px rgba(255,255,255,0.9)!important;
}
.cpaclass td:nth-child(1){
  text-align: center;
  width: 25%;
  color: #0033cc;
  font-weight: bold;
  font-size: 1.2em;
}
@media screen and (max-width:55em){
  #movie,#cpaclass{
    display: block;
    width: 100%;
  }
  .movie{
  border: 5px solid rgba(77, 144, 254,0.3);
  width:80vw;
  height: 36vh;  
}
  .cpaclass{
    width:100%;
    font-size: 0.9em;
    line-height:1.5;
    margin: auto;
  }
  .cpaclass td{
    padding:10px 3px;
}
.lesson {
  width: 80vw;
  display: inline-block;
  text-align: left;
  margin-left: 5vw;
  margin-top: 2vh;
  vertical-align: top;
  color: #666
}
.study {
  width:100%;
  display:block;
  margin-top: 10vh;
}
#study img {
  width:30vw;
}
}
#op{
   background-color: rgba(14,196,185,0.8);
   padding: 10vh 3vw;
   color: #fff;
   font-size: 15px;
     text-align: center;
}
#op h2{
  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;
}
#op h3{
  font-size: 20px;
  line-height: 1.6;
  padding: 0px;
  margin: 20px auto 0px auto;
}
.opp {
  width: 46vw;
  display: inline-block;
}
@media screen and (max-width: 765px){
  .opp {
    width: 100%;
  }
  #op h2{
  font-size:18px;
  letter-spacing: 0.3em;
  padding: auto 5px;
}
#op{
  padding: 30px 15px;
 }
 #op h3{
  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-child(5) 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;
}
.more_class{
  font-family: "微軟正黑體";
  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: 920px){
  .op{
  width: 100%;
  background-color:rgba(255,255,255,0.3);
  font-size: 15px;
}
}