@charset "UTF-8";
/* 麵包屑與功能欄位 */
.navbar {
  padding: 20px 0px;
  line-height: 45px;
  /* 麵包屑 */
  /* 功能欄位 */
}

.navbar::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.navbar a {
  height: 45px;
  display: inline-block;
  vertical-align: top;
}

.navbar a.acc {
  float: left;
  display: block;
  margin-right: 5px;
  color: #272727;
}

@media screen and (min-width: 1025px) {
  .navbar a.acc:hover, .navbar a.acc:focus {
    color: #d30000;
  }
}

@media screen and (max-width: 1024px) {
  .navbar a.acc {
    display: none;
  }
}

.navbar .breadcrumb {
  max-width: calc(100% - 20px);
  float: left;
  overflow: hidden;
  word-break: break-all;
  white-space: nowrap;
  font-size: 1rem;
}

.navbar .breadcrumb > li {
  display: inline-block;
  vertical-align: top;
  color: #272727;
}

.navbar .breadcrumb > li::after {
  content: '';
  width: 25px;
  height: 45px;
  display: inline-block;
  vertical-align: top;
  background-image: url("../../images/icon/arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
}

.navbar .breadcrumb > li:last-child::after {
  display: none;
}

.navbar .breadcrumb > li:first-child a {
  width: 30px;
  height: 45px;
  background-image: url("../../images/icon/home.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80%;
  font-size: 0rem;
  text-indent: -9999px;
}

@media screen and (min-width: 1025px) {
  .navbar .breadcrumb > li:first-child a:hover, .navbar .breadcrumb > li:first-child a:focus {
    background-image: url("../../images/icon/home_orange.svg");
  }
}

.navbar .breadcrumb a {
  color: #272727;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  max-width: 190px;
}

@media screen and (min-width: 1025px) {
  .navbar .breadcrumb a:hover, .navbar .breadcrumb a:focus {
    color: #d30000;
  }
}

@media screen and (max-width: 1024px) {
  .navbar .breadcrumb {
    width: 100%;
    max-width: 100%;
    float: none;
    overflow-x: auto;
  }
}

.navbar .feature {
  float: right;
  overflow: hidden;
  word-break: break-all;
  font-size: 0rem;
  border-width: 1px;
  border-color: #CCD1D9;
  border-style: solid;
  border-radius: 5px;
  text-align: center;
}

.navbar .feature li.skiptoolbarMenu {
  position: absolute;
  display: inline-block;
  vertical-align: top;
}

.navbar .feature li.skiptoolbarMenu > a {
  font-size: 0rem;
  display: block;
  background-color: #DA3705;
  color: #ffffff;
  border-radius: 0px;
  padding: 0px;
  margin: 0px;
  opacity: 0;
  width: 0px;
  height: 0px;
}

@media screen and (min-width: 1025px) {
  .navbar .feature li.skiptoolbarMenu > a:focus {
    width: auto;
    height: 45px;
    line-height: 45px;
    font-size: 1rem;
    padding: 0px 5px;
    opacity: 1;
    position: absolute;
    right: 0px;
    white-space: nowrap;
    z-index: 1000;
  }
}

.navbar .feature .feature-item {
  display: inline-block;
  vertical-align: top;
}

.navbar .feature .feature-item a {
  width: 45px;
  height: 45px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 55%;
  background-color: #ffffff;
}

.navbar .feature .feature-item.share .share-btn {
  background-image: url("../../images/icon/share.svg");
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.navbar .feature .feature-item.share .share-list {
  display: none;
  position: absolute;
  z-index: 100;
}

.navbar .feature .feature-item.share .share-list a {
  background-size: contain;
}

.navbar .feature .feature-item.share .share-list a.icon-facebook {
  background-color: #3b5998;
  background-image: url("../../images/icon/shareicon_facebook.svg");
}

.navbar .feature .feature-item.share .share-list a.icon-line {
  background-color: #2cbf13;
  background-image: url("../../images/icon/shareicon_line.svg");
}

.navbar .feature .feature-item.share .share-list a.icon-plurk {
  background-color: #c6602b;
  background-image: url("../../images/icon/shareicon_plurk.svg");
}

.navbar .feature .feature-item.share .share-list a.icon-google {
  background-color: #d64136;
  background-image: url("../../images/icon/shareicon_google.svg");
}

.navbar .feature .feature-item.share .share-list a.icon-twitter {
  background-color: #00aced;
  background-image: url("../../images/icon/shareicon_twitter.svg");
}

.navbar .feature .feature-item.share.is-open .share-btn {
  background-color: #DA3705;
  background-image: url("../../images/icon/share_white.svg");
}

.navbar .feature .print-btn {
  background-image: url("../../images/icon/printer.svg");
}

@media screen and (min-width: 1025px) {
  .navbar .feature .print-btn:hover, .navbar .feature .print-btn:focus {
    background-color: #DA3705;
    background-image: url("../../images/icon/printer_white.svg");
  }
}

.navbar .feature .addnote-btn {
  background-image: url("../../images/icon/heart.svg");
}

.navbar .feature .addnote-btn.current {
  background-image: url("../../images/icon/heart_full.svg");
}

@media screen and (min-width: 1025px) {
  .navbar .feature .addnote-btn:hover, .navbar .feature .addnote-btn:focus {
    background-color: #DA3705;
    background-image: url("../../images/icon/heart_white.svg");
  }
}

.navbar .feature .fontsize .fontsize-add {
  background-image: url("../../images/icon/fontsize_add.svg");
}

.navbar .feature .fontsize .fontsize-add.current {
  background-color: #DA3705;
  background-image: url("../../images/icon/fontsize_add_white.svg");
  color: #ffffff;
}

@media screen and (min-width: 1025px) {
  .navbar .feature .fontsize .fontsize-add:hover, .navbar .feature .fontsize .fontsize-add:focus {
    background-color: #DA3705;
    background-image: url("../../images/icon/fontsize_add_white.svg");
  }
}

.navbar .feature .fontsize .fontsize-default {
  background-image: url("../../images/icon/fontsize_default.svg");
}

.navbar .feature .fontsize .fontsize-default.current {
  background-color: #DA3705;
  background-image: url("../../images/icon/fontsize_default_white.svg");
  color: #ffffff;
}

@media screen and (min-width: 1025px) {
  .navbar .feature .fontsize .fontsize-default:hover, .navbar .feature .fontsize .fontsize-default:focus {
    background-color: #DA3705;
    background-image: url("../../images/icon/fontsize_default_white.svg");
  }
}

.navbar .feature .fontsize .fontsize-reduce {
  background-image: url("../../images/icon/fontsize_reduce.svg");
}

.navbar .feature .fontsize .fontsize-reduce.current {
  background-color: #DA3705;
  background-image: url("../../images/icon/fontsize_reduce_white.svg");
  color: #ffffff;
}

@media screen and (min-width: 1025px) {
  .navbar .feature .fontsize .fontsize-reduce:hover, .navbar .feature .fontsize .fontsize-reduce:focus {
    background-color: #DA3705;
    background-image: url("../../images/icon/fontsize_reduce_white.svg");
  }
}

@media screen and (max-width: 1024px) {
  .navbar .feature {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .navbar {
    padding-top: 10px;
    padding-bottom: 0px;
  }
}

/* 分享 */
.share-btn {
  background-image: url("../../images/icon/share.svg");
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.share-list {
  display: none;
  position: absolute;
  z-index: 100;
}

.share-list a {
  background-size: contain;
}

.share-list a.icon-facebook {
  background-color: #3b5998;
  background-image: url("../../images/icon/shareicon_facebook.svg");
}

.share-list a.icon-line {
  background-color: #2cbf13;
  background-image: url("../../images/icon/shareicon_line.svg");
}

.share-list a.icon-plurk {
  background-color: #c6602b;
  background-image: url("../../images/icon/shareicon_plurk.svg");
}

.share-list a.icon-google {
  background-color: #d64136;
  background-image: url("../../images/icon/shareicon_google.svg");
}

.share-list a.icon-twitter {
  background-color: #00aced;
  background-image: url("../../images/icon/shareicon_twitter.svg");
}

.share.is-open .share-btn {
  background-color: #DA3705;
  background-image: url("../../images/icon/share_white.svg");
}

/* 側邊攔與內容區塊 */
.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 20px 0px;
}

.container .aside {
  width: 300px;
  -ms-flex-preferred-size: 300px;
      flex-basis: 300px;
  margin-right: 40px;
}

@media screen and (max-width: 1000px) {
  .container .aside {
    display: none;
  }
}

.container .content {
  width: calc(100% - (300px + 40px));
  -ms-flex-preferred-size: 0px;
      flex-basis: 0px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 1rem;
  line-height: 1.8em;
}

@media screen and (max-width: 1000px) {
  .container .content {
    width: 100%;
    font-size: 1rem;
  }
}

@media screen and (max-width: 1024px) {
  .container {
    padding-top: 0px;
  }
}

/* 標題 */
.title {
  margin-top: 1em;
  margin-bottom: 1em;
}

/* 內容區塊 */
.content a {
  text-decoration: underline;
}

.content p {
  line-height: 1.8em;
}

@media screen and (max-width: 767px) {
  .content p {
    line-height: 1.6em;
  }
}

.content ul {
  list-style: disc;
  padding-left: 25px;
  margin-bottom: 1em;
}

.content ol {
  list-style: decimal;
  padding-left: 35px;
  margin-bottom: 1em;
}

.content .grid {
  list-style: none;
  padding-left: 0px;
}

.content img {
  display: block;
  max-width: 100%;
  margin: 0px auto 20px;
}

.content figure, .content .figure {
  margin-bottom: 1em;
}

.content figure > img, .content .figure > img {
  margin-bottom: 0px;
}

.content figure figcaption, .content figure .figcaption, .content .figure figcaption, .content .figure .figcaption {
  padding: 0.5em 0px;
  text-align: center;
}

.content .btn {
  text-decoration: none;
}

.content .row .btn {
  min-width: 130px;
  margin: 1em auto;
  text-align: center;
  line-height: 1.3em;
}

.content .row .btn.btn-reload, .content .row .btn.btn-speaker {
  line-height: 25px;
}

@media screen and (max-width: 480px) {
  .content .row .btn {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.content .row.align-center {
  text-align: center;
}

.content .row.align-left {
  text-align: left;
}

.content .row.align-right {
  text-align: right;
}

/* 側邊攔 */
.aside .aside-title {
  width: 100%;
  padding: 10px 15px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 0rem;
  background-color: #ffffff;
  border-top: 1px #CCD1D9 solid;
  border-right: 1px #CCD1D9 solid;
  border-left: 1px #CCD1D9 solid;
  border-bottom: 5px #05866F solid;
}

.aside .aside-title .aside-icon {
  width: 50px;
  height: 50px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.aside .aside-title .aside-icon > img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
}

.aside .aside-title .aside-caption {
  color: #067B69;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.8em;
  display: inline-block;
  vertical-align: middle;
}

.aside .aside-title.without-icon {
  background-color: #05866F;
  border: none;
}

.aside .aside-title.without-icon .aside-icon {
  display: none;
}

.aside .aside-title.without-icon .aside-caption {
  color: #ffffff;
}

.aside .asidemenu a {
  display: block;
  line-height: 1.6em;
  color: #272727;
}

.aside .asidemenu a.current {
  color: #0C5D4E;
}

@media screen and (min-width: 1025px) {
  .aside .asidemenu a:hover, .aside .asidemenu a:focus {
    color: #d30000;
  }
}

.aside .asidemenu .asidemenu-btn {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  padding-left: 15px;
  font-size: 1.25rem;
  border-right: 1px #CCD1D9 solid;
  border-left: 1px #CCD1D9 solid;
  border-bottom: 1px #CCD1D9 solid;
  position: relative;
}

.aside .asidemenu .asidemenu-btn::before {
  content: '';
  width: 5px;
  height: 100%;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: transparent;
}

.aside .asidemenu .asidemenu-btn > span {
  color: inherit;
  display: block;
  position: relative;
  padding-right: 25px;
}

.aside .asidemenu .asidemenu-btn.has-next > span::after {
  content: '\f067';
  font-weight: 900;
  font-family: 'Font Awesome 5 Free';
  position: absolute;
  top: 0;
  right: 0;
  color: #DA3705;
}

.aside .asidemenu .asidemenu-btn.has-next.is-open > span::after {
  content: '\f068';
}

.aside .asidemenu .asidemenu-btn.current {
  color: #05866F;
}

.aside .asidemenu .asidemenu-btn.current::before {
  background-color: #DA3705;
}

@media screen and (min-width: 1025px) {
  .aside .asidemenu .asidemenu-btn:hover, .aside .asidemenu .asidemenu-btn:focus {
    color: #d30000;
  }
}

.aside .asidemenu .asidemenu-list {
  display: none;
  padding-left: 25px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-right: 1px #CCD1D9 solid;
  border-left: 1px #CCD1D9 solid;
  border-bottom: 1px #CCD1D9 solid;
}

.aside .asidemenu .asidemenu-list > li {
  padding: 5px 0px;
}

.aside .asidemenu .asidemenu-list > li a {
  font-size: 1.125rem;
  line-height: 30px;
  padding: 0px 5px;
  position: relative;
}

.aside .asidemenu .asidemenu-list > li a::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8.7px;
  border-color: transparent transparent transparent #05866F;
  position: absolute;
  top: calc((30px - 10px)/2);
  left: -10px;
}

/* 資訊欄（資料總筆數、每頁筆數...等等） */
.note-bar {
  margin: 1em 0px;
  text-align: left;
}

.note-bar.text-right {
  text-align: right;
}

.note-bar .d-inline {
  display: inline;
  margin: 0px 5px;
}

/* 下方標註項目（最後更新日期/瀏覽人次） */
.lastupdated {
  border-top: 1px #CCD1D9 solid;
  margin-top: 20px;
  padding: 10px 0px;
  font-size: 1rem;
  line-height: 1.1em;
  text-align: right;
}

.lastupdated .d-inline {
  display: inline;
}

.lastupdated .d-inline > span {
  color: #DA3705;
}

@media screen and (max-width: 767px) {
  .lastupdated {
    text-align: left;
  }
  .lastupdated .d-inline {
    display: block;
    line-height: 1.6em;
  }
}

/* 下載區塊 */
.download-zone {
  position: relative;
  line-height: 1.5em;
  margin-top: 20px;
  margin-bottom: 20px;
}

.download-zone th {
  text-align: left;
  border-color: #05866F;
}

.download-zone th:last-child {
  min-width: 130px;
}

.download-zone .footable-row-detail-inner {
  width: 100%;
}

.download-zone .footable-row-detail-value {
  padding-bottom: 0px;
  width: 100%;
}

.download-zone .footable-row-detail-name {
  display: none;
}

@media screen and (min-width: 1025px) {
  .download-zone tr > th:nth-child(2),
  .download-zone tr > td:nth-child(2) {
    width: 200px;
  }
}

.download-filebase {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-right: 5px;
}

.download-filebase:nth-child(n + 4) {
  margin-top: 5px;
}

.download-filebase img {
  display: block;
  width: 50px;
  height: 50px;
  margin-bottom: 0px;
}

@media screen and (max-width: 1024px) {
  .download-filebase img {
    display: inline-block;
    vertical-align: middle;
  }
}

.download-filebase .download-prompt {
  display: none;
  min-width: 170px;
  padding: 5px 10px;
  font-size: 0.95rem;
  line-height: 1.5em;
  border-radius: 7px;
  background-color: #E6E9ED;
  -webkit-box-shadow: 3px 3px 10px rgba(87, 87, 87, 0.3);
          box-shadow: 3px 3px 10px rgba(87, 87, 87, 0.3);
  position: absolute;
  z-index: 100;
  top: calc(100% + 17px);
  left: calc((170px - 50px)/-2);
  text-align: left;
}

.download-filebase .download-prompt > span {
  display: block;
  color: #272727;
}

.download-filebase .download-prompt::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 15px 10px;
  border-color: transparent transparent #E6E9ED transparent;
  position: absolute;
  top: -15px;
  left: calc((100% - 20px)/2);
}

@media screen and (max-width: 1024px) {
  .download-filebase .download-prompt {
    display: inline-block;
    vertical-align: middle;
    position: static;
    width: calc(100% - 70px);
    min-width: auto;
  }
  .download-filebase .download-prompt::before {
    display: none;
  }
  .download-filebase .download-prompt:active {
    background-color: #CCD1D9;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

@media screen and (min-width: 1025px) {
  .download-filebase:hover .download-prompt, .download-filebase:focus .download-prompt {
    display: block;
  }
}

@media screen and (max-width: 1024px) {
  .download-filebase {
    display: block;
    font-size: 0rem;
    margin-bottom: 10px;
    margin-right: 0px;
  }
  .download-filebase:nth-child(n + 4) {
    margin-top: 0px;
  }
  .download-filebase img {
    margin-right: 10px;
  }
}

/* 活動行事曆 */
.calendar .calendar-ctrlBar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-width: 1px;
  border-color: #CCD1D9;
  border-style: solid;
}

.calendar .calendar-ctrlBar .blk > a {
  width: 50px;
  height: 50px;
  display: block;
  position: relative;
  background-color: #05866F;
  color: #ffffff;
  font-size: 0rem;
}

.calendar .calendar-ctrlBar .blk > a::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  left: calc((100% - 13px)/2);
  top: calc((100% - 15px)/2);
}

@media screen and (min-width: 768px) {
  .calendar .calendar-ctrlBar .blk > a {
    width: 60px;
    height: 60px;
  }
  .calendar .calendar-ctrlBar .blk > a::after {
    left: calc((100% - 17px)/2);
    top: calc((100% - 20px)/2);
  }
}

@media screen and (min-width: 1025px) {
  .calendar .calendar-ctrlBar .blk > a:hover, .calendar .calendar-ctrlBar .blk > a:focus {
    background-color: #0C5D4E;
  }
}

.calendar .calendar-ctrlBar .blk label {
  display: block;
  font-size: 1rem;
  line-height: 1em;
  padding: 0px 10px;
}

@media screen and (min-width: 768px) {
  .calendar .calendar-ctrlBar .blk label {
    font-size: 1.1rem;
  }
}

.calendar .calendar-ctrlBar .blk.prev-blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.calendar .calendar-ctrlBar .blk.prev-blk > a::after {
  border-color: transparent #fff transparent transparent;
  border-width: 7.5px 13.0px 7.5px 0;
}

@media screen and (min-width: 768px) {
  .calendar .calendar-ctrlBar .blk.prev-blk > a::after {
    border-width: 10px 17.3px 10px 0;
  }
}

.calendar .calendar-ctrlBar .blk.prev-blk label {
  display: none;
}

@media screen and (min-width: 371px) {
  .calendar .calendar-ctrlBar .blk.prev-blk label {
    display: block;
  }
}

.calendar .calendar-ctrlBar .blk.next-blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.calendar .calendar-ctrlBar .blk.next-blk > a::after {
  border-color: transparent transparent transparent #fff;
  border-width: 7.5px 0 7.5px 13.0px;
}

@media screen and (min-width: 768px) {
  .calendar .calendar-ctrlBar .blk.next-blk > a::after {
    border-width: 10px 0 10px 17.3px;
  }
}

.calendar .calendar-ctrlBar .blk.next-blk label {
  display: none;
}

@media screen and (min-width: 371px) {
  .calendar .calendar-ctrlBar .blk.next-blk label {
    display: block;
  }
}

.calendar .calendar-list {
  list-style: none;
  padding-left: 0px;
  margin-top: 1em;
  margin-bottom: 1em;
}

.calendar .calendar-list > li {
  padding: 20px 0px;
  border-bottom-width: 1px;
  border-bottom-color: #CCD1D9;
  border-bottom-style: solid;
}

.calendar .calendar-list > li:last-child {
  border-bottom: none;
}

@media screen and (min-width: 768px) {
  .calendar .calendar-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .calendar .calendar-item .calendar-title {
    padding-right: 20px;
  }
}

@media screen and (min-width: 481px) {
  .calendar .calendar-item .calendar-title .calendar-headline {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.calendar .calendar-item .calendar-title .calendar-headline .calendar-date {
  display: block;
  margin-bottom: 10px;
}

@media screen and (min-width: 481px) {
  .calendar .calendar-item .calendar-title .calendar-headline .calendar-date {
    display: inline;
    margin-right: 10px;
    margin-bottom: 0px;
  }
}

.calendar .calendar-item .calendar-title .calendar-headline .calendar-badge {
  display: inline-block;
  background-color: #d8eeeb;
  color: #0C5D4E;
  font-size: 1rem;
  line-height: 1em;
  padding: 7px 13px;
  margin-bottom: 10px;
}

@media screen and (min-width: 481px) {
  .calendar .calendar-item .calendar-title .calendar-headline .calendar-badge {
    display: inline;
    margin-bottom: 0px;
  }
}

.calendar .calendar-item .calendar-title .calendar-legend {
  margin-bottom: 0px;
}

@media screen and (min-width: 481px) {
  .calendar .calendar-item .calendar-title .calendar-legend {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 768px) {
  .calendar .calendar-item .calendar-title .calendar-legend {
    margin-bottom: 0px;
  }
}

.calendar .calendar-item .calendar-title .calendar-legend label {
  display: block;
  margin-bottom: 10px;
}

@media screen and (min-width: 481px) {
  .calendar .calendar-item .calendar-title .calendar-legend label {
    display: inline;
    margin-bottom: 0px;
  }
}

@media screen and (min-width: 768px) {
  .calendar .calendar-item .calendar-title .calendar-legend label {
    line-height: 35px;
  }
}

.calendar .calendar-item .calendar-title .calendar-legend .btn {
  display: block;
  text-align: center;
  word-break: keep-all;
  margin-bottom: 10px;
  line-height: 1.3em;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

@media screen and (min-width: 481px) {
  .calendar .calendar-item .calendar-title .calendar-legend .btn {
    display: inline-block;
    line-height: 1em;
    margin-bottom: 0px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.calendar .calendar-item .calendar-collect .btn {
  display: block;
  position: relative;
  min-width: 200px;
  text-align: center;
  font-size: 1rem;
  line-height: 1.3em;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

.calendar .calendar-item .calendar-collect .btn.current {
  background-color: #067B69;
  border-color: #067B69;
  color: #ffffff;
}

.calendar .calendar-item .calendar-collect .btn.current::after {
  content: '\f00c';
  font-weight: 900;
  font-family: 'Font Awesome 5 Free';
  color: #ffffff;
  margin-left: 5px;
}

.calendar .calendar-item .calendar-collect .btn:last-child {
  margin-bottom: 0px;
}

@media screen and (min-width: 481px) {
  .calendar .calendar-item .calendar-collect .btn {
    line-height: 1em;
  }
}

@media screen and (min-width: 1025px) {
  .calendar .calendar-item .calendar-collect .btn:hover::after, .calendar .calendar-item .calendar-collect .btn:focus::after {
    color: #ffffff;
  }
  .calendar .calendar-item .calendar-collect .btn.current:hover::after, .calendar .calendar-item .calendar-collect .btn.current:focus::after {
    background-color: #067B69;
    border-color: #067B69;
    color: #ffffff;
  }
}

/* 最新消息列表頁 */
ul.news-list {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 20px;
}

ul.news-list > li {
  border-bottom: 1px #CCD1D9 solid;
}

ul.news-list > li:last-child {
  border-bottom: none;
}

ul.news-list .news-list-link {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 10px;
}

@media screen and (min-width: 1025px) {
  ul.news-list .news-list-link:hover > span, ul.news-list .news-list-link:focus > span {
    color: #d30000;
  }
  ul.news-list .news-list-link:hover .news-list-badge, ul.news-list .news-list-link:focus .news-list-badge {
    color: #ffffff;
    background-color: #d30000;
  }
  ul.news-list .news-list-link:hover .news-list-badge.color-orange, ul.news-list .news-list-link:focus .news-list-badge.color-orange {
    color: #ffffff;
    background-color: #d30000;
  }
  ul.news-list .news-list-link:hover .news-list-badge.color-green, ul.news-list .news-list-link:focus .news-list-badge.color-green {
    color: #ffffff;
    background-color: #0C5D4E;
  }
}

ul.news-list .news-list-date {
  width: 120px;
  -ms-flex-preferred-size: 120px;
      flex-basis: 120px;
  color: #DA3705;
}

ul.news-list .news-list-badge {
  padding: 7px 20px;
  margin: 0px 10px;
  line-height: 1em;
  color: #ffffff;
  background-color: #DA3705;
  word-break: keep-all;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

ul.news-list .news-list-badge.color-orange {
  background-color: #DA3705;
}

ul.news-list .news-list-badge.color-green {
  background-color: #05866F;
}

ul.news-list .news-list-headline,
ul.news-list .headline {
  -ms-flex-preferred-size: calc(100% - 120px);
      flex-basis: calc(100% - 120px);
  max-height: 65px;
  color: #656D78;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media screen and (max-width: 1024px) {
  ul.news-list .news-list-link {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  ul.news-list .news-list-date {
    width: auto;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  ul.news-list .news-list-headline,
  ul.news-list .headline {
    width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

/* 最新消息頁面資訊 */
.news-note-info {
  font-size: 1rem;
}

@media screen and (max-width: 767px) {
  .news-note-info {
    display: none;
  }
}

/* 最新消息內頁的標題 */
.news-article-title {
  margin-bottom: 1em;
}

.news-article-title h1 {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.8em;
  line-height: 1.35em;
  color: #05866F;
  border-bottom: 1px #CCD1D9 solid;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .news-article-title h1 {
    font-size: 1.4rem;
    line-height: 1.5em;
  }
}

/* 最新消息的上下頁導引 */
.news-article-direction {
  margin: 20px 0px;
}

.news-article-direction > a {
  display: block;
  padding: 5px 0px;
  overflow: hidden;
  text-decoration: none;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  color: #272727;
}

.news-article-direction > a span {
  display: inline-block;
  background-color: #DA3705;
  color: #ffffff;
  padding: 3px 20px;
  margin-right: 15px;
  font-size: 1rem;
  border-radius: 5px;
}

@media screen and (max-width: 1024px) {
  .news-article-direction > a span {
    margin-right: 10px;
  }
}

.news-article-direction > a:active {
  color: #DA3705;
}

.news-article-direction > a:active span {
  background-color: #d30000;
}

@media screen and (min-width: 1025px) {
  .news-article-direction > a:hover, .news-article-direction > a:focus {
    color: #DA3705;
  }
  .news-article-direction > a:hover span, .news-article-direction > a:focus span {
    background-color: #d30000;
  }
}

.news-article-direction + .btn {
  width: 130px;
  margin: 1em auto;
  display: block;
  text-align: center;
  line-height: 1.3em;
}

@media screen and (max-width: 480px) {
  .news-article-direction + .btn {
    width: 100%;
  }
}

/* 相簿 */
.album {
  margin-top: 20px;
  margin-bottom: 20px;
}

.album .album-title {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.8em;
  line-height: 45px;
  color: #05866F;
  margin-bottom: 10px;
}

.album .album-title::before {
  content: '';
  width: 45px;
  height: 45px;
  display: inline-block;
  vertical-align: top;
  background-image: url("../../images/icon/camera.svg");
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center;
}

@media screen and (max-width: 767px) {
  .album .album-title {
    font-size: 1.3rem;
    line-height: 1.6em;
    line-height: 40px;
  }
  .album .album-title::before {
    width: 40px;
    height: 40px;
  }
}

.album .album-list > li {
  width: 50%;
  margin-bottom: 20px;
  padding: 0px;
}

.album .album-list > li:nth-child(odd) {
  padding-right: 10px;
}

.album .album-list > li:nth-child(even) {
  padding-left: 10px;
}

@media screen and (max-width: 480px) {
  .album .album-list > li {
    width: 100%;
  }
  .album .album-list > li:nth-child(odd) {
    padding-right: 0px;
  }
  .album .album-list > li:nth-child(even) {
    padding-left: 0px;
  }
}

.album .album-list .graphic-link {
  text-decoration: none;
  display: block;
  margin-bottom: 0px;
}

.album .album-list .graphic-link .graphic-img {
  width: 100%;
  height: 0px;
  padding-bottom: 67%;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.album .album-list .graphic-link .graphic-img > img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0px;
}

.album .album-list .graphic-link .graphic-title {
  display: block;
  font-size: 1rem;
  text-align: center;
  color: #272727;
}

@media screen and (min-width: 1025px) {
  .album .album-list .graphic-link:hover .graphic-title, .album .album-list .graphic-link:focus .graphic-title {
    color: #d30000;
  }
}

.album .keypress-instructions .instructions-btn {
  text-decoration: none;
  margin-bottom: 1em;
}

.album .keypress-instructions .instructions-menu {
  display: none;
  list-style: none;
  background-color: #e9e9e9;
  margin-bottom: 1em;
  border-radius: 7px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  padding-right: 25px;
}

@media screen and (max-width: 1024px) {
  .album .keypress-instructions {
    display: none;
  }
}

/* 分頁選項 */
.pagination {
  margin: 20px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pagination .blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0px 5px;
}

.pagination a {
  display: block;
  text-align: center;
  text-decoration: none;
}

.pagination a.btn {
  line-height: 1.3em;
  margin: 1px 3px;
}

.pagination .page-blk > a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #272727;
  border-radius: 100%;
  margin: 0px 7px;
}

.pagination .page-blk > a.current {
  background-color: #DA3705;
  color: #ffffff;
}

@media screen and (min-width: 1025px) {
  .pagination .page-blk > a:hover, .pagination .page-blk > a:focus {
    background-color: #DA3705;
    color: #ffffff;
  }
}

@media screen and (max-width: 767px) {
  .pagination .first-page,
  .pagination .last-page {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .pagination .page-blk a:not(.current) {
    visibility: hidden;
    width: 0;
    margin: 0;
    border: none;
  }
}

/* 搜尋欄 */
.search-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-width: 1px;
  border-style: solid;
  border-color: #E6E9ED;
  background-color: #e9e9e9;
  padding: 10px;
  margin: 20px 0px;
}

.search-bar .fieldset, .search-bar .fieldse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 7px;
  margin-right: 10px;
  margin-bottom: 7px;
  font-size: 1.1rem;
}

.search-bar .fieldset > div:not(.row), .search-bar .fieldse > div:not(.row) {
  display: inherit;
  -webkit-box-align: inherit;
      -ms-flex-align: inherit;
          align-items: inherit;
}

.search-bar .fieldset label, .search-bar .fieldse label {
  margin-right: 7px;
  line-height: 35px;
}

.search-bar .fieldset input[type='text'], .search-bar .fieldse input[type='text'] {
  width: 180px;
  margin-right: 7px;
  background-color: #ffffff;
}

.search-bar .fieldset input[type='text'].datepicker, .search-bar .fieldse input[type='text'].datepicker {
  cursor: pointer;
}

.search-bar .fieldset input[type='text']:last-child, .search-bar .fieldse input[type='text']:last-child {
  margin-right: 0px;
}

.search-bar .fieldset select, .search-bar .fieldse select {
  width: 180px;
  margin-right: 7px;
  background-color: #ffffff;
}

.search-bar .fieldset select:last-child, .search-bar .fieldse select:last-child {
  margin-right: 0px;
}

.search-bar .fieldset .search-submit-btn, .search-bar .fieldse .search-submit-btn {
  color: #ffffff;
  padding: 0px;
  margin: 0px;
  border: none;
  margin-right: 7px;
  text-decoration: none;
}

.search-bar .fieldset .search-submit-btn:last-child, .search-bar .fieldse .search-submit-btn:last-child {
  margin-right: 0px;
}

@media screen and (max-width: 767px) {
  .search-bar .fieldset .search-submit-btn, .search-bar .fieldse .search-submit-btn {
    width: auto;
    height: auto;
    font-size: 1rem;
    line-height: 1em;
    text-indent: 0px;
    color: #ffffff;
    background-image: none;
    padding: 10px 25px;
  }
}

@media screen and (max-width: 480px) {
  .search-bar .fieldset .search-submit-btn, .search-bar .fieldse .search-submit-btn {
    width: 100%;
    margin-right: 0px;
    margin-top: 7px;
    margin-bottom: 7px;
  }
}

.search-bar .fieldset .fieldset-list, .search-bar .fieldse .fieldset-list {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search-bar .fieldset input[type='checkbox'],
.search-bar .fieldset input[type='radio'], .search-bar .fieldse input[type='checkbox'],
.search-bar .fieldse input[type='radio'] {
  width: 0;
  height: 0;
  opacity: 0;
}

.search-bar .fieldset input[type='checkbox'] + label::before,
.search-bar .fieldset input[type='radio'] + label::before, .search-bar .fieldse input[type='checkbox'] + label::before,
.search-bar .fieldse input[type='radio'] + label::before {
  background-color: #ffffff;
}

.search-bar .fieldset input[type='checkbox']:checked + label::before,
.search-bar .fieldset input[type='radio']:checked + label::before, .search-bar .fieldse input[type='checkbox']:checked + label::before,
.search-bar .fieldse input[type='radio']:checked + label::before {
  background-color: #FF7247;
}

.search-bar .fieldset span, .search-bar .fieldse span {
  color: #272727;
}

.search-bar .fieldset span.inline-span, .search-bar .fieldse span.inline-span {
  margin-right: 7px;
}

@media screen and (max-width: 767px) {
  .search-bar .fieldset, .search-bar .fieldse {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: 0px;
    margin-top: 0px;
  }
  .search-bar .fieldset > div:not(.row), .search-bar .fieldse > div:not(.row) {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: 0px;
    margin-top: 0px;
  }
  .search-bar .fieldset label, .search-bar .fieldse label {
    width: 100%;
  }
  .search-bar .fieldset input[type='checkbox'] + label,
  .search-bar .fieldset input[type='radio'] + label, .search-bar .fieldse input[type='checkbox'] + label,
  .search-bar .fieldse input[type='radio'] + label {
    width: auto;
  }
  .search-bar .fieldset select,
  .search-bar .fieldset input[type='text'], .search-bar .fieldse select,
  .search-bar .fieldse input[type='text'] {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 7px;
  }
  .search-bar .fieldset select:last-child,
  .search-bar .fieldset input[type='text']:last-child, .search-bar .fieldse select:last-child,
  .search-bar .fieldse input[type='text']:last-child {
    margin-bottom: 0px;
  }
}

.search-bar .calendar-date-end::before, .search-bar .deco-dash::before {
  content: '';
  width: 15px;
  height: 4px;
  display: inline-block;
  background-color: #CCD1D9;
  margin-right: 7px;
}

@media screen and (max-width: 767px) {
  .search-bar .calendar-date-end::before, .search-bar .deco-dash::before {
    display: none;
  }
}

.search-bar .row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* 多層通用列表 */
.multilevel {
  margin-bottom: 20px;
}

.multilevel ul {
  list-style: none;
  padding-left: 0px;
  padding: 5px 0px;
  margin-bottom: 0px;
  font-size: 0rem;
  line-height: 1em;
}

.multilevel ul li {
  padding: 5px 0px;
  font-size: 0rem;
  line-height: 1em;
}

.multilevel ul li > a {
  display: inline-block;
  position: relative;
  text-decoration: none;
}

.multilevel ul li > a > span {
  display: inline-block;
  position: relative;
}

.multilevel ul li > a.has-next > span {
  padding-right: 40px;
}

.multilevel ul li > a.has-next > span::after {
  content: '';
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  top: calc((100% - 30px)/2);
  right: 0px;
  background-color: #ffffff;
  background-image: url("../../images/icon/plus.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
  border: 1px #CCD1D9 solid;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.multilevel ul li > a.has-next.is-open span::after {
  background-image: url("../../images/icon/minus.svg");
}

.multilevel ul li > p {
  display: none;
  font-size: 1rem;
  margin-bottom: 0px;
}

.multilevel ul li > a + p {
  margin-top: 10px;
}

.multilevel .multilevel-list {
  padding-left: 0px;
}

@media screen and (min-width: 768px) {
  .multilevel .multilevel-list > li {
    padding: 10px 20px;
    border-width: 1px;
    border-style: solid;
    border-color: #CCD1D9;
  }
  .multilevel .multilevel-list > li + li {
    border-top: none;
  }
}

@media screen and (max-width: 767px) {
  .multilevel .multilevel-list > li {
    border-bottom: 1px #CCD1D9 solid;
  }
  .multilevel .multilevel-list > li:last-child {
    border-bottom: none;
  }
}

.multilevel .multilevel-list > li > a {
  color: #008773;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.8em;
  line-height: 30px;
}

.multilevel .multilevel-list > li > a.is-open + .multilevel-sub-list {
  display: block;
}

.multilevel .multilevel-list > li > a.is-open ~ p,
.multilevel .multilevel-list > li > a.is-open ~ p + .multilevel-sub-list {
  display: block;
}

@media screen and (min-width: 1025px) {
  .multilevel .multilevel-list > li > a:hover, .multilevel .multilevel-list > li > a:focus {
    color: #d30000;
  }
}

@media screen and (max-width: 767px) {
  .multilevel .multilevel-list > li > a {
    font-size: 1.3rem;
    line-height: 1.6em;
  }
}

.multilevel .multilevel-sub-list {
  display: none;
}

.multilevel .multilevel-sub-list > li {
  padding-left: 30px;
}

.multilevel .multilevel-sub-list > li > a {
  color: #156d79;
  font-size: 1.25rem;
  line-height: 1.6em;
  line-height: 35px;
}

.multilevel .multilevel-sub-list > li > a::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8.5px 0 8.5px 14.7px;
  border-color: transparent transparent transparent #02A189;
  position: absolute;
  top: calc((35px - 17px)/2);
  left: -23px;
}

.multilevel .multilevel-sub-list > li > a.is-open + .multilevel-third-list {
  display: block;
}

.multilevel .multilevel-sub-list > li > a.is-open ~ p,
.multilevel .multilevel-sub-list > li > a.is-open ~ p + .multilevel-third-list {
  display: block;
}

@media screen and (min-width: 1025px) {
  .multilevel .multilevel-sub-list > li > a:hover, .multilevel .multilevel-sub-list > li > a:focus {
    color: #d30000;
  }
  .multilevel .multilevel-sub-list > li > a:hover::before, .multilevel .multilevel-sub-list > li > a:focus::before {
    border-color: transparent transparent transparent #d30000;
  }
}

.multilevel .multilevel-third-list {
  display: none;
}

.multilevel .multilevel-third-list > li {
  padding-left: 30px;
  line-height: 1em;
  font-size: 0rem;
}

.multilevel .multilevel-third-list > li > a {
  color: #272727;
  font-size: 1.125rem;
  line-height: 1.6em;
  line-height: 30px;
}

.multilevel .multilevel-third-list > li > a > span {
  display: inline;
  padding-right: 0px;
}

.multilevel .multilevel-third-list > li > a::before {
  content: '';
  width: 10px;
  height: 10px;
  display: block;
  border-width: 2px;
  border-color: #05866F;
  border-style: solid;
  border-left: none;
  border-bottom: none;
  position: absolute;
  top: calc((30px - 12px)/2);
  left: -25px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (min-width: 1025px) {
  .multilevel .multilevel-third-list > li > a:hover, .multilevel .multilevel-third-list > li > a:focus {
    color: #d30000;
  }
  .multilevel .multilevel-third-list > li > a:hover::before, .multilevel .multilevel-third-list > li > a:focus::before {
    border-color: #d30000;
  }
}

.multilevel .path, .multilevel .breadcrumb {
  font-size: 1rem;
  line-height: 25px;
  color: #656D78;
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}

.multilevel .path::before, .multilevel .breadcrumb::before {
  content: '';
  width: 7px;
  height: 7px;
  display: block;
  border-width: 2px;
  border-color: #05866F;
  border-style: solid;
  border-left: none;
  border-bottom: none;
  position: absolute;
  top: calc((25px - 10px)/2);
  left: 5px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  .multilevel .path, .multilevel .breadcrumb {
    font-size: 0.9rem;
    line-height: 20px;
    margin-top: 10px;
  }
  .multilevel .path::before, .multilevel .breadcrumb::before {
    top: calc((20px - 10px)/2);
  }
}

/* 區塊 */
.article {
  display: block;
  position: relative;
  border-width: 1px;
  border-color: #CCD1D9;
  border-style: solid;
  overflow: hidden;
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 15px;
}

.article p:last-child {
  margin-bottom: 0px;
}

.article .item-img {
  width: 100%;
  height: 0px;
  padding-bottom: 67%;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
}

.article .item-img > img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0px;
}

.article .item-content {
  width: 100%;
  background-color: #ffffff;
}

.article .item-content ul {
  list-style: none;
  padding-left: 35px;
}

.article .item-content ul > li {
  position: relative;
  line-height: 33px;
}

.article .item-content ul > li::before {
  content: '';
  width: 33px;
  height: 33px;
  display: block;
  position: absolute;
  left: -35px;
  background-size: 65%;
  background-position: center;
  background-repeat: no-repeat;
}

.article .item-content ul > li.icon-phone {
  color: #DA3705;
  font-weight: bold;
}

.article .item-content ul > li.icon-phone::before {
  background-image: url("../../images/icon/phone.svg");
}

.article .item-content ul > li.icon-address::before {
  background-image: url("../../images/icon/placeholder.svg");
}

.article .item-content ul > li.icon-time::before {
  background-image: url("../../images/icon/clock.svg");
}

.article .item-title {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.8em;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .article .item-title {
    font-size: 1.3rem;
    line-height: 1.6em;
  }
}

.article.blockArticle {
  background-color: #e9e9e9;
  border-color: #e9e9e9;
}

@media screen and (min-width: 768px) {
  .article .item-img {
    width: 55%;
    height: 0px;
    padding-bottom: 37%;
    margin-bottom: 0px;
  }
  .article .item-img + .item-content {
    width: 45%;
  }
  .article.d-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .article.d-left .item-content {
    right: 0px;
  }
  .article.d-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .article.d-right .item-content {
    left: 0px;
  }
  .article.d-left, .article.d-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0px;
  }
  .article.d-left .item-content, .article.d-right .item-content {
    position: absolute;
    height: 100%;
    padding: 15px;
  }
  .article.d-left .item-content > .item-wrap, .article.d-right .item-content > .item-wrap {
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 480px) {
  .article .iframebox {
    width: 100%;
    height: 500px;
    padding-bottom: 0px;
  }
}

@media screen and (max-width: 400px) {
  .article {
    padding: 10px;
  }
  .article .item-img {
    margin-bottom: 10px;
  }
}

/* 一般的連結清單 */
.normalList {
  font-size: 0rem;
}

.normalList.grid {
  margin: 20px 0px;
}

.normalList.grid > li {
  padding: 0px;
  padding: 15px 20px;
  border-width: 1px;
  border-style: solid;
  border-color: #CCD1D9;
}

@media screen and (max-width: 1024px) {
  .normalList.grid > li {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .normalList.grid > li {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .normalList.grid > li {
    padding: 15px 10px;
  }
}

.normalList .normalList-title {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.8em;
  color: #008773;
  margin-bottom: 10px;
}

.normalList .normalList-title > a {
  display: block;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-decoration: none;
}

@media screen and (min-width: 1025px) {
  .normalList .normalList-title > a:hover, .normalList .normalList-title > a:focus {
    color: #d30000;
  }
}

@media screen and (max-width: 767px) {
  .normalList .normalList-title {
    font-size: 1.3rem;
    line-height: 1.6em;
  }
}

.normalList .normalList-sub-list {
  list-style: none;
  padding-left: 0px;
}

.normalList .normalList-sub-list > li {
  padding-left: 30px;
  margin: 10px 0px;
  line-height: 1em;
  font-size: 0rem;
}

.normalList .normalList-sub-list > li a {
  font-size: 1.25rem;
  line-height: 1.6em;
  color: #272727;
  line-height: 30px;
  position: relative;
  text-decoration: none;
}

.normalList .normalList-sub-list > li a::before {
  content: '';
  width: 10px;
  height: 10px;
  display: block;
  border-width: 2px;
  border-color: #05866F;
  border-style: solid;
  border-left: none;
  border-bottom: none;
  position: absolute;
  top: 9px;
  left: -25px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (min-width: 1025px) {
  .normalList .normalList-sub-list > li a:hover, .normalList .normalList-sub-list > li a:focus {
    color: #d30000;
  }
  .normalList .normalList-sub-list > li a:hover::before, .normalList .normalList-sub-list > li a:focus::before {
    border-color: #d30000;
  }
}

/* 快速服務 */
.fastservice-zone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1em;
}

.fastservice-zone > .side-left, .fastservice-zone > .side-right {
  float: none;
}

.fastservice-zone > .side-left {
  width: 60%;
  padding: 0px 20px;
}

.fastservice-zone > .side-right {
  width: 40%;
}

@media screen and (max-width: 1200px) {
  .fastservice-zone {
    display: block;
  }
  .fastservice-zone > .side-left, .fastservice-zone > .side-right {
    width: 100%;
    padding: 0px;
    margin-bottom: 1em;
  }
}

.fastservice-zone .fastservice {
  width: 100%;
  border-radius: 10px;
  -webkit-box-shadow: 2px 2px 10px rgba(87, 87, 87, 0.3);
          box-shadow: 2px 2px 10px rgba(87, 87, 87, 0.3);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-width: 1px;
  border-style: solid;
  border-color: #CCD1D9;
}

.fastservice-zone .fastservice .fastservice-title {
  width: 65px;
  color: #0E8293;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1em;
  letter-spacing: 3px;
  padding: 18px 0px;
}

.fastservice-zone .fastservice .fastservice-list {
  width: calc(100% - 65px);
  list-style: none;
  padding: 10px;
  padding-left: 0px;
  margin-bottom: 0px;
  counter-reset: fastserviceList;
}

.fastservice-zone .fastservice .fastservice-list > li {
  counter-increment: fastserviceList;
  margin: 5px 0px;
}

.fastservice-zone .fastservice .fastservice-list > li a {
  font-size: 1.125rem;
  line-height: 1.6em;
  width: 100%;
  height: 30px;
  line-height: 30px;
  position: relative;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  text-decoration: none;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  color: #272727;
  padding-left: 30px;
}

.fastservice-zone .fastservice .fastservice-list > li a::before {
  content: counter(fastserviceList);
  display: block;
  width: 23px;
  height: 23px;
  line-height: 23px;
  font-size: 0.95rem;
  border-radius: 100%;
  text-align: center;
  background-color: #DA3705;
  color: #ffffff;
  position: absolute;
  left: 0px;
  top: calc((100% - 23px)/2);
}

@media screen and (min-width: 1025px) {
  .fastservice-zone .fastservice .fastservice-list > li a:hover, .fastservice-zone .fastservice .fastservice-list > li a:focus {
    color: #d30000;
  }
  .fastservice-zone .fastservice .fastservice-list > li a:hover::before, .fastservice-zone .fastservice .fastservice-list > li a:focus::before {
    background-color: #d30000;
  }
}

/* 出版品 */
ul.publication-list {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
}

ul.publication-list > li {
  margin-top: 1em;
  margin-bottom: 1em;
  border-bottom: 1px #CCD1D9 solid;
  padding-bottom: 1em;
}

ul.publication-list > li:last-child {
  padding-bottom: 0px;
  border-bottom: none;
}

ul.publication-list > li .publication-item {
  margin-bottom: 0px;
}

.publication-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.publication-item .item-photo {
  width: 200px;
  -ms-flex-preferred-size: 200px;
      flex-basis: 200px;
  margin-right: 30px;
  margin-bottom: 2em;
}

.publication-item .item-photo > img {
  display: block;
  margin-bottom: 0px;
  width: 200px;
}

.publication-item .item-content {
  width: calc(100% - (200px + 30px));
  margin-bottom: 2em;
}

.publication-item .item-content .item-title {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.8em;
  color: #0E8293;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .publication-item .item-content .item-title {
    font-size: 1.3rem;
    line-height: 1.6em;
  }
}

.publication-item .item-content p {
  margin-bottom: 5px;
}

.publication-item .item-content p.intem-info {
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 30px;
  max-height: 120px;
  margin-bottom: 20px;
}

.publication-item .item-content p.intem-info strong {
  display: block;
  margin-bottom: 0px;
}

.publication-item .item-content .btn {
  padding: 10px 40px;
}

@media screen and (max-width: 767px) {
  .publication-item .item-photo {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
  }
  .publication-item .item-content {
    width: 100%;
    margin-bottom: 1em;
  }
  .publication-item .item-content .btn {
    display: block;
    text-align: center;
    padding: 13px 10px;
  }
}

/* 雙語詞彙的選項 */
.bilingual-btn-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 1em 0px;
}

.bilingual-btn-list > a {
  width: 36px;
  height: 36px;
  line-height: 36px;
  display: block;
  text-decoration: none;
  text-align: center;
  background-color: #e9e9e9;
  color: #272727;
  border-radius: 5px;
  margin: 3px;
}

.bilingual-btn-list > a.current {
  background-color: #DA3705;
  color: #ffffff;
}

@media screen and (min-width: 1025px) {
  .bilingual-btn-list > a:hover, .bilingual-btn-list > a:focus {
    background-color: #DA3705;
    color: #ffffff;
  }
}

.bilingual-table .item-ch {
  background-color: #05866F;
}

.bilingual-table .item-en {
  background-color: #0E8293;
}

.bilingual-table mark {
  color: #DA3705;
  background-color: transparent;
}

/* 網站導覽 */
.sitemap.grid.grid-25 > li {
  width: 100%;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 1em;
}

@media screen and (min-width: 481px) {
  .sitemap.grid.grid-25 > li {
    width: 50%;
  }
  .sitemap.grid.grid-25 > li:nth-child(odd) {
    padding-left: 0px;
    padding-right: 0.5em;
  }
  .sitemap.grid.grid-25 > li:nth-child(even) {
    padding-left: 0.5em;
    padding-right: 0px;
  }
}

@media screen and (min-width: 768px) {
  .sitemap.grid.grid-25 > li {
    width: 33.33%;
  }
  .sitemap.grid.grid-25 > li:nth-child(odd), .sitemap.grid.grid-25 > li:nth-child(even) {
    padding-left: 0px;
    padding-right: 0px;
  }
  .sitemap.grid.grid-25 > li:nth-child(3n + 1) {
    padding-left: 0px;
    padding-right: 1em;
  }
  .sitemap.grid.grid-25 > li:nth-child(3n + 2) {
    padding-left: 0px;
    padding-right: 0px;
  }
  .sitemap.grid.grid-25 > li:nth-child(3n + 3) {
    padding-left: 1em;
    padding-right: 0px;
  }
}

@media screen and (min-width: 1025px) {
  .sitemap.grid.grid-25 > li {
    width: 25%;
  }
  .sitemap.grid.grid-25 > li:nth-child(3n + 1), .sitemap.grid.grid-25 > li:nth-child(3n + 2), .sitemap.grid.grid-25 > li:nth-child(3n + 3) {
    padding-left: 0px;
    padding-right: 0px;
  }
  .sitemap.grid.grid-25 > li:nth-child(4n + 1) {
    padding-left: 0px;
    padding-right: 1em;
  }
  .sitemap.grid.grid-25 > li:nth-child(4n + 2) {
    padding-left: 0px;
    padding-right: 0.5em;
  }
  .sitemap.grid.grid-25 > li:nth-child(4n + 3) {
    padding-left: 0.5em;
    padding-right: 0px;
  }
  .sitemap.grid.grid-25 > li:nth-child(4n + 4) {
    padding-left: 1em;
    padding-right: 0px;
  }
}

.sitemap .sitemap-item {
  height: 100%;
  border-width: 1px;
  border-color: #CCD1D9;
  border-style: solid;
}

.sitemap .sitemap-title {
  font-size: 1.25rem;
  line-height: 1.6em;
  display: block;
  text-decoration: none;
  color: #05866F;
  font-weight: bold;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 10px;
  padding-bottom: 10px;
  border-bottom-color: #02A189;
  border-bottom-width: 5px;
  border-bottom-style: solid;
}

@media screen and (min-width: 1025px) {
  .sitemap .sitemap-title:hover, .sitemap .sitemap-title:focus {
    color: #DA3705;
  }
}

.sitemap .sitemap-list {
  list-style: none;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 10px;
}

.sitemap .sitemap-list > li {
  padding: 5px 0px;
}

.sitemap .sitemap-list a {
  display: block;
  font-size: 1rem;
  text-decoration: none;
  color: #272727;
  line-height: 1.5em;
}

@media screen and (min-width: 1025px) {
  .sitemap .sitemap-list a:hover, .sitemap .sitemap-list a:focus {
    color: #DA3705;
  }
}

/* 相關連結 */
.relatedLinks {
  padding: 10px 15px;
  margin-top: 1em;
  margin-bottom: 1em;
  border-width: 1px;
  border-color: #CCD1D9;
  border-style: solid;
}

@media screen and (max-width: 480px) {
  .relatedLinks {
    padding: 15px 10px;
  }
}

.relatedLinks .relatedLinks-title {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.8em;
  color: #DA3705;
}

@media screen and (max-width: 767px) {
  .relatedLinks .relatedLinks-title {
    font-size: 1.3rem;
    line-height: 1.6em;
  }
}

.relatedLinks .relatedLinks-list {
  list-style: none;
  padding-left: 0px;
  margin-top: 5px;
  margin-bottom: 10px;
}

.relatedLinks .relatedLinks-list a {
  display: block;
  color: #656D78;
  text-decoration: none;
  position: relative;
  line-height: 30px;
  padding-left: 25px;
}

.relatedLinks .relatedLinks-list a::before {
  content: '';
  width: 7px;
  height: 7px;
  display: block;
  border-radius: 100%;
  background-color: #DA3705;
  position: absolute;
  top: calc((30px - 7px)/2);
  left: calc((25px - 7px)/2);
}

@media screen and (min-width: 1025px) {
  .relatedLinks .relatedLinks-list a:hover, .relatedLinks .relatedLinks-list a:focus {
    color: #DA3705;
  }
  .relatedLinks .relatedLinks-list a:hover::before, .relatedLinks .relatedLinks-list a:focus::before {
    background-color: #d30000;
  }
}

/* 影音專區 */
.video-list {
  margin-top: 1em;
  margin-bottom: 1em;
}

.video-list > li {
  width: 100%;
  margin-bottom: 20px;
}

@media screen and (min-width: 481px) {
  .video-list > li {
    width: 50%;
  }
  .video-list > li:nth-child(odd) {
    padding-right: 10px;
  }
  .video-list > li:nth-child(even) {
    padding-left: 10px;
  }
}

.video-list .video-item {
  border-width: 1px;
  border-color: #CCD1D9;
  border-style: solid;
}

.video-list .video-item .video-photo {
  width: 100%;
  height: 0px;
  padding-bottom: 67%;
  position: relative;
  overflow: hidden;
  margin: 0px;
}

.video-list .video-item .video-photo > img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  -o-object-fit: cover;
     object-fit: cover;
}

.video-list .video-item .video-title {
  font-size: 1.25rem;
  line-height: 1.6em;
  font-weight: bold;
  color: #0E8293;
  padding: 10px;
  text-align: center;
}

.video-list .video-item .video-itemList-btn {
  font-size: 1.25rem;
  line-height: 1.6em;
  display: block;
  background-color: #E6E9ED;
  color: #272727;
  text-align: center;
  text-decoration: none;
  padding: 10px;
}

.video-list .video-item .video-itemList-btn > span {
  color: inherit;
  line-height: 30px;
  display: block;
}

.video-list .video-item .video-itemList-btn > span::after {
  content: '';
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: top;
  background-color: #ffffff;
  background-image: url("../../images/icon/plus.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
  border: 1px #CCD1D9 solid;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.video-list .video-item .video-itemList-btn.is-open > span::after {
  background-image: url("../../images/icon/minus.svg");
}

.video-list .video-item .video-itemList {
  display: none;
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
  padding: 5px;
}

.video-list .video-item .video-itemList > li {
  line-height: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 30px;
}

.video-list .video-item .video-itemList > li > a {
  font-size: 1.125rem;
  line-height: 1.6em;
  display: block;
  color: #272727;
  line-height: 30px;
  position: relative;
  text-decoration: none;
}

.video-list .video-item .video-itemList > li > a::before {
  content: '';
  width: 10px;
  height: 10px;
  display: block;
  border-width: 2px;
  border-color: #05866F;
  border-style: solid;
  border-left: none;
  border-bottom: none;
  position: absolute;
  top: 9px;
  left: -25px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (min-width: 1025px) {
  .video-list .video-item .video-itemList > li > a:hover, .video-list .video-item .video-itemList > li > a:focus {
    color: #d30000;
  }
  .video-list .video-item .video-itemList > li > a:hover::before, .video-list .video-item .video-itemList > li > a:focus::before {
    border-color: #d30000;
  }
}

.videoPage {
  margin-bottom: 1em;
}

.videoPage .videoPage-video {
  position: relative;
  margin-bottom: 1em;
}

.videoPage .videoPage-video .videoPage-wrap {
  border-width: 3px;
  border-color: #95CBC3;
  border-style: solid;
  border-radius: 30px;
  padding: 20px;
}

.videoPage .videoPage-video::after {
  content: '';
  width: 32%;
  height: 0px;
  padding-bottom: 7%;
  display: block;
  background-image: url("../../images/video_under.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: auto;
  margin-top: -3px;
}

@media screen and (max-width: 480px) {
  .videoPage .videoPage-video .videoPage-wrap {
    border: none;
    padding: 0px;
  }
  .videoPage .videoPage-video::after {
    display: none;
  }
}

.videoPage .videoPage-title {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.8em;
  line-height: 45px;
  color: #05866F;
  margin-bottom: 10px;
}

.videoPage .videoPage-title::before {
  content: '';
  width: 45px;
  height: 45px;
  display: inline-block;
  vertical-align: top;
  background-image: url("../../images/icon/video.svg");
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center;
}

@media screen and (max-width: 767px) {
  .videoPage .videoPage-title {
    font-size: 1.3rem;
    line-height: 1.6em;
    line-height: 40px;
  }
  .videoPage .videoPage-title::before {
    width: 40px;
    height: 40px;
  }
}

/* 分眾導覽內頁列表（寶貝誕生） */
ul.category-question-list {
  list-style: none;
  padding-left: 0px;
  margin-top: 1em;
  margin-bottom: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

ul.category-question-list > li {
  width: 50%;
  border-width: 1px;
  border-color: #CCD1D9;
  border-style: solid;
}

@media screen and (max-width: 767px) {
  ul.category-question-list > li {
    width: 100%;
    border-bottom: none;
  }
  ul.category-question-list > li:last-child {
    border-bottom: 1px #CCD1D9 solid;
  }
}

ul.category-question-list .category-question-item {
  width: 100%;
  height: 100%;
  min-height: 280px;
  padding: 20px;
}

ul.category-question-list .category-question-item .item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1em;
}

ul.category-question-list .category-question-item .item-header .item-title {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.8em;
  width: calc(100% - 60px);
  line-height: 30px;
  color: #05866F;
}

@media screen and (max-width: 767px) {
  ul.category-question-list .category-question-item .item-header .item-title {
    font-size: 1.3rem;
    line-height: 1.6em;
  }
}

ul.category-question-list .category-question-item .item-header .item-logo {
  width: 60px;
  height: 60px;
  position: relative;
}

ul.category-question-list .category-question-item .item-header .item-logo > img {
  display: block;
  margin: 0px;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 480px) {
  ul.category-question-list .category-question-item .item-header .item-title {
    width: 100%;
  }
  ul.category-question-list .category-question-item .item-header .item-logo {
    display: none;
  }
}

ul.category-question-list .category-question-item .item-content {
  margin-bottom: 10px;
}

ul.category-question-list .category-question-item .item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 10px;
}

ul.category-question-list .category-question-item .item-link .more-btn {
  text-decoration: none;
  display: inline-block;
  position: relative;
  padding-right: 15px;
}

ul.category-question-list .category-question-item .item-link .more-btn::after {
  content: '';
  width: 10px;
  height: 10px;
  display: block;
  border-width: 2px;
  border-color: #DA3705;
  border-style: solid;
  border-left: none;
  border-bottom: none;
  position: absolute;
  top: calc((100% - 11px)/2);
  right: 3px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (min-width: 1025px) {
  ul.category-question-list .category-question-item .item-link .more-btn:hover, ul.category-question-list .category-question-item .item-link .more-btn:focus {
    text-decoration: underline;
  }
  ul.category-question-list .category-question-item .item-link .more-btn:hover::after, ul.category-question-list .category-question-item .item-link .more-btn:focus::after {
    right: 0px;
  }
}

ul.category-question-list .category-question-item > ul {
  list-style: none;
}

ul.category-question-list .category-question-item > ul li {
  padding: 5px 0px;
}

ul.category-question-list .category-question-item > ul li a {
  display: block;
  color: #656D78;
  text-decoration: none;
  line-height: 30px;
  position: relative;
}

ul.category-question-list .category-question-item > ul li a::before {
  content: '';
  width: 10px;
  height: 10px;
  display: block;
  border-width: 2px;
  border-color: #05866F;
  border-style: solid;
  border-left: none;
  border-bottom: none;
  position: absolute;
  top: calc((30px - 12px)/2);
  left: -20px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (min-width: 1025px) {
  ul.category-question-list .category-question-item > ul li a:hover, ul.category-question-list .category-question-item > ul li a:focus {
    color: #DA3705;
  }
}

@media screen and (max-width: 767px) {
  ul.category-question-list .category-question-item {
    min-height: auto;
    padding: 15px;
  }
}

@media screen and (max-width: 480px) {
  ul.category-question-list .category-question-item {
    padding: 15px 10px;
  }
}

/* 大事記的列表頁 */
ul.history-list {
  list-style: none;
  padding-left: 0px;
  margin-top: 1em;
  margin-bottom: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

ul.history-list > li {
  padding: 10px;
  width: auto;
}

@media screen and (min-width: 1321px) {
  ul.history-list > li:nth-child(4n+1) {
    padding-left: 0px;
  }
  ul.history-list > li:nth-child(4n+4) {
    padding-right: 0px;
  }
}

@media screen and (max-width: 1320px) {
  ul.history-list > li {
    width: 33.33%;
  }
}

@media screen and (max-width: 1000px) {
  ul.history-list > li {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  ul.history-list > li {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  ul.history-list > li {
    padding: 10px 0px;
  }
}

ul.history-list .history-item {
  width: 305px;
  height: 360px;
  position: relative;
  background-color: #ffffff;
  border-width: 1px;
  border-color: #CCD1D9;
  border-style: solid;
  border-radius: 7px;
  overflow: hidden;
}

ul.history-list .history-item .item-title {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.8em;
  color: #05866F;
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 100;
}

@media screen and (max-width: 767px) {
  ul.history-list .history-item .item-title {
    font-size: 1.4rem;
    line-height: 1.5em;
  }
}

ul.history-list .history-item .item-title-img {
  width: 100%;
  height: 0px;
  padding-bottom: 118%;
  position: absolute;
  left: 0px;
  top: 0px;
}

ul.history-list .history-item .item-title-img > img {
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  margin: 0px;
  left: 0px;
  top: 0px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1320px) {
  ul.history-list .history-item .item-title-img {
    position: relative;
  }
}

ul.history-list .history-item .item-img {
  width: 100%;
  height: 0px;
  padding-bottom: 56%;
  position: relative;
}

ul.history-list .history-item .item-img > img {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0px;
  position: absolute;
  left: 0px;
  top: 0px;
  -o-object-fit: cover;
     object-fit: cover;
}

ul.history-list .history-item .item-content {
  padding: 13px;
}

ul.history-list .history-item .item-content .history-date {
  background-color: #0e64a0;
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1em;
  padding: 10px 15px;
  display: inline-block;
  border-radius: 17px 17px 17px 0px;
}

ul.history-list .history-item .item-content .history-headline {
  margin: 10px 0px;
  line-height: 30px;
  height: auto;
  overflow: hidden;
  height: 60px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media screen and (max-width: 1320px) {
  ul.history-list .history-item .item-content .history-headline {
    display: block;
    height: auto;
    -webkit-line-clamp: unset;
  }
}

ul.history-list .history-item .item-content .history-feature {
  overflow: hidden;
  width: 100%;
  position: absolute;
  width: calc(100% - 13px * 2);
  bottom: 13px;
  left: 13px;
}

ul.history-list .history-item .item-content .history-feature > a {
  width: 50%;
  display: block;
  float: left;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  font-size: 1.05rem;
  color: #272727;
}

ul.history-list .history-item .item-content .history-feature > a > span {
  display: block;
  line-height: 30px;
}

ul.history-list .history-item .item-content .history-feature > a > span::before {
  content: '';
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: top;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 65%;
}

ul.history-list .history-item .item-content .history-feature > a.note-btn {
  border-right: 1px #CCD1D9 solid;
}

ul.history-list .history-item .item-content .history-feature > a.note-btn > span.d-add::before {
  background-image: url("../../images/icon/heart.svg");
}

ul.history-list .history-item .item-content .history-feature > a.note-btn > span.d-delete {
  display: none;
}

ul.history-list .history-item .item-content .history-feature > a.note-btn > span.d-delete::before {
  background-image: url("../../images/icon/heart_full.svg");
}

ul.history-list .history-item .item-content .history-feature > a.note-btn.is-added > span.d-add {
  display: none;
}

ul.history-list .history-item .item-content .history-feature > a.note-btn.is-added > span.d-delete {
  display: block;
}

ul.history-list .history-item .item-content .history-feature > a.more-btn > span::before {
  background-image: url("../../images/icon/plus.svg");
}

@media screen and (min-width: 1025px) {
  ul.history-list .history-item .item-content .history-feature > a:hover, ul.history-list .history-item .item-content .history-feature > a:focus {
    color: #DA3705;
  }
}

@media screen and (max-width: 480px) {
  ul.history-list .history-item .item-content .history-feature > a {
    font-size: 1rem;
  }
}

@media screen and (max-width: 400px) {
  ul.history-list .history-item .item-content .history-feature > a {
    font-size: 0.9rem;
  }
}

@media screen and (max-width: 1320px) {
  ul.history-list .history-item .item-content .history-feature {
    width: 100%;
    position: static;
  }
}

@media screen and (max-width: 480px) {
  ul.history-list .history-item .item-content {
    padding: 10px;
  }
}

ul.history-list .history-item.without-img .item-img {
  display: none;
}

ul.history-list .history-item.without-img .item-content .history-headline {
  height: 210px;
  -webkit-line-clamp: 7;
}

@media screen and (max-width: 1320px) {
  ul.history-list .history-item.without-img .item-content .history-headline {
    height: auto;
    -webkit-line-clamp: unset;
  }
}

@media screen and (max-width: 1320px) {
  ul.history-list .history-item {
    width: 100%;
    height: auto;
  }
}

/* 條件搜尋（大事記的年份月份搜尋項目） */
.conditionSearch {
  padding: 20px 25px;
  margin: 1em 0px;
  background-color: #E1EFF8;
  color: #0e64a0;
}

.conditionSearch .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px #CCD1D9 solid;
}

.conditionSearch .row:last-child {
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.conditionSearch .row .btn {
  margin-top: 0px;
  margin-bottom: 0px;
}

.conditionSearch .condition-label {
  width: 150px;
  color: #0e64a0;
  font-weight: bold;
  font-size: 1.25rem;
}

.conditionSearch .condition-label > label {
  color: inherit;
}

.conditionSearch .condition-item {
  width: calc(100% - 150px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.conditionSearch .condition-item label {
  color: #0e64a0;
  font-weight: bold;
}

.conditionSearch .condition-item input[type="text"],
.conditionSearch .condition-item input[type="number"] {
  background-color: #ffffff;
  border-radius: 6px;
}

.conditionSearch .condition-item .fieldset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.conditionSearch .condition-item .iptbox-inline label {
  margin-right: 10px;
}

.conditionSearch .condition-item .iptbox-inline input[type="text"],
.conditionSearch .condition-item .iptbox-inline input[type="number"] {
  width: 100px;
}

.conditionSearch .condition-item .iptbox-main input[type="text"] {
  border-radius: 6px 0px 0px 6px;
  border: none;
}

.conditionSearch .condition-item .iptbox-main .search-submit-btn {
  border-radius: 0px 6px 6px 0px;
}

.conditionSearch .radio-select > input[type='radio']:checked + label,
.conditionSearch .radio-select > input[type='radio']:focus + label {
  border-color: #d30000;
  color: #d30000;
}

@media screen and (max-width: 1280px) {
  .conditionSearch .condition-label {
    width: 100%;
    margin-bottom: 5px;
  }
  .conditionSearch .condition-item {
    width: 100%;
  }
}

@media screen and (max-width: 1000px) {
  .conditionSearch {
    padding: 15px;
  }
  .conditionSearch .condition-label {
    margin-bottom: 10px;
  }
  .conditionSearch .condition-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .conditionSearch .condition-item .fieldset {
    width: 100%;
    margin-bottom: 5px;
  }
  .conditionSearch .condition-item .fieldset:last-child {
    margin-bottom: 0px;
  }
  .conditionSearch .radio-select > input[type='radio'] + label {
    padding: 5px 15px;
  }
}

@media screen and (max-width: 480px) {
  .conditionSearch {
    padding: 15px 10px;
  }
  .conditionSearch .radio-select > input[type='radio'] + label {
    padding: 5px 10px;
    font-size: 0.9rem;
  }
  .conditionSearch .condition-item input[type="text"],
  .conditionSearch .condition-item input[type="number"] {
    width: 100%;
    height: 35px;
  }
  .conditionSearch .condition-item .iptbox-main {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .conditionSearch .condition-item .iptbox-main input[type="text"],
  .conditionSearch .condition-item .iptbox-main input[type="number"] {
    width: calc(100% - 35px);
  }
}

/* 頁籤 */
.navtabs {
  margin: 1em 0px;
}

.navtabs .mobile-itemlist {
  width: 100%;
  display: block;
  position: relative;
  text-align: center;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}

.navtabs .mobile-itemlist > .navtabs-btn {
  width: auto;
  display: inline-block;
  vertical-align: bottom;
}

@media screen and (min-width: 1025px) {
  .navtabs .mobile-itemlist {
    display: none;
  }
}

.navtabs .navtabs-itemlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.navtabs .navtabs-itemlist > .navtabs-item {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .navtabs .navtabs-itemlist .navtabs-btn {
    display: none;
  }
}

.navtabs .navtabs-btn {
  display: block;
  text-decoration: none;
  text-align: center;
}

.navtabs .navtabs-content {
  display: none;
  position: absolute;
  width: 100%;
  left: 0px;
}

.agency-tabs .mobile-itemlist > .navtabs-btn {
  padding: 10px 20px;
  margin: 0px 10px;
  border-radius: 5px;
}

@media screen and (max-width: 480px) {
  .agency-tabs .mobile-itemlist > .navtabs-btn {
    font-size: 1rem;
    padding: 5px 15px;
    margin: 0px 5px;
  }
}

.agency-tabs .navtabs-btn {
  padding: 10px 20px;
  line-height: 30px;
  background-color: #E6E9ED;
  color: #272727;
  font-weight: bold;
  font-size: 1.2rem;
}

.agency-tabs .navtabs-btn.current {
  background-color: #0E8293;
  color: #ffffff;
}

@media screen and (min-width: 1025px) {
  .agency-tabs .navtabs-btn:hover, .agency-tabs .navtabs-btn:focus {
    background-color: #0E8293;
    color: #ffffff;
  }
}

.agency-tabs .navtabs-content {
  padding: 30px 0px;
}

@media screen and (max-width: 480px) {
  .agency-tabs .navtabs-content {
    padding: 1em 0px;
  }
}

.indexnews-tabs {
  margin: 0px;
}

.indexnews-tabs .navtabs-btn {
  font-size: 1.25rem;
  line-height: 1.6em;
  padding: 10px;
  background-color: #efeff4;
  color: #000000;
}

.indexnews-tabs .navtabs-btn.current {
  background-color: #05866F;
  color: #ffffff;
}

.indexnews-tabs .navtabs-content {
  padding: 15px 0px;
}

@media screen and (max-width: 767px) {
  .indexnews-tabs .navtabs-content {
    padding: 0px;
  }
}

.indexnews-tabs .navtabs-content .row {
  padding: 0px 10px;
  overflow: hidden;
}

.indexnews-tabs .navtabs-content .row .btn {
  font-size: 1.25rem;
  line-height: 1.6em;
  padding: 10px 25px;
  line-height: 1em;
  float: right;
}

@media screen and (max-width: 1000px) {
  .indexnews-tabs .navtabs-content .row .btn {
    font-size: 1.125rem;
    line-height: 1.6em;
    padding: 10px 20px;
  }
}

@media screen and (max-width: 767px) {
  .indexnews-tabs .navtabs-content .row .btn {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    text-align: center;
    font-size: 1rem;
  }
}

.indexnews-tabs .navtabs-content .row .rss-btn {
  font-size: 1.25rem;
  line-height: 1.6em;
  color: #656D78;
  float: left;
  font-weight: bold;
}

.indexnews-tabs .navtabs-content .row .rss-btn::before {
  content: '\f09e';
  font-weight: 900;
  font-family: 'Font Awesome 5 Free';
  margin-right: 10px;
}

@media screen and (min-width: 1025px) {
  .indexnews-tabs .navtabs-content .row .rss-btn:hover, .indexnews-tabs .navtabs-content .row .rss-btn:focus {
    color: #DA3705;
  }
}

@media screen and (max-width: 1000px) {
  .indexnews-tabs .navtabs-content .row .rss-btn {
    font-size: 1.125rem;
    line-height: 1.6em;
  }
}

@media screen and (max-width: 767px) {
  .indexnews-tabs .navtabs-content .row .rss-btn {
    width: 100%;
    display: block;
    float: none;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 1000px) {
  .indexnews-tabs .navtabs-content .row {
    padding: 10px 0px;
  }
}

.indexnews-tabs .mobile-itemlist .navtabs-btn {
  font-size: 1.125rem;
  line-height: 1.6em;
  line-height: 1.2em;
  margin: 0px 10px 10px;
  border-width: 1px;
  border-color: #CCD1D9;
  border-style: solid;
  background-color: #ffffff;
  border-radius: 5px;
}

.indexnews-tabs .mobile-itemlist .navtabs-btn.current {
  background-color: #05866F;
  color: #ffffff;
  border-color: #05866F;
}

@media screen and (max-width: 480px) {
  .indexnews-tabs .mobile-itemlist .navtabs-btn {
    font-size: 1rem;
    margin: 0px 5px 10px;
    padding: 5px 10px;
  }
}

.indexnews-list {
  margin-bottom: 10px;
}

@media screen and (max-width: 1000px) {
  .indexnews-list {
    margin-bottom: 0px;
  }
}

.indexnews-list > li {
  border-bottom: 1px #CCD1D9 solid;
}

.indexnews-list > li:last-child {
  border-bottom: none;
}

.indexnews-list .indexnews-link {
  font-size: 1.25rem;
  line-height: 1.6em;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  line-height: 35px;
}

@media screen and (min-width: 1025px) {
  .indexnews-list .indexnews-link:hover .indexnews-date, .indexnews-list .indexnews-link:focus .indexnews-date {
    color: #DA3705;
  }
  .indexnews-list .indexnews-link:hover .indexnews-headline, .indexnews-list .indexnews-link:focus .indexnews-headline {
    color: #DA3705;
  }
  .indexnews-list .indexnews-link:hover .indexnews-badge, .indexnews-list .indexnews-link:focus .indexnews-badge {
    background-color: #DA3705;
    color: #ffffff;
  }
}

@media screen and (max-width: 1000px) {
  .indexnews-list .indexnews-link {
    font-size: 1.125rem;
    line-height: 1.6em;
    padding: 10px 0px;
    line-height: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 480px) {
  .indexnews-list .indexnews-link {
    font-size: 1rem;
  }
}

.indexnews-list .indexnews-date {
  width: 140px;
  -ms-flex-preferred-size: 140px;
      flex-basis: 140px;
  color: #05866F;
}

@media screen and (max-width: 1000px) {
  .indexnews-list .indexnews-date {
    width: 110px;
    -ms-flex-preferred-size: 110px;
        flex-basis: 110px;
  }
}

.indexnews-list .indexnews-badge {
  padding: 5px 10px;
  margin: 0px 10px;
  font-size: 1rem;
  line-height: 1em;
  color: #DA3705;
  border-width: 1px;
  border-color: #DA3705;
  border-style: solid;
  border-radius: 5px;
  word-break: keep-all;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

@media screen and (max-width: 1000px) {
  .indexnews-list .indexnews-badge {
    margin: 0px;
  }
}

.indexnews-list .indexnews-headline {
  -ms-flex-preferred-size: calc(100% - 140px);
      flex-basis: calc(100% - 140px);
  height: 35px;
  color: #656D78;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.indexnews-list .indexnews-headline.EmptyData {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.8em;
  text-align: center;
  height: auto;
}

@media screen and (max-width: 1000px) {
  .indexnews-list .indexnews-headline {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    height: 30px;
    margin: 5px 0px;
  }
}

/* 頁籤裡面的頁籤（辦事處列表的地圖/列表模式） */
.tabItems-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}

.tabItems-list .tabItems-item .tabItems-btn {
  display: block;
  text-decoration: none;
}

.tabItems-list .tabItems-item .tabItems-content {
  display: none;
  width: 100%;
  position: absolute;
  left: 0px;
  padding: 20px 0px;
}

.tabItems-list.hide-map .tabItems-item .tabItems-btn {
  height: 0px;
  display: none;
}

.tabItems-list.hide-map .tabItems-item .tabItems-content {
  padding: 0px;
}

/* 辦事處列表的模式選擇按鈕（地圖/列表模式） */
.mode-btn {
  display: inline-block;
  padding: 10px 30px;
  text-decoration: none;
  line-height: 30px;
  background-color: #E6E9ED;
  color: #272727;
  font-weight: bold;
  font-size: 1.2rem;
  text-align: center;
}

.mode-btn.current {
  background-color: #DA3705;
  color: #ffffff;
}

@media screen and (min-width: 1025px) {
  .mode-btn:hover, .mode-btn:focus {
    background-color: #d30000;
    color: #ffffff;
  }
}

.mode-btn::before {
  content: '';
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: top;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 10px;
}

.mode-btn.icon-list {
  border-radius: 10px 0px 0px 10px;
}

.mode-btn.icon-list::before {
  background-image: url("../../images/icon/list.svg");
}

.mode-btn.icon-list.current::before {
  background-image: url("../../images/icon/list_white.svg");
}

@media screen and (min-width: 1025px) {
  .mode-btn.icon-list:hover::before, .mode-btn.icon-list:focus::before {
    background-image: url("../../images/icon/list_white.svg");
  }
}

.mode-btn.icon-map {
  border-radius: 0px 10px 10px 0px;
}

.mode-btn.icon-map::before {
  background-image: url("../../images/icon/map.svg");
}

.mode-btn.icon-map.current::before {
  background-image: url("../../images/icon/map_white.svg");
}

@media screen and (min-width: 1025px) {
  .mode-btn.icon-map:hover::before, .mode-btn.icon-map:focus::before {
    background-image: url("../../images/icon/map_white.svg");
  }
}

/* 各地辦事處導覽頁列表 */
.agency-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

ul.agency-list {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
}

.agency-list > li {
  padding: 10px;
}

@media screen and (min-width: 1025px) {
  .agency-list > li {
    width: 33.33%;
  }
  .agency-list > li:nth-child(3n + 1) {
    padding-left: 0px;
  }
  .agency-list > li:nth-child(3n + 3) {
    padding-right: 0px;
  }
}

@media screen and (max-width: 1024px) {
  .agency-list > li {
    width: 50%;
  }
  .agency-list > li:nth-child(odd) {
    padding-left: 0px;
  }
  .agency-list > li:nth-child(even) {
    padding-right: 0px;
  }
}

@media screen and (max-width: 767px) {
  .agency-list > li {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media screen and (max-width: 480px) {
  .agency-list > li {
    padding-top: 0px;
  }
}

.agency-item {
  width: 100%;
  height: 100%;
  background-color: #E6E9ED;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.agency-item .item-title {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.8em;
  width: 100%;
  color: #05866F;
  line-height: 30px;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .agency-item .item-title {
    font-size: 1.3rem;
    line-height: 1.6em;
  }
}

.agency-item a.item-title {
  display: block;
  width: 100%;
  text-decoration: none;
}

@media screen and (min-width: 1025px) {
  .agency-item a.item-title:focus, .agency-item a.item-title:hover {
    color: #DA3705;
  }
}

.agency-item .item-info {
  width: 100%;
  list-style: none;
  padding-left: 35px;
  margin-bottom: 15px;
}

.agency-item .item-info > li {
  position: relative;
  line-height: 33px;
}

.agency-item .item-info > li::before {
  content: '';
  width: 33px;
  height: 33px;
  display: block;
  position: absolute;
  left: -35px;
  background-size: 65%;
  background-position: center;
  background-repeat: no-repeat;
}

.agency-item .item-info > li.icon-phone {
  color: #DA3705;
  font-weight: bold;
}

.agency-item .item-info > li.icon-phone::before {
  background-image: url("../../images/icon/phone.svg");
}

.agency-item .item-info > li.icon-address::before {
  background-image: url("../../images/icon/placeholder.svg");
}

.agency-item .item-info > li.icon-time::before {
  background-image: url("../../images/icon/clock.svg");
}

@media screen and (max-width: 1024px) {
  .agency-item .item-info > li {
    line-height: 30px;
  }
  .agency-item .item-info > li::before {
    width: 30px;
    height: 30px;
  }
}

.agency-item .item-features {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.agency-item .item-features .btn {
  padding: 10px 20px;
  margin: 0px 5px;
  border-radius: 0px;
}

@media screen and (max-width: 480px) {
  .agency-item .item-features {
    margin-bottom: 0px;
  }
  .agency-item .item-features .btn {
    width: 100%;
    margin: 0px 0px 10px;
  }
  .agency-item .item-features .btn:last-child {
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 1024px) {
  .agency-item {
    padding: 15px;
  }
}

@media screen and (max-width: 767px) {
  .agency-item {
    display: block;
  }
}

@media screen and (max-width: 480px) {
  .agency-item {
    padding: 20px 10px;
  }
}

/* 各地辦事處導覽頁地圖 */
.agency-map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #E6E9ED;
  width: 100%;
  height: 700px;
}

.agency-map .agency-map-sideMap {
  width: calc(100% - 500px);
  padding: 20px;
}

.agency-map .agency-map-sideMap .item-wrap {
  width: 100%;
  height: 100%;
}

.agency-map .agency-map-sideMap .googlemap {
  width: 100%;
  height: 100%;
  background-color: #000000;
}

.agency-map .agency-map-sideList {
  width: 500px;
  padding: 20px;
}

.agency-map .agency-map-sideList > ul {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
  width: 100%;
  height: 100%;
}

.agency-map .agency-map-sideList > ul .agency-item {
  padding: 15px;
  border-bottom: 1px #CCD1D9 solid;
}

@media screen and (max-width: 1024px) {
  .agency-map {
    display: none;
  }
}

/* 表單頁 */
.form-group .form-article {
	padding: 15px;
	margin-top: 1em;
	margin-bottom: 2em;
	border-bottom: 1px solid #C8D7E3;
}

@media screen and (max-width: 400px) {
  .form-group .form-article {
    padding: 15px 10px;
  }
}

.form-group .form-hr {
  border-bottom-width: 1px;
  border-bottom-color: rgba(2, 161, 137, 0.6);
  border-bottom-style: solid;
  margin-bottom: 1.5em;
}

.form-group .form-title {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.8em;
  color: #008773;
  margin-bottom: 0.5em;
}

@media screen and (max-width: 767px) {
  .form-group .form-title {
    font-size: 1.3rem;
    line-height: 1.6em;
  }
}

.form-group .form-subtitle {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.8em;
  color: #007a98;
  margin-bottom: 0.5em;
}

@media screen and (max-width: 767px) {
  .form-group .form-subtitle {
    font-size: 1.3rem;
    line-height: 1.6em;
  }
}

.form-group .form-result {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.8em;
  color: #DA3705;
  margin-bottom: 0.5em;
}

@media screen and (max-width: 767px) {
  .form-group .form-result {
    font-size: 1.3rem;
    line-height: 1.6em;
  }
}

.form-group .form-caption {
  width: 100%;
  display: block;
  font-weight: bold;
  margin-bottom: 0.3em;
}

.form-group .form-text {
  font-size: 1rem;
  color: #DA3705;
  margin-bottom: 0px;
  word-break: break-word;
}

.form-group .form-legend {
  font-size: 1rem;
  background-color: #e9e9e9;
  padding: 15px;
  color: #d30000;
}

.form-group .form-legend p, .form-group .form-legend li, .form-group .form-legend strong {
  color: #d30000;
}

@media screen and (max-width: 400px) {
  .form-group .form-legend {
    padding: 10px;
  }
}

.form-group .form-copyright {
  font-size: 1rem;
  color: #DA3705;
  margin-top: 3em;
}

.form-group .form-copyright p, .form-group .form-copyright li, .form-group .form-copyright strong {
  color: #DA3705;
}

.form-group .form-textarea {
  display: block;
  min-height: 250px;
  line-height: 1.6em;
  border-width: 1px;
  border-color: #CCD1D9;
  border-style: solid;
  background-color: #E6E9ED;
  padding: 10px;
  margin: 0.5em 0px;
  font-size: 1rem;
}

.form-group .form-status {
  padding: 5px 10px;
  margin-bottom: 1em;
  background-color: #d8eeeb;
  color: #0C5D4E;
}

.form-group .form-status .form-status-title {
  font-size: 1.25rem;
  line-height: 1.6em;
  display: inline;
  font-weight: bold;
  color: #0C5D4E;
}

.form-group .form-status .form-status-content {
  font-size: 1.25rem;
  line-height: 1.6em;
  display: inline;
  font-weight: bold;
  color: #d30000;
}

.form-group .form-table {
  width: 100%;
  margin-top: 1em;
  margin-bottom: 1em;
}

.form-group .form-table tr th, .form-group .form-table tr td {
  border-color: #ffffff;
  text-align: center;
  padding: 10px 5px;
  font-size: 1rem;
  line-height: 1.4em;
}

.form-group .form-table tr th {
  background-color: #d8eeeb;
  color: #0C5D4E;
  font-weight: bold;
}

.form-group .form-table tr td {
  background-color: #e9e9e9;
}

.form-group .form-table .radio-normal > input[type='radio'] + label::before {
  background-color: #ffffff;
}

.form-group .form-table .radio-normal > input[type='radio']:checked + label::before,
.form-group .form-table .radio-normal > input[type='radio']:focus + label::before {
  background-color: #FF7247;
}

.form-group .form-table em {
  font-style: normal;
  color: #d30000;
}

.form-group .form-table small {
  display: block;
  font-weight: bold;
}

.form-group .form-table.align-around tr th, .form-group .form-table.align-around tr td {
  padding: 10px;
}

.form-group .form-table.align-around tr th:first-child, .form-group .form-table.align-around tr td:first-child {
  text-align: left;
}

.form-group .form-table.align-around tr th:last-child, .form-group .form-table.align-around tr td:last-child {
  text-align: right;
}

.form-group .form-table .btn {
  padding: 7px;
}

.form-group ol, .form-group ul {
  padding-left: 30px;
}

.form-group p, .form-group ol, .form-group ul {
  margin-bottom: 0.3em;
}

.form-group p:last-child {
  margin-bottom: 0px;
}

.form-group input[type='submit'],
.form-group input[type='reset'],
.form-group input[type='button'] {
  font-size: inherit;
}

.form-group .captcha-img {
  display: inline-block;
  vertical-align: middle;
  margin: 0.3em 0px;
}

.form-group .captcha-img > img {
  height: 40px !important;
  margin: 0px;
}

.form-group .btn.addsubmit-btn {
  min-width: auto;
  margin: 0px;
}

.form-group .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0.5em;
}

.form-group .row.align-center {
  display: block;
  text-align: center;
}

.form-group .row.align-left {
  display: block;
  text-align: left;
}

.form-group .row.align-right {
  display: block;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .form-group .row .btn {
    margin: 0.5em 0px;
  }
}

.form-group .row .btn-legend {
  margin: 0px auto;
}

.form-group .row:last-child {
  margin-bottom: 0px;
}

.form-group .fieldset {
  width: 100%;
  margin-bottom: 0.3em;
}

.form-group .fieldset.col-100 {
  width: 100%;
}

.form-group .fieldset.col-50 {
  width: 50%;
}

@media screen and (min-width: 768px) {
  .form-group .fieldset.col-50:nth-child(odd) {
    padding-right: 7px;
  }
  .form-group .fieldset.col-50:nth-child(even) {
    padding-left: 7px;
  }
}

.form-group .fieldset.col-25 {
  width: 25%;
}

@media screen and (min-width: 768px) {
  .form-group .fieldset.col-25 {
    padding: 0px 7px;
  }
}

@media screen and (max-width: 767px) {
  .form-group .fieldset.col-50 {
    width: 100%;
  }
  .form-group .fieldset.col-25 {
    width: 50%;
    padding-right: 7px;
  }
  .form-group .fieldset.col-25 + .col-25 {
    padding-left: 7px;
    padding-right: 0px;
  }
}

@media screen and (max-width: 480px) {
  .form-group .fieldset.col-25 {
    width: 100%;
    padding-right: 0px;
  }
  .form-group .fieldset.col-25 + .col-25 {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.form-group .fieldset label {
  width: 100%;
  display: block;
  margin-bottom: 0.3em;
}

.form-group .fieldset label em {
  color: #E12D3C;
  font-style: initial;
  display: inline-block;
  margin-right: 5px;
}

.form-group .fieldset .row-title {
  width: auto;
  min-width: 100px;
  display: inline-block;
  text-align: left;
}

.form-group .fieldset .row-title.text-right {
  text-align: right;
}

.form-group .fieldset .row-title.text-left {
  text-align: left;
}

.form-group .fieldset .row-title.text-center {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .form-group .fieldset .row-title {
    width: 100%;
    display: block;
    text-align: left;
  }
  .form-group .fieldset .row-title.text-right, .form-group .fieldset .row-title.text-left, .form-group .fieldset .row-title.text-center {
    text-align: left;
  }
}

.form-group .fieldset .row-content {
  width: auto;
  display: inline-block;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .form-group .fieldset .row-content {
    width: 100%;
    display: block;
    text-align: left;
  }
}

.form-group .fieldset input[type='text'],
.form-group .fieldset input[type='file'],
.form-group .fieldset input[type='password'],
.form-group .fieldset input[type='number'],
.form-group .fieldset select {
  width: 100%;
  height: 40px;
  line-height: 1em;
}

.form-group .fieldset input[type='text'].col-self-100,
.form-group .fieldset input[type='file'].col-self-100,
.form-group .fieldset input[type='password'].col-self-100,
.form-group .fieldset input[type='number'].col-self-100,
.form-group .fieldset select.col-self-100 {
  width: 100%;
}

.form-group .fieldset input[type='text'].col-self-50,
.form-group .fieldset input[type='file'].col-self-50,
.form-group .fieldset input[type='password'].col-self-50,
.form-group .fieldset input[type='number'].col-self-50,
.form-group .fieldset select.col-self-50 {
  width: calc(50% - 7px);
}

.form-group .fieldset input[type='text'].col-self-25,
.form-group .fieldset input[type='file'].col-self-25,
.form-group .fieldset input[type='password'].col-self-25,
.form-group .fieldset input[type='number'].col-self-25,
.form-group .fieldset select.col-self-25 {
  width: 25%;
}

.form-group .fieldset input[type='text'].col-self-small,
.form-group .fieldset input[type='file'].col-self-small,
.form-group .fieldset input[type='password'].col-self-small,
.form-group .fieldset input[type='number'].col-self-small,
.form-group .fieldset select.col-self-small {
  width: 100px;
  margin-bottom: 0.5em;
}

.form-group .fieldset input[type='text'].col-self-small-half,
.form-group .fieldset input[type='file'].col-self-small-half,
.form-group .fieldset input[type='password'].col-self-small-half,
.form-group .fieldset input[type='number'].col-self-small-half,
.form-group .fieldset select.col-self-small-half {
  width: calc(100% - 110px);
}

@media screen and (max-width: 767px) {
  .form-group .fieldset input[type='text'].col-self-50,
  .form-group .fieldset input[type='file'].col-self-50,
  .form-group .fieldset input[type='password'].col-self-50,
  .form-group .fieldset input[type='number'].col-self-50,
  .form-group .fieldset select.col-self-50 {
    width: 100%;
  }
  .form-group .fieldset input[type='text'].col-self-25,
  .form-group .fieldset input[type='file'].col-self-25,
  .form-group .fieldset input[type='password'].col-self-25,
  .form-group .fieldset input[type='number'].col-self-25,
  .form-group .fieldset select.col-self-25 {
    width: 100%;
  }
  .form-group .fieldset input[type='text'].col-self-small,
  .form-group .fieldset input[type='file'].col-self-small,
  .form-group .fieldset input[type='password'].col-self-small,
  .form-group .fieldset input[type='number'].col-self-small,
  .form-group .fieldset select.col-self-small {
    width: 80px;
  }
  .form-group .fieldset input[type='text'].col-self-small-half,
  .form-group .fieldset input[type='file'].col-self-small-half,
  .form-group .fieldset input[type='password'].col-self-small-half,
  .form-group .fieldset input[type='number'].col-self-small-half,
  .form-group .fieldset select.col-self-small-half {
    width: calc(100% - 90px);
  }
}

.form-group .fieldset input[type='file'] {
  height: auto;
  line-height: 1em;
  cursor: pointer;
}

.form-group .fieldset textarea {
  width: 100%;
  height: 250px;
}

.form-group .fieldset small {
  font-size: 1rem;
  margin-left: 10px;
  display: inline-block;
}

.form-group .fieldset small.invalid-feedback {
  display: none;
  width: 100%;
  color: #E12D3C;
}

@media screen and (max-width: 480px) {
  .form-group .fieldset small {
    display: block;
    margin-left: 0px;
  }
}

.form-group .fieldset.is-invalid .invalid-feedback {
  display: block;
}

.form-group .fieldset.is-invalid input[type='text'],
.form-group .fieldset.is-invalid input[type='file'],
.form-group .fieldset.is-invalid input[type='password'],
.form-group .fieldset.is-invalid input[type='number'],
.form-group .fieldset.is-invalid select {
  border-color: #E12D3C;
  outline-color: #DF1111;
}

.form-group .fieldset .radio-normal {
  margin-right: 10px;
}

.form-group .fieldset.fieldset-inline label {
  display: inline;
}

/* 狀態區塊 */
.statusBlk {
  padding: 20px 0px;
}

.statusBlk .statusBlk-img {
  width: 150px;
  height: 150px;
}

@media screen and (max-width: 480px) {
  .statusBlk .statusBlk-img {
    width: 100px;
    height: 100px;
  }
}

/* 我的記事本 */
.collectbox {
  border-width: 1px;
  border-color: #CCD1D9;
  border-style: solid;
  padding: 20px;
}

.collectbox + .collectbox {
  border-top: none;
}

@media screen and (max-width: 767px) {
  .collectbox {
    border: none;
    padding: 0px;
  }
}

.collectbox .collectbox-title {
  font-size: 0rem;
  margin-bottom: 10px;
}

.collectbox .collectbox-title.color-blue {
  color: #0e64a0;
}

.collectbox .collectbox-title.color-green {
  color: #058623;
}

.collectbox .collectbox-title.color-purple {
  color: #c82d5d;
}

.collectbox .collectbox-title .collectbox-icon {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 40px;
  position: relative;
  margin-right: 10px;
}

.collectbox .collectbox-title .collectbox-icon > img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  margin-bottom: 0px;
}

.collectbox .collectbox-title .collectbox-caption {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.8em;
  line-height: 40px;
  display: inline-block;
  vertical-align: top;
  color: inherit;
}

@media screen and (max-width: 767px) {
  .collectbox .collectbox-title .collectbox-caption {
    font-size: 1.3rem;
    line-height: 1.6em;
    line-height: 40px;
  }
}

.collectbox .collectbox-list {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
  counter-reset: collectbox;
}

.collectbox .collectbox-list > li {
  padding: 10px 0px;
  counter-increment: collectbox;
  border-bottom: 1px #CCD1D9 solid;
}

.collectbox .collectbox-list > li:last-child {
  border-bottom: none;
}

@media screen and (max-width: 767px) {
  .collectbox .collectbox-list > li {
    padding: 15px 0px;
  }
}

.collectbox .collectbox-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.collectbox .collectbox-item .collectbox-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 120px);
}

.collectbox .collectbox-item .collectbox-heading .collectbox-date {
  min-width: 120px;
  padding-right: 10px;
  line-height: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  word-break: keep-all;
  overflow: hidden;
  color: #DA3705;
}

.collectbox .collectbox-item .collectbox-heading .collectbox-date::before {
  content: counter(collectbox);
  width: 30px;
  height: 30px;
  font-size: 1rem;
  display: inline-block;
  border-radius: 100%;
  background-color: #FF7247;
  color: #ffffff;
  text-align: center;
  line-height: 30px;
  margin-right: 10px;
}

.collectbox .collectbox-item .collectbox-heading .collectbox-legend {
  width: calc(100% - 120px);
  height: 30px;
  line-height: 30px;
  display: block;
  overflow: hidden;
  -ms-flex-negative: 4;
      flex-shrink: 4;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-decoration: none;
  color: #656D78;
}

@media screen and (min-width: 1025px) {
  .collectbox .collectbox-item .collectbox-heading .collectbox-legend:hover, .collectbox .collectbox-item .collectbox-heading .collectbox-legend:focus {
    color: #DA3705;
  }
}

@media screen and (max-width: 767px) {
  .collectbox .collectbox-item .collectbox-heading .collectbox-legend {
    width: 100%;
    height: auto;
    display: block;
    margin: 15px 0px;
  }
}

@media screen and (max-width: 480px) {
  .collectbox .collectbox-item .collectbox-heading .collectbox-legend {
    max-height: 120px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    padding: 0px;
  }
}

@media screen and (max-width: 767px) {
  .collectbox .collectbox-item .collectbox-heading {
    width: calc(100% - 35px);
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.collectbox .collectbox-item .collectbox-delete {
  display: block;
  position: relative;
  text-decoration: none;
  color: #656D78;
  background-color: #ffffff;
  border-width: 1px;
  border-color: #CCD1D9;
  border-style: solid;
  padding: 4px;
  padding-right: 25px;
  line-height: 30px;
  border-radius: 20px;
  text-align: center;
  font-size: 1rem;
}

.collectbox .collectbox-item .collectbox-delete::before {
  content: '';
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  background-color: #FF7247;
  background-image: url("../../images/icon/close_white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40%;
  border-radius: 100%;
}

@media screen and (min-width: 1025px) {
  .collectbox .collectbox-item .collectbox-delete:hover, .collectbox .collectbox-item .collectbox-delete:focus {
    background-color: #DA3705;
    border-color: #DA3705;
    color: #ffffff;
  }
  .collectbox .collectbox-item .collectbox-delete:hover::before, .collectbox .collectbox-item .collectbox-delete:focus::before {
    background-color: #DA3705;
  }
}

@media screen and (max-width: 767px) {
  .collectbox .collectbox-item .collectbox-delete {
    font-size: 0rem;
    padding: 0px;
    border: none;
  }
  .collectbox .collectbox-item .collectbox-delete::before {
    font-size: 0rem;
    margin-right: 0px;
  }
}

@media screen and (min-width: 1025px) {
  .collectbox .collectbox-item.d-block {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .collectbox .collectbox-item.d-block .collectbox-heading {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .collectbox .collectbox-item.d-block .collectbox-heading .collectbox-legend {
    width: 100%;
    height: auto;
    display: block;
    padding: 15px 0px;
  }
}

@media screen and (max-width: 767px) {
  .collectbox .collectbox-item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.collectbox-instructions {
  background-color: #e9e9e9;
  margin-bottom: 1em;
  border-radius: 7px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  padding-right: 25px;
}

@media screen and (max-width: 480px) {
  .collectbox-instructions {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.collectbox-instructions a {
  color: #bf350b;
}

.collectbox-instructions a:active {
  color: #DA3705;
}

@media screen and (min-width: 1025px) {
  .collectbox-instructions a:hover {
    color: #DA3705;
  }
  .collectbox-instructions a:focus {
    color: #DA3705;
    outline-color: #DA3705;
  }
}

.collectbox-instructions > ul:last-child,
.collectbox-instructions > ol:last-child,
.collectbox-instructions > p:last-child {
  margin-bottom: 0px;
}

/* 伸縮選單 */
.foldmenu > li {
  margin: 1px 0px;
}

.foldmenu .foldmenu-btn {
  font-size: 1.25rem;
  line-height: 1.6em;
  display: block;
  position: relative;
  line-height: 35px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 55px;
  background-color: #05866F;
  color: #ffffff;
}

.foldmenu .foldmenu-btn::after {
  content: '';
  width: 25px;
  height: 35px;
  display: block;
  position: absolute;
  top: 15px;
  right: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("../../images/icon/arrow-down_white.svg");
}

@media screen and (max-width: 1000px) {
  .foldmenu .foldmenu-btn::after {
    top: 10px;
  }
}

.foldmenu .foldmenu-btn.is-open {
  background-color: #0C5D4E;
}

.foldmenu .foldmenu-btn.is-open::after {
  background-image: url("../../images/icon/arrow-up_white.svg");
}

.foldmenu .foldmenu-btn.foldmenu-link::after {
  display: none;
}

@media screen and (min-width: 1025px) {
  .foldmenu .foldmenu-btn:hover, .foldmenu .foldmenu-btn:focus {
    background-color: #0C5D4E;
  }
}

@media screen and (max-width: 1000px) {
  .foldmenu .foldmenu-btn {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 55px;
  }
}

@media screen and (max-width: 480px) {
  .foldmenu .foldmenu-btn {
    font-size: 1.125rem;
  }
}

.foldmenu .foldmenu-list {
  display: none;
  background-color: #ffffff;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 15px;
}

.foldmenu .foldmenu-list > li {
  padding: 5px 0px;
}

.foldmenu .foldmenu-list a {
  font-size: 1.125rem;
  line-height: 1.6em;
  display: block;
  line-height: 30px;
  padding-left: 15px;
  color: #656D78;
  position: relative;
  overflow: hidden;
}

.foldmenu .foldmenu-list a::before {
  content: '';
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background-color: #DA3705;
  position: absolute;
  top: calc((30px - 8px)/2);
  left: 0px;
}

@media screen and (min-width: 1025px) {
  .foldmenu .foldmenu-list a:hover, .foldmenu .foldmenu-list a:focus {
    color: #DA3705;
  }
}

@media screen and (max-width: 480px) {
  .foldmenu .foldmenu-list a {
    font-size: 1rem;
  }
}

/* 首頁九宮格選單 */
.photolink-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-right: 30px;
}

@media screen and (max-width: 1024px) {
  .photolink-list {
    padding-right: 0px;
  }
}

@media screen and (max-width: 1000px) {
  .photolink-list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.photolink-list > li {
  width: 33.33%;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 20px;
  padding-bottom: 20px;
}

@media screen and (max-width: 1000px) {
  .photolink-list > li {
    width: calc((100% - 40px)/3);
    padding: 0px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .photolink-list > li {
    width: calc((100% - 10px)/2);
    margin-bottom: 10px;
  }
}

.photolink-list .photolink-item {
  width: 100%;
  height: 0px;
  padding-bottom: 100%;
  display: block;
  position: relative;
  background-color: #000000;
}

.photolink-list .photolink-item .graphic {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  overflow: hidden;
}

.photolink-list .photolink-item .graphic > img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  -o-transition: transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
}

.photolink-list .photolink-item .graphic::after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), to(rgba(0, 0, 0, 0.4)));
  background: -o-linear-gradient(transparent 65%, rgba(0, 0, 0, 0.4));
  background: linear-gradient(transparent 65%, rgba(0, 0, 0, 0.4));
}

@media screen and (min-width: 1025px) {
  .photolink-list .photolink-item:hover .graphic > img, .photolink-list .photolink-item:focus .graphic > img {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
  }
}

.photolink-list .photolink-item .photolink-title {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.8em;
  width: 100%;
  display: block;
  line-height: 30px;
  position: absolute;
  bottom: 0;
  color: #ffffff;
  padding-left: 15px;
  padding-bottom: 15px;
}

@media screen and (max-width: 1000px) {
  .photolink-list .photolink-item .photolink-title {
    font-size: 1.3rem;
    line-height: 1.6em;
    padding-left: 10px;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 480px) {
  .photolink-list .photolink-item .photolink-title {
    font-size: 1rem;
    padding: 10px;
  }
}

/* 首頁icon連結選單 */
.iconlink-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.iconlink-list > li {
  width: 20%;
  padding: 10px;
}

@media screen and (max-width: 1000px) {
  .iconlink-list > li {
    width: 50%;
    padding: 5px;
  }
  .iconlink-list > li:nth-child(odd) {
    padding-left: 0px;
  }
  .iconlink-list > li:nth-child(even) {
    padding-right: 0px;
  }
}

.iconlink-list .iconlink-item {
  width: 100%;
  height: 0px;
  padding-bottom: 80%;
  position: relative;
  display: block;
  background-color: #efeff4;
  border-radius: 10px;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.iconlink-list .iconlink-item .iconlink-wrap {
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.iconlink-list .iconlink-item .graphic {
  width: 40%;
  height: 0px;
  padding-bottom: 40%;
  display: block;
  margin: auto;
  position: relative;
  overflow: hidden;
}

.iconlink-list .iconlink-item .graphic > img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  -o-object-fit: contain;
     object-fit: contain;
}

.iconlink-list .iconlink-item .iconlink-title {
  font-size: 1.25rem;
  line-height: 1.6em;
  width: 100%;
  line-height: 1em;
  display: block;
  text-align: center;
  padding-top: 20px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 10px;
  color: #000000;
}

@media screen and (max-width: 480px) {
  .iconlink-list .iconlink-item .iconlink-title {
    font-size: 1rem;
    padding-top: 10px;
    padding-bottom: 0px;
  }
}

@media screen and (min-width: 1025px) {
  .iconlink-list .iconlink-item:hover, .iconlink-list .iconlink-item:focus {
    background-color: #ffffff;
    -webkit-box-shadow: rgba(48, 82, 209, 0.7) 0px 1px 25px;
            box-shadow: rgba(48, 82, 209, 0.7) 0px 1px 25px;
  }
}

/* 首頁 */
/* - 首頁Banner的輪播 */
.banner-carousel {
  opacity: 0;
  position: relative;
}

.banner-carousel.slick-initialized {
  opacity: 1;
}

.banner-carousel .banner-item {
  width: 100%;
  height: 0px;
  padding-bottom: 25%;
  display: block;
  position: relative;
}

.banner-carousel .banner-item a {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
}

@media screen and (min-width: 1025px) {
  .banner-carousel .banner-item a:focus {
    border: 5px #FF7247 solid;
  }
}

.banner-carousel .banner-item img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  -o-object-fit: cover;
     object-fit: cover;
}

.banner-carousel .slick-arrow {
  width: 40px;
  height: 80px;
  border: none;
  padding: 0px;
  margin: 0px;
  background-color: rgba(233, 233, 233, 0.5);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 0rem;
  position: absolute;
  top: calc((100% - 80px)/2);
  cursor: pointer;
  outline: none;
  z-index: 100;
}

.banner-carousel .slick-arrow.slick-prev {
  left: 0px;
  background-image: url("../../images/icon/arrow-left_white.svg");
}

.banner-carousel .slick-arrow.slick-next {
  right: 0px;
  background-image: url("../../images/icon/arrow-right_white.svg");
}

@media screen and (min-width: 1025px) {
  .banner-carousel .slick-arrow:hover, .banner-carousel .slick-arrow:focus {
    background-color: rgba(101, 109, 120, 0.5);
  }
}

@media screen and (max-width: 1024px) {
  .banner-carousel .slick-arrow {
    width: 35px;
    height: 50px;
    top: calc((100% - 50px)/2);
    background-color: transparent;
  }
  .banner-carousel .slick-arrow.slick-prev {
    background-image: url("../../images/icon/arrow-left.svg");
  }
  .banner-carousel .slick-arrow.slick-next {
    background-image: url("../../images/icon/arrow-right.svg");
  }
}

.banner-carousel .slick-dots {
  position: absolute;
  bottom: 20px;
  left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.banner-carousel .slick-dots > li {
  margin: 0px 10px;
}

.banner-carousel .slick-dots button {
  display: block;
  border: none;
  padding: 0px;
  margin: 0px;
  font-size: 0rem;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background-color: #656D78;
  color: #ffffff;
  cursor: pointer;
  outline: none;
  -webkit-box-shadow: 2px 2px 10px rgba(87, 87, 87, 0.3);
          box-shadow: 2px 2px 10px rgba(87, 87, 87, 0.3);
}

.banner-carousel .slick-dots .slick-active button {
  background-color: #DA3705;
}

@media screen and (max-width: 767px) {
  .banner-carousel .slick-dots {
    position: static;
    padding-top: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* - 廣告區塊的輪播 */
.thumbnail-carousel {
  position: relative;
  padding: 0px 40px;
}

.thumbnail-carousel .slick-slide > a {
  display: block;
  width: 176px;
  height: 72px;
  margin: auto;
  position: relative;
}

.thumbnail-carousel .slick-slide > a > img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.thumbnail-carousel .slick-arrow {
  width: 40px;
  height: 40px;
  border: none;
  padding: 0px;
  margin: 0px;
  background-color: transparent;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 0rem;
  position: absolute;
  top: calc((100% - 40px)/2);
  cursor: pointer;
  outline: none;
  z-index: 100;
}

.thumbnail-carousel .slick-arrow.slick-prev {
  background-image: url("../../images/icon/arrow-left.svg");
  left: 0px;
}

.thumbnail-carousel .slick-arrow.slick-next {
  background-image: url("../../images/icon/arrow-right.svg");
  right: 0px;
}

/* - 資訊圖表的輪播 */
.chart-carousel {
  position: relative;
  padding: 0px 40px;
}

.chart-carousel h2 {
  margin-bottom: 20px;
}

.chart-carousel .slick-arrow {
  width: 35px;
  height: 35px;
  border: none;
  padding: 0px;
  margin: 0px;
  background-color: #B4B4B4;
  background-position: center;
  background-size: 65%;
  background-repeat: no-repeat;
  border-radius: 100%;
  font-size: 0rem;
  position: absolute;
  top: calc((100% - 35px)/2);
  color: #000000;
  display: block;
  cursor: pointer;
  outline: none;
  z-index: 100;
}

.chart-carousel .slick-arrow.slick-prev {
  background-image: url("../../images/icon/arrow-left_white.svg");
  left: 0px;
}

.chart-carousel .slick-arrow.slick-next {
  background-image: url("../../images/icon/arrow-right_white.svg");
  right: 0px;
}

@media screen and (min-width: 1025px) {
  .chart-carousel .slick-arrow:hover, .chart-carousel .slick-arrow:focus {
    background-color: rgba(0, 0, 0, 0.6);
  }
}

.chart-carousel .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  margin: 15px;
}

.chart-carousel .slick-dots > li {
  margin: 0px 13px;
}

.chart-carousel .slick-dots button {
  display: block;
  border: none;
  border-radius: 10px;
  padding: 0px;
  margin: 0px;
  font-size: 0rem;
  width: 70px;
  height: 13px;
  cursor: pointer;
  outline: none;
  background-color: #CCD1D9;
}

.chart-carousel .slick-dots .slick-active button {
  background-color: #FF7247;
}

@media screen and (max-width: 767px) {
  .chart-carousel .slick-dots {
    position: static;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .chart-carousel {
    padding: 0px;
  }
}

/* - 首頁的區塊 */
.index-section {
  padding: 30px 0px;
}

.index-section .side-left {
  width: calc(100% - 400px);
}

.index-section .side-right {
  width: 400px;
}

@media screen and (max-width: 1000px) {
  .index-section {
    padding: 0px;
  }
  .index-section .side-left {
    width: 100%;
    padding: 30px 0px;
  }
  .index-section .side-right {
    width: 100%;
    padding: 30px 0px;
  }
}

.search-zone {
  padding: 15px 0px;
}

.search-zone .index-searchbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.search-zone .index-searchbar .fieldset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .search-zone .index-searchbar .fieldset {
    width: 100%;
  }
}

.search-zone .index-searchbar .fieldset label {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.8em;
  color: #656D78;
  margin-right: 15px;
}

@media screen and (max-width: 767px) {
  .search-zone .index-searchbar .fieldset label {
    display: none;
  }
}

.search-zone .index-searchbar .fieldset input[type="text"] {
  width: 300px;
  height: 50px;
  line-height: 50px;
  margin: 0px;
  border: none;
  border-radius: 5px 0px 0px 5px;
  font-size: 1.2rem;
  background-color: #dcdcdc;
}

@media screen and (max-width: 767px) {
  .search-zone .index-searchbar .fieldset input[type="text"] {
    width: calc(100% - 40px);
    height: 40px;
    line-height: 40px;
    font-size: 1rem;
  }
}

.search-zone .index-searchbar .fieldset .search-submit-btn {
  width: 50px;
  height: 50px;
  border-radius: 0px 5px 5px 0px;
  padding: 0px;
  margin: 0px;
  border: none;
}

@media screen and (max-width: 767px) {
  .search-zone .index-searchbar .fieldset .search-submit-btn {
    width: 40px;
    height: 40px;
  }
}

.search-zone .index-searchbar .keyword {
  display: none;
}

@media screen and (min-width: 1025px) {
  .search-zone .index-searchbar .keyword {
    display: block;
    font-size: 1.25rem;
    line-height: 1.6em;
    padding: 0px 15px;
  }
}

.search-zone .index-searchbar .keyword a {
  display: none;
  line-height: 1em;
  border-radius: 5px;
  border-width: 1px;
  border-color: #CCD1D9;
  border-style: solid;
  color: #656D78;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: 10px;
}

@media screen and (min-width: 1025px) {
  .search-zone .index-searchbar .keyword a:hover, .search-zone .index-searchbar .keyword a:focus {
    border-color: #DA3705;
    background-color: #DA3705;
    color: #ffffff;
  }
}

.search-zone .index-searchbar .keyword a:nth-child(1), .search-zone .index-searchbar .keyword a:nth-child(2), .search-zone .index-searchbar .keyword a:nth-child(3) {
  display: inline-block;
}

@media screen and (min-width: 1200px) {
  .search-zone .index-searchbar .keyword a {
    display: inline-block;
  }
}

.main-zone {
  background-color: #efeff4;
}

.main-zone .callnumber-link {
  display: block;
}

.main-zone .callnumber-link > img {
  width: 100%;
  display: block;
}

.news-zone .side-left {
  padding-right: 50px;
}

@media screen and (max-width: 1024px) {
  .news-zone .side-left {
    padding-right: 20px;
  }
}

@media screen and (max-width: 1000px) {
  .news-zone .side-left {
    padding-right: 0px;
  }
}

.link-zone h2 {
  text-align: center;
}

.chart-zone .side-left {
  padding-right: 30px;
}

.chart-zone .side-left .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 10px;
}

.chart-zone .side-left .row .btn {
  font-size: 1.25rem;
  line-height: 1.6em;
  padding: 10px 25px;
  line-height: 1em;
}

@media screen and (max-width: 1000px) {
  .chart-zone .side-left .row .btn {
    font-size: 1.125rem;
    line-height: 1.6em;
    padding: 10px 20px;
  }
}

@media screen and (max-width: 767px) {
  .chart-zone .side-left .row .btn {
    width: 100%;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .chart-zone .side-left .row {
    padding: 0px;
  }
}

@media screen and (max-width: 1024px) {
  .chart-zone .side-left {
    padding-right: 20px;
  }
}

@media screen and (max-width: 1000px) {
  .chart-zone .side-left {
    padding-right: 0px;
  }
}

.chart-zone .side-right .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.chart-zone .side-right .row a {
  font-size: 1.25rem;
  line-height: 1.6em;
  width: calc(50% - 5px);
  display: block;
  border: 1px #CCD1D9 solid;
  line-height: 40px;
  padding: 10px;
  margin: 5px;
  text-align: center;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.chart-zone .side-right .row a.blog-btn {
  color: #0e64a0;
  font-weight: bold;
  margin-right: 0px;
}

.chart-zone .side-right .row a.blog-btn::before {
  content: '';
  width: 40px;
  height: 40px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: top;
  background-image: url("../../images/imlabor.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.chart-zone .side-right .row a.youtube-btn {
  color: #E12D3C;
  font-weight: bold;
  margin-right: 0px;
}

.chart-zone .side-right .row a.youtube-btn::after {
  content: '';
  width: 104px;
  height: 40px;
  margin-left: 5px;
  display: inline-block;
  vertical-align: top;
  background-image: url("../../images/icon/youtube_red.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media screen and (min-width: 1025px) {
  .chart-zone .side-right .row a:hover, .chart-zone .side-right .row a:focus {
    background-color: #ffffff;
    -webkit-box-shadow: rgba(48, 82, 209, 0.7) 0px 1px 25px;
            box-shadow: rgba(48, 82, 209, 0.7) 0px 1px 25px;
  }
}

@media screen and (max-width: 480px) {
  .chart-zone .side-right .row a {
    width: 100%;
    margin: 0px 0px 10px;
    border-radius: 5px;
  }
}

.chart-zone .fb-iframeBox {
  width: 400px;
  height: 500px;
  position: relative;
}

.chart-zone .fb-iframeBox > iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  left: 0px;
  top: 0px;
}

@media screen and (max-width: 1000px) {
  .chart-zone .fb-iframeBox {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .thumbnail-zone {
    display: none;
  }
}

/* 首頁辦事處查詢的地圖切換 */
.mapselecttabs {
  position: relative;
}

.mapselecttabs-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}

@media screen and (max-width: 1000px) {
  .mapselecttabs-list {
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
  }
}

@media screen and (max-width: 400px) {
  .mapselecttabs-list {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.mapselecttabs-btn {
  display: block;
  color: #656D78;
  background-color: #ffffff;
  padding: 5px 15px;
  border-width: 1px;
  border-color: #CCD1D9;
  border-style: solid;
  margin-right: 10px;
}

.mapselecttabs-btn.current {
  background-color: #DA3705;
  border-color: #DA3705;
  color: #ffffff;
}

@media screen and (min-width: 1025px) {
  .mapselecttabs-btn:hover, .mapselecttabs-btn:focus {
    background-color: #DA3705;
    border-color: #DA3705;
    color: #ffffff;
  }
}

@media screen and (max-width: 1000px) {
  .mapselecttabs-btn {
    padding: 5px 10px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 400px) {
  .mapselecttabs-btn {
    padding: 3px 5px;
    margin-right: 0px;
  }
}

.mapselecttabs-content {
  display: none;
  width: 100%;
  position: absolute;
  left: 0px;
  padding-top: 60px;
}

@media screen and (max-width: 1000px) {
  .mapselecttabs-content {
    padding-top: 15px;
  }
}

.taiwanmap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.taiwanmap-map {
  width: 230px;
  height: 329px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.taiwanmap-map.is-north {
  background-image: url("../../images/taiwan_north.png");
}

.taiwanmap-map.is-center {
  background-image: url("../../images/taiwan_center.png");
}

.taiwanmap-map.is-south {
  background-image: url("../../images/taiwan_south.png");
}

.taiwanmap-map.is-east {
  background-image: url("../../images/taiwan_east.png");
}

.taiwanmap-map.is-island {
  background-image: url("../../images/taiwan_island.png");
}

.taiwanmap-item {
  width: calc(100% - 230px);
  padding-left: 20px;
}

.taiwanmap-title {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.8em;
  color: #0e64a0;
  border-bottom: 1px #0e64a0 solid;
}

.taiwanmap-list {
  padding: 10px 0px;
}

.taiwanmap-list > li {
  padding: 5px 0px;
}

.taiwanmap-list a {
  display: block;
  position: relative;
  line-height: 25px;
  color: #656D78;
  padding-left: 15px;
}

.taiwanmap-list a::before {
  content: '';
  width: 10px;
  height: 10px;
  background-color: #DA3705;
  border-radius: 100%;
  display: block;
  position: absolute;
  top: calc((25px - 10px)/2);
  left: 0px;
}

@media screen and (min-width: 1025px) {
  .taiwanmap-list a:hover, .taiwanmap-list a:focus {
    color: #DA3705;
  }
}

@media screen and (max-width: 1000px) {
  .taiwanmap-map {
    display: none;
  }
  .taiwanmap-item {
    width: 100%;
    padding-left: 0px;
  }
  .taiwanmap-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .taiwanmap-list > li {
    width: 50%;
  }
  .taiwanmap-list a {
    font-size: 1.125rem;
    line-height: 1.6em;
    line-height: 30px;
    padding-right: 10px;
  }
  .taiwanmap-list a::before {
    top: calc((30px - 10px)/2);
  }
}

@media screen and (max-width: 480px) {
  .taiwanmap-list a {
    font-size: 1rem;
  }
}

@media print {
  body {
    font-size: 0.9rem;
  }
  p, a {
    font-size: 0.9rem;
  }
  .navbar, .container .aside {
    display: none;
  }
  .form-group .fieldset label {
    font-size: 0.9rem;
  }
  .form-group .form-title {
    line-height: 1em;
  }
  .form-group .form-article {
    padding: 10px;
    margin-bottom: 10px;
  }
  .content .row .btn {
    margin: 10px auto;
    font-size: 0.9rem;
  }
  input[type='text'], input[type='file'], input[type='password'], input[type='number'], select {
    font-size: 0.9rem;
  }
  .radio-normal > input[type='radio'] {
    opacity: 1;
    width: auto;
    display: inline-block;
    vertical-align: top;
  }
  .radio-normal > input[type='radio'] + label {
    display: inline-block;
    vertical-align: top;
  }
}

#cse-logo-target, .cse-logo-target {
  display: none;
}

.criteria-search-bar {
  border-bottom: 1px #CCD1D9 solid;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.criteria-search-bar .btn {
  color: #DA3705;
}

@media screen and (min-width: 1025px) {
  .criteria-search-bar .btn:hover, .criteria-search-bar .btn:focus {
    color: #ffffff;
  }
}

.criteria-search-zone {
  /* 雜亂無章 */
}

.criteria-search-zone table {
  margin-bottom: 0px;
}

.criteria-search-zone table tr th, .criteria-search-zone table tr td {
  padding: 0px;
  padding-left: 5px;
  padding-right: 5px;
  border-color: transparent;
}

.criteria-search-zone table.gsc-search-box {
  display: block;
  padding: 10px !important;
  background-color: #e9e9e9;
}

.criteria-search-zone .gsc-search-button-v2 {
  width: 35px !important;
  height: 35px !important;
  padding: 0px;
  margin: 0px;
  border-color: #DA3705;
  background-color: #DA3705;
  border-radius: 5px;
  cursor: pointer;
}

.criteria-search-zone .gsc-search-button-v2:hover, .criteria-search-zone .gsc-search-button-v2:focus {
  border-color: #d30000;
  background-color: #d30000;
}

.criteria-search-zone .gsc-search-box-tools .gsc-search-box .gsc-input {
  padding-right: 10px;
}

.criteria-search-zone .gsc-control-cse {
  padding: 10px;
}

.criteria-search-zone .gsc-control-cse .gs-webResult.gs-result a.gs-title:visited b,
.criteria-search-zone .gsc-control-cse .gs-imageResult a.gs-title:visited b,
.criteria-search-zone .gsc-control-cse .gs-webResult.gs-result a.gs-title:link b,
.criteria-search-zone .gsc-control-cse .gs-imageResult a.gs-title:link b {
  color: inherit;
}

.criteria-search-zone .gsc-control-cse .gs-webResult.gs-result a.gs-title:link b {
  font-size: 1.125rem;
}

.criteria-search-zone .gsc-control-cse .gs-webResult.gs-result a.gs-title:visited,
.criteria-search-zone .gsc-control-cse .gs-imageResult a.gs-title:visited,
.criteria-search-zone .gsc-control-cse .gs-webResult.gs-result a.gs-title:link,
.criteria-search-zone .gsc-control-cse .gs-imageResult a.gs-title:link {
  color: #007db7;
  display: block;
  height: auto;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.criteria-search-zone .gsc-control-cse .gs-webResult.gs-result a.gs-title:hover,
.criteria-search-zone .gsc-control-cse .gs-webResult.gs-result a.gs-title:hover b,
.criteria-search-zone .gsc-control-cse .gs-imageResult a.gs-title:hover,
.criteria-search-zone .gsc-control-cse .gs-imageResult a.gs-title:hover b {
  color: #00aaff;
}

.criteria-search-zone .gsc-control-cse .gs-result .gs-title, .criteria-search-zone .gs-result .gs-title * {
  text-decoration: none;
}

.criteria-search-zone .gsc-control-cse .gs-result .gs-title {
  height: auto;
  display: block;
}

.criteria-search-zone .gsc-control-cse .gs-result .gsc-table-result .gs-title a.gs-title {
  display: none;
}

.criteria-search-zone .gsc-control-cse .gsc-webResult .gsc-result {
  padding: 15px 0px;
}

.criteria-search-zone .gsc-control-cse .gsc-results .gsc-cursor-box .gsc-cursor-page {
  color: #737373;
  text-decoration: none;
  padding: 10px;
  border: 1px solid #d4d4d4;
  border-radius: 3px;
  display: inline-block;
  line-height: 1em;
}

.criteria-search-zone .gsc-control-cse .gsc-results .gsc-cursor-box {
  margin: 20px 0px;
  text-align: center;
}

.criteria-search-zone .gsc-control-cse .gsc-table-cell-snippet-close,
.criteria-search-zone .gsc-control-cse .gs-promotion-text-cell {
  font-size: 0.9rem;
}

.criteria-search-zone .gsc-table-result, .criteria-search-zone .gsc-thumbnail-inside, .criteria-search-zone .gsc-url-top {
  padding-left: 0px;
  padding-right: 0px;
}

.criteria-search-zone .gs-title {
  padding: 0px;
  font-size: 1.125rem;
}

.criteria-search-zone .gsc-url-top {
  font-size: 0.9375rem;
  display: block;
  padding: 6px 0px;
  color: #05866F;
}

.criteria-search-zone .gs-webResult div.gs-visibleUrl {
  color: #05866F;
}

.criteria-search-zone .gs-image-box.gs-web-image-box.gs-web-image-box-landscape {
  margin-left: 8px;
  width: 200px;
}

.criteria-search-zone .gs-web-image-box-landscape img.gs-image {
  max-width: 180px;
  max-height: 120px;
}

.criteria-search-zone .gs-image-box.gs-web-image-box.gs-web-image-box-portrait {
  margin-left: 8px;
  width: 200px !important;
  height: 120px !important;
}

.criteria-search-zone .gs-image-box.gs-web-image-box.gs-web-image-box-portrait img.gs-image {
  max-width: 180px !important;
  max-height: 120px !important;
}

.criteria-search-zone .gs-web-image-box-portrait img.gs-image {
  max-width: 180px !important;
  max-height: 120px !important;
}

.criteria-search-zone .gs-bidi-start-align.gs-snippet {
  font-size: 0.9375rem;
  line-height: 1.6em;
}

.criteria-search-zone .gsc-cursor-page.gsc-cursor-current-page {
  background-color: #DA3705 !important;
  color: #FFF !important;
}

.criteria-search-zone .gsc-selected-option-container {
  max-width: 100% !important;
}

.criteria-search-zone .cse .gsc-control-cse, .criteria-search-zone .gsc-control-cse {
  padding: 0px;
}

body.nojs .noscriptdiv {
  padding: 10px;
  background-color: #efeff4;
}

body.nojs .banner-carousel {
  opacity: 1;
}

body.nojs .foldmenu .foldmenu-list {
  display: block;
}

body.nojs .navtabs .navtabs-itemlist {
  display: block;
}

body.nojs .navtabs .navtabs-itemlist .navtabs-content {
  display: block;
  position: static;
}

body.nojs .mapselecttabs-list {
  display: block;
}

body.nojs .mapselecttabs-content {
  display: block;
  position: static;
}

body.nojs .taiwanmap-item {
  width: 100%;
}

body.nojs .taiwanmap-map {
  display: none;
}

body.nojs .thumbnail-carousel {
  overflow: hidden;
}

body.nojs .thumbnail-carousel > li {
  float: left;
}

body.nojs footer .fatfooter-zone .fatfooter {
  display: block;
}

body.nojs footer .fatfooter-zone .fatfooter > li {
  width: 19%;
}

body.nojs footer .fatfooter-zone .fatfooter .fatfooter-list {
  height: auto;
}

body.nojs .aside .asidemenu .asidemenu-list {
  display: block;
  padding-top: 0px;
  padding-bottom: 0px;
}

body.nojs .download-filebase {
  text-decoration: none;
}

body.nojs .download-filebase .download-prompt {
  display: block;
  position: static;
  margin: 5px 0px;
}

body.nojs .download-filebase .download-prompt::before {
  display: none;
}

body.nojs .video-list .video-item .video-itemList {
  display: block;
}

body.nojs .album .keypress-instructions .instructions-menu {
  display: block;
}

body.nojs .tabItems-list {
  display: block;
}

body.nojs .tabItems-list .tabItems-item .tabItems-content {
  display: block;
  position: static;
}

body.nojs .agency-map {
  height: auto;
}

body.nojs .agency-map .agency-map-sideMap .googlemap {
  height: 700px;
}

body.nojs .multilevel .multilevel-sub-list {
  display: block;
}

body.nojs .multilevel .multilevel-third-list {
  display: block;
}

body.nojs .multilevel ul li > p {
  display: block;
}

body.nojs .multilevel .multilevel-sub-list > p,
body.nojs .multilevel .multilevel-third-list > p {
  display: block;
}

body.nojs .readmore-blk {
  display: block;
}
