@charset "UTF-8";
.portal {
  /*-------------------- 顏色設定 ---------------------*/ }
  .portal .function-bg {
    background-color: #f3f3f3; }

html {
  font-size: 1em; }
  html.set-font-size-large {
    font-size: 1.125em; }
  html.set-font-size-small {
    font-size: 0.875em; }

* {
  font-family: '微軟正黑體', Arial, 'Heiti TC', sans-serif;
  font-size: 1rem;
  outline: none;
  padding: 0;
  margin: 0;
  word-break: break-word;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

ul li {
  list-style-type: none; }

a {
  cursor: pointer; }
  a:hover, a:focus {
    text-decoration: none; }

input:not([type=checkbox]):not([type=radio]),
select,
textarea {
  font-size: 0.9rem;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  input:not([type=checkbox]):not([type=radio]):focus,
  select:focus,
  textarea:focus {
    border-color: #e00; }

select option {
  font-size: 0.9rem; }

input[type=search]::-webkit-search-cancel-button {
  display: none;
  -webkit-appearance: none; }

.container-middle {
  max-width: 1170px;
  margin: auto;
  padding: 3px 0;
  position: relative; }

/*-------------------- 無障礙::: ---------------------*/
.accesskey {
  position: absolute;
  top: 2px;
  left: 5px;
  z-index: 1; }
  .accesskey a {
    font-size: 0.75rem;
    font-weight: bold;
    color: #000; }
    .accesskey a:focus {
      border: 2px dotted #ff6e63;
      outline: none; }
  .accesskey .to-main {
    opacity: 0; }
    .accesskey .to-main:focus {
      opacity: 1; }

.function-cabinet .container .accesskey {
  top: calc(5px - 30px);
  left: 15px; }

/*-------------------- 大標題 ---------------------*/
h2.h2-title {
  text-align: left;
  color: #000;
  margin: 10px 0 15px;
  border-left: 5px solid #49304a;
  padding-bottom: 10px;
  font-size: 1.375rem;
  font-weight: 500;
  position: relative;
  background: #ebe4d7;
  background: -moz-linear-gradient(left, #ebe4d7 0%, #f8f8f8 100%);
  background: -webkit-linear-gradient(left, #ebe4d7 0%, #f8f8f8 100%);
  background: linear-gradient(to right, #ebe4d7 0%, #f8f8f8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebe4d7', endColorstr='#f8f8f8',GradientType=1 );
  padding: 5px 15px; }

/*-------------------- 顏色設定 ---------------------*/
/* 顏色更換：藍 */
.color-style1 {
  /** 大標題 **/ }
  .color-style1 h2.h2-title {
    color: #000;
    border-color: #ddd;
    border-left-color: #066caa; }

/* 顏色更換：深紅 */
.color-style2 {
  /** 大標題 **/ }
  .color-style2 h2.h2-title {
    color: #000;
    border-color: #ddd;
    border-left-color: #5e0a0a; }

/* 顏色更換：橘 */
.color-style3 {
  /** 大標題 **/ }
  .color-style3 h2.h2-title {
    color: #000;
    border-color: #ddd;
    border-left-color: #ca7700; }

/* 顏色更換：綠 */
.color-style4 {
  /** 大標題 **/ }
  .color-style4 h2.h2-title {
    color: #000;
    border-color: #ddd;
    border-left-color: #0a5e10; }

/* 顏色更換：粉紅 */
.color-style5 {
  /** 大標題 **/ }
  .color-style5 h2.h2-title {
    color: #000;
    border-color: #ddd;
    border-left-color: #ffa9a9;
    background: #ffdfdf;
    background: -moz-linear-gradient(left, #ffdfdf 0%, #fff7f7 100%);
    background: -webkit-linear-gradient(left, #ffdfdf 0%, #fff7f7 100%);
    background: linear-gradient(to right, #ffdfdf 0%, #fff7f7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdfdf', endColorstr='#fff7f7',GradientType=1 ); }

/* 顏色更換：紫 */
.color-style6 {
  /** 大標題 **/ }
  .color-style6 h2.h2-title {
    color: #000;
    border-color: #ddd;
    border-left-color: #5e146e; }

/*-------------------- 平板 ---------------------*/
/*-------------------- 手機板 ---------------------*/
.container-middle {
  max-width: 1170px;
  margin: auto;
  padding: 3px 0;
  position: relative; }

header.header-short .second-menu-top > div,
header.header-short .header-width {
  max-width: 1170px; }

header.header-big .second-menu-top > div,
header.header-big .header-width {
  width: 100%; }

.function-cabinet {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  display: flex; }
  .function-cabinet .container {
    width: 100%;
    padding: 0; }
    .function-cabinet .container[class*='separation-'] {
      vertical-align: top; }
    .function-cabinet .container .row {
      margin: 0; }
      .function-cabinet .container .row > div {
        padding: 0;
        padding: 0 15px; }
        .function-cabinet .container .row > div > div {
          margin-bottom: 30px; }
  .function-cabinet .separation-8 {
    width: 75%; }
  .function-cabinet .separation-7 {
    width: 70%; }
  .function-cabinet .separation-6 {
    width: 60%; }
  .function-cabinet .separation-5 {
    width: 50%; }
  .function-cabinet .separation-4 {
    width: 40%; }
  .function-cabinet .separation-3 {
    width: 30%; }
  .function-cabinet .separation-2 {
    width: 25%; }
  .function-cabinet .separation-average-3 {
    width: calc(100% / 3); }
  .function-cabinet .separation-average-4 {
    width: calc(100% / 4); }
  .function-cabinet .separation-average-5 {
    width: calc(100% / 5); }
  .function-cabinet .separation-average-6 {
    width: calc(100% / 6); }
  .function-cabinet.full {
    max-width: none;
    width: 100%;
    margin: 0; }

.function-bg {
  padding: calc(30px * 1.2) 0 calc(30px * 0.85); }
  .function-bg + .function-cabinet {
    margin-top: 30px; }

@media screen and (max-width: 1170px) {
  header.header-short .second-menu-top > div,
  header.header-short .header-width {
    max-width: inherit; } }

@media screen and (max-width: 769px) {
  header + .function-bg,
  header + .function-cabinet {
    padding-top: 30px; }
  .function-cabinet {
    display: block; }
    .function-cabinet .container + .container {
      margin-left: 0; }
    .function-cabinet .container .row > div {
      min-height: inherit; }
      .function-cabinet .container .row > div > div:not(.menu-box):not(.banner):not(.web-map) {
        margin-top: 30px; }
    .function-cabinet .container .row + .row > div > div:not(.menu-box):not(.banner):not(.web-map) {
      margin-top: 0; }
    .function-cabinet .separation-2,
    .function-cabinet .separation-3,
    .function-cabinet .separation-4,
    .function-cabinet .separation-5,
    .function-cabinet .separation-6,
    .function-cabinet .separation-7,
    .function-cabinet .separation-8,
    .function-cabinet .separation-average-3,
    .function-cabinet .separation-average-4,
    .function-cabinet .separation-average-5,
    .function-cabinet .separation-average-6 {
      width: 100%; }
  .function-bg + .function-bg .function-cabinet .container .row:first-child > div > div:not(.menu-box):not(.banner):not(.web-map),
  .function-bg + .function-cabinet .container .row:first-child > div > div:not(.menu-box):not(.banner):not(.web-map),
  .function-cabinet + .function-bg .function-cabinet .container .row:first-child > div > div:not(.menu-box):not(.banner):not(.web-map),
  .function-cabinet + .function-cabinet .container .row:first-child > div > div:not(.menu-box):not(.banner):not(.web-map) {
    margin-top: 0; } }

/*-------------------- 外掛：slick ---------------------*/
.slick-slider {
  /*-------------------- 顏色設定 ---------------------*/
  /* 顏色更換：藍 */
  /* 顏色更換：深紅 */
  /* 顏色更換：橘 */
  /* 顏色更換：綠 */
  /* 顏色更換：粉紅 */
  /* 顏色更換：紫 */ }
  .slick-slider.slick-dotted {
    margin-bottom: 55px; }
  .slick-slider .slick-slide a {
    display: block; }
    .slick-slider .slick-slide a:focus {
      border: 4px dashed #e00;
      outline: none; }
  .slick-slider .slick-prev,
  .slick-slider .slick-next {
    width: 25px;
    height: 55px;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
    background-image: url(../img/turn-right.svg);
    background-repeat: no-repeat;
    border-radius: 5px 0px 0px 5px;
    background-position: center center;
    background-size: 12px;
    z-index: 1;
    color: #fff; }
    .slick-slider .slick-prev::before,
    .slick-slider .slick-next::before {
      display: none; }
    .slick-slider .slick-prev:focus,
    .slick-slider .slick-next:focus {
      border: 3px dashed #e00;
      outline: none; }
  .slick-slider .slick-prev {
    border-radius: 0px 5px 5px 0px;
    background-image: url(../img/left-right.svg);
    left: 0; }
  .slick-slider .slick-dots {
    bottom: -30px; }
    .slick-slider .slick-dots li button {
      padding: 4px;
      color: #000; }
      .slick-slider .slick-dots li button::before {
        content: '';
        color: #000000;
        width: 12px;
        height: 12px;
        background-color: #000000;
        border-radius: 50%;
        top: 4px;
        left: 4px; }
      .slick-slider .slick-dots li button:focus {
        border: 3px dashed #e00;
        outline: none; }
    .slick-slider .slick-dots li.slick-active button::before {
      color: #a58349;
      background-color: #a58349; }
  .color-style1 .slick-slider .slick-dots li.slick-active button::before {
    color: #0a3f7b;
    background-color: #0a3f7b; }
  .color-style2 .slick-slider .slick-dots li.slick-active button::before {
    color: #5e0a0a;
    background-color: #5e0a0a; }
  .color-style3 .slick-slider .slick-dots li.slick-active button::before {
    color: #ca7700;
    background-color: #ca7700; }
  .color-style4 .slick-slider .slick-dots li.slick-active button::before {
    color: #0a5e10;
    background-color: #0a5e10; }
  .color-style5 .slick-slider .slick-dots li.slick-active button::before {
    color: #d34e4b;
    background-color: #d34e4b; }
  .color-style6 .slick-slider .slick-dots li.slick-active button::before {
    color: #5e146e;
    background-color: #5e146e; }

/*-------------- 彈出訊息區塊 ---------------*/
.light-msg-box {
  background-color: rgba(0, 0, 0, 0.6);
  width: 100vw;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 1000000;
  top: 0;
  left: 0; }
  .light-msg-box .msg-box {
    width: 600px; }
    .light-msg-box .msg-box .close-box {
      text-align: center; }
      .light-msg-box .msg-box .close-box a {
        width: 35px;
        height: 35px;
        line-height: 34px;
        color: #fff;
        font-size: 1.2rem;
        background-color: #353535;
        display: inline-block;
        border-radius: 50%;
        margin: 1vh 0;
        border: 2px solid #a0a0a0; }
        .light-msg-box .msg-box .close-box a:hover {
          color: #000000;
          background-color: #ff6d6d;
          border-color: #ec5044; }
    .light-msg-box .msg-box .msg-content {
      background-color: #fff;
      width: 90%;
      max-width: 750px;
      margin: auto;
      padding: 5px 15px;
      font-weight: 300;
      padding-bottom: 0;
      border-radius: 15px;
      border: 5px solid rgba(0, 0, 0, 0.4); }
      .light-msg-box .msg-box .msg-content .title {
        font-size: 1.3rem;
        font-weight: bold;
        text-align: center;
        padding: 10px 0;
        border-bottom: 3px solid #8a6627;
        box-shadow: 0px 3px 0px #ddd;
        margin-bottom: 15px;
        color: #626262; }
      .light-msg-box .msg-box .msg-content .msg-text {
        margin: 30px 0; }
        .light-msg-box .msg-box .msg-content .msg-text p {
          font-size: 1.1rem;
          text-align: center; }
      .light-msg-box .msg-box .msg-content .butn-box {
        margin-top: 15px;
        text-align: center;
        border-top: 2px solid #ddd;
        padding: 15px 0; }
        .light-msg-box .msg-box .msg-content .butn-box button {
          padding: 5px 10px;
          border-radius: 5px;
          letter-spacing: 2px;
          text-indent: 4px; }
          .light-msg-box .msg-box .msg-content .butn-box button.butn-close {
            text-align: center;
            margin: auto;
            color: #353535;
            background-color: #e0e0e0;
            border: none;
            box-shadow: 2px 2px 2px #b6b6b6; }
            .light-msg-box .msg-box .msg-content .butn-box button.butn-close:hover, .light-msg-box .msg-box .msg-content .butn-box button.butn-close:focus {
              color: #ffffff;
              background-color: #757575;
              border-color: #aaaaaa; }
  .color-style1 .light-msg-box .msg-box .msg-content .title {
    color: #345f8f;
    border-color: #36669c; }
  .color-style2 .light-msg-box .msg-box .msg-content .title {
    color: #875252;
    border-color: #811818; }
  .color-style3 .light-msg-box .msg-box .msg-content .title {
    color: #9c5c00;
    border-color: #ca7700; }
  .color-style4 .light-msg-box .msg-box .msg-content .title {
    color: #188144;
    border-color: #188144; }
  .color-style5 .light-msg-box .msg-box .msg-content .title {
    color: #ce4242;
    border-color: #ffa9a9; }
  .color-style6 .light-msg-box .msg-box .msg-content .title {
    color: #802b93;
    border-color: #802b93; }

/*-------------------- 功能模組：頁首 - 分眾導覽 ---------------------*/
.header-classification {
  padding: 5px 20px;
  display: flex;
  width: 90%;
  max-width: 255px;
  background-color: #fff;
  /*-------------------- 顏色設定 ---------------------*/
  /* 顏色更換：藍 */
  /* 顏色更換：深紅 */
  /* 顏色更換：橘 */
  /* 顏色更換：綠 */
  /* 顏色更換：粉紅 */
  /* 顏色更換：紫 */ }
  .header-classification .title {
    width: 110px;
    font-size: 0.875rem;
    font-weight: bold;
    line-height: 2; }
  .header-classification select {
    width: 100%;
    height: 28px;
    padding: 0 5px;
    font-size: 0.875rem;
    border: 1px solid #a9a9a9;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url(../img/arrow.png);
    background-size: 10px;
    background-position: right 5px center;
    background-repeat: no-repeat; }
    .header-classification select::-ms-expand {
      display: none; }
  .color-style1 .header-classification .title {
    color: #31708f; }
  .color-style1 .header-classification select {
    background-image: url(../img/arrow-style-1.png);
    background-color: #fff;
    color: #105c98; }
  .color-style2 .header-classification .title {
    color: #811818; }
  .color-style2 .header-classification select {
    background-image: url(../img/arrow-style-2.png);
    background-color: #fff;
    color: #353535; }
  .color-style3 .header-classification .title {
    color: #a86300; }
  .color-style3 .header-classification select {
    background-image: url(../img/arrow-style-3.png);
    background-color: #fff; }
  .color-style4 .header-classification .title {
    color: #0e5f30; }
  .color-style4 .header-classification select {
    background-image: url(../img/arrow-style-4.png);
    background-color: #fff; }
  .color-style5 .header-classification .title {
    color: #353535; }
  .color-style5 .header-classification select {
    background-image: url(../img/arrow-style-5.png);
    background-color: #fff; }
  .color-style6 .header-classification {
    background-color: #fff; }
    .color-style6 .header-classification .title {
      color: #802b93; }
    .color-style6 .header-classification select {
      border: 1px #e5e5e5 solid;
      background-image: url(../img/arrow-style-6.png);
      background-color: #fff;
      color: #105c98; }

/*-------------------- 功能模組：頁首 - 文字大小 ---------------------*/
.header-text-size {
  width: 90%;
  max-width: 255px;
  padding: 5px 15px;
  display: flex;
  background-color: #fff;
  /*-------------------- 顏色設定 ---------------------*/
  /* 顏色更換：藍 */
  /* 顏色更換：深紅 */
  /* 顏色更換：橘 */
  /* 顏色更換：綠 */
  /* 顏色更換：粉紅 */
  /* 顏色更換：紫 */ }
  .header-text-size .title {
    width: 110px;
    font-size: 0.875rem;
    font-weight: bold;
    line-height: 2;
    margin-right: 15px;
    border-right: 1px solid #ddd; }
    html:lang(en).set-font-size-large .header-text-size .title {
      width: 150px; }
  .header-text-size .text-button {
    width: 100%;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .header-text-size .text-button a {
      width: 35px;
      height: 28px;
      font-weight: bold;
      color: #000;
      display: inline-block;
      display: flex;
      align-items: center;
      justify-content: center; }
      .header-text-size .text-button a:hover {
        color: #796036; }
      .header-text-size .text-button a.small {
        font-size: 0.875rem; }
      .header-text-size .text-button a.medium {
        font-size: 1rem; }
      .header-text-size .text-button a.large {
        font-size: 1.125rem; }
      .header-text-size .text-button a.selected {
        background-color: #29124b;
        box-shadow: 1px 2px 1px #ddd;
        border-radius: 7px;
        color: #e1bc82; }
      .header-text-size .text-button a:focus {
        color: #ffffff !important;
        background-color: #f00 !important;
        outline: none; }
      html.set-font-size-large .header-text-size .text-button a.small {
        font-size: 0.77rem; }
      html.set-font-size-large .header-text-size .text-button a.medium {
        font-size: 0.88rem; }
      html.set-font-size-large .header-text-size .text-button a.large {
        font-size: 1rem; }
      html.set-font-size-small .header-text-size .text-button a.small {
        font-size: 1rem; }
      html.set-font-size-small .header-text-size .text-button a.medium {
        font-size: 1.14rem; }
      html.set-font-size-small .header-text-size .text-button a.large {
        font-size: 1.28rem; }
  .color-style1 .header-text-size .title {
    color: #31708f; }
  .color-style1 .header-text-size .text-button a:hover {
    color: #796036; }
  .color-style1 .header-text-size .text-button a.selected {
    color: #0a3f7b;
    background-color: #ffffff; }
  .color-style2 .header-text-size .title {
    color: #400; }
  .color-style2 .header-text-size .text-button a:hover {
    color: #400; }
  .color-style2 .header-text-size .text-button a.selected {
    color: #6f0101;
    background-color: #ffffff; }
  .color-style3 .header-text-size .title {
    color: #a86300; }
  .color-style3 .header-text-size .text-button a:hover {
    color: #0379a7; }
  .color-style3 .header-text-size .text-button a.selected {
    color: #0379a7;
    background-color: #f9f9f9; }
  .color-style4 .header-text-size .title {
    color: #0e5f30; }
  .color-style4 .header-text-size .text-button a:hover {
    color: #d00; }
  .color-style4 .header-text-size .text-button a.selected {
    color: #188144;
    background-color: #fffcdf; }
  .color-style5 .header-text-size .title {
    color: #353535; }
  .color-style5 .header-text-size .text-button a:hover {
    color: #d63330; }
  .color-style5 .header-text-size .text-button a.selected {
    color: #ffdede;
    background-color: #a64542; }
  .color-style6 .header-text-size {
    background-color: #fff; }
    .color-style6 .header-text-size .title {
      color: #802b93; }
    .color-style6 .header-text-size .text-button a:hover {
      color: #9d43b1; }
    .color-style6 .header-text-size .text-button a.selected {
      color: #ffb141; }

/*-------------------- 功能模組：頁首 - 按鈕 ---------------------*/
.header-buttons {
  /*-------------------- 顏色設定 ---------------------*/
  /* 顏色更換：藍 */
  /* 顏色更換：深紅 */
  /* 顏色更換：橘 */
  /* 顏色更換：綠 */
  /* 顏色更換：粉紅 */
  /* 顏色更換：紫 */ }
  .header-buttons a {
    height: 32px;
    line-height: 32px;
    color: #616161;
    font-size: 0.875rem;
    display: inline-block;
    padding: 0 15px;
    border-radius: 20px;
    border: 1px solid #cccccc;
    background-color: #f7f7f7; }
    .header-buttons a + a {
      margin-left: 5px; }
    .header-buttons a:hover, .header-buttons a:focus {
      color: #ffffff;
      outline: none;
      background-color: #f4685e; }
  .color-style5 .header-buttons a {
    background-color: #fff7f7; }
    .color-style5 .header-buttons a:hover, .color-style5 .header-buttons a:focus {
      background-color: #f4685e; }

/*-------------------- 功能模組：頁首 - 今天日期 ---------------------*/
.header-today {
  width: 90%;
  max-width: 255px;
  border-radius: 12px 12px 0 0;
  text-align: center;
  padding: 5px 15px;
  background-color: #ffffff;
  /*-------------------- 顏色設定 ---------------------*/
  /* 顏色更換：藍 */
  /* 顏色更換：深紅 */
  /* 顏色更換：橘 */
  /* 顏色更換：綠 */
  /* 顏色更換：粉紅 */
  /* 顏色更換：紫 */ }
  .header-today p {
    font-size: 0.9rem; }
  .color-style4 .header-today {
    background-color: #2e8c56; }
    .color-style4 .header-today p {
      color: #ffffff; }
  .color-style5 .header-today {
    background-color: #f7f7f7; }

/*-------------------- 功能模組：頁首 - 電子報 ---------------------*/
.header-newspaper {
  width: 90%;
  max-width: 500px;
  /*-------------------- 顏色設定 ---------------------*/
  /* 顏色更換：藍 */
  /* 顏色更換：深紅 */
  /* 顏色更換：橘 */
  /* 顏色更換：綠 */
  /* 顏色更換：粉紅 */
  /* 顏色更換：紫 */ }
  .header-newspaper form {
    display: flex;
    align-items: center; }
  .header-newspaper input.email {
    flex: 1;
    height: 32px;
    border: 2px solid #dddddd;
    overflow: hidden; }
  .header-newspaper input[type=button].butn {
    height: 30px;
    font-size: 0.875rem;
    padding: 0 15px;
    margin-left: 7px;
    border: none; }
    .header-newspaper input[type=button].butn.ok {
      color: #ffffff;
      background-color: #573c4a; }
      .header-newspaper input[type=button].butn.ok:hover {
        background-color: #7e5a1d; }
      .header-newspaper input[type=button].butn.ok:focus {
        background-color: #e00;
        color: #fff; }
    .header-newspaper input[type=button].butn.cancel {
      color: #000;
      background-color: #ccc; }
      .header-newspaper input[type=button].butn.cancel:hover {
        color: #fff;
        background-color: #573c4a; }
      .header-newspaper input[type=button].butn.cancel:focus {
        background-color: #e00;
        color: #fff; }
  @media screen and (max-width: 769px) {
    .header-newspaper input[type=button].butn.cancel {
      background-color: #eee; } }
  .color-style1 .header-newspaper input[type=button].butn.ok {
    color: #353535;
    background-color: #ffb141; }
    .color-style1 .header-newspaper input[type=button].butn.ok:hover {
      background-color: #ffe186; }
    .color-style1 .header-newspaper input[type=button].butn.ok:focus {
      background-color: #e00;
      color: #fff; }
  .color-style2 .header-newspaper input[type=button].butn.ok {
    color: #353535;
    background-color: #fadcdc; }
    .color-style2 .header-newspaper input[type=button].butn.ok:hover {
      color: #fff;
      background-color: #b63131; }
    .color-style2 .header-newspaper input[type=button].butn.ok:focus {
      background-color: #e00;
      color: #fff; }
  .color-style3 .header-newspaper input[type=button].butn.ok {
    color: #353535;
    background-color: #ffb141; }
    .color-style3 .header-newspaper input[type=button].butn.ok:hover {
      background-color: #ffe186; }
    .color-style3 .header-newspaper input[type=button].butn.ok:focus {
      background-color: #e00;
      color: #fff; }
  .color-style4 .header-newspaper input[type=button].butn.ok {
    background-color: #188144; }
    .color-style4 .header-newspaper input[type=button].butn.ok:hover {
      background-color: #0a5e10; }
    .color-style4 .header-newspaper input[type=button].butn.ok:focus {
      background-color: #e00;
      color: #fff; }
  .color-style4 .header-newspaper input[type=button].butn.cancel {
    color: #000;
    background-color: #ccc; }
    .color-style4 .header-newspaper input[type=button].butn.cancel:hover {
      color: #fff;
      background-color: #0e5f30; }
    .color-style4 .header-newspaper input[type=button].butn.cancel:focus {
      background-color: #e00;
      color: #fff; }
  .color-style5 .header-newspaper input[type=button].butn.ok {
    background-color: #ffa9a9;
    color: #000; }
    .color-style5 .header-newspaper input[type=button].butn.ok:hover {
      background-color: #ffcece; }
    .color-style5 .header-newspaper input[type=button].butn.ok:focus {
      background-color: #e00;
      color: #fff; }
  .color-style6 .header-newspaper input[type=button].butn.ok {
    background-color: #802b93; }
    .color-style6 .header-newspaper input[type=button].butn.ok:hover {
      color: #353535;
      background-color: #ffe186; }
    .color-style6 .header-newspaper input[type=button].butn.ok:focus {
      background-color: #e00;
      color: #fff; }

/*-------------------- 功能模組：頁首 ---------------------*/
header {
  background-color: #edebe8;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  /*-------------------- 顏色設定 ---------------------*/
  /* 顏色更換：藍 */
  /* 顏色更換：深紅 */
  /* 顏色更換：橘 */
  /* 顏色更換：綠 */
  /* 顏色更換：粉紅 */
  /* 顏色更換：紫 */ }
  header .accesskey a {
    color: #fff; }
  header .second-menu-top {
    border-bottom: 1px solid #e3eff5;
    background-color: #3f3f3f; }
    header .second-menu-top > div {
      margin: 0 auto;
      padding: 0 15px;
      text-align: right; }
      header .second-menu-top > div a {
        font-size: 0.875rem;
        color: #fff;
        display: inline-block;
        padding: 5px 0; }
        header .second-menu-top > div a + a {
          margin-left: 15px; }
        header .second-menu-top > div a:hover {
          color: #e3c186; }
        header .second-menu-top > div a:focus {
          color: #fff;
          padding: 0 5px;
          outline: none;
          background-color: #f00; }
  header .header-width {
    margin: 0 auto;
    display: flex;
    padding: 0 15px; }
    header .header-width .logo-box {
      display: flex;
      width: 350px;
      align-items: center;
      margin: 20px 0; }
      header .header-width .logo-box h1 {
        width: 87%;
        display: block;
        margin: 0; }
        header .header-width .logo-box h1 a {
          display: block; }
          header .header-width .logo-box h1 a img {
            width: 100%;
            max-width: calc(350px - 10px);
            opacity: 0; }
          header .header-width .logo-box h1 a:focus {
            outline: none;
            border: 3px dashed #f00; }
      header .header-width .logo-box:last-child:not(:first-child) {
        justify-content: flex-end; }
        header .header-width .logo-box:last-child:not(:first-child) h1 {
          text-align: right; }
      header .header-width .logo-box:nth-child(2):not(:last-child) {
        justify-content: center; }
      header .header-width .logo-box:nth-last-child(2), header .header-width .logo-box:nth-child(2):last-child, header .header-width .logo-box:first-child:last-child, header .header-width .logo-box:last-child:first-child {
        width: 40%; }
        header .header-width .logo-box:nth-last-child(2) h1, header .header-width .logo-box:nth-child(2):last-child h1, header .header-width .logo-box:first-child:last-child h1, header .header-width .logo-box:last-child:first-child h1 {
          width: 100%; }
          header .header-width .logo-box:nth-last-child(2) h1 a img, header .header-width .logo-box:nth-child(2):last-child h1 a img, header .header-width .logo-box:first-child:last-child h1 a img, header .header-width .logo-box:last-child:first-child h1 a img {
            max-width: 450px; }
    header .header-width .function-header {
      width: calc((100% - 350px) / 2); }
      header .header-width .function-header:first-child ul .header-function-top,
      header .header-width .function-header:first-child ul .header-function-center,
      header .header-width .function-header:first-child ul .header-function-bottom {
        justify-content: flex-start; }
      header .header-width .function-header:first-child:nth-last-child(2) {
        width: 60%; }
        header .header-width .function-header:first-child:nth-last-child(2) ul li:empty {
          height: 0px; }
        header .header-width .function-header:first-child:nth-last-child(2) ul li .search,
        header .header-width .function-header:first-child:nth-last-child(2) ul li .search-google {
          max-width: 500px; }
      header .header-width .function-header:last-child:nth-child(2) {
        width: 60%; }
        header .header-width .function-header:last-child:nth-child(2) ul li:empty {
          height: 0px; }
        header .header-width .function-header:last-child:nth-child(2) ul li .search,
        header .header-width .function-header:last-child:nth-child(2) ul li .search-google {
          max-width: 500px; }
      header .header-width .function-header:nth-child(2):not(:last-child) ul li .search,
      header .header-width .function-header:nth-child(2):not(:last-child) ul li .search-google {
        width: 90%; }
      header .header-width .function-header ul {
        width: 100%;
        height: 100%;
        margin: auto;
        position: relative;
        display: flex;
        align-content: space-between;
        flex-wrap: wrap; }
        header .header-width .function-header ul li {
          width: 100%;
          display: flex;
          justify-content: flex-end; }
          header .header-width .function-header ul li:empty {
            height: 25px; }
          header .header-width .function-header ul li .search,
          header .header-width .function-header ul li .search-google {
            width: 90%;
            max-width: 410px; }
          header .header-width .function-header ul li.header-function-top:empty + .header-function-center:not(:empty) {
            margin-top: 15px; }
          header .header-width .function-header ul li.header-function-top:not(:empty) {
            margin-bottom: 15px; }
          header .header-width .function-header ul li.header-function-top .header-classification {
            border-radius: 0 0 12px 12px;
            box-shadow: 2px 1px 3px 0px rgba(0, 0, 0, 0.2);
            align-self: flex-start; }
          header .header-width .function-header ul li.header-function-top .header-text-size {
            border-radius: 0 0 12px 12px;
            box-shadow: 2px 1px 3px 0px rgba(0, 0, 0, 0.2); }
          header .header-width .function-header ul li.header-function-top .header-newspaper {
            margin-top: 15px; }
          header .header-width .function-header ul li.header-function-top .search,
          header .header-width .function-header ul li.header-function-top .search-google {
            max-width: 410px;
            margin-top: 15px; }
          header .header-width .function-header ul li.header-function-center:not(:empty) {
            margin-bottom: 15px; }
          header .header-width .function-header ul li.header-function-center .header-classification {
            border-radius: 12px;
            box-shadow: 2px 1px 3px 0px rgba(0, 0, 0, 0.2); }
          header .header-width .function-header ul li.header-function-center .header-text-size {
            border-radius: 12px;
            box-shadow: 2px 1px 3px 0px rgba(0, 0, 0, 0.2); }
          header .header-width .function-header ul li.header-function-bottom .header-classification {
            border-radius: 12px 12px 0 0;
            box-shadow: 2px -1px 3px 0px rgba(0, 0, 0, 0.2); }
          header .header-width .function-header ul li.header-function-bottom .header-text-size {
            border-radius: 12px 12px 0 0;
            box-shadow: 2px -1px 3px 0px rgba(0, 0, 0, 0.2); }
          header .header-width .function-header ul li.header-function-bottom .header-newspaper {
            margin-bottom: 15px; }
          header .header-width .function-header ul li.header-function-bottom .search,
          header .header-width .function-header ul li.header-function-bottom .search-google {
            max-width: 410px;
            margin-bottom: 15px; }
  header .hamburger-box {
    display: none; }
  @media screen and (max-width: 769px) {
    header .second-menu-top {
      height: 45px;
      overflow-x: auto; }
      header .second-menu-top div {
        max-width: none;
        height: 43px;
        line-height: 43px;
        width: 100vw;
        margin: 0;
        padding: 0 10px;
        text-align: center;
        position: relative;
        white-space: nowrap; }
        header .second-menu-top div a {
          height: 100%;
          padding: 0 15px; }
          header .second-menu-top div a + a {
            margin-left: 0; }
    header .header-width {
      padding: 10px 15px; }
      header .header-width .logo-box {
        width: 100%;
        justify-content: flex-start !important;
        margin: 0; }
        header .header-width .logo-box h1 {
          flex: 1; }
          header .header-width .logo-box h1 .logo {
            max-width: 270px;
            margin: auto; }
        header .header-width .logo-box:first-child:last-child, header .header-width .logo-box:last-child:first-child, header .header-width .logo-box:nth-last-child(2), header .header-width .logo-box:nth-child(2):last-child {
          width: 100%; }
        header .header-width .logo-box .hamburger-box {
          width: 40px;
          height: 35px;
          padding: 5px;
          border-radius: 10px;
          border: 1px solid #ffffff;
          box-shadow: 1px 1px 2px 2px #cacaca;
          display: flex;
          justify-content: center;
          align-items: center; }
          header .header-width .logo-box .hamburger-box .hamburger-logo {
            width: 22px;
            margin: auto;
            border-top: 3px solid #3f3f3f; }
            header .header-width .logo-box .hamburger-box .hamburger-logo::before, header .header-width .logo-box .hamburger-box .hamburger-logo::after {
              content: '';
              width: 100%;
              height: 3px;
              display: block;
              margin-top: 18%;
              background-color: #3f3f3f; }
            header .header-width .logo-box .hamburger-box .hamburger-logo img {
              display: none; }
      header .header-width .function-header {
        display: none; } }
  @media screen and (max-width: 414px) {
    header .second-menu-top div a {
      min-width: calc((100vw - 30px) / 4);
      padding: 0; } }
  @media screen and (max-width: 320px) {
    header .second-menu-top div a {
      min-width: calc((100vw - 30px) / 3); }
    header .header-width .logo-box .logo {
      max-width: 220px; }
    header .header-width .logo-box .hamburger-box {
      width: 35px; } }
  .color-style1 header {
    background-color: #f3f6f9; }
    .color-style1 header .function-header ul .header-function-top .header-classification {
      box-shadow: 2px 1px 3px 0px rgba(0, 0, 0, 0.2); }
    .color-style1 header .function-header ul .header-function-top .header-text-size {
      box-shadow: 2px 1px 3px 0px rgba(0, 0, 0, 0.2); }
  .color-style2 header {
    background-color: #f6f2f2; }
    .color-style2 header .function-header ul .header-function-top .header-classification {
      box-shadow: 2px 1px 3px 0px rgba(0, 0, 0, 0.2); }
    .color-style2 header .function-header ul .header-function-top .header-text-size {
      box-shadow: 2px 1px 3px 0px rgba(0, 0, 0, 0.2); }
  .color-style3 header {
    background-color: #fefaf5; }
    .color-style3 header .function-header ul .header-function-top .header-classification {
      box-shadow: 2px 1px 3px 0px rgba(0, 0, 0, 0.2); }
    .color-style3 header .function-header ul .header-function-top .header-text-size {
      box-shadow: 2px 1px 3px 0px rgba(0, 0, 0, 0.2); }
  .color-style4 header {
    background-color: #eff5f1; }
    .color-style4 header .function-header ul .header-function-top .header-classification {
      box-shadow: 2px 1px 3px 0px rgba(0, 0, 0, 0.2); }
    .color-style4 header .function-header ul .header-function-top .header-text-size {
      box-shadow: 2px 1px 3px 0px rgba(0, 0, 0, 0.2); }
  .color-style5 header {
    background-color: #fdefef; }
    .color-style5 header .function-header ul .header-function-top .header-classification {
      box-shadow: 2px 1px 3px 0px rgba(0, 0, 0, 0.2); }
    .color-style5 header .function-header ul .header-function-top .header-text-size {
      box-shadow: 2px 1px 3px 0px rgba(0, 0, 0, 0.2); }
  .color-style6 header {
    background-color: #f5eef6;
    /** 平板 **/ }
    .color-style6 header .function-header ul .header-function-top .header-classification {
      box-shadow: 2px 1px 3px 0px rgba(0, 0, 0, 0.2); }
    .color-style6 header .function-header ul .header-function-top .header-text-size {
      box-shadow: 2px 1px 3px 0px rgba(0, 0, 0, 0.2); }
    @media screen and (max-width: 769px) {
      .color-style6 header .second-menu-top div a {
        font-weight: normal; } }

/*-------------------- 功能模組：選單 ---------------------*/
.menu-box {
  width: 100%;
  position: relative;
  background: #240e4b;
  background: -moz-linear-gradient(left, #240e4b 0%, #7a6136 100%);
  background: -webkit-linear-gradient(left, #240e4b 0%, #7a6136 100%);
  background: linear-gradient(to right, #240e4b 0%, #7a6136 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#240e4b', endColorstr='#7a6136',GradientType=1 );
  background-color: #000;
  /*-------------------- 顏色設定 ---------------------*/
  /* 顏色更換：藍 */
  /* 顏色更換：深紅 */
  /* 顏色更換：橘 */
  /* 顏色更換：綠 */
  /* 顏色更換：粉紅 */
  /* 顏色更換：紫 */ }
  .function-cabinet.full .menu-box {
    width: calc(100% + 15px * 2);
    margin-left: -15px; }
    .function-cabinet.full .menu-box .container-middle {
      padding: 0 15px; }
  .menu-box.menu-fixed {
    width: 100%;
    margin: 0 !important;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50; }
  .menu-box .container-hide {
    display: none;
    background-color: #000;
    text-align: center; }
    .menu-box .container-hide a {
      display: inline-block;
      color: #fff;
      line-height: 1.1;
      width: 30px;
      height: 30px;
      font-size: 1.25rem;
      border-radius: 50px;
      border: 2px solid #cfc8ad;
      font-weight: 100;
      margin: 12px 0; }
  .menu-box .container-middle {
    padding-top: 0;
    padding-bottom: 0; }
  .menu-box ul.menu {
    display: flex;
    justify-content: space-around;
    align-items: stretch; }
    .menu-box ul.menu li {
      width: 100%;
      display: inline-block;
      position: relative;
      text-align: center; }
      .menu-box ul.menu li:hover {
        background: rgba(0, 0, 0, 0.1); }
        .menu-box ul.menu li:hover .menu-floor-down {
          display: block; }
          .menu-box ul.menu li:hover .menu-floor-down.multi-colums {
            display: flex; }
      .menu-box ul.menu li a {
        display: block;
        padding: 10px;
        text-decoration: none;
        color: #fff;
        white-space: inherit;
        line-height: normal; }
        .menu-box ul.menu li a:hover {
          background: rgba(255, 255, 255, 0.1);
          color: #ffffff; }
        .menu-box ul.menu li a:focus {
          outline: none; }
      .menu-box ul.menu li .menu-floor-down {
        position: absolute;
        z-index: 2;
        display: none;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#563c4a+1,200a4b+100 */
        background: #563c4a;
        /* Old browsers */
        background: -moz-linear-gradient(top, #563c4a 1%, #200a4b 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #563c4a 1%, #200a4b 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #563c4a 1%, #200a4b 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#563c4a', endColorstr='#200a4b',GradientType=0 );
        /* IE6-9 */
        background-color: #000; }
        .menu-box ul.menu li .menu-floor-down.open {
          display: block; }
        .menu-box ul.menu li .menu-floor-down li {
          width: 100%;
          text-align: left; }
          .menu-box ul.menu li .menu-floor-down li + li {
            border-top: 1px solid #725773; }
          .menu-box ul.menu li .menu-floor-down li:hover {
            background: #ebe4d7; }
            .menu-box ul.menu li .menu-floor-down li:hover .menu-floor-down {
              display: block; }
          .menu-box ul.menu li .menu-floor-down li a {
            color: #fff;
            white-space: nowrap; }
            .menu-box ul.menu li .menu-floor-down li a:hover {
              color: #240d4b; }
            .menu-box ul.menu li .menu-floor-down li a:focus {
              color: #ffffff;
              background-color: #130728;
              outline: none; }
        .menu-box ul.menu li .menu-floor-down.multi-colums {
          width: 500px;
          height: 375px;
          flex-direction: column;
          flex-wrap: wrap; }
          .menu-box ul.menu li .menu-floor-down.multi-colums li {
            width: calc(100% / 2); }
            .menu-box ul.menu li .menu-floor-down.multi-colums li + li {
              border-top: none; }
            .menu-box ul.menu li .menu-floor-down.multi-colums li a {
              white-space: inherit; }
          .menu-box ul.menu li .menu-floor-down.multi-colums.open {
            display: flex; }
          .menu-box ul.menu li .menu-floor-down.multi-colums.colums-3 {
            width: 550px; }
            .menu-box ul.menu li .menu-floor-down.multi-colums.colums-3 li {
              width: calc(100% / 3); }
      .menu-box ul.menu li .classification-menu.open {
        background-color: #f00;
        color: #fff;
        outline: none; }
    .menu-box ul.menu > li:nth-last-of-type(1) .menu-floor-down, .menu-box ul.menu > li:nth-last-of-type(2) .menu-floor-down, .menu-box ul.menu > li:nth-last-of-type(3) .menu-floor-down {
      right: 0; }
    .menu-box ul.menu > li > a {
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center; }
      html:lang(en) .menu-box ul.menu > li > a {
        word-break: normal; }
  .menu-box .rwd-header-function {
    display: none; }
  @media screen and (max-width: 1170px) {
    .menu-box {
      width: calc(100% + 15px * 2);
      margin-left: -15px; } }
  @media screen and (max-width: 769px) {
    .menu-box {
      width: 100%;
      margin-left: 0;
      display: none;
      position: fixed;
      z-index: 100;
      top: 0;
      left: 0;
      height: 100vh;
      padding-left: 0 !important;
      padding-right: 0 !important;
      background: #d5cdc3;
      overflow: auto; }
      .function-cabinet.full .menu-box {
        width: 100%;
        margin-left: 0; }
        .function-cabinet.full .menu-box .container-middle {
          padding: 0; }
      .menu-box .container-hide {
        display: block; }
      .menu-box ul.menu {
        display: block; }
        .menu-box ul.menu > li {
          width: 100%;
          padding: 0;
          border-bottom: 1px solid #877862; }
          .menu-box ul.menu > li:hover {
            background: #4e344a; }
            .menu-box ul.menu > li:hover a {
              color: #ffffff; }
            .menu-box ul.menu > li:hover .menu-floor-down,
            .menu-box ul.menu > li:hover .menu-floor-down.multi-colums {
              display: none; }
          .menu-box ul.menu > li a {
            height: auto;
            color: #000;
            display: block; }
          .menu-box ul.menu > li .menu-floor-down {
            width: 100%;
            display: none;
            position: relative;
            z-index: 1; }
            .menu-box ul.menu > li .menu-floor-down li {
              text-align: center; }
              .menu-box ul.menu > li .menu-floor-down li + li {
                border-top: 1px solid #877862; }
              .menu-box ul.menu > li .menu-floor-down li a {
                color: #000;
                background-color: #edebe8; }
            .menu-box ul.menu > li .menu-floor-down.multi-colums {
              width: 100%;
              height: auto; }
              .menu-box ul.menu > li .menu-floor-down.multi-colums li {
                width: 100%; }
                .menu-box ul.menu > li .menu-floor-down.multi-colums li + li {
                  border-top: 1px solid #877862; }
              .menu-box ul.menu > li .menu-floor-down.multi-colums.colums-3 {
                width: 100%; }
                .menu-box ul.menu > li .menu-floor-down.multi-colums.colums-3 li {
                  width: 100%; }
      .menu-box .rwd-header-function {
        display: block; }
        .menu-box .rwd-header-function .function-header {
          border-bottom: 2px solid #877862; }
          .menu-box .rwd-header-function .function-header ul {
            padding: 15px 0; }
            .menu-box .rwd-header-function .function-header ul li + li {
              margin-top: 15px; }
            .menu-box .rwd-header-function .function-header ul li:empty {
              margin-top: 0; }
            .menu-box .rwd-header-function .function-header ul li .search {
              width: 85%;
              margin: 0 auto; }
              .menu-box .rwd-header-function .function-header ul li .search .search-box .search-input,
              .menu-box .rwd-header-function .function-header ul li .search .search-box .search-button,
              .menu-box .rwd-header-function .function-header ul li .search .search-box .advanced-button {
                -moz-border-radius: 0px;
                -webkit-border-radius: 0px;
                border-radius: 0px; }
              .menu-box .rwd-header-function .function-header ul li .search .search-box .search-button,
              .menu-box .rwd-header-function .function-header ul li .search .search-box .advanced-button {
                background-color: #220b4b; }
                .menu-box .rwd-header-function .function-header ul li .search .search-box .search-button:hover,
                .menu-box .rwd-header-function .function-header ul li .search .search-box .advanced-button:hover {
                  background-color: #ffe186;
                  color: #09493c; }
              .menu-box .rwd-header-function .function-header ul li .search .hot-search .search-text-hide a:hover {
                color: #d16329; }
            .menu-box .rwd-header-function .function-header ul li .search-google {
              width: 85%;
              margin: 0 auto; }
              .menu-box .rwd-header-function .function-header ul li .search-google .hot-search .search-text-hide a {
                color: #ffffff; }
                .menu-box .rwd-header-function .function-header ul li .search-google .hot-search .search-text-hide a:hover {
                  color: #09493c; }
            .menu-box .rwd-header-function .function-header ul li .header-classification,
            .menu-box .rwd-header-function .function-header ul li .header-text-size,
            .menu-box .rwd-header-function .function-header ul li .header-newspaper {
              width: 85%;
              margin: auto; }
            .menu-box .rwd-header-function .function-header ul li .header-buttons {
              text-align: center; }
              .menu-box .rwd-header-function .function-header ul li .header-buttons a {
                width: 40%; }
                .menu-box .rwd-header-function .function-header ul li .header-buttons a:nth-of-type(2n+1) {
                  margin-left: 0; }
                .menu-box .rwd-header-function .function-header ul li .header-buttons a:nth-of-type(n+3) {
                  margin-top: 10px; } }
  .color-style1 .menu-box {
    background: #0a3f7b;
    /* Old browsers */
    background: -moz-linear-gradient(left, #0a3f7b 0%, #36669c 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #0a3f7b 0%, #36669c 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #0a3f7b 0%, #36669c 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a3f7b', endColorstr='#36669c',GradientType=1 );
    /* IE6-9 */
    background-color: #0a3f7b; }
    .color-style1 .menu-box .container-hide {
      background-color: #0a3f7b; }
      .color-style1 .menu-box .container-hide a {
        border-color: #cfc8ad; }
    .color-style1 .menu-box ul.menu li:hover {
      background-color: #ffb141; }
      .color-style1 .menu-box ul.menu li:hover a {
        color: #353535; }
    .color-style1 .menu-box ul.menu li a {
      color: #fff; }
      .color-style1 .menu-box ul.menu li a:hover {
        background-color: #ffb141; }
    .color-style1 .menu-box ul.menu li .menu-floor-down {
      background: none;
      background-color: #e8e8e8; }
      .color-style1 .menu-box ul.menu li .menu-floor-down li {
        border-color: #d3d3d3; }
        .color-style1 .menu-box ul.menu li .menu-floor-down li a {
          color: #626262; }
          .color-style1 .menu-box ul.menu li .menu-floor-down li a:hover {
            color: #353535;
            background-color: #ffb141; }
          .color-style1 .menu-box ul.menu li .menu-floor-down li a:focus {
            color: #ffffff; }
    .color-style1 .menu-box .rwd-header-function .function-header {
      border-color: #0a3f7b; }
      .color-style1 .menu-box .rwd-header-function .function-header ul li .search .search-box .search-button,
      .color-style1 .menu-box .rwd-header-function .function-header ul li .search .search-box .advanced-button {
        background-color: #ffb141;
        color: #353535; }
        .color-style1 .menu-box .rwd-header-function .function-header ul li .search .search-box .search-button:hover,
        .color-style1 .menu-box .rwd-header-function .function-header ul li .search .search-box .advanced-button:hover {
          background-color: #ffe186; }
      .color-style1 .menu-box .rwd-header-function .function-header ul li .search .hot-search span {
        color: #ffce3a; }
      .color-style1 .menu-box .rwd-header-function .function-header ul li .search .hot-search .search-text-hide a {
        color: #ffffff;
        font-weight: 100; }
        .color-style1 .menu-box .rwd-header-function .function-header ul li .search .hot-search .search-text-hide a:hover {
          color: #ffe186; }
      .color-style1 .menu-box .rwd-header-function .function-header ul li .search-google .gsc-control-cse table.gsc-search-box tbody tr .gsc-input .gsc-input-box {
        border-color: #dddddd; }
      .color-style1 .menu-box .rwd-header-function .function-header ul li .search-google .gsc-control-cse table.gsc-search-box tbody tr td.gsc-search-button .gsc-search-button {
        background-color: #ffb141;
        color: #fff; }
        .color-style1 .menu-box .rwd-header-function .function-header ul li .search-google .gsc-control-cse table.gsc-search-box tbody tr td.gsc-search-button .gsc-search-button svg {
          fill: #353535; }
        .color-style1 .menu-box .rwd-header-function .function-header ul li .search-google .gsc-control-cse table.gsc-search-box tbody tr td.gsc-search-button .gsc-search-button:hover, .color-style1 .menu-box .rwd-header-function .function-header ul li .search-google .gsc-control-cse table.gsc-search-box tbody tr td.gsc-search-button .gsc-search-button:focus {
          background-color: #ffe186; }
      .color-style1 .menu-box .rwd-header-function .function-header ul li .search-google > form .advanced-button {
        background-color: #ffb141;
        color: #353535; }
        .color-style1 .menu-box .rwd-header-function .function-header ul li .search-google > form .advanced-button:hover, .color-style1 .menu-box .rwd-header-function .function-header ul li .search-google > form .advanced-button:focus {
          background-color: #ffe186; }
      .color-style1 .menu-box .rwd-header-function .function-header ul li .search-google .hot-search span {
        color: #ffce3a; }
      .color-style1 .menu-box .rwd-header-function .function-header ul li .search-google .hot-search .search-text-hide a {
        color: #ffffff;
        font-weight: 100; }
        .color-style1 .menu-box .rwd-header-function .function-header ul li .search-google .hot-search .search-text-hide a:hover {
          color: #ffe186; }
    @media screen and (max-width: 769px) {
      .color-style1 .menu-box {
        background: #36669c; }
        .color-style1 .menu-box ul.menu li {
          border-color: #0a3f7b; }
          .color-style1 .menu-box ul.menu li .menu-floor-down li a {
            background-color: #e8e8e8; }
            .color-style1 .menu-box ul.menu li .menu-floor-down li a:hover {
              color: #353535;
              background-color: #fabe83; } }
  .color-style2 .menu-box {
    background: #590000;
    /* Old browsers */
    background: -moz-linear-gradient(left, #590000 0%, #811818 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #590000 0%, #811818 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #590000 0%, #811818 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#590000', endColorstr='#811818',GradientType=1 );
    /* IE6-9 */
    background-color: #811818; }
    .color-style2 .menu-box .container-hide {
      background-color: #9e1d1d; }
      .color-style2 .menu-box .container-hide a {
        border-color: #cfc8ad; }
    .color-style2 .menu-box ul.menu li {
      border-color: #a65f5f; }
      .color-style2 .menu-box ul.menu li:hover {
        background-color: #ffbfbf; }
        .color-style2 .menu-box ul.menu li:hover a {
          color: #640000; }
          .color-style2 .menu-box ul.menu li:hover a:hover {
            background-color: #ffbfbf; }
      .color-style2 .menu-box ul.menu li a {
        color: #fff; }
      .color-style2 .menu-box ul.menu li .menu-floor-down {
        background: none;
        background-color: #e8e8e8; }
        .color-style2 .menu-box ul.menu li .menu-floor-down li {
          border-color: #d3d3d3; }
          .color-style2 .menu-box ul.menu li .menu-floor-down li a {
            color: #626262; }
            .color-style2 .menu-box ul.menu li .menu-floor-down li a:hover {
              color: #640000;
              background-color: #fce4e4; }
            .color-style2 .menu-box ul.menu li .menu-floor-down li a:focus {
              color: #ffffff; }
    .color-style2 .menu-box .rwd-header-function .function-header {
      border-color: #a65f5f; }
      .color-style2 .menu-box .rwd-header-function .function-header ul li .search .search-box .search-button,
      .color-style2 .menu-box .rwd-header-function .function-header ul li .search .search-box .advanced-button {
        background-color: #fadcdc;
        color: #353535; }
        .color-style2 .menu-box .rwd-header-function .function-header ul li .search .search-box .search-button:hover,
        .color-style2 .menu-box .rwd-header-function .function-header ul li .search .search-box .advanced-button:hover {
          background-color: #eb7474;
          color: #fff; }
      .color-style2 .menu-box .rwd-header-function .function-header ul li .search .hot-search span {
        color: #fdeded; }
      .color-style2 .menu-box .rwd-header-function .function-header ul li .search .hot-search .search-text-hide a {
        color: #ffffff;
        font-weight: 100; }
        .color-style2 .menu-box .rwd-header-function .function-header ul li .search .hot-search .search-text-hide a:hover {
          color: #ffe186; }
      .color-style2 .menu-box .rwd-header-function .function-header ul li .search-google .gsc-control-cse table.gsc-search-box tbody tr .gsc-input .gsc-input-box {
        border-color: #dddddd; }
      .color-style2 .menu-box .rwd-header-function .function-header ul li .search-google .gsc-control-cse table.gsc-search-box tbody tr td.gsc-search-button .gsc-search-button {
        background-color: #fadcdc;
        color: #fff; }
        .color-style2 .menu-box .rwd-header-function .function-header ul li .search-google .gsc-control-cse table.gsc-search-box tbody tr td.gsc-search-button .gsc-search-button svg {
          fill: #353535; }
        .color-style2 .menu-box .rwd-header-function .function-header ul li .search-google .gsc-control-cse table.gsc-search-box tbody tr td.gsc-search-button .gsc-search-button:hover, .color-style2 .menu-box .rwd-header-function .function-header ul li .search-google .gsc-control-cse table.gsc-search-box tbody tr td.gsc-search-button .gsc-search-button:focus {
          background-color: #b63131; }
          .color-style2 .menu-box .rwd-header-function .function-header ul li .search-google .gsc-control-cse table.gsc-search-box tbody tr td.gsc-search-button .gsc-search-button:hover svg, .color-style2 .menu-box .rwd-header-function .function-header ul li .search-google .gsc-control-cse table.gsc-search-box tbody tr td.gsc-search-button .gsc-search-button:focus svg {
            fill: #ffffff; }
      .color-style2 .menu-box .rwd-header-function .function-header ul li .search-google > form .advanced-button {
        background-color: #fadcdc;
        color: #353535; }
        .color-style2 .menu-box .rwd-header-function .function-header ul li .search-google > form .advanced-button:hover, .color-style2 .menu-box .rwd-header-function .function-header ul li .search-google > form .advanced-button:focus {
          background-color: #b63131;
          color: #fff; }
      .color-style2 .menu-box .rwd-header-function .function-header ul li .search-google .hot-search span {
        color: #fdeded; }
      .color-style2 .menu-box .rwd-header-function .function-header ul li .search-google .hot-search .search-text-hide a {
        color: #ffffff;
        font-weight: 100; }
        .color-style2 .menu-box .rwd-header-function .function-header ul li .search-google .hot-search .search-text-hide a:hover {
          color: #ffe186; }
    @media screen and (max-width: 769px) {
      .color-style2 .menu-box {
        background: #811818; }
        .color-style2 .menu-box ul.menu li {
          border-color: #a65f5f; }
          .color-style2 .menu-box ul.menu li .menu-floor-down li a {
            background-color: #e8e8e8; }
            .color-style2 .menu-box ul.menu li .menu-floor-down li a:hover {
              color: #353535;
              background-color: #fce4e4; } }
  .color-style3 .menu-box {
    background: #fd9500;
    /* Old browsers */
    background: -moz-linear-gradient(left, #fd9500 0%, #ffb141 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #fd9500 0%, #ffb141 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #fd9500 0%, #ffb141 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd9500', endColorstr='#ffb141',GradientType=1 );
    /* IE6-9 */
    background-color: #fd9500; }
    .color-style3 .menu-box .container-hide {
      background-color: #ca7700; }
      .color-style3 .menu-box .container-hide a {
        border-color: #cfc8ad; }
    .color-style3 .menu-box ul.menu li {
      border-color: #ca7700; }
      .color-style3 .menu-box ul.menu li:hover {
        background-color: #ffd598; }
        .color-style3 .menu-box ul.menu li:hover a {
          color: #353535; }
          .color-style3 .menu-box ul.menu li:hover a:hover {
            background-color: #ffd598; }
      .color-style3 .menu-box ul.menu li a {
        color: #353535; }
      .color-style3 .menu-box ul.menu li .menu-floor-down {
        background: none;
        background-color: #e8e8e8; }
        .color-style3 .menu-box ul.menu li .menu-floor-down li {
          border-color: #d3d3d3; }
          .color-style3 .menu-box ul.menu li .menu-floor-down li a {
            color: #626262; }
            .color-style3 .menu-box ul.menu li .menu-floor-down li a:hover {
              color: #353535;
              background-color: #ffd598; }
            .color-style3 .menu-box ul.menu li .menu-floor-down li a:focus {
              color: #ffffff; }
    .color-style3 .menu-box .rwd-header-function .function-header {
      border-color: #ca7700; }
      .color-style3 .menu-box .rwd-header-function .function-header ul li .search .search-box .search-button,
      .color-style3 .menu-box .rwd-header-function .function-header ul li .search .search-box .advanced-button {
        background-color: #ca7700;
        color: #ffffff; }
        .color-style3 .menu-box .rwd-header-function .function-header ul li .search .search-box .search-button:hover,
        .color-style3 .menu-box .rwd-header-function .function-header ul li .search .search-box .advanced-button:hover {
          background-color: #ffd598;
          color: #353535; }
      .color-style3 .menu-box .rwd-header-function .function-header ul li .search .hot-search .search-text-hide a {
        color: #764f16; }
        .color-style3 .menu-box .rwd-header-function .function-header ul li .search .hot-search .search-text-hide a:hover {
          color: #ffffff; }
      .color-style3 .menu-box .rwd-header-function .function-header ul li .search-google .gsc-control-cse table.gsc-search-box tbody tr .gsc-search-button .gsc-search-button {
        background-color: #ca7700;
        color: #fff; }
        .color-style3 .menu-box .rwd-header-function .function-header ul li .search-google .gsc-control-cse table.gsc-search-box tbody tr .gsc-search-button .gsc-search-button svg {
          fill: #ffffff; }
        .color-style3 .menu-box .rwd-header-function .function-header ul li .search-google .gsc-control-cse table.gsc-search-box tbody tr .gsc-search-button .gsc-search-button:hover {
          background-color: #ffd598; }
          .color-style3 .menu-box .rwd-header-function .function-header ul li .search-google .gsc-control-cse table.gsc-search-box tbody tr .gsc-search-button .gsc-search-button:hover svg {
            fill: #353535; }
      .color-style3 .menu-box .rwd-header-function .function-header ul li .search-google .hot-search .search-text-hide a {
        color: #764f16; }
        .color-style3 .menu-box .rwd-header-function .function-header ul li .search-google .hot-search .search-text-hide a:hover {
          color: #ffffff; }
      .color-style3 .menu-box .rwd-header-function .function-header ul li .header-newspaper input[type=button].butn.ok {
        color: #ffffff;
        background-color: #ca7700; }
        .color-style3 .menu-box .rwd-header-function .function-header ul li .header-newspaper input[type=button].butn.ok:hover {
          color: #353535;
          background-color: #ffd598; }
    @media screen and (max-width: 769px) {
      .color-style3 .menu-box {
        background: #ffb141; }
        .color-style3 .menu-box ul.menu li {
          border-color: #ca7700; }
          .color-style3 .menu-box ul.menu li .menu-floor-down li a {
            background-color: #e8e8e8; }
            .color-style3 .menu-box ul.menu li .menu-floor-down li a:hover {
              color: #ca7700;
              background-color: #f3f3f3; } }
  .color-style4 .menu-box {
    background: #0a5e10;
    /* Old browsers */
    background: -moz-linear-gradient(left, #0a5e10 0%, #188144 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #0a5e10 0%, #188144 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #0a5e10 0%, #188144 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a5e10', endColorstr='#188144',GradientType=1 );
    /* IE6-9 */
    background-color: #0a5e10;
    /** 平板 **/ }
    .color-style4 .menu-box .container-hide {
      background-color: #0e7561; }
      .color-style4 .menu-box .container-hide a {
        border-color: #cfc8ad; }
    .color-style4 .menu-box ul.menu li a {
      color: #ffffff; }
    .color-style4 .menu-box ul.menu li:hover {
      background-color: #0a5e10; }
      .color-style4 .menu-box ul.menu li:hover a {
        color: #ffffff; }
        .color-style4 .menu-box ul.menu li:hover a:hover {
          background-color: #0a5e10; }
    .color-style4 .menu-box ul.menu li a {
      color: #ffffff; }
    .color-style4 .menu-box ul.menu li .menu-floor-down {
      background: none;
      background-color: #e8e8e8; }
      .color-style4 .menu-box ul.menu li .menu-floor-down li {
        border-color: #d3d3d3; }
        .color-style4 .menu-box ul.menu li .menu-floor-down li a {
          color: #626262; }
          .color-style4 .menu-box ul.menu li .menu-floor-down li a:hover {
            color: #ffffff;
            background-color: #0a5e10; }
          .color-style4 .menu-box ul.menu li .menu-floor-down li a:focus {
            color: #ffffff; }
    .color-style4 .menu-box ul.menu li .classification-menu.open {
      color: #fff;
      background-color: #e00; }
    .color-style4 .menu-box .rwd-header-function .function-header {
      border-color: #7bc399; }
      .color-style4 .menu-box .rwd-header-function .function-header ul li .search .search-box .search-button,
      .color-style4 .menu-box .rwd-header-function .function-header ul li .search .search-box .advanced-button {
        background-color: #2ca05d;
        color: #ffffff; }
        .color-style4 .menu-box .rwd-header-function .function-header ul li .search .search-box .search-button:hover,
        .color-style4 .menu-box .rwd-header-function .function-header ul li .search .search-box .advanced-button:hover {
          background-color: #0a5e10; }
      .color-style4 .menu-box .rwd-header-function .function-header ul li .search .hot-search span {
        color: #dbf2e5; }
      .color-style4 .menu-box .rwd-header-function .function-header ul li .search .hot-search .search-text-hide a {
        color: #ffffff; }
        .color-style4 .menu-box .rwd-header-function .function-header ul li .search .hot-search .search-text-hide a:hover {
          color: #ffe186; }
      .color-style4 .menu-box .rwd-header-function .function-header ul li .search-google .hot-search span {
        color: #dbf2e5; }
      .color-style4 .menu-box .rwd-header-function .function-header ul li .search-google .hot-search .search-text-hide a {
        color: #ffffff; }
        .color-style4 .menu-box .rwd-header-function .function-header ul li .search-google .hot-search .search-text-hide a:hover {
          color: #ffe186; }
    @media screen and (max-width: 769px) {
      .color-style4 .menu-box {
        background: #188144; }
        .color-style4 .menu-box ul.menu li {
          border-color: #7bc399; }
          .color-style4 .menu-box ul.menu li .menu-floor-down li a {
            background-color: #e8e8e8; }
            .color-style4 .menu-box ul.menu li .menu-floor-down li a:hover {
              color: #188144;
              background-color: #dbf2e5; } }
  .color-style5 .menu-box {
    background: #ffa9a9;
    /* Old browsers */
    background: -moz-linear-gradient(left, #ffa9a9 0%, #ffdede 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #ffa9a9 0%, #ffdede 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #ffa9a9 0%, #ffdede 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa9a9', endColorstr='#ffdede',GradientType=1 );
    /* IE6-9 */
    background-color: #ffa9a9;
    /** 平板 **/ }
    .color-style5 .menu-box .container-hide {
      background-color: #ffa3a3; }
      .color-style5 .menu-box .container-hide a {
        border-color: #c96b69;
        color: #000; }
    .color-style5 .menu-box ul.menu li:hover {
      background-color: #ffa9a9; }
      .color-style5 .menu-box ul.menu li:hover a {
        color: #000; }
        .color-style5 .menu-box ul.menu li:hover a:hover {
          background-color: #ffcece; }
    .color-style5 .menu-box ul.menu li a {
      color: #000; }
    .color-style5 .menu-box ul.menu li .menu-floor-down {
      background: none;
      background-color: #e8e8e8; }
      .color-style5 .menu-box ul.menu li .menu-floor-down li {
        border-color: #d3d3d3; }
        .color-style5 .menu-box ul.menu li .menu-floor-down li a {
          color: #000; }
          .color-style5 .menu-box ul.menu li .menu-floor-down li a:hover {
            color: #000;
            background-color: #ffcece; }
          .color-style5 .menu-box ul.menu li .menu-floor-down li a:focus {
            color: #ffffff; }
    .color-style5 .menu-box ul.menu li .classification-menu.open {
      color: #fff;
      background-color: #e00; }
    .color-style5 .menu-box .rwd-header-function .function-header {
      border-color: #f6a4a2; }
      .color-style5 .menu-box .rwd-header-function .function-header ul li .search .search-box .search-button,
      .color-style5 .menu-box .rwd-header-function .function-header ul li .search .search-box .advanced-button {
        background-color: #ffab2f;
        color: #5e146e; }
        .color-style5 .menu-box .rwd-header-function .function-header ul li .search .search-box .search-button:hover,
        .color-style5 .menu-box .rwd-header-function .function-header ul li .search .search-box .advanced-button:hover {
          background-color: #ffe186; }
      .color-style5 .menu-box .rwd-header-function .function-header ul li .search .search-box .search-button {
        background-color: #ffcece;
        color: #000; }
      .color-style5 .menu-box .rwd-header-function .function-header ul li .search .hot-search .search-text-hide a {
        color: #000; }
        .color-style5 .menu-box .rwd-header-function .function-header ul li .search .hot-search .search-text-hide a:hover {
          color: #dc7878; }
      .color-style5 .menu-box .rwd-header-function .function-header ul li .search-google .hot-search .search-text-hide a {
        color: #000; }
        .color-style5 .menu-box .rwd-header-function .function-header ul li .search-google .hot-search .search-text-hide a:hover {
          color: #dc7878; }
      .color-style5 .menu-box .rwd-header-function .function-header ul li .header-classification {
        background-color: #ffa3a3; }
        .color-style5 .menu-box .rwd-header-function .function-header ul li .header-classification h3 {
          color: #fff; }
    @media screen and (max-width: 769px) {
      .color-style5 .menu-box {
        background: #ffdede; }
        .color-style5 .menu-box ul.menu li {
          border-color: #f6a4a2; }
          .color-style5 .menu-box ul.menu li .menu-floor-down li a {
            background-color: #f3f3f3; }
            .color-style5 .menu-box ul.menu li .menu-floor-down li a:hover {
              color: #bf5858;
              background-color: #ffeded; } }
  .color-style6 .menu-box {
    background: #802b93;
    /* Old browsers */
    background: -moz-linear-gradient(left, #802b93 0%, #a237ba 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #802b93 0%, #a237ba 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #802b93 0%, #a237ba 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#802b93', endColorstr='#a237ba',GradientType=1 );
    /* IE6-9 */
    background-color: #802b93; }
    .color-style6 .menu-box .container-hide {
      background-color: #5e146e; }
      .color-style6 .menu-box .container-hide a {
        border-color: #cfc8ad; }
    .color-style6 .menu-box ul.menu li {
      border-color: #5e146e; }
      .color-style6 .menu-box ul.menu li:hover {
        background-color: #ffb141; }
        .color-style6 .menu-box ul.menu li:hover a {
          color: #353535; }
          .color-style6 .menu-box ul.menu li:hover a:hover {
            background-color: #ffb141; }
      .color-style6 .menu-box ul.menu li a {
        color: #ffffff; }
      .color-style6 .menu-box ul.menu li .menu-floor-down {
        background: none;
        background-color: #e8e8e8; }
        .color-style6 .menu-box ul.menu li .menu-floor-down li {
          border-color: #d3d3d3; }
          .color-style6 .menu-box ul.menu li .menu-floor-down li a {
            color: #626262; }
            .color-style6 .menu-box ul.menu li .menu-floor-down li a:hover {
              color: #353535;
              background-color: #ffb141; }
            .color-style6 .menu-box ul.menu li .menu-floor-down li a:focus {
              color: #ffffff; }
      .color-style6 .menu-box ul.menu li .classification-menu.open {
        color: #fff;
        background-color: #e00; }
    .color-style6 .menu-box .rwd-header-function .function-header {
      border-color: #5e146e; }
      .color-style6 .menu-box .rwd-header-function .function-header ul li .search .search-box .search-button,
      .color-style6 .menu-box .rwd-header-function .function-header ul li .search .search-box .advanced-button {
        background-color: #ffab2f;
        color: #5e146e; }
        .color-style6 .menu-box .rwd-header-function .function-header ul li .search .search-box .search-button:hover,
        .color-style6 .menu-box .rwd-header-function .function-header ul li .search .search-box .advanced-button:hover {
          background-color: #ffe186; }
      .color-style6 .menu-box .rwd-header-function .function-header ul li .search .hot-search span {
        color: #ffce3a; }
      .color-style6 .menu-box .rwd-header-function .function-header ul li .search .hot-search .search-text-hide a {
        color: #e0e0e0;
        font-weight: 100; }
        .color-style6 .menu-box .rwd-header-function .function-header ul li .search .hot-search .search-text-hide a:hover {
          color: #ffe186; }
      .color-style6 .menu-box .rwd-header-function .function-header ul li .search-google .gsc-control-cse table.gsc-search-box tbody tr .gsc-search-button .gsc-search-button {
        background-color: #ffab2f;
        color: #5e146e; }
        .color-style6 .menu-box .rwd-header-function .function-header ul li .search-google .gsc-control-cse table.gsc-search-box tbody tr .gsc-search-button .gsc-search-button svg {
          fill: #5e146e; }
        .color-style6 .menu-box .rwd-header-function .function-header ul li .search-google .gsc-control-cse table.gsc-search-box tbody tr .gsc-search-button .gsc-search-button:hover {
          background-color: #ffe186; }
      .color-style6 .menu-box .rwd-header-function .function-header ul li .search-google .hot-search span {
        color: #ffce3a; }
      .color-style6 .menu-box .rwd-header-function .function-header ul li .search-google .hot-search .search-text-hide a {
        color: #e0e0e0;
        font-weight: 100; }
        .color-style6 .menu-box .rwd-header-function .function-header ul li .search-google .hot-search .search-text-hide a:hover {
          color: #ffe186; }
      .color-style6 .menu-box .rwd-header-function .function-header ul li .header-classification {
        background-color: #5e146e; }
        .color-style6 .menu-box .rwd-header-function .function-header ul li .header-classification h3 {
          color: #ffab2f; }
      .color-style6 .menu-box .rwd-header-function .function-header ul li .header-newspaper input[type=button].butn.ok {
        color: #5e146e;
        background-color: #ffab2f; }
        .color-style6 .menu-box .rwd-header-function .function-header ul li .header-newspaper input[type=button].butn.ok:hover {
          background-color: #ffe186; }
    @media screen and (max-width: 769px) {
      .color-style6 .menu-box {
        background: #802b93; }
        .color-style6 .menu-box ul.menu li {
          border-color: #5e146e; }
          .color-style6 .menu-box ul.menu li .menu-floor-down li a {
            background-color: #e8e8e8; }
            .color-style6 .menu-box ul.menu li .menu-floor-down li a:hover {
              color: #353535;
              background-color: #ffe7c4; } }

/*-------------------- 功能模組：搜尋 ---------------------*/
.search {
  width: 100%;
  /** 平板 **/
  /*-------------------- 顏色設定 ---------------------*/
  /* 顏色更換：藍 */
  /* 顏色更換：深紅 */
  /* 顏色更換：橘 */
  /* 顏色更換：綠 */
  /* 顏色更換：粉紅 */
  /* 顏色更換：紫 */ }
  .search .search-box {
    display: flex; }
    .search .search-box .search-input {
      width: calc(100% - 60px - 85px - 5px);
      height: 32px;
      border: none;
      padding: 0 10px;
      border: 2px solid #dddddd;
      border-right: none;
      border-radius: 0px; }
    .search .search-box .search-button {
      width: 60px;
      height: 32px;
      color: #fff;
      font-size: 0.875rem;
      text-align: center;
      display: inline-block;
      border: none;
      border-radius: 0px;
      background-color: #573c4a; }
      .search .search-box .search-button:hover {
        background-color: #7e5a1d; }
      .search .search-box .search-button:focus {
        background-color: #e00;
        color: #fff; }
    .search .search-box .advanced-button {
      height: 32px;
      margin: 0 0 0 5px;
      display: block;
      background-color: #452c4b;
      border: none;
      color: #fff;
      padding: 0 15px;
      border-radius: 0px; }
      .search .search-box .advanced-button:hover {
        background-color: #7e5a1d; }
      .search .search-box .advanced-button:focus {
        background-color: #e00;
        color: #fff; }
  .search .hot-search {
    display: flex;
    align-items: center;
    margin-top: 2px; }
    .search .hot-search span {
      display: inline-block;
      width: 85px;
      padding-left: 5px;
      white-space: nowrap;
      font-size: 0.9rem; }
    .search .hot-search .search-text-hide {
      display: inline-block;
      width: calc(100% - 85px);
      text-align: left;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
      .search .hot-search .search-text-hide a {
        font-size: 0.9rem;
        color: #785a4a; }
        .search .hot-search .search-text-hide a + a {
          margin-left: 5px; }
        .search .hot-search .search-text-hide a:hover {
          color: #daac5d; }
        .search .hot-search .search-text-hide a:focus {
          color: #fff;
          padding: 0 5px;
          outline: none;
          background-color: #f00; }
  @media screen and (max-width: 1200px) {
    .container-middle .search .search-box {
      right: 15px; } }
  @media screen and (max-width: 769px) {
    .container-middle .search .search-box {
      right: 0; } }
  .color-style1 .search {
    /** 平板 **/ }
    .color-style1 .search .search-box .search-button,
    .color-style1 .search .search-box .advanced-button {
      background-color: #ffb141;
      color: #353535; }
      .color-style1 .search .search-box .search-button:hover,
      .color-style1 .search .search-box .advanced-button:hover {
        background-color: #ffe186; }
      .color-style1 .search .search-box .search-button:focus,
      .color-style1 .search .search-box .advanced-button:focus {
        background-color: #e00;
        color: #fff; }
  .color-style2 .search .search-box .search-button,
  .color-style2 .search .search-box .advanced-button {
    background-color: #fadcdc;
    color: #353535; }
    .color-style2 .search .search-box .search-button:hover,
    .color-style2 .search .search-box .advanced-button:hover {
      background-color: #b63131;
      color: #fff; }
    .color-style2 .search .search-box .search-button:focus,
    .color-style2 .search .search-box .advanced-button:focus {
      background-color: #e00;
      color: #fff; }
  .color-style2 .search .hot-search .search-text-hide a:hover {
    color: #f4685e; }
  .color-style3 .search .search-box .search-button,
  .color-style3 .search .search-box .advanced-button {
    background-color: #ffb141;
    color: #353535; }
    .color-style3 .search .search-box .search-button:hover,
    .color-style3 .search .search-box .advanced-button:hover {
      background-color: #ffe186; }
    .color-style3 .search .search-box .search-button:focus,
    .color-style3 .search .search-box .advanced-button:focus {
      background-color: #e00;
      color: #fff; }
  .color-style4 .search .search-box .search-button,
  .color-style4 .search .search-box .advanced-button {
    background-color: #188144;
    color: #ffffff; }
    .color-style4 .search .search-box .search-button:hover,
    .color-style4 .search .search-box .advanced-button:hover {
      background-color: #0a5e10; }
    .color-style4 .search .search-box .search-button:focus,
    .color-style4 .search .search-box .advanced-button:focus {
      background-color: #e00;
      color: #fff; }
  .color-style5 .search .search-box .search-button,
  .color-style5 .search .search-box .advanced-button {
    background-color: #ffa9a9;
    color: #000; }
    .color-style5 .search .search-box .search-button:hover,
    .color-style5 .search .search-box .advanced-button:hover {
      background-color: #ffcece; }
    .color-style5 .search .search-box .search-button:focus,
    .color-style5 .search .search-box .advanced-button:focus {
      background-color: #e00;
      color: #fff; }
  .color-style5 .search .hot-search .search-text-hide a:hover {
    color: #f4685e; }
  .color-style6 .search .search-box .search-button,
  .color-style6 .search .search-box .advanced-button {
    background-color: #802b93;
    color: #fff; }
    .color-style6 .search .search-box .search-button:hover,
    .color-style6 .search .search-box .advanced-button:hover {
      color: #353535;
      background-color: #ffe186; }
    .color-style6 .search .search-box .search-button:focus,
    .color-style6 .search .search-box .advanced-button:focus {
      background-color: #e00;
      color: #fff; }
  .color-style6 .search .hot-search .search-text-hide a {
    color: #802b93; }
    .color-style6 .search .hot-search .search-text-hide a:hover {
      color: #ff9800; }
    .color-style6 .search .hot-search .search-text-hide a:focus {
      color: #ffffff; }

/*-------------------- 功能模組：搜尋 ---------------------*/
.search-google {
  width: 100%;
  /** 平板 **/
  /*-------------------- 顏色設定 ---------------------*/
  /* 顏色更換：藍 */
  /* 顏色更換：深紅 */
  /* 顏色更換：橘 */
  /* 顏色更換：綠 */
  /* 顏色更換：粉紅 */
  /* 顏色更換：紫 */ }
  .search-google .gsc-control-cse {
    padding: 0;
    border: none;
    background: none; }
    .search-google .gsc-control-cse form.gsc-search-box {
      margin-bottom: 0; }
    .search-google .gsc-control-cse table.gsc-search-box {
      margin-bottom: 0; }
      .search-google .gsc-control-cse table.gsc-search-box tbody tr td {
        padding: 0;
        width: calc(100% - 60px); }
      .search-google .gsc-control-cse table.gsc-search-box tbody tr td.gsc-input .gsc-input-box {
        height: 32px;
        padding: 3px 10px;
        border: 2px solid #dddddd;
        border-right: none;
        border-radius: 0px; }
        .search-google .gsc-control-cse table.gsc-search-box tbody tr td.gsc-input .gsc-input-box:focus-within {
          border-color: #f00;
          box-shadow: 0px 0px 1px #f00; }
        .search-google .gsc-control-cse table.gsc-search-box tbody tr td.gsc-input .gsc-input-box input:focus {
          box-shadow: none; }
      .search-google .gsc-control-cse table.gsc-search-box tbody tr .gsib_b {
        display: none; }
      .search-google .gsc-control-cse table.gsc-search-box tbody tr td.gsc-search-button {
        width: 60px;
        margin: 0;
        padding: 0;
        border-radius: 0px; }
        .search-google .gsc-control-cse table.gsc-search-box tbody tr td.gsc-search-button .gsc-search-button {
          width: 60px;
          height: 32px;
          margin: 0;
          padding: 0;
          background-color: #573c4a;
          color: #fff;
          border: none;
          border-radius: 0px; }
          .search-google .gsc-control-cse table.gsc-search-box tbody tr td.gsc-search-button .gsc-search-button:hover {
            background-color: #7e5a1d; }
          .search-google .gsc-control-cse table.gsc-search-box tbody tr td.gsc-search-button .gsc-search-button:focus {
            background-color: #e00;
            color: #fff; }
            .search-google .gsc-control-cse table.gsc-search-box tbody tr td.gsc-search-button .gsc-search-button:focus svg {
              fill: #fff; }
    .search-google .gsc-control-cse .gsc-results-wrapper-overlay * {
      word-break: normal;
      box-sizing: content-box; }
  .search-google > form {
    display: flex;
    align-items: center; }
    .search-google > form > div {
      width: calc(100% - 87px); }
    .search-google > form .advanced-button {
      height: 32px;
      margin: 0 0 0 5px;
      display: block;
      background-color: #573c4a;
      border: none;
      color: #fff;
      padding: 0 15px;
      border-radius: 0px; }
      .search-google > form .advanced-button:hover {
        background-color: #7e5a1d; }
      .search-google > form .advanced-button:focus {
        background-color: #e00;
        color: #fff; }
  .search-google .hot-search {
    display: flex;
    align-items: center;
    margin-top: 2px; }
    .search-google .hot-search span {
      display: inline-block;
      width: 85px;
      padding-left: 5px;
      white-space: nowrap;
      font-size: 0.9rem; }
    .search-google .hot-search .search-text-hide {
      display: inline-block;
      width: calc(100% - 85px);
      text-align: left;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
      .search-google .hot-search .search-text-hide a {
        color: #785a4a;
        font-size: 0.9rem; }
        .search-google .hot-search .search-text-hide a + a {
          margin-left: 5px; }
        .search-google .hot-search .search-text-hide a:hover {
          color: #daac5d; }
        .search-google .hot-search .search-text-hide a:focus {
          color: #fff;
          padding: 0 5px;
          outline: none;
          background-color: #f00; }
  .color-style1 .search-google {
    /** 平板 **/ }
    .color-style1 .search-google .gsc-control-cse table.gsc-search-box tbody tr td.gsc-search-button .gsc-search-button {
      background-color: #ffb141;
      color: #fff; }
      .color-style1 .search-google .gsc-control-cse table.gsc-search-box tbody tr td.gsc-search-button .gsc-search-button svg {
        fill: #353535; }
      .color-style1 .search-google .gsc-control-cse table.gsc-search-box tbody tr td.gsc-search-button .gsc-search-button:hover {
        background-color: #ffe186; }
      .color-style1 .search-google .gsc-control-cse table.gsc-search-box tbody tr td.gsc-search-button .gsc-search-button:focus {
        background-color: #e00;
        color: #fff; }
        .color-style1 .search-google .gsc-control-cse table.gsc-search-box tbody tr td.gsc-search-button .gsc-search-button:focus svg {
          fill: #fff; }
    .color-style1 .search-google > form .advanced-button {
      background-color: #ffb141;
      color: #353535; }
      .color-style1 .search-google > form .advanced-button:hover {
        background-color: #ffe186; }
      .color-style1 .search-google > form .advanced-button:focus {
        background-color: #e00;
        color: #fff; }
  .color-style2 .search-google .gsc-control-cse table.gsc-search-box tbody tr td.gsc-search-button .gsc-search-button {
    background-color: #fadcdc;
    color: #fff; }
    .color-style2 .search-google .gsc-control-cse table.gsc-search-box tbody tr td.gsc-search-button .gsc-search-button svg {
      fill: #353535; }
    .color-style2 .search-google .gsc-control-cse table.gsc-search-box tbody tr td.gsc-search-button .gsc-search-button:hover {
      background-color: #b63131; }
      .color-style2 .search-google .gsc-control-cse table.gsc-search-box tbody tr td.gsc-search-button .gsc-search-button:hover svg {
        fill: #ffffff; }
    .color-style2 .search-google .gsc-control-cse table.gsc-search-box tbody tr td.gsc-search-button .gsc-search-button:focus {
      background-color: #e00;
      color: #fff; }
      .color-style2 .search-google .gsc-control-cse table.gsc-search-box tbody tr td.gsc-search-button .gsc-search-button:focus svg {
        fill: #fff; }
  .color-style2 .search-google > form .advanced-button {
    background-color: #fadcdc;
    color: #353535; }
    .color-style2 .search-google > form .advanced-button:hover {
      background-color: #b63131;
      color: #fff; }
    .color-style2 .search-google > form .advanced-button:focus {
      background-color: #e00;
      color: #fff; }
  .color-style2 .search-google .hot-search .search-text-hide a:hover {
    color: #f4685e; }
  .color-style3 .search-google .gsc-control-cse table.gsc-search-box tbody tr td.gsc-search-button .gsc-search-button {
    background-color: #ffb141;
    color: #fff; }
    .color-style3 .search-google .gsc-control-cse table.gsc-search-box tbody tr td.gsc-search-button .gsc-search-button svg {
      fill: #353535; }
    .color-style3 .search-google .gsc-control-cse table.gsc-search-box tbody tr td.gsc-search-button .gsc-search-button:hover {
      background-color: #ffe186; }
    .color-style3 .search-google .gsc-control-cse table.gsc-search-box tbody tr td.gsc-search-button .gsc-search-button:focus {
      background-color: #e00;
      color: #fff; }
      .color-style3 .search-google .gsc-control-cse table.gsc-search-box tbody tr td.gsc-search-button .gsc-search-button:focus svg {
        fill: #fff; }
  .color-style3 .search-google > form .advanced-button {
    background-color: #ffb141;
    color: #353535; }
    .color-style3 .search-google > form .advanced-button:hover {
      background-color: #ffe186; }
    .color-style3 .search-google > form .advanced-button:focus {
      background-color: #e00;
      color: #fff; }
  .color-style4 .search-google .gsc-control-cse table.gsc-search-box tbody tr td.gsc-search-button .gsc-search-button {
    background-color: #188144;
    color: #fff; }
    .color-style4 .search-google .gsc-control-cse table.gsc-search-box tbody tr td.gsc-search-button .gsc-search-button:hover {
      background-color: #0a5e10; }
    .color-style4 .search-google .gsc-control-cse table.gsc-search-box tbody tr td.gsc-search-button .gsc-search-button:focus {
      background-color: #e00;
      color: #fff; }
      .color-style4 .search-google .gsc-control-cse table.gsc-search-box tbody tr td.gsc-search-button .gsc-search-button:focus svg {
        fill: #fff; }
  .color-style4 .search-google > form .advanced-button {
    background-color: #2ca05d;
    color: #ffffff; }
    .color-style4 .search-google > form .advanced-button:hover {
      background-color: #0a5e10; }
    .color-style4 .search-google > form .advanced-button:focus {
      background-color: #e00;
      color: #fff; }
  .color-style5 .search-google .gsc-control-cse table.gsc-search-box tbody tr td.gsc-search-button .gsc-search-button {
    background-color: #ffa9a9; }
    .color-style5 .search-google .gsc-control-cse table.gsc-search-box tbody tr td.gsc-search-button .gsc-search-button svg {
      fill: #000; }
    .color-style5 .search-google .gsc-control-cse table.gsc-search-box tbody tr td.gsc-search-button .gsc-search-button:hover {
      background-color: #ffcece; }
    .color-style5 .search-google .gsc-control-cse table.gsc-search-box tbody tr td.gsc-search-button .gsc-search-button:focus {
      background-color: #e00;
      color: #fff; }
      .color-style5 .search-google .gsc-control-cse table.gsc-search-box tbody tr td.gsc-search-button .gsc-search-button:focus svg {
        fill: #fff; }
  .color-style5 .search-google > form .advanced-button {
    background-color: #ffa9a9;
    color: #000; }
    .color-style5 .search-google > form .advanced-button:hover {
      background-color: #ffcece; }
    .color-style5 .search-google > form .advanced-button:focus {
      background-color: #e00;
      color: #fff; }
  .color-style5 .search-google .hot-search .search-text-hide a:hover {
    color: #f4685e; }
  .color-style6 .search-google .gsc-control-cse table.gsc-search-box tbody tr td.gsc-search-button .gsc-search-button {
    background-color: #802b93;
    color: #fff; }
    .color-style6 .search-google .gsc-control-cse table.gsc-search-box tbody tr td.gsc-search-button .gsc-search-button:hover {
      background-color: #ffe186; }
    .color-style6 .search-google .gsc-control-cse table.gsc-search-box tbody tr td.gsc-search-button .gsc-search-button:focus {
      background-color: #e00;
      color: #fff; }
      .color-style6 .search-google .gsc-control-cse table.gsc-search-box tbody tr td.gsc-search-button .gsc-search-button:focus svg {
        fill: #fff; }
  .color-style6 .search-google > form .advanced-button {
    background-color: #802b93;
    color: #fff; }
    .color-style6 .search-google > form .advanced-button:hover {
      color: #353535;
      background-color: #ffe186; }
    .color-style6 .search-google > form .advanced-button:focus {
      background-color: #e00;
      color: #fff; }
  .color-style6 .search-google .hot-search .search-text-hide a {
    color: #802b93; }
    .color-style6 .search-google .hot-search .search-text-hide a:hover {
      color: #ff9800; }
    .color-style6 .search-google .hot-search .search-text-hide a:focus {
      color: #fff;
      padding: 0 5px;
      outline: none;
      background-color: #f00; }

/*-------------------- 功能模組：Bnner -----------------------*/
.banner {
  /** 平板 **/ }
  .function-cabinet.full .banner {
    width: calc(100% + 15px * 2);
    margin-left: -15px; }
  .banner.no-top-space {
    margin-top: -30px; }
  .banner > div a img {
    width: 100%; }
  @media screen and (max-width: 769px) {
    .banner {
      width: calc(100% + 15px * 2);
      margin-left: -15px; } }

/*-------------------- 功能模組：麵包屑 -----------------------*/
.breadcrumb {
  /*-------------------- 顏色設定 ---------------------*/
  /* 顏色更換：藍 */
  /* 顏色更換：深紅 */
  /* 顏色更換：橘 */
  /* 顏色更換：綠 */
  /* 顏色更換：粉紅 */
  /* 顏色更換：紫 */ }
  .breadcrumb a {
    color: #000; }
    .breadcrumb a:hover {
      color: #ff5f5f; }
    .breadcrumb a:focus {
      background-color: #e00;
      color: #fff;
      border-color: #e00;
      outline: none; }

/*-------------------- 功能模組：頁籤 -----------------------*/
.tab-function {
  /** 手機 **/
  /*-------------------- 顏色設定 ---------------------*/
  /* 顏色更換：藍 */
  /* 顏色更換：深紅 */
  /* 顏色更換：橘 */
  /* 顏色更換：綠 */
  /* 顏色更換：粉紅 */
  /* 顏色更換：紫 */ }
  .tab-function .tab-select-text {
    font-size: 1.15rem;
    color: #000;
    border: 3px solid #e0e0e0;
    padding: 5px 10px;
    margin-bottom: 5px;
    background-color: #ffffff;
    position: relative;
    display: none; }
    .tab-function .tab-select-text::before, .tab-function .tab-select-text::after {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 6px 6px 0 6px;
      border-color: #aaaaaa transparent transparent transparent;
      display: block;
      position: absolute;
      right: 10px;
      top: calc((100% - 6px) / 2); }
    .tab-function .tab-select-text::after {
      display: none;
      border-width: 0 6px 6px 6px;
      border-color: transparent transparent #aaaaaa transparent; }
  .tab-function .tab-title {
    background-image: url(../img/shadow-bg.png);
    background-repeat: repeat-x;
    background-position: bottom;
    border-bottom: 1px solid #775b93; }
    .tab-function .tab-title li {
      display: inline-block; }
      .tab-function .tab-title li a {
        display: block;
        padding: 8px 15px;
        background-color: #e6e6e6;
        color: #000;
        background-repeat: repeat-x;
        background-position: bottom;
        font-size: 1rem; }
        .tab-function .tab-title li a:hover {
          background-color: #f4e7d3;
          color: #000; }
      .tab-function .tab-title li .tab-select {
        font-weight: 400;
        color: #fff;
        background-color: #220b4b;
        background-image: none; }
        .tab-function .tab-title li .tab-select:hover {
          color: #fff;
          background-color: #442c70; }
  .tab-function .tab-inner {
    display: none;
    min-height: 200px;
    overflow: auto;
    background: #f6f6f6; }
    .tab-function .tab-inner > div h2.h2-title {
      display: none; }
  .tab-function .tab-inner-block {
    display: block; }
  @media screen and (max-width: 600px) {
    .tab-function .tab-select-text {
      display: block; }
    .tab-function .tab-title {
      background: none;
      margin-top: 0;
      text-align: center;
      display: none;
      border: 3px solid #e0e0e0; }
      .tab-function .tab-title li {
        width: 100%; }
        .tab-function .tab-title li + li a::after {
          content: '';
          width: calc(100% - 20px);
          height: 1px;
          background-color: #e0e0e0;
          display: block;
          position: absolute;
          top: 0px;
          left: 10px; }
        .tab-function .tab-title li a {
          border-radius: 0;
          padding: 10px;
          text-align: left;
          background-color: #ffffff;
          position: relative; }
          .tab-function .tab-title li a.tab-select::after {
            display: none; }
    .tab-function .tab-inner {
      margin-top: 10px;
      border: 2px solid #331b4b; } }
  .color-style1 .tab-function {
    /** 手機 **/ }
    .color-style1 .tab-function .tab-title {
      border-color: #36669c;
      background-image: url(../img/shadow-bg.png); }
      .color-style1 .tab-function .tab-title li a:hover {
        background-color: #d4e0ef; }
      .color-style1 .tab-function .tab-title li .tab-select {
        color: #fff;
        background: none;
        background-color: #36669c; }
        .color-style1 .tab-function .tab-title li .tab-select:hover {
          color: #fff;
          background-color: #36669c; }
    .color-style1 .tab-function .tab-inner {
      background-color: #f8f8f8; }
    @media screen and (max-width: 415px) {
      .color-style1 .tab-function .tab-title {
        background: none;
        border-color: #e0e0e0; }
        .color-style1 .tab-function .tab-title li a {
          background-color: #ffffff; }
      .color-style1 .tab-function .tab-inner {
        border-color: #66809c; } }
  .color-style2 .tab-function {
    /** 手機 **/ }
    .color-style2 .tab-function .tab-title {
      border-color: #811818;
      background-image: url(../img/shadow-bg.png); }
      .color-style2 .tab-function .tab-title li a:hover {
        background-color: #fbd2d2; }
      .color-style2 .tab-function .tab-title li .tab-select {
        color: #fff;
        background: none;
        background-color: #811818; }
        .color-style2 .tab-function .tab-title li .tab-select:hover {
          color: #fff;
          background-color: #811818; }
    .color-style2 .tab-function .tab-inner {
      background-color: #e6e6e6; }
    @media screen and (max-width: 415px) {
      .color-style2 .tab-function .tab-title {
        background: none;
        border-color: #e0e0e0; }
        .color-style2 .tab-function .tab-title li a {
          background-color: #ffffff; }
      .color-style2 .tab-function .tab-inner {
        border-color: #bb4242; } }
  .color-style3 .tab-function {
    /** 手機 **/ }
    .color-style3 .tab-function .tab-title {
      border-color: #ffb141;
      background-image: url(../img/shadow-bg.png); }
      .color-style3 .tab-function .tab-title li a:hover {
        background-color: #f9e9d1; }
      .color-style3 .tab-function .tab-title li .tab-select {
        color: #353535;
        background: none;
        background-color: #ffb141; }
        .color-style3 .tab-function .tab-title li .tab-select:hover {
          color: #353535;
          background-color: #ffb141; }
    .color-style3 .tab-function .tab-inner {
      background-color: #e6e6e6; }
    @media screen and (max-width: 415px) {
      .color-style3 .tab-function .tab-title {
        background: none;
        border-color: #e0e0e0; }
        .color-style3 .tab-function .tab-title li a {
          background-color: #ffffff; }
      .color-style3 .tab-function .tab-inner {
        border-color: #ca7700; } }
  .color-style4 .tab-function {
    /** 手機 **/ }
    .color-style4 .tab-function .tab-title {
      border-color: #188144;
      background-image: url(../img/shadow-bg.png); }
      .color-style4 .tab-function .tab-title li a:hover {
        background-color: #c3f1d6; }
      .color-style4 .tab-function .tab-title li .tab-select {
        color: #ffffff;
        background: none;
        background-color: #188144; }
        .color-style4 .tab-function .tab-title li .tab-select:hover {
          color: #ffffff;
          background-color: #188144; }
    .color-style4 .tab-function .tab-inner {
      background-color: #e6e6e6; }
    @media screen and (max-width: 415px) {
      .color-style4 .tab-function .tab-title {
        background: none;
        border-color: #e0e0e0; }
        .color-style4 .tab-function .tab-title li a {
          background-color: #ffffff; }
      .color-style4 .tab-function .tab-inner {
        border-color: #0a5e10; } }
  .color-style5 .tab-function {
    /** 手機 **/ }
    .color-style5 .tab-function .tab-title {
      border-color: #ffdede;
      background-image: url(../img/shadow-bg.png); }
      .color-style5 .tab-function .tab-title li a:hover {
        background-color: #ffecec; }
      .color-style5 .tab-function .tab-title li .tab-select {
        color: #000;
        background: none;
        background-color: #ffdede; }
        .color-style5 .tab-function .tab-title li .tab-select:hover {
          background-color: #ffcece; }
    .color-style5 .tab-function .tab-inner {
      background-color: #e6e6e6; }
    @media screen and (max-width: 415px) {
      .color-style5 .tab-function .tab-title {
        background: none;
        border-color: #e0e0e0; }
        .color-style5 .tab-function .tab-title li a {
          background-color: #ffffff; }
      .color-style5 .tab-function .tab-inner {
        border-color: #ffa9a9; } }
  .color-style6 .tab-function {
    /** 手機 **/ }
    .color-style6 .tab-function .tab-title {
      border-color: #802b93;
      background-image: url(../img/shadow-bg.png); }
      .color-style6 .tab-function .tab-title li a:hover {
        background-color: #f5dcfb; }
      .color-style6 .tab-function .tab-title li .tab-select {
        color: #ffffff;
        background: none;
        background-color: #802b93; }
        .color-style6 .tab-function .tab-title li .tab-select:hover {
          color: #ffffff;
          background-color: #802b93; }
    .color-style6 .tab-function .tab-inner {
      background-color: #e6e6e6; }
    @media screen and (max-width: 415px) {
      .color-style6 .tab-function .tab-title {
        background: none;
        border-color: #e0e0e0; }
        .color-style6 .tab-function .tab-title li a {
          background-color: #ffffff; }
      .color-style6 .tab-function .tab-inner {
        border-color: #5e146e; } }

/*-------------- 功能模組：公告列表 ---------------*/
.bulletin-list {
  /*-------------------- 顏色設定 ---------------------*/
  /* 顏色更換：藍 */
  /* 顏色更換：深紅 */
  /* 顏色更換：橘 */
  /* 顏色更換：綠 */
  /* 顏色更換：粉紅 */
  /* 顏色更換：紫 */ }
  .bulletin-list .link-button {
    background-color: #331b4b;
    text-align: right;
    padding: 8px; }
    .bulletin-list .link-button-none {
      display: none; }
    .bulletin-list .link-button li {
      display: inline-block; }
      .bulletin-list .link-button li + li {
        margin-left: 10px; }
      .bulletin-list .link-button li a {
        color: #000;
        display: block;
        padding: 2px 14px;
        background-color: #ffffff;
        border: 3px solid #dedede;
        margin: 3% 0; }
        .bulletin-list .link-button li a:hover {
          color: #000;
          background-color: #ffe69a;
          border: 3px solid #e5c76c; }
        .bulletin-list .link-button li a:focus {
          background-color: #e00;
          color: #fff;
          border-color: #e00;
          outline: none; }
  .bulletin-list .link-select {
    margin-top: 10px;
    padding: 0 15px; }
    .bulletin-list .link-select .link-classification {
      display: none;
      width: 100%;
      margin: 15px auto 5px;
      text-align: center;
      font-size: 1.2rem;
      border: 3px solid #e0e0e0;
      position: relative;
      background-color: #fff;
      color: #353535;
      padding: 5px 3px;
      line-height: normal; }
      .tab-inner .bulletin-list .link-select .link-classification {
        width: 90%; }
      .bulletin-list .link-select .link-classification::after {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6px 6px 0 6px;
        border-color: #aaaaaa transparent transparent transparent;
        display: block;
        position: absolute;
        right: 10px;
        top: calc((100% - 6px) / 2); }
    .bulletin-list .link-select .link-select-content {
      padding: 5px 0 8px;
      margin-bottom: 5px; }
      .tab-inner .bulletin-list .link-select .link-select-content {
        margin-bottom: 0; }
      .bulletin-list .link-select .link-select-content a {
        font-weight: bold;
        color: #000;
        padding: 7px 8px 5px; }
        .bulletin-list .link-select .link-select-content a:hover {
          color: #442c70; }
        .bulletin-list .link-select .link-select-content a:focus {
          outline: none;
          background-color: #e00;
          color: #fff;
          border-color: #e00; }
        .bulletin-list .link-select .link-select-content a.selected {
          color: #ffffff;
          border-radius: 3px;
          background-color: #442c70; }
          .bulletin-list .link-select .link-select-content a.selected:focus {
            outline: none;
            background-color: #e00;
            color: #fff;
            border-color: #e00; }
  .bulletin-list .list {
    overflow-y: auto;
    background-color: #f6f6f6;
    padding: 10px 15px; }
    .bulletin-list .list.list-scroll {
      max-height: 400px; }
    .bulletin-list .list ul li {
      background-color: #fff;
      margin: 1% 0;
      box-shadow: 1px 1px 2px #ddd;
      border-right: 6px solid #442c70; }
      .bulletin-list .list ul li a {
        display: block;
        padding: 10px 15px 3px; }
        .bulletin-list .list ul li a::after {
          content: '';
          display: block;
          clear: both; }
        .bulletin-list .list ul li a:hover {
          background-color: #f3f9fd; }
        .bulletin-list .list ul li a:focus {
          background-color: #f3f9fd;
          border: 2px dashed #f00;
          outline: none; }
        .bulletin-list .list ul li a h3 {
          color: #353535;
          margin-bottom: 3px;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden; }
          .bulletin-list .list ul li a h3 .top {
            width: 25px;
            margin-right: 5px; }
          .bulletin-list .list ul li a h3 + span {
            max-width: 55%;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden; }
        .bulletin-list .list ul li a span {
          color: #555555;
          display: inline-block; }
          .bulletin-list .list ul li a span.time {
            font-size: 0.875rem;
            color: #331b4b;
            float: right;
            position: relative;
            top: 1px; }
    .bulletin-list .list.horizontal ul {
      display: flex;
      flex-wrap: wrap; }
      .bulletin-list .list.horizontal ul li {
        margin: 0 5px;
        overflow: hidden; }
        .bulletin-list .list.horizontal ul li a {
          height: 100%;
          padding: 8px 10px 38px;
          position: relative;
          overflow: hidden; }
          .bulletin-list .list.horizontal ul li a h3 {
            padding-bottom: 5px;
            margin-bottom: 10px;
            border-bottom: 1px solid #aaa;
            white-space: normal; }
            .bulletin-list .list.horizontal ul li a h3 + span {
              max-width: 100%;
              white-space: normal; }
          .bulletin-list .list.horizontal ul li a span.time {
            float: none;
            position: absolute;
            top: auto;
            bottom: 8px;
            left: 10px; }
    .bulletin-list .list.horizontal.block-1 ul li {
      width: calc((100% - 1 * 10px) / 1); }
      .bulletin-list .list.horizontal.block-1 ul li:nth-of-type(n+2) {
        margin-top: 10px; }
    .bulletin-list .list.horizontal.block-2 ul li {
      width: calc((100% - 2 * 10px) / 2); }
      .bulletin-list .list.horizontal.block-2 ul li:nth-of-type(n+3) {
        margin-top: 10px; }
    .bulletin-list .list.horizontal.block-3 ul li {
      width: calc((100% - 3 * 10px) / 3); }
      .bulletin-list .list.horizontal.block-3 ul li:nth-of-type(n+4) {
        margin-top: 10px; }
    .bulletin-list .list.horizontal.block-4 ul li {
      width: calc((100% - 4 * 10px) / 4); }
      .bulletin-list .list.horizontal.block-4 ul li:nth-of-type(n+5) {
        margin-top: 10px; }
    .bulletin-list .list.horizontal.block-5 ul li {
      width: calc((100% - 5 * 10px) / 5); }
      .bulletin-list .list.horizontal.block-5 ul li:nth-of-type(n+6) {
        margin-top: 10px; }
    .bulletin-list .list.horizontal.block-6 ul li {
      width: calc((100% - 6 * 10px) / 6); }
      .bulletin-list .list.horizontal.block-6 ul li:nth-of-type(n+7) {
        margin-top: 10px; }
  .bulletin-list .more {
    height: auto;
    padding: 10px 15px;
    background-color: #e1e1e1; }
    .bulletin-list .more a {
      font-weight: bold;
      color: #000; }
      .bulletin-list .more a:hover {
        border: 2px dashed #f00;
        outline: none;
        color: #2a0075; }
      .bulletin-list .more a:focus {
        outline: none;
        background-color: #e00;
        color: #fff;
        border-color: #e00; }
  @media screen and (max-width: 600px) {
    .bulletin-list .link-select {
      padding: 0; }
      .bulletin-list .link-select .link-classification {
        display: block; }
      .bulletin-list .link-select .link-select-content {
        width: 100%;
        margin: 0 auto;
        padding-top: 0;
        border-bottom: none;
        display: none; }
        .tab-inner .bulletin-list .link-select .link-select-content {
          width: 90%; }
        .bulletin-list .link-select .link-select-content a {
          font-weight: normal;
          display: block;
          text-align: center;
          padding: 10px 0;
          line-height: normal;
          margin: 0;
          background-color: #fff;
          border: 1px solid #ddd; }
          .bulletin-list .link-select .link-select-content a.selected {
            border-radius: 0; }
    .bulletin-list .list.list-scroll {
      max-height: 450px; }
    .bulletin-list .list ul li a h3 + span {
      max-width: 80%; }
    .bulletin-list .list ul li a span {
      display: block; }
      .bulletin-list .list ul li a span.time {
        float: none;
        top: auto; }
    .bulletin-list .list.horizontal.block-3 ul li {
      width: calc((100% - 2 * 10px) / 2); }
      .bulletin-list .list.horizontal.block-3 ul li:nth-of-type(n+4) {
        margin-top: 0; }
      .bulletin-list .list.horizontal.block-3 ul li:nth-of-type(n+3) {
        margin-top: 10px; }
    .bulletin-list .list.horizontal.block-4 ul li {
      width: calc((100% - 2 * 10px) / 2); }
      .bulletin-list .list.horizontal.block-4 ul li:nth-of-type(n+5) {
        margin-top: 0; }
      .bulletin-list .list.horizontal.block-4 ul li:nth-of-type(n+3) {
        margin-top: 10px; }
    .bulletin-list .list.horizontal.block-5 ul li {
      width: calc((100% - 2 * 10px) / 2); }
      .bulletin-list .list.horizontal.block-5 ul li:nth-of-type(n+6) {
        margin-top: 0; }
      .bulletin-list .list.horizontal.block-5 ul li:nth-of-type(n+3) {
        margin-top: 10px; }
    .bulletin-list .list.horizontal.block-6 ul li {
      width: calc((100% - 2 * 10px) / 2); }
      .bulletin-list .list.horizontal.block-6 ul li:nth-of-type(n+7) {
        margin-top: 0; }
      .bulletin-list .list.horizontal.block-6 ul li:nth-of-type(n+3) {
        margin-top: 10px; } }
  @media screen and (max-width: 414px) {
    .bulletin-list .list {
      padding: 5px; }
      .bulletin-list .list.horizontal.block-1 ul li {
        width: 100%;
        margin: 0 0 8px; }
        .bulletin-list .list.horizontal.block-1 ul li:nth-of-type(n+1) {
          margin-top: 0; }
      .bulletin-list .list.horizontal.block-2 ul li {
        width: 100%;
        margin: 0 0 8px; }
        .bulletin-list .list.horizontal.block-2 ul li:nth-of-type(n+1) {
          margin-top: 0; }
      .bulletin-list .list.horizontal.block-3 ul li {
        width: 100%;
        margin: 0 0 8px; }
        .bulletin-list .list.horizontal.block-3 ul li:nth-of-type(n+1) {
          margin-top: 0; }
      .bulletin-list .list.horizontal.block-4 ul li {
        width: 100%;
        margin: 0 0 8px; }
        .bulletin-list .list.horizontal.block-4 ul li:nth-of-type(n+1) {
          margin-top: 0; }
      .bulletin-list .list.horizontal.block-5 ul li {
        width: 100%;
        margin: 0 0 8px; }
        .bulletin-list .list.horizontal.block-5 ul li:nth-of-type(n+1) {
          margin-top: 0; }
      .bulletin-list .list.horizontal.block-6 ul li {
        width: 100%;
        margin: 0 0 8px; }
        .bulletin-list .list.horizontal.block-6 ul li:nth-of-type(n+1) {
          margin-top: 0; } }
  .color-style1 .bulletin-list .link-button {
    background-color: #0a3f7b; }
    .color-style1 .bulletin-list .link-button li a {
      color: #626262;
      background-color: #ffffff;
      border-color: #dedede; }
      .color-style1 .bulletin-list .link-button li a:hover {
        color: #4f4f4f;
        background-color: #ffe69a;
        border-color: #e5c76c; }
      .color-style1 .bulletin-list .link-button li a:focus {
        background-color: #e00;
        color: #fff;
        border-color: #e00;
        outline: none; }
  .color-style1 .bulletin-list .link-select .link-select-content a:focus {
    outline: none;
    background-color: #e00;
    color: #fff;
    border-color: #e00; }
  .color-style1 .bulletin-list .link-select .link-select-content a.selected {
    color: #ffffff;
    background-color: #36669c; }
    .color-style1 .bulletin-list .link-select .link-select-content a.selected:focus {
      outline: none;
      background-color: #e00;
      color: #fff;
      border-color: #e00; }
  .color-style1 .bulletin-list .list {
    background-color: #f6f6f6; }
    .color-style1 .bulletin-list .list ul li {
      background-color: #fff;
      box-shadow: 1px 1px 2px #ddd;
      border-color: #066caa; }
      .color-style1 .bulletin-list .list ul li a span.time {
        color: #0a3f7b; }
  .color-style1 .bulletin-list .more {
    background-color: #0a3f7b; }
    .color-style1 .bulletin-list .more a {
      color: #fff; }
      .color-style1 .bulletin-list .more a:hover {
        color: #ffe69a; }
  .color-style2 .bulletin-list .link-button {
    background-color: #590000; }
    .color-style2 .bulletin-list .link-button li a {
      color: #000;
      background-color: #ffffff;
      border-color: #dedede; }
      .color-style2 .bulletin-list .link-button li a:hover {
        color: #000;
        background-color: #ffe69a;
        border-color: #e5c76c; }
      .color-style2 .bulletin-list .link-button li a:focus {
        background-color: #e00;
        color: #fff;
        border-color: #e00;
        outline: none; }
  .color-style2 .bulletin-list .link-select .link-select-content a:focus {
    outline: none;
    background-color: #e00;
    color: #fff;
    border-color: #e00; }
  .color-style2 .bulletin-list .link-select .link-select-content a.selected {
    color: #ffffff;
    background-color: #811818; }
  .color-style2 .bulletin-list .link-select .link-select-content a.selected:hover {
    color: #fff;
    background-color: #390a0a; }
  .color-style2 .bulletin-list .link-select .link-select-content a:hover {
    color: #811818; }
  .color-style2 .bulletin-list .link-select .link-select-content:focus {
    background-color: #e00;
    color: #fff;
    border-color: #e00;
    outline: none; }
  .color-style2 .bulletin-list .list {
    background-color: #e6e6e6; }
    .color-style2 .bulletin-list .list ul li {
      background-color: #fff;
      box-shadow: 1px 1px 2px #ddd;
      border-color: #5e0a0a; }
      .color-style2 .bulletin-list .list ul li a span.time {
        color: #bb4242; }
  .color-style2 .bulletin-list .more {
    background-color: #5e0a0a; }
    .color-style2 .bulletin-list .more a {
      color: #fff; }
      .color-style2 .bulletin-list .more a:hover {
        color: #ffe69a; }
  .color-style3 .bulletin-list .link-button {
    background-color: #ca7700; }
    .color-style3 .bulletin-list .link-button li a {
      color: #626262;
      background-color: #ffffff;
      border-color: #dedede; }
      .color-style3 .bulletin-list .link-button li a:hover {
        color: #4f4f4f;
        background-color: #ffe69a;
        border-color: #e5c76c; }
      .color-style3 .bulletin-list .link-button li a:focus {
        background-color: #e00;
        color: #fff;
        border-color: #e00;
        outline: none; }
  .color-style3 .bulletin-list .link-select .link-select-content a:focus {
    outline: none;
    background-color: #e00;
    color: #fff;
    border-color: #e00; }
  .color-style3 .bulletin-list .link-select .link-select-content a.selected {
    color: #353535;
    background-color: #ffb141; }
    .color-style3 .bulletin-list .link-select .link-select-content a.selected:focus {
      background-color: #e00;
      color: #fff;
      border-color: #e00;
      outline: none; }
  .color-style3 .bulletin-list .list {
    background-color: #e6e6e6; }
    .color-style3 .bulletin-list .list ul li {
      background-color: #fff;
      box-shadow: 1px 1px 2px #ddd;
      border-color: #ca7700; }
      .color-style3 .bulletin-list .list ul li a span.time {
        color: #ca7700; }
  .color-style3 .bulletin-list .more {
    background-color: #ca7700; }
    .color-style3 .bulletin-list .more a {
      color: #fff; }
      .color-style3 .bulletin-list .more a:hover {
        color: #ffe69a; }
      .color-style3 .bulletin-list .more a:focus {
        border-color: #FFE16D; }
  .color-style4 .bulletin-list .link-button {
    background-color: #0a5e10; }
    .color-style4 .bulletin-list .link-button li a {
      color: #000;
      background-color: #ffffff;
      border-color: #dedede; }
      .color-style4 .bulletin-list .link-button li a:hover {
        color: #0a5e10;
        background-color: #ffe69a;
        border-color: #e5c76c; }
      .color-style4 .bulletin-list .link-button li a:focus {
        background-color: #e00;
        color: #fff;
        border-color: #e00;
        outline: none; }
  .color-style4 .bulletin-list .link-select .link-select-content a.selected {
    color: #ffffff;
    background-color: #188144; }
    .color-style4 .bulletin-list .link-select .link-select-content a.selected:focus {
      outline: none;
      background-color: #e00;
      color: #fff;
      border-color: #e00; }
  .color-style4 .bulletin-list .list {
    background-color: #e6e6e6; }
    .color-style4 .bulletin-list .list ul li {
      background-color: #fff;
      box-shadow: 1px 1px 2px #ddd;
      border-color: #0a5e10; }
      .color-style4 .bulletin-list .list ul li a span.time {
        color: #0a5e10; }
  .color-style4 .bulletin-list .more {
    background-color: #0a5e10; }
    .color-style4 .bulletin-list .more a {
      color: #fff; }
      .color-style4 .bulletin-list .more a:hover {
        color: #ffe69a; }
  .color-style5 .bulletin-list .link-button {
    background-color: #ffa9a9; }
    .color-style5 .bulletin-list .link-button li a {
      color: #000;
      background-color: #ffffff;
      border-color: #dedede; }
      .color-style5 .bulletin-list .link-button li a:hover {
        color: #000;
        background-color: #ffe69a;
        border-color: #e5c76c; }
      .color-style5 .bulletin-list .link-button li a:focus {
        background-color: #e00;
        color: #fff;
        border-color: #e00;
        outline: none; }
  .color-style5 .bulletin-list .link-select .link-select-content a.selected {
    color: #000;
    background-color: #ffdede; }
    .color-style5 .bulletin-list .link-select .link-select-content a.selected:focus {
      outline: none;
      background-color: #e00;
      color: #fff;
      border-color: #e00; }
  .color-style5 .bulletin-list .list {
    background-color: #e6e6e6; }
    .color-style5 .bulletin-list .list ul li {
      background-color: #fff;
      box-shadow: 1px 1px 2px #ddd;
      border-color: #ffa9a9; }
      .color-style5 .bulletin-list .list ul li a span.time {
        color: #c96b69; }
  .color-style5 .bulletin-list .more {
    background-color: #ffa9a9; }
    .color-style5 .bulletin-list .more a {
      color: #000; }
      .color-style5 .bulletin-list .more a:focus {
        outline: none;
        background-color: #e00;
        color: #fff;
        border-color: #e00; }
  .color-style6 .bulletin-list .link-button {
    background-color: #5e146e; }
    .color-style6 .bulletin-list .link-button li a {
      color: #626262;
      background-color: #ffffff;
      border-color: #dedede; }
      .color-style6 .bulletin-list .link-button li a:hover {
        color: #4f4f4f;
        background-color: #ffe69a;
        border-color: #e5c76c; }
      .color-style6 .bulletin-list .link-button li a:focus {
        background-color: #e00;
        color: #fff;
        border-color: #e00;
        outline: none; }
  .color-style6 .bulletin-list .link-select .link-select-content a.selected {
    color: #ffffff;
    background-color: #802b93; }
    .color-style6 .bulletin-list .link-select .link-select-content a.selected:focus {
      outline: none;
      background-color: #e00;
      color: #fff;
      border-color: #e00; }
  .color-style6 .bulletin-list .list {
    background-color: #e6e6e6; }
    .color-style6 .bulletin-list .list ul li {
      background-color: #fff;
      box-shadow: 1px 1px 2px #ddd;
      border-color: #5e146e; }
      .color-style6 .bulletin-list .list ul li a span.time {
        color: #5e146e; }
  .color-style6 .bulletin-list .more {
    background-color: #5e146e; }
    .color-style6 .bulletin-list .more a {
      color: #fff; }
      .color-style6 .bulletin-list .more a:hover {
        color: #ffe69a; }

/*-------------- 功能模組：公告列表(標題) ---------------*/
.bulletin-title-list {
  /** 平板 **/
  /*-------------------- 顏色設定 ---------------------*/
  /* 顏色更換：藍 */
  /* 顏色更換：深紅 */
  /* 顏色更換：橘 */
  /* 顏色更換：綠 */
  /* 顏色更換：粉紅 */
  /* 顏色更換：紫 */ }
  .bulletin-title-list .link-button {
    background-color: #331b4b;
    text-align: right;
    padding: 8px; }
    .bulletin-title-list .link-button-none {
      display: none; }
    .bulletin-title-list .link-button li {
      display: inline-block; }
      .bulletin-title-list .link-button li + li {
        margin-left: 10px; }
      .bulletin-title-list .link-button li a {
        color: #626262;
        display: block;
        padding: 2px 14px;
        background-color: #ffffff;
        border-radius: 50px;
        border: 3px solid #dedede;
        margin: 3% 0; }
        .bulletin-title-list .link-button li a:focus {
          background-color: #e00;
          color: #fff; }
        .bulletin-title-list .link-button li a:hover {
          color: #4f4f4f;
          background-color: #ffe69a;
          border: 3px solid #e5c76c; }
  .bulletin-title-list table {
    width: 100%; }
    .bulletin-title-list table thead tr th {
      color: #ffffff;
      font-weight: normal;
      padding: 5px 8px;
      text-align: left;
      border: 2px solid #fff;
      background: #79516e;
      /* Old browsers */
      background: -moz-linear-gradient(top, #79516e 0%, #4b314b 56%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, #79516e 0%, #4b314b 56%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, #79516e 0%, #4b314b 56%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#79516e', endColorstr='#4b314b',GradientType=0 );
      /* IE6-9 */
      background-color: #000; }
    .bulletin-title-list table tbody tr td {
      padding: 5px 8px;
      background-color: #efefef;
      border: 2px solid #fff; }
      .bulletin-title-list table tbody tr td.empty {
        text-align: center; }
  .bulletin-title-list .more {
    height: auto;
    padding: 10px 15px;
    background-color: #49304a;
    text-align: right; }
    .bulletin-title-list .more a {
      color: #fff; }
      .bulletin-title-list .more a:hover {
        color: #ffe69a; }
      .bulletin-title-list .more a:focus {
        outline: none;
        background-color: #e00;
        color: #fff;
        border-color: #e00; }
  @media only screen and (max-width: 769px) {
    .bulletin-title-list {
      width: 100%;
      display: block; }
      .bulletin-title-list thead {
        display: none; }
      .bulletin-title-list tbody {
        width: 100%;
        display: block; }
        .bulletin-title-list tbody tr {
          width: 100%;
          display: block;
          margin-bottom: 20px; }
          .bulletin-title-list tbody tr td {
            display: flex;
            text-align: left !important;
            border: none;
            padding: 10px;
            background-color: #f7f7f7;
            margin-bottom: 2px; }
            .bulletin-title-list tbody tr td.empty {
              display: block;
              text-align: center !important; }
            .bulletin-title-list tbody tr td:first-child {
              border-top: 3px solid #331b4b; }
            .bulletin-title-list tbody tr td::before {
              content: attr(data-header);
              display: inline-block;
              color: #90704a;
              white-space: nowrap; } }
  .color-style1 .bulletin-title-list .link-button {
    background-color: #066caa; }
    .color-style1 .bulletin-title-list .link-button li a {
      color: #626262;
      background-color: #ffffff;
      box-shadow: 3px 3px 7px #00456f;
      border: 3px solid #dedede; }
      .color-style1 .bulletin-title-list .link-button li a:hover {
        color: #4f4f4f;
        background-color: #ffe69a;
        border: 3px solid #e5c76c; }
  .color-style1 .bulletin-title-list table thead th {
    background: #36669c;
    /* Old browsers */
    background: -moz-linear-gradient(top, #36669c 0%, #0a3f7b 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #36669c 0%, #0a3f7b 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #36669c 0%, #0a3f7b 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#36669c', endColorstr='#0a3f7b',GradientType=0 );
    /* IE6-9 */
    background-color: #000; }
  .color-style1 .bulletin-title-list table tbody tr td:first-child {
    border-top-color: #66809c; }
  .color-style1 .bulletin-title-list table tbody tr td::before {
    color: #66809c; }
  .color-style1 .bulletin-title-list .more {
    background-color: #0a3f7b; }
    .color-style1 .bulletin-title-list .more a {
      color: #fff; }
      .color-style1 .bulletin-title-list .more a:hover {
        color: #ffe189; }
      .color-style1 .bulletin-title-list .more a:focus {
        outline: none;
        background-color: #e00;
        color: #fff;
        border-color: #e00; }
  .color-style2 .bulletin-title-list .link-button {
    background-color: #bb4242; }
    .color-style2 .bulletin-title-list .link-button li a {
      color: #626262;
      background-color: #ffffff;
      border-color: #dedede; }
      .color-style2 .bulletin-title-list .link-button li a:hover {
        color: #4f4f4f;
        background-color: #ffe69a;
        border-color: #e5c76c; }
  .color-style2 .bulletin-title-list table thead th {
    background: #bb4242;
    /* Old browsers */
    background: -moz-linear-gradient(top, #bb4242 0%, #811818 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #bb4242 0%, #811818 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #bb4242 0%, #811818 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb4242', endColorstr='#811818',GradientType=0 );
    /* IE6-9 */
    background-color: #000; }
  .color-style2 .bulletin-title-list table tbody tr td:first-child {
    border-top-color: #811818; }
  .color-style2 .bulletin-title-list table tbody tr td::before {
    color: #811818; }
  .color-style2 .bulletin-title-list .more {
    background-color: #5e0a0a; }
    .color-style2 .bulletin-title-list .more a {
      color: #fff; }
      .color-style2 .bulletin-title-list .more a:hover {
        color: #ffe189; }
      .color-style2 .bulletin-title-list .more a:focus {
        outline: none;
        background-color: #e00;
        color: #fff;
        border-color: #e00; }
  .color-style3 .bulletin-title-list .link-button {
    background-color: #ca7700; }
    .color-style3 .bulletin-title-list .link-button li a {
      color: #626262;
      background-color: #ffffff;
      border-color: #dedede; }
      .color-style3 .bulletin-title-list .link-button li a:hover {
        color: #4f4f4f;
        background-color: #ffe69a;
        border-color: #e5c76c; }
  .color-style3 .bulletin-title-list table thead th {
    background: #ffb141;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffb141 1%, #ca7700 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffb141 1%, #ca7700 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffb141 1%, #ca7700 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb141', endColorstr='#ca7700',GradientType=0 );
    /* IE6-9 */
    background-color: #000; }
  .color-style3 .bulletin-title-list table tbody tr td:first-child {
    border-top-color: #ffb141; }
  .color-style3 .bulletin-title-list table tbody tr td::before {
    color: #ca7700; }
  .color-style3 .bulletin-title-list .more {
    background-color: #ca7700; }
    .color-style3 .bulletin-title-list .more a {
      color: #fff; }
      .color-style3 .bulletin-title-list .more a:hover {
        color: #ffef5f; }
      .color-style3 .bulletin-title-list .more a:focus {
        outline: none;
        background-color: #e00;
        color: #fff;
        border-color: #e00; }
  .color-style4 .bulletin-title-list .link-button {
    background-color: #0a5e10; }
    .color-style4 .bulletin-title-list .link-button li a {
      color: #626262;
      background-color: #ffffff;
      border-color: #dedede; }
      .color-style4 .bulletin-title-list .link-button li a:hover {
        color: #4f4f4f;
        background-color: #ffe69a;
        border-color: #e5c76c; }
  .color-style4 .bulletin-title-list table thead th {
    background: #188144;
    /* Old browsers */
    background: -moz-linear-gradient(top, #188144 0%, #0e5f30 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #188144 0%, #0e5f30 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #188144 0%, #0e5f30 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#188144', endColorstr='#0e5f30',GradientType=0 );
    /* IE6-9 */
    background-color: #000; }
  .color-style4 .bulletin-title-list table tbody tr td:first-child {
    border-top-color: #188144; }
  .color-style4 .bulletin-title-list table tbody tr td::before {
    color: #0a5e10; }
  .color-style4 .bulletin-title-list .more {
    background-color: #188144; }
    .color-style4 .bulletin-title-list .more a {
      color: #fff; }
      .color-style4 .bulletin-title-list .more a:hover {
        color: #ffe69a; }
      .color-style4 .bulletin-title-list .more a:focus {
        outline: none;
        background-color: #e00;
        color: #fff;
        border-color: #e00; }
  .color-style5 .bulletin-title-list .link-button {
    background-color: #ffa9a9; }
    .color-style5 .bulletin-title-list .link-button li a {
      color: #626262;
      background-color: #ffffff;
      border-color: #dedede; }
      .color-style5 .bulletin-title-list .link-button li a:hover {
        color: #4f4f4f;
        background-color: #ffe69a;
        border-color: #e5c76c; }
  .color-style5 .bulletin-title-list table thead th {
    color: #000;
    background: #ffa9a9;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffa9a9 0%, #e58282 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffa9a9 0%, #e58282 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffa9a9 0%, #e58282 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa9a9', endColorstr='#e58282',GradientType=0 );
    /* IE6-9 */
    background-color: #000; }
  .color-style5 .bulletin-title-list table tbody tr td:first-child {
    border-top-color: #ffa9a9; }
  .color-style5 .bulletin-title-list table tbody tr td::before {
    color: #8a1818; }
  .color-style5 .bulletin-title-list .more {
    background-color: #ffcece; }
    .color-style5 .bulletin-title-list .more a {
      color: #000; }
      .color-style5 .bulletin-title-list .more a:hover {
        color: #fff;
        background-color: #b33835; }
      .color-style5 .bulletin-title-list .more a:focus {
        outline: none;
        background-color: #e00;
        color: #fff;
        border-color: #e00; }
  .color-style6 .bulletin-title-list .link-button {
    background-color: #5e146e; }
    .color-style6 .bulletin-title-list .link-button li a {
      color: #626262;
      background-color: #ffffff;
      border-color: #dedede; }
      .color-style6 .bulletin-title-list .link-button li a:hover {
        color: #4f4f4f;
        background-color: #ffe69a;
        border-color: #e5c76c; }
  .color-style6 .bulletin-title-list table thead th {
    background: #802b93;
    /* Old browsers */
    background: -moz-linear-gradient(top, #802b93 0%, #602b6c 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #802b93 0%, #602b6c 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #802b93 0%, #602b6c 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#802b93', endColorstr='#602b6c',GradientType=0 );
    /* IE6-9 */
    background-color: #000; }
  .color-style6 .bulletin-title-list table tbody tr td:first-child {
    border-top-color: #802b93; }
  .color-style6 .bulletin-title-list table tbody tr td::before {
    color: #5e146e; }
  .color-style6 .bulletin-title-list .more {
    background-color: #5e146e; }
    .color-style6 .bulletin-title-list .more a {
      color: #fff; }
      .color-style6 .bulletin-title-list .more a:hover {
        color: #ffe69a; }
      .color-style6 .bulletin-title-list .more a:focus {
        outline: none;
        background-color: #e00;
        color: #fff;
        border-color: #e00; }

/*-------------- 功能模組：會員專區 ---------------*/
.member {
  /** 平板 **/
  /** 手機板 **/
  /*-------------------- 顏色設定 ---------------------*/
  /* 顏色更換：藍 */
  /* 顏色更換：深紅 */
  /* 顏色更換：橘 */
  /* 顏色更換：綠 */
  /* 顏色更換：粉紅 */
  /* 顏色更換：紫 */ }
  .member a {
    display: inline-block;
    width: 45%;
    margin: 2% 2%;
    padding: 5% 0;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    border: 4px solid #cab4cb;
    background-color: #6a516b; }
    .member a:hover {
      background-color: #240E4B; }
    .member a:focus {
      background-color: #e00;
      color: #fff; }
  @media screen and (max-width: 769px) {
    .member a {
      width: 20%;
      padding: 2% 0; } }
  @media screen and (max-width: 736px) {
    .member {
      padding-left: 0px; }
      .member a {
        width: 45%; } }
  .color-style1 .member a {
    color: #fff;
    background-color: #0a3f7b;
    border-color: #4e7cb0; }
    .color-style1 .member a:hover {
      background-color: #042f60;
      border-color: #33859b; }
    .color-style1 .member a:focus {
      background-color: #e00;
      color: #fff; }
  .color-style2 .member a {
    color: #fff;
    background-color: #811818;
    border-color: #c03939; }
    .color-style2 .member a:hover {
      color: #fff;
      background-color: #e99045;
      border-color: #ffe4ce; }
    .color-style2 .member a:focus {
      background-color: #e00;
      color: #fff; }
  .color-style3 .member a {
    color: #543508;
    background-color: #ffb141;
    border-color: #e78f0f; }
    .color-style3 .member a:hover {
      color: #fff;
      background-color: #cd5651;
      border-color: #e17b77; }
    .color-style3 .member a:focus {
      background-color: #e00;
      color: #fff; }
  .color-style4 .member a {
    color: #fff;
    background-color: #0e5f30;
    border-color: #278950; }
    .color-style4 .member a:hover {
      background-color: #00441d;
      border-color: #04aa4a; }
    .color-style4 .member a:focus {
      background-color: #e00;
      color: #fff; }
  .color-style5 .member a {
    color: #fff;
    background-color: #c96b69;
    border-color: #e9acaa; }
    .color-style5 .member a:hover {
      color: #fff;
      background-color: #f88a6d;
      border-color: #ffb19d; }
    .color-style5 .member a:focus {
      background-color: #e00;
      color: #fff; }
  .color-style6 .member a {
    color: #fff;
    background-color: #5d2a69;
    border-color: #802b93; }
    .color-style6 .member a:hover {
      color: #3e3e3e;
      background-color: #f2d684;
      border-color: #dfc063; }
    .color-style6 .member a:focus {
      background-color: #e00;
      color: #fff; }

/*-------------- 功能模組：分眾導覽 ---------------*/
.classification {
  /** 平板 **/
  /** 手機板 **/
  /*-------------------- 顏色設定 ---------------------*/
  /* 顏色更換：藍 */
  /* 顏色更換：深紅 */
  /* 顏色更換：橘 */
  /* 顏色更換：綠 */
  /* 顏色更換：粉紅 */
  /* 顏色更換：紫 */ }
  .classification a {
    display: inline-block;
    width: 45%;
    margin: 2% 2%;
    padding: 5% 0;
    text-align: center;
    color: #fff;
    background-color: #7a6136;
    border-radius: 5px;
    border: 4px solid #e4c38b; }
    .classification a:hover {
      color: #353535;
      background-color: #FFE16D; }
      .classification a:hover .title-icon .icon path {
        fill: #626262; }
    .classification a:focus {
      background-color: #e00;
      color: #fff; }
      .classification a:focus .title-icon .icon path {
        fill: #fff; }
    .classification a .title-icon {
      width: 100%;
      max-width: 45px;
      max-height: 45px;
      margin: 0 auto 5px; }
      .classification a .title-icon img, .classification a .title-icon svg {
        width: 100%;
        height: 100%; }
      .classification a .title-icon .icon {
        cursor: pointer; }
        .classification a .title-icon .icon path {
          fill: #ecebeb; }
  @media screen and (max-width: 769px) {
    .classification a {
      width: 20%;
      padding: 2% 0; } }
  @media screen and (max-width: 736px) {
    .classification a {
      width: 45%; } }
  .color-style1 .classification a {
    color: #fff;
    background-color: #00234a;
    border-color: #315782; }
    .color-style1 .classification a:hover {
      background-color: #001a37;
      border-color: #33859b; }
    .color-style1 .classification a:focus {
      background-color: #e00;
      color: #fff; }
      .color-style1 .classification a:focus .title-icon .icon path {
        fill: #fff; }
  .color-style2 .classification a {
    color: #fff;
    background-color: #bb4242;
    border-color: #e77676; }
    .color-style2 .classification a:hover {
      color: #fff;
      background-color: #e99045;
      border-color: #ffe4ce; }
    .color-style2 .classification a:focus {
      background-color: #e00;
      color: #fff; }
      .color-style2 .classification a:focus .title-icon .icon path {
        fill: #fff; }
  .color-style3 .classification a {
    color: #fff;
    background-color: #e78f0f;
    border-color: #ffb141; }
    .color-style3 .classification a:hover {
      color: #fff;
      background-color: #cd5651;
      border-color: #e17b77; }
    .color-style3 .classification a:focus {
      background-color: #e00;
      color: #fff; }
      .color-style3 .classification a:focus .title-icon .icon path {
        fill: #fff; }
  .color-style4 .classification a {
    color: #fff;
    background-color: #0e5f30;
    border-color: #16914a; }
    .color-style4 .classification a:hover {
      background-color: #185633;
      border-color: #52c683; }
    .color-style4 .classification a:focus {
      background-color: #e00;
      color: #fff; }
      .color-style4 .classification a:focus .title-icon .icon path {
        fill: #fff; }
  .color-style5 .classification a {
    color: #fff;
    background-color: #d34e4b;
    border-color: #f88e8b; }
    .color-style5 .classification a:hover {
      color: #fff;
      background-color: #f88a6d;
      border-color: #ffb19d; }
    .color-style5 .classification a:focus {
      background-color: #e00;
      color: #fff; }
      .color-style5 .classification a:focus .title-icon .icon path {
        fill: #fff; }
  .color-style6 .classification a {
    color: #fff;
    background-color: #802b93;
    border-color: #b041c8; }
    .color-style6 .classification a:hover {
      color: #3e3e3e;
      background-color: #f2d684;
      border-color: #dfc063; }
      .color-style6 .classification a:hover .title-icon .icon path {
        fill: #626262; }
    .color-style6 .classification a:focus {
      background-color: #e00;
      color: #fff; }
      .color-style6 .classification a:focus .title-icon .icon path {
        fill: #fff; }

/*-------------- 功能模組：分類檢索 ---------------*/
.retrievals {
  margin: 10px 0 5px;
  /*-------------------- 顏色設定 ---------------------*/
  /* 顏色更換：藍 */
  /* 顏色更換：深紅 */
  /* 顏色更換：橘 */
  /* 顏色更換：綠 */
  /* 顏色更換：粉紅 */
  /* 顏色更換：紫 */ }
  .retrievals a {
    display: inline-block;
    line-height: normal;
    width: 30%;
    margin: 2% 1%;
    padding: 2% 0;
    text-align: center;
    color: #000;
    background-color: #ffffff;
    border-radius: 5px;
    border: 1px solid #e1e1e1; }
    .retrievals a:hover {
      background-color: #e3eff5; }
    .retrievals a:focus {
      background-color: #e00;
      color: #fff; }
  .color-style1 .retrievals a {
    color: #6e6e6e;
    background-color: #ffffff;
    border-color: #e1e1e1; }
    .color-style1 .retrievals a:hover {
      background-color: #e3eff5; }
    .color-style1 .retrievals a:focus {
      background-color: #e00;
      color: #fff; }
  .color-style2 .retrievals a:focus {
    background-color: #e00;
    color: #fff; }
  .color-style3 .retrievals a:focus {
    background-color: #e00;
    color: #fff; }
  .color-style4 .retrievals a:focus {
    background-color: #e00;
    color: #fff; }
  .color-style5 .retrievals a:focus {
    background-color: #e00;
    color: #fff; }
  .color-style6 .retrievals a:focus {
    background-color: #e00;
    color: #fff; }

/*-------------- 功能模組：影片專區 ---------------*/
.video-block {
  /*-------------------- 顏色設定 ---------------------*/
  /* 顏色更換：藍 */
  /* 顏色更換：深紅 */
  /* 顏色更換：橘 */
  /* 顏色更換：綠 */
  /* 顏色更換：粉紅 */
  /* 顏色更換：紫 */ }
  .video-block > div {
    margin-bottom: 5px; }
  .video-block .more {
    width: 100%;
    font-size: 0.95rem;
    font-weight: 400;
    display: block;
    text-align: right;
    padding: 10px 15px;
    color: #ebe4d8;
    background-color: #30194b; }
    .video-block .more:hover {
      background-color: #FFE16D;
      color: #353535; }
    .video-block .more:focus {
      outline: none;
      background-color: #e00;
      color: #fff;
      border-color: #e00; }
  .color-style1 .video-block .more {
    background-color: #0a3f7b;
    color: #ffffff; }
    .color-style1 .video-block .more:hover {
      background-color: #36669c; }
    .color-style1 .video-block .more:focus {
      outline: none;
      background-color: #e00;
      color: #fff;
      border-color: #e00; }
  .color-style2 .video-block .more {
    background-color: #5e0a0a;
    color: #ffffff; }
    .color-style2 .video-block .more:hover {
      background-color: #bb4242; }
    .color-style2 .video-block .more:focus {
      outline: none;
      background-color: #e00;
      color: #fff;
      border-color: #e00; }
  .color-style3 .video-block .more {
    background-color: #ca7700;
    color: #ffffff; }
    .color-style3 .video-block .more:hover {
      background-color: #ffb141;
      color: #353535; }
    .color-style3 .video-block .more:focus {
      outline: none;
      background-color: #e00;
      color: #fff;
      border-color: #e00; }
  .color-style4 .video-block .more {
    background-color: #0a5e10;
    color: #ffffff; }
    .color-style4 .video-block .more:hover {
      background-color: #188144; }
    .color-style4 .video-block .more:focus {
      outline: none;
      background-color: #e00;
      color: #fff;
      border-color: #e00; }
  .color-style5 .video-block .more {
    background-color: #ffdede;
    color: #000; }
    .color-style5 .video-block .more:hover {
      background-color: #bf5858;
      color: #ffffff; }
    .color-style5 .video-block .more:focus {
      outline: none;
      background-color: #e00;
      color: #fff;
      border-color: #e00; }
  .color-style6 .video-block .more {
    background-color: #5e146e;
    color: #ffffff; }
    .color-style6 .video-block .more:hover {
      background-color: #802b93; }
    .color-style6 .video-block .more:focus {
      outline: none;
      background-color: #e00;
      color: #fff;
      border-color: #e00; }

/*-------------------- 功能模組：跑馬燈 123-------------------*/
.marquee {
  border: 2px solid #d4d4d4;
  width: 100%;
  margin: 0 auto;
  height: 40px;
  overflow: hidden;
  position: relative;
  font-size: 1.125rem;
  /*-------------------- 顏色設定 ---------------------*/
  /* 顏色更換：藍 */
  /* 顏色更換：深紅 */
  /* 顏色更換：橘 */
  /* 顏色更換：綠 */
  /* 顏色更換：粉紅 */
  /* 顏色更換：紫 */ }
  .marquee ul {
    position: absolute;
    top: 0px; }
    .marquee ul li {
      height: 36px;
      line-height: 35px;
      overflow: hidden;
      display: block;
      padding: 0px 0 0px 19px;
      position: relative; }
      .marquee ul li > a:first-child {
        width: calc(100% - 80px);
        display: block; }
      .marquee ul li .marquee-time {
        font-size: 0.875rem;
        color: #00604e;
        vertical-align: top; }
      .marquee ul li .marquee-text {
        font-size: 1.05rem;
        display: inline-block;
        width: 80%;
        padding-left: 10px;
        text-overflow: inherit;
        vertical-align: top; }
        .marquee ul li .marquee-text:hover {
          color: #f4685e; }
      .marquee ul li .marquee-button {
        width: 60px;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        background-color: #f19300;
        border-radius: 50px 0 0 50px;
        color: #fff;
        display: block;
        text-align: center; }
  .color-style1 .marquee {
    border-color: #d4d4d4; }
    .color-style1 .marquee ul li .marquee-time {
      color: #00604e; }
    .color-style1 .marquee ul li .marquee-text:hover {
      color: #f4685e; }
    .color-style1 .marquee ul li .marquee-button {
      background-color: #f19300;
      color: #fff; }
  .color-style2 .marquee {
    border-color: #d4d4d4; }
    .color-style2 .marquee ul li .marquee-time {
      color: #00604e; }
    .color-style2 .marquee ul li .marquee-text:hover {
      color: #f4685e; }
    .color-style2 .marquee ul li .marquee-button {
      background-color: #f19300;
      color: #fff; }
  .color-style3 .marquee {
    border-color: #d4d4d4; }
    .color-style3 .marquee ul li .marquee-time {
      color: #00604e; }
    .color-style3 .marquee ul li .marquee-text:hover {
      color: #f4685e; }
    .color-style3 .marquee ul li .marquee-button {
      background-color: #f19300;
      color: #fff; }
  .color-style4 .marquee {
    border-color: #d4d4d4; }
    .color-style4 .marquee ul li .marquee-time {
      color: #00604e; }
    .color-style4 .marquee ul li .marquee-text:hover {
      color: #f4685e; }
    .color-style4 .marquee ul li .marquee-button {
      background-color: #f19300;
      color: #fff; }
  .color-style5 .marquee {
    border-color: #d4d4d4; }
    .color-style5 .marquee ul li .marquee-time {
      color: #00604e; }
    .color-style5 .marquee ul li .marquee-text:hover {
      color: #f4685e; }
    .color-style5 .marquee ul li .marquee-button {
      background-color: #f19300;
      color: #fff; }
  .color-style6 .marquee {
    border-color: #d4d4d4; }
    .color-style6 .marquee ul li .marquee-time {
      color: #00604e; }
    .color-style6 .marquee ul li .marquee-text:hover {
      color: #f4685e; }
    .color-style6 .marquee ul li .marquee-button {
      background-color: #f19300;
      color: #fff; }

/*-------------------- 功能模組：刪除廣告欄位 -------------------*/
.gsc-adBlock {
  display: none; }

/*----------------- 功能模組：快捷列 ------------------*/
.showRight {
  position: fixed;
  top: 27vh;
  right: 0;
  width: auto;
  z-index: 99; }
  .showRight .showRight-switch {
    width: 32px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    font-size: 1.2rem;
    font-weight: 400;
    background-color: #130728;
    padding: 30px 5px;
    color: #ffffff;
    border-radius: 10px 0px 0px 10px; }
    .showRight .showRight-switch:focus {
      background-color: #e00;
      color: #fff;
      border-color: #e00;
      outline: none; }
  .showRight .showRight-container {
    display: inline-block;
    text-align: center;
    box-shadow: -4px 0px 0px #6a516b; }
    .showRight .showRight-container a {
      display: block;
      padding: 15px 10px;
      color: #fff; }
      .showRight .showRight-container a img {
        width: 100%;
        max-width: 50px; }
      .showRight .showRight-container a:focus {
        color: #fff;
        background-color: #f00; }
    .showRight .showRight-container p {
      margin-top: 5px; }
    .showRight .showRight-container .top-click {
      background-color: #240e4b; }
    .showRight .showRight-container .menu-click {
      background-color: #130728; }
    .showRight .showRight-container .service-click {
      background-color: #240e4b; }
    .showRight .showRight-container .video-click {
      background-color: #130728; }
    .showRight .showRight-container .news-click {
      background-color: #240e4b; }
    .showRight .showRight-container .sitemap-click {
      background-color: #130728; }

@media screen and (max-width: 740px) {
  .showRight {
    position: relative;
    top: auto;
    right: 0;
    width: auto;
    z-index: auto; }
    .showRight .showRight-switch {
      display: none; }
    .showRight .showRight-container {
      display: block;
      border: none;
      box-shadow: 0px 0px 0px #015488; }
      .showRight .showRight-container a {
        width: 100%;
        margin-bottom: 15px; } }

.color-style1 .showRight .showRight-switch {
  background-color: #0a3f7b; }

.color-style1 .showRight .showRight-container {
  box-shadow: -4px 0px 0px #4e7cb0; }
  .color-style1 .showRight .showRight-container .top-click {
    background-color: #125182; }
  .color-style1 .showRight .showRight-container .menu-click {
    background-color: #093362; }
  .color-style1 .showRight .showRight-container .service-click {
    background-color: #125182; }
  .color-style1 .showRight .showRight-container .video-click {
    background-color: #093362; }
  .color-style1 .showRight .showRight-container .news-click {
    background-color: #125182; }
  .color-style1 .showRight .showRight-container .sitemap-click {
    background-color: #093362; }
  .color-style1 .showRight .showRight-container a:focus {
    color: #fff;
    background-color: #f00; }

.color-style2 .showRight .showRight-switch {
  background-color: #811818; }
  .color-style2 .showRight .showRight-switch:focus {
    background-color: #e00;
    color: #fff;
    border-color: #e00;
    outline: none; }

.color-style2 .showRight .showRight-container {
  box-shadow: -4px 0px 0px #c03939; }
  .color-style2 .showRight .showRight-container .top-click {
    background-color: #6f0101; }
  .color-style2 .showRight .showRight-container .menu-click {
    background-color: #400; }
  .color-style2 .showRight .showRight-container .service-click {
    background-color: #6f0101; }
  .color-style2 .showRight .showRight-container .video-click {
    background-color: #400; }
  .color-style2 .showRight .showRight-container .news-click {
    background-color: #6f0101; }
  .color-style2 .showRight .showRight-container .sitemap-click {
    background-color: #400; }
  .color-style2 .showRight .showRight-container a:focus {
    color: #fff;
    background-color: #f00; }

.color-style3 .showRight .showRight-switch {
  background-color: #e78f0f; }
  .color-style3 .showRight .showRight-switch:focus {
    background-color: #e00;
    color: #fff;
    border-color: #e00;
    outline: none; }

.color-style3 .showRight .showRight-container {
  box-shadow: -4px 0px 0px #ffb141; }
  .color-style3 .showRight .showRight-container .top-click {
    background-color: #9b5b00; }
  .color-style3 .showRight .showRight-container .menu-click {
    background-color: #400; }
  .color-style3 .showRight .showRight-container .service-click {
    background-color: #9b5b00; }
  .color-style3 .showRight .showRight-container .video-click {
    background-color: #400; }
  .color-style3 .showRight .showRight-container .news-click {
    background-color: #9b5b00; }
  .color-style3 .showRight .showRight-container .sitemap-click {
    background-color: #400; }
  .color-style3 .showRight .showRight-container a:focus {
    color: #fff;
    background-color: #f00; }

.color-style4 .showRight .showRight-switch {
  background-color: #0e5f30; }

.color-style4 .showRight .showRight-container {
  box-shadow: -4px 0px 0px #278950; }
  .color-style4 .showRight .showRight-container .top-click {
    background-color: #024d21; }
  .color-style4 .showRight .showRight-container .menu-click {
    background-color: #012d13; }
  .color-style4 .showRight .showRight-container .service-click {
    background-color: #024d21; }
  .color-style4 .showRight .showRight-container .video-click {
    background-color: #012d13; }
  .color-style4 .showRight .showRight-container .news-click {
    background-color: #024d21; }
  .color-style4 .showRight .showRight-container .sitemap-click {
    background-color: #012d13; }
  .color-style4 .showRight .showRight-container a:focus {
    color: #fff;
    background-color: #f00; }

.color-style5 .showRight .showRight-switch {
  color: #353535;
  background-color: #e59391; }

.color-style5 .showRight .showRight-container {
  box-shadow: -4px 0px 0px #f88e8b; }
  .color-style5 .showRight .showRight-container .top-click {
    background-color: #9f3432; }
  .color-style5 .showRight .showRight-container .menu-click {
    background-color: #613433; }
  .color-style5 .showRight .showRight-container .service-click {
    background-color: #9f3432; }
  .color-style5 .showRight .showRight-container .video-click {
    background-color: #613433; }
  .color-style5 .showRight .showRight-container .news-click {
    background-color: #9f3432; }
  .color-style5 .showRight .showRight-container .sitemap-click {
    background-color: #613433; }
  .color-style5 .showRight .showRight-container a:focus {
    color: #fff;
    background-color: #f00; }

.color-style6 .showRight .showRight-switch {
  background-color: #5d2a69; }

.color-style6 .showRight .showRight-container {
  box-shadow: -4px 0px 0px #802b93; }

/*-------------------- 功能模組：專區清單 ---------------------*/
.topic-list {
  /*-------------------- 顏色設定 ---------------------*/
  /* 顏色更換：藍 */
  /* 顏色更換：深紅 */
  /* 顏色更換：橘 */
  /* 顏色更換：綠 */
  /* 顏色更換：粉紅 */
  /* 顏色更換：紫 */ }
  .topic-list ul {
    background-color: #fff;
    border: 5px solid #cfcfcf;
    border-radius: 0;
    height: auto;
    max-height: 230px;
    overflow: auto;
    margin-bottom: 10px; }
    .topic-list ul li {
      border-bottom: 1px  solid #ddd;
      padding: 5px; }
      .topic-list ul li a {
        display: flex;
        font-size: 0.937rem;
        color: #644818; }
        .topic-list ul li a .title-time {
          color: #644818;
          background-color: #fff;
          padding: 5px; }
        .topic-list ul li a .title-unit {
          background-color: #644818;
          color: #fff;
          padding: 5px; }
        .topic-list ul li a p {
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          width: 240px;
          width: 60%;
          padding: 5px;
          color: #545454; }
        .topic-list ul li a:focus {
          border: 2px solid #f00; }
      .topic-list ul li:hover {
        background-color: #eaeaea; }
  .topic-list .more {
    display: block;
    text-align: right;
    background-color: #30194b;
    width: 100%;
    font-size: 0.95rem;
    font-weight: 400;
    color: #ebe4d8;
    padding: 10px 15px;
    margin: 0px auto 15px; }
    .topic-list .more:hover {
      background-color: #FFE16D;
      color: #353535; }
    .topic-list .more:focus {
      background-color: #e00;
      color: #fff;
      outline: none; }
  .color-style1 .topic-list ul {
    background-color: #fff;
    border: 5px solid #cfcfcf; }
    .color-style1 .topic-list ul li {
      border-bottom: 1px  solid #ddd; }
      .color-style1 .topic-list ul li a .title-time {
        color: #36669c;
        background-color: #fff; }
      .color-style1 .topic-list ul li a .title-unit {
        background-color: #36669c;
        color: #fff; }
      .color-style1 .topic-list ul li a p {
        color: #545454; }
    .color-style1 .topic-list ul li:hover {
      background-color: #eaeaea; }
  .color-style1 .topic-list .more {
    background-color: #0a3f7b; }
    .color-style1 .topic-list .more:hover {
      background-color: #52a3ff;
      color: #353535; }
    .color-style1 .topic-list .more:focus {
      background-color: #e00;
      color: #fff;
      outline: none; }
  .color-style2 .topic-list ul {
    background-color: #fff;
    border: 5px solid #cfcfcf; }
    .color-style2 .topic-list ul li {
      border-bottom: 1px  solid #ddd; }
      .color-style2 .topic-list ul li a .title-time {
        color: #811818;
        background-color: #fff; }
      .color-style2 .topic-list ul li a .title-unit {
        background-color: #811818;
        color: #fff; }
      .color-style2 .topic-list ul li a p {
        color: #545454; }
    .color-style2 .topic-list ul li:hover {
      background-color: #eaeaea; }
  .color-style2 .topic-list .more {
    background-color: #811818; }
    .color-style2 .topic-list .more:focus {
      background-color: #e00;
      color: #fff;
      outline: none; }
  .color-style3 .topic-list ul {
    background-color: #fff;
    border: 5px solid #cfcfcf; }
    .color-style3 .topic-list ul li {
      border-bottom: 1px  solid #ddd; }
      .color-style3 .topic-list ul li a .title-time {
        color: #ca7700;
        background-color: #fff; }
      .color-style3 .topic-list ul li a .title-unit {
        background-color: #ca7700;
        color: #fff; }
      .color-style3 .topic-list ul li a p {
        color: #545454; }
    .color-style3 .topic-list ul li:hover {
      background-color: #eaeaea; }
  .color-style3 .topic-list .more {
    background-color: #ca7700; }
    .color-style3 .topic-list .more:focus {
      background-color: #e00;
      color: #fff;
      outline: none; }
  .color-style4 .topic-list ul {
    background-color: #fff;
    border: 5px solid #cfcfcf; }
    .color-style4 .topic-list ul li {
      border-bottom: 1px  solid #ddd; }
      .color-style4 .topic-list ul li a .title-time {
        color: #0a5e10;
        background-color: #fff; }
      .color-style4 .topic-list ul li a .title-unit {
        background-color: #0a5e10;
        color: #fff; }
      .color-style4 .topic-list ul li a p {
        color: #545454; }
    .color-style4 .topic-list ul li:hover {
      background-color: #eaeaea; }
  .color-style4 .topic-list .more {
    background-color: #0a5e10; }
    .color-style4 .topic-list .more:focus {
      background-color: #e00;
      color: #fff;
      outline: none; }
  .color-style5 .topic-list ul {
    background-color: #fff;
    border: 5px solid #cfcfcf; }
    .color-style5 .topic-list ul li {
      border-bottom: 1px  solid #ddd; }
      .color-style5 .topic-list ul li a .title-time {
        color: #c96b69;
        background-color: #fff; }
      .color-style5 .topic-list ul li a .title-unit {
        background-color: #c96b69;
        color: #fff; }
      .color-style5 .topic-list ul li a p {
        color: #545454; }
    .color-style5 .topic-list ul li:hover {
      background-color: #eaeaea; }
  .color-style5 .topic-list .more {
    color: #000;
    background-color: #ffcece; }
    .color-style5 .topic-list .more:hover {
      color: #fff;
      background-color: #c96b69; }
    .color-style5 .topic-list .more:focus {
      background-color: #e00;
      color: #fff;
      outline: none; }
  .color-style6 .topic-list ul {
    background-color: #fff;
    border: 5px solid #cfcfcf; }
    .color-style6 .topic-list ul li {
      border-bottom: 1px  solid #ddd; }
      .color-style6 .topic-list ul li a .title-time {
        color: #5d2a69;
        background-color: #fff; }
      .color-style6 .topic-list ul li a .title-unit {
        background-color: #5d2a69;
        color: #fff; }
      .color-style6 .topic-list ul li a p {
        color: #545454; }
    .color-style6 .topic-list ul li:hover {
      background-color: #eaeaea; }
  .color-style6 .topic-list .more {
    background-color: #5d2a69; }
    .color-style6 .topic-list .more:focus {
      background-color: #e00;
      color: #fff;
      outline: none; }

/*-------------- 功能模組：文字連結 ---------------*/
.text-link {
  /** 平板 **/
  /** 手機 **/
  /*-------------------- 顏色設定 ---------------------*/
  /* 顏色更換：藍 */
  /* 顏色更換：深紅 */
  /* 顏色更換：橘 */
  /* 顏色更換：綠 */
  /* 顏色更換：粉紅 */
  /* 顏色更換：紫 */ }
  .text-link .text-link-container {
    display: flex;
    flex-wrap: nowrap; }
    .text-link .text-link-container .text-buttom {
      display: block;
      width: 100%;
      padding: 0 1%; }
      .text-link .text-link-container .text-buttom a {
        display: block;
        width: 100%;
        text-align: center;
        background-color: #fdfdd4;
        padding: 10px 0;
        border-radius: 10px; }
        .text-link .text-link-container .text-buttom a:hover {
          background-color: #FFE16D; }
        .text-link .text-link-container .text-buttom a:focus {
          background-color: #f00; }
          .text-link .text-link-container .text-buttom a:focus p {
            color: #fff; }
        .text-link .text-link-container .text-buttom a p {
          font-size: 1.3rem;
          font-weight: 500;
          color: #000; }
  .text-link .row-quantity {
    display: flex;
    flex-wrap: wrap;
    justify-content: start; }
    .text-link .row-quantity.block-1 .text-buttom {
      width: 100%; }
      .text-link .row-quantity.block-1 .text-buttom:nth-of-type(n+2) {
        margin-top: 15px; }
    .text-link .row-quantity.block-2 .text-buttom {
      width: 50%; }
      .text-link .row-quantity.block-2 .text-buttom:nth-of-type(n+3) {
        margin-top: 15px; }
    .text-link .row-quantity.block-3 .text-buttom {
      width: calc(100% / 3); }
      .text-link .row-quantity.block-3 .text-buttom:nth-of-type(n+4) {
        margin-top: 15px; }
    .text-link .row-quantity.block-4 .text-buttom {
      width: 25%; }
      .text-link .row-quantity.block-4 .text-buttom:nth-of-type(n+5) {
        margin-top: 15px; }
    .text-link .row-quantity.block-5 .text-buttom {
      width: 20%; }
      .text-link .row-quantity.block-5 .text-buttom:nth-of-type(n+6) {
        margin-top: 15px; }
    .text-link .row-quantity.block-6 .text-buttom {
      width: calc(100% / 6); }
      .text-link .row-quantity.block-6 .text-buttom:nth-of-type(n+7) {
        margin-top: 15px; }
    .text-link .row-quantity.block-7 .text-buttom {
      width: calc(100% / 7); }
      .text-link .row-quantity.block-7 .text-buttom:nth-of-type(n+8) {
        margin-top: 15px; }
    .text-link .row-quantity.block-8 .text-buttom {
      width: 12.5%; }
      .text-link .row-quantity.block-8 .text-buttom:nth-of-type(n+9) {
        margin-top: 15px; }
    .text-link .row-quantity.block-9 .text-buttom {
      width: calc(100% / 9); }
      .text-link .row-quantity.block-9 .text-buttom:nth-of-type(n+10) {
        margin-top: 15px; }
    .text-link .row-quantity.block-10 .text-buttom {
      width: 10%; }
      .text-link .row-quantity.block-10 .text-buttom:nth-of-type(n+11) {
        margin-top: 15px; }
  @media screen and (max-width: 769px) {
    .text-link .text-link-container {
      flex-wrap: wrap; }
      .text-link .text-link-container .text-buttom {
        width: 50%; }
        .text-link .text-link-container .text-buttom:nth-of-type(n+3) {
          margin-top: 15px; }
    .text-link .row-quantity.block-3 .text-buttom, .text-link .row-quantity.block-4 .text-buttom, .text-link .row-quantity.block-5 .text-buttom, .text-link .row-quantity.block-6 .text-buttom, .text-link .row-quantity.block-7 .text-buttom, .text-link .row-quantity.block-8 .text-buttom, .text-link .row-quantity.block-9 .text-buttom, .text-link .row-quantity.block-10 .text-buttom {
      width: 50%; }
      .text-link .row-quantity.block-3 .text-buttom:nth-of-type(n+3), .text-link .row-quantity.block-4 .text-buttom:nth-of-type(n+3), .text-link .row-quantity.block-5 .text-buttom:nth-of-type(n+3), .text-link .row-quantity.block-6 .text-buttom:nth-of-type(n+3), .text-link .row-quantity.block-7 .text-buttom:nth-of-type(n+3), .text-link .row-quantity.block-8 .text-buttom:nth-of-type(n+3), .text-link .row-quantity.block-9 .text-buttom:nth-of-type(n+3), .text-link .row-quantity.block-10 .text-buttom:nth-of-type(n+3) {
        margin-top: 15px; } }
  @media screen and (max-width: 415px) {
    .text-link .text-link-container .text-buttom {
      width: 100%; }
      .text-link .text-link-container .text-buttom:nth-of-type(n+2) {
        margin-top: 15px; }
    .text-link .row-quantity.block-2 .text-buttom, .text-link .row-quantity.block-3 .text-buttom, .text-link .row-quantity.block-4 .text-buttom, .text-link .row-quantity.block-5 .text-buttom, .text-link .row-quantity.block-6 .text-buttom, .text-link .row-quantity.block-7 .text-buttom, .text-link .row-quantity.block-8 .text-buttom, .text-link .row-quantity.block-9 .text-buttom, .text-link .row-quantity.block-10 .text-buttom {
      width: 100%; }
      .text-link .row-quantity.block-2 .text-buttom:nth-of-type(n+2), .text-link .row-quantity.block-3 .text-buttom:nth-of-type(n+2), .text-link .row-quantity.block-4 .text-buttom:nth-of-type(n+2), .text-link .row-quantity.block-5 .text-buttom:nth-of-type(n+2), .text-link .row-quantity.block-6 .text-buttom:nth-of-type(n+2), .text-link .row-quantity.block-7 .text-buttom:nth-of-type(n+2), .text-link .row-quantity.block-8 .text-buttom:nth-of-type(n+2), .text-link .row-quantity.block-9 .text-buttom:nth-of-type(n+2), .text-link .row-quantity.block-10 .text-buttom:nth-of-type(n+2) {
        margin-top: 15px; } }
  .color-style1 .text-link .text-link-container .text-buttom a {
    color: #fff;
    background-color: #0a3f7b; }
    .color-style1 .text-link .text-link-container .text-buttom a p {
      color: #fff; }
    .color-style1 .text-link .text-link-container .text-buttom a:hover {
      background-color: #36669c; }
    .color-style1 .text-link .text-link-container .text-buttom a:focus {
      background-color: #f00; }
      .color-style1 .text-link .text-link-container .text-buttom a:focus p {
        color: #fff; }
  .color-style2 .text-link .text-link-container .text-buttom a {
    color: #fff;
    background-color: #bb4242; }
    .color-style2 .text-link .text-link-container .text-buttom a p {
      color: #fff; }
    .color-style2 .text-link .text-link-container .text-buttom a:hover {
      background-color: #811818; }
    .color-style2 .text-link .text-link-container .text-buttom a:focus {
      background-color: #f00; }
      .color-style2 .text-link .text-link-container .text-buttom a:focus p {
        color: #fff; }
  .color-style3 .text-link .text-link-container .text-buttom a {
    color: #fff;
    background-color: #ca7700; }
    .color-style3 .text-link .text-link-container .text-buttom a p {
      color: #fff; }
    .color-style3 .text-link .text-link-container .text-buttom a:hover {
      background-color: #f44336; }
    .color-style3 .text-link .text-link-container .text-buttom a:focus {
      background-color: #f00; }
      .color-style3 .text-link .text-link-container .text-buttom a:focus p {
        color: #fff; }
  .color-style4 .text-link .text-link-container .text-buttom a {
    color: #fff;
    background-color: #0e5f30; }
    .color-style4 .text-link .text-link-container .text-buttom a p {
      color: #fff; }
    .color-style4 .text-link .text-link-container .text-buttom a:hover {
      background-color: #0a5e10; }
    .color-style4 .text-link .text-link-container .text-buttom a:focus {
      background-color: #f00; }
      .color-style4 .text-link .text-link-container .text-buttom a:focus p {
        color: #fff; }
  .color-style5 .text-link .text-link-container .text-buttom a {
    color: #fff;
    background-color: #c96b69; }
    .color-style5 .text-link .text-link-container .text-buttom a p {
      color: #fff; }
    .color-style5 .text-link .text-link-container .text-buttom a:hover {
      background-color: #d34e4b; }
    .color-style5 .text-link .text-link-container .text-buttom a:focus {
      background-color: #f00; }
      .color-style5 .text-link .text-link-container .text-buttom a:focus p {
        color: #fff; }
  .color-style6 .text-link .text-link-container .text-buttom a {
    color: #fff;
    background-color: #802b93; }
    .color-style6 .text-link .text-link-container .text-buttom a p {
      color: #fff; }
    .color-style6 .text-link .text-link-container .text-buttom a:hover {
      background-color: #5e146e; }
    .color-style6 .text-link .text-link-container .text-buttom a:focus {
      background-color: #f00; }
      .color-style6 .text-link .text-link-container .text-buttom a:focus p {
        color: #fff; }

/*-------------- 功能模組：圖文 ---------------*/
.img-link {
  /** 平板 **/
  /** 手機 **/ }
  .img-link .img-link-container {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between; }
    .img-link .img-link-container:not(.row-quantity):not(.padding-slim) .img-buttom:first-child:last-child a .buttomImg-box img {
      width: 90%; }
    .img-link .img-link-container .img-buttom {
      width: 100%;
      padding: 5px;
      display: block; }
      .img-link .img-link-container .img-buttom a {
        display: block;
        width: 100%;
        text-align: center; }
        .img-link .img-link-container .img-buttom a .buttomImg-box {
          padding: 0 15px; }
          .img-link .img-link-container .img-buttom a .buttomImg-box img {
            width: 100%; }
        .img-link .img-link-container .img-buttom a h3 {
          color: #636363;
          margin-top: 10px;
          font-size: 1.3rem; }
        .img-link .img-link-container .img-buttom a p {
          font-size: 0.9rem;
          color: #696969;
          margin-top: 5px; }
        .img-link .img-link-container .img-buttom a:focus {
          border: 4px dashed #f00;
          outline: none; }
    .img-link .img-link-container .social-icon {
      text-align: center; }
      .img-link .img-link-container .social-icon a {
        width: 33px;
        display: inline-block;
        margin-top: 12px; }
        .img-link .img-link-container .social-icon a + a {
          margin-left: 7px; }
        .img-link .img-link-container .social-icon a img {
          width: 100%; }
    .img-link .img-link-container.padding-slim {
      margin-bottom: -25px; }
      .img-link .img-link-container.padding-slim .img-buttom {
        padding: 0 5px 5px; }
        .img-link .img-link-container.padding-slim .img-buttom a .buttomImg-box {
          padding: 0; }
  .img-link .row-quantity {
    display: flex;
    flex-wrap: wrap;
    justify-content: start; }
    .img-link .row-quantity .img-buttom {
      width: 25%;
      padding: 5px 15px;
      display: block; }
      .img-link .row-quantity .img-buttom:nth-of-type(n+5) {
        margin-top: 15px; }
    .img-link .row-quantity.block-1 .img-buttom {
      width: calc(100% / 1); }
      .img-link .row-quantity.block-1 .img-buttom:nth-of-type(n+5) {
        margin-top: 0; }
      .img-link .row-quantity.block-1 .img-buttom:nth-of-type(n+2) {
        margin-top: 15px; }
    .img-link .row-quantity.block-2 .img-buttom {
      width: calc(100% / 2); }
      .img-link .row-quantity.block-2 .img-buttom:nth-of-type(n+5) {
        margin-top: 0; }
      .img-link .row-quantity.block-2 .img-buttom:nth-of-type(n+3) {
        margin-top: 15px; }
    .img-link .row-quantity.block-3 .img-buttom {
      width: calc(100% / 3); }
      .img-link .row-quantity.block-3 .img-buttom:nth-of-type(n+5) {
        margin-top: 0; }
      .img-link .row-quantity.block-3 .img-buttom:nth-of-type(n+4) {
        margin-top: 15px; }
    .img-link .row-quantity.block-4 .img-buttom {
      width: calc(100% / 4); }
      .img-link .row-quantity.block-4 .img-buttom:nth-of-type(n+5) {
        margin-top: 0; }
      .img-link .row-quantity.block-4 .img-buttom:nth-of-type(n+5) {
        margin-top: 15px; }
    .img-link .row-quantity.block-5 .img-buttom {
      width: calc(100% / 5); }
      .img-link .row-quantity.block-5 .img-buttom:nth-of-type(n+5) {
        margin-top: 0; }
      .img-link .row-quantity.block-5 .img-buttom:nth-of-type(n+6) {
        margin-top: 15px; }
    .img-link .row-quantity.block-6 .img-buttom {
      width: calc(100% / 6); }
      .img-link .row-quantity.block-6 .img-buttom:nth-of-type(n+5) {
        margin-top: 0; }
      .img-link .row-quantity.block-6 .img-buttom:nth-of-type(n+7) {
        margin-top: 15px; }
    .img-link .row-quantity.block-7 .img-buttom {
      width: calc(100% / 7); }
      .img-link .row-quantity.block-7 .img-buttom:nth-of-type(n+5) {
        margin-top: 0; }
      .img-link .row-quantity.block-7 .img-buttom:nth-of-type(n+8) {
        margin-top: 15px; }
    .img-link .row-quantity.block-8 .img-buttom {
      width: calc(100% / 8); }
      .img-link .row-quantity.block-8 .img-buttom:nth-of-type(n+5) {
        margin-top: 0; }
      .img-link .row-quantity.block-8 .img-buttom:nth-of-type(n+9) {
        margin-top: 15px; }
    .img-link .row-quantity.block-9 .img-buttom {
      width: calc(100% / 9); }
      .img-link .row-quantity.block-9 .img-buttom:nth-of-type(n+5) {
        margin-top: 0; }
      .img-link .row-quantity.block-9 .img-buttom:nth-of-type(n+10) {
        margin-top: 15px; }
    .img-link .row-quantity.block-10 .img-buttom {
      width: calc(100% / 10); }
      .img-link .row-quantity.block-10 .img-buttom:nth-of-type(n+5) {
        margin-top: 0; }
      .img-link .row-quantity.block-10 .img-buttom:nth-of-type(n+11) {
        margin-top: 15px; }
    .img-link .row-quantity.padding-slim .img-buttom:nth-of-type(n+5) {
      margin-top: 5px; }
    .img-link .row-quantity.padding-slim.block-1 .img-buttom:nth-of-type(n+2) {
      margin-top: 5px; }
    .img-link .row-quantity.padding-slim.block-2 .img-buttom:nth-of-type(n+3) {
      margin-top: 5px; }
    .img-link .row-quantity.padding-slim.block-3 .img-buttom:nth-of-type(n+4) {
      margin-top: 5px; }
    .img-link .row-quantity.padding-slim.block-4 .img-buttom:nth-of-type(n+5) {
      margin-top: 5px; }
    .img-link .row-quantity.padding-slim.block-5 .img-buttom:nth-of-type(n+6) {
      margin-top: 5px; }
    .img-link .row-quantity.padding-slim.block-6 .img-buttom:nth-of-type(n+7) {
      margin-top: 5px; }
    .img-link .row-quantity.padding-slim.block-7 .img-buttom:nth-of-type(n+8) {
      margin-top: 5px; }
    .img-link .row-quantity.padding-slim.block-8 .img-buttom:nth-of-type(n+9) {
      margin-top: 5px; }
    .img-link .row-quantity.padding-slim.block-9 .img-buttom:nth-of-type(n+10) {
      margin-top: 5px; }
    .img-link .row-quantity.padding-slim.block-10 .img-buttom:nth-of-type(n+11) {
      margin-top: 5px; }
  @media screen and (max-width: 768px) {
    .img-link .img-link-container {
      flex-wrap: wrap; }
      .img-link .img-link-container:not(.row-quantity):not(.padding-slim) .img-buttom:first-child:last-child {
        width: 100%; }
        .img-link .img-link-container:not(.row-quantity):not(.padding-slim) .img-buttom:first-child:last-child a .buttomImg-box img {
          width: 50%; }
      .img-link .img-link-container.padding-slim:not(.row-quantity) .img-buttom:first-child:last-child {
        width: 100%; }
        .img-link .img-link-container.padding-slim:not(.row-quantity) .img-buttom:first-child:last-child a .buttomImg-box img {
          width: 100%; }
      .img-link .img-link-container .img-buttom {
        width: calc(100% / 3); }
        .img-link .img-link-container .img-buttom:nth-of-type(n+4) {
          margin-top: 15px; }
        .img-link .img-link-container .img-buttom a .buttomImg-box img {
          width: 75%; }
    .img-link .row-quantity.block-4 .img-buttom {
      width: calc(100% / 3); }
      .img-link .row-quantity.block-4 .img-buttom:nth-of-type(n+4) {
        margin-top: 15px; }
    .img-link .row-quantity.block-5 .img-buttom {
      width: calc(100% / 3); }
      .img-link .row-quantity.block-5 .img-buttom:nth-of-type(n+4) {
        margin-top: 15px; }
    .img-link .row-quantity.block-6 .img-buttom {
      width: calc(100% / 3); }
      .img-link .row-quantity.block-6 .img-buttom:nth-of-type(n+4) {
        margin-top: 15px; }
    .img-link .row-quantity.block-7 .img-buttom {
      width: calc(100% / 3); }
      .img-link .row-quantity.block-7 .img-buttom:nth-of-type(n+4) {
        margin-top: 15px; }
    .img-link .row-quantity.block-8 .img-buttom {
      width: calc(100% / 3); }
      .img-link .row-quantity.block-8 .img-buttom:nth-of-type(n+4) {
        margin-top: 15px; }
    .img-link .row-quantity.block-9 .img-buttom {
      width: calc(100% / 3); }
      .img-link .row-quantity.block-9 .img-buttom:nth-of-type(n+4) {
        margin-top: 15px; }
    .img-link .row-quantity.block-10 .img-buttom {
      width: calc(100% / 3); }
      .img-link .row-quantity.block-10 .img-buttom:nth-of-type(n+4) {
        margin-top: 15px; } }
  @media screen and (max-width: 415px) {
    .img-link .img-link-container:not(.row-quantity):not(.padding-slim) .img-buttom:first-child:last-child a .buttomImg-box img {
      width: 70%; }
    .img-link .img-link-container .img-buttom {
      width: 50%; }
      .img-link .img-link-container .img-buttom:nth-of-type(n+3) {
        margin-top: 15px; }
    .img-link .row-quantity.block-3 .img-buttom {
      width: 50%; }
      .img-link .row-quantity.block-3 .img-buttom:nth-of-type(n+3) {
        margin-top: 15px; }
    .img-link .row-quantity.block-4 .img-buttom {
      width: 50%; }
      .img-link .row-quantity.block-4 .img-buttom:nth-of-type(n+3) {
        margin-top: 15px; }
    .img-link .row-quantity.block-5 .img-buttom {
      width: 50%; }
      .img-link .row-quantity.block-5 .img-buttom:nth-of-type(n+3) {
        margin-top: 15px; }
    .img-link .row-quantity.block-6 .img-buttom {
      width: 50%; }
      .img-link .row-quantity.block-6 .img-buttom:nth-of-type(n+3) {
        margin-top: 15px; }
    .img-link .row-quantity.block-7 .img-buttom {
      width: 50%; }
      .img-link .row-quantity.block-7 .img-buttom:nth-of-type(n+3) {
        margin-top: 15px; }
    .img-link .row-quantity.block-8 .img-buttom {
      width: 50%; }
      .img-link .row-quantity.block-8 .img-buttom:nth-of-type(n+3) {
        margin-top: 15px; }
    .img-link .row-quantity.block-9 .img-buttom {
      width: 50%; }
      .img-link .row-quantity.block-9 .img-buttom:nth-of-type(n+3) {
        margin-top: 15px; }
    .img-link .row-quantity.block-10 .img-buttom {
      width: 50%; }
      .img-link .row-quantity.block-10 .img-buttom:nth-of-type(n+3) {
        margin-top: 15px; } }

.input-box {
  margin: 10px 0 5px; }
  .input-box form {
    display: block;
    text-align: center; }
    .input-box form .check-box {
      padding: 10px 5px;
      text-align: left; }
      .input-box form .check-box label {
        margin-right: 5%; }
    .input-box form .input-text-content {
      display: flex;
      margin: 10px 0; }
      .input-box form .input-text-content input[type=text] {
        display: block;
        width: calc(100% - 60px);
        height: 35px;
        padding-left: 5px;
        padding-right: 5px;
        margin-right: 10px; }
    .input-box form .select-content {
      height: 35px;
      display: flex;
      margin: 10px 0; }
      .input-box form .select-content select {
        display: block;
        width: calc(100% - 60px);
        padding-left: 5px;
        padding-right: 5px;
        margin-right: 10px;
        background-image: url(../img/select-arrow.png);
        background-size: 10px;
        background-position: 97% center;
        background-repeat: no-repeat; }
    .input-box form .input-determine {
      width: 50px; }
      .input-box form .input-determine:hover {
        background-color: #FFE16D; }
      .input-box form .input-determine:focus {
        background-color: #e00;
        color: #fff;
        outline: none; }
  .input-box .icon {
    display: inline-block; }

/*-------------- 功能模組：網站導覽 ---------------*/
.web-map {
  width: calc(100% + 15px * 2);
  background-color: #393939;
  padding: 25px 0 15px;
  padding: 8px 0 0;
  position: relative;
  margin-top: 60px;
  margin-left: -15px;
  margin-bottom: 0 !important;
  /** 平板 **/
  /** 手機板 **/
  /*-------------------- 顏色設定 ---------------------*/
  /* 顏色更換：藍 */
  /* 顏色更換：深紅 */
  /* 顏色更換：橘 */
  /* 顏色更換：綠 */
  /* 顏色更換：粉紅 */
  /* 顏色更換：紫 */ }
  .web-map a.ctrl {
    width: 60px;
    height: 60px;
    display: block;
    color: #ffffff;
    padding-top: 15px;
    text-align: center;
    letter-spacing: 2px;
    text-indent: 2px;
    background-color: #4d4d4d;
    box-shadow: 1px 1px 3px #6b6969;
    border-radius: 50%;
    position: absolute;
    top: -65px;
    left: 3%;
    /* English Version */ }
    .web-map a.ctrl::after {
      content: '';
      width: 0;
      height: 0;
      display: block;
      margin-top: 3px;
      border-style: solid;
      position: relative;
      left: calc(50% - 5px); }
    .web-map a.ctrl.open::after {
      border-width: 5px 5px 0 5px;
      border-color: #ffffff transparent transparent transparent; }
    .web-map a.ctrl.close::after {
      border-width: 0 5px 5px 5px;
      border-color: transparent transparent #ffffff transparent; }
    .web-map a.ctrl:hover, .web-map a.ctrl:active {
      background-color: #FFE16D;
      color: #353535; }
      .web-map a.ctrl:hover.open::after, .web-map a.ctrl:active.open::after {
        border-color: #353535 transparent transparent transparent; }
      .web-map a.ctrl:hover.close::after, .web-map a.ctrl:active.close::after {
        border-color: transparent transparent #353535 transparent; }
    .web-map a.ctrl:focus {
      background-color: #e00;
      color: #fff;
      border-color: #e00;
      outline: none; }
    html:lang(en) .web-map a.ctrl {
      letter-spacing: 0px;
      text-indent: 0px; }
  .web-map ul {
    width: 100%;
    max-width: 1170px;
    margin: auto;
    padding: 15px 0 10px;
    justify-content: flex-start;
    flex-wrap: wrap; }
    .web-map ul.open {
      display: flex; }
    .web-map ul.close {
      display: none; }
    .web-map ul li {
      width: calc(100% / 7);
      vertical-align: top;
      padding: 0 15px 10px;
      display: inline-block;
      text-align: left; }
      .web-map ul li h3 {
        color: #ffffff;
        font-weight: 500;
        padding-top: 18px;
        margin-bottom: 10px;
        border-top: 1px dashed #a5a5a5; }
      .web-map ul li a {
        font-size: 0.875rem;
        font-weight: 300;
        color: #ffffff;
        display: block; }
        .web-map ul li a + a {
          margin-top: 10px; }
        .web-map ul li a:hover {
          color: #FFE16D; }
        .web-map ul li a:focus {
          background-color: #e00;
          color: #fff;
          border-color: #e00;
          outline: none; }
      .web-map ul li:nth-of-type(1) h3 {
        border: none;
        padding-top: 0; }
      .web-map ul li:nth-of-type(2) h3 {
        border: none;
        padding-top: 0; }
      .web-map ul li:nth-of-type(3) h3 {
        border: none;
        padding-top: 0; }
      .web-map ul li:nth-of-type(4) h3 {
        border: none;
        padding-top: 0; }
      .web-map ul li:nth-of-type(5) h3 {
        border: none;
        padding-top: 0; }
      .web-map ul li:nth-of-type(6) h3 {
        border: none;
        padding-top: 0; }
      .web-map ul li:nth-of-type(7) h3 {
        border: none;
        padding-top: 0; }
  @media screen and (max-width: 1024px) {
    .web-map {
      padding: 15px; }
      .web-map ul {
        max-width: inherit; } }
  @media screen and (max-width: 769px) {
    .web-map {
      padding-top: 0; }
      .web-map ul {
        padding: 0; }
        .web-map ul li {
          width: calc(100% / 3);
          margin: 15px 0; } }
  @media screen and (max-width: 600px) {
    .web-map a.ctrl {
      left: calc(50% - 30px); }
    .web-map ul {
      padding-top: 15px; }
      .web-map ul.open {
        display: block; }
      .web-map ul li {
        width: 100%;
        margin: 0;
        padding-bottom: 0; }
        .web-map ul li + li {
          margin-top: 15px; }
        .web-map ul li h3 {
          margin-bottom: 0; }
          .web-map ul li h3 + a {
            margin-top: 5px; }
          .web-map ul li h3::after {
            content: '';
            width: 0;
            height: 0;
            display: inline-block;
            border-style: solid;
            border-width: 5px 5px 0 5px;
            border-color: #ffffff transparent transparent transparent;
            position: relative;
            top: -4px;
            left: 8px; }
        .web-map ul li a {
          display: none; } }
  .color-style1 .web-map {
    background-color: #e6eef8; }
    .color-style1 .web-map a.ctrl {
      color: #31708f;
      background-color: #e6eef8;
      box-shadow: 1px 1px 3px #6b6969; }
      .color-style1 .web-map a.ctrl.open::after {
        border-color: #31708f transparent transparent transparent; }
      .color-style1 .web-map a.ctrl.close::after {
        border-color: transparent transparent #31708f transparent; }
      .color-style1 .web-map a.ctrl:hover, .color-style1 .web-map a.ctrl:active {
        background-color: #31708f;
        color: #ffffff; }
        .color-style1 .web-map a.ctrl:hover.open::after, .color-style1 .web-map a.ctrl:active.open::after {
          border-color: #ffffff transparent transparent transparent; }
        .color-style1 .web-map a.ctrl:hover.close::after, .color-style1 .web-map a.ctrl:active.close::after {
          border-color: transparent transparent #ffffff transparent; }
      .color-style1 .web-map a.ctrl:focus {
        background-color: #e00;
        color: #fff;
        border-color: #e00;
        outline: none; }
    .color-style1 .web-map ul li h3 {
      color: #31708f; }
      .color-style1 .web-map ul li h3 a {
        color: #31708f; }
    .color-style1 .web-map ul li a {
      color: #353535;
      font-weight: normal; }
      .color-style1 .web-map ul li a:hover {
        color: #f44336; }
      .color-style1 .web-map ul li a:focus {
        background-color: #e00;
        color: #fff;
        border-color: #e00;
        outline: none; }
    @media screen and (max-width: 600px) {
      .color-style1 .web-map ul li h3::after {
        border-color: #31708f transparent transparent transparent; } }
  .color-style2 .web-map {
    background-color: #fadcdc; }
    .color-style2 .web-map a.ctrl {
      color: #a83d3d;
      background-color: #fadcdc;
      box-shadow: 1px 1px 3px #825757; }
      .color-style2 .web-map a.ctrl.open::after {
        border-color: #a83d3d transparent transparent transparent; }
      .color-style2 .web-map a.ctrl.close::after {
        border-color: transparent transparent #a83d3d transparent; }
      .color-style2 .web-map a.ctrl:hover, .color-style2 .web-map a.ctrl:active {
        background-color: #a83d3d;
        color: #ffffff; }
        .color-style2 .web-map a.ctrl:hover.open::after, .color-style2 .web-map a.ctrl:active.open::after {
          border-color: #ffffff transparent transparent transparent; }
        .color-style2 .web-map a.ctrl:hover.close::after, .color-style2 .web-map a.ctrl:active.close::after {
          border-color: transparent transparent #ffffff transparent; }
      .color-style2 .web-map a.ctrl:focus {
        background-color: #e00;
        color: #fff;
        border-color: #e00;
        outline: none; }
    .color-style2 .web-map ul li h3 {
      color: #a83d3d; }
      .color-style2 .web-map ul li h3 a {
        color: #a83d3d; }
    .color-style2 .web-map ul li a {
      color: #5f5f5f;
      font-weight: normal; }
      .color-style2 .web-map ul li a:hover {
        color: #f44336; }
      .color-style2 .web-map ul li a:focus {
        background-color: #e00;
        color: #fff;
        border-color: #e00;
        outline: none; }
    @media screen and (max-width: 600px) {
      .color-style2 .web-map ul li h3::after {
        border-color: #a83d3d transparent transparent transparent; } }
  .color-style3 .web-map {
    background-color: #ffdfb2; }
    .color-style3 .web-map a.ctrl {
      color: #cf6042;
      background-color: #ffdfb2;
      box-shadow: 1px 1px 3px #7c6b66; }
      .color-style3 .web-map a.ctrl.open::after {
        border-color: #cf6042 transparent transparent transparent; }
      .color-style3 .web-map a.ctrl.close::after {
        border-color: transparent transparent #cf6042 transparent; }
      .color-style3 .web-map a.ctrl:hover, .color-style3 .web-map a.ctrl:focus, .color-style3 .web-map a.ctrl:active {
        background-color: #cf6042;
        color: #ffffff; }
        .color-style3 .web-map a.ctrl:hover.open::after, .color-style3 .web-map a.ctrl:focus.open::after, .color-style3 .web-map a.ctrl:active.open::after {
          border-color: #ffffff transparent transparent transparent; }
        .color-style3 .web-map a.ctrl:hover.close::after, .color-style3 .web-map a.ctrl:focus.close::after, .color-style3 .web-map a.ctrl:active.close::after {
          border-color: transparent transparent #ffffff transparent; }
    .color-style3 .web-map ul li h3 {
      color: #cf6042; }
      .color-style3 .web-map ul li h3 a {
        color: #cf6042; }
    .color-style3 .web-map ul li a {
      color: #585858;
      font-weight: normal; }
      .color-style3 .web-map ul li a:hover {
        color: #f44336; }
      .color-style3 .web-map ul li a:focus {
        background-color: #e00;
        color: #fff;
        border-color: #e00;
        outline: none; }
    @media screen and (max-width: 600px) {
      .color-style3 .web-map ul li h3::after {
        border-color: #cf6042 transparent transparent transparent; } }
  .color-style4 .web-map {
    background-color: #dbf2e5; }
    .color-style4 .web-map a.ctrl {
      color: #000;
      background-color: #dbf2e5;
      box-shadow: 1px 1px 3px #6b6969; }
      .color-style4 .web-map a.ctrl.open::after {
        border-color: #2ca05d transparent transparent transparent; }
      .color-style4 .web-map a.ctrl.close::after {
        border-color: transparent transparent #2ca05d transparent; }
      .color-style4 .web-map a.ctrl:hover, .color-style4 .web-map a.ctrl:active {
        background-color: #0a5e10;
        color: #ffffff; }
        .color-style4 .web-map a.ctrl:hover.open::after, .color-style4 .web-map a.ctrl:active.open::after {
          border-color: #ffffff transparent transparent transparent; }
        .color-style4 .web-map a.ctrl:hover.close::after, .color-style4 .web-map a.ctrl:active.close::after {
          border-color: transparent transparent #ffffff transparent; }
      .color-style4 .web-map a.ctrl:focus {
        background-color: #e00;
        color: #fff;
        border-color: #e00;
        outline: none; }
    .color-style4 .web-map ul li h3 {
      color: #0e5f30; }
      .color-style4 .web-map ul li h3 a {
        color: #1a1a1a; }
    .color-style4 .web-map ul li a {
      color: #1a1a1a;
      font-weight: normal; }
      .color-style4 .web-map ul li a:hover {
        color: #f44336; }
      .color-style4 .web-map ul li a:focus {
        background-color: #e00;
        color: #fff;
        border-color: #e00;
        outline: none; }
    @media screen and (max-width: 600px) {
      .color-style4 .web-map ul li h3::after {
        border-color: #2ca05d transparent transparent transparent; } }
  .color-style5 .web-map {
    background-color: #ffa9a9; }
    .color-style5 .web-map a.ctrl {
      color: #000;
      background-color: #ffa9a9;
      box-shadow: 1px 1px 3px #825757; }
      .color-style5 .web-map a.ctrl.open::after {
        border-color: #b04a4a transparent transparent transparent; }
      .color-style5 .web-map a.ctrl.close::after {
        border-color: transparent transparent #b04a4a transparent; }
      .color-style5 .web-map a.ctrl:hover, .color-style5 .web-map a.ctrl:active {
        background-color: #fadcdc;
        color: #000; }
        .color-style5 .web-map a.ctrl:hover.open::after, .color-style5 .web-map a.ctrl:active.open::after {
          border-color: #b04a4a transparent transparent transparent; }
        .color-style5 .web-map a.ctrl:hover.close::after, .color-style5 .web-map a.ctrl:active.close::after {
          border-color: transparent transparent #b04a4a transparent; }
      .color-style5 .web-map a.ctrl:focus {
        background-color: #e00;
        color: #fff;
        border-color: #e00;
        outline: none; }
    .color-style5 .web-map ul li h3 {
      color: #000;
      border-color: #b04a4a; }
      .color-style5 .web-map ul li h3 a {
        color: #b04a4a; }
    .color-style5 .web-map ul li a {
      color: #000;
      font-weight: normal; }
      .color-style5 .web-map ul li a:hover {
        color: #ff0700; }
      .color-style5 .web-map ul li a:focus {
        background-color: #e00;
        color: #fff;
        border-color: #e00;
        outline: none; }
    @media screen and (max-width: 600px) {
      .color-style5 .web-map ul li h3::after {
        border-color: #b04a4a transparent transparent transparent; } }
  .color-style6 .web-map {
    background-color: #f3dcf8; }
    .color-style6 .web-map a.ctrl {
      color: #9548a6;
      background-color: #f3dcf8;
      box-shadow: 1px 1px 3px #583f5e; }
      .color-style6 .web-map a.ctrl.open::after {
        border-color: #9548a6 transparent transparent transparent; }
      .color-style6 .web-map a.ctrl.close::after {
        border-color: transparent transparent #9548a6 transparent; }
      .color-style6 .web-map a.ctrl:hover, .color-style6 .web-map a.ctrl:active {
        background-color: #9548a6;
        color: #ffffff; }
        .color-style6 .web-map a.ctrl:hover.open::after, .color-style6 .web-map a.ctrl:active.open::after {
          border-color: #ffffff transparent transparent transparent; }
        .color-style6 .web-map a.ctrl:hover.close::after, .color-style6 .web-map a.ctrl:active.close::after {
          border-color: transparent transparent #ffffff transparent; }
      .color-style6 .web-map a.ctrl:focus {
        background-color: #e00;
        color: #fff;
        border-color: #e00;
        outline: none; }
    .color-style6 .web-map ul li h3 {
      color: #9548a6; }
      .color-style6 .web-map ul li h3 a {
        color: #9548a6; }
    .color-style6 .web-map ul li a {
      color: #585858;
      font-weight: normal; }
      .color-style6 .web-map ul li a:hover {
        color: #f44336; }
      .color-style6 .web-map ul li a:focus {
        background-color: #e00;
        color: #fff;
        border-color: #e00;
        outline: none; }
    @media screen and (max-width: 600px) {
      .color-style6 .web-map ul li h3::after {
        border-color: #9548a6 transparent transparent transparent; } }

/*-------------------- 頁尾 ---------------------*/
footer {
  position: relative;
  z-index: 1;
  /** 平板 **/
  /** 手機 **/
  /*-------------------- 顏色設定 ---------------------*/
  /* 顏色更換：藍 */
  /* 顏色更換：深紅 */
  /* 顏色更換：橘 */
  /* 顏色更換：綠 */
  /* 顏色更換：粉紅 */
  /* 顏色更換：紫 */ }
  footer .accesskey a {
    color: #fff; }
  footer .second-menu-top {
    border-top: 1px solid #5a5959;
    background-color: #393939; }
    footer .second-menu-top div {
      max-width: 1170px;
      margin: 0 auto;
      text-align: center; }
      footer .second-menu-top div a {
        color: #ffffff;
        display: inline-block;
        font-size: 1.1rem;
        padding: 15px; }
        footer .second-menu-top div a:hover {
          color: #353535;
          background-color: #cccccc; }
        footer .second-menu-top div a:focus {
          background-color: #e00;
          color: #fff;
          outline: none; }
  footer .container-background {
    font-size: 0.9375rem;
    font-weight: 100;
    padding: 1% 0;
    position: relative;
    background-color: #090017; }
    footer .container-background .footer-info article a {
      color: #000; }
      footer .container-background .footer-info article a:hover {
        border: 2px solid #f00; }
      footer .container-background .footer-info article a:focus {
        outline: none;
        border: 2px dashed #f00; }
    footer .container-background .footer-info .other {
      display: inline-block;
      margin-top: 10px;
      background-color: #ffffff;
      padding: 5px 10px 7px;
      line-height: normal;
      border-radius: 7px;
      box-shadow: 2px 1px 3px 0px rgba(0, 0, 0, 0.2); }
      footer .container-background .footer-info .other span {
        font-size: 0.9rem;
        font-weight: bold;
        color: #000; }
        footer .container-background .footer-info .other span + span {
          padding-left: 18px;
          margin-left: 15px;
          border-left: 1px solid #cccccc; }
    footer .container-background .footer-icon {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      position: absolute;
      bottom: 0;
      right: 0; }
      footer .container-background .footer-icon div + div {
        margin-left: 20px; }
      footer .container-background .footer-icon div img {
        width: 100%;
        max-width: 100px; }
      footer .container-background .footer-icon div a {
        display: block; }
        footer .container-background .footer-icon div a:focus {
          outline: none;
          border: 2px dashed #f00; }
  @media screen and (max-width: 1024px) {
    footer .container-background {
      padding: 2% 15px; }
      footer .container-background .footer-info table {
        width: 100% !important; } }
  @media screen and (max-width: 769px) {
    footer .second-menu-top {
      height: 50px;
      overflow-x: auto; }
      footer .second-menu-top div {
        max-width: none;
        height: 48px;
        line-height: 50px;
        width: 100vw;
        margin: 0;
        padding: 0 10px;
        text-align: center;
        position: relative;
        white-space: nowrap; }
        footer .second-menu-top div a {
          height: 100%;
          padding: 0 15px; }
          footer .second-menu-top div a + a {
            margin-left: 0; }
    footer .container-background .footer-icon {
      position: relative;
      margin-top: 20px;
      justify-content: flex-start; } }
  @media screen and (max-width: 414px) {
    footer .second-menu-top div a {
      font-size: 0.875rem;
      min-width: calc((100vw - 30px) / 4);
      padding: 0; } }
  @media screen and (max-width: 320px) {
    footer .second-menu-top div a {
      min-width: calc((100vw - 30px) / 3); } }
  .color-style1 footer {
    color: #fff;
    background-color: #36669c; }
    .color-style1 footer .second-menu-top {
      background-color: #001d3e; }
    .color-style1 footer .container-background {
      background-color: #002e62; }
      .color-style1 footer .container-background ul li a {
        color: #fff; }
        .color-style1 footer .container-background ul li a:hover {
          color: #ffe186; }
  .color-style2 footer {
    color: #fff;
    background-color: #811818; }
    .color-style2 footer .second-menu-top {
      background-color: #811818; }
    .color-style2 footer .container-background {
      background-color: #460909; }
      .color-style2 footer .container-background ul li a {
        color: #fff; }
        .color-style2 footer .container-background ul li a:hover {
          color: #ffe186; }
  .color-style3 footer {
    color: #353535;
    background-color: #ffb141; }
    .color-style3 footer .second-menu-top {
      background-color: #9b5b00; }
    .color-style3 footer .container-background {
      background-color: #4b2c00; }
      .color-style3 footer .container-background ul li a {
        color: #353535; }
        .color-style3 footer .container-background ul li a:hover {
          color: #ca7700; }
  .color-style4 footer {
    color: #ffffff;
    background-color: #188144; }
    .color-style4 footer .second-menu-top {
      background-color: #024d21; }
    .color-style4 footer .container-background {
      background-color: #012d13; }
      .color-style4 footer .container-background ul li a {
        color: #ffffff; }
        .color-style4 footer .container-background ul li a:hover {
          color: #ffe186; }
  .color-style5 footer {
    color: #79453f;
    background-color: #ffdede; }
    .color-style5 footer .second-menu-top {
      border: none;
      background-color: #ac3a37; }
    .color-style5 footer .container-background {
      font-weight: normal;
      background-color: #5c1715; }
      .color-style5 footer .container-background ul li a {
        color: #79453f; }
        .color-style5 footer .container-background ul li a:hover {
          color: #f44336; }
  .color-style6 footer {
    color: #ffffff;
    background-color: #802b93; }
    .color-style6 footer .second-menu-top {
      border: none;
      background-color: #3f1948; }
    .color-style6 footer .container-background ul li a {
      color: #ffffff; }
      .color-style6 footer .container-background ul li a:hover {
        color: #eac0f4; }

/*-------------------- 功能模組：業務統計 -----------------------*/
.business-statistics ul {
  margin: 1% auto;
  width: auto; }
  .business-statistics ul::after {
    content: '';
    display: block;
    clear: both; }
  .business-statistics ul li {
    width: calc((100% - 20px * 2) / 3);
    display: block;
    text-align: center;
    float: left;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2); }
    .business-statistics ul li + li {
      margin-left: 19px; }
    .business-statistics ul li:nth-of-type(3n+1) {
      margin-left: 0;
      clear: both; }
    .business-statistics ul li:nth-of-type(n+4) {
      margin-top: 20px; }
    .business-statistics ul li .time {
      background-color: #240e4b;
      color: #fff;
      padding: 5px;
      font-size: 1.125rem;
      border-bottom: 4px solid #6a516b; }
    .business-statistics ul li .business-box {
      display: flex;
      background-color: #fdfdfd; }
      .business-statistics ul li .business-box .business-container {
        width: 70%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-content: center; }
        .business-statistics ul li .business-box .business-container p {
          width: 100%;
          font-size: 1.125rem;
          color: #696969;
          margin-bottom: 5px; }
          .business-statistics ul li .business-box .business-container p a {
            font-size: 1.125rem;
            color: #696969; }
            .business-statistics ul li .business-box .business-container p a:hover {
              color: #0072bb; }
            .business-statistics ul li .business-box .business-container p a:focus {
              outline: none;
              border: 2px dashed #f00; }
        .business-statistics ul li .business-box .business-container .business-data {
          width: 100%; }
          .business-statistics ul li .business-box .business-container .business-data span {
            color: #e90000; }
            .business-statistics ul li .business-box .business-container .business-data span + span::before {
              content: ' / '; }
      .business-statistics ul li .business-box .business-icon {
        width: 30%;
        padding: 5%;
        display: block;
        background-color: #f3f3f3; }
        .business-statistics ul li .business-box .business-icon img {
          width: 100%; }

@media screen and (max-width: 769px) {
  .business-statistics ul li {
    width: calc((100% - 15px) / 2); }
    .business-statistics ul li + li {
      margin-left: 15px; }
    .business-statistics ul li:nth-of-type(3n+1) {
      margin-left: 15px;
      clear: inherit; }
    .business-statistics ul li:nth-of-type(2n+1) {
      margin-left: 0;
      clear: both; }
    .business-statistics ul li:nth-of-type(n+3), .business-statistics ul li:nth-of-type(n+4) {
      margin-top: 15px; } }

@media screen and (max-width: 599px) {
  .business-statistics ul li {
    width: 100%;
    float: none;
    margin: 0; }
    .business-statistics ul li + li {
      margin: 15px 0 0 0; }
    .business-statistics ul li:nth-of-type(3n+1) {
      margin-left: 0; }
    .business-statistics ul li:nth-of-type(n+4) {
      margin-top: 15px; } }

.color-style1 .business-statistics ul {
  background-color: #e4e4e4; }
  .color-style1 .business-statistics ul li .time {
    background-color: #36669c;
    border-bottom: 4px solid #014b79; }

.color-style2 .business-statistics ul {
  background-color: #ededed; }
  .color-style2 .business-statistics ul li .time {
    background-color: #811818;
    border-bottom: 4px solid #fc9b9b; }

.color-style3 .business-statistics ul {
  background-color: #ededed; }
  .color-style3 .business-statistics ul li .time {
    background-color: #ca7700;
    border-bottom: 4px solid #ffb141; }

.color-style4 .business-statistics ul {
  background-color: #ededed; }
  .color-style4 .business-statistics ul li .time {
    background-color: #0a5e10;
    border-bottom: 4px solid #188144; }

.color-style5 .business-statistics ul {
  background-color: #ededed; }
  .color-style5 .business-statistics ul li .time {
    background-color: #c96b69;
    border-bottom: 4px solid #ffa9a9; }

.color-style6 .business-statistics ul {
  background-color: #ededed; }
  .color-style6 .business-statistics ul li .time {
    background-color: #5e146e;
    border-bottom: 4px solid #802b93; }

/*-------------- 功能模組：招標資訊 ---------------*/
.tender {
  /** 手機 **/
  /* 顏色更換：藍 */
  /* 顏色更換：深紅 */
  /* 顏色更換：橘 */
  /* 顏色更換：綠 */
  /* 顏色更換：粉紅 */
  /* 顏色更換：紫 */ }
  .tender .area-box {
    display: flex; }
    .tender .area-box .area {
      width: 100%;
      background-color: #fffdf9;
      padding-bottom: 40px;
      position: relative; }
      .tender .area-box .area h3 {
        text-align: center;
        padding: 7px 0;
        font-size: 1.125rem;
        font-weight: 500; }
      .tender .area-box .area ul {
        padding: 15px;
        border-bottom: 1px solid #e9e9e9; }
        .tender .area-box .area ul li p {
          color: #555; }
        .tender .area-box .area ul li h4 {
          font-size: 1.25rem; }
        .tender .area-box .area ul .year {
          margin-bottom: 15px; }
      .tender .area-box .area .area-button {
        position: absolute;
        bottom: 0;
        width: 100%;
        margin: auto;
        text-align: center;
        padding: 10px 0;
        color: #fff; }
        .tender .area-box .area .area-button:focus {
          border: 4px dashed #e00;
          background-color: #ffdd99;
          color: #000; }
      .tender .area-box .area .north-button {
        background-color: #6dac56; }
      .tender .area-box .area .central-button {
        background-color: #da5151; }
      .tender .area-box .area .south-button {
        background-color: #ff9124; }
    .tender .area-box .north {
      border-left: 2px solid #ddd; }
      .tender .area-box .north h3 {
        background-color: #6dac56;
        color: #fff; }
      .tender .area-box .north ul li h4 {
        color: #6dac56; }
    .tender .area-box .central {
      border-left: 2px solid #ddd;
      border-right: 2px solid #ddd; }
      .tender .area-box .central h3 {
        background: #da5151;
        color: #fff; }
      .tender .area-box .central ul li h4 {
        color: #da5151; }
    .tender .area-box .south {
      border-right: 2px solid #ddd; }
      .tender .area-box .south h3 {
        background: #ff9124;
        color: #fff; }
      .tender .area-box .south ul li h4 {
        color: #ff9124; }
  @media screen and (max-width: 415px) {
    .tender .area-box {
      display: block; }
      .tender .area-box .area {
        margin-bottom: 25px; } }
  .color-style1 .tender .area-box .area {
    background-color: #fffdf9; }
    .color-style1 .tender .area-box .area ul {
      border-color: #e9e9e9; }
      .color-style1 .tender .area-box .area ul li p {
        color: #555; }
    .color-style1 .tender .area-box .area .area-button {
      color: #fff; }
    .color-style1 .tender .area-box .area .north-button {
      background-color: #0a3f7b; }
    .color-style1 .tender .area-box .area .central-button {
      background-color: #3f79bb; }
    .color-style1 .tender .area-box .area .south-button {
      background-color: #66809e; }
  .color-style1 .tender .area-box .north {
    border-color: #ddd; }
    .color-style1 .tender .area-box .north h3 {
      background-color: #0a3f7b;
      color: #fff; }
    .color-style1 .tender .area-box .north ul li h4 {
      color: #0a3f7b; }
  .color-style1 .tender .area-box .central {
    border-color: #ddd; }
    .color-style1 .tender .area-box .central h3 {
      background: #3f79bb;
      color: #fff; }
    .color-style1 .tender .area-box .central ul li h4 {
      color: #3f79bb; }
  .color-style1 .tender .area-box .south {
    border-color: #ddd; }
    .color-style1 .tender .area-box .south h3 {
      background: #66809e;
      color: #fff; }
    .color-style1 .tender .area-box .south ul li h4 {
      color: #66809e; }
  .color-style2 .tender .area-box .area {
    background-color: #fffdf9; }
    .color-style2 .tender .area-box .area ul {
      border-color: #e9e9e9; }
      .color-style2 .tender .area-box .area ul li p {
        color: #555; }
    .color-style2 .tender .area-box .area .area-button {
      color: #fff; }
    .color-style2 .tender .area-box .area .north-button {
      background-color: #751919; }
    .color-style2 .tender .area-box .area .central-button {
      background-color: #a22525; }
    .color-style2 .tender .area-box .area .south-button {
      background-color: #da5151; }
  .color-style2 .tender .area-box .north {
    border-color: #ddd; }
    .color-style2 .tender .area-box .north h3 {
      background-color: #751919;
      color: #fff; }
    .color-style2 .tender .area-box .north ul li h4 {
      color: #751919; }
  .color-style2 .tender .area-box .central {
    border-color: #ddd; }
    .color-style2 .tender .area-box .central h3 {
      background: #a22525;
      color: #fff; }
    .color-style2 .tender .area-box .central ul li h4 {
      color: #a22525; }
  .color-style2 .tender .area-box .south {
    border-color: #ddd; }
    .color-style2 .tender .area-box .south h3 {
      background: #da5151;
      color: #fff; }
    .color-style2 .tender .area-box .south ul li h4 {
      color: #da5151; }
  .color-style3 .tender .area-box .area {
    background-color: #fffdf9; }
    .color-style3 .tender .area-box .area ul {
      border-color: #e9e9e9; }
      .color-style3 .tender .area-box .area ul li p {
        color: #555; }
    .color-style3 .tender .area-box .area .area-button {
      color: #fff; }
    .color-style3 .tender .area-box .area .north-button {
      background-color: #844e00; }
    .color-style3 .tender .area-box .area .central-button {
      background-color: #ca7700; }
    .color-style3 .tender .area-box .area .south-button {
      background-color: #ff9600; }
  .color-style3 .tender .area-box .north {
    border-color: #ddd; }
    .color-style3 .tender .area-box .north h3 {
      background-color: #844e00;
      color: #fff; }
    .color-style3 .tender .area-box .north ul li h4 {
      color: #844e00; }
  .color-style3 .tender .area-box .central {
    border-color: #ddd; }
    .color-style3 .tender .area-box .central h3 {
      background: #ca7700;
      color: #fff; }
    .color-style3 .tender .area-box .central ul li h4 {
      color: #ca7700; }
  .color-style3 .tender .area-box .south {
    border-color: #ddd; }
    .color-style3 .tender .area-box .south h3 {
      background: #ff9600;
      color: #fff; }
    .color-style3 .tender .area-box .south ul li h4 {
      color: #ff9600; }
  .color-style4 .tender .area-box .area {
    background-color: #fffdf9; }
    .color-style4 .tender .area-box .area ul {
      border-color: #e9e9e9; }
      .color-style4 .tender .area-box .area ul li p {
        color: #555; }
    .color-style4 .tender .area-box .area .area-button {
      color: #fff; }
    .color-style4 .tender .area-box .area .north-button {
      background-color: #0a5e10; }
    .color-style4 .tender .area-box .area .central-button {
      background-color: #188144; }
    .color-style4 .tender .area-box .area .south-button {
      background-color: #6ab350; }
  .color-style4 .tender .area-box .north {
    border-color: #ddd; }
    .color-style4 .tender .area-box .north h3 {
      background-color: #0a5e10;
      color: #fff; }
    .color-style4 .tender .area-box .north ul li h4 {
      color: #0a5e10; }
  .color-style4 .tender .area-box .central {
    border-color: #ddd; }
    .color-style4 .tender .area-box .central h3 {
      background: #188144;
      color: #fff; }
    .color-style4 .tender .area-box .central ul li h4 {
      color: #188144; }
  .color-style4 .tender .area-box .south {
    border-color: #ddd; }
    .color-style4 .tender .area-box .south h3 {
      background: #6ab350;
      color: #fff; }
    .color-style4 .tender .area-box .south ul li h4 {
      color: #6ab350; }
  .color-style5 .tender .area-box .area {
    background-color: #fffdf9; }
    .color-style5 .tender .area-box .area ul {
      border-color: #e9e9e9; }
      .color-style5 .tender .area-box .area ul li p {
        color: #555; }
    .color-style5 .tender .area-box .area .area-button {
      color: #fff; }
    .color-style5 .tender .area-box .area .north-button {
      background-color: #de3733; }
    .color-style5 .tender .area-box .area .central-button {
      background-color: #f96a67; }
    .color-style5 .tender .area-box .area .south-button {
      background-color: #c96b69; }
  .color-style5 .tender .area-box .north {
    border-color: #ddd; }
    .color-style5 .tender .area-box .north h3 {
      background-color: #de3733;
      color: #fff; }
    .color-style5 .tender .area-box .north ul li h4 {
      color: #de3733; }
  .color-style5 .tender .area-box .central {
    border-color: #ddd; }
    .color-style5 .tender .area-box .central h3 {
      background: #f96a67;
      color: #fff; }
    .color-style5 .tender .area-box .central ul li h4 {
      color: #f96a67; }
  .color-style5 .tender .area-box .south {
    border-color: #ddd; }
    .color-style5 .tender .area-box .south h3 {
      background: #c96b69;
      color: #fff; }
    .color-style5 .tender .area-box .south ul li h4 {
      color: #c96b69; }
  .color-style6 .tender .area-box .area {
    background-color: #fffdf9; }
    .color-style6 .tender .area-box .area ul {
      border-color: #e9e9e9; }
      .color-style6 .tender .area-box .area ul li p {
        color: #555; }
    .color-style6 .tender .area-box .area .area-button {
      color: #fff; }
    .color-style6 .tender .area-box .area .north-button {
      background-color: #5e146e; }
    .color-style6 .tender .area-box .area .central-button {
      background-color: #993fad; }
    .color-style6 .tender .area-box .area .south-button {
      background-color: #794884; }
  .color-style6 .tender .area-box .north {
    border-color: #ddd; }
    .color-style6 .tender .area-box .north h3 {
      background-color: #5e146e;
      color: #fff; }
    .color-style6 .tender .area-box .north ul li h4 {
      color: #5e146e; }
  .color-style6 .tender .area-box .central {
    border-color: #ddd; }
    .color-style6 .tender .area-box .central h3 {
      background: #993fad;
      color: #fff; }
    .color-style6 .tender .area-box .central ul li h4 {
      color: #993fad; }
  .color-style6 .tender .area-box .south {
    border-color: #ddd; }
    .color-style6 .tender .area-box .south h3 {
      background: #794884;
      color: #fff; }
    .color-style6 .tender .area-box .south ul li h4 {
      color: #794884; }

.show-fb-switch {
  position: fixed;
  left: 0;
  top: 27vh;
  z-index: 99999; }
  .show-fb-switch::after {
    content: '';
    display: block;
    clear: both; }
  .show-fb-switch .fb-button {
    display: inline-block;
    float: right;
    background-color: #395794;
    width: 45px;
    height: 150px;
    padding: 10px;
    border-radius: 0 10px 10px 0;
    vertical-align: top; }
    .show-fb-switch .fb-button img {
      width: 100%; }
  .show-fb-switch .fb-box {
    display: none;
    float: left; }

/*-------------- 功能模組：通關即時訊息 ---------------*/
.timely-message {
  margin-bottom: 15px; }
  .timely-message .orangeText {
    color: #f19300; }
  .timely-message p {
    background-color: #f0f0f0;
    padding: 8px;
    font-size: 1.125rem; }
  .timely-message ul {
    display: flex;
    flex-wrap: wrap;
    padding: 15px 5px;
    border-bottom: 1px solid #ddd; }
    .timely-message ul li {
      width: 50%;
      margin: 2% 0 0; }
      .timely-message ul li .importAndExport {
        background-color: #49304a;
        padding: 2px 10px;
        color: #fff;
        border-radius: 5px;
        margin-right: 5px; }
      .timely-message ul li .timeText {
        font-size: 0.937rem;
        font-weight: bold; }
  .color-style1 .timely-message .orangeText {
    color: #f19321; }
  .color-style1 .timely-message ul li .importAndExport {
    background-color: #0a3f7b; }
  .color-style2 .timely-message .orangeText {
    color: #811818; }
  .color-style2 .timely-message ul li .importAndExport {
    background-color: #811818; }
  .color-style3 .timely-message .orangeText {
    color: #ca7700; }
  .color-style3 .timely-message ul li .importAndExport {
    background-color: #ca7700; }
  .color-style4 .timely-message .orangeText {
    color: #6baa6b; }
  .color-style4 .timely-message ul li .importAndExport {
    background-color: #0a5e10; }
  .color-style5 .timely-message .orangeText {
    color: #c96b69; }
  .color-style5 .timely-message ul li .importAndExport {
    background-color: #c96b69; }
  .color-style6 .timely-message .orangeText {
    color: #af12d4; }
  .color-style6 .timely-message ul li .importAndExport {
    background-color: #5d2a69; }

@media screen and (max-width: 415px) {
  .timelyMessage ul li {
    width: 100%; } }

/*-------------- 功能模組：便捷服務 ---------------*/
.convenient-service {
  /*-------------------- 顏色設定 ---------------------*/
  /* 顏色更換：藍 */
  /* 顏色更換：深紅 */
  /* 顏色更換：橘 */
  /* 顏色更換：綠 */
  /* 顏色更換：粉紅 */
  /* 顏色更換：紫 */ }
  .convenient-service > div {
    width: calc(100% - 50px);
    margin: 25px auto 0; }
    .convenient-service > div .slick-slide {
      padding: 0 10px; }
    .convenient-service > div .slick-next {
      right: -25px;
      border-radius: 0px 5px 5px 0px; }
    .convenient-service > div .slick-prev {
      left: -25px;
      border-radius: 5px 0px 0px 5px; }
    .convenient-service > div .convenient-service-container {
      min-height: 400px;
      padding-bottom: 5px;
      border: 1px solid #e0e0e0;
      background-color: #ffffff; }
      .convenient-service > div .convenient-service-container .service-icon {
        background-color: #6a516b;
        padding: 5px; }
        .convenient-service > div .convenient-service-container .service-icon img {
          width: 90%;
          margin: 0 auto; }
      .convenient-service > div .convenient-service-container h3 {
        background-color: #240e4b;
        color: #fff;
        text-align: center;
        padding: 5px;
        font-weight: 400; }
      .convenient-service > div .convenient-service-container ul {
        padding: 0 15px;
        margin: 10px 0 5px 20px; }
        .convenient-service > div .convenient-service-container ul li {
          height: 100%;
          padding: 5px 0;
          color: #6baa6b;
          list-style-type: disc; }
          .convenient-service > div .convenient-service-container ul li a {
            color: #666666;
            vertical-align: text-top; }
            .convenient-service > div .convenient-service-container ul li a:hover {
              color: #f19300; }
  .color-style1 .convenient-service > div .convenient-service-container .service-icon {
    background-color: #36669c; }
  .color-style1 .convenient-service > div .convenient-service-container h3 {
    background-color: #0a3f7b;
    color: #fff; }
  .color-style1 .convenient-service > div .convenient-service-container ul li {
    color: #36669c; }
    .color-style1 .convenient-service > div .convenient-service-container ul li a {
      color: #666666; }
      .color-style1 .convenient-service > div .convenient-service-container ul li a:hover {
        color: #f19300; }
  .color-style2 .convenient-service > div .convenient-service-container .service-icon {
    background-color: #bb4242; }
  .color-style2 .convenient-service > div .convenient-service-container h3 {
    background-color: #811818;
    color: #fff; }
  .color-style2 .convenient-service > div .convenient-service-container ul li {
    color: #bb4242; }
    .color-style2 .convenient-service > div .convenient-service-container ul li a {
      color: #666666; }
      .color-style2 .convenient-service > div .convenient-service-container ul li a:hover {
        color: #f19300; }
  .color-style3 .convenient-service > div .convenient-service-container .service-icon {
    background-color: #ffb141; }
  .color-style3 .convenient-service > div .convenient-service-container h3 {
    background-color: #ca7700;
    color: #fff; }
  .color-style3 .convenient-service > div .convenient-service-container ul li {
    color: #ffb141; }
    .color-style3 .convenient-service > div .convenient-service-container ul li a {
      color: #666666; }
      .color-style3 .convenient-service > div .convenient-service-container ul li a:hover {
        color: #f19300; }
  .color-style4 .convenient-service > div .convenient-service-container .service-icon {
    background-color: #6baa6b; }
  .color-style4 .convenient-service > div .convenient-service-container h3 {
    background-color: #0a5e10;
    color: #fff; }
  .color-style4 .convenient-service > div .convenient-service-container ul li {
    color: #6baa6b; }
    .color-style4 .convenient-service > div .convenient-service-container ul li a {
      color: #666666; }
      .color-style4 .convenient-service > div .convenient-service-container ul li a:hover {
        color: #f19300; }
  .color-style5 .convenient-service > div .convenient-service-container .service-icon {
    background-color: #c96b69; }
  .color-style5 .convenient-service > div .convenient-service-container h3 {
    background-color: #bb4644;
    color: #fff; }
  .color-style5 .convenient-service > div .convenient-service-container ul li {
    color: #c96b69; }
    .color-style5 .convenient-service > div .convenient-service-container ul li a {
      color: #666666; }
      .color-style5 .convenient-service > div .convenient-service-container ul li a:hover {
        color: #f19300; }
  .color-style6 .convenient-service > div .convenient-service-container .service-icon {
    background-color: #a54eb9; }
  .color-style6 .convenient-service > div .convenient-service-container h3 {
    background-color: #5d2a69;
    color: #fff; }
  .color-style6 .convenient-service > div .convenient-service-container ul li {
    color: #a54eb9; }
    .color-style6 .convenient-service > div .convenient-service-container ul li a {
      color: #666666; }
      .color-style6 .convenient-service > div .convenient-service-container ul li a:hover {
        color: #f19300; }

/*-------------- 功能模組：圖文連結輪播 ---------------*/
.img-text-carousel {
  position: relative;
  /*-------------------- 顏色設定 ---------------------*/ }
  .img-text-carousel > div {
    width: calc(100% - 50px);
    margin: 25px auto 0; }
    .img-text-carousel > div a {
      text-align: center;
      padding: 0 15px; }
      .img-text-carousel > div a div img {
        width: 100%;
        margin: auto; }
      .img-text-carousel > div a p {
        font-size: 1.125rem;
        margin-top: 10px;
        color: #666666; }
      .img-text-carousel > div a:hover p {
        color: #f19300; }
    .img-text-carousel > div .slick-next {
      right: -25px;
      border-radius: 0px 5px 5px 0px; }
    .img-text-carousel > div .slick-prev {
      left: -25px;
      border-radius: 5px 0px 0px 5px; }
  .img-text-carousel .more {
    text-align: center;
    position: absolute;
    top: 5px;
    right: 8px; }
    .img-text-carousel .more a {
      font-size: 0.95rem;
      font-weight: 400;
      display: inline-block;
      padding: 5px 15px;
      color: #ffffff;
      border-radius: 3px;
      background-color: #30194b; }
      .img-text-carousel .more a:hover, .img-text-carousel .more a:active {
        color: #353535;
        background-color: #FFE16D; }
      .img-text-carousel .more a:focus {
        outline: none;
        background-color: #e00;
        color: #fff;
        border-color: #e00; }
  @media screen and (max-width: 768px) {
    .img-text-carousel .more {
      margin: 15px auto 0;
      position: relative; }
      .img-text-carousel .more a {
        border-radius: 0;
        display: block; } }
  @media screen and (max-width: 414px) {
    .img-text-carousel > div a div img {
      width: 70%; } }
  .color-style1 .img-text-carousel .more a {
    background-color: #0a3f7b;
    color: #ffffff; }
    .color-style1 .img-text-carousel .more a:hover, .color-style1 .img-text-carousel .more a:active {
      background-color: #36669c; }
    .color-style1 .img-text-carousel .more a:focus {
      outline: none;
      background-color: #e00;
      color: #fff;
      border-color: #e00; }
  .color-style2 .img-text-carousel .more a {
    background-color: #5e0a0a;
    color: #ffffff; }
    .color-style2 .img-text-carousel .more a:hover, .color-style2 .img-text-carousel .more a:active {
      background-color: #bb4242; }
    .color-style2 .img-text-carousel .more a:focus {
      outline: none;
      background-color: #e00;
      color: #fff;
      border-color: #e00; }
  .color-style3 .img-text-carousel .more a {
    background-color: #ca7700;
    color: #ffffff; }
    .color-style3 .img-text-carousel .more a:hover, .color-style3 .img-text-carousel .more a:active {
      background-color: #ffb141;
      color: #353535; }
    .color-style3 .img-text-carousel .more a:focus {
      outline: none;
      background-color: #e00;
      color: #fff;
      border-color: #e00; }
  .color-style4 .img-text-carousel .more a {
    background-color: #0a5e10;
    color: #ffffff; }
    .color-style4 .img-text-carousel .more a:hover, .color-style4 .img-text-carousel .more a:active {
      background-color: #188144; }
    .color-style4 .img-text-carousel .more a:focus {
      outline: none;
      background-color: #e00;
      color: #fff;
      border-color: #e00; }
  .color-style5 .img-text-carousel .more a {
    background-color: #ffdede;
    color: #000; }
    .color-style5 .img-text-carousel .more a:hover, .color-style5 .img-text-carousel .more a:active {
      background-color: #bf5858;
      color: #ffffff; }
    .color-style5 .img-text-carousel .more a:focus {
      outline: none;
      background-color: #e00;
      color: #fff;
      border-color: #e00; }
  .color-style6 .img-text-carousel .more a {
    background-color: #5e146e;
    color: #ffffff; }
    .color-style6 .img-text-carousel .more a:hover, .color-style6 .img-text-carousel .more a:active {
      background-color: #802b93; }
    .color-style6 .img-text-carousel .more a:focus {
      outline: none;
      background-color: #e00;
      color: #fff;
      border-color: #e00; }

/*-------------------- 功能模組：行事曆 ---------------------*/
.calendar-box {
  /*-------------------- 顏色設定 ---------------------*/
  /* 顏色更換：藍 */
  /* 顏色更換：深紅 */
  /* 顏色更換：橘 */
  /* 顏色更換：綠 */
  /* 顏色更換：粉紅 */
  /* 顏色更換：紫 */ }
  .calendar-box .border-box {
    background-color: #ffffff;
    padding: 10px;
    position: relative; }
  .calendar-box .calendar {
    margin-bottom: 5px; }
    .calendar-box .calendar .ui-widget-header {
      background: none;
      border-left: none;
      border-right: none;
      border-top: none;
      border-radius: 0;
      padding: 0 0 .4em; }
    .calendar-box .calendar .ui-widget.ui-widget-content {
      border: none; }
      .calendar-box .calendar .ui-widget.ui-widget-content .ui-state-default {
        width: 28px;
        height: 28px;
        line-height: 25px;
        font-size: 0.875rem;
        display: inline-block;
        text-align: center;
        border-radius: 50%;
        border: none;
        background: none; }
        .calendar-box .calendar .ui-widget.ui-widget-content .ui-state-default:focus {
          color: #fff !important;
          background-color: #e00 !important; }
      .calendar-box .calendar .ui-widget.ui-widget-content .ui-state-active {
        color: #454545; }
      .calendar-box .calendar .ui-widget.ui-widget-content .ui-state-highlight {
        color: #ffffff;
        background: #786036; }
    .calendar-box .calendar .ui-datepicker {
      width: 100%;
      padding: 0; }
      .calendar-box .calendar .ui-datepicker .ui-datepicker-title select {
        font-size: 0.9rem;
        height: 28px;
        line-height: 28px;
        background-image: url(../img/select-arrow.png);
        background-size: 7px;
        background-position: right 5px center;
        background-repeat: no-repeat; }
        .calendar-box .calendar .ui-datepicker .ui-datepicker-title select + select {
          margin-left: 5px; }
      .calendar-box .calendar .ui-datepicker .ui-datepicker-next-hover,
      .calendar-box .calendar .ui-datepicker .ui-datepicker-prev-hover {
        top: 2px; }
      .calendar-box .calendar .ui-datepicker .ui-datepicker-prev-hover {
        left: 2px; }
      .calendar-box .calendar .ui-datepicker .ui-datepicker-next-hover {
        right: 2px; }
      .calendar-box .calendar .ui-datepicker .ui-datepicker-prev,
      .calendar-box .calendar .ui-datepicker .ui-datepicker-next {
        top: 0; }
        .calendar-box .calendar .ui-datepicker .ui-datepicker-prev span,
        .calendar-box .calendar .ui-datepicker .ui-datepicker-next span {
          width: 24px;
          height: 24px;
          margin: 0;
          background-position: center;
          background-size: cover;
          top: calc(50% - 12px);
          left: auto; }
        .calendar-box .calendar .ui-datepicker .ui-datepicker-prev:focus,
        .calendar-box .calendar .ui-datepicker .ui-datepicker-next:focus {
          outline: none;
          border: 2px dashed #f00; }
      .calendar-box .calendar .ui-datepicker .ui-datepicker-prev span {
        left: calc(50% - 12px);
        background-image: url(../img/calendar_prev.png); }
      .calendar-box .calendar .ui-datepicker .ui-datepicker-next span {
        right: calc(50% - 12px);
        background-image: url(../img/calendar_next.png); }
      .calendar-box .calendar .ui-datepicker table th {
        font-weight: normal;
        padding: .5em .3em; }
        .calendar-box .calendar .ui-datepicker table th span {
          font-size: 0.875rem; }
      .calendar-box .calendar .ui-datepicker table td {
        text-align: center;
        padding: 6px 1px; }
        .calendar-box .calendar .ui-datepicker table td.eventDatesHighlighted a {
          color: #ffffff !important;
          background: #49304a !important; }
  .calendar-box a.day-list {
    width: 100%;
    height: 40px;
    line-height: 40px;
    display: block;
    background-color: #e8e8e8;
    color: #545454;
    padding-left: 15px;
    position: absolute;
    left: 0;
    bottom: 0; }
  .calendar-box .tips {
    border-top: 1px solid #cccccc;
    padding-top: 10px; }
    .calendar-box .tips > div {
      font-size: 0.875rem;
      float: left; }
      .calendar-box .tips > div + div {
        margin-left: 15px; }
      .calendar-box .tips > div::before {
        content: '';
        width: 10px;
        height: 10px;
        display: inline-block;
        border-radius: 50%;
        margin-right: 5px; }
    .calendar-box .tips .today::before {
      background-color: #786036; }
    .calendar-box .tips .article-content::before {
      background-color: #49304a; }
    .calendar-box .tips::after {
      content: '';
      display: block;
      clear: both; }
  .calendar-box-pages {
    text-align: center;
    margin: 35px 0 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; }
    .calendar-box-pages a {
      min-width: 30px;
      height: 30px;
      line-height: 30px;
      display: inline-block;
      background-color: #999999;
      background-color: #999999;
      border-radius: 3px;
      padding: 0 10px;
      text-align: center;
      color: #fff;
      margin: 0 5px; }
      .calendar-box-pages a:hover {
        background-color: #ff9800; }
      .calendar-box-pages a.active {
        background-color: #353535; }
      .calendar-box-pages a.prev, .calendar-box-pages a.first {
        width: 0;
        min-width: auto;
        height: 0;
        padding: 0;
        background: none;
        border-radius: 0;
        position: relative;
        text-indent: -9999px;
        /* 右側三角形 */
        border-width: 7.5px 13px 7.5px 0;
        border-style: solid;
        border-color: transparent #999999 transparent transparent; }
        .calendar-box-pages a.prev:hover, .calendar-box-pages a.first:hover {
          border-color: transparent #ff9800 transparent transparent; }
      .calendar-box-pages a.prev {
        margin: 0 30px 0 10px; }
        .calendar-box-pages a.prev::before {
          content: '';
          width: 0;
          height: 25px;
          border-left: 1px solid #999999;
          position: absolute;
          top: -13px;
          right: -31px; }
      .calendar-box-pages a.first::before {
        content: '';
        width: 0;
        height: 25px;
        border-left: 1px solid #999999;
        position: absolute;
        top: -13px;
        left: -15px; }
      .calendar-box-pages a.first::after {
        content: '';
        width: 2px;
        height: 15px;
        background: #999999;
        position: absolute;
        top: -8px;
        left: -1px; }
        .calendar-box-pages a.first::after:hover {
          background: #ff9800; }
      .calendar-box-pages a.first:hover::after {
        background: #ff9800; }
      .calendar-box-pages a.next, .calendar-box-pages a.last {
        width: 0;
        min-width: auto;
        height: 0;
        padding: 0;
        background: none;
        border-radius: 0;
        position: relative;
        text-indent: -9999px;
        /* 右側三角形 */
        border-width: 7.5px 0 7.5px 13px;
        border-style: solid;
        border-color: transparent transparent transparent #999999; }
        .calendar-box-pages a.next:hover, .calendar-box-pages a.last:hover {
          border-color: transparent transparent transparent #ff9800; }
      .calendar-box-pages a.next {
        margin: 0 10px 0 30px; }
        .calendar-box-pages a.next::before {
          content: '';
          width: 0;
          height: 25px;
          border-left: 1px solid #999999;
          position: absolute;
          top: -13px;
          left: -31px; }
      .calendar-box-pages a.last::before {
        content: '';
        width: 0;
        height: 25px;
        border-left: 1px solid #999999;
        position: absolute;
        top: -13px;
        right: -15px; }
      .calendar-box-pages a.last::after {
        content: '';
        width: 2px;
        height: 15px;
        background: #999999;
        position: absolute;
        top: -8px;
        right: -1px; }
      .calendar-box-pages a.last:hover::after {
        background: #ff9800; }
    .calendar-box-pages p {
      width: 100%;
      margin-top: 20px; }
  @media only screen and (max-width: 414px) {
    .calendar-box-pages {
      display: block;
      position: relative; }
      .calendar-box-pages a {
        padding: 0 5px; }
        .calendar-box-pages a.prev, .calendar-box-pages a.first, .calendar-box-pages a.next, .calendar-box-pages a.last {
          position: absolute;
          top: 55px; }
        .calendar-box-pages a.prev {
          left: calc(50% - 38px); }
          .calendar-box-pages a.prev::before {
            display: none; }
        .calendar-box-pages a.first {
          left: calc(50% - 70px); }
        .calendar-box-pages a.next {
          right: calc(50% - 38px); }
          .calendar-box-pages a.next::before {
            display: none; }
        .calendar-box-pages a.last {
          right: calc(50% - 70px); }
      .calendar-box-pages p {
        margin-top: 60px; } }
  .color-style1 .calendar-box .calendar .ui-widget.ui-widget-content .ui-state-highlight {
    background: #835003; }
  .color-style1 .calendar-box .calendar .ui-datepicker table td.eventDatesHighlighted a {
    background: #184e69 !important; }
  .color-style1 .calendar-box .tips .today::before {
    background-color: #835003; }
  .color-style1 .calendar-box .tips .article-content::before {
    background-color: #184e69; }
  .color-style2 .calendar-box .calendar .ui-widget.ui-widget-content .ui-state-highlight {
    background: #811818; }
  .color-style2 .calendar-box .calendar .ui-datepicker table td.eventDatesHighlighted a {
    background: #c42222 !important; }
  .color-style2 .calendar-box .tips .today::before {
    background-color: #811818; }
  .color-style2 .calendar-box .tips .article-content::before {
    background-color: #c42222; }
  .color-style3 .calendar-box .calendar .ui-widget.ui-widget-content .ui-state-highlight {
    background: #a26100; }
  .color-style3 .calendar-box .calendar .ui-datepicker table td.eventDatesHighlighted a {
    background: #0379a7 !important; }
  .color-style3 .calendar-box .tips .today::before {
    background-color: #a26100; }
  .color-style3 .calendar-box .tips .article-content::before {
    background-color: #0379a7; }
  .color-style4 .calendar-box .calendar .ui-widget.ui-widget-content .ui-state-highlight {
    background: #835003; }
  .color-style4 .calendar-box .calendar .ui-datepicker table td.eventDatesHighlighted a {
    background: #2ca05d !important; }
  .color-style4 .calendar-box .tips .today::before {
    background-color: #835003; }
  .color-style4 .calendar-box .tips .article-content::before {
    background-color: #2ca05d; }
  .color-style5 .calendar-box .calendar .ui-widget.ui-widget-content .ui-state-highlight {
    background: #972020; }
  .color-style5 .calendar-box .calendar .ui-datepicker table td.eventDatesHighlighted a {
    background: #c42222 !important; }
  .color-style5 .calendar-box .tips .today::before {
    background-color: #972020; }
  .color-style5 .calendar-box .tips .article-content::before {
    background-color: #c42222; }
  .color-style6 .calendar-box .calendar .ui-widget.ui-widget-content .ui-state-highlight {
    background: #835003; }
  .color-style6 .calendar-box .calendar .ui-datepicker table td.eventDatesHighlighted a {
    background: #802b93 !important; }
  .color-style6 .calendar-box .tips .today::before {
    background-color: #835003; }
  .color-style6 .calendar-box .tips .article-content::before {
    background-color: #802b93; }

/*-------------------- 功能模組：電子報 ---------------------*/
.newspaper {
  /*-------------------- 顏色設定 ---------------------*/
  /* 顏色更換：藍 */
  /* 顏色更換：深紅 */
  /* 顏色更換：橘 */
  /* 顏色更換：綠 */
  /* 顏色更換：粉紅 */
  /* 顏色更換：紫 */ }
  .newspaper .email-box {
    margin-bottom: 10px; }
    .newspaper .email-box input {
      width: 100%;
      height: 35px; }
  .newspaper .order-status.two::after {
    content: '';
    display: block;
    clear: both; }
  .newspaper .order-status.two .butn {
    width: 48%;
    height: 35px;
    float: left; }
    .newspaper .order-status.two .butn + .butn {
      float: right; }
  .newspaper .order-status .butn.ok {
    color: #ffffff;
    background-color: #240e4b;
    border-color: #dcae5e; }
    .newspaper .order-status .butn.ok:hover {
      background-color: #3b1977; }
    .newspaper .order-status .butn.ok:focus {
      outline: none;
      background-color: #e00;
      color: #fff;
      border-color: #e00; }
  .newspaper .order-status .butn.cancel {
    color: #ffffff;
    background-color: #7c4e7d; }
    .newspaper .order-status .butn.cancel:hover {
      background-color: #393839; }
    .newspaper .order-status .butn.cancel:focus {
      outline: none;
      background-color: #e00;
      color: #fff;
      border-color: #e00; }
  .color-style1 .newspaper .order-status .butn.ok {
    background-color: #36669c;
    border-color: #315782; }
    .color-style1 .newspaper .order-status .butn.ok:hover {
      background-color: #0a3f7b; }
    .color-style1 .newspaper .order-status .butn.ok:focus {
      outline: none;
      background-color: #e00;
      color: #fff;
      border-color: #e00; }
  .color-style1 .newspaper .order-status .butn.cancel {
    background-color: #424242; }
    .color-style1 .newspaper .order-status .butn.cancel:hover {
      background-color: #151515; }
    .color-style1 .newspaper .order-status .butn.cancel:focus {
      outline: none;
      background-color: #e00;
      color: #fff;
      border-color: #e00; }
  .color-style2 .newspaper .order-status .butn.ok {
    background-color: #ce2424;
    border-color: #cf6c6c; }
    .color-style2 .newspaper .order-status .butn.ok:hover {
      background-color: #942b2b; }
    .color-style2 .newspaper .order-status .butn.ok:focus {
      outline: none;
      background-color: #e00;
      color: #fff;
      border-color: #e00; }
  .color-style2 .newspaper .order-status .butn.cancel {
    background-color: #424242; }
    .color-style2 .newspaper .order-status .butn.cancel:hover {
      background-color: #151515; }
    .color-style2 .newspaper .order-status .butn.cancel:focus {
      outline: none;
      background-color: #e00;
      color: #fff;
      border-color: #e00; }
  .color-style3 .newspaper .order-status .butn.ok {
    background-color: #ffb141;
    border-color: #dea14a; }
    .color-style3 .newspaper .order-status .butn.ok:hover {
      background-color: #e78f0f; }
    .color-style3 .newspaper .order-status .butn.ok:focus {
      outline: none;
      background-color: #e00;
      color: #fff;
      border-color: #e00; }
  .color-style3 .newspaper .order-status .butn.cancel {
    background-color: #424242; }
    .color-style3 .newspaper .order-status .butn.cancel:hover {
      background-color: #151515; }
    .color-style3 .newspaper .order-status .butn.cancel:focus {
      outline: none;
      background-color: #e00;
      color: #fff;
      border-color: #e00; }
  .color-style4 .newspaper .order-status .butn.ok {
    background-color: #188144;
    border-color: #25864e; }
    .color-style4 .newspaper .order-status .butn.ok:hover {
      background-color: #0e5f30; }
    .color-style4 .newspaper .order-status .butn.ok:focus {
      outline: none;
      background-color: #e00;
      color: #fff;
      border-color: #e00; }
  .color-style4 .newspaper .order-status .butn.cancel {
    background-color: #424242; }
    .color-style4 .newspaper .order-status .butn.cancel:hover {
      background-color: #151515; }
    .color-style4 .newspaper .order-status .butn.cancel:focus {
      outline: none;
      background-color: #e00;
      color: #fff;
      border-color: #e00; }
  .color-style5 .newspaper .order-status .butn.ok {
    background-color: #f88e8b;
    border-color: #eb6f6b; }
    .color-style5 .newspaper .order-status .butn.ok:hover {
      background-color: #eb6f6b; }
    .color-style5 .newspaper .order-status .butn.ok:focus {
      outline: none;
      background-color: #e00;
      color: #fff;
      border-color: #e00; }
  .color-style5 .newspaper .order-status .butn.cancel {
    background-color: #424242; }
    .color-style5 .newspaper .order-status .butn.cancel:hover {
      background-color: #151515; }
    .color-style5 .newspaper .order-status .butn.cancel:focus {
      outline: none;
      background-color: #e00;
      color: #fff;
      border-color: #e00; }
  .color-style6 .newspaper .order-status .butn.ok {
    background-color: #b457c8;
    border-color: #9a36b0; }
    .color-style6 .newspaper .order-status .butn.ok:hover {
      background-color: #9a36b0; }
    .color-style6 .newspaper .order-status .butn.ok:focus {
      outline: none;
      background-color: #e00;
      color: #fff;
      border-color: #e00; }
  .color-style6 .newspaper .order-status .butn.cancel {
    background-color: #424242; }
    .color-style6 .newspaper .order-status .butn.cancel:hover {
      background-color: #151515; }
    .color-style6 .newspaper .order-status .butn.cancel:focus {
      outline: none;
      background-color: #e00;
      color: #fff;
      border-color: #e00; }

/*-------------- 功能模組：統計指標 ---------------*/
.statistical-indicators {
  background-color: #fff;
  /*-------------------- 顏色設定 ---------------------*/
  /* 顏色更換：藍 */
  /* 顏色更換：深紅 */
  /* 顏色更換：橘 */
  /* 顏色更換：綠 */
  /* 顏色更換：粉紅 */
  /* 顏色更換：紫 */ }
  .statistical-indicators .statistical-container {
    min-height: 205px;
    margin-bottom: 10px;
    padding: 0 10px; }
    .statistical-indicators .statistical-container::after {
      content: '';
      clear: both;
      display: block; }
    .statistical-indicators .statistical-container .list {
      width: 63%;
      float: left;
      overflow: auto; }
      .statistical-indicators .statistical-container .list li {
        padding: 0 10px; }
        .statistical-indicators .statistical-container .list li + li {
          border-top: 1px solid #e5e5e5; }
        .statistical-indicators .statistical-container .list li::after {
          content: '';
          clear: both;
          display: block; }
        .statistical-indicators .statistical-container .list li:hover {
          color: #ffffff;
          background-color: #30194b; }
          .statistical-indicators .statistical-container .list li:hover .title a {
            color: #ffffff; }
        .statistical-indicators .statistical-container .list li div {
          float: left;
          height: 40px;
          line-height: 40px; }
        .statistical-indicators .statistical-container .list li .title {
          width: 67%;
          padding-right: 15px;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
          .statistical-indicators .statistical-container .list li .title a {
            color: #353535; }
            .statistical-indicators .statistical-container .list li .title a:hover {
              text-decoration: underline; }
            .statistical-indicators .statistical-container .list li .title a:focus {
              outline: none;
              background-color: #e00;
              color: #fff;
              border-color: #e00; }
        .statistical-indicators .statistical-container .list li .static-num {
          width: 33%;
          padding-left: 30px;
          position: relative;
          cursor: default;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
          .statistical-indicators .statistical-container .list li .static-num::before {
            content: '';
            top: 12px;
            left: 0;
            position: absolute;
            width: 19px;
            height: 19px;
            display: block;
            background-size: contain; }
          .statistical-indicators .statistical-container .list li .static-num.up::before {
            background-image: url(../img/icon_up.png); }
          .statistical-indicators .statistical-container .list li .static-num.down::before {
            background-image: url(../img/icon_down.png); }
    .statistical-indicators .statistical-container .chart {
      float: right;
      width: 35%;
      border-radius: 5px;
      border: 1px solid #e3e3e3;
      padding: 5px; }
      .statistical-indicators .statistical-container .chart a {
        display: block; }
        .statistical-indicators .statistical-container .chart a img {
          width: 100%; }
        .statistical-indicators .statistical-container .chart a:focus {
          outline: none;
          border: 2px solid #e00; }
  .statistical-indicators .more {
    width: 100%;
    font-size: 0.95rem;
    font-weight: 400;
    display: block;
    text-align: right;
    padding: 10px 15px;
    color: #ebe4d8;
    background-color: #30194b; }
    .statistical-indicators .more:hover {
      background-color: #FFE16D;
      color: #353535; }
    .statistical-indicators .more:focus {
      outline: none;
      background-color: #e00;
      color: #fff;
      border-color: #e00; }
  @media screen and (max-width: 600px) {
    .statistical-indicators .statistical-container .list {
      width: 100%;
      float: none; }
    .statistical-indicators .statistical-container .chart {
      width: 100%;
      max-width: 300px;
      float: none;
      margin: 15px auto 0; } }
  @media screen and (max-width: 414px) {
    .statistical-indicators .statistical-container {
      padding: 0; }
      .statistical-indicators .statistical-container .list li .title {
        padding-right: 10px; }
        .statistical-indicators .statistical-container .list li .title a {
          font-size: 0.9rem; }
      .statistical-indicators .statistical-container .list li .static-num {
        font-size: 0.9rem;
        padding-left: 20px; }
        .statistical-indicators .statistical-container .list li .static-num::before {
          top: 13px;
          width: 15px;
          height: 15px; } }
  .color-style1 .statistical-indicators .statistical-container .list li:hover {
    color: #ffffff;
    background-color: #0a3f7b; }
  .color-style1 .statistical-indicators .more {
    background-color: #0a3f7b;
    color: #ffffff; }
    .color-style1 .statistical-indicators .more:hover {
      background-color: #36669c; }
    .color-style1 .statistical-indicators .more:focus {
      outline: none;
      background-color: #e00;
      color: #fff;
      border-color: #e00; }
  .color-style2 .statistical-indicators .statistical-container .list li:hover {
    color: #ffffff;
    background-color: #5e0a0a; }
  .color-style2 .statistical-indicators .more {
    background-color: #5e0a0a;
    color: #ffffff; }
    .color-style2 .statistical-indicators .more:hover {
      background-color: #bb4242; }
    .color-style2 .statistical-indicators .more:focus {
      outline: none;
      background-color: #e00;
      color: #fff;
      border-color: #e00; }
  .color-style3 .statistical-indicators .statistical-container .list li:hover {
    color: #ffffff;
    background-color: #ca7700; }
  .color-style3 .statistical-indicators .more {
    background-color: #ca7700;
    color: #ffffff; }
    .color-style3 .statistical-indicators .more:hover {
      background-color: #ffb141;
      color: #353535; }
    .color-style3 .statistical-indicators .more:focus {
      outline: none;
      background-color: #e00;
      color: #fff;
      border-color: #e00; }
  .color-style4 .statistical-indicators .statistical-container .list li:hover {
    color: #ffffff;
    background-color: #0a5e10; }
  .color-style4 .statistical-indicators .more {
    background-color: #0a5e10;
    color: #ffffff; }
    .color-style4 .statistical-indicators .more:hover {
      background-color: #188144; }
    .color-style4 .statistical-indicators .more:focus {
      outline: none;
      background-color: #e00;
      color: #fff;
      border-color: #e00; }
  .color-style5 .statistical-indicators .statistical-container .list li:hover {
    color: #ffffff;
    background-color: #bf5858; }
  .color-style5 .statistical-indicators .more {
    background-color: #ffdede;
    color: #000; }
    .color-style5 .statistical-indicators .more:hover {
      background-color: #bf5858;
      color: #ffffff; }
    .color-style5 .statistical-indicators .more:focus {
      outline: none;
      background-color: #e00;
      color: #fff;
      border-color: #e00; }
  .color-style6 .statistical-indicators .statistical-container .list li:hover {
    color: #ffffff;
    background-color: #5e146e; }
  .color-style6 .statistical-indicators .more {
    background-color: #5e146e;
    color: #ffffff; }
    .color-style6 .statistical-indicators .more:hover {
      background-color: #802b93; }
    .color-style6 .statistical-indicators .more:focus {
      outline: none;
      background-color: #e00;
      color: #fff;
      border-color: #e00; }

/*-------------- 功能模組：倒數 ---------------*/
.bell {
  position: fixed;
  width: 100%;
  max-width: 320px;
  top: 17vh;
  left: 0;
  z-index: 999999; }
  .bell .bell-button {
    width: 50px;
    display: inline-block;
    padding: 5px 13px 5px 5px;
    background-color: #fff;
    border-radius: 0 15px 15px 0;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
    border: 3px solid #ddd;
    position: relative; }
    .bell .bell-button img {
      width: 100%; }
  .bell .bell-container {
    position: relative;
    display: none; }
    .bell .bell-container li {
      border-bottom: 5px solid #ddd; }
      .bell .bell-container li .bell-text p {
        background-color: rgba(0, 0, 0, 0.8);
        border-bottom: 4px solid #ddd;
        color: #fff;
        text-align: center;
        padding: 5px 0; }
      .bell .bell-container li .bell-box {
        display: flex;
        padding: 0 15px;
        background-color: #fff; }
        .bell .bell-container li .bell-box .bell-img {
          width: 30px; }
          .bell .bell-container li .bell-box .bell-img img {
            width: 80%; }
        .bell .bell-container li .bell-box div span {
          line-height: 2;
          padding: 0 5px;
          border-right: 1px solid #ddd;
          font-size: 1.1rem;
          font-weight: 900; }
        .bell .bell-container li .bell-box div .unit-text {
          font-size: 1rem;
          font-weight: 300; }

/*-------------- 功能模組：相簿 ---------------*/
.album-block {
  /*-------------------- 顏色設定 ---------------------*/
  /* 顏色更換：藍 */
  /* 顏色更換：深紅 */
  /* 顏色更換：橘 */
  /* 顏色更換：綠 */
  /* 顏色更換：粉紅 */
  /* 顏色更換：紫 */ }
  .album-block .photo {
    position: relative;
    margin-bottom: 10px; }
    .album-block .photo img {
      width: 100%;
      border: 1px solid #cccccc; }
    .album-block .photo p {
      width: calc(100% - 2px);
      color: #ffffff;
      padding: 5px 10px;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      background-color: rgba(0, 0, 0, 0.5);
      position: absolute;
      bottom: 1px;
      left: 1px; }
    .album-block .photo a:hover img {
      border: 2px solid #ff9800; }
    .album-block .photo a:hover p {
      width: calc(100% - 4px);
      bottom: 2px;
      left: 2px; }
    .album-block .photo a:focus, .album-block .photo a:active {
      outline: none; }
      .album-block .photo a:focus img, .album-block .photo a:active img {
        border: 3px solid #ff9800; }
      .album-block .photo a:focus p, .album-block .photo a:active p {
        width: calc(100% - 6px);
        bottom: 3px;
        left: 3px; }
  .album-block .more {
    width: 100%;
    font-size: 0.95rem;
    font-weight: 400;
    display: block;
    text-align: right;
    padding: 10px 15px;
    color: #ebe4d8;
    background-color: #30194b; }
    .album-block .more:hover {
      background-color: #FFE16D;
      color: #353535; }
    .album-block .more:focus {
      outline: none;
      background-color: #e00;
      color: #fff;
      border-color: #e00; }
  .color-style1 .album-block .more {
    background-color: #0a3f7b;
    color: #ffffff; }
    .color-style1 .album-block .more:hover, .color-style1 .album-block .more:active {
      background-color: #36669c; }
    .color-style1 .album-block .more:focus {
      background-color: #e00;
      color: #fff; }
  .color-style2 .album-block .more {
    background-color: #5e0a0a;
    color: #ffffff; }
    .color-style2 .album-block .more:hover, .color-style2 .album-block .more:active {
      background-color: #bb4242; }
    .color-style2 .album-block .more:focus {
      background-color: #e00;
      color: #fff; }
  .color-style3 .album-block .more {
    background-color: #ca7700;
    color: #ffffff; }
    .color-style3 .album-block .more:hover, .color-style3 .album-block .more:active {
      background-color: #ffb141;
      color: #353535; }
    .color-style3 .album-block .more:focus {
      background-color: #e00;
      color: #fff; }
  .color-style4 .album-block .more {
    background-color: #0a5e10;
    color: #ffffff; }
    .color-style4 .album-block .more:hover, .color-style4 .album-block .more:active {
      background-color: #188144; }
    .color-style4 .album-block .more:focus {
      background-color: #e00;
      color: #fff; }
  .color-style5 .album-block .more {
    background-color: #ffdede;
    color: #bf5858; }
    .color-style5 .album-block .more:hover, .color-style5 .album-block .more:active {
      background-color: #bf5858;
      color: #ffffff; }
    .color-style5 .album-block .more:focus {
      background-color: #e00;
      color: #fff; }
  .color-style6 .album-block .more {
    background-color: #5e146e;
    color: #ffffff; }
    .color-style6 .album-block .more:hover, .color-style6 .album-block .more:active {
      background-color: #802b93; }
    .color-style6 .album-block .more:focus {
      background-color: #e00;
      color: #fff; }

/*-------------- 功能模組：目前天氣 ---------------*/
.weather .weather-box {
  background-color: rgba(228, 228, 228, 0.5);
  padding: 15px;
  margin: 15px;
  border-radius: 20px;
  color: #585858;
  border: 10px solid #fff;
  box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.3); }
  .weather .weather-box ul {
    display: flex;
    padding: 5px 0; }
    .weather .weather-box ul li {
      width: 100%; }
      .weather .weather-box ul li .area {
        font-size: 1.2rem; }
      .weather .weather-box ul li .rain-percentage {
        display: flex;
        margin: 10px 0; }
        .weather .weather-box ul li .rain-percentage span {
          display: block;
          width: 45px;
          margin: 0 10px; }
          .weather .weather-box ul li .rain-percentage span img {
            width: 100%; }
        .weather .weather-box ul li .rain-percentage p {
          font-size: 1.7rem;
          font-weight: 500; }
      .weather .weather-box ul li h2 {
        font-size: 2.2rem;
        text-align: right; }
  .weather .weather-box .weather-container {
    border-top: 1px dashed #c0c0c0;
    padding: 10px 0; }
    .weather .weather-box .weather-container li p {
      margin: 5px 0; }
    .weather .weather-box .weather-container .weather-icon {
      max-width: 90px;
      width: 100%; }
      .weather .weather-box .weather-container .weather-icon img {
        width: 100%; }

.weather .error-text {
  background-color: #ff5555;
  border: 2px solid #ff9999;
  box-shadow: 0px 0px 0px 5px #ea4747;
  color: #fff;
  text-shadow: 3px 2px 5px rgba(0, 0, 0, 0.5);
  display: flex;
  border-radius: 0px; }
  .weather .error-text .warning {
    width: 50px; }
    .weather .error-text .warning img {
      width: 100%; }
  .weather .error-text p {
    font-size: 1.5rem; }

.accordion-menu .accordion-box li {
  margin-bottom: 5px; }
  .accordion-menu .accordion-box li a {
    display: block;
    padding: 10px;
    font-size: 1.06rem;
    color: #fff; }
    .accordion-menu .accordion-box li a:focus {
      border: 4px dashed #e00; }
  .accordion-menu .accordion-box li .punish {
    background: #52aac0; }
  .accordion-menu .accordion-box li .occupancy {
    background: #efa55c; }
  .accordion-menu .accordion-box li .rent {
    background: #7bc660; }
  .accordion-menu .accordion-box li div {
    background-color: #e9edee;
    padding: 10px; }
    .accordion-menu .accordion-box li div img {
      width: 100%; }
  .accordion-menu .accordion-box li .accordion-content {
    display: none;
    top: -80px; }

/*-------------- 功能模組：Facebook 粉絲團嵌入 ---------------*/
.fb-news {
  overflow: hidden; }
  .fb-news iframe {
    width: 100%; }

.list-button-box {
  display: flex; }
  .list-button-box .list-button {
    width: 100%; }
    .list-button-box .list-button .list-button-container {
      width: 100%;
      max-width: 300px;
      margin: auto; }
      .list-button-box .list-button .list-button-container .list-button-img {
        -webkit-filter: drop-shadow(0px -2px 3px #ccc); }
        .list-button-box .list-button .list-button-container .list-button-img img {
          width: 100%; }
      .list-button-box .list-button .list-button-container .list-button-text {
        background-color: #fff; }
        .list-button-box .list-button .list-button-container .list-button-text .text-link {
          border: 2px solid #f3f3f3; }
          .list-button-box .list-button .list-button-container .list-button-text .text-link .h2-title {
            margin: 0;
            padding: 10px 15px; }
          .list-button-box .list-button .list-button-container .list-button-text .text-link .text-link-container .text-buttom {
            margin: 0;
            padding: 0; }
            .list-button-box .list-button .list-button-container .list-button-text .text-link .text-link-container .text-buttom a {
              border-radius: 0px;
              border-bottom: 2px solid #ddd; }
              .list-button-box .list-button .list-button-container .list-button-text .text-link .text-link-container .text-buttom a p {
                font-size: 1rem; }

@media screen and (max-width: 740px) {
  .list-button-box {
    display: block; }
    .list-button-box .list-button {
      margin-bottom: 5%; } }

/*------------------- 功能模組：文字雲 --------------------*/
.text-cloud {
  /*-------------------- 顏色設定 ---------------------*/
  /* 顏色更換：藍 */
  /* 顏色更換：深紅 */
  /* 顏色更換：橘 */
  /* 顏色更換：綠 */
  /* 顏色更換：粉紅 */
  /* 顏色更換：紫 */ }
  .text-cloud .text-cloud-container {
    height: 100%;
    min-height: 380px;
    background-color: #e3eff5;
    border: 10px solid #f5f5f5;
    box-shadow: inset 0px 0px 0px 3px #ffffff, inset 5px 5px 11px #b1b1b1; }

/*-------------------- 功能模組：臨櫃等候人數 -----------------------*/
.waiting-quantity ul {
  padding: 15px;
  background-color: #f5f5f5;
  border: 2px solid #fff;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3); }
  .waiting-quantity ul li {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: flex-end; }
    .waiting-quantity ul li p {
      width: 100%;
      font-size: 1.1rem; }
    .waiting-quantity ul li .waiting-quantity-number {
      width: 60px;
      text-align: right;
      font-size: 1.5rem;
      line-height: 1;
      color: #f00; }
  .waiting-quantity ul li:first-child {
    border-bottom: 1px solid #ddd;
    padding-bottom: 7px;
    margin-bottom: 15px; }
