@charset "utf-8";

#review .nav {
  border-bottom: 5px solid #0091BD;
  list-style: none outside none;
  padding: 0;
  margin:0 0 20px;
}
#review .nav > li > a {
  background-color: #0091BD;
  background-repeat: no-repeat;
  color: white;
  text-align: center;
  border-left: 2px solid white!important;
}
.tabs .current {
  background-position: -115px 0;
  color: #000000;
}
#review .nav > li > a:hover, #review .nav > li.active > a{
  background-color: #0091BD;
  color:#ffffff;
  text-decoration:none;
}

/*表格*/

.topicBox_tabel td[width='138'] {
  width: 117px !important;
}

.boxTitle,.boxTitle02 {
  background-color: #FF6B00;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 33px;
  padding: 5px 10px;
  text-align: center;
  margin: 10px 0 0 0;
}
.boxTitle02 { background-color: #95D600; }
.imgbox {
  margin-left: 10px;
  margin-top: 5px;
}
.imgbox-photo {
  color: #666666;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  text-align: center;
  width: 320px;
}

.imgbox h3,.imgbox h2 {
  position: relative;
  font-weight:bold;
  font-size:18px;
  margin:10px 0;
  padding-left: 20px;
  color: #0091BD;
}
.imgbox h3:before,.imgbox h2:before {
  content: " ";
  display: block;
  background-color: #0091BD;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 3px;
  border: 3px solid;
}

/* ------------------------------------------- 20181002 */

p { margin-bottom: 10px; }
.review__title {
  font-size: 32px;
  color: #0091BD;
  font-weight: bold;
  margin-bottom: 8px;
}
table {
  border: 1px solid #CCCCCC;
  width: 100%;
}
table thead tr:first-of-type th {
  color: white;
  font-size: 18px;
  line-height: 33px;
  padding: 5px 10px;
  text-align: center;
}
table thead tr:last-of-type {
  background: #ebe9e9;
  font-weight: bold;
  text-align: center;
}
table thead tr:last-of-type td:first-of-type { width: 160px; }
.taipei table thead tr:first-of-type { background: #FF6B00; }
.hsinchu table thead tr:first-of-type { background: #95D600; }
td, th {
  vertical-align: top;
  border-bottom: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  padding: 5px;
}
table tbody td:first-of-type { 
  text-align: center;
  font-size: 14px;
}
.subject__title { font-size: 14px; }
.subject__speecher {
  color: var(--main-blue);
  font-size: 12px;
}

.tableBor { margin-bottom: 30px; }
.tableBor thead tr { 
  background: #ebe9e9 !important;
  font-weight: bold;
}
.tableBor thead td:first-of-type {
  background: #333;
  border: #333;
  color: white;
  font-size: 24px;
}
.tableBor thead td {
  width: calc(25% - 40px);
  vertical-align: middle;
}

.tableBor td {
  border: 1px solid #CCCCCC;
  padding: 10px;
}

.sidelights h3 {
  position: relative;
  font-weight:bold;
  font-size:18px;
  margin:10px 0;
  padding-left: 20px;
  color: #0091BD;
}
.sidelights h3::before {
  content: "";
  display: block;
  background-color: #0091BD;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 3px;
  border: 3px solid;
}
.imgs {
  display: flex;
  justify-content: center;
  text-align: center;
  margin: 0 -15px;
  flex-wrap: wrap;
}
.imgs__item {
  margin: 15px;
  width: calc(25% - 30px);
}
.imgs__item span {
  display: block;
  font-size: 12px;
  color: #666666;
}
.imgs img { border: 1px solid #eee; }

@media only screen and (max-width: 991px) {
  .imgs__item {width: calc(50% - 30px) }
}

/* ------------------------------------------- */