@charset "UTF-8";
.hide {
  display: none;
}

/* =====================================
|  內頁/首頁共用
=======================================*/
/*標籤tag*/
.content [class*=tag-] {
  border-radius: 50px;
  padding: 0.2rem 1rem;
  margin: 0rem 0.1rem 0.15rem;
  font-size: 0.95rem;
  text-decoration: none;
  color: #ffffff;
  white-space: nowrap;
}
.content [class*=tag-]:hover {
  color: #ffffff;
}
.content .tag-skill, .content .tag-keyword {
  color: #7e7e7e;
  border-color: #7e7e7e;
}
.content .tag-skill:hover, .content .tag-keyword:hover {
  background: #41BCB8;
  color: #ffffff;
  border-color: #41BCB8;
  text-decoration: none;
}
.content .tag-p {
  background: #B992B9;
  border-color: #B992B9;
  line-height: 35px;
}
.content .tag-o {
  background: #FD9686;
  border-color: #FD9686;
  line-height: 35px;
}
.content .tag-g {
  background: #76AA8F;
  border-color: #76AA8F;
  line-height: 35px;
}
.content .tag-b {
  background: #51C9CE;
  border-color: #51C9CE;
  line-height: 35px;
}

/*共用表格－內文－下拉－表格*/
.content a, .post-content a {
  color: #41BCB8;
  text-decoration: underline;
}
.content a:hover, .post-content a:hover {
  color: #41BCB8;
}
.content p, .post-content p {
  line-height: 35px;
  font-size: 1.1rem;
}
.content [class*=-circle], .post-content [class*=-circle] {
  margin-left: 0.3rem;
  font-size: 2rem;
  vertical-align: middle;
  color: #41BCB8;
}
.content [class*=-circle]:hover, .post-content [class*=-circle]:hover {
  color: #27a8a4;
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.content ol, .post-content ol {
  padding-left: 20px;
}
.content ol li, .post-content ol li {
  padding: 0rem 0 0;
}
.content .form-row, .post-content .form-row {
  border-bottom: 1px solid #C7C7C7;
}
.content .form-row input, .post-content .form-row input {
  height: 50px;
  font-size: 1.1rem;
}
.content .form-row input::-webkit-input-placeholder, .post-content .form-row input::-webkit-input-placeholder {
  color: #a7a7a7;
}
.content .form-row input::-moz-placeholder, .post-content .form-row input::-moz-placeholder {
  color: #a7a7a7;
}
.content .form-row input:-ms-input-placeholder, .post-content .form-row input:-ms-input-placeholder {
  color: #a7a7a7;
}
.content .form-row input::-ms-input-placeholder, .post-content .form-row input::-ms-input-placeholder {
  color: #a7a7a7;
}
.content .form-row input::placeholder, .post-content .form-row input::placeholder {
  color: #a7a7a7;
}

/*table*/
.table {
  margin: 2rem 0rem 0rem;
}
.table tr th {
  background: #7DA2A6;
  color: #ffffff;
  font-weight: normal;
  border-right: 1px solid rgba(216, 216, 216, 0.31);
  white-space: nowrap;
  padding: 0.75rem 2rem 0.75rem 0.75rem;
}
.table td:first-child {
  text-align: center;
}
.table td {
  background: #ffffff;
  padding: 1.8rem 1rem;
  border-top: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
  vertical-align: middle;
}
.table td a {
  color: #41BCB8;
  text-decoration: none;
}
.table td a:hover {
  opacity: 0.9;
  text-decoration: underline;
}

.table-rwd th:first-child {
  padding: 0.75rem;
}

/*fix dataTables*/
div.dataTables_scrollBody table {
  max-width: 100% !important;
}

div.dataTables_wrapper .row:last-child {
  margin-top: 20px;
}

/*統計數字*/
.card {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: #B992B9;
  color: #ffffff;
  text-align: center;
}
.card img {
  width: 60% !important;
  margin: -30% auto 0%;
}
.card .card-title {
  font-size: 1.4rem;
  font-weight: 400;
}
.card .counter {
  font-size: 3rem;
}
.card .counter::after {
  font-size: 0.9rem;
  content: "篇";
}

.card.expert {
  background: #76AA8F;
}
.card.expert .counter::after {
  content: "位";
}

.card.tech .counter::after {
  content: "則";
}

.card.word .counter::after {
  content: "詞";
}

.card.report {
  background: #76AA8F;
}
.card.report .counter {
  position: relative;
}
.card.report .counter::after {
  font-size: 2.6rem;
  content: "萬";
}
.card.report .counter::before {
  content: "詞";
  position: absolute;
  font-size: 0.9rem;
  right: 20%;
  top: 50%;
}

.date {
  color: #8EA8A8;
  font-size: 1rem;
  text-align: right;
  padding-bottom: 3rem;
  margin-top: -5rem;
}

/*=====================================
|  模場試驗計畫報告資料庫
|　領域專家資料庫　共用
=======================================*/
/*select2*/
.select2-container {
  width: inherit !important;
}

.select2-container .select2-selection--single {
  height: 50px;
}

.select2-container--default .select2-selection--single {
  border-color: #ced4da;
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 50px;
  color: #a7a7a7;
  font-size: 1.1rem;
}

.select2-container--default .select2-selection--single::after {
  top: 1.5rem;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #41BCB8;
}

.select2-container--open .select2-dropdown--below {
  min-width: initial;
}

/*模場試驗計畫報告資料庫*/
.content.finalize .table td:nth-child(-n+6) {
  white-space: nowrap;
}

/*專家資料庫詳細頁*/
.content.ex-detail {
  /*AI專區*/
}
.content.ex-detail .row [class*=col-] {
  padding: 1.5rem 0rem;
}
.content.ex-detail .row .detail {
  padding-left: 1rem;
  padding-right: 1rem;
}
.content.ex-detail .row .type {
  padding-right: 1.5rem;
  text-align: right;
  font-weight: bold;
}
.content.ex-detail .row .type img {
  margin-right: 0.3rem;
  width: 20%;
}
.content.ex-detail .row:nth-child(odd):not(.ai-box) [class*=col-] {
  background: #dbf2f2;
  opacity: 0.8;
}
.content.ex-detail .row:nth-child(even):not(.ai-box) [class*=col-] {
  background: #cde7e7;
}
.content.ex-detail .t-right ~ .row:nth-child(odd):not(.ai-box) [class*=col-] {
  background: #cde7e7;
}
.content.ex-detail .t-right ~ .row:nth-child(even):not(.ai-box) [class*=col-] {
  background: #dbf2f2;
  opacity: 0.8;
}
.content.ex-detail .ellipsis2 {
  max-height: 450px;
  overflow-y: hidden;
  position: relative;
}
.content.ex-detail .ai-box {
  border: 2px solid #41BCB8;
  padding: 1rem 0;
  border-radius: 10px;
}
.content.ex-detail .row:nth-last-child(3) .detail, .content.ex-detail .ai-box .detail:last-child {
  border-bottom: 0px;
}

/*==================================
|  模場試驗計畫報告資料庫
|　領域專家資料庫　RWD          |
=====================================*/
@media (max-width: 1024px) {
  .content.ex-detail {
    padding: 1.5rem;
  }
}
@media (max-width: 991.98px) {
  .content .table tbody tr {
    border-top: 5px solid #41BCB8;
  }
  .content .table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 1rem;
  }
  .content .table tr td:last-child {
    padding-bottom: 2rem;
    width: 100%;
  }
  .content .table td:before {
    padding-bottom: 0.2rem;
  }
  .content .table td {
    padding: 0.6rem 2rem;
    font-size: 0.9rem;
    border-bottom: 0px;
    border-top: 1px solid #d8d8d8 !important;
  }
  .content .table td:first-child {
    text-align: left;
  }
  .content .form-group {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
  .content .form-row [class*=col-]:last-child {
    text-align: right;
  }
  .content [class*=tag-] {
    font-size: 0.9rem;
  }
  .content [class*=-circle] {
    font-size: 1.5rem;
  }
  div.dataTables_scrollBody table tbody tr:first-child td {
    border-top: 1px;
  }
  .content.expert .btn-search {
    padding: 0.5rem 1rem;
    margin-top: 2.3rem;
  }
  .content.expert .table td {
    width: 100%;
  }
  .date {
    color: #8EA8A8;
    font-size: 0.8rem;
    text-align: left;
    padding-bottom: 0rem;
    margin-top: -2rem;
  }
  /*模場試驗計畫報告資料庫*/
  .content.finalize .table td {
    width: 100%;
  }
  /*領域專家詳細頁*/
  .content.ex-detail {
    font-size: 0.9rem;
    padding: 0.5rem;
  }
  .content.ex-detail .date {
    color: #8EA8A8;
    font-size: 0.85rem;
    padding-bottom: 3rem;
    margin-top: -5rem;
  }
  .content.ex-detail .row [class*=col-] {
    padding: 1rem 0rem 1rem;
  }
  .content.ex-detail .row .type {
    padding-right: 1rem;
  }
  .content.ex-detail .row .type img {
    width: 20%;
  }
  .content.ex-detail .row .detail {
    padding-left: 0.5rem;
  }
}
@media (max-width: 768px) {
  .content p {
    font-size: 0.9rem;
    line-height: 25px;
  }
  .content ol li, .content ul li {
    font-size: 0.9rem;
    line-height: 25px;
  }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 50px;
    color: #a7a7a7;
    font-size: 0.9rem;
  }
  input.form-control {
    font-size: 0.9rem;
  }
}
@media (max-width: 767px) {
  .date {
    color: #8EA8A8;
    font-size: 0.7rem;
    text-align: right;
    margin-top: -2rem;
    padding-top: 0.5rem;
  }
  /*領域專家詳細頁*/
  .content.ex-detail .row .type img {
    width: 28%;
  }
  .content.ex-detail .ellipsis2 {
    max-height: 210px;
  }
}
/* =====================================
|       技術介紹列表              |
=======================================*/
.content.tech-list .row {
  margin-bottom: 1rem;
}
.content.tech-list img {
  position: relative;
  width: 90%;
}
.content.tech-list .list-names::before {
  content: "";
  background: url("../images/pic-tech-list-bg.svg") no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -6%;
  left: -3%;
  opacity: 0.2;
}
.content.tech-list h3.title {
  font-size: 2rem;
  padding: 2rem 0rem 1.5rem 40px;
}
.content.tech-list h3.title span {
  color: #41BCB8;
}
.content.tech-list .mCSB_scrollTools .mCSB_buttonUp, .content.tech-list .mCSB_scrollTools .mCSB_buttonDown {
  opacity: 0.8;
}
.content.tech-list .mCSB_scrollTools .mCSB_buttonUp::before, .content.tech-list .mCSB_scrollTools .mCSB_buttonUp::after {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50px;
  opacity: 1;
}
.content.tech-list .mCSB_scrollTools .mCSB_buttonDown::before, .content.tech-list .mCSB_scrollTools .mCSB_buttonDown::after {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 50px;
  opacity: 1;
}
.content.tech-list .mCSB_scrollTools .mCSB_buttonUp::before, .content.tech-list .mCSB_scrollTools .mCSB_buttonDown::before {
  background: #ffffff;
}
.content.tech-list .mCSB_scrollTools .mCSB_buttonUp::after {
  font-family: "Font Awesome 5 pro", Serif, Sans-serif, cursive;
  content: "\f077";
  font-size: 0.5rem;
  line-height: 16px;
  color: #41BCB8;
  left: 29%;
  top: 0;
}
.content.tech-list .mCSB_scrollTools .mCSB_buttonDown::after {
  font-family: "Font Awesome 5 pro", Serif, Sans-serif, cursive;
  content: "\f078";
  font-size: 0.5rem;
  line-height: 16px;
  color: #41BCB8;
  left: 29%;
  bottom: 0;
}
.content.tech-list .mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  display: none;
}
.content.tech-list .mCS-dark-thick.mCSB_scrollTools .mCSB_draggerContainer {
  width: 20px;
}
.content.tech-list .mCS-dark-thick.mCSB_scrollTools .mCSB_draggerContainer::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 2px;
  background: #ffffff;
  top: 0;
  left: calc(50% - 2px);
}
.content.tech-list .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger_bar {
  background: #41BCB8;
  border-radius: 50px;
  left: -1px;
}
.content.tech-list .list-names ul {
  list-style: none;
  overflow-y: auto;
  height: 180px;
}
.content.tech-list .list-names ul li {
  padding: 0 0 0.5rem 1rem;
}
.content.tech-list .list-names ul li a {
  text-decoration: none;
  color: #575757;
}
.content.tech-list .list-names ul li a:hover {
  text-decoration: underline;
}
.content.tech-list .list-names ul li::before {
  margin-left: -1rem;
  padding-right: 0.5rem;
  content: "\f0da";
  font-family: "Font Awesome 5 pro", Serif, Sans-serif, cursive;
  font-weight: bold;
  color: #41BCB8;
}

/* =====================================
|       技術發展詳細頁               |
=======================================*/
.content.tech-detail .tech-context {
  padding-right: 4rem;
}
.content.tech-detail .tech-context .mark, .content.tech-detail .tech-context mark {
  background-color: rgba(65, 188, 184, 0.25);
}
.content.tech-detail .tech-context h5 {
  font-size: 1.4rem;
  font-weight: bold;
  margin: 1.5rem 0rem 0.5rem;
  padding-left: 25px;
  position: relative;
}
.content.tech-detail .tech-context h5::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 17px;
  border-color: transparent transparent transparent #41BCB8;
}
.content.tech-detail .tech-context img {
  margin: 0.3rem;
  max-width: 100%;
  height: auto !important;
}
.content.tech-detail .tech-context .tip {
  font-size: 0.9rem;
  position: relative;
  padding-left: 13px;
  font-style: oblique;
}
.content.tech-detail .tech-context .tip:before {
  position: absolute;
  background: #41BCB8;
  content: "";
  width: 3px;
  height: 30px;
  left: 0px;
  top: 5px;
}
.content.tech-detail .tech-context figure img {
  width: 100%;
}
.content.tech-detail .tech-context figure figcaption {
  font-size: 0.8rem;
  text-align: center;
  margin-top: 0.3rem;
}
.content.tech-detail .tech-type {
  max-width: 60%;
  border: 1px solid #8EA8A8;
  padding: 2rem 2rem;
  margin-bottom: 3rem;
}
.content.tech-detail .tech-type span {
  display: block;
}
.content.tech-detail .tech-type p {
  font-size: 1.8rem;
  margin: 0px;
  white-space: normal;
}
.content.tech-detail .tech-source {
  margin: 1rem 0;
  font-size: 0.9rem;
  line-height: 20px;
}
.content.tech-detail .tech-source span::after {
  content: "│";
}
.content.tech-detail .img-fluid.tech {
  width: 100%;
  margin: 0.5rem 0rem;
  border: 1px solid #cccccc;
}
.content.tech-detail .item {
  margin-bottom: 3rem;
}
.content.tech-detail .item ul {
  list-style: none;
}
.content.tech-detail .item ul li {
  padding: 0 0 0.5rem 1rem;
}
.content.tech-detail .item ul li::before {
  margin-left: -1rem;
  padding-right: 0.5rem;
  content: "\f0da";
  font-family: "Font Awesome 5 pro", Serif, Sans-serif, cursive;
  font-weight: bold;
  color: #41BCB8;
}

/* =====================================
|       技術發展列表／詳細頁RWD               |
=======================================*/
@media (max-width: 1536px) {
  .content.tech-list ul {
    padding-left: 20px;
  }
  .content.tech-list h5.title {
    font-size: 1.8rem;
    padding: 2rem 0rem 1.5rem 20px;
  }
  .content.tech-detail .tech-type {
    max-width: 70%;
  }
}
@media (max-width: 1366px) {
  .content.tech-list h5.title {
    font-size: 1.7rem;
  }
  .content.tech-detail .tech-type p {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
  .content.tech-detail .item {
    margin-bottom: 3rem;
  }
  .content.tech-detail .item ul {
    padding-left: 2rem;
  }
  .content.tech-detail .item ul li {
    padding: 0 0 0.5rem 1rem;
  }
  .content.tech-detail .item ul li::before {
    margin-left: -1rem;
    padding-right: 0.5rem;
    content: "\f0da";
    font-family: "Font Awesome 5 pro", Serif, Sans-serif, cursive;
    font-weight: bold;
    color: #41BCB8;
  }
}
@media (max-width: 768px) {
  .content.tech-list .list-names {
    margin-bottom: 1.5rem;
  }
  .content.tech-list .list-names::before {
    top: -7%;
  }
  .content.tech-list h5.title {
    font-size: 1.5rem;
    padding: 2rem 0rem 0.5rem 20px;
  }
  .content.tech-list ul {
    max-height: 100%;
  }
  .content.tech-list ul li {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    line-height: 1.25rem;
  }
  .content.tech-detail .tech-context {
    padding-right: 15px;
  }
  .content.tech-detail .tech-context h5 {
    font-size: 1rem;
    padding-left: 16px;
  }
  .content.tech-detail .tech-context h5::before {
    border-width: 8px 0 8px 12px;
    border-color: transparent transparent transparent #41BCB8;
  }
  .content.tech-detail .tech-context .tip:before {
    height: 23px;
    left: 0px;
    top: 2px;
  }
  .content.tech-detail .tech-type {
    width: 100%;
    padding: 1rem 1rem;
  }
  .content.tech-detail .tech-source {
    margin: 1rem 0 2rem;
    font-size: 0.7rem;
    line-height: 18px;
  }
}
/* =====================================
|      首頁          |
=======================================*/
.owl-carousel .item {
  margin-top: 30%;
}

.hp-title {
  width: 100%;
  text-align: center;
  font-size: 2.8rem;
  font-weight: 400;
  margin-bottom: 2rem;
}
.hp-title span {
  display: block;
  color: #41BCB8;
  font-size: 1rem;
  text-transform: uppercase;
  line-height: 2.5rem;
  letter-spacing: 2px;
}

.hp section::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.hp .landscape {
  position: relative;
  height: 1100px;
  background-color: #80CDCD;
}
.hp .landscape::before {
  content: "";
  background: url("../images/pic-hp-landscape.svg") no-repeat;
  background-size: 80%;
  background-position: center;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
.hp .landscape .search-box {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
.hp .landscape .search-box h2 {
  color: #ffffff;
  text-align: center;
  font-size: 2.8rem;
}
.hp .landscape .search-box h2 span {
  display: block;
  font-size: 1.1rem;
  line-height: 2rem;
  font-weight: normal;
}
.hp .landscape .search-box a {
  margin: auto;
  height: 90px;
  line-height: 60px;
  background: #ffffff;
  border-radius: 50px;
  color: #575757;
  text-decoration: none;
  padding: 1.1rem 1.1rem 1.1rem 2rem;
  font-size: 1.3rem;
  width: 65%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.hp .landscape .search-box .btn-search {
  margin-top: 0rem;
}

.hp .chart {
  padding-top: 1rem;
  background: url("../images/bg-hp-chart.svg") no-repeat;
  background-position: center;
  background-size: 90%;
  position: relative;
  overflow-x: hidden;
}
.hp .chart::before {
  background-color: #80CDCD;
}

.hp .news {
  background: url("../images/bg-hp-news.svg") no-repeat;
  background-position: bottom center;
  background-size: 90%;
  position: relative;
}
.hp .news::before {
  background-color: #CBF2F2;
}
.hp .news .btn-enter {
  padding: 0.6rem 1.5rem;
  float: right;
}
.hp .news ul {
  list-style: none;
  padding-left: 5rem;
  position: relative;
}
.hp .news ul li {
  padding: 1rem;
  border-bottom: 1px dashed #8EA8A8;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: 35px;
  height: 60px;
}
.hp .news ul li span {
  padding-right: 2rem;
}
.hp .news ul li a {
  color: #575757;
  text-decoration: none;
}
.hp .news ul li a:hover {
  text-decoration: underline;
}
.hp .news ul li.new::before {
  content: "NEW";
  border-radius: 30px;
  border: 1px solid #41BCB8;
  color: #41BCB8;
  padding: 0rem 1rem;
  position: absolute;
  left: 0px;
  font-size: 0.9rem;
  line-height: 25px;
  background: rgba(203, 242, 242, 0.4);
}

.hp .portal {
  background: url("../images/bg-hp-chart.svg") no-repeat;
  background-position: center;
  background-size: 90%;
  position: relative;
  overflow-x: hidden;
}
.hp .portal::before {
  background-color: #E2FFFF;
}
.hp .portal .portal-title {
  position: absolute;
  bottom: 5.5%;
  text-align: center;
  left: 0;
  right: 0;
}
.hp .portal .portal-title p {
  font-size: 1.5rem;
  display: inline;
  vertical-align: middle;
  color: #ffffff;
}
.hp .portal .portal-title .btn-enter {
  margin-right: 3px;
}
.hp .portal .row {
  text-align: center;
}
.hp .portal .row [class*=col] {
  margin-bottom: 1rem;
}

@media (max-width: 1536px) {
  .card {
    width: 260px;
    height: 260px;
  }
  .card .card-body {
    padding-top: 10px;
  }
  .card .counter {
    margin-bottom: 0.5rem;
  }
  .card.report .counter::before {
    right: 13%;
    top: 49%;
  }
  .hp .landscape {
    height: 950px;
  }
  .hp .landscape .search-box {
    top: 36%;
  }
  .hp .landscape .search-box h2 {
    font-size: 2.6rem;
  }
  .hp .landscape .search-box a {
    height: 80px;
    line-height: 50px;
    padding: 0.8rem 0.8rem 0.8rem 2rem;
  }
  .hp-title {
    font-size: 2.5rem;
  }
}
@media (max-width: 1366px) {
  .hp .landscape {
    height: 900px;
  }
  .hp .landscape .search-box {
    top: 50%;
  }
  .hp .landscape .search-box h2 {
    font-size: 2.3rem;
    margin-bottom: 0px;
  }
  .hp-title {
    font-size: 2.3rem;
  }
  .hp-title span {
    line-height: 1.8rem;
  }
  .hp .portal .portal-title p {
    font-size: 1.4rem;
  }
  .hp .portal .portal-title .btn-enter {
    padding: 0.1rem 1rem 0.15rem;
  }
}
@media (max-width: 1280px) {
  .card {
    width: 245px;
    height: 245px;
  }
  .hp .landscape {
    height: 750px;
  }
  .hp .landscape .search-box {
    top: 48.5%;
  }
  .hp .landscape .search-box h2 {
    font-size: 2.1rem;
  }
  .hp .landscape .search-box h2 span {
    font-size: 0.8rem;
  }
  .hp .landscape .search-box a {
    height: 70px;
    line-height: 45px;
    padding: 0.7rem 0.7rem 0.7rem 2rem;
  }
  .hp .landscape .search-box a .btn-search {
    padding: 0.6rem 1.8rem;
  }
  .hp .portal .portal-title p {
    font-size: 1.3rem;
  }
  .hp .portal .portal-title .btn-enter {
    padding: 0.1rem 0.85rem 0.15rem;
  }
}
@media (max-width: 1024px) {
  .hp .landscape::before {
    background-size: 100%;
  }
  .hp .landscape .search-box {
    top: 48.5%;
  }
  .hp .landscape .search-box h2 {
    font-size: 1.5rem;
  }
  .card {
    width: 225px;
    height: 225px;
  }
  .card .card-title {
    font-size: 1.1rem;
    margin-bottom: 5px;
  }
  .card .counter {
    margin-bottom: 0.5rem;
  }
  .card.report .counter::before {
    right: 10%;
    top: 49%;
  }
  .hp .portal .portal-title p {
    font-size: 1.1rem;
  }
}
@media (max-width: 768px) {
  .hp .landscape {
    height: 600px;
  }
  .hp .landscape .search-box h2 {
    font-size: 1.5rem;
    width: 60%;
    margin: auto;
  }
  .hp .landscape .search-box h2 span {
    font-size: 0.7rem;
    line-height: 30px;
  }
  .hp .landscape .search-box a {
    width: 80%;
    height: 60px;
    line-height: 40px;
    font-size: 1rem;
  }
  .hp .landscape .search-box a .btn-search {
    padding: 0.3rem 1.8rem;
  }
  .hp .news, .hp .chart, .hp .portal {
    background-size: 100%;
  }
  .hp .chart .card, .cp .chart .card {
    width: 245px;
    height: 245px;
    margin: 30% auto 0;
  }
  .hp .chart .card .card-title, .cp .chart .card .card-title {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  .hp .chart .card .counter, .cp .chart .card .counter {
    margin-bottom: 1rem;
  }
  .hp .chart .owl-theme .owl-nav [class*=owl-], .cp .chart .owl-theme .owl-nav [class*=owl-] {
    color: rgba(255, 255, 255, 0.47);
    font-size: 105px;
    background: rgba(214, 214, 214, 0);
    display: inline-block;
    cursor: pointer;
    position: absolute;
    top: 35%;
  }
  .hp .chart .owl-carousel .owl-nav button.owl-next, .hp .chart .owl-carousel .owl-nav button.owl-prev, .cp .chart .owl-carousel .owl-nav button.owl-next, .cp .chart .owl-carousel .owl-nav button.owl-prev {
    font-size: 70px;
  }
  .hp .chart .owl-theme .owl-nav.disabled .owl-prev, .hp .chart .owl-theme .owl-nav .owl-prev, .cp .chart .owl-theme .owl-nav.disabled .owl-prev, .cp .chart .owl-theme .owl-nav .owl-prev {
    left: -10px;
  }
  .hp .chart .owl-theme .owl-nav.disabled .owl-next, .hp .chart .owl-theme .owl-nav .owl-next, .cp .chart .owl-theme .owl-nav.disabled .owl-next, .cp .chart .owl-theme .owl-nav .owl-next {
    right: -10px;
  }
  .card.report .counter::before {
    right: 12%;
    top: 50%;
  }
  .hp .news {
    padding: 2.5rem 4rem 4rem;
  }
  .hp .news ul {
    padding-left: 4rem;
  }
  .hp .news ul li {
    -webkit-line-clamp: 3;
    line-height: 20px;
    height: 80px;
  }
  .hp .news ul li span {
    display: block;
    width: 100%;
    line-height: 20px;
    font-weight: bolder;
    color: #41BCB8;
  }
  .hp .portal {
    text-align: center;
  }
  .hp .portal .col-lg-4 {
    margin-bottom: 2rem;
  }
  .hp .portal .col-lg-4 .portal-title p {
    font-size: 1.5rem;
  }
}
@media (max-width: 766px) {
  .hp section .hp-title {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  .hp .landscape::before {
    background-position: center 100px;
    background-size: 600px;
  }
  .hp .landscape .search-box {
    top: 47%;
  }
  .hp .landscape .search-box h2 {
    width: 90%;
    font-size: 1.4rem;
  }
  .hp .landscape .search-box h2 span {
    font-size: 0.65rem;
    line-height: 16px;
    padding-bottom: 0.3rem;
  }
  .hp .landscape .search-box a {
    height: 50px;
    line-height: 50px;
    width: 90%;
    padding: 0 0.6rem 0 1rem;
    font-size: 0.9rem;
  }
  .hp .landscape .search-box a .btn-search {
    margin-top: 0.6rem;
    padding: 0.3rem 1rem;
  }
  .hp .landscape .search-box a .btn-search .far {
    font-size: 1rem;
  }
  .hp .news {
    padding: 2.5rem 1rem 4rem;
  }
  .hp .news ul {
    padding-left: 3rem;
  }
  .hp .news ul li.new::before {
    font-size: 0.8rem;
    line-height: 20px;
    padding: 0rem 0.7rem;
  }
  .hp .chart nav.disabled .owl-prev, .hp .chart .owl-theme .owl-nav .owl-prev, .cp .chart nav.disabled .owl-prev, .cp .chart .owl-theme .owl-nav .owl-prev {
    left: 10px;
  }
  .hp .chart .owl-theme .owl-nav.disabled .owl-next, .hp .chart .owl-theme .owl-nav .owl-next, .cp .chart .owl-theme .owl-nav.disabled .owl-next, .cp .chart .owl-theme .owl-nav .owl-next {
    right: 10px;
  }
  .hp .portal {
    text-align: center;
  }
  .hp .portal .col-lg-4 {
    padding: 0 3rem;
    margin-bottom: 2rem;
  }
  .hp .portal .col-lg-4 .portal-title p {
    font-size: 1.3rem;
  }
}
@media (max-width: 560px) {
  .hp .landscape {
    height: 500px;
  }
  .hp .landscape .search-box {
    top: 56%;
  }
  .hp .landscape .search-box h2 {
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
  }
  .hp .landscape .search-box h2 span {
    display: none;
  }
}
@media (max-width: 425px) {
  .hp .landscape .hp .portal .col-lg-4 {
    padding: 0 2rem;
  }
  .hp .landscape .hp .portal .col-lg-4 .portal-title p {
    font-size: 1.2rem;
  }
}
/* =====================================
|        智慧搜尋               |
=======================================*/
/*下拉open*/
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 0px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border: 0px;
}

.select2-container--classic {
  /*hover*/
  /*整治技術-item-selected*/
}
.select2-container--classic .select2-selection--multiple {
  border: 1px solid #ced4da;
  height: 60px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  width: 100%;
  height: 100%;
  padding: 0 1rem;
  overflow-y: auto;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  margin-top: 0;
  vertical-align: -15px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #B992B9;
  border: 1px solid #B992B9;
  color: #ffffff;
  border-radius: 30px;
  height: 35px;
  line-height: 35px;
  float: left;
  margin-right: 3px;
  margin-top: 12px;
  padding: 0 2.4rem 0 1.2rem;
  position: relative;
  font-size: 1rem;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
  color: #ffffff;
  position: absolute;
  right: 1rem;
}
.select2-container--classic .select2-results__options {
  background: #E5E5E5;
  padding: 1rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.select2-container--classic .select2-results__options .select2-results__option {
  width: calc(25% - 0.3rem);
  background: #ffffff;
  margin: 0.15rem;
  padding: 0.8rem 0;
  text-align: center;
  font-size: 1rem;
  border: 1px solid #ffffff;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #8EA8A8;
  border-color: #8EA8A8;
  color: #ffffff;
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
  background: #e8e8e8;
  color: #b9b9b9;
  border-color: #e8e8e8;
}
.select2-container--classic .select2-results__option[aria-selected=true] {
  background-color: #ffffff;
  border: 1px solid #B992B9;
  color: #B992B9;
}
.select2-container--classic .select2-results__option[aria-selected=true]::after {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro", Helvetica, Arial, Verdana, Tahoma, sans-serif;
  margin-left: 0.5rem;
}
.select2-container--classic .select2-results__option[aria-selected=true]:hover {
  background: #B992B9;
  color: #ffffff;
  border-color: #B992B9;
}

/*調查技術-tags*/
.tech .select2-container--classic .select2-selection__choice {
  background-color: #76AA8F;
  border: 1px solid #76AA8F;
}

/*調查技術-item*/
ul[id*=select2-tech] .select2-results__option[aria-selected=true] {
  border: 1px solid #76AA8F;
  color: #76AA8F;
}
ul[id*=select2-tech] .select2-results__option[aria-selected=true]:hover {
  background: #76AA8F;
  border-color: #76AA8F;
}

/*介質-tags*/
.medium .select2-container--classic .select2-selection__choice {
  background-color: #51C9CE;
  border: 1px solid #51C9CE;
}

/*介質-item*/
ul[id*=select2-medium] {
  /*ul第二層optgroup*/
  /*li第二層option*/
}
ul[id*=select2-medium] .select2-results__option[aria-selected=true] {
  border: 1px solid #51C9CE;
  color: #51C9CE;
}
ul[id*=select2-medium] .select2-results__option[aria-selected=true]:hover {
  background: #51C9CE;
  border-color: #51C9CE;
}
ul[id*=select2-medium] .select2-results__option[aria-label] {
  width: 100%;
  background: none;
  padding: 0rem 0;
  border: 0px;
}
ul[id*=select2-medium] .select2-results__option[aria-label] .select2-results__group {
  padding: 0;
}
ul[id*=select2-medium] .select2-results__option[aria-label] .select2-results__option {
  width: calc(25% - 0.3rem);
}
ul[id*=select2-medium] .select2-results__options--nested {
  padding: 1rem 0rem;
}
ul[id*=select2-medium] .select2-results__options--nested .select2-results__option {
  width: calc(50% - 0.3rem);
}

/*污染物-tags*/
.pollution .select2-container--classic .select2-selection__choice {
  background-color: #FD9686;
  border: 1px solid #FD9686;
}

/*污染物-item*/
ul[id*=select2-pollution] .select2-results__option[aria-selected=true] {
  border: 1px solid #FD9686;
  color: #FD9686;
}
ul[id*=select2-pollution] .select2-results__option[aria-selected=true]:hover {
  background: #FD9686;
  border-color: #FD9686;
}

.content.ai a.btn-primary {
  padding: 0.2rem 1.3rem;
  margin-right: 3px;
  font-size: 0.9rem;
}
.content.ai p em {
  text-decoration-line: underline;
}
.content.ai .context p a {
  text-decoration: none;
  color: #008985;
  background: #b9e6e6;
  position: relative;
  padding: 0.1rem 1rem;
  margin-right: 0.3rem;
  line-height: 30px;
}
.content.ai .context p a .fal {
  font-size: 0.8rem;
  margin-left: 0.3rem;
  vertical-align: middle;
  font-weight: bold;
  color: #41BCB8;
}
.content.ai .context p a:hover {
  border-color: #575757;
  background: #575757;
  color: #ffffff;
}
.content.ai .context p a:last-child::after {
  display: none;
}
.content.ai .context p span {
  position: relative;
}
.content.ai .context p span::before {
  width: 100%;
  height: 3px;
  background: #b46f6f;
  position: absolute;
  bottom: -2px;
  content: "";
  z-index: -1;
}

.ai-search {
  background: #7DA2A6;
  padding: 2rem 3rem;
  border-radius: 30px;
  position: relative;
  margin: 4.5rem 0 3rem;
  z-index: 0;
}
.ai-search hr {
  border-top: 1px dashed #ffffff;
  margin: 1.5rem 0;
}
.ai-search .ai-title {
  width: 300px;
  text-align: center;
  background: #41BCB8;
  color: #ffffff;
  border-radius: 50px 50px 0px 0px;
  padding: 0.8rem 0;
  margin-bottom: 0;
  font-size: 1.4rem;
  position: absolute;
  left: 4rem;
  top: -2.6rem;
}
.ai-search .ai-title::before, .ai-search .ai-title::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 15px 0 15px;
  border-color: #4b776b transparent transparent transparent;
  content: "";
  position: absolute;
  bottom: 0;
  z-index: -1;
}
.ai-search .ai-title::before {
  left: -5%;
}
.ai-search .ai-title::after {
  right: -5%;
}
.ai-search .row {
  width: 100%;
  margin: 0 0;
  border-bottom: 1px dashed #ffffff;
  padding: 0.5rem 0;
}
.ai-search .row [class*=col-] {
  color: #ffffff;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.ai-search .row [class*=col-] img {
  margin-right: 0.5rem;
}
.ai-search .row.pollution {
  border-bottom: 0px;
}
.ai-search h3 + .row {
  padding: 0rem;
  border-bottom: 0px;
}
.ai-search h3 + .row .selected-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  opacity: 0.8;
}
.ai-search h3 + .row .selected-info p {
  margin-bottom: 0;
  color: #DBF2F2;
}
.ai-search h3 + .row .selected-info a {
  color: #DBF2F2;
  text-decoration: none;
}
.ai-search h3 + .row .selected-info a:hover {
  opacity: 0.8;
}
.ai-search h3 + .row .selected-info a .fa-times {
  font-size: 2rem;
  vertical-align: -0.3rem;
  font-weight: lighter;
  margin-right: 0.5rem;
}
.ai-search h3 + .row .selected-info .btn-reset {
  background: #6c8e91;
  border-color: #6c8e91;
  padding: 0.3rem 1.2rem 0.3rem 0.8rem;
  margin-bottom: 0.5rem;
}
.ai-search h3 + .row .selected-info .btn-reset:hover {
  background-color: #575757;
  border-color: #575757;
}

/*ai-search*/
.content.ai {
  /*過場動=======================*/
  /*結果頁========================*/
}
.content.ai .owl-ai {
  padding: 0 7rem;
}
.content.ai .owl-ai .item .card {
  background: #76AA8F;
}
.content.ai .owl-ai .item .card + .card {
  margin-top: 35%;
  background: #816E5D;
}
.content.ai .loading-animation {
  text-align: center;
}
.content.ai .loading-animation h5 {
  font-size: 2rem;
  margin: 1.5rem 0rem 0rem;
}
.content.ai .selected-box {
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1rem;
  border-radius: 10px;
  position: relative;
}
.content.ai .selected-box .type {
  width: 10%;
  color: #575757;
}
.content.ai .selected-box .selected-tags {
  width: 90%;
}
.content.ai h6 {
  width: 100%;
  display: block;
  font-size: 1.1rem;
  color: #ffffff;
}
.content.ai .form-group[class*=col-] {
  padding: 0px 15px;
}
.content.ai .form-row {
  padding: 0px;
}
.content.ai .form-group label {
  opacity: 0.8;
  font-size: 1rem;
  color: #ffffff;
}
.content.ai .form-group::after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0;
  background: #9bb7ba;
}
.content.ai .form-group:last-child::after {
  display: none;
}
.content.ai .result-ifno {
  font-size: 1rem;
}
.content.ai .table-rwd a {
  font-size: 0.98rem;
  line-height: 0.95rem;
}
.content.ai .table-rwd th .img-fluid {
  margin-left: 0.3rem;
}
.content.ai .table-rwd th:first-child {
  padding: 0.75rem;
}
.content.ai .table-rwd th:nth-child(2) {
  width: 31% !important;
}
.content.ai .table-rwd th:nth-child(4), .content.ai .table-rwd th:nth-child(5) {
  width: 15%;
}
.content.ai .table-rwd .year, .content.ai .table-rwd .host {
  font-size: 0.9rem;
  color: #7e7e7e;
}
.content.ai .table-rwd .year ~ a {
  font-size: 1.2rem;
  line-height: 28px;
}
.content.ai .table-rwd .host {
  margin: 1rem 0 0;
}

@media (max-width: 1366px) {
  .content.ai {
    margin-top: -20px;
  }
  .content.ai .table-rwd th:nth-child(n+4) {
    width: 16%;
  }
  .ai-search {
    padding: 2rem 1.8rem;
    margin: 3.5rem 0;
  }
  .ai-search img {
    width: 40%;
  }
}
@media (max-width: 1280px) {
  .ai-search .col-md-2 img {
    width: 39%;
  }
  .content.ai {
    margin-top: -60px;
  }
  .content.ai .table-rwd th:nth-child(4), .content.ai .table-rwd th:nth-child(5) {
    width: 17.5%;
  }
  .content.ai .owl-ai {
    padding: 0 5.5rem;
  }
}
@media (max-width: 1024px) {
  .content.ai {
    margin-top: 0px;
    /*過場動=======================*/
  }
  .content.ai .table-rwd th:nth-child(4), .content.ai .table-rwd th:nth-child(5) {
    width: 20%;
  }
  .content.ai .ai-search {
    padding: 2rem 2.5rem;
    font-size: 0.9rem;
  }
  .content.ai .loading-animation img {
    width: 45%;
  }
  .content.ai .loading-animation h5 {
    font-size: 1.8rem;
  }
}
@media (max-width: 991px) {
  .ai-search {
    padding: 1.5rem 2rem 1rem;
    font-size: 0.9rem;
    margin: 5rem 0 2rem;
  }
  .ai-search .ai-title {
    width: 230px;
    border-radius: 30px 30px 0px 0px;
    padding: 0.8rem 0;
    margin-bottom: 0;
    font-size: 1.2rem;
    position: absolute;
    left: 2rem;
    top: -2.35rem;
  }
  .ai-search .col-md-2 {
    padding: 0 15px 0.5rem;
    font-size: 1rem;
  }
  .ai-search .col-md-2 img {
    width: 80%;
    display: block;
  }
  .ai-search h3 + .row {
    padding: 0rem;
    border-bottom: 0px;
  }
  .ai-search h3 + .row [class*=col-] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .ai-search h3 + .row [class*=col-] p {
    margin-bottom: 0;
  }
  .ai-search h3 + .row [class*=col-] a .fa-times {
    font-size: 1.2rem;
    vertical-align: -0.1rem;
  }
  .select2-container--classic .select2-selection--multiple {
    height: 67px;
  }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    width: 100%;
    height: 100%;
    padding: 0 5px;
  }
  .select2-container--classic .select2-search--inline .select2-search__field {
    vertical-align: -21px;
    font-size: 1rem;
  }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    height: 25px;
    line-height: 25px;
    margin-right: 3px;
    margin-top: 5px;
    padding: 0 2.4rem 0 1.2rem;
    font-size: 0.9rem;
  }
  .select2-container--classic .select2-results__options {
    max-height: 200px;
  }
  .select2-container--classic .select2-results__options .select2-results__option {
    padding: 0.6rem 0;
    width: calc(50% - 0.3rem);
    font-size: 0.9rem;
  }
  .select2-container--classic ul[id*=select2-medium] {
    /*ul第二層optgroup*/
    /*li第二層option*/
  }
  .select2-container--classic ul[id*=select2-medium] .select2-results__option[aria-label] {
    width: calc(100% - 0.3rem);
    background: none;
    padding: 0rem 0;
    border: 0px;
  }
  .select2-container--classic ul[id*=select2-medium] .select2-results__option[aria-label] .select2-results__group {
    padding: 0;
  }
  .select2-container--classic ul[id*=select2-medium] .select2-results__option[aria-label=有機物_氯化碳氫化合物] .select2-results__option {
    width: calc(50% - 0.3rem);
  }
  .select2-container--classic ul[id*=select2-medium] .select2-results__options--nested .select2-results__option {
    width: calc(50% - 0.3rem);
  }
  .content.ai {
    /*過場動=======================*/
  }
  .content.ai .owl-ai {
    padding: 0 1.2rem;
  }
  .content.ai .ai-search .form-row [class*=col-] {
    text-align: left;
  }
  .content.ai .ai-search .form-row [class*=col-]::after {
    display: none;
  }
  .content.ai .result-ifno {
    font-size: 0.9rem;
  }
  .content.ai .selected-box {
    margin-bottom: 1rem;
  }
  .content.ai .selected-box .type {
    width: 15%;
  }
  .content.ai .selected-box .selected-tags {
    width: 85%;
  }
  .content.ai .table-rwd {
    margin-top: 0;
  }
  .content.ai .table-rwd td {
    width: 100%;
    position: relative;
    padding-left: 40px;
  }
  .content.ai .table-rwd td:nth-child(n+4)::after {
    width: 25px;
    height: 25px;
    background: url("../../images/icon-ai.svg") no-repeat;
    content: "";
    background-size: 100%;
    position: absolute;
    top: 13px;
    left: 10px;
  }
  .content.ai .table-rwd .year ~ a {
    font-size: 0.9rem;
    line-height: 24px;
  }
  .content.ai .loading-animation img {
    width: 65%;
  }
  .content.ai .loading-animation h5 {
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .ai-search {
    padding: 1.5rem 2rem 1rem;
    font-size: 0.9rem;
    margin: 5rem 0 2rem;
  }
  .ai-search .ai-title {
    width: 230px;
    border-radius: 30px 30px 0px 0px;
    padding: 0.8rem 0;
    margin-bottom: 0;
    font-size: 1.2rem;
    position: absolute;
    left: 2rem;
    top: -2.35rem;
  }
  .ai-search .col-md-2 {
    padding: 0 15px 0.3rem;
    font-size: 1rem;
  }
  .ai-search .col-md-2 img {
    width: 11%;
    display: inline-block;
    vertical-align: text-bottom;
  }
  .ai-search h3 + .row .selected-info {
    display: block;
  }
  .ai-search h3 + .row .selected-info p {
    line-height: 20px;
    width: 100%;
  }
  .ai-search h3 + .row .selected-info .btn-reset {
    float: right;
    padding: 0.2rem 0.5rem;
    margin-bottom: 0.5rem;
  }
  .cp .chart {
    padding: 0rem 0rem;
  }
  .cp .chart .owl-theme .owl-nav [class*=owl-] {
    top: 45%;
    color: #41bcb8;
  }
  .content.ai .owl-ai {
    padding: 0 0rem;
  }
  .content.ai .owl-ai .item .card + .card {
    margin-top: 30%;
  }
  .content.ai .selected-box .type {
    width: 30%;
  }
  .content.ai .selected-box .selected-tags {
    width: 70%;
  }
}
/* =====================================
|  相關職缺
=======================================*/
.content.job [class*=col-] {
  text-align: center;
  margin-bottom: 3.2rem;
  padding: 0 10px;
}
.content.job [class*=col-] a {
  text-decoration: none;
  color: #575757;
}
.content.job [class*=col-] a:hover {
  color: #41BCB8;
}
.content.job [class*=col-] a:hover .img-box {
  text-decoration: underline;
  border: 1px solid #41BCB8;
}
.content.job [class*=col-] p {
  line-height: 25px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 45px;
}
.content.job .img-box {
  width: 100%;
  background: #ffffff;
  height: 180px;
  line-height: 180px;
  padding: 1rem;
  display: table;
  border: 1px solid #eaeaea;
  margin-bottom: 0.5rem;
}
.content.job .img-box .img-fluid {
  max-height: 180px;
}

@media (max-width: 1366px) {
  .content.job [class*=col-] {
    margin-bottom: 2.8rem;
  }
  .content.job .img-box {
    height: 165px;
    line-height: 165px;
  }
  .content.job .img-box .img-fluid {
    max-height: 165px;
  }
}
@media (max-width: 1280px) {
  .content.job [class*=col-] {
    margin-bottom: 2.5rem;
  }
  .content.job .img-box {
    height: 145px;
    line-height: 145px;
  }
  .content.job .img-box .img-fluid {
    max-height: 145px;
  }
}
@media (max-width: 768px) {
  .content.job [class*=col-] {
    margin-bottom: 1.2rem;
  }
  .content.job [class*=col-] p {
    line-height: 20px;
    height: 40px;
  }
  .content.job .img-box {
    height: 170px;
    line-height: 170px;
  }
  .content.job .img-box .img-fluid {
    max-height: 170px;
  }
}
@media (max-width: 767px) {
  .content.job [class*=col-] {
    margin-bottom: 1.2rem;
  }
  .content.job [class*=col-] p {
    line-height: 20px;
    height: 40px;
  }
  .content.job .img-box {
    height: 110px;
    line-height: 110px;
    padding: 0.8rem;
  }
  .content.job .img-box .img-fluid {
    max-height: 110px;
  }
}
/* =====================================
|  影音報導/訪談報導
=======================================*/
.mfp-iframe-holder .mfp-content {
  max-width: 65%;
}

.mfp-close {
  font-size: 70px;
}

.mfp-iframe-holder .mfp-close {
  top: -50px;
}

.content.video [class*=col-] {
  margin-bottom: 4.2rem;
}
.content.video a.video {
  position: relative;
  display: block;
  height: 0px;
  overflow-y: hidden;
  padding-bottom: 52.2%;
  border-radius: 20px;
}
.content.video a.video img {
  margin-bottom: 2rem;
}
.content.video a.video::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "\f144";
  font-family: "Font Awesome 5 pro", Serif, Sans-serif, cursive;
  font-weight: bold;
  font-size: 3.5rem;
  color: #ffffff;
  z-index: 100;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0.8;
}
.content.video .time {
  font-size: 0.9rem;
  color: #41BCB8;
  height: auto;
  margin-top: 1rem;
  margin-bottom: 0rem;
}
.content.video .time .fal {
  font-weight: bold;
  margin-right: 0.3rem;
}
.content.video h3 {
  font-size: 1.6rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 3.84rem;
}
.content.video h3 a {
  color: #575757;
  text-decoration: none;
}
.content.video h3 a:hover {
  color: #41BCB8;
}
.content.video h3 a.video::after {
  display: none;
}
.content.video p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 0.5rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: 4.8rem;
}

.content.view .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.content.view .time {
  margin-bottom: 0.5rem;
}
.content.view [class*=col-] {
  margin-bottom: 1.2rem;
}
.content.view .col-md-6 {
  border-bottom: 1px dashed #41BCB8;
  padding-bottom: 1.5rem;
  max-width: calc(50% - 8rem + 15px);
}
.content.view .col-md-6 .btn {
  float: right;
}

@media (max-width: 1366px) {
  .mfp-iframe-holder .mfp-content {
    max-width: 70%;
  }
  .content.video a.video img {
    margin-bottom: 1rem;
  }
  .content.video h3 {
    font-size: 1.4rem;
  }
  .content.view .col-md-6 {
    max-width: calc(50% - 4rem + 15px);
  }
  .content.view .col-md-6:nth-child(odd) {
    margin-right: 2rem;
  }
  .content.view .col-md-6:nth-child(even) {
    margin-left: 2rem;
  }
}
@media (max-width: 1024px) {
  .content.video h3 {
    height: 54px;
  }
}
@media (max-width: 850px) {
  .content.video h3 {
    height: 54px;
  }
  .content.view .col-md-6 {
    max-width: calc(50% - 1rem + 0px);
  }
  .content.view .col-md-6:nth-child(odd) {
    margin-right: 0.5rem;
  }
  .content.view .col-md-6:nth-child(even) {
    margin-left: 0.5rem;
  }
}
@media (max-width: 767px) {
  .mfp-iframe-holder .mfp-content {
    max-width: 90%;
  }
  .mfp-close {
    font-size: 28px;
  }
  .mfp-iframe-holder .mfp-close {
    top: -40px;
  }
  .content.video [class*=col-] {
    margin-bottom: 2rem;
  }
  .content.video .time {
    margin-bottom: 0.2rem;
  }
  .content.video p {
    font-size: 0.9rem;
    line-height: 1.5;
    height: 4.05rem;
  }
  .content.view .col-md-6 {
    max-width: calc(100% - 0rem + 0px);
  }
  .content.view .col-md-6:nth-child(odd) {
    margin-right: 0rem;
  }
  .content.view .col-md-6:nth-child(even) {
    margin-left: 0rem;
  }
}
/*
=====================================
|  最新訊息
=======================================*/
.cp .news .row {
  margin: 0.5rem -15px 0rem;
}
.cp .news .row [class*=col-] {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  border-bottom: 1px dashed #8EA8A8;
  padding: 1rem;
}
.cp .news .row .new::before {
  content: "NEW";
  border-radius: 30px;
  border: 1px solid #41BCB8;
  color: #41BCB8;
  padding: 0rem 1rem;
  font-size: 0.9rem;
  background: rgba(203, 242, 242, 0.4);
  position: absolute;
  left: -38%;
  top: 40%;
}
.cp .news .row .col-lg-2:first-child {
  margin-left: 8.333333%;
  position: relative;
}
.cp .news .row .col-lg-7 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: 35px;
  height: 61px;
}
.cp .news .row .col-lg-7 a {
  color: #575757;
  text-decoration: none;
}
.cp .news .row .col-lg-7 a:hover {
  text-decoration: underline;
  color: #41BCB8;
}
.cp .news .row .col-lg-2:last-child {
  padding: 0.74rem 1rem;
}
.cp .news .row .btn-enter {
  padding: 0.31rem 0.5rem 0.31rem 1rem;
  float: right;
  background: #41BCB8;
  border-color: #41BCB8;
}

@media (max-width: 1280px) {
  .cp .news .row .btn-enter {
    padding: 0.3rem 0.5rem 0.3rem 1rem;
  }
}
@media (max-width: 991px) {
  .cp .news .row {
    margin: 0.2rem -15px 0.2rem;
  }
  .cp .news .row [class*=col-] {
    padding: 0rem 1rem;
    margin-left: 10%;
  }
  .cp .news .row .new::before {
    left: -12%;
    top: 24%;
  }
  .cp .news .row .col-lg-2:first-child {
    color: #41BCB8;
    margin-left: 10%;
    border-bottom: 0px !important;
    font-weight: bold;
  }
  .cp .news .row .col-lg-7 {
    -webkit-line-clamp: 2;
    line-height: 20px;
    height: 40px;
    border-bottom: 0px !important;
  }
  .cp .news .row .col-lg-2:last-child {
    margin-bottom: 0.5rem;
    border-bottom: 1px dashed #8EA8A8 !important;
  }
  .cp .news .row .btn-enter {
    padding: 0.1rem 0.5rem 0.1rem 1rem;
    margin: 0.5rem 0;
  }
}
@media (max-width: 766px) {
  .cp .news .row {
    margin: 0rem -15px 0rem;
  }
  .cp .news .row [class*=col-] {
    padding: 0rem 1rem;
    margin-left: 16.666667%;
  }
  .cp .news .row .col-lg-2:first-child {
    font-size: 0.9rem;
    margin-left: 16.666667%;
  }
  .cp .news .row .new::before {
    left: -18%;
    top: 20%;
    font-weight: lighter;
    font-size: 0.7rem;
    padding: 0rem 0.8rem;
  }
  .cp .news .row .col-lg-2:last-child {
    padding: 0rem 1rem;
  }
  .cp .news .row .col-lg-7 {
    font-size: 0.9rem;
  }
  .cp .news .row .btn-enter {
    font-size: 0.9rem;
  }
}
/*
=====================================
|  靜態上稿頁
=======================================*/
.post-content .time {
  text-align: right;
  font-size: 0.9rem;
  color: #41BCB8;
  height: auto;
  margin-bottom: 1rem;
}
.post-content .time .fal {
  font-weight: bold;
  margin-right: 0.3rem;
}
.post-content h5 {
  font-size: 1.4rem;
  font-weight: bold;
  margin: 1.5rem 0rem 0.5rem;
  padding-left: 25px;
  position: relative;
}
.post-content h5::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 17px;
  border-color: transparent transparent transparent #41BCB8;
}
.post-content mark, .post-content .mark {
  background-color: rgba(65, 188, 184, 0.25);
}
.post-content img {
  margin: 0.3rem;
  max-width: 100%;
  height: auto !important;
}
.post-content .foreword {
  padding: 2rem 2.5rem;
  border: 1px solid #8EA8A8;
  position: relative;
  background: #DBF2F2;
  margin-bottom: 2.5rem;
  color: #23908c;
  font-size: 1.2rem;
}
.post-content .foreword::after {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #8EA8A8;
  position: absolute;
  top: 10px;
  right: -10px;
  background: rgba(219, 242, 242, 0.3);
  z-index: -1;
}
.post-content .text-danger {
  color: #ff0000;
}
.post-content .tip {
  font-size: 0.9rem;
  position: relative;
  padding-left: 13px;
  font-style: oblique;
}
.post-content .tip:before {
  position: absolute;
  background: #41BCB8;
  content: "";
  width: 3px;
  height: 30px;
  left: 0px;
  top: 4px;
}
.post-content figure {
  text-align: center;
}
.post-content figure img {
  width: 100%;
}
.post-content figure figcaption {
  font-size: 0.9rem;
  text-align: center;
  margin-top: 0.5rem;
}

@media (max-width: 991px) {
  .post-content .time {
    font-size: 0.9rem;
  }
  .post-content h5 {
    font-size: 1rem;
    padding-left: 16px;
  }
  .post-content h5::before {
    border-width: 8px 0 8px 12px;
    border-color: transparent transparent transparent #41BCB8;
  }
  .post-content .foreword {
    padding: 1rem 1.5rem;
    margin-bottom: 1rem;
    font-size: 0.9rem;
  }
}
/*
=====================================
|  網站導覽頁面
=======================================*/
.cp .sitemap .col-lg-auto {
  width: 25%;
}
.cp .sitemap .foot-title {
  width: 100%;
  font-size: 1.3rem;
  padding: 0.3rem 1rem;
  background: #7DA2A6;
  color: #ffffff;
}
.cp .sitemap a {
  line-height: 1.2rem;
  display: block;
  margin-left: 1.1rem;
  color: #575757;
}
.cp .sitemap a::before {
  content: "▸";
  padding-right: 0.3rem;
}
.cp .sitemap a:hover {
  color: #41BCB8;
}

@media (max-width: 768px) {
  .cp .sitemap .col-lg-auto {
    width: 100%;
  }
}
/*======================
|    趨勢分析專區         |
=========================*/
.textchase {
  /*主題標籤消長趨勢圖表*/
  /*主題標籤圖表*/
  /*主題標籤趨勢分類*/
  /*主題標籤趨勢分類*/
  /*關聯主題標籤TOP5*/
}
.textchase .context p span {
  position: relative;
}
.textchase .context p span::before {
  width: 100%;
  height: 3px;
  background: #b46f6f;
  position: absolute;
  bottom: -2px;
  content: "";
  z-index: -1;
}
.textchase .nav-tabs .nav-link {
  padding: 5px 50px;
  border-radius: 30px 10px 0 0;
  background: #7DA2A6;
  border-color: #7DA2A6;
  color: #ffffff;
}
.textchase .nav-tabs .nav-link.active {
  position: relative;
  background: #5A9EA5;
  border-color: #5A9EA5;
}
.textchase .nav-tabs .nav-link.active::after {
  content: "";
  position: absolute;
  left: calc(50% - 10px);
  bottom: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #5A9EA5 transparent transparent transparent;
}
.textchase .sticky {
  position: sticky;
  top: 0px;
  z-index: 2;
}
.textchase .tab-pane {
  background: #ffffff;
  padding: 25px;
}
.textchase [class*=-info] {
  margin-left: 0.1rem;
  vertical-align: unset;
}
.textchase .form-row {
  border-bottom: 0px;
}
.textchase ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0px;
}
.textchase a {
  text-decoration: none;
}
.textchase h5 {
  font-size: 17px;
  font-weight: normal;
}
.textchase .btn-outline-primary:hover, .textchase .btn-outline-primary:focus {
  background: #41BCB8;
  border-color: #41BCB8;
  color: #ffffff;
}
.textchase .textchase-header {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px 15px !important;
  background: #51C9CE;
  color: #ffffff;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.textchase .textchase-header h3 {
  color: #ffffff;
  font-size: 19px;
  margin: auto 0;
}
.textchase .textchase-header p {
  line-height: 120%;
  font-size: 15px;
  display: inline-block;
}
.textchase .textchase-header p .num {
  display: block;
}
.textchase .textchase-header img[src*=ai-w], .textchase .textchase-header img[src*=period] {
  width: 36px;
  vertical-align: middle;
}
.textchase .textchase-header img {
  display: inline-block;
  vertical-align: bottom;
}
.textchase .textchase-header .fa-info-circle {
  color: #ffffff;
  font-size: 15px;
}
.textchase [id*=chartBarCustom] {
  padding: 40px 20px;
}
.textchase .textchase-header.day {
  background: #DBF2F2;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.textchase .textchase-header.day h3 {
  color: #51C9CE;
}
.textchase .period {
  background: #ffffff;
}
.textchase .period .form-row.range {
  position: relative;
}
.textchase .period .form-row {
  border-radius: 5px;
  padding: 20px;
  background: #f8f9fa;
  margin: 5px 0;
}
.textchase .period .form-row .form-group::after {
  display: none;
}
.textchase .period .form-row .fa-info-circle {
  font-size: 15px;
  color: #575757;
  opacity: 0.8;
}
.textchase .period .form-row .form-group label::not(".custom-control-label") {
  font-size: 16px;
  color: #575757;
  opacity: 1;
}
.textchase .period label[for=formControlRange] {
  font-size: 17px;
  color: #575757;
  opacity: 1;
  margin-bottom: 10px;
}
.textchase .period .irs--round.irs-with-grid {
  width: 86%;
  margin: auto;
}
.textchase .period .irs--round .irs-single, .textchase .period .irs--round .irs-bar, .textchase .period .irs--round .irs-handle {
  background-color: #41BCB8;
}
.textchase .period .irs--round .irs-handle {
  border: 0px;
  top: 28px;
  width: 20px;
  height: 20px;
}
.textchase .period .irs--round .irs-single:before {
  border-top-color: #41BCB8;
}
.textchase .period .irs--round .irs-min, .textchase .period .irs--round .irs-max {
  display: none;
}
.textchase .period .play {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  position: absolute;
  top: 20px;
  right: 10px;
}
.textchase .period .play a {
  font-size: 16px;
}
.textchase .period .play .play-time {
  background: #DBF2F2;
  border-radius: 30px;
  font-size: 14px;
  padding: 2px 8px;
}
.textchase .bubbleLegend {
  padding: 20px;
  background: #f8f9fa;
  border-radius: 5px;
  margin: 5px 0;
}
.textchase .bubbleLegend ul li {
  display: inline-block;
  font-size: 15px;
  margin-right: 4px;
}
.textchase .bubbleLegend ul li .fa-info-circle {
  font-size: 15px;
  color: #575757;
  opacity: 0.8;
}
.textchase .bubbleLegend ul li::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  margin-right: 3px;
  vertical-align: text-bottom;
}
.textchase .bubbleLegend ul li.legend1::before {
  background: #51C9CE;
}
.textchase .bubbleLegend ul li.legend2::before {
  background: #B992B9;
}
.textchase .bubbleLegend ul li.legend3::before {
  background: #D0D0D0;
}
.textchase .bubbleLegend ul li.legend4::before {
  background: #F5C526;
}
.textchase .bubbletTop {
  background: #F4FFFF;
  border: 2px solid #51C9CE;
  border-radius: 5px;
  padding: 20px;
  margin: 5px 0;
}
.textchase .bubbletTop h5 {
  font-size: 18px;
  font-weight: bold;
}
.textchase .bubbletTop li {
  border-bottom: 1px solid #e0e0e0;
  padding: 1px 12px 5px;
}
.textchase .bubbletTop li img {
  display: inline-block;
  vertical-align: sub;
}
.textchase .bubbletTop li p {
  display: inline-block;
  line-height: 120%;
  margin-bottom: 0;
}
.textchase .bubbletTop li p b {
  font-weight: 600;
  color: #FD9686;
}
.textchase .bubbletTop li p b::after {
  content: "│";
  color: #575757;
  opacity: 0.3;
}
.textchase .bubbletTop li p .sub-keywords {
  display: block;
  opacity: 0.7;
  font-size: 75%;
}
.textchase .bubbletTop li:last-child {
  border-bottom: 0px;
}

.modal .modal-body .current-title {
  background: #707070;
  color: #ffffff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 20px;
  border-radius: 30px;
  font-size: 15px;
}
.modal .modal-body .current-marker {
  font-size: 15px;
  position: absolute;
  right: 5%;
  top: 5%;
}

.modal.tag .modal-body {
  background: #f8f9fa;
}
.modal.tag .modal-body .table {
  margin: 0;
}
.modal.tag .modal-body th, .modal.tag .modal-body td {
  border: 0px;
  padding: 8px 10px;
  font-size: 14px;
}
.modal.tag .modal-body th {
  background: #7DA2A6;
}
.modal.tag .modal-body td:first-child {
  opacity: 0.6;
}
.modal.tag .modal-body td {
  border-bottom: 1px solid #eaeaea;
}
.modal.tag .modal-body td .btn-openlist {
  background: #DBF2F2;
  border-radius: 50px;
  padding: 3px 10px;
  white-space: nowrap;
}
.modal.tag .modal-body td .btn-openlist:hover {
  background: #41BCB8;
  color: #ffffff;
  text-decoration: none;
}
.modal.tag .modal-body td .btn-openlist::after {
  content: "";
}
.modal.tag .modal-body td .btn-openlist .far {
  vertical-align: unset;
  padding: 0rem 0.3rem;
}
.modal.tag .modal-body td:nth-child(3) {
  color: #41BCB8;
  font-weight: bolder;
}

/*主題標籤文本下載頁面*/
.textchase .list-pappers h3 {
  background: #7DA2A6;
  color: #ffffff;
  padding: 12px 25px;
  border-radius: 5px;
  font-size: 26px;
}
.textchase .list-pappers h3 small {
  font-size: 16px;
  opacity: 0.9;
}
.textchase .list-pappers [class*=col-] {
  padding-bottom: 10px;
}
.textchase .list-pappers .papper {
  background: #ffffff;
  padding: 25px 40px;
  border-radius: 5px;
}
.textchase .list-pappers .papper .public-day {
  font-size: 0.9rem;
  color: #41BCB8;
  height: auto;
  margin-bottom: 0rem;
}
.textchase .list-pappers .papper .public-day .fal {
  font-weight: bold;
  margin-right: 0.3rem;
}
.textchase .list-pappers .papper h4 {
  font-size: 24px;
  padding-left: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 57.6px;
  margin-bottom: 0.6rem;
}
.textchase .list-pappers .papper h4::before {
  display: none;
}
.textchase .list-pappers .papper hr {
  border: 1px dashed #e3e3e3;
  margin: 0.1rem 0 0.3rem;
}
.textchase .list-pappers .papper p {
  opacity: 0.8;
  font-size: 15px;
  line-height: 1.8;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: 81px;
  margin-bottom: 8px;
}
.textchase .list-pappers .papper .author {
  color: #7DA2A6;
  font-size: 15px;
}
.textchase .list-pappers .papper .author .name::before {
  content: "│";
}

@media (max-width: 1680px) {
  .textchase {
    /*主題標籤消長趨勢圖表*/
    /*主題標籤趨勢分類*/
  }
  .textchase .textchase-header {
    padding: 8px 8px !important;
  }
  .textchase .textchase-header h3 {
    font-size: 16px;
  }
  .textchase .textchase-header p {
    font-size: 15px;
  }
  .textchase .textchase-header .play a {
    font-size: 13px;
  }
  .textchase .period .form-row {
    padding: 20px 8px;
  }
  .textchase .bubbletTop li {
    padding: 1px 0px 5px;
  }
}
@media (max-width: 1360px) {
  /*主題標籤文本下載頁面*/
  .textchase .list-pappers h3 {
    font-size: 20px;
  }
  .textchase .list-pappers h3 small {
    font-size: 14px;
  }
  .textchase .list-pappers .papper h4 {
    font-size: 20px;
    height: 48px;
  }
  .textchase .list-pappers .papper p {
    font-size: 14;
    line-height: 1.8;
    height: 75.6px;
  }
}
@media (max-width: 1279px) {
  .textchase .tab-pane {
    padding: 15px;
  }
  .textchase .textchase-header .papper img {
    height: 30px;
  }
  .textchase .textchase-header .papper p {
    font-size: 12px;
  }
  .textchase .textchase-header .papper p [class*=info] {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .textchase .textchase-header {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .textchase .sticky {
    position: -webkit-relative;
    position: relative;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .textchase [id*=chartBarCustom] {
    padding: 40px 20px;
  }
  .textchase .form-row [class*=col-]:last-child {
    text-align: left;
  }
  .textchase .list-pappers h3 small {
    display: block;
  }
  .textchase .list-pappers .papper {
    padding: 25px;
  }
  .textchase .list-pappers .papper p {
    font-size: 14px;
    line-height: 1.7;
    height: 71.4px;
  }
}
@media (max-width: 991.98px) {
  .modal.tag .modal-body th, .modal.tag .modal-body td {
    padding: 5px 5px;
    font-size: 13px;
  }
  .modal.splinechart .modal-body {
    padding: 20px 15px;
  }
  .textchase {
    position: relative;
    /*主題標籤圖表*/
  }
  .textchase h5, .textchase .period label[for=formControlRange] {
    font-size: 16px;
    margin-bottom: 0px;
  }
  .textchase .fixed {
    width: 100%;
    left: 0px;
    z-index: 1040;
    border-radius: 0px;
  }
  .textchase .nav-tabs .nav-link {
    padding: 5px 20px;
  }
  .textchase .textchase-header h3 img {
    width: 40px;
  }
  .textchase .day.fixed {
    background: #41BCB8;
    top: 70px;
    position: fixed;
    height: 40px;
  }
  .textchase .day.fixed h3 {
    color: #ffffff;
  }
  .textchase .period .form-row.range.fixed {
    top: 110px;
    border-radius: 0px;
    position: fixed;
    -webkit-box-shadow: 0 5px 8px rgba(85, 85, 85, 0.35);
            box-shadow: 0 5px 8px rgba(85, 85, 85, 0.35);
    padding: 10px 8px;
    margin: 0px;
    width: 100%;
  }
  .textchase .play {
    right: 6px;
  }
  .textchase .play a {
    font-size: 13px;
  }
  .textchase .play a .play-time {
    font-size: 12px;
    padding: 2px 6px;
  }
  .textchase .list-pappers .papper .author {
    font-size: 13px;
    margin-bottom: 0.5rem;
  }
  .textchase [id*=chartBarCustom] {
    padding: 15px 0px;
  }
  .textchase [id*=chartBarCustom] .highcharts-yaxis .highcharts-axis-title {
    font-size: 80%;
  }
}
/*google搜尋*/
.finalize {
  /*標題*/
  /*路徑*/
  /*說明*/
}
.finalize .gsc-control-cse {
  padding: 2rem;
}
.finalize .gsc-search-button-v2 svg {
  width: 1rem;
  height: 1rem;
}
.finalize .gsst_a .gscb_a {
  color: #41BCB8;
}
.finalize .gsc-search-button-v2, .finalize .gsc-search-button-v2:hover, .finalize .gsc-search-button-v2:focus {
  background: #41BCB8;
  border-color: #41BCB8;
  border-radius: 0.25rem;
  height: 35px;
}
.finalize .gs-webResult.gs-result a.gs-title:link, .finalize .gs-webResult.gs-result a.gs-title:link b, .finalize .gs-imageResult a.gs-title:link, .finalize .gs-imageResult a.gs-title:link b {
  font-size: 1.3rem;
  color: #41BCB8;
}
.finalize .gs-webResult div.gs-visibleUrl {
  color: #898989 !important;
}
.finalize .gs-webResult:not(.gs-no-results-result):not(.gs-error-result) .gs-snippet, .finalize .gs-fileFormatType {
  font-size: 0.9rem;
  color: #626262;
}
.finalize .gsc-webResult.gsc-result {
  padding: 18px 0px;
}
.finalize .gsc-results .gsc-cursor-box {
  margin: 10px auto 20px;
  text-align: center;
}
.finalize .gsc-results .gsc-cursor-box .gsc-cursor-page {
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 400;
  color: #3e3e3e;
  border-radius: 20px;
  width: 1.8em;
  height: 1.8em;
  line-height: 1.8em;
  margin: 5px 2px;
  text-align: center;
}
.finalize .gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  color: #ffffff;
  background-color: #41BCB8;
}

@media (max-width: 768px) {
  .finalize {
    /*標題*/
  }
  .finalize .gs-webResult.gs-result a.gs-title:link, .finalize .gs-webResult.gs-result a.gs-title:link b, .finalize .gs-imageResult a.gs-title:link, .finalize .gs-imageResult a.gs-title:link b {
    font-size: 1rem;
  }
}
.en-bg {
  background-color: #80CDCD;
}
.en-bg .en-title {
  padding-top: 76px;
}
.en-bg h2 {
  text-align: center;
  color: #ffffff;
  margin-top: -9%;
}

.en-content {
  z-index: 10;
}
.en-content .nav {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.5rem 0rem;
  border-radius: 50px;
}
.en-content .nav .nav-item {
  width: 40%;
  text-align: center;
}
.en-content .nav .nav-item:first-child .nav-link {
  border-radius: 50px 0 0 50px;
}
.en-content .nav .nav-item:last-child .nav-link {
  border-radius: 0 50px 50px 0;
}
.en-content .nav .nav-link {
  text-decoration: none;
  background: #4a7760;
  color: #ffffff;
  padding: 0.8rem 0.5rem;
  text-transform: uppercase;
}
.en-content .nav .active {
  background: #F5A526;
}
.en-content .tab-pane {
  padding: 2rem 0;
}
.en-content .tab-pane p, .en-content .tab-pane li {
  line-height: 1.8;
}
.en-content .tab-pane .portal-title {
  position: relative;
}
.en-content .tab-pane .portal-title img {
  width: 100%;
}
.en-content .tab-pane .portal-title .title {
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5%;
  color: #d0f6e2;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}

@media (max-width: 1440px) {
  .en-bg h2 {
    margin-top: -10%;
  }
  .en-content .tab-pane .portal-title .title {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  .en-bg h2 {
    font-size: 1.2rem;
  }
  .en-content .tab-pane .portal-title .title {
    font-size: 14px;
  }
}
@media (max-width: 991.98px) {
  .en-bg h2 {
    font-size: 1.2rem;
    margin-bottom: 2%;
  }
  .en-content .nav {
    padding: 0.2rem 0;
  }
  .en-content .nav .nav-item {
    width: 50%;
  }
  .en-content .nav .nav-item .nav-link {
    padding: 0.3rem 0.5rem;
  }
  .en-content .tab-pane .portal-title .title {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .en-bg h2 {
    font-size: 1rem;
    margin-bottom: 0;
  }
  .en-content .nav {
    padding: 0.2rem 0;
  }
  .en-content .nav .nav-item {
    width: 50%;
  }
  .en-content .nav .nav-item .nav-link {
    font-size: 0.7rem;
    padding: 0.2rem 0.3rem;
  }
}
@media (max-width: 560px) {
  .en-bg h2 {
    font-size: 0.7rem;
  }
}
/*# sourceMappingURL=style.css.map */