@charset "UTF-8";
.portal {
  max-width: 100%;
  overflow-x: hidden;
  background-color: #ffffff;
  /*-------------------- 顏色設定 ---------------------*/ }
  .portal .function-bg {
    background-color: rgba(74, 130, 74, 0.3);
    background-size: cover;
    background-repeat: no-repeat; }

html {
  font-size: 1em; }
  html.set-font-size-large {
    font-size: 1.125em; }
  html.set-font-size-small {
    font-size: 0.875em; }

body {
  line-height: normal; }

* {
  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 {
  color: #2f71aa;
  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]):not([type=submit]):not([type=button]):focus,
  select:not([type=submit]):not([type=button]):focus,
  textarea:not([type=submit]):not([type=button]):focus {
    outline-width: 2px;
    outline-offset: 1px;
    outline-style: dashed;
    outline-color: #ef9e27;
    box-shadow: 0px 0px 1px #ef9e27; }

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 {
      outline-width: 2px;
      outline-offset: 1px;
      outline-style: dotted;
      outline-color: #ff6e63; }
  .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: #595959;
  font-size: 1.5rem;
  margin: 10px 0;
  border-bottom: 1px solid #4A824A;
  padding-bottom: 3px; }

/*-------------------- 顏色設定 ---------------------*/
/* 顏色更換：藍 */
.color-style1 {
  /** 大標題 **/ }
  .color-style1 h2.h2-title {
    color: #595959;
    border-color: #ddd;
    border-left-color: #066caa; }

/* 顏色更換：咖啡 */
.color-style2 {
  /** 大標題 **/ }
  .color-style2 h2.h2-title {
    color: #595959;
    border-color: #ddd;
    border-left-color: #5e0a0a; }

/* 顏色更換：藍綠 */
.color-style3 {
  /** 大標題 **/ }
  .color-style3 h2.h2-title {
    color: #595959;
    border-color: #ddd;
    border-left-color: #ca7700; }
  .color-style3 input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button]):focus,
  .color-style3 select:not([type=submit]):not([type=button]):focus,
  .color-style3 textarea:not([type=submit]):not([type=button]):focus {
    border-color: #0379a7;
    box-shadow: 0px 0px 1px #0379a7; }

/* 顏色更換：綠 */
.color-style4 {
  /** 大標題 **/ }
  .color-style4 h2.h2-title {
    color: #595959;
    border-color: #ddd;
    border-left-color: #0a5e10; }

/* 顏色更換：粉紅 */
.color-style5 {
  /** 大標題 **/ }
  .color-style5 h2.h2-title {
    color: #595959;
    border-color: #ddd;
    border-left-color: #ffa9a9; }

/* 顏色更換：紫 */
.color-style6 {
  /** 大標題 **/ }
  .color-style6 h2.h2-title {
    color: #595959;
    border-color: #ddd;
    border-left-color: #5e146e; }

/*-------------------- 平板 ---------------------*/
@media screen and (max-width: 769px) {
  .accesskey {
    display: none !important; } }

/*-------------------- 手機板 ---------------------*/
.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 !important; }
  .slick-slider .slick-slide a {
    display: block; }
    .slick-slider .slick-slide a:focus {
      outline-width: 3px;
      outline-offset: -3px;
      outline-style: dashed;
      outline-color: #f19300; }
  .slick-slider .slick-prev,
  .slick-slider .slick-next {
    width: 25px;
    height: 55px;
    right: 0;
    color: #fff;
    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: 8px;
    z-index: 1; }
    .slick-slider .slick-prev::before,
    .slick-slider .slick-next::before {
      display: none; }
    .slick-slider .slick-prev:hover,
    .slick-slider .slick-next:hover {
      background-color: rgba(0, 0, 0, 0.8); }
    .slick-slider .slick-prev:focus,
    .slick-slider .slick-next:focus {
      outline: none;
      background-color: #e00; }
  .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; }
      .slick-slider .slick-dots li button::before {
        content: '';
        color: #000;
        width: 12px;
        height: 12px;
        background-color: #000;
        border-radius: 50%;
        top: 4px;
        left: 4px; }
      .slick-slider .slick-dots li button:focus {
        outline-width: 3px;
        outline-offset: 0;
        outline-style: dashed;
        outline-color: #f19300; }
    .slick-slider .slick-dots li.slick-active button::before {
      color: #4c794c;
      background-color: #4c794c; }
  .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 {
        color: #fff;
        font-size: 1.375rem;
        background: rgba(255, 255, 255, 0.2);
        width: 34px;
        display: inline-block;
        border-radius: 100px;
        margin: 1vh 0;
        border: 2px solid #a0a0a0; }
        .light-msg-box .msg-box .close-box a:hover {
          background-color: #ff6d6d;
          border: 2px solid #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 h2 {
        font-size: 1.3rem;
        text-align: center;
        padding: 10px 0;
        border-bottom: 3px solid #4A824A;
        box-shadow: 0px 3px 0px #ddd;
        font-weight: 400;
        margin-bottom: 15px;
        color: #7b7b7b; }
      .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; }
  .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 {
  width: 90%;
  max-width: 255px;
  padding: 5px 15px;
  background-color: #eee;
  display: flex;
  /*-------------------- 顏色設定 ---------------------*/ }
  .header-classification .title {
    font-size: 0.875rem;
    font-weight: bold;
    line-height: 2;
    margin-right: 10px; }
  .header-classification select {
    flex: 1;
    height: 28px;
    padding: 0 20px 0 5px;
    font-size: 0.875rem;
    background-image: url(../img/arrow-style-7.png);
    background-size: 10px;
    background-position: right 5px center;
    background-repeat: no-repeat; }
    .header-classification select::-ms-expand {
      display: none; }
  .color-style1 .header-classification select {
    background-image: url(../img/arrow-style-1.png); }
  .color-style2 .header-classification select {
    background-image: url(../img/arrow-style-2.png); }
  .color-style3 .header-classification select {
    background-image: url(../img/arrow-style-3.png); }
  .color-style4 .header-classification select {
    background-image: url(../img/arrow-style-4.png); }
  .color-style5 .header-classification select {
    background-image: url(../img/arrow-style-5.png); }
  .color-style6 .header-classification select {
    background-image: url(../img/arrow-style-6.png); }

/*-------------------- 功能模組：頁首 - 文字大小 ---------------------*/
.header-text-size {
  width: 90%;
  max-width: 255px;
  padding: 5px 15px;
  background-color: #eee;
  display: flex;
  /*-------------------- 顏色設定 ---------------------*/ }
  .header-text-size .title {
    font-size: 0.875rem;
    font-weight: bold;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #ddd;
    white-space: nowrap;
    display: flex;
    align-items: center; }
  .header-text-size .text-button {
    flex: 1;
    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: #666;
      display: flex;
      align-items: center;
      justify-content: center; }
      .header-text-size .text-button a:hover {
        background-color: #f7f7f7; }
      .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 {
        color: #353535;
        border: 1px solid #c6c5c5;
        background-color: #f7f7f7;
        border-radius: 5px; }
      .header-text-size .text-button a:focus {
        background-color: #FFE16D;
        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; }
  @media screen and (max-width: 769px) {
    .header-text-size .text-button {
      justify-content: space-around; } }
  .color-style3 .header-text-size a:focus {
    color: #fff;
    background-color: #e00; }

/*-------------------- 功能模組：頁首 - 按鈕 ---------------------*/
.header-buttons {
  /*-------------------- 顏色設定 ---------------------*/
  /* 顏色更換：藍 */
  /* 顏色更換：咖啡 */
  /* 顏色更換：藍綠 */
  /* 顏色更換：綠 */
  /* 顏色更換：粉紅 */
  /* 顏色更換：紫 */ }
  .header-buttons a {
    height: 32px;
    line-height: 32px;
    color: #353535;
    font-size: 0.875rem;
    display: inline-block;
    padding: 0 15px;
    border-radius: 20px;
    background-color: #eee; }
    .header-buttons a + a {
      margin-left: 5px; }
    .header-buttons a:hover {
      background-color: #f7f7f7; }
    .header-buttons a:focus {
      outline: none;
      background-color: #FFE16D; }
  .color-style3 .header-buttons a:focus {
    color: #fff;
    background-color: #e00; }

/*-------------------- 功能模組：頁首 - 今天日期 ---------------------*/
.header-today {
  width: 90%;
  max-width: 255px;
  text-align: center;
  padding: 5px 15px;
  background-color: #eee; }
  .header-today p {
    font-size: 0.9rem; }

/*-------------------- 功能模組：頁首 - 電子報 ---------------------*/
.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: #fff;
      background-color: #a85d49; }
      .header-newspaper input[type=button].butn.ok:hover {
        background-color: #90503f; }
      .header-newspaper input[type=button].butn.ok:focus {
        color: #353535;
        background-color: #FFE16D; }
    .header-newspaper input[type=button].butn.cancel {
      color: #555;
      background-color: #d4d4d4; }
      .header-newspaper input[type=button].butn.cancel:hover {
        background-color: #cccccc; }
      .header-newspaper input[type=button].butn.cancel:focus {
        color: #353535;
        background-color: #FFE16D; }
  .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: #FFE16D; }
    .color-style1 .header-newspaper input[type=button].butn.ok:focus {
      color: #fff;
      background-color: #e00; }
  .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 {
      color: #353535;
      background-color: #FFE16D; }
  .color-style2 .header-newspaper input[type=button].butn.cancel {
    color: #555;
    background-color: #d4d4d4; }
    .color-style2 .header-newspaper input[type=button].butn.cancel:hover {
      background-color: #cccccc; }
    .color-style2 .header-newspaper input[type=button].butn.cancel:focus {
      background-color: #FFE16D; }
  .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 {
      color: #fff;
      background-color: #e00; }
  .color-style4 .header-newspaper input[type=button].butn.ok {
    color: #fff;
    background-color: #35786f; }
    .color-style4 .header-newspaper input[type=button].butn.ok:hover {
      background-color: #2a6159; }
    .color-style4 .header-newspaper input[type=button].butn.ok:focus {
      color: #353535;
      background-color: #FFE16D; }
  .color-style4 .header-newspaper input[type=button].butn.cancel:focus {
    color: #353535;
    background-color: #FFE16D; }
  .color-style5 .header-newspaper input[type=button].butn.ok {
    color: #000;
    background-color: #ffa9a9; }
    .color-style5 .header-newspaper input[type=button].butn.ok:hover {
      background-color: #ffcbcb; }
    .color-style5 .header-newspaper input[type=button].butn.ok:focus {
      background-color: #FFE16D; }
  .color-style5 .header-newspaper input[type=button].butn.cancel:focus {
    color: #000;
    background-color: #FFE16D; }
  .color-style6 .header-newspaper input[type=button].butn.ok {
    color: #fff;
    background-color: #802b93; }
    .color-style6 .header-newspaper input[type=button].butn.ok:hover {
      background-color: #ad3cc6; }
    .color-style6 .header-newspaper input[type=button].butn.ok:focus {
      color: #353535;
      background-color: #FFE16D; }
  .color-style6 .header-newspaper input[type=button].butn.cancel:focus {
    color: #353535;
    background-color: #FFE16D; }

/*-------------------- 功能模組：頁首 ---------------------*/
header {
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #fff;
  /*-------------------- 顏色設定 ---------------------*/ }
  header .accesskey a {
    color: #fff; }
  header .second-menu-top {
    background-color: #333333; }
    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: #ffffff;
        display: inline-block;
        padding: 5px 0; }
        header .second-menu-top > div a + a {
          margin-left: 15px; }
        header .second-menu-top > div a:hover {
          color: #FFE16D; }
        header .second-menu-top > div a:focus {
          color: #353535;
          padding: 0 5px;
          outline: none;
          background-color: #FFE16D; }
  header .header-width {
    margin: 0 auto;
    display: flex;
    padding: 0 15px; }
    header .header-width .logo-box {
      display: flex;
      width: 380px;
      align-items: center;
      margin: 20px 0; }
      header .header-width .logo-box h1 {
        display: block;
        width: 95%;
        margin: 0; }
        header .header-width .logo-box h1 a {
          display: block; }
          header .header-width .logo-box h1 a img {
            width: 100%;
            max-width: calc(380px - 10px);
            opacity: 0; }
          header .header-width .logo-box h1 a:focus {
            outline-width: 3px;
            outline-offset: 0px;
            outline-style: dashed;
            outline-color: #f19300; }
      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% - 380px) / 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-buttons,
          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-bottom .header-buttons,
          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 {
      border-bottom: 2px solid #cccccc; }
      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: 35px;
            height: 35px;
            padding: 11px 9px;
            border: 1px solid #deecde;
            background-color: #deecde;
            box-shadow: 1px 1px 2px #848484;
            display: flex;
            justify-content: center;
            align-items: center; }
            header .header-width .logo-box .hamburger-box .hamburger-logo {
              width: 22px;
              margin: auto;
              border-top: 2px solid #5ca35c; }
              header .header-width .logo-box .hamburger-box .hamburger-logo::before, header .header-width .logo-box .hamburger-box .hamburger-logo::after {
                content: '';
                width: 100%;
                height: 2px;
                display: block;
                margin-top: 20%;
                background-color: #5ca35c; }
              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; } }
  @media screen and (max-width: 769px) {
    .color-style1 header .header-width .logo-box .hamburger-box {
      border-color: #ecf4fd;
      background-color: #ecf4fd; }
      .color-style1 header .header-width .logo-box .hamburger-box .hamburger-logo {
        border-color: #999; }
        .color-style1 header .header-width .logo-box .hamburger-box .hamburger-logo::before, .color-style1 header .header-width .logo-box .hamburger-box .hamburger-logo::after {
          background-color: #999; } }
  @media screen and (max-width: 769px) {
    .color-style2 header .header-width .logo-box .hamburger-box {
      border-color: #da3636;
      background-color: #da3636; }
      .color-style2 header .header-width .logo-box .hamburger-box .hamburger-logo {
        border-color: #fff; }
        .color-style2 header .header-width .logo-box .hamburger-box .hamburger-logo::before, .color-style2 header .header-width .logo-box .hamburger-box .hamburger-logo::after {
          background-color: #fff; } }
  @media screen and (max-width: 769px) {
    .color-style3 header .header-width .logo-box .hamburger-box {
      border-color: #ffd8a0;
      background-color: #ffd8a0; }
      .color-style3 header .header-width .logo-box .hamburger-box .hamburger-logo {
        border-color: #777; }
        .color-style3 header .header-width .logo-box .hamburger-box .hamburger-logo::before, .color-style3 header .header-width .logo-box .hamburger-box .hamburger-logo::after {
          background-color: #777; } }
  @media screen and (max-width: 769px) {
    .color-style4 header .header-width .logo-box .hamburger-box .hamburger-logo {
      border-color: #777; }
      .color-style4 header .header-width .logo-box .hamburger-box .hamburger-logo::before, .color-style4 header .header-width .logo-box .hamburger-box .hamburger-logo::after {
        background-color: #777; } }
  @media screen and (max-width: 769px) {
    .color-style6 header .header-width .logo-box .hamburger-box {
      border-color: #f5e7f8;
      background-color: #f5e7f8; }
      .color-style6 header .header-width .logo-box .hamburger-box .hamburger-logo {
        border-color: #804c8b; }
        .color-style6 header .header-width .logo-box .hamburger-box .hamburger-logo::before, .color-style6 header .header-width .logo-box .hamburger-box .hamburger-logo::after {
          background-color: #804c8b; } }

/*-------------------- 功能模組：選單 ---------------------*/
.menu-box {
  width: 100%;
  background-color: #4A824A;
  position: relative;
  /*-------------------- 顏色設定 ---------------------*/ }
  .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: #4A824A;
    text-align: center; }
    .menu-box .container-hide a {
      display: inline-block;
      color: #fff;
      line-height: 1.2;
      width: 30px;
      height: 30px;
      font-size: 1.25rem;
      border-radius: 50px;
      border: 2px solid #cfc8ad;
      font-weight: 100;
      margin: 2.5% 0 2%; }
  .menu-box .container-middle {
    padding: 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-color: #95d865; }
        .menu-box ul.menu li:hover a {
          color: #425832; }
        .menu-box ul.menu li:hover .menu-floor-down {
          display: block; }
      .menu-box ul.menu li a {
        font-weight: bold;
        display: block;
        padding: 10px;
        text-decoration: none;
        color: #fff;
        white-space: inherit;
        line-height: normal; }
        .menu-box ul.menu li a:hover {
          background-color: #95d865;
          color: #425832; }
        .menu-box ul.menu li a:focus {
          outline: none; }
      .menu-box ul.menu li .menu-floor-down {
        position: absolute;
        z-index: 2;
        display: none;
        background-color: #e8e8e8; }
        .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 #d3d3d3; }
          .menu-box ul.menu li .menu-floor-down li:hover {
            background-color: #f0f0f0; }
            .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: #626262;
            white-space: nowrap; }
            .menu-box ul.menu li .menu-floor-down li a:hover {
              background-color: #f0f0f0; }
            .menu-box ul.menu li .menu-floor-down li a:focus {
              color: #fff;
              outline: none;
              background-color: #e00; }
      .menu-box ul.menu li .classification-menu.open {
        color: #555555;
        background-color: #FFE16D;
        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;
      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 #659665; }
          .menu-box ul.menu > li:hover .menu-floor-down {
            display: none; }
          .menu-box ul.menu > li a {
            height: auto;
            display: block; }
          .menu-box ul.menu > li .menu-floor-down {
            display: none;
            z-index: 1;
            position: relative;
            width: 100%; }
            .menu-box ul.menu > li .menu-floor-down li {
              text-align: center; }
              .menu-box ul.menu > li .menu-floor-down li a:hover, .menu-box ul.menu > li .menu-floor-down li a:focus {
                color: #353535;
                background-color: #c0d4c0; }
      .menu-box .rwd-header-function {
        display: block;
        background-color: #fff; }
        .menu-box .rwd-header-function .function-header {
          border-bottom: 2px solid #529025; }
          .menu-box .rwd-header-function .function-header ul {
            padding: 15px 0; }
            .menu-box .rwd-header-function .function-header ul li {
              margin: 15px 0; }
              .menu-box .rwd-header-function .function-header ul li:empty {
                margin: 0; }
              .menu-box .rwd-header-function .function-header ul li:empty + li, .menu-box .rwd-header-function .function-header ul li:first-child {
                margin-top: 0; }
              .menu-box .rwd-header-function .function-header ul li:last-child {
                margin-bottom: 0; }
              .menu-box .rwd-header-function .function-header ul li .search,
              .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 .header-classification,
              .menu-box .rwd-header-function .function-header ul li .header-text-size,
              .menu-box .rwd-header-function .function-header ul li .header-today,
              .menu-box .rwd-header-function .function-header ul li .header-newspaper {
                width: 85%;
                max-width: inherit;
                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-color: #2B79B6; }
    .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: #09385e; }
      .color-style1 .menu-box ul.menu li:hover a {
        color: #fff; }
    .color-style1 .menu-box ul.menu li a {
      color: #fff; }
      .color-style1 .menu-box ul.menu li a:hover {
        background-color: #09385e; }
    .color-style1 .menu-box ul.menu li .menu-floor-down {
      background-color: #2b79b6; }
      .color-style1 .menu-box ul.menu li .menu-floor-down li a:hover {
        background-color: #09385e; }
    .color-style1 .menu-box ul.menu li .classification-menu.open {
      color: #353535;
      background-color: #FFE16D; }
    .color-style1 .menu-box .rwd-header-function .function-header {
      border-color: #0a3f7b; }
    @media screen and (max-width: 769px) {
      .color-style1 .menu-box ul.menu li {
        border-color: #6b8bb0; }
        .color-style1 .menu-box ul.menu li .menu-floor-down li a:hover, .color-style1 .menu-box ul.menu li .menu-floor-down li a:focus {
          color: #353535;
          background-color: #c4d0df; } }
  .color-style2 .menu-box {
    background-color: #A95E14; }
    .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: #b63131;
        color: #fff; }
        .color-style2 .menu-box ul.menu li:hover a:hover {
          background-color: #b63131; }
      .color-style2 .menu-box ul.menu li a {
        color: #fff; }
        .color-style2 .menu-box ul.menu li a:hover {
          background-color: #b63131; }
      .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: #fff;
              background-color: #b63131; }
            .color-style2 .menu-box ul.menu li .menu-floor-down li a:focus {
              color: #ffffff; }
      .color-style2 .menu-box ul.menu li .classification-menu.open {
        color: #353535;
        background-color: #FFE16D; }
    .color-style2 .menu-box .rwd-header-function .function-header {
      border-color: #a65f5f; }
    @media screen and (max-width: 769px) {
      .color-style2 .menu-box ul.menu li {
        border-color: #a65f5f; }
        .color-style2 .menu-box ul.menu li .menu-floor-down li a:hover, .color-style2 .menu-box ul.menu li .menu-floor-down li a:focus {
          color: #353535;
          background-color: #fce4e4; } }
  .color-style3 .menu-box {
    background-color: #018378; }
    .color-style3 .menu-box .container-hide {
      background-color: #a86300; }
      .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: #016058; }
        .color-style3 .menu-box ul.menu li:hover a {
          color: #fff; }
          .color-style3 .menu-box ul.menu li:hover a:hover {
            background-color: #016058; }
      .color-style3 .menu-box ul.menu li a {
        color: #fff; }
        .color-style3 .menu-box ul.menu li a:hover {
          background-color: #018378; }
      .color-style3 .menu-box ul.menu li .menu-floor-down {
        background-color: #e8e8e8; }
        .color-style3 .menu-box ul.menu li .menu-floor-down li + li {
          border-color: #d3d3d3; }
        .color-style3 .menu-box ul.menu li .menu-floor-down li:hover {
          background-color: #018378; }
        .color-style3 .menu-box ul.menu li .menu-floor-down li a {
          color: #000; }
          .color-style3 .menu-box ul.menu li .menu-floor-down li a:hover {
            background-color: #018378;
            color: #fff; }
          .color-style3 .menu-box ul.menu li .menu-floor-down li a:focus {
            color: #fff;
            background-color: #e00; }
      .color-style3 .menu-box ul.menu li .classification-menu.open {
        color: #353535;
        background-color: #FFE16D; }
    .color-style3 .menu-box .rwd-header-function .function-header {
      border-color: #e6d5bc; }
    @media screen and (max-width: 769px) {
      .color-style3 .menu-box ul.menu li {
        border-color: #e99b2a; }
        .color-style3 .menu-box ul.menu li .menu-floor-down li a:hover {
          color: #ca7700;
          background-color: #f3f3f3; } }
  .color-style4 .menu-box {
    background-color: #378166; }
    .color-style4 .menu-box .container-hide {
      background-color: #2b644f; }
      .color-style4 .menu-box .container-hide a {
        border-color: #cfc8ad; }
    .color-style4 .menu-box ul.menu li:hover {
      background-color: #2b644f; }
      .color-style4 .menu-box ul.menu li:hover a {
        color: #fff; }
        .color-style4 .menu-box ul.menu li:hover a:hover {
          background-color: #2b644f; }
    .color-style4 .menu-box ul.menu li a {
      color: #fff; }
      .color-style4 .menu-box ul.menu li a:hover {
        background-color: #2b644f; }
    .color-style4 .menu-box ul.menu li .menu-floor-down {
      background-color: #e8e8e8; }
      .color-style4 .menu-box ul.menu li .menu-floor-down li + li {
        border-color: #d3d3d3; }
      .color-style4 .menu-box ul.menu li .menu-floor-down li:hover {
        background-color: #2b644f; }
      .color-style4 .menu-box ul.menu li .menu-floor-down li a {
        color: #000; }
        .color-style4 .menu-box ul.menu li .menu-floor-down li a:hover {
          color: #fff;
          background-color: #2b644f; }
        .color-style4 .menu-box ul.menu li .menu-floor-down li a:focus {
          color: #fff;
          background-color: #e00; }
    .color-style4 .menu-box ul.menu li .classification-menu.open {
      color: #353535;
      background-color: #FFE16D; }
    .color-style4 .menu-box .rwd-header-function .function-header {
      border-color: #cadcd2; }
    @media screen and (max-width: 769px) {
      .color-style4 .menu-box ul.menu li {
        border-color: #5f9375; }
        .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-style4 .menu-box ul.menu li .menu-floor-down li a:focus {
            color: #3b644c;
            background-color: #e2eee8; } }
  .color-style5 .menu-box {
    background-color: #ffcdcd; }
    .color-style5 .menu-box .container-hide {
      background-color: #ffa3a3; }
      .color-style5 .menu-box .container-hide a {
        border-color: #c96b69;
        color: #46201f; }
    .color-style5 .menu-box ul.menu li:hover {
      background-color: #ffa9a9; }
      .color-style5 .menu-box ul.menu li:hover a {
        color: #803131; }
        .color-style5 .menu-box ul.menu li:hover a:hover {
          background-color: #ffa9a9; }
    .color-style5 .menu-box ul.menu li a {
      color: #993a3a; }
      .color-style5 .menu-box ul.menu li a:hover {
        background-color: #ffa9a9; }
    .color-style5 .menu-box ul.menu li .menu-floor-down {
      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 + li {
          border-color: #d3d3d3; }
        .color-style5 .menu-box ul.menu li .menu-floor-down li:hover {
          background-color: #f0f0f0; }
        .color-style5 .menu-box ul.menu li .menu-floor-down li a {
          color: #626262; }
          .color-style5 .menu-box ul.menu li .menu-floor-down li a:hover {
            background-color: #f0f0f0; }
          .color-style5 .menu-box ul.menu li .menu-floor-down li a:focus {
            color: #353535;
            background-color: #FFE16D; }
    .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: #efe1e1; }
    @media screen and (max-width: 769px) {
      .color-style5 .menu-box ul.menu li {
        border-color: #e5a8a8; }
        .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-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:hover {
      background-color: #a237ba; }
      .color-style6 .menu-box ul.menu li:hover a {
        color: #fff; }
        .color-style6 .menu-box ul.menu li:hover a:hover {
          background-color: #a237ba; }
    .color-style6 .menu-box ul.menu li a {
      color: #fff; }
      .color-style6 .menu-box ul.menu li a:hover {
        background-color: #a237ba; }
    .color-style6 .menu-box ul.menu li .menu-floor-down {
      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 + li {
          border-color: #d3d3d3; }
        .color-style6 .menu-box ul.menu li .menu-floor-down li:hover {
          background-color: #f0f0f0; }
        .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 {
            background-color: #f0f0f0; }
          .color-style6 .menu-box ul.menu li .menu-floor-down li a:focus {
            color: #fff;
            background-color: #e00; }
    .color-style6 .menu-box ul.menu li .classification-menu.open {
      color: #353535;
      background-color: #FFE16D; }
    .color-style6 .menu-box .rwd-header-function .function-header {
      border-color: #bfa7c5; }
    @media screen and (max-width: 769px) {
      .color-style6 .menu-box ul.menu li {
        border-color: #924ca1; }
        .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: #f5e7f8; } }

/*-------------------- 功能模組：搜尋 ---------------------*/
.search {
  width: 100%;
  /*-------------------- 顏色設定 ---------------------*/ }
  .search .search-box {
    display: flex; }
    .search .search-box form {
      width: 100%; }
    .search .search-box .search-input {
      width: calc(100% - 60px - 80px - 5px);
      height: 32px;
      border: none;
      padding: 0 10px;
      border: 2px solid #dddddd;
      border-right: none; }
      .search .search-box .search-input:focus {
        border: 3px solid #f00; }
    .search .search-box .search-button {
      width: 60px;
      height: 32px;
      color: #fff;
      font-size: 0.875rem;
      text-align: center;
      display: inline-block;
      border: none;
      background-color: #a85d49; }
      .search .search-box .search-button:hover {
        background-color: #90503f; }
      .search .search-box .search-button:focus {
        color: #353535;
        background-color: #FFE16D; }
    .search .search-box .advanced-button {
      height: 32px;
      margin: 0 0 0 5px;
      display: block;
      background-color: #c8e0c8;
      border: none;
      color: #000;
      padding: 0 15px; }
      .search .search-box .advanced-button:hover {
        background-color: #deecde; }
      .search .search-box .advanced-button:focus {
        color: #353535;
        background-color: #FFE16D; }
  .search .hot-search {
    display: flex;
    align-items: center;
    margin-top: 2px; }
    .search .hot-search span {
      padding-left: 5px;
      white-space: nowrap;
      font-size: 0.9rem; }
    .search .hot-search .search-text-hide {
      text-align: left;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      flex: 1; }
      .search .hot-search .search-text-hide a {
        color: #4a824a;
        font-size: 0.9rem; }
        .search .hot-search .search-text-hide a + a {
          margin-left: 5px; }
        .search .hot-search .search-text-hide a:hover {
          color: #d10000; }
        .search .hot-search .search-text-hide a:focus {
          color: #353535;
          padding: 0 5px;
          outline: none;
          background-color: #FFE16D; }
  .color-style1 .search .search-box .search-button,
  .color-style1 .search .search-box .advanced-button {
    color: #fff;
    background-color: #115892; }
    .color-style1 .search .search-box .search-button:hover,
    .color-style1 .search .search-box .advanced-button:hover {
      background-color: #09385e; }
    .color-style1 .search .search-box .search-button:focus,
    .color-style1 .search .search-box .advanced-button:focus {
      color: #fff;
      background-color: #e00; }
  .color-style1 .search .hot-search span {
    color: #353535; }
  .color-style1 .search .hot-search .search-text-hide a {
    color: #36669c; }
    .color-style1 .search .hot-search .search-text-hide a:hover {
      color: #b63131; }
    .color-style1 .search .hot-search .search-text-hide a:focus {
      color: #ffffff;
      background-color: #e00; }
  .color-style2 .search .search-box .search-button,
  .color-style2 .search .search-box .advanced-button {
    color: #ffff;
    background-color: #8f3c00; }
    .color-style2 .search .search-box .search-button:hover,
    .color-style2 .search .search-box .advanced-button:hover {
      color: #fff;
      background-color: #b63131; }
    .color-style2 .search .search-box .search-button:focus,
    .color-style2 .search .search-box .advanced-button:focus {
      color: #353535;
      background-color: #FFE16D; }
  .color-style2 .search .hot-search span {
    color: #353535; }
  .color-style2 .search .hot-search .search-text-hide a {
    color: #bb4242;
    text-decoration: none; }
    .color-style2 .search .hot-search .search-text-hide a:hover {
      color: #0379a7; }
    .color-style2 .search .hot-search .search-text-hide a:focus {
      color: #353535;
      background-color: #FFE16D; }
  .color-style3 .search .search-box .search-button,
  .color-style3 .search .search-box .advanced-button {
    color: #ffffff;
    background-color: #018378; }
    .color-style3 .search .search-box .search-button:hover,
    .color-style3 .search .search-box .advanced-button:hover {
      background-color: #016058; }
    .color-style3 .search .search-box .search-button:focus,
    .color-style3 .search .search-box .advanced-button:focus {
      color: #fff;
      background-color: #e00; }
  .color-style3 .search .hot-search span {
    color: #353535; }
  .color-style3 .search .hot-search .search-text-hide a {
    color: #0379a7; }
    .color-style3 .search .hot-search .search-text-hide a:hover {
      color: #b63131; }
    .color-style3 .search .hot-search .search-text-hide a:focus {
      color: #ffffff;
      background-color: #e00; }
  .color-style4 .search .search-box .search-button,
  .color-style4 .search .search-box .advanced-button {
    color: #ffffff;
    background-color: #2b8097; }
    .color-style4 .search .search-box .search-button:hover,
    .color-style4 .search .search-box .advanced-button:hover {
      background-color: #1c5f72; }
    .color-style4 .search .search-box .search-button:focus,
    .color-style4 .search .search-box .advanced-button:focus {
      color: #353535;
      background-color: #FFE16D; }
  .color-style4 .search .hot-search span {
    color: #353535; }
  .color-style4 .search .hot-search .search-text-hide a {
    color: #0379a7;
    text-decoration: none; }
    .color-style4 .search .hot-search .search-text-hide a:hover {
      color: #cd3500; }
    .color-style4 .search .hot-search .search-text-hide a:focus {
      color: #353535;
      background-color: #FFE16D; }
  .color-style5 .search .search-box .search-button,
  .color-style5 .search .search-box .advanced-button {
    color: #000;
    background-color: #ffa9a9; }
    .color-style5 .search .search-box .search-button:hover,
    .color-style5 .search .search-box .advanced-button:hover {
      background-color: #ffcbcb; }
    .color-style5 .search .search-box .search-button:focus,
    .color-style5 .search .search-box .advanced-button:focus {
      background-color: #FFE16D; }
  .color-style5 .search .hot-search span {
    color: #353535; }
  .color-style5 .search .hot-search .search-text-hide a {
    color: #af5d43;
    text-decoration: none; }
    .color-style5 .search .hot-search .search-text-hide a:hover {
      color: #0379a7; }
    .color-style5 .search .hot-search .search-text-hide a:focus {
      color: #353535;
      background-color: #FFE16D; }
  .color-style6 .search .search-box .search-button,
  .color-style6 .search .search-box .advanced-button {
    color: #fff;
    background-color: #802b93; }
    .color-style6 .search .search-box .search-button:hover,
    .color-style6 .search .search-box .advanced-button:hover {
      background-color: #ad3cc6; }
    .color-style6 .search .search-box .search-button:focus,
    .color-style6 .search .search-box .advanced-button:focus {
      color: #353535;
      background-color: #FFE16D; }
  .color-style6 .search .hot-search span {
    color: #353535; }
  .color-style6 .search .hot-search .search-text-hide a {
    color: #802b93;
    text-decoration: none; }
    .color-style6 .search .hot-search .search-text-hide a:hover {
      color: #0379a7; }
    .color-style6 .search .hot-search .search-text-hide a:focus {
      color: #353535;
      background-color: #FFE16D; }

/*-------------------- 功能模組：搜尋 ---------------------*/
.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: 0px;
        width: calc(100% - 60px); }
      .search-google .gsc-control-cse table.gsc-search-box tbody tr .gsc-input .gsc-input-box {
        height: 32px;
        padding: 0;
        border: 2px solid #dddddd;
        border-right: none; }
        .search-google .gsc-control-cse table.gsc-search-box tbody tr .gsc-input .gsc-input-box input {
          height: 28px !important; }
          .search-google .gsc-control-cse table.gsc-search-box tbody tr .gsc-input .gsc-input-box input:focus {
            border: 3px solid #f00 !important; }
      .search-google .gsc-control-cse table.gsc-search-box tbody tr .gsc-input:focus {
        outline-width: 3px !important;
        outline-offset: 0px !important;
        outline-style: dashed !important;
        outline-color: #f19300 !important; }
      .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; }
        .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: #a85d49;
          color: #fff;
          border: none; }
          .search-google .gsc-control-cse table.gsc-search-box tbody tr td.gsc-search-button .gsc-search-button svg {
            fill: #fff; }
          .search-google .gsc-control-cse table.gsc-search-box tbody tr td.gsc-search-button .gsc-search-button:hover {
            background-color: #90503f; }
          .search-google .gsc-control-cse table.gsc-search-box tbody tr td.gsc-search-button .gsc-search-button:focus {
            background-color: #FFE16D; }
            .search-google .gsc-control-cse table.gsc-search-box tbody tr td.gsc-search-button .gsc-search-button:focus svg {
              fill: #353535; }
    .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: #c8e0c8;
      border: none;
      color: #000;
      padding: 0 15px; }
      .search-google > form .advanced-button:hover {
        background-color: #deecde; }
      .search-google > form .advanced-button:focus {
        color: #353535;
        background-color: #FFE16D; }
  .search-google .hot-search {
    display: flex;
    align-items: center; }
    .search-google .hot-search span {
      padding-left: 5px;
      white-space: nowrap;
      font-size: 0.9rem; }
    .search-google .hot-search .search-text-hide {
      text-align: left;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      flex: 1; }
      .search-google .hot-search .search-text-hide a {
        color: #4a824a;
        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: #d10000; }
        .search-google .hot-search .search-text-hide a:focus {
          color: #353535;
          padding: 0 5px;
          outline: none;
          background-color: #FFE16D; }
  .color-style1 .search-google .gsc-control-cse table.gsc-search-box tbody tr .gsc-input .gsc-input-box {
    border-color: #dddddd; }
  .color-style1 .search-google .gsc-control-cse table.gsc-search-box tbody tr td.gsc-search-button .gsc-search-button {
    color: #353535;
    background-color: #ffb141; }
    .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: #FFE16D; }
    .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-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 {
    color: #353535;
    background-color: #ffb141; }
    .color-style1 .search-google > form .advanced-button:hover {
      background-color: #FFE16D; }
    .color-style1 .search-google > form .advanced-button:focus {
      color: #fff;
      background-color: #e00; }
  .color-style1 .search-google .hot-search span {
    color: #353535; }
  .color-style1 .search-google .hot-search .search-text-hide a {
    color: #36669c; }
    .color-style1 .search-google .hot-search .search-text-hide a:hover {
      color: #b63131; }
    .color-style1 .search-google .hot-search .search-text-hide a:focus {
      color: #ffffff;
      background-color: #e00; }
  .color-style2 .search-google .gsc-control-cse table.gsc-search-box tbody tr .gsc-input .gsc-input-box {
    border-color: #dddddd; }
  .color-style2 .search-google .gsc-control-cse table.gsc-search-box tbody tr td.gsc-search-button .gsc-search-button {
    color: #353535;
    background-color: #fadcdc; }
    .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 {
      color: #fff;
      background-color: #b63131; }
    .color-style2 .search-google .gsc-control-cse table.gsc-search-box tbody tr td.gsc-search-button .gsc-search-button:focus {
      background-color: #FFE16D; }
      .color-style2 .search-google .gsc-control-cse table.gsc-search-box tbody tr td.gsc-search-button .gsc-search-button:focus svg {
        fill: #353535; }
  .color-style2 .search-google > form .advanced-button {
    color: #353535;
    background-color: #fadcdc; }
    .color-style2 .search-google > form .advanced-button:hover {
      color: #fff;
      background-color: #b63131; }
    .color-style2 .search-google > form .advanced-button:focus {
      color: #353535;
      background-color: #FFE16D; }
  .color-style2 .search-google .hot-search span {
    color: #353535; }
  .color-style2 .search-google .hot-search .search-text-hide a {
    color: #bb4242;
    text-decoration: none; }
    .color-style2 .search-google .hot-search .search-text-hide a:hover {
      color: #0379a7; }
    .color-style2 .search-google .hot-search .search-text-hide a:focus {
      color: #353535;
      background-color: #FFE16D; }
  .color-style3 .search-google .gsc-control-cse table.gsc-search-box tbody tr .gsc-input .gsc-input-box {
    border-color: #dddddd; }
  .color-style3 .search-google .gsc-control-cse table.gsc-search-box tbody tr td.gsc-search-button .gsc-search-button {
    color: #353535;
    background-color: #ffb141; }
    .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-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 {
    color: #353535;
    background-color: #ffb141; }
    .color-style3 .search-google > form .advanced-button:hover {
      background-color: #ffe186; }
    .color-style3 .search-google > form .advanced-button:focus {
      color: #fff;
      background-color: #e00; }
  .color-style3 .search-google .hot-search span {
    color: #353535; }
  .color-style3 .search-google .hot-search .search-text-hide a {
    color: #0379a7; }
    .color-style3 .search-google .hot-search .search-text-hide a:hover {
      color: #b63131; }
    .color-style3 .search-google .hot-search .search-text-hide a:focus {
      color: #ffffff;
      background-color: #e00; }
  .color-style4 .search-google .gsc-control-cse table.gsc-search-box tbody tr .gsc-input .gsc-input-box {
    border-color: #dddddd; }
  .color-style4 .search-google .gsc-control-cse table.gsc-search-box tbody tr td.gsc-search-button .gsc-search-button {
    color: #fff;
    background-color: #35786f; }
    .color-style4 .search-google .gsc-control-cse table.gsc-search-box tbody tr td.gsc-search-button .gsc-search-button svg {
      fill: #fff; }
    .color-style4 .search-google .gsc-control-cse table.gsc-search-box tbody tr td.gsc-search-button .gsc-search-button:hover {
      background-color: #2a6159; }
    .color-style4 .search-google .gsc-control-cse table.gsc-search-box tbody tr td.gsc-search-button .gsc-search-button:focus {
      background-color: #FFE16D; }
      .color-style4 .search-google .gsc-control-cse table.gsc-search-box tbody tr td.gsc-search-button .gsc-search-button:focus svg {
        fill: #353535; }
  .color-style4 .search-google > form .advanced-button {
    color: #ffffff;
    background-color: #35786f; }
    .color-style4 .search-google > form .advanced-button:hover {
      background-color: #2a6159; }
    .color-style4 .search-google > form .advanced-button:focus {
      color: #353535;
      background-color: #FFE16D; }
  .color-style4 .search-google .hot-search span {
    color: #353535; }
  .color-style4 .search-google .hot-search .search-text-hide a {
    color: #0379a7;
    text-decoration: none; }
    .color-style4 .search-google .hot-search .search-text-hide a:hover {
      color: #cd3500; }
    .color-style4 .search-google .hot-search .search-text-hide a:focus {
      color: #353535;
      background-color: #FFE16D; }
  .color-style5 .search-google .gsc-control-cse table.gsc-search-box tbody tr .gsc-input .gsc-input-box {
    border-color: #dddddd; }
  .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: #ffcbcb; }
    .color-style5 .search-google .gsc-control-cse table.gsc-search-box tbody tr td.gsc-search-button .gsc-search-button:focus {
      background-color: #FFE16D; }
  .color-style5 .search-google > form .advanced-button {
    color: #000;
    background-color: #ffa9a9; }
    .color-style5 .search-google > form .advanced-button:hover {
      background-color: #ffcbcb; }
    .color-style5 .search-google > form .advanced-button:focus {
      background-color: #FFE16D; }
  .color-style5 .search-google .hot-search span {
    color: #353535; }
  .color-style5 .search-google .hot-search .search-text-hide a {
    color: #af5d43;
    text-decoration: none; }
    .color-style5 .search-google .hot-search .search-text-hide a:hover {
      color: #0379a7; }
    .color-style5 .search-google .hot-search .search-text-hide a:focus {
      color: #353535;
      background-color: #FFE16D; }
  .color-style6 .search-google .gsc-control-cse table.gsc-search-box tbody tr .gsc-input .gsc-input-box {
    border-color: #dddddd; }
  .color-style6 .search-google .gsc-control-cse table.gsc-search-box tbody tr td.gsc-search-button .gsc-search-button {
    background-color: #802b93; }
    .color-style6 .search-google .gsc-control-cse table.gsc-search-box tbody tr td.gsc-search-button .gsc-search-button svg {
      fill: #fff; }
    .color-style6 .search-google .gsc-control-cse table.gsc-search-box tbody tr td.gsc-search-button .gsc-search-button:hover {
      background-color: #ad3cc6; }
    .color-style6 .search-google .gsc-control-cse table.gsc-search-box tbody tr td.gsc-search-button .gsc-search-button:focus {
      background-color: #FFE16D; }
      .color-style6 .search-google .gsc-control-cse table.gsc-search-box tbody tr td.gsc-search-button .gsc-search-button:focus svg {
        fill: #353535; }
  .color-style6 .search-google > form .advanced-button {
    color: #fff;
    background-color: #802b93; }
    .color-style6 .search-google > form .advanced-button:hover {
      background-color: #ad3cc6; }
    .color-style6 .search-google > form .advanced-button:focus {
      color: #353535;
      background-color: #FFE16D; }
  .color-style6 .search-google .hot-search span {
    color: #353535; }
  .color-style6 .search-google .hot-search .search-text-hide a {
    color: #802b93;
    text-decoration: none; }
    .color-style6 .search-google .hot-search .search-text-hide a:hover {
      color: #0379a7; }
    .color-style6 .search-google .hot-search .search-text-hide a:focus {
      color: #353535;
      background-color: #FFE16D; }

/*-------------------- 功能模組：Bnner -----------------------*/
.banner {
  /** 平板 **/ }
  .function-cabinet.full .container:not([class*='separation-']) .banner {
    width: calc(100% + 15px * 2);
    margin-left: -15px; }
  .banner.no-top-space {
    margin-top: -30px; }
  .banner > div a img {
    width: 100%; }
  .banner > div a:focus img {
    outline-width: 3px;
    outline-offset: -3px;
    outline-style: solid;
    outline-color: #fff; }
  @media screen and (max-width: 769px) {
    .banner {
      width: calc(100% + 15px * 2);
      margin-left: -15px; } }

/*-------------------- 功能模組：麵包屑 -----------------------*/
.breadcrumb {
  padding: 6px 15px;
  margin: 15px 0;
  /*-------------------- 顏色設定 ---------------------*/
  /* 顏色更換：藍 */
  /* 顏色更換：咖啡 */
  /* 顏色更換：藍綠 */
  /* 顏色更換：綠 */
  /* 顏色更換：粉紅 */
  /* 顏色更換：紫 */ }
  .breadcrumb a {
    color: #797979; }
    .breadcrumb a:hover {
      color: #ff5f5f; }
  .color-style1 .breadcrumb {
    background-color: #f6f6f6;
    border-color: #dbdbdb;
    box-shadow: 1px 2px 5px 0px #a9a9a9; }
    .color-style1 .breadcrumb a {
      color: #797979; }
      .color-style1 .breadcrumb a:hover {
        color: #ff5f5f; }
  .color-style2 .breadcrumb {
    background-color: #f6f6f6;
    border-color: #dbdbdb;
    box-shadow: 1px 2px 5px 0px #a9a9a9; }
    .color-style2 .breadcrumb a {
      color: #797979; }
      .color-style2 .breadcrumb a:hover {
        color: #ff5f5f; }
  .color-style3 .breadcrumb {
    background-color: #f6f6f6;
    border-color: #dbdbdb;
    box-shadow: 1px 2px 5px 0px #a9a9a9; }
    .color-style3 .breadcrumb a {
      color: #797979; }
      .color-style3 .breadcrumb a:hover {
        color: #ff5f5f; }
  .color-style4 .breadcrumb {
    background-color: #f6f6f6;
    border-color: #dbdbdb;
    box-shadow: 1px 2px 5px 0px #a9a9a9; }
    .color-style4 .breadcrumb a {
      color: #797979; }
      .color-style4 .breadcrumb a:hover {
        color: #ff5f5f; }
  .color-style5 .breadcrumb {
    background-color: #f6f6f6;
    border-color: #dbdbdb;
    box-shadow: 1px 2px 5px 0px #a9a9a9; }
    .color-style5 .breadcrumb a {
      color: #797979; }
      .color-style5 .breadcrumb a:hover {
        color: #ff5f5f; }
  .color-style6 .breadcrumb {
    background-color: #f6f6f6;
    border-color: #dbdbdb;
    box-shadow: 1px 2px 5px 0px #a9a9a9; }
    .color-style6 .breadcrumb a {
      color: #797979; }
      .color-style6 .breadcrumb a:hover {
        color: #ff5f5f; }

/*-------------------- 功能模組：頁籤 -----------------------*/
.tab-function {
  /*-------------------- 顏色設定 ---------------------*/ }
  .tab-function .tab-select-text {
    font-size: 1.15rem;
    color: #333333;
    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 {
    border-bottom: 4px solid #508150; }
    .tab-function .tab-title li {
      display: inline-block; }
      .tab-function .tab-title li a {
        font-size: 0.875rem;
        font-weight: bold;
        display: block;
        padding: 8px 10px;
        border-radius: 5px 5px 0 0;
        background-color: #e0e0e0;
        color: #5d5d5d;
        background-repeat: repeat-x;
        background-position: bottom; }
        .tab-function .tab-title li a:hover {
          background-color: #d1ded1; }
        .tab-function .tab-title li a:focus {
          outline: none;
          color: #353535;
          background-color: #FFE16D; }
      .tab-function .tab-title li .tab-select {
        font-size: 1rem;
        font-weight: 400;
        color: #fff;
        padding: 8px 15px;
        background-color: #508150;
        background-image: none; }
        .tab-function .tab-title li .tab-select:hover {
          color: #fff;
          background-color: #508150; }
  .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 #6baa6b; } }
  .color-style1 .tab-function .tab-title {
    border-color: #36669c; }
    .color-style1 .tab-function .tab-title li a:hover {
      background-color: #d4e0ef; }
    .color-style1 .tab-function .tab-title li a:focus {
      color: #353535;
      background-color: #FFE16D; }
    .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 .tab-title {
    border-color: #7f4001; }
    .color-style2 .tab-function .tab-title li a:hover {
      background-color: #fbd2d2; }
    .color-style2 .tab-function .tab-title li a:focus {
      color: #353535;
      background-color: #FFE16D; }
    .color-style2 .tab-function .tab-title li .tab-select {
      color: #fff;
      background: none;
      background-color: #7f4001; }
      .color-style2 .tab-function .tab-title li .tab-select:hover {
        color: #fff;
        background-color: #811818; }
  .color-style2 .tab-function .tab-inner {
    background-color: #f6f6f6; }
  @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 .tab-title {
    border-color: #016058; }
    .color-style3 .tab-function .tab-title li a:hover {
      background-color: #f9e9d1; }
    .color-style3 .tab-function .tab-title li a:focus {
      color: #fff;
      background-color: #e00; }
    .color-style3 .tab-function .tab-title li .tab-select {
      color: #fff;
      background: none;
      background-color: #016058; }
      .color-style3 .tab-function .tab-title li .tab-select:hover {
        color: #353535;
        background-color: #ffb141; }
  .color-style3 .tab-function .tab-inner {
    background-color: #f6f6f6; }
  @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 .tab-title {
    border-color: #3b654d; }
    .color-style4 .tab-function .tab-title li a:hover {
      background-color: #d8e8df; }
    .color-style4 .tab-function .tab-title li a:focus {
      color: #353535;
      background-color: #FFE16D; }
    .color-style4 .tab-function .tab-title li .tab-select {
      color: #fff;
      background: none;
      background-color: #3b654d; }
      .color-style4 .tab-function .tab-title li .tab-select:hover {
        color: #fff;
        background-color: #3b654d; }
  .color-style4 .tab-function .tab-inner {
    background-color: #f6f6f6; }
  @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 .tab-title {
    border-color: #ffdede; }
    .color-style5 .tab-function .tab-title li a:hover {
      background-color: #ffecec; }
    .color-style5 .tab-function .tab-title li a:focus {
      color: #353535;
      background-color: #FFE16D; }
    .color-style5 .tab-function .tab-title li .tab-select {
      color: #a53f3f;
      background-color: #ffdede; }
      .color-style5 .tab-function .tab-title li .tab-select:hover {
        color: #a53f3f;
        background-color: #ffdede; }
  .color-style5 .tab-function .tab-inner {
    background-color: #f6f6f6; }
  @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 .tab-title {
    border-color: #802b93; }
    .color-style6 .tab-function .tab-title li a:hover {
      background-color: #f5dcfb; }
    .color-style6 .tab-function .tab-title li a:focus {
      color: #353535;
      background-color: #FFE16D; }
    .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: #f6f6f6; }
  @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: #6baa6b;
    text-align: right;
    padding: 2px 8px 4px; }
    .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: #626262;
        display: block;
        padding: 2px 14px;
        background-color: #ffffff;
        border-radius: 50px;
        border: 3px solid #dedede;
        margin: 3% 0; }
        .bulletin-list .link-button li a:hover {
          color: #4f4f4f;
          border-color: #a1c9a1;
          background-color: #eaffea; }
        .bulletin-list .link-button li a:focus {
          outline: none;
          border: 3px dashed #f19300;
          background-color: #fff7de; }
  .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 {
      margin-bottom: 5px; }
      .tab-inner .bulletin-list .link-select .link-select-content {
        margin-bottom: 0; }
      .bulletin-list .link-select .link-select-content a {
        font-size: 0.875rem;
        font-weight: bold;
        color: #6c6c6c;
        padding: 5px 8px;
        display: inline-block;
        border-radius: 3px; }
        .bulletin-list .link-select .link-select-content a:hover {
          color: #0379a7; }
        .bulletin-list .link-select .link-select-content a:focus {
          outline: none;
          outline-width: 2px;
          outline-offset: 1px;
          outline-style: dashed;
          outline-color: #f19300; }
        .bulletin-list .link-select .link-select-content a.selected {
          color: #353535;
          background-color: #d5e2a8; }
  .bulletin-list .list:not(.list-single) {
    overflow-y: auto;
    background-color: #f6f6f6;
    padding: 10px 15px; }
    .bulletin-list .list:not(.list-single).list-scroll {
      max-height: 400px; }
    .bulletin-list .list:not(.list-single) ul li {
      background-color: #fff;
      margin: 1% 0;
      box-shadow: 1px 1px 2px #ddd;
      border-right: 6px solid #6baa6b; }
      .bulletin-list .list:not(.list-single) ul li a {
        display: block;
        padding: 10px 15px 3px; }
        .bulletin-list .list:not(.list-single) ul li a::after {
          content: '';
          display: block;
          clear: both; }
        .bulletin-list .list:not(.list-single) ul li a:hover {
          background-color: #f3f9fd; }
        .bulletin-list .list:not(.list-single) ul li a:focus {
          outline-width: 2px;
          outline-offset: 1px;
          outline-style: dashed;
          outline-color: #f19300;
          background-color: #f3f9fd; }
        .bulletin-list .list:not(.list-single) ul li a h3 {
          color: #353535;
          margin-bottom: 3px;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden; }
          .bulletin-list .list:not(.list-single) ul li a h3 .top {
            width: 25px;
            margin-right: 5px; }
          .bulletin-list .list:not(.list-single) ul li a h3 .category {
            font-size: 0.875rem;
            font-weight: normal;
            display: inline-block;
            color: #fff;
            padding: 1px 5px;
            margin: 0 5px 0 0;
            border-radius: 3px;
            background-color: #4A824A; }
          .bulletin-list .list:not(.list-single) ul li a h3 + span {
            max-width: 55%;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden; }
        .bulletin-list .list:not(.list-single) ul li a span {
          color: #555555;
          display: inline-block; }
          .bulletin-list .list:not(.list-single) ul li a span.time {
            font-size: 0.875rem;
            color: #467a46;
            float: right;
            position: relative;
            top: 1px; }
    .bulletin-list .list:not(.list-single).horizontal ul {
      display: flex;
      flex-wrap: wrap; }
      .bulletin-list .list:not(.list-single).horizontal ul li {
        margin: 0 5px;
        overflow: hidden; }
        .bulletin-list .list:not(.list-single).horizontal ul li a {
          height: 100%;
          padding: 8px 10px 38px;
          position: relative;
          overflow: hidden; }
          .bulletin-list .list:not(.list-single).horizontal ul li a h3 {
            padding-bottom: 5px;
            margin-bottom: 10px;
            border-bottom: 1px solid #aaa;
            white-space: normal; }
            .bulletin-list .list:not(.list-single).horizontal ul li a h3 + span {
              max-width: 100%;
              white-space: normal; }
          .bulletin-list .list:not(.list-single).horizontal ul li a span.time {
            float: none;
            position: absolute;
            top: auto;
            bottom: 8px;
            left: 10px; }
    .bulletin-list .list:not(.list-single).horizontal.block-1 ul li {
      width: calc((100% - 1 * 10px) / 1); }
      .bulletin-list .list:not(.list-single).horizontal.block-1 ul li:nth-of-type(n+2) {
        margin-top: 10px; }
    .bulletin-list .list:not(.list-single).horizontal.block-2 ul li {
      width: calc((100% - 2 * 10px) / 2); }
      .bulletin-list .list:not(.list-single).horizontal.block-2 ul li:nth-of-type(n+3) {
        margin-top: 10px; }
    .bulletin-list .list:not(.list-single).horizontal.block-3 ul li {
      width: calc((100% - 3 * 10px) / 3); }
      .bulletin-list .list:not(.list-single).horizontal.block-3 ul li:nth-of-type(n+4) {
        margin-top: 10px; }
    .bulletin-list .list:not(.list-single).horizontal.block-4 ul li {
      width: calc((100% - 4 * 10px) / 4); }
      .bulletin-list .list:not(.list-single).horizontal.block-4 ul li:nth-of-type(n+5) {
        margin-top: 10px; }
    .bulletin-list .list:not(.list-single).horizontal.block-5 ul li {
      width: calc((100% - 5 * 10px) / 5); }
      .bulletin-list .list:not(.list-single).horizontal.block-5 ul li:nth-of-type(n+6) {
        margin-top: 10px; }
    .bulletin-list .list:not(.list-single).horizontal.block-6 ul li {
      width: calc((100% - 6 * 10px) / 6); }
      .bulletin-list .list:not(.list-single).horizontal.block-6 ul li:nth-of-type(n+7) {
        margin-top: 10px; }
  .bulletin-list .list-single {
    text-align: center;
    padding: 5px;
    margin-bottom: 10px;
    background-color: #eee; }
    .bulletin-list .list-single ul {
      height: auto;
      background-color: #fff;
      overflow: auto; }
      .bulletin-list .list-single ul li + li {
        border-top: 1px  solid #ddd; }
      .bulletin-list .list-single ul li a {
        color: #545454;
        display: flex;
        align-items: center;
        padding: 15px 10px; }
      .bulletin-list .list-single ul li a p.h3{
        line-height: 1.5em;
        flex:1;
        text-align: left; }
        .bulletin-list .list-single ul li a:hover {
          background-color: #eaeaea; }
        .bulletin-list .list-single ul li a:focus {
          outline: none;
          background-color: #FFE16D; }
        .bulletin-list .list-single ul li a .time {
          font-size: 0.875rem;
          color: #4A824A;
          padding: 0 0 0 5px; }
        .bulletin-list .list-single ul li a .category {
          font-size: 0.875rem;
          color: #fff;
          padding: 2px 5px 3px;
          margin: 0 5px 0 0;
          border-radius: 3px;
          background-color: #4A824A; }
        .bulletin-list .list-single ul li a h3 {
          color: #545454;
          text-align: left;
          flex: 1;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap; }
          .bulletin-list .list-single ul li a h3 .top {
            width: 22px;
            margin-right: 5px; }
    .bulletin-list .list-single.horizontal ul {
      padding: 0;
      display: flex;
      flex-wrap: wrap; }
      .bulletin-list .list-single.horizontal ul li {
        border: none;
        overflow: hidden; }
        .bulletin-list .list-single.horizontal ul li + li {
          border-left: 1px solid #ddd; }
        .bulletin-list .list-single.horizontal ul li a {
          padding: 10px 5px 5px;
          display: block; }
          .bulletin-list .list-single.horizontal ul li a h3 {
            white-space: normal; }
    .bulletin-list .list-single.horizontal.block-1 ul li {
      width: calc(100% / 1); }
    .bulletin-list .list-single.horizontal.block-2 ul li {
      width: calc(100% / 2); }
    .bulletin-list .list-single.horizontal.block-3 ul li {
      width: calc(100% / 3); }
    .bulletin-list .list-single.horizontal.block-4 ul li {
      width: calc(100% / 4); }
    .bulletin-list .list-single.horizontal.block-5 ul li {
      width: calc(100% / 5); }
    .bulletin-list .list-single.horizontal.block-6 ul li {
      width: calc(100% / 6); }
  .bulletin-list .more {
    text-align: center; }
    .bulletin-list .more a {
      font-size: 0.95rem;
      font-weight: normal;
      padding: 5px 10px;
      color: #fff;
      display: inline-block;
      background-color: #a85d49;
      margin: 0 auto 15px;
      border-radius: 3px; }
    .bulletin-list .more a:hover {
      color: #353535;
      background-color: #C9D98F; }
    .bulletin-list .more a:focus {
      outline: none;
      color: #353535;
      background-color: #FFE16D; }
  @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 {
          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: #66809c; }
    .color-style1 .bulletin-list .link-button li a:hover {
      color: #4f4f4f;
      border-color: #9aabbd;
      background-color: #eaf0f8; }
  .color-style1 .bulletin-list .link-select .link-select-content a.selected {
    background-color: #dde8f3; }
  .color-style1 .bulletin-list .list:not(.list-single) {
    background-color: #f6f6f6; }
    .color-style1 .bulletin-list .list:not(.list-single) ul li {
      background-color: #fff;
      box-shadow: 1px 1px 2px #ddd;
      border-color: #066caa; }
      .color-style1 .bulletin-list .list:not(.list-single) ul li a span.time {
        color: #0a3f7b; }
      .color-style1 .bulletin-list .list:not(.list-single) ul li a h3 .category {
        background-color: #2b79b6; }
  .color-style1 .bulletin-list .list-single ul li a .time {
    color: #0a3f7b; }
  .color-style1 .bulletin-list .list-single ul li a .category {
    background-color: #2b79b6; }
  .color-style1 .bulletin-list .more a {
    color: #fff;
    background-color: #0f5fba; }
    .color-style1 .bulletin-list .more a:hover {
      color: #fff;
      background-color: #0a3f7b; }
    .color-style1 .bulletin-list .more a:focus {
      color: #353535;
      background-color: #FFE16D; }
  .color-style2 .bulletin-list .link-button {
    background-color: #a95e14; }
    .color-style2 .bulletin-list .link-button li a:hover {
      color: #4f4f4f;
      border-color: #db9999;
      background-color: #ffe4e4; }
    .color-style2 .bulletin-list .link-button li a:focus {
      border-color: #0379a7; }
  .color-style2 .bulletin-list .link-select .link-select-content a.selected {
    background-color: #7f4001;
    color: #ffff; }
  .color-style2 .bulletin-list .list:not(.list-single) {
    background-color: #f6f6f6; }
    .color-style2 .bulletin-list .list:not(.list-single) ul li {
      background-color: #fff;
      box-shadow: 1px 1px 2px #ddd;
      border-color: #5e0a0a; }
      .color-style2 .bulletin-list .list:not(.list-single) ul li a span.time {
        color: #994c00; }
      .color-style2 .bulletin-list .list:not(.list-single) ul li a h3 .category {
        background-color: #a95e14; }
  .color-style2 .bulletin-list .list-single ul li a .time {
    color: #82480e; }
  .color-style2 .bulletin-list .list-single ul li a .category {
    background-color: #a95e14; }
  .color-style2 .bulletin-list .more a {
    color: #fff;
    background-color: #7f4001; }
    .color-style2 .bulletin-list .more a:hover {
      color: #fff;
      background-color: #bb4242; }
    .color-style2 .bulletin-list .more a:focus {
      color: #353535;
      background-color: #FFE16D; }
  .color-style3 .bulletin-list .link-button {
    background-color: #018378; }
    .color-style3 .bulletin-list .link-button li a:hover {
      color: #4f4f4f;
      border-color: #e5c76c;
      background-color: #ffe69a; }
    .color-style3 .bulletin-list .link-button li a:focus {
      border-color: #d10000; }
  .color-style3 .bulletin-list .link-select .link-select-content a:focus {
    outline-color: #d10000; }
  .color-style3 .bulletin-list .link-select .link-select-content a.selected {
    color: #fff;
    background-color: #016058; }
  .color-style3 .bulletin-list .list:not(.list-single) {
    background-color: #f6f6f6; }
    .color-style3 .bulletin-list .list:not(.list-single) ul li {
      background-color: #fff;
      box-shadow: 1px 1px 2px #ddd;
      border-color: #018378; }
      .color-style3 .bulletin-list .list:not(.list-single) ul li a:focus {
        outline-color: #d10000; }
      .color-style3 .bulletin-list .list:not(.list-single) ul li a span.time {
        color: #016058; }
      .color-style3 .bulletin-list .list:not(.list-single) ul li a h3 .category {
        background-color: #018378; }
  .color-style3 .bulletin-list .list-single ul li a .time {
    color: #016058; }
  .color-style3 .bulletin-list .list-single ul li a .category {
    background-color: #018378; }
  .color-style3 .bulletin-list .more a {
    color: #fff;
    background-color: #a26401; }
    .color-style3 .bulletin-list .more a:hover {
      color: #fff;
      background-color: #724600; }
    .color-style3 .bulletin-list .more a:focus {
      color: #fff;
      background-color: #e00; }
  .color-style4 .bulletin-list .link-button {
    background-color: #378166; }
    .color-style4 .bulletin-list .link-button li a:hover {
      color: #4f4f4f;
      border-color: #97c3aa;
      background-color: #edf5f0; }
    .color-style4 .bulletin-list .link-button li a:focus {
      outline-color: #f19300;
      background-color: #fff7de; }
  .color-style4 .bulletin-list .link-select .link-select-content a.selected {
    color: #fff;
    background-color: #378166; }
    .color-style4 .bulletin-list .link-select .link-select-content a.selected:hover {
      background-color: #295e4a; }
  .color-style4 .bulletin-list .list:not(.list-single) {
    background-color: #f6f6f6; }
    .color-style4 .bulletin-list .list:not(.list-single) ul li {
      background-color: #fff;
      box-shadow: 1px 1px 2px #ddd;
      border-color: #0a5e10; }
      .color-style4 .bulletin-list .list:not(.list-single) ul li a span.time {
        color: #378166; }
      .color-style4 .bulletin-list .list:not(.list-single) ul li a h3 .category {
        background-color: #378166; }
  .color-style4 .bulletin-list .list-single ul li a .time {
    color: #378166; }
  .color-style4 .bulletin-list .list-single ul li a .category {
    background-color: #378166; }
  .color-style4 .bulletin-list .more a {
    color: #fff;
    background-color: #B45E08; }
    .color-style4 .bulletin-list .more a:hover {
      color: #fff;
      background-color: #724600; }
    .color-style4 .bulletin-list .more a:focus {
      color: #353535;
      background-color: #FFE16D; }
  .color-style5 .bulletin-list .link-button {
    background-color: #ffa9a9; }
    .color-style5 .bulletin-list .link-button li a {
      color: #626262;
      background-color: #ffffff;
      border-color: #dedede; }
      .color-style5 .bulletin-list .link-button li a:hover {
        color: #4f4f4f;
        background-color: #ffeded;
        border-color: #ffcbcb; }
      .color-style5 .bulletin-list .link-button li a:focus {
        outline-color: #f19300;
        background-color: #fff7de; }
  .color-style5 .bulletin-list .link-select .link-select-content a.selected {
    color: #a53f3f;
    background-color: #ffdede; }
  .color-style5 .bulletin-list .list:not(.list-single) {
    background-color: #f6f6f6; }
    .color-style5 .bulletin-list .list:not(.list-single) ul li {
      background-color: #fff;
      box-shadow: 1px 1px 2px #ddd;
      border-color: #ffa9a9; }
      .color-style5 .bulletin-list .list:not(.list-single) ul li a span.time {
        color: #bc4644; }
      .color-style5 .bulletin-list .list:not(.list-single) ul li a h3 .category {
        background-color: #bc4644; }
  .color-style5 .bulletin-list .list-single ul li a .time {
    color: #bc4644; }
  .color-style5 .bulletin-list .list-single ul li a .category {
    background-color: #bc4644; }
  .color-style5 .bulletin-list .more a {
    color: #353535;
    background-color: #ffdede; }
    .color-style5 .bulletin-list .more a:hover {
      color: #353535;
      background-color: #ffacac; }
    .color-style5 .bulletin-list .more a:focus {
      color: #353535;
      background-color: #FFE16D; }
  .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: #f9ebfb;
        border-color: #dc95ec; }
      .color-style6 .bulletin-list .link-button li a:focus {
        outline-color: #f19300;
        background-color: #fff7de; }
  .color-style6 .bulletin-list .link-select .link-select-content a.selected {
    color: #555;
    background-color: #efdaf4; }
  .color-style6 .bulletin-list .list:not(.list-single) {
    background-color: #f6f6f6; }
    .color-style6 .bulletin-list .list:not(.list-single) ul li {
      background-color: #fff;
      box-shadow: 1px 1px 2px #ddd;
      border-color: #5e146e; }
      .color-style6 .bulletin-list .list:not(.list-single) ul li a span.time {
        color: #5e146e; }
      .color-style6 .bulletin-list .list:not(.list-single) ul li a h3 .category {
        background-color: #5e146e; }
  .color-style6 .bulletin-list .list-single ul li a .time {
    color: #5e146e; }
  .color-style6 .bulletin-list .list-single ul li a .category {
    background-color: #5e146e; }
  .color-style6 .bulletin-list .more a {
    color: #fff;
    background-color: #5e146e; }
    .color-style6 .bulletin-list .more a:hover {
      background-color: #831c99; }
    .color-style6 .bulletin-list .more a:focus {
      color: #353535;
      background-color: #FFE16D; }

/*-------------- 功能模組：公告列表(標題) ---------------*/
.bulletin-title-list {
  /*-------------------- 顏色設定 ---------------------*/
  /* 顏色更換：藍 */
  /* 顏色更換：咖啡 */
  /* 顏色更換：藍綠 */
  /* 顏色更換：綠 */
  /* 顏色更換：粉紅 */
  /* 顏色更換：紫 */ }
  .bulletin-title-list .link-button {
    background-color: #129f84;
    text-align: right;
    padding: 2px 8px 4px; }
    .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:hover {
          color: #4f4f4f;
          background-color: #eaffea; }
        .bulletin-title-list .link-button li a:focus {
          outline: none;
          border: 3px dashed #f19300;
          background-color: #fff7de; }
  .bulletin-title-list table {
    width: 100%;
    margin-bottom: 10px; }
    .bulletin-title-list table thead tr th {
      color: #ffffff;
      font-weight: normal;
      padding: 5px 8px;
      text-align: left;
      border: 2px solid #fff;
      /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#6baa6b+0,568c56+81 */
      background: #508150;
      /* Old browsers */
      background: -moz-linear-gradient(top, #508150 0%, #497749 81%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, #508150 0%, #497749 81%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, #508150 0%, #497749 81%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#508150', endColorstr='#497749',GradientType=0 );
      /* IE6-9 */
      background-color: #497749; }
    .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 table tbody tr td a:not([class*='butn']) {
        color: #1e6385; }
        .bulletin-title-list table tbody tr td a:not([class*='butn']):hover, .bulletin-title-list table tbody tr td a:not([class*='butn']):focus {
          outline: none;
          background-color: #FFE16D; }
  .bulletin-title-list .more {
    text-align: center; }
    .bulletin-title-list .more a {
      font-size: 0.95rem;
      font-weight: normal;
      padding: 5px 10px;
      color: #fff;
      display: inline-block;
      background-color: #a85d49;
      margin: 0 auto 15px;
      border-radius: 3px; }
    .bulletin-title-list .more a:hover {
      color: #353535;
      background-color: #C9D98F; }
    .bulletin-title-list .more a:focus {
      outline: none;
      color: #353535;
      background-color: #FFE16D; }
  @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 #1ebe9f; }
            .bulletin-title-list tbody tr td::before {
              content: attr(data-header);
              display: inline-block;
              color: #0a987c;
              white-space: nowrap; } }
  .color-style1 .bulletin-title-list .link-button {
    background-color: #066caa; }
    .color-style1 .bulletin-title-list .link-button li a:hover {
      color: #4f4f4f;
      border-color: #9aabbd;
      background-color: #eaf0f8; }
  .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: #36669c; }
  .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 a {
    color: #fff;
    background-color: #0f5fba; }
    .color-style1 .bulletin-title-list .more a:hover {
      color: #fff;
      background-color: #0a3f7b; }
    .color-style1 .bulletin-title-list .more a:focus {
      color: #353535;
      background-color: #FFE16D; }
  .color-style2 .bulletin-title-list .link-button {
    background-color: #bb4242; }
    .color-style2 .bulletin-title-list .link-button li a:hover {
      color: #4f4f4f;
      border-color: #db9999;
      background-color: #ffe4e4; }
    .color-style2 .bulletin-title-list .link-button li a:focus {
      border-color: #0379a7; }
  .color-style2 .bulletin-title-list table thead th {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#a95e14+0,7f4001+100 */
    background: #a95e14;
    /* Old browsers */
    background: -moz-linear-gradient(top, #a95e14 0%, #7f4001 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #a95e14 0%, #7f4001 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #a95e14 0%, #7f4001 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a95e14', endColorstr='#7f4001',GradientType=0 );
    /* IE6-9 */ }
  .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 a {
    color: #fff;
    background-color: #7f4001; }
    .color-style2 .bulletin-title-list .more a:hover {
      color: #fff;
      background-color: #bb4242; }
    .color-style2 .bulletin-title-list .more a:focus {
      color: #353535;
      background-color: #FFE16D; }
  .color-style3 .bulletin-title-list .link-button li a:hover {
    color: #4f4f4f;
    border-color: #e5c76c;
    background-color: #ffe69a; }
  .color-style3 .bulletin-title-list .link-button li a:focus {
    border-color: #d10000; }
  .color-style3 .bulletin-title-list table thead th {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#018378+0,016058+100 */
    background: #018378;
    /* Old browsers */
    background: -moz-linear-gradient(top, #018378 0%, #016058 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #018378 0%, #016058 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #018378 0%, #016058 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#018378', endColorstr='#016058',GradientType=0 );
    /* IE6-9 */ }
  .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 a {
    color: #fff;
    background-color: #a26401; }
    .color-style3 .bulletin-title-list .more a:hover {
      color: #fff;
      background-color: #724600; }
    .color-style3 .bulletin-title-list .more a:focus {
      color: #fff;
      background-color: #e00; }
  .color-style4 .bulletin-title-list .link-button {
    background-color: #adcfbc; }
    .color-style4 .bulletin-title-list .link-button li a:hover {
      color: #4f4f4f;
      border-color: #97c3aa;
      background-color: #edf5f0; }
    .color-style4 .bulletin-title-list .link-button li a:focus {
      border-color: #f19300;
      background-color: #fff7de; }
  .color-style4 .bulletin-title-list table thead th {
    background: #477a5d;
    /* Old browsers */
    background: -moz-linear-gradient(top, #477a5d 0%, #416f55 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #477a5d 0%, #416f55 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #477a5d 0%, #416f55 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#477a5d', endColorstr='#416f55',GradientType=0 );
    /* IE6-9 */
    background-color: #477a5d; }
  .color-style4 .bulletin-title-list table tbody tr td:first-child {
    border-top-color: #749281; }
  .color-style4 .bulletin-title-list table tbody tr td::before {
    color: #416f55; }
  .color-style4 .bulletin-title-list .more a {
    color: #fff;
    background-color: #B45E08; }
    .color-style4 .bulletin-title-list .more a:hover {
      color: #fff;
      background-color: #724600; }
    .color-style4 .bulletin-title-list .more a:focus {
      color: #353535;
      background-color: #FFE16D; }
  .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: #ffeded;
        border-color: #ffcbcb; }
      .color-style5 .bulletin-title-list .link-button li a:focus {
        border-color: #f19300;
        background-color: #fff7de; }
  .color-style5 .bulletin-title-list table thead th {
    color: #fff;
    background: #c04e4e;
    /* Old browsers */
    background: -moz-linear-gradient(top, #c04e4e 0%, #bb4242 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #c04e4e 0%, #bb4242 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #c04e4e 0%, #bb4242 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c04e4e', endColorstr='#bb4242',GradientType=0 );
    /* IE6-9 */
    background-color: #c04e4e; }
  .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 a {
    color: #353535;
    background-color: #ffdede; }
    .color-style5 .bulletin-title-list .more a:hover {
      color: #353535;
      background-color: #ffacac; }
    .color-style5 .bulletin-title-list .more a:focus {
      color: #353535;
      background-color: #FFE16D; }
  .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: #f9ebfb;
        border-color: #dc95ec; }
      .color-style6 .bulletin-title-list .link-button li a:focus {
        border-color: #f19300;
        background-color: #fff7de; }
  .color-style6 .bulletin-title-list table thead th {
    background: #ad3cc6;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ad3cc6 0%, #a237ba 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ad3cc6 0%, #a237ba 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ad3cc6 0%, #a237ba 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad3cc6', endColorstr='#a237ba',GradientType=0 );
    /* IE6-9 */
    background-color: #ad3cc6; }
  .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 a {
    color: #fff;
    background-color: #5e146e; }
    .color-style6 .bulletin-title-list .more a:hover {
      background-color: #831c99; }
    .color-style6 .bulletin-title-list .more a:focus {
      color: #353535;
      background-color: #FFE16D; }

/*-------------- 功能模組：會員專區 ---------------*/
.member {
  /*-------------------- 顏色設定 ---------------------*/ }
  .member a {
    display: inline-block;
    width: 45%;
    margin: 2% 2%;
    padding: 5% 0;
    text-align: center;
    color: #fff;
    background-color: #4b804b;
    border-radius: 5px;
    border: 4px solid #e1e1e1; }
    .member a:hover {
      border-color: #d9d9d9;
      background-color: #3e6a3e; }
    .member a:focus {
      color: #353535;
      outline: none;
      border-color: #f19300;
      background-color: #FFE16D; }
  @media screen and (max-width: 769px) {
    .member a {
      width: 20%;
      padding: 2% 0; } }
  @media screen and (max-width: 736px) {
    .member a {
      width: 45%; } }
  .color-style1 .member a {
    color: #353535;
    border-color: #94b0d0;
    background-color: #e7edf4; }
    .color-style1 .member a:hover {
      color: #353535;
      border-color: #33859b;
      background-color: #dfeef8; }
    .color-style1 .member a:focus {
      color: #353535;
      border-color: #efa55c;
      background-color: #FFE16D; }
  .color-style2 .member a {
    color: #fff;
    border-color: #7f4001;
    background-color: #a95e14; }
    .color-style2 .member a:hover {
      background-color: #811818; }
    .color-style2 .member a:focus {
      color: #000;
      border-color: #e99045;
      background-color: #FFE16D; }
  .color-style3 .member a {
    color: #ffffff;
    border-color: #016058;
    background-color: #018378; }
    .color-style3 .member a:hover {
      background-color: #016058; }
    .color-style3 .member a:focus {
      color: #fff;
      border-color: #f99;
      background-color: #e00; }
  .color-style4 .member a {
    color: #ffffff;
    border-color: #378166;
    background-color: #295e4a; }
    .color-style4 .member a:hover {
      background-color: #378166; }
    .color-style4 .member a:focus {
      color: #353535;
      border-color: #f19300;
      background-color: #FFE16D; }
  .color-style5 .member a {
    color: #fff;
    border-color: #e77676;
    background-color: #bb4242; }
    .color-style5 .member a:hover {
      border-color: #f3bcbc;
      background-color: #af413f; }
    .color-style5 .member a:focus {
      color: #000;
      border-color: #e99045;
      background-color: #FFE16D; }
  .color-style6 .member a {
    color: #fff;
    background-color: #802b93;
    border-color: #b041c8; }
    .color-style6 .member a:hover {
      color: #353535;
      background-color: #e4bfec; }
    .color-style6 .member a:focus {
      color: #3e3e3e;
      border-color: #f19300;
      background-color: #FFE16D; }
      .color-style6 .member a:focus .title-icon .icon path {
        fill: #626262; }

/*-------------- 功能模組：分眾導覽 ---------------*/
.classification {
  /** 平板 **/
  /** 手機板 **/
  /*-------------------- 顏色設定 ---------------------*/ }
  .classification a {
    display: inline-block;
    width: 45%;
    margin: 2%;
    padding: 5% 0;
    line-height: normal;
    text-align: center;
    color: #1f1f1f;
    background-color: #f3f8f3;
    border-radius: 5px;
    border: 4px solid #e1e1e1; }
    .classification a:hover {
      border-color: #bddabd;
      background-color: #deecde; }
    .classification a:focus {
      outline: none;
      border-color: #f19300;
      background-color: #FFE16D; }
    .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;
    border-color: #99bee8;
    background-color: #4974a4; }
    .color-style1 .classification a:hover {
      color: #353535;
      border-color: #33859b;
      background-color: #dfeef8; }
    .color-style1 .classification a:focus {
      color: #353535;
      border-color: #efa55c;
      background-color: #FFE16D; }
  .color-style2 .classification a {
    color: #fff;
    border-color: #7f4001;
    background-color: #a95e14; }
    .color-style2 .classification a:hover {
      background-color: #811818; }
    .color-style2 .classification a:focus {
      color: #000;
      border-color: #e99045;
      background-color: #FFE16D; }
  .color-style3 .classification a {
    color: #ffffff;
    border-color: #016058;
    background-color: #018378; }
    .color-style3 .classification a:hover {
      background-color: #016058; }
    .color-style3 .classification a:focus {
      color: #fff;
      border-color: #f99;
      background-color: #e00; }
  .color-style4 .classification a {
    color: #ffffff;
    border-color: #378166;
    background-color: #295e4a; }
    .color-style4 .classification a:hover {
      background-color: #378166; }
    .color-style4 .classification a:focus {
      color: #353535;
      border-color: #e99045;
      background-color: #FFE16D; }
  .color-style5 .classification a {
    color: #fff;
    border-color: #e77676;
    background-color: #bb4242; }
    .color-style5 .classification a:hover {
      border-color: #f3bcbc;
      background-color: #af413f; }
    .color-style5 .classification a:focus {
      color: #000;
      border-color: #e99045;
      background-color: #FFE16D; }
  .color-style6 .classification a {
    color: #fff;
    border-color: #b041c8;
    background-color: #802b93; }
    .color-style6 .classification a:hover {
      color: #353535;
      background-color: #e4bfec; }
    .color-style6 .classification a:focus {
      color: #3e3e3e;
      border-color: #f19300;
      background-color: #FFE16D; }
      .color-style6 .classification a:focus .title-icon .icon path {
        fill: #626262; }

/*-------------- 功能模組：分類檢索 ---------------*/
.retrievals {
  margin: 10px 0 5px;
  /*-------------------- 顏色設定 ---------------------*/ }
  .retrievals a {
    display: inline-block;
    width: 30%;
    margin: 2% 1%;
    padding: 2% 0;
    text-align: center;
    color: #666;
    background-color: #ffffff;
    border-radius: 5px;
    border: 1px solid #e1e1e1; }
    .retrievals a:hover {
      background-color: #e9f2e9; }
    .retrievals a:focus {
      color: #555;
      background-color: #FFE16D;
      outline: none; }
  .color-style1 .retrievals a:hover {
    background-color: #e3eff5; }
  .color-style1 .retrievals a:focus {
    color: #555;
    background-color: #FFE16D; }
  .color-style2 .retrievals a:hover {
    background-color: #ffdcdc; }
  .color-style2 .retrievals a:focus {
    color: #353535;
    background-color: #FFE16D; }
  .color-style3 .retrievals a:hover {
    color: #555;
    background-color: #ffd73a; }
  .color-style3 .retrievals a:focus {
    color: #fff;
    background-color: #e00; }
  .color-style4 .retrievals a:hover {
    background-color: #f4fbf7; }
  .color-style4 .retrievals a:focus {
    color: #353535;
    background-color: #FFE16D; }
  .color-style5 .retrievals a:hover {
    background-color: #fff7f7; }
  .color-style5 .retrievals a:focus {
    color: #353535;
    background-color: #FFE16D; }
  .color-style6 .retrievals a:hover {
    background-color: #f5e7f8; }
  .color-style6 .retrievals a:focus {
    color: #353535;
    background-color: #FFE16D; }

/*-------------- 功能模組：影片專區 ---------------*/
.video-block {
  text-align: center;
  /*-------------------- 顏色設定 ---------------------*/ }
  .video-block > div {
    margin-bottom: 5px; }
  .video-block .more {
    max-width: 150px;
    font-size: 0.95rem;
    font-weight: 400;
    display: inline-block;
    text-align: center;
    padding: 5px 10px;
    color: #fff;
    background-color: #a85d49;
    margin: 0 auto;
    border-radius: 3px; }
    .video-block .more:hover {
      color: #353535;
      background-color: #C9D98F; }
    .video-block .more:focus {
      outline: none;
      color: #353535;
      background-color: #FFE16D; }
  .color-style1 .video-block .more {
    color: #ffffff;
    background-color: #0a3f7b; }
    .color-style1 .video-block .more:hover {
      background-color: #36669c; }
    .color-style1 .video-block .more:focus {
      color: #000;
      background-color: #FFE16D; }
  .color-style2 .video-block .more {
    color: #fff;
    background-color: #7f4001; }
    .color-style2 .video-block .more:hover {
      background-color: #bb4242; }
    .color-style2 .video-block .more:focus {
      color: #000;
      background-color: #FFE16D; }
  .color-style3 .video-block .more {
    color: #fff;
    background-color: #a26401; }
    .color-style3 .video-block .more:hover {
      background-color: #724600; }
    .color-style3 .video-block .more:focus {
      color: #fff;
      background-color: #e00; }
  .color-style4 .video-block .more {
    background-color: #a26401;
    color: #fff; }
    .color-style4 .video-block .more:hover {
      color: #fff;
      background-color: #724600; }
    .color-style4 .video-block .more:focus {
      color: #353535;
      background-color: #FFE16D; }
  .color-style5 .video-block .more {
    color: #353535;
    background-color: #ffdede; }
    .color-style5 .video-block .more:hover {
      background-color: #ffcdcd; }
    .color-style5 .video-block .more:focus {
      background-color: #FFE16D; }
  .color-style6 .video-block .more {
    color: #ffffff;
    background-color: #5e146e; }
    .color-style6 .video-block .more:hover {
      background-color: #802b93; }
    .color-style6 .video-block .more:focus {
      color: #353535;
      background-color: #FFE16D; }

/*-------------------- 功能模組：跑馬燈-------------------*/
.marquee {
  width: 100%;
  display: flex;
  /*-------------------- 顏色設定 ---------------------*/ }
  .marquee > div {
    height: 40px;
    flex-grow: 1;
    border: 2px solid #d4d4d4;
    overflow: hidden;
    position: relative;
    font-size: 1.125rem;
    background-color: #fff; }
    .marquee > div.down ul {
      top: auto;
      bottom: 0px; }
    .marquee > div.left {
      width: 100%; }
      .marquee > div.left ul {
        left: 0px; }
        .marquee > div.left ul::after {
          content: '';
          display: block;
          clear: both; }
        .marquee > div.left ul li {
          float: left; }
    .marquee > div ul {
      width: 100%;
      position: absolute;
      top: 0px; }
      .marquee > div ul li {
        height: 36px;
        line-height: 35px;
        overflow: hidden;
        display: block;
        position: relative; }
        .marquee > div ul li a {
          height: 36px;
          display: flex;
          padding: 0px 15px; }
          .marquee > div ul li a .marquee-time {
            font-size: 0.875rem;
            color: #6b6b6b;
            vertical-align: top;
            padding-right: 10px;
            white-space: nowrap; }
          .marquee > div ul li a .marquee-text {
            font-size: 1.05rem;
            color: #6b6b6b;
            flex-grow: 1;
            vertical-align: top;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden; }
          .marquee > div ul li a:hover .marquee-time,
          .marquee > div ul li a:hover .marquee-text {
            color: #0379a7; }
          .marquee > div ul li a:focus {
            outline-width: 2px;
            outline-offset: -2px;
            outline-style: dashed;
            outline-color: #f19300;
            background-color: #fffae5; }
  .marquee .more {
    height: 40px;
    line-height: 42px;
    color: #fff;
    background-color: #a85d49;
    border-radius: 3px;
    letter-spacing: 2px;
    text-indent: 2px;
    padding: 0 10px;
    margin-left: 5px;
    white-space: nowrap; }
    .marquee .more:hover {
      color: #353535;
      background-color: #C9D98F; }
    .marquee .more:focus {
      outline: none;
      color: #353535;
      background-color: #FFE16D; }
  .color-style1 .marquee .more {
    color: #ffffff;
    background-color: #0a3f7b; }
    .color-style1 .marquee .more:hover {
      background-color: #36669c; }
    .color-style1 .marquee .more:focus {
      color: #000;
      background-color: #FFE16D; }
  .color-style2 .marquee .more {
    color: #fff;
    background-color: #a95e14; }
    .color-style2 .marquee .more:hover {
      background-color: #bb4242; }
    .color-style2 .marquee .more:focus {
      color: #000;
      background-color: #FFE16D; }
  .color-style3 .marquee .more {
    color: #fff;
    background-color: #a26401; }
    .color-style3 .marquee .more:hover {
      background-color: #724600; }
    .color-style3 .marquee .more:focus {
      color: #fff;
      background-color: #e00; }
  .color-style4 .marquee .more {
    background-color: #a26401;
    color: #fff; }
    .color-style4 .marquee .more:hover {
      color: #fff;
      background-color: #724600; }
    .color-style4 .marquee .more:focus {
      color: #353535;
      background-color: #FFE16D; }
  .color-style5 .marquee .more {
    color: #353535;
    background-color: #ffdede; }
    .color-style5 .marquee .more:hover {
      background-color: #ffcdcd; }
    .color-style5 .marquee .more:focus {
      background-color: #FFE16D; }
  .color-style6 .marquee .more {
    color: #ffffff;
    background-color: #5e146e; }
    .color-style6 .marquee .more:hover {
      background-color: #802b93; }
    .color-style6 .marquee .more:focus {
      color: #353535;
      background-color: #FFE16D; }

/*-------------------- 功能模組：刪除廣告欄位 -------------------*/
.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: #9dc79d;
    padding: 30px 5px;
    color: #000;
    border-radius: 10px 0px 0px 10px;
    left: 0;
    position: relative; }
    .showRight .showRight-switch:hover {
      background-color: #b3d3b3; }
    .showRight .showRight-switch:focus {
      outline: none;
      background-color: #FFE16D; }
  .showRight .showRight-container {
    display: inline-block;
    text-align: center;
    box-shadow: -4px 0px 0px #72af72;
    background-color: #d4e6d4; }
    .showRight .showRight-container a {
      display: block;
      padding: 15px 10px;
      color: #353535; }
      .showRight .showRight-container a + a {
        border-top: 1px solid #b3d4b3; }
      .showRight .showRight-container a:hover {
        background-color: #deecde; }
      .showRight .showRight-container a:focus {
        outline: none;
        background-color: #FFE16D; }
      .showRight .showRight-container a img {
        width: 100%;
        max-width: 50px; }
    .showRight .showRight-container p {
      margin-top: 5px; }
  @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: #fff; }
    .color-style1 .showRight .showRight-switch:hover {
      background-color: #0f5fba; }
    .color-style1 .showRight .showRight-switch:focus {
      color: #353535;
      background-color: #FFE16D; }
  .color-style1 .showRight .showRight-container {
    background-color: #dfeef8;
    box-shadow: -4px 0px 0px #4e7cb0; }
    .color-style1 .showRight .showRight-container a + a {
      border-color: #bbd2e2; }
    .color-style1 .showRight .showRight-container a:hover {
      background-color: #edf5fb; }
  .color-style2 .showRight .showRight-switch {
    background-color: #811818;
    color: #fff; }
    .color-style2 .showRight .showRight-switch:hover {
      color: #fff;
      background-color: #ce4848; }
    .color-style2 .showRight .showRight-switch:focus {
      color: #353535;
      background-color: #FFE16D; }
  .color-style2 .showRight .showRight-container {
    background-color: #e4e4e4;
    box-shadow: -4px 0px 0px #c03939; }
    .color-style2 .showRight .showRight-container a + a {
      border-top-color: #c1bebe; }
    .color-style2 .showRight .showRight-container a:hover {
      background-color: #ffdcdc; }
    .color-style2 .showRight .showRight-container a:focus {
      background-color: #FFE16D; }
      .color-style2 .showRight .showRight-container a:focus p {
        color: #353535; }
  .color-style3 .showRight .showRight-switch {
    background-color: #ffd8a0; }
    .color-style3 .showRight .showRight-switch:hover {
      background-color: #ffd18e; }
    .color-style3 .showRight .showRight-switch:focus {
      color: #fff;
      background-color: #e00; }
  .color-style3 .showRight .showRight-container {
    background-color: #e4e4e4;
    box-shadow: -4px 0px 0px #ffb141; }
    .color-style3 .showRight .showRight-container a + a {
      border-top-color: #c1bebe; }
    .color-style3 .showRight .showRight-container a:hover {
      background-color: #fff2c2; }
    .color-style3 .showRight .showRight-container a:focus {
      background-color: #e00; }
      .color-style3 .showRight .showRight-container a:focus p {
        color: #fff; }
  .color-style4 .showRight .showRight-switch {
    color: #fff;
    background-color: #5A7B6C; }
    .color-style4 .showRight .showRight-switch:hover {
      background-color: #537163; }
    .color-style4 .showRight .showRight-switch:focus {
      color: #353535;
      background-color: #FFE16D; }
  .color-style4 .showRight .showRight-container {
    background-color: #dbe8d6;
    box-shadow: -4px 0px 0px #5A7B6C; }
    .color-style4 .showRight .showRight-container a + a {
      border-top-color: #b1caa7; }
    .color-style4 .showRight .showRight-container a:hover {
      background-color: #eff5ec; }
    .color-style4 .showRight .showRight-container a:focus {
      background-color: #FFE16D; }
      .color-style4 .showRight .showRight-container a:focus p {
        color: #353535; }
  .color-style5 .showRight .showRight-switch {
    color: #fff;
    background-color: #c05250; }
    .color-style5 .showRight .showRight-switch:hover {
      background-color: #af413f; }
    .color-style5 .showRight .showRight-switch:focus {
      color: #353535;
      background-color: #FFE16D; }
  .color-style5 .showRight .showRight-container {
    background-color: #f6f2f2;
    box-shadow: -4px 0px 0px #f88e8b; }
    .color-style5 .showRight .showRight-container a + a {
      border-top-color: #d6d6d6; }
    .color-style5 .showRight .showRight-container a:hover {
      background-color: #fff7f7; }
    .color-style5 .showRight .showRight-container a:focus {
      background-color: #FFE16D; }
      .color-style5 .showRight .showRight-container a:focus p {
        color: #353535; }
  .color-style6 .showRight .showRight-switch {
    color: #fff;
    background-color: #5d2a69; }
    .color-style6 .showRight .showRight-switch:hover {
      background-color: #7d398d; }
    .color-style6 .showRight .showRight-switch:focus {
      color: #353535;
      background-color: #FFE16D; }
  .color-style6 .showRight .showRight-container {
    background-color: #f5e7f8;
    box-shadow: -4px 0px 0px #802b93; }
    .color-style6 .showRight .showRight-container a + a {
      border-top-color: #e0bae8; }
    .color-style6 .showRight .showRight-container a:hover {
      background-color: #faf4fc; }
    .color-style6 .showRight .showRight-container a:focus {
      background-color: #FFE16D; }
      .color-style6 .showRight .showRight-container a:focus p {
        color: #353535; }

/*-------------- 功能模組：文字連結 ---------------*/
.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;
        line-height: normal;
        color: #4a4a4a;
        background-color: #ffffff;
        padding: 10px 0;
        border-radius: 10px;
        border: 1px solid #dadada; }
        .text-link .text-link-container .text-buttom a p {
          color: #4a4a4a; }
        .text-link .text-link-container .text-buttom a:hover {
          background-color: #C9D98F; }
        .text-link .text-link-container .text-buttom a:focus {
          color: #353535;
          outline: none;
          background-color: #FFE16D; }
          .text-link .text-link-container .text-buttom a:focus p {
            color: #353535; }
  .text-link .row-quantity {
    display: flex;
    flex-wrap: wrap;
    justify-content: start; }
    .text-link .row-quantity.block-1 .text-buttom {
      width: calc(100% / 1); }
      .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: calc(100% / 2); }
      .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: calc(100% / 4); }
      .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: calc(100% / 5); }
      .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: calc(100% / 8); }
      .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: calc(100% / 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 {
      width: 50%; }
      .text-link .row-quantity.block-3 .text-buttom:nth-of-type(n+3) {
        margin-top: 15px; }
    .text-link .row-quantity.block-4 .text-buttom {
      width: 50%; }
      .text-link .row-quantity.block-4 .text-buttom:nth-of-type(n+3) {
        margin-top: 15px; }
    .text-link .row-quantity.block-5 .text-buttom {
      width: 50%; }
      .text-link .row-quantity.block-5 .text-buttom:nth-of-type(n+3) {
        margin-top: 15px; }
    .text-link .row-quantity.block-6 .text-buttom {
      width: 50%; }
      .text-link .row-quantity.block-6 .text-buttom:nth-of-type(n+3) {
        margin-top: 15px; }
    .text-link .row-quantity.block-7 .text-buttom {
      width: 50%; }
      .text-link .row-quantity.block-7 .text-buttom:nth-of-type(n+3) {
        margin-top: 15px; }
    .text-link .row-quantity.block-8 .text-buttom {
      width: 50%; }
      .text-link .row-quantity.block-8 .text-buttom:nth-of-type(n+3) {
        margin-top: 15px; }
    .text-link .row-quantity.block-9 .text-buttom {
      width: 50%; }
      .text-link .row-quantity.block-9 .text-buttom:nth-of-type(n+3) {
        margin-top: 15px; }
    .text-link .row-quantity.block-10 .text-buttom {
      width: 50%; }
      .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 {
      width: 100%; }
      .text-link .row-quantity.block-2 .text-buttom:nth-of-type(n+2) {
        margin-top: 15px; }
    .text-link .row-quantity.block-3 .text-buttom {
      width: 100%; }
      .text-link .row-quantity.block-3 .text-buttom:nth-of-type(n+2) {
        margin-top: 15px; }
    .text-link .row-quantity.block-4 .text-buttom {
      width: 100%; }
      .text-link .row-quantity.block-4 .text-buttom:nth-of-type(n+2) {
        margin-top: 15px; }
    .text-link .row-quantity.block-5 .text-buttom {
      width: 100%; }
      .text-link .row-quantity.block-5 .text-buttom:nth-of-type(n+2) {
        margin-top: 15px; }
    .text-link .row-quantity.block-6 .text-buttom {
      width: 100%; }
      .text-link .row-quantity.block-6 .text-buttom:nth-of-type(n+2) {
        margin-top: 15px; }
    .text-link .row-quantity.block-7 .text-buttom {
      width: 100%; }
      .text-link .row-quantity.block-7 .text-buttom:nth-of-type(n+2) {
        margin-top: 15px; }
    .text-link .row-quantity.block-8 .text-buttom {
      width: 100%; }
      .text-link .row-quantity.block-8 .text-buttom:nth-of-type(n+2) {
        margin-top: 15px; }
    .text-link .row-quantity.block-9 .text-buttom {
      width: 100%; }
      .text-link .row-quantity.block-9 .text-buttom:nth-of-type(n+2) {
        margin-top: 15px; }
    .text-link .row-quantity.block-10 .text-buttom {
      width: 100%; }
      .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:hover {
    background-color: #c4d6eb; }
  .color-style2 .text-link .text-link-container .text-buttom a:hover {
    background-color: #fdf7f1; }
  .color-style3 .text-link .text-link-container .text-buttom a:hover {
    background-color: #f0cf9f; }
  .color-style3 .text-link .text-link-container .text-buttom a:focus {
    color: #fff;
    background-color: #e00; }
    .color-style3 .text-link .text-link-container .text-buttom a:focus p {
      color: #fff; }
  .color-style4 .text-link .text-link-container .text-buttom a:hover {
    background-color: #f1f5e0; }
  .color-style5 .text-link .text-link-container .text-buttom a:hover {
    background-color: #e4b5b4; }
  .color-style6 .text-link .text-link-container .text-buttom a:hover {
    background-color: #e7cdec; }

/*-------------- 功能模組：圖文 ---------------*/
.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 {
        outline-width: 3px;
        outline-offset: 0;
        outline-style: dashed;
        outline-color: #f19300; }
  .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 .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 .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-top: -25px;
  margin-bottom: 15px !important; }
  .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;
      background-color: #a85d49;
      color: #fff;
      border: none;
      border-radius: 5px; }
      .input-box form .input-determine:hover {
        color: #353535;
        background-color: #C9D98F; }
      .input-box form .input-determine:focus {
        outline: none;
        color: #353535;
        background-color: #FFE16D; }
  .input-box .icon {
    display: inline-block; }
  .color-style2 .input-box form .input-determine {
    background-color: #523f41;
    color: #fff; }
    .color-style2 .input-box form .input-determine:hover {
      background-color: #372a2b; }
  .color-style3 .input-box form .input-determine {
    background-color: #a26401;
    color: #fff; }
    .color-style3 .input-box form .input-determine:hover {
      background-color: #724600; }
  .color-style4 .input-box form .input-determine {
    background-color: #a26401;
    color: #fff; }
    .color-style4 .input-box form .input-determine:hover {
      background-color: #724600; }

/*-------------- 功能模組：網站導覽 ---------------*/
.web-map {
  width: calc(100% + 15px * 2);
  margin-left: -15px;
  background-color: #386238;
  border-top: 5px solid #688768;
  position: relative;
  margin-top: 45px;
  margin-bottom: 0 !important;
  /*-------------------- 顏色設定 ---------------------*/ }
  .web-map a.ctrl {
    width: 90px;
    height: 45px;
    display: block;
    color: #ffffff;
    padding-top: 17px;
    text-align: center;
    letter-spacing: 2px;
    text-indent: 2px;
    background-color: #386238;
    border-radius: 90px 90px 0 0;
    position: absolute;
    top: -50px;
    left: calc(50% - 45px);
    /* English Version */ }
    .web-map a.ctrl::after {
      content: '';
      width: 0;
      height: 0;
      display: inline-block;
      margin: 3px 0 0 5px;
      border-style: solid;
      position: relative;
      top: -3px; }
    .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 {
      color: #353535;
      background-color: #b4d4b4; }
      .web-map a.ctrl:hover.open::after {
        border-color: #353535 transparent transparent transparent; }
      .web-map a.ctrl:hover.close::after {
        border-color: transparent transparent #353535 transparent; }
    .web-map a.ctrl:focus {
      color: #353535;
      outline-width: 2px;
      outline-offset: 1px;
      outline-style: dashed;
      outline-color: #d10000;
      background-color: #b4d4b4; }
      .web-map a.ctrl:focus.open::after {
        border-color: #353535 transparent transparent transparent; }
      .web-map a.ctrl:focus.close::after {
        border-color: transparent transparent #353535 transparent; }
    html:lang(en) .web-map a.ctrl {
      letter-spacing: 0px;
      text-indent: 0px; }
  .web-map ul {
    width: 100%;
    max-width: 1170px;
    margin: auto;
    padding: 20px 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% / 6);
      vertical-align: top;
      padding: 0 10px 10px;
      display: inline-block;
      text-align: left; }
      .web-map ul li h3 {
        color: #ffffff;
        font-size: 1.125rem;
        padding-top: 18px;
        margin-bottom: 10px;
        border-top: 1px dashed #a5a5a5; }
      .web-map ul li a {
        color: #ffffff;
        line-height: normal;
        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 {
          outline-width: 2px;
          outline-offset: 1px;
          outline-style: dashed;
          outline-color: #FFE16D; }
      .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; }
  @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 {
          border: none;
          padding-top: 0;
          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 {
    border-color: #0a3f7b;
    background-color: #215e8d; }
    .color-style1 .web-map a.ctrl {
      color: #ffffff;
      background-color: #093464; }
      .color-style1 .web-map a.ctrl.open::after {
        border-color: #fff transparent transparent transparent; }
      .color-style1 .web-map a.ctrl.close::after {
        border-color: transparent transparent #fff transparent; }
      .color-style1 .web-map a.ctrl:hover {
        color: #fff;
        background-color: #2d6682; }
        .color-style1 .web-map a.ctrl:hover.open::after {
          border-color: #fff transparent transparent transparent; }
        .color-style1 .web-map a.ctrl:hover.close::after {
          border-color: transparent transparent #fff transparent; }
      .color-style1 .web-map a.ctrl:focus {
        color: #fff;
        background-color: #f00; }
        .color-style1 .web-map a.ctrl:focus.open::after {
          border-color: #fff transparent transparent transparent; }
        .color-style1 .web-map a.ctrl:focus.close::after {
          border-color: transparent transparent #fff transparent; }
    .color-style1 .web-map ul li h3 {
      color: #fff; }
      .color-style1 .web-map ul li h3 a {
        color: #fff; }
    .color-style1 .web-map ul li a {
      color: #fff; }
      .color-style1 .web-map ul li a:hover {
        color: #000;
        background-color: #fff; }
      .color-style1 .web-map ul li a:focus {
        outline-color: #f19300; }
    @media screen and (max-width: 600px) {
      .color-style1 .web-map ul li h3::after {
        border-color: #31708f transparent transparent transparent; } }
  .color-style2 .web-map {
    border-color: #7f4001;
    background-color: #a95e14; }
    .color-style2 .web-map a.ctrl {
      color: #ffffff;
      background-color: #a95e14; }
      .color-style2 .web-map a.ctrl.open::after {
        border-color: #fff transparent transparent transparent; }
      .color-style2 .web-map a.ctrl.close::after {
        border-color: transparent transparent #fff transparent; }
      .color-style2 .web-map a.ctrl:hover {
        color: #fff;
        background-color: #832f2f; }
        .color-style2 .web-map a.ctrl:hover.open::after {
          border-color: #fff transparent transparent transparent; }
        .color-style2 .web-map a.ctrl:hover.close::after {
          border-color: transparent transparent #fff transparent; }
      .color-style2 .web-map a.ctrl:focus {
        color: #fff;
        outline-color: #FFE16D;
        background-color: #832f2f; }
        .color-style2 .web-map a.ctrl:focus.open::after {
          border-color: #fff transparent transparent transparent; }
        .color-style2 .web-map a.ctrl:focus.close::after {
          border-color: transparent transparent #fff transparent; }
    .color-style2 .web-map ul li h3 {
      color: #fff; }
      .color-style2 .web-map ul li h3 a {
        color: #a83d3d; }
    .color-style2 .web-map ul li a {
      color: #fff; }
      .color-style2 .web-map ul li a:hover {
        color: #000;
        background-color: #fff; }
      .color-style2 .web-map ul li a:focus {
        outline-color: #f19300; }
    @media screen and (max-width: 600px) {
      .color-style2 .web-map ul li h3::after {
        border-color: #a83d3d transparent transparent transparent; } }
  .color-style3 .web-map {
    border-color: #016058;
    background-color: #018378; }
    .color-style3 .web-map a.ctrl {
      color: #ffffff;
      background-color: #016058; }
      .color-style3 .web-map a.ctrl.open::after {
        border-color: #fff transparent transparent transparent; }
      .color-style3 .web-map a.ctrl.close::after {
        border-color: transparent transparent #fff transparent; }
      .color-style3 .web-map a.ctrl:hover {
        color: #ffffff;
        background-color: #018378; }
        .color-style3 .web-map a.ctrl:hover.open::after {
          border-color: #fff transparent transparent transparent; }
        .color-style3 .web-map a.ctrl:hover.close::after {
          border-color: transparent transparent #fff transparent; }
      .color-style3 .web-map a.ctrl:focus {
        color: #fff;
        outline-color: #018378;
        background-color: #643b00; }
        .color-style3 .web-map a.ctrl:focus.open::after {
          border-color: #fff transparent transparent transparent; }
        .color-style3 .web-map a.ctrl:focus.close::after {
          border-color: transparent transparent #fff transparent; }
    .color-style3 .web-map ul li h3 {
      color: #fff; }
      .color-style3 .web-map ul li h3 a {
        color: #a4432a; }
    .color-style3 .web-map ul li a {
      color: #fff; }
      .color-style3 .web-map ul li a:hover {
        color: #000;
        background-color: #fff; }
      .color-style3 .web-map ul li a:focus {
        outline-color: #d10000; }
    @media screen and (max-width: 600px) {
      .color-style3 .web-map ul li h3::after {
        border-color: #a4432a transparent transparent transparent; } }
  .color-style4 .web-map {
    border-color: #295e4a;
    background-color: #378166; }
    .color-style4 .web-map a.ctrl {
      color: #ffffff;
      background-color: #295e4a; }
      .color-style4 .web-map a.ctrl.open::after {
        border-color: #fff transparent transparent transparent; }
      .color-style4 .web-map a.ctrl.close::after {
        border-color: transparent transparent #fff transparent; }
      .color-style4 .web-map a.ctrl:hover {
        color: #fff;
        background-color: #345a44; }
        .color-style4 .web-map a.ctrl:hover.open::after {
          border-color: #fff transparent transparent transparent; }
        .color-style4 .web-map a.ctrl:hover.close::after {
          border-color: transparent transparent #fff transparent; }
      .color-style4 .web-map a.ctrl:focus {
        color: #fff;
        outline-color: #FFE16D;
        background-color: #345a44; }
        .color-style4 .web-map a.ctrl:focus.open::after {
          border-color: #fff transparent transparent transparent; }
        .color-style4 .web-map a.ctrl:focus.close::after {
          border-color: transparent transparent #fff transparent; }
    .color-style4 .web-map ul li h3 {
      color: #fff; }
      .color-style4 .web-map ul li h3 a {
        color: #416f55; }
    .color-style4 .web-map ul li a {
      color: #fff; }
      .color-style4 .web-map ul li a:hover {
        color: #000;
        background-color: #fff; }
      .color-style4 .web-map ul li a:focus {
        border-color: #f19300; }
    @media screen and (max-width: 600px) {
      .color-style4 .web-map ul li h3::after {
        border-color: #416f55 transparent transparent transparent; } }
  .color-style5 .web-map {
    border-color: #ffcbcb;
    background-color: #ffeded; }
    .color-style5 .web-map a.ctrl {
      color: #993a3a;
      background-color: #ffcbcb; }
      .color-style5 .web-map a.ctrl.open::after {
        border-color: #993a3a transparent transparent transparent; }
      .color-style5 .web-map a.ctrl.close::after {
        border-color: transparent transparent #993a3a transparent; }
      .color-style5 .web-map a.ctrl:hover {
        color: #fff;
        background-color: #993a3a; }
        .color-style5 .web-map a.ctrl:hover.open::after {
          border-color: #fff transparent transparent transparent; }
        .color-style5 .web-map a.ctrl:hover.close::after {
          border-color: transparent transparent #fff transparent; }
      .color-style5 .web-map a.ctrl:focus {
        color: #fff;
        outline-color: #FFE16D;
        background-color: #993a3a; }
        .color-style5 .web-map a.ctrl:focus.open::after {
          border-color: #fff transparent transparent transparent; }
        .color-style5 .web-map a.ctrl:focus.close::after {
          border-color: transparent transparent #fff transparent; }
    .color-style5 .web-map ul li h3 {
      color: #b04a4a; }
      .color-style5 .web-map ul li h3 a {
        color: #b04a4a; }
    .color-style5 .web-map ul li a {
      color: #79453f; }
      .color-style5 .web-map ul li a:hover {
        color: #036d96; }
      .color-style5 .web-map ul li a:focus {
        outline-color: #f19300; }
    @media screen and (max-width: 600px) {
      .color-style5 .web-map ul li h3::after {
        border-color: #b04a4a transparent transparent transparent; } }
  .color-style6 .web-map {
    border-color: #e4b2f0;
    background-color: #f8eafb; }
    .color-style6 .web-map a.ctrl {
      color: #6a3476;
      background-color: #e4b2f0; }
      .color-style6 .web-map a.ctrl.open::after {
        border-color: #6a3476 transparent transparent transparent; }
      .color-style6 .web-map a.ctrl.close::after {
        border-color: transparent transparent #6a3476 transparent; }
      .color-style6 .web-map a.ctrl:hover {
        color: #fff;
        background-color: #6a3476; }
        .color-style6 .web-map a.ctrl:hover.open::after {
          border-color: #fff transparent transparent transparent; }
        .color-style6 .web-map a.ctrl:hover.close::after {
          border-color: transparent transparent #fff transparent; }
      .color-style6 .web-map a.ctrl:focus {
        color: #fff;
        outline-color: #FFE16D;
        background-color: #6a3476; }
        .color-style6 .web-map a.ctrl:focus.open::after {
          border-color: #fff transparent transparent transparent; }
        .color-style6 .web-map a.ctrl:focus.close::after {
          border-color: transparent transparent #fff transparent; }
    .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; }
      .color-style6 .web-map ul li a:hover {
        color: #f44336; }
      .color-style6 .web-map ul li a:focus {
        outline-color: #f19300; }
    @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 #688768;
    background-color: #386238; }
    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: #FFE16D; }
        footer .second-menu-top div a:focus {
          color: #353535;
          background-color: #FFE16D;
          outline: none; }
  footer .container-background {
    font-size: 0.9375rem;
    font-weight: 300;
    padding: 1% 0;
    position: relative;
    background-color: #343434; }
    footer .container-background .footer-info article a {
      color: #000;
      font-weight: bold; }
      footer .container-background .footer-info article a:hover {
        color: #000 !important;
        background-color: #fff; }
      footer .container-background .footer-info article a:focus {
        color: #000 !important;
        outline-width: 2px;
        outline-offset: 1px;
        outline-style: dashed;
        outline-color: #f19300;
        background-color: #fff; }
    footer .container-background .footer-info .other {
      display: inline-block;
      margin-top: 10px;
      background-color: #ffffff;
      padding: 3px 8px 5px;
      line-height: normal;
      border-radius: 3px;
      box-shadow: 2px 1px 3px 0px rgba(0, 0, 0, 0.2); }
      footer .container-background .footer-info .other span {
        font-size: 0.75rem;
        font-weight: bold; }
        footer .container-background .footer-info .other span + span {
          padding-left: 13px;
          margin-left: 10px;
          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-width: 2px;
          outline-offset: 1px;
          outline-style: dashed;
          outline-color: #f19300; }
  @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 .accesskey a {
    color: #fff; }
  .color-style1 footer .accesskey.no-second a {
    color: #fff; }
  .color-style1 footer .second-menu-top {
    border-color: #3571a0;
    background-color: #215e8d; }
    .color-style1 footer .second-menu-top div a {
      color: #ffff; }
      .color-style1 footer .second-menu-top div a:hover {
        color: #000;
        background-color: #fff; }
      .color-style1 footer .second-menu-top div a:focus {
        color: #ffffff;
        background-color: #36669c; }
  .color-style2 footer .accesskey a {
    color: #000; }
  .color-style2 footer .accesskey.no-second a {
    color: #fff; }
  .color-style2 footer .second-menu-top {
    border-color: #d89656;
    background-color: #a95e14; }
    .color-style2 footer .second-menu-top div a {
      color: #fff; }
      .color-style2 footer .second-menu-top div a:hover {
        color: #000;
        background-color: #fff; }
      .color-style2 footer .second-menu-top div a:focus {
        color: #ffffff;
        background-color: #811818; }
  .color-style3 footer .accesskey a {
    color: #000; }
  .color-style3 footer .accesskey.no-second a {
    color: #fff; }
  .color-style3 footer .second-menu-top {
    border-color: #57aea7;
    background-color: #018378; }
    .color-style3 footer .second-menu-top div a {
      color: #fff; }
      .color-style3 footer .second-menu-top div a:hover {
        color: #000;
        background-color: #fff; }
      .color-style3 footer .second-menu-top div a:focus {
        color: #ffffff;
        background-color: #e00; }
  .color-style4 footer .accesskey a {
    color: #000; }
  .color-style4 footer .accesskey.no-second a {
    color: #fff; }
  .color-style4 footer .second-menu-top {
    border-color: #459a7b;
    background-color: #378166; }
    .color-style4 footer .second-menu-top div a {
      color: #fff; }
      .color-style4 footer .second-menu-top div a:hover {
        color: #0068aa; }
      .color-style4 footer .second-menu-top div a:focus {
        color: #fff;
        background-color: #345a44; }
  .color-style5 footer .accesskey a {
    color: #000; }
  .color-style5 footer .accesskey.no-second a {
    color: #fff; }
  .color-style5 footer .second-menu-top {
    border-color: #ffcbcb;
    background-color: #ffeded; }
    .color-style5 footer .second-menu-top div a {
      color: #79453f; }
      .color-style5 footer .second-menu-top div a:hover {
        color: #0068aa; }
      .color-style5 footer .second-menu-top div a:focus {
        background-color: #ffcdcd; }
  .color-style6 footer .accesskey a {
    color: #000; }
  .color-style6 footer .accesskey.no-second a {
    color: #fff; }
  .color-style6 footer .second-menu-top {
    border-color: #e4b2f0;
    background-color: #f8eafb; }
    .color-style6 footer .second-menu-top div a {
      color: #585858; }
      .color-style6 footer .second-menu-top div a:hover {
        color: #0068aa; }
      .color-style6 footer .second-menu-top div a:focus {
        color: #fff;
        background-color: #802b93; }

/*-------------------- 功能模組：業務統計 -----------------------*/
.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 {
      height: 38px;
      line-height: 38px;
      font-size: 1.125rem;
      background-color: #467a46;
      color: #fff;
      padding: 0 5px;
      border-bottom: 4px solid #b7d5b7; }
    .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-width: 2px;
              outline-offset: 1px;
              outline-style: dashed;
              outline-color: #f19300; }
        .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 li .time {
  border-color: #014b79;
  background-color: #36669c; }

.color-style2 .business-statistics ul li .time {
  background-color: #a95e14;
  border-color: #7f4001; }

.color-style3 .business-statistics ul li .time {
  background-color: #018378;
  border-color: #016058; }

.color-style4 .business-statistics ul li .time {
  border-color: #295e4a;
  background-color: #378166; }

.color-style5 .business-statistics ul li .time {
  background-color: #c05250;
  border-bottom: 4px solid #ffa9a9; }

.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 {
          color: #fff;
          background-color: #e00; }
      .tender .area-box .area .north-button {
        background-color: #3e6c3e; }
      .tender .area-box .area .central-button {
        background-color: #ad2525; }
      .tender .area-box .area .south-button {
        background-color: #955900; }
    .tender .area-box .north {
      border-left: 2px solid #ddd; }
      .tender .area-box .north h3 {
        background-color: #3e6c3e;
        color: #fff; }
      .tender .area-box .north ul li h4 {
        color: #3e6c3e; }
    .tender .area-box .central {
      border-left: 2px solid #ddd;
      border-right: 2px solid #ddd; }
      .tender .area-box .central h3 {
        background: #ad2525;
        color: #fff; }
      .tender .area-box .central ul li h4 {
        color: #ad2525; }
    .tender .area-box .south {
      border-right: 2px solid #ddd; }
      .tender .area-box .south h3 {
        background: #955900;
        color: #fff; }
      .tender .area-box .south ul li h4 {
        color: #955900; }
  @media screen and (max-width: 415px) {
    .tender .area-box {
      display: block; }
      .tender .area-box .area {
        margin-bottom: 20px; } }
  .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 .area-button:hover {
        color: #353535;
        background-color: #ffaa25; }
      .color-style1 .tender .area-box .area .area-button:focus {
        outline: none;
        color: #353535;
        background-color: #FFE16D; }
    .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: #425468; }
  .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: #425468;
      color: #fff; }
    .color-style1 .tender .area-box .south ul li h4 {
      color: #425468; }
  .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 .area-button:hover {
        color: #353535;
        background-color: #ffaa25; }
      .color-style2 .tender .area-box .area .area-button:focus {
        outline: none;
        color: #353535;
        background-color: #FFE16D; }
    .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: #ad2525; }
  .color-style2 .tender .area-box .north {
    border-color: #ddd; }
    .color-style2 .tender .area-box .north h3 {
      color: #fff;
      background-color: #751919; }
    .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 {
      color: #fff;
      background-color: #a22525; }
    .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 {
      color: #fff;
      background-color: #ad2525; }
    .color-style2 .tender .area-box .south ul li h4 {
      color: #ad2525; }
  .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 .area-button:hover {
        color: #353535;
        background-color: #FFE16D; }
      .color-style3 .tender .area-box .area .area-button:focus {
        color: #fff;
        background-color: #3b92b2; }
    .color-style3 .tender .area-box .area .north-button {
      background-color: #844e00; }
    .color-style3 .tender .area-box .area .central-button {
      background-color: #a26100; }
    .color-style3 .tender .area-box .area .south-button {
      color: #191919;
      background-color: #ff9600; }
  .color-style3 .tender .area-box .north {
    border-color: #ddd; }
    .color-style3 .tender .area-box .north h3 {
      color: #fff;
      background-color: #844e00; }
    .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 {
      color: #fff;
      background-color: #a26100; }
    .color-style3 .tender .area-box .central ul li h4 {
      color: #a26100; }
  .color-style3 .tender .area-box .south {
    border-color: #ddd; }
    .color-style3 .tender .area-box .south h3 {
      color: #191919;
      background-color: #ff9600; }
    .color-style3 .tender .area-box .south ul li h4 {
      color: #935800; }
  .color-style4 .tender .area-box {
    border-top: 2px solid #d4d4d4; }
    .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: #000; }
      .color-style4 .tender .area-box .area .area-button {
        color: #383e15; }
        .color-style4 .tender .area-box .area .area-button:hover {
          color: #353535;
          background-color: #8fb87f; }
        .color-style4 .tender .area-box .area .area-button:focus {
          outline: none;
          color: #353535;
          background-color: #FFE16D; }
      .color-style4 .tender .area-box .area .north-button {
        background-color: #a2c495; }
      .color-style4 .tender .area-box .area .central-button {
        background-color: #a2c495; }
      .color-style4 .tender .area-box .area .south-button {
        background-color: #a2c495; }
    .color-style4 .tender .area-box .north {
      border-color: #d4d4d4; }
      .color-style4 .tender .area-box .north h3 {
        color: #353535;
        background-color: #e6e6e6; }
      .color-style4 .tender .area-box .north ul li h4 {
        color: #0a5e10; }
    .color-style4 .tender .area-box .central {
      border-color: #d4d4d4; }
      .color-style4 .tender .area-box .central h3 {
        color: #353535;
        background-color: #e6e6e6; }
      .color-style4 .tender .area-box .central ul li h4 {
        color: #188144; }
    .color-style4 .tender .area-box .south {
      border-color: #d4d4d4; }
      .color-style4 .tender .area-box .south h3 {
        color: #353535;
        background-color: #e6e6e6; }
      .color-style4 .tender .area-box .south ul li h4 {
        color: #39881C; }
  .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: #000; }
    .color-style5 .tender .area-box .area .area-button {
      color: #fff; }
      .color-style5 .tender .area-box .area .area-button:hover {
        color: #353535;
        background-color: #ffaa25; }
      .color-style5 .tender .area-box .area .area-button:focus {
        outline: none;
        color: #353535;
        background-color: #FFE16D; }
    .color-style5 .tender .area-box .area .north-button {
      background-color: #b9221e; }
    .color-style5 .tender .area-box .area .central-button {
      background-color: #8e0300; }
    .color-style5 .tender .area-box .area .south-button {
      background-color: #883e3c; }
  .color-style5 .tender .area-box .north {
    border-color: #ddd; }
    .color-style5 .tender .area-box .north h3 {
      color: #fff;
      background-color: #b9221e; }
    .color-style5 .tender .area-box .north ul li h4 {
      color: #b9221e; }
  .color-style5 .tender .area-box .central {
    border-color: #ddd; }
    .color-style5 .tender .area-box .central h3 {
      color: #fff;
      background-color: #8e0300; }
    .color-style5 .tender .area-box .central ul li h4 {
      color: #8e0300; }
  .color-style5 .tender .area-box .south {
    border-color: #ddd; }
    .color-style5 .tender .area-box .south h3 {
      color: #fff;
      background-color: #883e3c; }
    .color-style5 .tender .area-box .south ul li h4 {
      color: #883e3c; }
  .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 .area-button:hover {
        color: #353535;
        background-color: #ffaa25; }
      .color-style6 .tender .area-box .area .area-button:focus {
        outline: none;
        color: #353535;
        background-color: #FFE16D; }
    .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 {
      color: #fff;
      background-color: #5e146e; }
    .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 {
      color: #fff;
      background-color: #993fad; }
    .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 {
      color: #fff;
      background-color: #794884; }
    .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: #975900; }
  .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: 10px 0; }
      .timely-message ul li .importAndExport {
        background-color: #406f40;
        padding: 3px 10px;
        color: #fff;
        border-radius: 5px;
        margin-right: 5px; }
      .timely-message ul li .timeText {
        font-size: 0.937rem;
        font-weight: bold; }
  @media screen and (max-width: 415px) {
    .timely-message .timelyMessage ul li {
      width: 100%; } }
  .color-style1 .timely-message ul li .importAndExport {
    background-color: #0a3f7b; }
  .color-style2 .timely-message ul li .importAndExport {
    background-color: #a95e14; }
  .color-style2 .timely-message .orangeText {
    color: #de0000; }
  .color-style3 .timely-message ul li .importAndExport {
    background-color: #018378; }
  .color-style3 .timely-message .orangeText {
    color: #018378; }
  .color-style4 .timely-message ul li .importAndExport {
    background-color: #4d713e; }
  .color-style5 .timely-message ul li .importAndExport {
    background-color: #c05250; }
  .color-style6 .timely-message .orangeText {
    color: #af12d4; }
  .color-style6 .timely-message ul li .importAndExport {
    background-color: #5d2a69; }

/*-------------- 功能模組：便捷服務 ---------------*/
.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: 360px;
      padding-bottom: 5px;
      border: 1px solid #e0e0e0;
      background-color: #ffffff; }
      .convenient-service > div .convenient-service-container .service-icon {
        background-color: #4A824A;
        padding: 5px; }
        .convenient-service > div .convenient-service-container .service-icon img {
          width: 90%;
          margin: 0 auto; }
      .convenient-service > div .convenient-service-container h3 {
        color: #fff;
        text-align: center;
        padding: 5px;
        font-weight: normal;
        background-color: #386238; }
      .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: #aa6350; }
            .convenient-service > div .convenient-service-container ul li a:focus {
              outline-width: 2px;
              outline-offset: 1px;
              outline-style: dashed;
              outline-color: #f19300; }
  .convenient-service .more {
    text-align: center;
    margin-top: 20px; }
    .convenient-service .more a {
      font-size: 0.95rem;
      font-weight: 400;
      display: inline-block;
      padding: 8px 15px;
      color: #fff;
      border-radius: 3px;
      background-color: #a85d49; }
      .convenient-service .more a:hover {
        color: #353535;
        background-color: #C9D98F; }
      .convenient-service .more a:focus {
        outline: none;
        color: #353535;
        background-color: #FFE16D; }
  .color-style1 .convenient-service > div .convenient-service-container .service-icon {
    background-color: #2B79B6; }
  .color-style1 .convenient-service > div .convenient-service-container h3 {
    color: #fff;
    background-color: #215e8d; }
  .color-style1 .convenient-service > div .convenient-service-container ul li {
    color: #36669c; }
  .color-style1 .convenient-service .more a {
    color: #ffffff;
    background-color: #0a3f7b; }
    .color-style1 .convenient-service .more a:hover {
      background-color: #36669c; }
    .color-style1 .convenient-service .more a:focus {
      color: #000;
      background-color: #FFE16D; }
  .color-style2 .convenient-service > div .convenient-service-container .service-icon {
    background-color: #AD6114; }
  .color-style2 .convenient-service > div .convenient-service-container h3 {
    color: #fff;
    background-color: #7f470f; }
  .color-style2 .convenient-service > div .convenient-service-container ul li {
    color: #bb4242; }
    .color-style2 .convenient-service > div .convenient-service-container ul li a:hover {
      color: #0072bb; }
  .color-style2 .convenient-service .more a {
    color: #fff;
    background-color: #811818; }
    .color-style2 .convenient-service .more a:hover {
      background-color: #bb4242; }
    .color-style2 .convenient-service .more a:focus {
      color: #000;
      background-color: #FFE16D; }
  .color-style3 .convenient-service > div .convenient-service-container .service-icon {
    background-color: #018378; }
  .color-style3 .convenient-service > div .convenient-service-container h3 {
    color: #fff;
    background-color: #01504a; }
  .color-style3 .convenient-service > div .convenient-service-container ul li {
    color: #ffb141; }
    .color-style3 .convenient-service > div .convenient-service-container ul li a:hover {
      color: #0072bb; }
  .color-style3 .convenient-service .more a {
    color: #000;
    background-color: #ffb141; }
    .color-style3 .convenient-service .more a:hover {
      background-color: #FFE16D; }
    .color-style3 .convenient-service .more a:focus {
      color: #fff;
      background-color: #e00; }
  .color-style4 .convenient-service > div .convenient-service-container .service-icon {
    background-color: #378166; }
  .color-style4 .convenient-service > div .convenient-service-container h3 {
    color: #fff;
    background-color: #285d4a; }
  .color-style4 .convenient-service > div .convenient-service-container ul li {
    color: #82b698; }
    .color-style4 .convenient-service > div .convenient-service-container ul li a:hover {
      color: #0072bb; }
  .color-style4 .convenient-service .more a {
    color: #ffffff;
    background-color: #5d7668; }
    .color-style4 .convenient-service .more a:hover {
      background-color: #4e6357; }
    .color-style4 .convenient-service .more a:focus {
      color: #353535;
      background-color: #FFE16D; }
  .color-style5 .convenient-service > div .convenient-service-container .service-icon {
    background-color: #c96b69; }
  .color-style5 .convenient-service > div .convenient-service-container h3 {
    color: #fff;
    background-color: #bb4644; }
  .color-style5 .convenient-service > div .convenient-service-container ul li {
    color: #c96b69; }
    .color-style5 .convenient-service > div .convenient-service-container ul li a:hover {
      color: #0072bb; }
  .color-style5 .convenient-service .more a {
    color: #353535;
    background-color: #ffdede; }
    .color-style5 .convenient-service .more a:hover {
      background-color: #ffcdcd; }
    .color-style5 .convenient-service .more a:focus {
      background-color: #FFE16D; }
  .color-style6 .convenient-service > div .convenient-service-container .service-icon {
    background-color: #a54eb9; }
  .color-style6 .convenient-service > div .convenient-service-container h3 {
    color: #fff;
    background-color: #5d2a69; }
  .color-style6 .convenient-service > div .convenient-service-container ul li {
    color: #a54eb9; }
    .color-style6 .convenient-service > div .convenient-service-container ul li a:hover {
      color: #0072bb; }
  .color-style6 .convenient-service .more a {
    color: #ffffff;
    background-color: #5e146e; }
    .color-style6 .convenient-service .more a:hover {
      background-color: #802b93; }
    .color-style6 .convenient-service .more a:focus {
      color: #353535;
      background-color: #FFE16D; }

/*-------------- 功能模組：圖文連結輪播 ---------------*/
.img-text-carousel {
  /*-------------------- 顏色設定 ---------------------*/ }
  .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: #000; }
      .img-text-carousel > div a:hover p {
        color: #000;
        background-color: #fff; }
    .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;
    margin-top: 15px; }
    .img-text-carousel .more a {
      font-size: 0.95rem;
      font-weight: 400;
      display: inline-block;
      padding: 5px 15px;
      color: #fff;
      border-radius: 3px;
      background-color: #a85d49; }
      .img-text-carousel .more a:hover {
        color: #353535;
        background-color: #C9D98F; }
      .img-text-carousel .more a:focus {
        outline: none;
        color: #353535;
        background-color: #FFE16D; }
  @media screen and (max-width: 414px) {
    .img-text-carousel > div a div img {
      width: 70%; } }
  .color-style1 .img-text-carousel .more a {
    color: #ffffff;
    background-color: #0a3f7b; }
    .color-style1 .img-text-carousel .more a:hover {
      background-color: #36669c; }
    .color-style1 .img-text-carousel .more a:focus {
      color: #000;
      background-color: #FFE16D; }
  .color-style2 .img-text-carousel .more a {
    color: #fff;
    background-color: #7f4001; }
    .color-style2 .img-text-carousel .more a:hover {
      background-color: #bb4242; }
    .color-style2 .img-text-carousel .more a:focus {
      color: #000;
      background-color: #FFE16D; }
  .color-style3 .img-text-carousel .more a {
    color: #fff;
    background-color: #a26401; }
    .color-style3 .img-text-carousel .more a:hover {
      background-color: #724600; }
    .color-style3 .img-text-carousel .more a:focus {
      color: #fff;
      background-color: #e00; }
  .color-style4 .img-text-carousel .more a {
    background-color: #a26401;
    color: #fff; }
    .color-style4 .img-text-carousel .more a:hover {
      color: #fff;
      background-color: #724600; }
    .color-style4 .img-text-carousel .more a:focus {
      color: #353535;
      background-color: #FFE16D; }
  .color-style5 .img-text-carousel .more a {
    color: #353535;
    background-color: #ffdede; }
    .color-style5 .img-text-carousel .more a:hover {
      background-color: #ffcdcd; }
    .color-style5 .img-text-carousel .more a:focus {
      background-color: #FFE16D; }
  .color-style6 .img-text-carousel .more a {
    color: #ffffff;
    background-color: #5e146e; }
    .color-style6 .img-text-carousel .more a:hover {
      background-color: #802b93; }
    .color-style6 .img-text-carousel .more a:focus {
      color: #353535;
      background-color: #FFE16D; }

/*-------------------- 功能模組：行事曆 ---------------------*/
.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: #353535 !important;
          background-color: #FFE16D !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: #467a46; }
    .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 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: #a85d49 !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: #467a46; }
    .calendar-box .tips .article-content::before {
      background-color: #a85d49; }
    .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-default:focus {
    color: #fff !important;
    background-color: #e00 !important; }
  .color-style3 .calendar-box .calendar .ui-widget.ui-widget-content .ui-state-highlight {
    color: #353535;
    background: #FFE16D; }
  .color-style3 .calendar-box .calendar .ui-datepicker table td.eventDatesHighlighted a {
    background: #0379a7 !important; }
  .color-style3 .calendar-box .tips .today::before {
    background-color: #FFE16D; }
  .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: #fff;
    border-color: #84493a;
    background-color: #a85d49; }
    .newspaper .order-status .butn.ok:hover {
      color: #353535;
      border-color: #accfac;
      background-color: #d5e2a8; }
    .newspaper .order-status .butn.ok:focus {
      color: #353535;
      border-color: #ef9e27;
      background-color: #FFE16D; }
  .newspaper .order-status .butn.cancel {
    color: #555;
    background-color: #d4d4d4; }
    .newspaper .order-status .butn.cancel:hover {
      background-color: #cccccc; }
    .newspaper .order-status .butn.cancel:focus {
      background-color: #FFE16D; }
  .color-style1 .newspaper .order-status .butn.ok {
    color: #fff;
    background-color: #4974a4;
    border-color: #315782; }
    .color-style1 .newspaper .order-status .butn.ok:hover {
      background-color: #315782; }
    .color-style1 .newspaper .order-status .butn.ok:focus {
      color: #353535;
      border-color: #f08b6a;
      background-color: #FFE16D; }
  .color-style2 .newspaper .order-status .butn.ok {
    color: #fff;
    background-color: #7f4001;
    border-color: #cf6c6c; }
    .color-style2 .newspaper .order-status .butn.ok:hover {
      color: #fff;
      background-color: #a95e14; }
    .color-style2 .newspaper .order-status .butn.ok:focus {
      color: #353535;
      border-color: #f08b6a;
      background-color: #FFE16D; }
  .color-style3 .newspaper .order-status .butn.ok {
    color: #fff;
    background-color: #018378; }
    .color-style3 .newspaper .order-status .butn.ok:hover {
      background-color: #016058; }
    .color-style3 .newspaper .order-status .butn.ok:focus {
      color: #fff;
      border-color: #d10000;
      background-color: #e00; }
  .color-style3 .newspaper .order-status .butn.cancel:focus {
    color: #fff;
    border-color: #d10000;
    background-color: #e00; }
  .color-style4 .newspaper .order-status .butn.ok {
    background-color: #a26401;
    color: #fff; }
    .color-style4 .newspaper .order-status .butn.ok:hover {
      color: #fff;
      background-color: #724600; }
    .color-style4 .newspaper .order-status .butn.ok:focus {
      color: #353535;
      border-color: #f19300;
      background-color: #FFE16D; }
  .color-style5 .newspaper .order-status .butn.ok {
    color: #353535;
    border-color: #ed8383;
    background-color: #ffa9a9; }
    .color-style5 .newspaper .order-status .butn.ok:hover {
      background-color: #ffcbcb; }
    .color-style5 .newspaper .order-status .butn.ok:focus {
      color: #000;
      border-color: #f19300;
      background-color: #FFE16D; }
  .color-style6 .newspaper .order-status .butn.ok {
    color: #353535;
    border-color: #d2acdb;
    background-color: #ecdbf0; }
    .color-style6 .newspaper .order-status .butn.ok:hover {
      border-color: #b97dc6;
      background-color: #cca0d6; }
    .color-style6 .newspaper .order-status .butn.ok:focus {
      color: #353535;
      border-color: #f19300;
      background-color: #FFE16D; }

/*-------------- 功能模組：統計指標 ---------------*/
.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;
              border: 2px dashed #d10000; }
        .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 img {
        width: 100%; }
      .statistical-indicators .statistical-container .chart a:focus {
        outline: none; }
        .statistical-indicators .statistical-container .chart a:focus img {
          border: 2px dashed #d10000; }
  .statistical-indicators .more {
    width: 100%;
    font-size: 0.95rem;
    font-weight: 400;
    display: block;
    text-align: right;
    padding: 10px 15px;
    color: #fff;
    background-color: #508150; }
    .statistical-indicators .more:hover {
      color: #353535;
      background-color: #C9D98F; }
    .statistical-indicators .more:focus {
      outline: none;
      color: #353535;
      background-color: #FFE16D; }
  @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: #353535;
    background-color: #eaf0f8; }
    .color-style1 .statistical-indicators .statistical-container .list li:hover .title a {
      color: #353535; }
  .color-style1 .statistical-indicators .statistical-container .list li .title a:focus {
    border-color: #f19300; }
  .color-style1 .statistical-indicators .more {
    color: #ffffff;
    background-color: #0a3f7b; }
    .color-style1 .statistical-indicators .more:hover {
      background-color: #36669c; }
    .color-style1 .statistical-indicators .more:focus {
      color: #000;
      background-color: #FFE16D; }
  .color-style2 .statistical-indicators .statistical-container .list li:hover {
    color: #353535;
    background-color: #fef1f1; }
    .color-style2 .statistical-indicators .statistical-container .list li:hover .title a {
      color: #353535; }
  .color-style2 .statistical-indicators .statistical-container .list li .title a:focus {
    border-color: #f19300; }
  .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 {
      color: #000;
      background-color: #FFE16D; }
  .color-style3 .statistical-indicators .statistical-container .list li:hover {
    color: #353535;
    background-color: #fff0da; }
    .color-style3 .statistical-indicators .statistical-container .list li:hover .title a {
      color: #353535; }
  .color-style3 .statistical-indicators .more {
    color: #000;
    background-color: #ffb141; }
    .color-style3 .statistical-indicators .more:hover {
      background-color: #FFE16D; }
    .color-style3 .statistical-indicators .more:focus {
      color: #fff;
      background-color: #e00; }
  .color-style4 .statistical-indicators .statistical-container .list li:hover {
    color: #ffffff;
    background-color: #0a5e10; }
  .color-style4 .statistical-indicators .statistical-container .list li .title a:focus {
    border-color: #f19300; }
  .color-style4 .statistical-indicators .statistical-container .chart a:focus img {
    border-color: #f19300; }
  .color-style4 .statistical-indicators .more {
    color: #fff;
    background-color: #3b654d; }
    .color-style4 .statistical-indicators .more:hover {
      color: #353535;
      background-color: #b7d5c4; }
    .color-style4 .statistical-indicators .more:focus {
      color: #353535;
      background-color: #FFE16D; }
  .color-style5 .statistical-indicators .statistical-container .list li:hover {
    color: #353535;
    background-color: #fff7f7; }
    .color-style5 .statistical-indicators .statistical-container .list li:hover .title a {
      color: #353535; }
  .color-style5 .statistical-indicators .statistical-container .list li .title a:focus {
    border-color: #f19300; }
  .color-style5 .statistical-indicators .statistical-container .chart a:focus img {
    border-color: #f19300; }
  .color-style5 .statistical-indicators .more {
    color: #353535;
    background-color: #ffdede; }
    .color-style5 .statistical-indicators .more:hover {
      background-color: #ffcdcd; }
    .color-style5 .statistical-indicators .more:focus {
      background-color: #FFE16D; }
  .color-style6 .statistical-indicators .statistical-container .list li:hover {
    color: #353535;
    background-color: #f5e7f8; }
    .color-style6 .statistical-indicators .statistical-container .list li:hover .title a {
      color: #353535; }
  .color-style6 .statistical-indicators .statistical-container .list li .title a:focus {
    border-color: #f19300; }
  .color-style6 .statistical-indicators .statistical-container .chart a:focus img {
    border-color: #f19300; }
  .color-style6 .statistical-indicators .more {
    color: #ffffff;
    background-color: #5e146e; }
    .color-style6 .statistical-indicators .more:hover {
      background-color: #802b93; }
    .color-style6 .statistical-indicators .more:focus {
      color: #353535;
      background-color: #FFE16D; }

/*-------------- 功能模組：倒數 ---------------*/
.bell {
  position: fixed;
  width: 100%;
  max-width: 320px;
  top: 17vh;
  left: 0;
  z-index: 99; }
  .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 {
  text-align: center;
  /*-------------------- 顏色設定 ---------------------*/ }
  .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.6);
      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 {
    max-width: 150px;
    font-size: 0.95rem;
    font-weight: 400;
    display: inline-block;
    text-align: center;
    padding: 5px 10px;
    color: #fff;
    background-color: #a85d49;
    margin: 0 auto;
    border-radius: 3px; }
    .album-block .more:hover {
      color: #353535;
      background-color: #C9D98F; }
    .album-block .more:focus {
      outline: none;
      color: #353535;
      background-color: #FFE16D; }
  .color-style1 .album-block .more {
    color: #ffffff;
    background-color: #0a3f7b; }
    .color-style1 .album-block .more:hover {
      background-color: #36669c; }
    .color-style1 .album-block .more:focus {
      color: #000;
      background-color: #FFE16D; }
  .color-style2 .album-block .more {
    color: #fff;
    background-color: #7f4001; }
    .color-style2 .album-block .more:hover {
      background-color: #bb4242; }
    .color-style2 .album-block .more:focus {
      color: #000;
      background-color: #FFE16D; }
  .color-style3 .album-block .more {
    color: #fff;
    background-color: #a26401; }
    .color-style3 .album-block .more:hover {
      background-color: #724600; }
    .color-style3 .album-block .more:focus {
      color: #fff;
      background-color: #e00; }
  .color-style4 .album-block .more {
    background-color: #a26401;
    color: #fff; }
    .color-style4 .album-block .more:hover {
      color: #fff;
      background-color: #724600; }
    .color-style4 .album-block .more:focus {
      color: #353535;
      background-color: #FFE16D; }
  .color-style5 .album-block .more {
    color: #353535;
    background-color: #ffdede; }
    .color-style5 .album-block .more:hover {
      background-color: #ffcdcd; }
    .color-style5 .album-block .more:focus {
      background-color: #FFE16D; }
  .color-style6 .album-block .more {
    color: #ffffff;
    background-color: #5e146e; }
    .color-style6 .album-block .more:hover {
      background-color: #802b93; }
    .color-style6 .album-block .more:focus {
      color: #353535;
      background-color: #FFE16D; }

/*-------------- 功能模組：目前天氣 ---------------*/
.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 {
    text-align: center;
    display: block;
    padding: 10px;
    font-size: 1.06rem;
    color: #353535;
    background-color: #c8e0c8; }
    .accordion-menu .accordion-box li a:hover {
      background-color: #deecde; }
    .accordion-menu .accordion-box li a:focus {
      outline-width: 2px;
      outline-offset: 1px;
      outline-style: dashed;
      outline-color: #d10000;
      background-color: #FFE16D; }
  .accordion-menu .accordion-box li > div {
    background-color: #e9edee;
    padding: 8px; }
    .accordion-menu .accordion-box li > div img {
      width: 100%; }
  .accordion-menu .accordion-box li .accordion-content {
    display: none;
    top: -80px; }

.accordion-menu .more {
  text-align: center;
  margin-top: 10px; }
  .accordion-menu .more a {
    font-size: 0.95rem;
    font-weight: normal;
    padding: 5px 10px;
    color: #fff;
    display: inline-block;
    background-color: #a85d49;
    border-radius: 3px; }
  .accordion-menu .more a:hover {
    color: #353535;
    background-color: #C9D98F; }
  .accordion-menu .more a:focus {
    outline: none;
    color: #353535;
    background-color: #FFE16D; }

.color-style1 .accordion-menu .accordion-box li a {
  background-color: #d1dfef; }
  .color-style1 .accordion-menu .accordion-box li a:hover {
    background-color: #eaf0f8; }
  .color-style1 .accordion-menu .accordion-box li a:focus {
    background-color: #FFE16D; }

.color-style1 .accordion-menu .more a {
  color: #fff;
  background-color: #0f5fba; }
  .color-style1 .accordion-menu .more a:hover {
    color: #fff;
    background-color: #0a3f7b; }
  .color-style1 .accordion-menu .more a:focus {
    color: #353535;
    background-color: #FFE16D; }

.color-style2 .accordion-menu .accordion-box li a {
  text-align: center;
  background-color: #fef7f0; }
  .color-style2 .accordion-menu .accordion-box li a:hover {
    background-color: #f7d4d4; }
  .color-style2 .accordion-menu .accordion-box li a:focus {
    background-color: #FFE16D; }

.color-style2 .accordion-menu .more a {
  color: #fff;
  background-color: #7f4001; }
  .color-style2 .accordion-menu .more a:hover {
    color: #fff;
    background-color: #bb4242; }
  .color-style2 .accordion-menu .more a:focus {
    color: #353535;
    background-color: #FFE16D; }

.color-style3 .accordion-menu .accordion-box li a {
  text-align: center;
  background-color: #e7f8f6; }
  .color-style3 .accordion-menu .accordion-box li a:hover {
    background-color: #efefef; }
  .color-style3 .accordion-menu .accordion-box li a:focus {
    background-color: #FFE16D; }

.color-style3 .accordion-menu .more a {
  color: #fff;
  background-color: #a26401; }
  .color-style3 .accordion-menu .more a:hover {
    color: #fff;
    background-color: #724600; }
  .color-style3 .accordion-menu .more a:focus {
    color: #fff;
    background-color: #e00; }

.color-style4 .accordion-menu .accordion-box li a {
  text-align: center;
  background-color: #e5f4ee; }
  .color-style4 .accordion-menu .accordion-box li a:hover {
    background-color: #efefef; }
  .color-style4 .accordion-menu .accordion-box li a:focus {
    background-color: #FFE16D; }

.color-style4 .accordion-menu .more a {
  color: #fff;
  background-color: #B45E08; }
  .color-style4 .accordion-menu .more a:hover {
    color: #fff;
    background-color: #724600; }
  .color-style4 .accordion-menu .more a:focus {
    color: #353535;
    background-color: #FFE16D; }

.color-style5 .accordion-menu .accordion-box li a {
  background-color: #e6e6e6; }
  .color-style5 .accordion-menu .accordion-box li a:hover {
    background-color: #efefef; }
  .color-style5 .accordion-menu .accordion-box li a:focus {
    background-color: #FFE16D; }

.color-style5 .accordion-menu .more a {
  color: #353535;
  background-color: #ffdede; }
  .color-style5 .accordion-menu .more a:hover {
    color: #353535;
    background-color: #ffacac; }
  .color-style5 .accordion-menu .more a:focus {
    color: #353535;
    background-color: #FFE16D; }

.color-style6 .accordion-menu .accordion-box li a {
  background-color: #efdaf4; }
  .color-style6 .accordion-menu .accordion-box li a:hover {
    background-color: #f5e7f8; }
  .color-style6 .accordion-menu .accordion-box li a:focus {
    background-color: #FFE16D; }

.color-style6 .accordion-menu .more a {
  color: #fff;
  background-color: #5e146e; }
  .color-style6 .accordion-menu .more a:hover {
    background-color: #831c99; }
  .color-style6 .accordion-menu .more a:focus {
    color: #353535;
    background-color: #FFE16D; }

/*-------------- 功能模組：Facebook 粉絲團嵌入 ---------------*/
.fb-news {
  overflow: hidden; }
  .fb-news iframe {
    width: 100%; }

.list-button-box {
  display: flex;
  justify-content: space-around;
  /*-------------------- 顏色設定 ---------------------*/ }
  .list-button-box .list-button {
    width: calc((100% - 80px) / 3); }
    .list-button-box .list-button + .list-button {
      margin-left: 40px; }
    .list-button-box .list-button .list-button-container {
      width: 100%;
      margin: auto;
      text-align: right; }
      .list-button-box .list-button .list-button-container .list-button-img {
        -webkit-filter: drop-shadow(0px -2px 3px #ccc);
        position: relative; }
        .list-button-box .list-button .list-button-container .list-button-img::before {
          content: '';
          width: 100%;
          height: 20px;
          position: absolute;
          left: 0;
          bottom: 0;
          background: #fcfcfc;
          /* Old browsers */
          background: -moz-linear-gradient(top, #fcfcfc 1%, #fdfdfd 100%);
          /* FF3.6-15 */
          background: -webkit-linear-gradient(top, #fcfcfc 1%, #fdfdfd 100%);
          /* Chrome10-25,Safari5.1-6 */
          background: linear-gradient(to bottom, #fcfcfc 1%, #fdfdfd 100%);
          /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#fdfdfd',GradientType=0 );
          /* IE6-9 */
          background-color: #fcfcfc; }
        .list-button-box .list-button .list-button-container .list-button-img img {
          max-width: 120px;
          position: relative; }
      .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 {
            padding: 5px 0;
            margin: 0;
            display: block;
            text-align: center;
            border: none; }
          .list-button-box .list-button .list-button-container .list-button-text .text-link .text-link-container .text-buttom {
            width: 100%;
            margin: 0;
            padding: 0; }
            .list-button-box .list-button .list-button-container .list-button-text .text-link .text-link-container .text-buttom a {
              color: #353535;
              border-radius: 0px;
              border-bottom: 2px solid #ddd;
              background-color: #ededed; }
              .list-button-box .list-button .list-button-container .list-button-text .text-link .text-link-container .text-buttom a p {
                font-size: 1rem;
                color: #353535; }
              .list-button-box .list-button .list-button-container .list-button-text .text-link .text-link-container .text-buttom a:hover {
                background-color: #f5f5f5; }
              .list-button-box .list-button .list-button-container .list-button-text .text-link .text-link-container .text-buttom a:focus {
                color: #353535;
                border: none;
                background-color: #FFE16D; }
  @media screen and (max-width: 768px) {
    .list-button-box .list-button {
      width: calc((100% - 40px) / 3); }
      .list-button-box .list-button + .list-button {
        margin-left: 20px; } }
  @media screen and (max-width: 740px) {
    .list-button-box {
      display: block; }
      .list-button-box .list-button {
        width: 100%; }
        .list-button-box .list-button + .list-button {
          margin: 25px 0 0 0; } }
  .color-style1 .list-button-box .list-button .list-button-container .list-button-text .text-link .text-link-container .text-buttom a:hover {
    color: #fff;
    background-color: #36669c; }
    .color-style1 .list-button-box .list-button .list-button-container .list-button-text .text-link .text-link-container .text-buttom a:hover p {
      color: #fff; }
  .color-style1 .list-button-box .list-button .list-button-container .list-button-text .text-link .text-link-container .text-buttom a:focus {
    color: #353535;
    background-color: #FFE16D; }
    .color-style1 .list-button-box .list-button .list-button-container .list-button-text .text-link .text-link-container .text-buttom a:focus p {
      color: #353535; }
  .color-style2 .list-button-box .list-button .list-button-container .list-button-text .text-link .text-link-container .text-buttom a:hover {
    color: #fff;
    background-color: #bb4242; }
    .color-style2 .list-button-box .list-button .list-button-container .list-button-text .text-link .text-link-container .text-buttom a:hover p {
      color: #fff; }
  .color-style2 .list-button-box .list-button .list-button-container .list-button-text .text-link .text-link-container .text-buttom a:focus {
    color: #000;
    background-color: #FFE16D; }
    .color-style2 .list-button-box .list-button .list-button-container .list-button-text .text-link .text-link-container .text-buttom a:focus p {
      color: #000; }
  .color-style3 .list-button-box .list-button .list-button-container .list-button-text .text-link .text-link-container .text-buttom a:hover {
    color: #353535;
    background-color: #f5f5f5; }
    .color-style3 .list-button-box .list-button .list-button-container .list-button-text .text-link .text-link-container .text-buttom a:hover p {
      color: #353535; }
  .color-style3 .list-button-box .list-button .list-button-container .list-button-text .text-link .text-link-container .text-buttom a:focus {
    color: #fff;
    background-color: #3b92b2; }
    .color-style3 .list-button-box .list-button .list-button-container .list-button-text .text-link .text-link-container .text-buttom a:focus p {
      color: #fff; }
  .color-style4 .list-button-box .list-button .list-button-container .list-button-text .text-link .text-link-container .text-buttom a:hover {
    color: #353535;
    background-color: #f5f5f5; }
    .color-style4 .list-button-box .list-button .list-button-container .list-button-text .text-link .text-link-container .text-buttom a:hover p {
      color: #353535; }
  .color-style4 .list-button-box .list-button .list-button-container .list-button-text .text-link .text-link-container .text-buttom a:focus {
    color: #353535;
    background-color: #FFE16D; }
    .color-style4 .list-button-box .list-button .list-button-container .list-button-text .text-link .text-link-container .text-buttom a:focus p {
      color: #353535; }
  .color-style5 .list-button-box .list-button .list-button-container .list-button-text .text-link .text-link-container .text-buttom a:hover {
    color: #353535;
    background-color: #f5f5f5; }
    .color-style5 .list-button-box .list-button .list-button-container .list-button-text .text-link .text-link-container .text-buttom a:hover p {
      color: #353535; }
  .color-style5 .list-button-box .list-button .list-button-container .list-button-text .text-link .text-link-container .text-buttom a:focus {
    color: #353535;
    background-color: #FFE16D; }
    .color-style5 .list-button-box .list-button .list-button-container .list-button-text .text-link .text-link-container .text-buttom a:focus p {
      color: #353535; }
  .color-style6 .list-button-box .list-button .list-button-container .list-button-text .text-link .text-link-container .text-buttom a:hover {
    color: #353535;
    background-color: #f5f5f5; }
    .color-style6 .list-button-box .list-button .list-button-container .list-button-text .text-link .text-link-container .text-buttom a:hover p {
      color: #353535; }
  .color-style6 .list-button-box .list-button .list-button-container .list-button-text .text-link .text-link-container .text-buttom a:focus {
    color: #353535;
    background-color: #FFE16D; }
    .color-style6 .list-button-box .list-button .list-button-container .list-button-text .text-link .text-link-container .text-buttom a:focus p {
      color: #353535; }

/*------------------- 功能模組：文字雲 --------------------*/
.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; }
