@charset "UTF-8";
/* line 1, scss/compass/_bg-portal.scss */
.portal {
  /*-------------------- 顏色設定 ---------------------*/
  /* 顏色更換：藍 */
  /* 顏色更換：深紅 */
  /* 顏色更換：橘 */
  /* 顏色更換：綠 */
  /* 顏色更換：粉紅 */
  /* 顏色更換：紫 */ }
  /* line 2, scss/compass/_bg-portal.scss */
  .portal .function-bg {
    background-color: #f3f3f3; }
  /* line 9, scss/compass/_bg-portal.scss */
  .portal.color-style1 {
    background-color: #ffffff; }
  /* line 14, scss/compass/_bg-portal.scss */
  .portal.color-style2 {
    background-color: #fff9f4; }
  /* line 19, scss/compass/_bg-portal.scss */
  .portal.color-style3 {
    background-color: #fff7ec; }
  /* line 24, scss/compass/_bg-portal.scss */
  .portal.color-style4 {
    background-color: #fcfcfc; }
  /* line 29, scss/compass/_bg-portal.scss */
  .portal.color-style5 {
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #fff7ec 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%, #fff7ec 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%, #fff7ec 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fff7ec',GradientType=0 );
    /* IE6-9 */ }
  /* line 38, scss/compass/_bg-portal.scss */
  .portal.color-style6 {
    background-color: #f6f6f6; }

/* line 5, scss/compass/_common.scss */
html {
  font-size: 1em; }
  /* line 7, scss/compass/_common.scss */
  html.set-font-size-large {
    font-size: 1.125em; }
  /* line 8, scss/compass/_common.scss */
  html.set-font-size-small {
    font-size: 0.875em; }

/* line 11, scss/compass/_common.scss */
* {
  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; }

/* line 23, scss/compass/_common.scss */
ul li {
  list-style-type: none; }

/* line 27, scss/compass/_common.scss */
a {
  cursor: pointer; }
  /* line 29, scss/compass/_common.scss */
  a:hover, a:focus {
    text-decoration: none; }

/* line 33, scss/compass/_common.scss */
input:not([type=checkbox]):not([type=radio]),
select,
textarea {
  font-size: 0.9rem;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  padding-left: 5px;
  padding-right: 5px;
  -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; }
  /* line 52, scss/compass/_common.scss */
  input:not([type=checkbox]):not([type=radio]):focus,
  select:focus,
  textarea:focus {
    border-color: #d10000; }

/* line 57, scss/compass/_common.scss */
select option {
  font-size: 0.9rem; }

/* line 59, scss/compass/_common.scss */
input[type=search]::-webkit-search-cancel-button {
  display: none;
  -webkit-appearance: none; }

/* line 64, scss/compass/_common.scss */
.container-middle {
  max-width: 1170px;
  margin: auto;
  padding: 3px 0;
  position: relative; }

/*-------------------- 無障礙::: ---------------------*/
/* line 72, scss/compass/_common.scss */
.accesskey {
  position: absolute;
  top: 2px;
  left: 5px;
  z-index: 1; }
  /* line 77, scss/compass/_common.scss */
  .accesskey a {
    font-size: 0.75rem;
    font-weight: bold;
    color: #000; }
    /* line 81, scss/compass/_common.scss */
    .accesskey a:focus {
      border: 2px dotted #d10000;
      outline: none; }
  /* line 86, scss/compass/_common.scss */
  .accesskey .to-main {
    opacity: 0; }
    /* line 88, scss/compass/_common.scss */
    .accesskey .to-main:focus {
      opacity: 1; }

/* line 94, scss/compass/_common.scss */
.function-cabinet .container .accesskey {
  top: -10px !important;
  left: 15px; }

/*-------------------- 大標題 ---------------------*/
/* line 102, scss/compass/_common.scss */
h2.h2-title {
  text-align: left;
  color: #595959;
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
  font-size: 1.375rem; }

/*-------------------- 顏色設定 ---------------------*/
/* 顏色更換：藍 */
/* line 114, scss/compass/_common.scss */
.color-style1 {
  /** 大標題 **/ }
  /* line 117, scss/compass/_common.scss */
  .color-style1 h2.h2-title {
    color: #595959;
    border-color: #ddd;
    border-left-color: #066caa; }

/* 顏色更換：深紅 */
/* line 125, scss/compass/_common.scss */
.color-style2 {
  /** 大標題 **/ }
  /* line 128, scss/compass/_common.scss */
  .color-style2 h2.h2-title {
    color: #595959;
    border-color: #ddd;
    border-left-color: #5e0a0a; }

/* 顏色更換：橘 */
/* line 136, scss/compass/_common.scss */
.color-style3 {
  /** 大標題 **/ }
  /* line 139, scss/compass/_common.scss */
  .color-style3 h2.h2-title {
    color: #000;
    border-color: #ddd;
    border-left-color: #ca7700; }

/* 顏色更換：綠 */
/* line 147, scss/compass/_common.scss */
.color-style4 {
  /** 大標題 **/ }
  /* line 150, scss/compass/_common.scss */
  .color-style4 h2.h2-title {
    color: #595959;
    border-color: #ddd;
    border-left-color: #0a5e10; }

/* 顏色更換：粉紅 */
/* line 159, scss/compass/_common.scss */
.color-style5 {
  /** 大標題 **/ }
  /* line 162, scss/compass/_common.scss */
  .color-style5 h2.h2-title {
    color: #595959;
    border-color: #ddd;
    border-left-color: #ffa9a9; }

/* 顏色更換：紫 */
/* line 170, scss/compass/_common.scss */
.color-style6 {
  /** 大標題 **/ }
  /* line 173, scss/compass/_common.scss */
  .color-style6 h2.h2-title {
    color: #595959;
    border-color: #ddd;
    border-left-color: #5e146e; }

/*-------------------- 平板 ---------------------*/
/*-------------------- 手機板 ---------------------*/
/* line 3, scss/compass/_template.scss */
.container-middle {
  max-width: 1170px;
  margin: auto;
  padding: 3px 0;
  position: relative; }

/* line 12, scss/compass/_template.scss */
header.header-short .second-menu-top > div,
header.header-short .header-width {
  max-width: 1170px; }

/* line 17, scss/compass/_template.scss */
header.header-big .second-menu-top > div,
header.header-big .header-width {
  width: 100%; }

/* line 22, scss/compass/_template.scss */
.function-cabinet {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  display: flex; }
  /* line 28, scss/compass/_template.scss */
  .function-cabinet .container {
    width: 100%;
    padding: 0; }
    /* line 32, scss/compass/_template.scss */
    .function-cabinet .container[class*='separation-'] {
      vertical-align: top; }
    /* line 34, scss/compass/_template.scss */
    .function-cabinet .container .row {
      margin: 0; }
      /* line 37, scss/compass/_template.scss */
      .function-cabinet .container .row > div {
        padding: 0;
        padding: 0 15px; }
        /* line 41, scss/compass/_template.scss */
        .function-cabinet .container .row > div > div {
          margin-bottom: 30px; }
  /* line 46, scss/compass/_template.scss */
  .function-cabinet .separation-8 {
    width: 75%; }
  /* line 47, scss/compass/_template.scss */
  .function-cabinet .separation-7 {
    width: 70%; }
  /* line 48, scss/compass/_template.scss */
  .function-cabinet .separation-6 {
    width: 60%; }
  /* line 49, scss/compass/_template.scss */
  .function-cabinet .separation-5 {
    width: 50%; }
  /* line 50, scss/compass/_template.scss */
  .function-cabinet .separation-4 {
    width: 40%; }
  /* line 51, scss/compass/_template.scss */
  .function-cabinet .separation-3 {
    width: 30%; }
  /* line 52, scss/compass/_template.scss */
  .function-cabinet .separation-2 {
    width: 25%; }
  /* line 53, scss/compass/_template.scss */
  .function-cabinet .separation-average-3 {
    width: calc(100% / 3); }
  /* line 54, scss/compass/_template.scss */
  .function-cabinet .separation-average-4 {
    width: calc(100% / 4); }
  /* line 55, scss/compass/_template.scss */
  .function-cabinet .separation-average-5 {
    width: calc(100% / 5); }
  /* line 56, scss/compass/_template.scss */
  .function-cabinet .separation-average-6 {
    width: calc(100% / 6); }
  /* line 58, scss/compass/_template.scss */
  .function-cabinet.full {
    max-width: none;
    width: 100%;
    margin: 0; }

/* line 65, scss/compass/_template.scss */
.function-bg {
  padding: calc(30px * 1.2) 0 calc(30px * 0.85); }
  /* line 67, scss/compass/_template.scss */
  .function-bg + .function-cabinet {
    margin-top: 30px; }

@media screen and (max-width: 1170px) {
  /* line 73, scss/compass/_template.scss */
  header.header-short .second-menu-top > div,
  header.header-short .header-width {
    max-width: inherit; } }

@media screen and (max-width: 769px) {
  /* line 81, scss/compass/_template.scss */
  header + .function-bg,
  header + .function-cabinet {
    padding-top: 30px; }
  /* line 85, scss/compass/_template.scss */
  .function-cabinet {
    display: block; }
    /* line 89, scss/compass/_template.scss */
    .function-cabinet .container + .container {
      margin-left: 0; }
    /* line 91, scss/compass/_template.scss */
    .function-cabinet .container .row > div {
      min-height: inherit; }
      /* line 94, scss/compass/_template.scss */
      .function-cabinet .container .row > div > div:not(.menu-box):not(.banner):not(.web-map) {
        margin-top: 30px; }
    /* line 101, scss/compass/_template.scss */
    .function-cabinet .container .row + .row > div > div:not(.menu-box):not(.banner):not(.web-map) {
      margin-top: 0; }
    /* line 108, scss/compass/_template.scss */
    .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%; }
  /* line 129, scss/compass/_template.scss */
  .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 ---------------------*/
/* line 2, scss/compass/_plugin-slick.scss */
.slick-slider {
  /*-------------------- 顏色設定 ---------------------*/
  /* 顏色更換：藍 */
  /* 顏色更換：深紅 */
  /* 顏色更換：橘 */
  /* 顏色更換：綠 */
  /* 顏色更換：粉紅 */
  /* 顏色更換：紫 */ }
  /* line 3, scss/compass/_plugin-slick.scss */
  .slick-slider.slick-dotted {
    margin-bottom: 55px !important; }
  /* line 6, scss/compass/_plugin-slick.scss */
  .slick-slider .slick-slide a {
    display: block; }
    /* line 9, scss/compass/_plugin-slick.scss */
    .slick-slider .slick-slide a:focus {
      border: 4px dashed #d10000;
      outline: none; }
  /* line 16, scss/compass/_plugin-slick.scss */
  .slick-slider .slick-prev,
  .slick-slider .slick-next {
    width: 25px;
    height: 55px;
    right: 0;
    background-color: rgba(0, 0, 0, 0.8);
    background-image: url(../img/turn-right.svg);
    background-repeat: no-repeat;
    border-radius: 5px 0px 0px 5px;
    background-position: center center;
    background-size: 12px;
    z-index: 1;
    color: #fff; }
    /* line 29, scss/compass/_plugin-slick.scss */
    .slick-slider .slick-prev::before,
    .slick-slider .slick-next::before {
      display: none; }
    /* line 33, scss/compass/_plugin-slick.scss */
    .slick-slider .slick-prev:focus,
    .slick-slider .slick-next:focus {
      border: 3px dashed #d10000;
      outline: none; }
  /* line 38, scss/compass/_plugin-slick.scss */
  .slick-slider .slick-prev {
    border-radius: 0px 5px 5px 0px;
    background-image: url(../img/left-right.svg);
    left: 0; }
  /* line 44, scss/compass/_plugin-slick.scss */
  .slick-slider .slick-dots {
    bottom: -30px; }
    /* line 48, scss/compass/_plugin-slick.scss */
    .slick-slider .slick-dots li button {
      padding: 4px;
      border-radius: 50px;
      color: #000; }
      /* line 53, scss/compass/_plugin-slick.scss */
      .slick-slider .slick-dots li button::before {
        content: '';
        color: #000;
        width: 12px;
        height: 12px;
        background-color: #000;
        border-radius: 50%;
        top: 4px;
        left: 4px; }
      /* line 63, scss/compass/_plugin-slick.scss */
      .slick-slider .slick-dots li button:focus {
        border: 3px dashed #d10000;
        outline: none; }
    /* line 71, scss/compass/_plugin-slick.scss */
    .slick-slider .slick-dots li.slick-active button::before {
      color: #18bc9c;
      background-color: #18bc9c; }
  /* line 88, scss/compass/_plugin-slick.scss */
  .color-style1 .slick-slider .slick-dots li.slick-active button::before {
    color: #0a3f7b;
    background-color: #0a3f7b; }
  /* line 102, scss/compass/_plugin-slick.scss */
  .color-style2 .slick-slider .slick-dots li.slick-active button::before {
    color: #5e0a0a;
    background-color: #5e0a0a; }
  /* line 116, scss/compass/_plugin-slick.scss */
  .color-style3 .slick-slider .slick-dots li.slick-active button::before {
    color: #ca7700;
    background-color: #ca7700; }
  /* line 130, scss/compass/_plugin-slick.scss */
  .color-style4 .slick-slider .slick-dots li.slick-active button::before {
    color: #0a5e10;
    background-color: #0a5e10; }
  /* line 144, scss/compass/_plugin-slick.scss */
  .color-style5 .slick-slider .slick-dots li.slick-active button::before {
    color: #d34e4b;
    background-color: #d34e4b; }
  /* line 158, scss/compass/_plugin-slick.scss */
  .color-style6 .slick-slider .slick-dots li.slick-active button::before {
    color: #5e146e;
    background-color: #5e146e; }

/*-------------- 彈出訊息區塊 ---------------*/
/* line 2, scss/compass/_light-box.scss */
.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; }
  /* line 14, scss/compass/_light-box.scss */
  .light-msg-box .msg-box {
    width: 600px; }
    /* line 17, scss/compass/_light-box.scss */
    .light-msg-box .msg-box .close-box {
      text-align: center; }
      /* line 20, scss/compass/_light-box.scss */
      .light-msg-box .msg-box .close-box a {
        width: 35px;
        height: 35px;
        line-height: 34px;
        color: #fff;
        font-size: 1.2rem;
        background-color: #353535;
        display: inline-block;
        border-radius: 50%;
        margin: 1vh 0;
        border: 2px solid #a0a0a0; }
        /* line 32, scss/compass/_light-box.scss */
        .light-msg-box .msg-box .close-box a:hover {
          color: #000000;
          background-color: #ff6d6d;
          border-color: #ec5044; }
    /* line 40, scss/compass/_light-box.scss */
    .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); }
      /* line 51, scss/compass/_light-box.scss */
      .light-msg-box .msg-box .msg-content .title {
        font-size: 1.3rem;
        font-weight: bold;
        text-align: center;
        padding: 10px 0;
        border-bottom: 3px solid #008269;
        box-shadow: 0px 3px 0px #ddd;
        margin-bottom: 15px;
        color: #626262; }
      /* line 62, scss/compass/_light-box.scss */
      .light-msg-box .msg-box .msg-content .msg-text {
        margin: 30px 0; }
        /* line 65, scss/compass/_light-box.scss */
        .light-msg-box .msg-box .msg-content .msg-text p {
          font-size: 1.1rem;
          text-align: center; }
      /* line 71, scss/compass/_light-box.scss */
      .light-msg-box .msg-box .msg-content .butn-box {
        margin-top: 15px;
        text-align: center;
        border-top: 2px solid #ddd;
        padding: 15px 0; }
        /* line 77, scss/compass/_light-box.scss */
        .light-msg-box .msg-box .msg-content .butn-box button {
          padding: 5px 10px;
          border-radius: 5px;
          letter-spacing: 2px;
          text-indent: 4px; }
          /* line 83, scss/compass/_light-box.scss */
          .light-msg-box .msg-box .msg-content .butn-box button.butn-close {
            text-align: center;
            line-height: normal;
            margin: auto;
            color: #353535;
            background-color: #e0e0e0;
            border: none;
            box-shadow: 2px 2px 2px #b6b6b6; }
            /* line 92, scss/compass/_light-box.scss */
            .light-msg-box .msg-box .msg-content .butn-box button.butn-close:hover, .light-msg-box .msg-box .msg-content .butn-box button.butn-close:focus {
              color: #fff;
              background-color: #d10000;
              border-color: #aaaaaa; }
  /* line 109, scss/compass/_light-box.scss */
  .color-style1 .light-msg-box .msg-box .msg-content .title {
    color: #345f8f;
    border-color: #36669c; }
  /* line 117, scss/compass/_light-box.scss */
  .color-style2 .light-msg-box .msg-box .msg-content .title {
    color: #875252;
    border-color: #811818; }
  /* line 125, scss/compass/_light-box.scss */
  .color-style3 .light-msg-box .msg-box .msg-content .title {
    color: #9c5c00;
    border-color: #ca7700; }
  /* line 133, scss/compass/_light-box.scss */
  .color-style4 .light-msg-box .msg-box .msg-content .title {
    color: #188144;
    border-color: #188144; }
  /* line 141, scss/compass/_light-box.scss */
  .color-style5 .light-msg-box .msg-box .msg-content .title {
    color: #ce4242;
    border-color: #ffa9a9; }
  /* line 149, scss/compass/_light-box.scss */
  .color-style6 .light-msg-box .msg-box .msg-content .title {
    color: #802b93;
    border-color: #802b93; }

/*-------------------- 功能模組：頁首 - 分眾導覽 ---------------------*/
/* line 4, scss/module/header-classification.scss */
.header-classification {
  padding: 5px 15px;
  display: flex;
  width: 90%;
  max-width: 255px;
  background-color: #fff;
  /*-------------------- 顏色設定 ---------------------*/
  /* 顏色更換：藍 */
  /* 顏色更換：深紅 */
  /* 顏色更換：橘 */
  /* 顏色更換：綠 */
  /* 顏色更換：粉紅 */
  /* 顏色更換：紫 */ }
  /* line 11, scss/module/header-classification.scss */
  .header-classification .title {
    width: 110px;
    font-size: 0.875rem;
    font-weight: bold;
    line-height: 2; }
  /* line 18, scss/module/header-classification.scss */
  .header-classification select {
    width: 100%;
    height: 28px;
    padding: 0 20px 0 5px;
    font-size: 0.875rem;
    border: 1px solid #a9a9a9;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url(../img/arrow.png);
    background-size: 10px;
    background-position: right 5px center;
    background-repeat: no-repeat; }
    /* line 32, scss/module/header-classification.scss */
    .header-classification select::-ms-expand {
      display: none; }
  /* line 41, scss/module/header-classification.scss */
  .color-style1 .header-classification .title {
    color: #184e69; }
  /* line 42, scss/module/header-classification.scss */
  .color-style1 .header-classification select {
    background-image: url(../img/arrow-style-1.png);
    background-color: #fff;
    color: #105c98; }
  /* line 51, scss/module/header-classification.scss */
  .color-style2 .header-classification .title {
    color: #811818; }
  /* line 52, scss/module/header-classification.scss */
  .color-style2 .header-classification select {
    background-image: url(../img/arrow-style-2.png);
    background-color: #fff;
    color: #353535; }
  /* line 61, scss/module/header-classification.scss */
  .color-style3 .header-classification .title {
    color: #ca7700; }
  /* line 62, scss/module/header-classification.scss */
  .color-style3 .header-classification select {
    background-image: url(../img/arrow-style-3.png);
    background-color: #fff; }
  /* line 69, scss/module/header-classification.scss */
  .color-style4 .header-classification {
    background-color: #2e8c56; }
    /* line 71, scss/module/header-classification.scss */
    .color-style4 .header-classification .title {
      color: #fff; }
    /* line 72, scss/module/header-classification.scss */
    .color-style4 .header-classification select {
      background-image: url(../img/arrow-style-4.png);
      background-color: #fff; }
  /* line 79, scss/module/header-classification.scss */
  .color-style5 .header-classification {
    background-color: #f7f7f7; }
    /* line 82, scss/module/header-classification.scss */
    .color-style5 .header-classification select {
      background-image: url(../img/arrow-style-5.png);
      background-color: #fff; }
  /* line 90, scss/module/header-classification.scss */
  .color-style6 .header-classification .title {
    color: #802b93; }
  /* line 91, scss/module/header-classification.scss */
  .color-style6 .header-classification select {
    border: 1px #e5e5e5 solid;
    background-image: url(../img/arrow-style-6.png);
    background-color: #fff;
    color: #105c98; }

/*-------------------- 功能模組：頁首 - 文字大小 ---------------------*/
/* line 4, scss/module/header-text-size.scss */
.header-text-size {
  width: 90%;
  max-width: 255px;
  padding: 5px 15px;
  display: flex;
  background-color: #fff;
  /*-------------------- 顏色設定 ---------------------*/
  /* 顏色更換：藍 */
  /* 顏色更換：深紅 */
  /* 顏色更換：橘 */
  /* 顏色更換：綠 */
  /* 顏色更換：粉紅 */
  /* 顏色更換：紫 */ }
  /* line 11, scss/module/header-text-size.scss */
  .header-text-size .title {
    width: 110px;
    font-size: 0.875rem;
    font-weight: bold;
    line-height: 2;
    margin-right: 15px;
    border-right: 1px solid #ddd; }
    /* line 20, scss/module/header-text-size.scss */
    html:lang(en).set-font-size-large .header-text-size .title {
      width: 150px; }
  /* line 22, scss/module/header-text-size.scss */
  .header-text-size .text-button {
    width: 100%;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    /* line 29, scss/module/header-text-size.scss */
    .header-text-size .text-button a {
      width: 35px;
      height: 28px;
      font-weight: bold;
      color: #4a4a4a;
      display: flex;
      align-items: center;
      justify-content: center; }
      /* line 38, scss/module/header-text-size.scss */
      .header-text-size .text-button a:hover {
        color: #008269; }
      /* line 39, scss/module/header-text-size.scss */
      .header-text-size .text-button a.small {
        font-size: 0.875rem; }
      /* line 40, scss/module/header-text-size.scss */
      .header-text-size .text-button a.medium {
        font-size: 1rem; }
      /* line 41, scss/module/header-text-size.scss */
      .header-text-size .text-button a.large {
        font-size: 1.125rem; }
      /* line 42, scss/module/header-text-size.scss */
      .header-text-size .text-button a.selected {
        background-color: #fff;
        box-shadow: 1px 2px 1px #c7c7c7;
        border-radius: 5px;
        color: #008269; }
      /* line 48, scss/module/header-text-size.scss */
      .header-text-size .text-button a:focus {
        color: #ffffff !important;
        background-color: #d10000 !important;
        outline: none; }
      /* line 55, scss/module/header-text-size.scss */
      html.set-font-size-large .header-text-size .text-button a.small {
        font-size: 0.77rem; }
      /* line 56, scss/module/header-text-size.scss */
      html.set-font-size-large .header-text-size .text-button a.medium {
        font-size: 0.88rem; }
      /* line 57, scss/module/header-text-size.scss */
      html.set-font-size-large .header-text-size .text-button a.large {
        font-size: 1rem; }
      /* line 60, scss/module/header-text-size.scss */
      html.set-font-size-small .header-text-size .text-button a.small {
        font-size: 1rem; }
      /* line 61, scss/module/header-text-size.scss */
      html.set-font-size-small .header-text-size .text-button a.medium {
        font-size: 1.14rem; }
      /* line 62, scss/module/header-text-size.scss */
      html.set-font-size-small .header-text-size .text-button a.large {
        font-size: 1.28rem; }
  /* line 71, scss/module/header-text-size.scss */
  .color-style1 .header-text-size .title {
    color: #184e69; }
  /* line 73, scss/module/header-text-size.scss */
  .color-style1 .header-text-size .text-button a {
    color: #000; }
    /* line 75, scss/module/header-text-size.scss */
    .color-style1 .header-text-size .text-button a:hover {
      color: #0d3a68; }
    /* line 78, scss/module/header-text-size.scss */
    .color-style1 .header-text-size .text-button a.selected {
      color: #0d3a68; }
  /* line 87, scss/module/header-text-size.scss */
  .color-style2 .header-text-size .title {
    color: #811818; }
  /* line 90, scss/module/header-text-size.scss */
  .color-style2 .header-text-size .text-button a:hover {
    color: #811818; }
  /* line 93, scss/module/header-text-size.scss */
  .color-style2 .header-text-size .text-button a.selected {
    color: #811818; }
  /* line 102, scss/module/header-text-size.scss */
  .color-style3 .header-text-size .title {
    color: #000; }
  /* line 105, scss/module/header-text-size.scss */
  .color-style3 .header-text-size .text-button a:hover {
    color: #764803; }
  /* line 108, scss/module/header-text-size.scss */
  .color-style3 .header-text-size .text-button a.selected {
    color: #774700; }
  /* line 116, scss/module/header-text-size.scss */
  .color-style4 .header-text-size {
    background-color: #246f44; }
    /* line 119, scss/module/header-text-size.scss */
    .color-style4 .header-text-size .title {
      color: #fff; }
    /* line 121, scss/module/header-text-size.scss */
    .color-style4 .header-text-size .text-button a {
      color: #fff; }
      /* line 124, scss/module/header-text-size.scss */
      .color-style4 .header-text-size .text-button a:hover {
        color: #ffff80; }
      /* line 128, scss/module/header-text-size.scss */
      .color-style4 .header-text-size .text-button a.selected {
        color: #188144;
        background-color: #fffcdf;
        box-shadow: 1px 2px 1px #52a173; }
    /* line 134, scss/module/header-text-size.scss */
    .color-style4 .header-text-size .text-button .selected {
      color: #0e5f30; }
  /* line 141, scss/module/header-text-size.scss */
  .color-style5 .header-text-size {
    background-color: #f7f7f7; }
    /* line 146, scss/module/header-text-size.scss */
    .color-style5 .header-text-size .text-button a:hover {
      color: #b74542; }
    /* line 149, scss/module/header-text-size.scss */
    .color-style5 .header-text-size .text-button a.selected {
      color: #b44441; }
  /* line 157, scss/module/header-text-size.scss */
  .color-style6 .header-text-size {
    background-color: #fff; }
    /* line 159, scss/module/header-text-size.scss */
    .color-style6 .header-text-size .title {
      color: #802b93; }
    /* line 162, scss/module/header-text-size.scss */
    .color-style6 .header-text-size .text-button a:hover {
      color: #640660; }
    /* line 165, scss/module/header-text-size.scss */
    .color-style6 .header-text-size .text-button a.selected {
      color: #640660; }

/*-------------------- 功能模組：頁首 - 按鈕 ---------------------*/
/* line 3, scss/module/header-buttons.scss */
.header-buttons {
  /*-------------------- 顏色設定 ---------------------*/
  /* 顏色更換：藍 */
  /* 顏色更換：深紅 */
  /* 顏色更換：橘 */
  /* 顏色更換：綠 */
  /* 顏色更換：粉紅 */
  /* 顏色更換：紫 */ }
  /* line 4, scss/module/header-buttons.scss */
  .header-buttons a {
    height: 32px;
    line-height: 32px;
    color: #2a2a2a;
    font-size: 0.875rem;
    display: inline-block;
    padding: 0 15px;
    border-radius: 20px;
    border: 1px solid #cccccc;
    background-color: #f7f7f7; }
    /* line 15, scss/module/header-buttons.scss */
    .header-buttons a + a {
      margin-left: 5px; }
    /* line 19, scss/module/header-buttons.scss */
    .header-buttons a:hover, .header-buttons a:focus {
      color: #fff;
      outline: none;
      background-color: #d10000; }
  /* line 51, scss/module/header-buttons.scss */
  .color-style5 .header-buttons a {
    background-color: #fff7f7; }
    /* line 54, scss/module/header-buttons.scss */
    .color-style5 .header-buttons a:hover {
      background-color: #f4685e; }
    /* line 57, scss/module/header-buttons.scss */
    .color-style5 .header-buttons a:focus {
      color: #fff;
      outline: none;
      background-color: #d10000; }

/*-------------------- 功能模組：頁首 - 今天日期 ---------------------*/
/* line 4, scss/module/header-today.scss */
.header-today {
  width: 90%;
  max-width: 255px;
  border-radius: 12px 12px 0 0;
  text-align: center;
  padding: 5px 15px;
  background-color: #ffffff;
  /*-------------------- 顏色設定 ---------------------*/
  /* 顏色更換：藍 */
  /* 顏色更換：深紅 */
  /* 顏色更換：橘 */
  /* 顏色更換：綠 */
  /* 顏色更換：粉紅 */
  /* 顏色更換：紫 */ }
  /* line 12, scss/module/header-today.scss */
  .header-today p {
    font-size: 0.9rem; }
  /* line 34, scss/module/header-today.scss */
  .color-style4 .header-today {
    background-color: #2e8c56; }
    /* line 37, scss/module/header-today.scss */
    .color-style4 .header-today p {
      color: #ffffff; }
  /* line 43, scss/module/header-today.scss */
  .color-style5 .header-today {
    background-color: #f7f7f7; }

/*-------------------- 功能模組：頁首 - 電子報 ---------------------*/
/* line 4, scss/module/header-newspaper.scss */
.header-newspaper {
  width: 90%;
  max-width: 500px;
  /*-------------------- 顏色設定 ---------------------*/
  /* 顏色更換：藍 */
  /* 顏色更換：深紅 */
  /* 顏色更換：橘 */
  /* 顏色更換：綠 */
  /* 顏色更換：粉紅 */
  /* 顏色更換：紫 */ }
  /* line 8, scss/module/header-newspaper.scss */
  .header-newspaper form {
    display: flex;
    align-items: center; }
  /* line 13, scss/module/header-newspaper.scss */
  .header-newspaper input.email {
    flex: 1;
    height: 32px;
    border: 2px solid #dddddd;
    overflow: hidden; }
  /* line 19, scss/module/header-newspaper.scss */
  .header-newspaper input[type=button].butn {
    height: 30px;
    font-size: 0.875rem;
    padding: 0 15px;
    margin-left: 7px;
    border: none; }
    /* line 26, scss/module/header-newspaper.scss */
    .header-newspaper input[type=button].butn.ok {
      color: #ffffff;
      background-color: #008269; }
      /* line 29, scss/module/header-newspaper.scss */
      .header-newspaper input[type=button].butn.ok:hover {
        background-color: #f4685e; }
      /* line 30, scss/module/header-newspaper.scss */
      .header-newspaper input[type=button].butn.ok:focus {
        color: #fff;
        outline: none;
        background-color: #d10000; }
    /* line 36, scss/module/header-newspaper.scss */
    .header-newspaper input[type=button].butn.cancel {
      color: #969494;
      background-color: #d4d4d4; }
      /* line 39, scss/module/header-newspaper.scss */
      .header-newspaper input[type=button].butn.cancel:hover {
        background-color: #cccccc; }
      /* line 40, scss/module/header-newspaper.scss */
      .header-newspaper input[type=button].butn.cancel:focus {
        color: #fff;
        outline: none;
        background-color: #d10000; }
  /* line 53, scss/module/header-newspaper.scss */
  .color-style1 .header-newspaper input[type=button].butn.ok {
    color: #353535;
    background-color: #F8980F; }
    /* line 56, scss/module/header-newspaper.scss */
    .color-style1 .header-newspaper input[type=button].butn.ok:hover {
      background-color: #ffe186; }
    /* line 57, scss/module/header-newspaper.scss */
    .color-style1 .header-newspaper input[type=button].butn.ok:focus {
      color: #fff;
      outline: none;
      background-color: #d10000; }
  /* line 69, scss/module/header-newspaper.scss */
  .color-style2 .header-newspaper input[type=button].butn.ok {
    color: #353535;
    background-color: #ea8484; }
    /* line 72, scss/module/header-newspaper.scss */
    .color-style2 .header-newspaper input[type=button].butn.ok:hover {
      color: #fff;
      background-color: #b63131; }
    /* line 73, scss/module/header-newspaper.scss */
    .color-style2 .header-newspaper input[type=button].butn.ok:focus {
      color: #fff;
      outline: none;
      background-color: #d10000; }
  /* line 85, scss/module/header-newspaper.scss */
  .color-style3 .header-newspaper input[type=button].butn.ok {
    color: #353535;
    background-color: #F8980F; }
    /* line 88, scss/module/header-newspaper.scss */
    .color-style3 .header-newspaper input[type=button].butn.ok:hover {
      background-color: #ffe186; }
    /* line 89, scss/module/header-newspaper.scss */
    .color-style3 .header-newspaper input[type=button].butn.ok:focus {
      color: #fff;
      outline: none;
      background-color: #d10000; }
  /* line 101, scss/module/header-newspaper.scss */
  .color-style4 .header-newspaper input[type=button].butn.ok {
    background-color: #2ca05d; }
    /* line 103, scss/module/header-newspaper.scss */
    .color-style4 .header-newspaper input[type=button].butn.ok:hover {
      background-color: #0a5e10; }
    /* line 104, scss/module/header-newspaper.scss */
    .color-style4 .header-newspaper input[type=button].butn.ok:focus {
      color: #fff;
      outline: none;
      background-color: #d10000; }
  /* line 116, scss/module/header-newspaper.scss */
  .color-style5 .header-newspaper input[type=button].butn.ok {
    background-color: #ffa9a9; }
    /* line 118, scss/module/header-newspaper.scss */
    .color-style5 .header-newspaper input[type=button].butn.ok:hover {
      background-color: #dc7878; }
    /* line 119, scss/module/header-newspaper.scss */
    .color-style5 .header-newspaper input[type=button].butn.ok:focus {
      color: #fff;
      outline: none;
      background-color: #d10000; }
  /* line 131, scss/module/header-newspaper.scss */
  .color-style6 .header-newspaper input[type=button].butn.ok {
    background-color: #802b93; }
    /* line 133, scss/module/header-newspaper.scss */
    .color-style6 .header-newspaper input[type=button].butn.ok:hover {
      color: #353535;
      background-color: #ffe186; }
    /* line 134, scss/module/header-newspaper.scss */
    .color-style6 .header-newspaper input[type=button].butn.ok:focus {
      color: #fff;
      outline: none;
      background-color: #d10000; }

/*-------------------- 功能模組：頁首 ---------------------*/
/* line 8, scss/module/header.scss */
header {
  background-color: #e3eff5;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  /** 平板 **/
  /** 手機 **/
  /*-------------------- 顏色設定 ---------------------*/
  /* 顏色更換：藍 */
  /* 顏色更換：深紅 */
  /* 顏色更換：橘 */
  /* 顏色更換：綠 */
  /* 顏色更換：粉紅 */
  /* 顏色更換：紫 */ }
  /* line 14, scss/module/header.scss */
  header .second-menu-top {
    border-bottom: 1px solid #e3eff5; }
    /* line 17, scss/module/header.scss */
    header .second-menu-top > div {
      margin: 0 auto;
      padding: 0 15px;
      text-align: right; }
      /* line 22, scss/module/header.scss */
      header .second-menu-top > div a {
        font-size: 0.875rem;
        color: #184e69;
        display: inline-block;
        padding: 5px 0; }
        /* line 28, scss/module/header.scss */
        header .second-menu-top > div a + a {
          margin-left: 15px; }
        /* line 29, scss/module/header.scss */
        header .second-menu-top > div a:hover {
          color: #f44336; }
        /* line 30, scss/module/header.scss */
        header .second-menu-top > div a:focus {
          color: #fff;
          padding: 0 5px;
          outline: none;
          background-color: #d10000; }
  /* line 40, scss/module/header.scss */
  header .header-width {
    margin: 0 auto;
    display: flex;
    padding: 0 15px; }
    /* line 45, scss/module/header.scss */
    header .header-width .logo-box {
      display: flex;
      width: 380px;
      align-items: center;
      margin: 20px 0; }
      /* line 51, scss/module/header.scss */
      header .header-width .logo-box h1 {
        display: block;
        width: 95%;
        margin: 0; }
        /* line 56, scss/module/header.scss */
        header .header-width .logo-box h1 a {
          display: block; }
          /* line 58, scss/module/header.scss */
          header .header-width .logo-box h1 a img {
            width: 100%;
            max-width: calc(380px - 10px);
            opacity: 0; }
          /* line 63, scss/module/header.scss */
          header .header-width .logo-box h1 a:focus {
            outline: none;
            border: 3px dashed #d10000; }
      /* line 71, scss/module/header.scss */
      header .header-width .logo-box:last-child:not(:first-child) {
        justify-content: flex-end; }
        /* line 73, scss/module/header.scss */
        header .header-width .logo-box:last-child:not(:first-child) h1 {
          text-align: right; }
      /* line 75, scss/module/header.scss */
      header .header-width .logo-box:nth-child(2):not(:last-child) {
        justify-content: center; }
      /* line 76, scss/module/header.scss */
      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%; }
        /* line 82, scss/module/header.scss */
        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%; }
          /* line 85, scss/module/header.scss */
          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; }
    /* line 91, scss/module/header.scss */
    header .header-width .function-header {
      width: calc((100% - 380px) / 2); }
      /* line 96, scss/module/header.scss */
      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; }
      /* line 101, scss/module/header.scss */
      header .header-width .function-header:first-child:nth-last-child(2) {
        width: 60%; }
        /* line 106, scss/module/header.scss */
        header .header-width .function-header:first-child:nth-last-child(2) ul li:empty {
          height: 0px; }
        /* line 108, scss/module/header.scss */
        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; }
      /* line 118, scss/module/header.scss */
      header .header-width .function-header:last-child:nth-child(2) {
        width: 60%; }
        /* line 123, scss/module/header.scss */
        header .header-width .function-header:last-child:nth-child(2) ul li:empty {
          height: 0px; }
        /* line 127, scss/module/header.scss */
        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; }
      /* line 137, scss/module/header.scss */
      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%; }
      /* line 143, scss/module/header.scss */
      header .header-width .function-header ul {
        width: 100%;
        height: 100%;
        margin: auto;
        position: relative;
        display: flex;
        align-content: space-between;
        flex-wrap: wrap; }
        /* line 152, scss/module/header.scss */
        header .header-width .function-header ul li {
          width: 100%;
          display: flex;
          justify-content: flex-end; }
          /* line 157, scss/module/header.scss */
          header .header-width .function-header ul li:empty {
            height: 25px; }
          /* line 161, scss/module/header.scss */
          header .header-width .function-header ul li .search,
          header .header-width .function-header ul li .search-google {
            width: 90%;
            max-width: 410px; }
          /* line 169, scss/module/header.scss */
          header .header-width .function-header ul li.header-function-top:empty + .header-function-center:not(:empty) {
            margin-top: 15px; }
          /* line 174, scss/module/header.scss */
          header .header-width .function-header ul li.header-function-top:not(:empty) {
            margin-bottom: 15px; }
          /* line 178, scss/module/header.scss */
          header .header-width .function-header ul li.header-function-top .header-classification,
          header .header-width .function-header ul li.header-function-top .header-text-size,
          header .header-width .function-header ul li.header-function-top .header-today {
            border-radius: 0 0 12px 12px;
            box-shadow: 2px 1px 3px 0px rgba(0, 0, 0, 0.2); }
          /* line 185, scss/module/header.scss */
          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; }
          /* line 187, scss/module/header.scss */
          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; }
          /* line 195, scss/module/header.scss */
          header .header-width .function-header ul li.header-function-center:not(:empty) {
            margin-bottom: 15px; }
          /* line 199, scss/module/header.scss */
          header .header-width .function-header ul li.header-function-center .header-classification,
          header .header-width .function-header ul li.header-function-center .header-text-size,
          header .header-width .function-header ul li.header-function-center .header-today {
            border-radius: 12px;
            box-shadow: 2px 1px 3px 0px rgba(0, 0, 0, 0.2); }
          /* line 207, scss/module/header.scss */
          header .header-width .function-header ul li.header-function-bottom .header-classification,
          header .header-width .function-header ul li.header-function-bottom .header-text-size,
          header .header-width .function-header ul li.header-function-bottom .header-today {
            border-radius: 12px 12px 0 0;
            box-shadow: 2px -1px 3px 0px rgba(0, 0, 0, 0.2); }
          /* line 213, scss/module/header.scss */
          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; }
          /* line 217, scss/module/header.scss */
          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; }
  /* line 228, scss/module/header.scss */
  header .hamburger-box {
    display: none; }
  @media screen and (max-width: 769px) {
    /* line 232, scss/module/header.scss */
    header .second-menu-top {
      height: 45px;
      overflow-x: auto; }
      /* line 236, scss/module/header.scss */
      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; }
        /* line 247, scss/module/header.scss */
        header .second-menu-top div a {
          height: 100%;
          padding: 0 15px; }
          /* line 251, scss/module/header.scss */
          header .second-menu-top div a + a {
            margin-left: 0; }
    /* line 256, scss/module/header.scss */
    header .header-width {
      padding: 10px 15px; }
      /* line 259, scss/module/header.scss */
      header .header-width .logo-box {
        width: 100%;
        justify-content: flex-start !important;
        margin: 0; }
        /* line 264, scss/module/header.scss */
        header .header-width .logo-box h1 {
          flex: 1; }
          /* line 266, scss/module/header.scss */
          header .header-width .logo-box h1 .logo {
            max-width: 270px;
            margin: auto; }
        /* line 272, scss/module/header.scss */
        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%; }
        /* line 277, scss/module/header.scss */
        header .header-width .logo-box .hamburger-box {
          width: 40px;
          height: 35px;
          padding: 5px;
          border-radius: 10px;
          border: 1px solid #ffffff;
          box-shadow: 1px 2px 6px 2px #cacaca;
          display: flex;
          justify-content: center;
          align-items: center; }
          /* line 288, scss/module/header.scss */
          header .header-width .logo-box .hamburger-box .hamburger-logo {
            width: 22px;
            margin: auto;
            border-top: 3px solid #7b7676; }
            /* line 293, scss/module/header.scss */
            header .header-width .logo-box .hamburger-box .hamburger-logo::before, header .header-width .logo-box .hamburger-box .hamburger-logo::after {
              content: '';
              width: 100%;
              height: 3px;
              display: block;
              margin-top: 18%;
              background-color: #7b7676; }
            /* line 303, scss/module/header.scss */
            header .header-width .logo-box .hamburger-box .hamburger-logo img {
              display: none; }
      /* line 307, scss/module/header.scss */
      header .header-width .function-header {
        display: none; } }
  @media screen and (max-width: 414px) {
    /* line 315, scss/module/header.scss */
    header .second-menu-top div a {
      min-width: calc((100vw - 30px) / 4);
      padding: 0; } }
  @media screen and (max-width: 320px) {
    /* line 325, scss/module/header.scss */
    header .second-menu-top div a {
      min-width: calc((100vw - 30px) / 3); }
    /* line 333, scss/module/header.scss */
    header .header-width .logo-box .logo {
      max-width: 220px; }
    /* line 334, scss/module/header.scss */
    header .header-width .logo-box .hamburger-box {
      width: 35px; } }
  /* line 342, scss/module/header.scss */
  .color-style1 header {
    background-color: #d5e6fa;
    /** 平板 **/ }
    /* line 345, scss/module/header.scss */
    .color-style1 header .accesskey a {
      color: #fff; }
    /* line 346, scss/module/header.scss */
    .color-style1 header .second-menu-top {
      border-color: #36669c;
      background-color: #36669c; }
      /* line 350, scss/module/header.scss */
      .color-style1 header .second-menu-top div a {
        color: #ffffff;
        font-weight: 100; }
        /* line 353, scss/module/header.scss */
        .color-style1 header .second-menu-top div a:focus {
          color: #fff;
          padding: 0 5px;
          outline: none;
          background-color: #d10000; }
        /* line 359, scss/module/header.scss */
        .color-style1 header .second-menu-top div a:hover {
          color: #ffc674; }
    /* line 369, scss/module/header.scss */
    .color-style1 header .function-header ul .header-function-top .header-classification {
      box-shadow: 2px 1px 3px 0px rgba(0, 0, 0, 0.2); }
    /* line 372, scss/module/header.scss */
    .color-style1 header .function-header ul .header-function-top .header-text-size {
      box-shadow: 2px 1px 3px 0px rgba(0, 0, 0, 0.2); }
    @media screen and (max-width: 769px) {
      /* line 383, scss/module/header.scss */
      .color-style1 header .second-menu-top div a {
        font-weight: normal; } }
  /* line 392, scss/module/header.scss */
  .color-style2 header {
    background-color: #fff9f4;
    /** 平板 **/ }
    /* line 395, scss/module/header.scss */
    .color-style2 header .accesskey a {
      color: #fff; }
    /* line 396, scss/module/header.scss */
    .color-style2 header .second-menu-top {
      border-color: #811818;
      background-color: #811818; }
      /* line 400, scss/module/header.scss */
      .color-style2 header .second-menu-top div a {
        color: #ffffff;
        font-weight: 100; }
        /* line 403, scss/module/header.scss */
        .color-style2 header .second-menu-top div a:focus {
          color: #fff;
          padding: 0 5px;
          outline: none;
          background-color: #d10000; }
        /* line 409, scss/module/header.scss */
        .color-style2 header .second-menu-top div a:hover {
          color: #ffc674; }
    /* line 418, scss/module/header.scss */
    .color-style2 header .function-header ul .header-function-top .header-classification {
      box-shadow: 2px 1px 3px 0px rgba(0, 0, 0, 0.2); }
    /* line 421, scss/module/header.scss */
    .color-style2 header .function-header ul .header-function-top .header-text-size {
      box-shadow: 2px 1px 3px 0px rgba(0, 0, 0, 0.2); }
    @media screen and (max-width: 769px) {
      /* line 432, scss/module/header.scss */
      .color-style2 header .second-menu-top div a {
        font-weight: normal; } }
  /* line 441, scss/module/header.scss */
  .color-style3 header {
    background-color: #fff7ec; }
    /* line 444, scss/module/header.scss */
    .color-style3 header .second-menu-top {
      border-color: #F8980F;
      background-color: #F8980F;
      color: #353535; }
      /* line 449, scss/module/header.scss */
      .color-style3 header .second-menu-top div a {
        color: #353535; }
        /* line 451, scss/module/header.scss */
        .color-style3 header .second-menu-top div a:focus {
          color: #fff;
          padding: 0 5px;
          outline: none;
          background-color: #d10000; }
    /* line 463, scss/module/header.scss */
    .color-style3 header .function-header ul .header-function-top .header-classification {
      box-shadow: 2px 1px 3px 0px rgba(0, 0, 0, 0.2); }
    /* line 466, scss/module/header.scss */
    .color-style3 header .function-header ul .header-function-top .header-text-size {
      box-shadow: 2px 1px 3px 0px rgba(0, 0, 0, 0.2); }
  /* line 475, scss/module/header.scss */
  .color-style4 header {
    background-color: #ffffff; }
    /* line 478, scss/module/header.scss */
    .color-style4 header .second-menu-top {
      border-color: #dbf2e5;
      background-color: #dbf2e5; }
      /* line 482, scss/module/header.scss */
      .color-style4 header .second-menu-top div a {
        color: #000; }
        /* line 484, scss/module/header.scss */
        .color-style4 header .second-menu-top div a:focus {
          color: #fff;
          padding: 0 5px;
          outline: none;
          background-color: #d10000; }
        /* line 490, scss/module/header.scss */
        .color-style4 header .second-menu-top div a:hover {
          color: #0a5e10; }
    /* line 499, scss/module/header.scss */
    .color-style4 header .function-header ul .header-function-top .header-classification {
      box-shadow: 2px 1px 3px 0px rgba(0, 0, 0, 0.2); }
    /* line 502, scss/module/header.scss */
    .color-style4 header .function-header ul .header-function-top .header-text-size {
      box-shadow: 2px 1px 3px 0px rgba(0, 0, 0, 0.2); }
  /* line 511, scss/module/header.scss */
  .color-style5 header {
    background-color: #ffffff; }
    /* line 514, scss/module/header.scss */
    .color-style5 header .second-menu-top {
      border-color: #f2f1f1;
      background-color: #f2f1f1; }
      /* line 518, scss/module/header.scss */
      .color-style5 header .second-menu-top div a {
        color: #000; }
        /* line 520, scss/module/header.scss */
        .color-style5 header .second-menu-top div a:focus {
          color: #fff;
          padding: 0 5px;
          outline: none;
          background-color: #d10000; }
        /* line 526, scss/module/header.scss */
        .color-style5 header .second-menu-top div a:hover {
          color: #a61f1f; }
    /* line 535, scss/module/header.scss */
    .color-style5 header .function-header ul .header-function-top .header-classification {
      box-shadow: 2px 1px 3px 0px rgba(0, 0, 0, 0.2); }
    /* line 538, scss/module/header.scss */
    .color-style5 header .function-header ul .header-function-top .header-text-size {
      box-shadow: 2px 1px 3px 0px rgba(0, 0, 0, 0.2); }
  /* line 547, scss/module/header.scss */
  .color-style6 header {
    background-color: #fff8e3;
    /** 平板 **/ }
    /* line 550, scss/module/header.scss */
    .color-style6 header .accesskey a {
      color: #fff; }
    /* line 551, scss/module/header.scss */
    .color-style6 header .second-menu-top {
      border-color: #802b93;
      background-color: #602b6c; }
      /* line 555, scss/module/header.scss */
      .color-style6 header .second-menu-top div a {
        color: #ffffff;
        font-weight: 100; }
        /* line 558, scss/module/header.scss */
        .color-style6 header .second-menu-top div a:focus {
          color: #fff;
          padding: 0 5px;
          outline: none;
          background-color: #d10000; }
        /* line 564, scss/module/header.scss */
        .color-style6 header .second-menu-top div a:hover {
          color: #ffe186; }
    /* line 573, scss/module/header.scss */
    .color-style6 header .function-header ul .header-function-top .header-classification {
      box-shadow: 2px 1px 3px 0px rgba(0, 0, 0, 0.2); }
    /* line 576, scss/module/header.scss */
    .color-style6 header .function-header ul .header-function-top .header-text-size {
      box-shadow: 2px 1px 3px 0px rgba(0, 0, 0, 0.2); }
    @media screen and (max-width: 769px) {
      /* line 587, scss/module/header.scss */
      .color-style6 header .second-menu-top div a {
        font-weight: normal; } }

/*-------------------- 功能模組：選單 ---------------------*/
/* line 4, scss/module/menu-box.scss */
.menu-box {
  width: 100%;
  background-color: #008269;
  position: relative;
  /** 平板 **/
  /*-------------------- 顏色設定 ---------------------*/
  /* 顏色更換：藍 */
  /* 顏色更換：深紅 */
  /* 顏色更換：橘 */
  /* 顏色更換：綠 */
  /* 顏色更換：粉紅 */
  /* 顏色更換：紫 */ }
  /* line 10, scss/module/menu-box.scss */
  .function-cabinet.full .menu-box {
    width: calc(100% + 15px * 2);
    margin-left: -15px; }
    /* line 13, scss/module/menu-box.scss */
    .function-cabinet.full .menu-box .container-middle {
      padding: 0 15px; }
  /* line 17, scss/module/menu-box.scss */
  .menu-box.menu-fixed {
    width: 100%;
    margin: 0 !important;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50; }
  /* line 26, scss/module/menu-box.scss */
  .menu-box .container-hide {
    display: none;
    background-color: #0e7561;
    text-align: center; }
    /* line 31, scss/module/menu-box.scss */
    .menu-box .container-hide a {
      display: inline-block;
      color: #fff;
      line-height: 1.1;
      width: 30px;
      height: 30px;
      font-size: 1.25rem;
      border-radius: 50px;
      border: 2px solid #cfc8ad;
      font-weight: 100;
      margin: 5% 0; }
  /* line 45, scss/module/menu-box.scss */
  .menu-box .container-middle {
    padding: 0; }
  /* line 47, scss/module/menu-box.scss */
  .menu-box ul.menu {
    display: flex;
    justify-content: space-around;
    align-items: stretch; }
    /* line 52, scss/module/menu-box.scss */
    .menu-box ul.menu li {
      width: 100%;
      display: inline-block;
      position: relative;
      text-align: center; }
      /* line 58, scss/module/menu-box.scss */
      .menu-box ul.menu li:hover {
        background-color: #005746; }
        /* line 60, scss/module/menu-box.scss */
        .menu-box ul.menu li:hover .menu-floor-down {
          display: block; }
      /* line 62, scss/module/menu-box.scss */
      .menu-box ul.menu li a {
        font-weight: bold;
        display: block;
        padding: 10px;
        text-decoration: none;
        color: #fff;
        white-space: inherit;
        line-height: normal; }
        /* line 70, scss/module/menu-box.scss */
        .menu-box ul.menu li a:focus {
          outline: none; }
        /* line 71, scss/module/menu-box.scss */
        .menu-box ul.menu li a:hover {
          background-color: #005746;
          color: #ffe186; }
      /* line 73, scss/module/menu-box.scss */
      .menu-box ul.menu li .menu-floor-down {
        position: absolute;
        z-index: 2;
        display: none;
        background-color: #e8e8e8; }
        /* line 79, scss/module/menu-box.scss */
        .menu-box ul.menu li .menu-floor-down.open {
          display: block; }
        /* line 80, scss/module/menu-box.scss */
        .menu-box ul.menu li .menu-floor-down li {
          width: 100%;
          border-bottom: 1px solid #d3d3d3;
          text-align: left; }
          /* line 84, scss/module/menu-box.scss */
          .menu-box ul.menu li .menu-floor-down li a {
            color: #000;
            white-space: nowrap; }
            /* line 87, scss/module/menu-box.scss */
            .menu-box ul.menu li .menu-floor-down li a:hover {
              color: #ffe186; }
            /* line 88, scss/module/menu-box.scss */
            .menu-box ul.menu li .menu-floor-down li a:focus {
              color: #fff;
              background-color: #d10000;
              outline: none; }
          /* line 95, scss/module/menu-box.scss */
          .menu-box ul.menu li .menu-floor-down li:hover {
            background-color: #0e8971; }
            /* line 97, scss/module/menu-box.scss */
            .menu-box ul.menu li .menu-floor-down li:hover .menu-floor-down {
              display: block; }
      /* line 103, scss/module/menu-box.scss */
      .menu-box ul.menu li .classification-menu.open {
        background-color: #d10000;
        outline: none; }
    /* line 113, scss/module/menu-box.scss */
    .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; }
    /* line 115, scss/module/menu-box.scss */
    .menu-box ul.menu > li > a {
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center; }
      /* line 120, scss/module/menu-box.scss */
      html:lang(en) .menu-box ul.menu > li > a {
        word-break: normal; }
  /* line 125, scss/module/menu-box.scss */
  .menu-box .rwd-header-function {
    display: none; }
  @media screen and (max-width: 1170px) {
    /* line 4, scss/module/menu-box.scss */
    .menu-box {
      width: calc(100% + 15px * 2);
      margin-left: -15px; } }
  @media screen and (max-width: 769px) {
    /* line 4, scss/module/menu-box.scss */
    .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; }
      /* line 146, scss/module/menu-box.scss */
      .function-cabinet.full .menu-box {
        width: 100%;
        margin-left: 0; }
        /* line 149, scss/module/menu-box.scss */
        .function-cabinet.full .menu-box .container-middle {
          padding: 0; }
      /* line 152, scss/module/menu-box.scss */
      .menu-box .container-hide {
        display: block; }
      /* line 154, scss/module/menu-box.scss */
      .menu-box ul.menu {
        display: block; }
        /* line 156, scss/module/menu-box.scss */
        .menu-box ul.menu li {
          width: 100%;
          padding: 0;
          border-bottom: 1px solid #18a88c; }
          /* line 162, scss/module/menu-box.scss */
          .menu-box ul.menu li:hover .menu-floor-down {
            display: none; }
          /* line 165, scss/module/menu-box.scss */
          .menu-box ul.menu li a {
            height: auto;
            display: block; }
          /* line 167, scss/module/menu-box.scss */
          .menu-box ul.menu li .menu-floor-down {
            display: none;
            z-index: 1;
            position: relative;
            width: 100%; }
            /* line 172, scss/module/menu-box.scss */
            .menu-box ul.menu li .menu-floor-down li {
              text-align: center; }
              /* line 174, scss/module/menu-box.scss */
              .menu-box ul.menu li .menu-floor-down li a {
                background-color: #e8e8e8; }
      /* line 180, scss/module/menu-box.scss */
      .menu-box .rwd-header-function {
        display: block; }
        /* line 183, scss/module/menu-box.scss */
        .menu-box .rwd-header-function .function-header {
          border-bottom: 2px solid #0a9479; }
          /* line 187, scss/module/menu-box.scss */
          .menu-box .rwd-header-function .function-header ul li {
            margin: 15px 0; }
            /* line 189, scss/module/menu-box.scss */
            .menu-box .rwd-header-function .function-header ul li:empty {
              margin: 0; }
            /* line 191, scss/module/menu-box.scss */
            .menu-box .rwd-header-function .function-header ul li .search {
              width: 85%;
              margin: 0 auto; }
              /* line 196, scss/module/menu-box.scss */
              .menu-box .rwd-header-function .function-header ul li .search .search-box .search-input,
              .menu-box .rwd-header-function .function-header ul li .search .search-box .search-button,
              .menu-box .rwd-header-function .function-header ul li .search .search-box .advanced-button {
                border-radius: 0px; }
              /* line 200, scss/module/menu-box.scss */
              .menu-box .rwd-header-function .function-header ul li .search .search-box .search-button,
              .menu-box .rwd-header-function .function-header ul li .search .search-box .advanced-button {
                background-color: #138b74; }
                /* line 204, scss/module/menu-box.scss */
                .menu-box .rwd-header-function .function-header ul li .search .search-box .search-button:hover,
                .menu-box .rwd-header-function .function-header ul li .search .search-box .advanced-button:hover {
                  background-color: #ffe186;
                  color: #09493c; }
              /* line 213, scss/module/menu-box.scss */
              .menu-box .rwd-header-function .function-header ul li .search .hot-search .search-text-hide a {
                color: #ffffff; }
                /* line 216, scss/module/menu-box.scss */
                .menu-box .rwd-header-function .function-header ul li .search .hot-search .search-text-hide a:hover {
                  color: #09493c; }
            /* line 224, scss/module/menu-box.scss */
            .menu-box .rwd-header-function .function-header ul li .search-google {
              width: 85%;
              margin: 0 auto; }
              /* line 233, scss/module/menu-box.scss */
              .menu-box .rwd-header-function .function-header ul li .search-google .gsc-control-cse table.gsc-search-box tbody tr .gsc-input .gsc-input-box {
                border-radius: 0; }
              /* line 242, scss/module/menu-box.scss */
              .menu-box .rwd-header-function .function-header ul li .search-google .gsc-control-cse table.gsc-search-box tbody tr td.gsc-search-button .gsc-search-button,
              .menu-box .rwd-header-function .function-header ul li .search-google .gsc-control-cse table.gsc-search-box tbody tr td.gsc-search-button .gsc-search-button-v2 {
                border-radius: 0;
                background-color: #138b74; }
                /* line 247, scss/module/menu-box.scss */
                .menu-box .rwd-header-function .function-header ul li .search-google .gsc-control-cse table.gsc-search-box tbody tr td.gsc-search-button .gsc-search-button:hover,
                .menu-box .rwd-header-function .function-header ul li .search-google .gsc-control-cse table.gsc-search-box tbody tr td.gsc-search-button .gsc-search-button-v2:hover {
                  background-color: #ffe186; }
				  .menu-box .rwd-header-function .function-header ul li .search-google .gsc-control-cse table.gsc-search-box tbody tr td.gsc-search-button .gsc-search-button:focus,
				  .menu-box .rwd-header-function .function-header ul li .search-google .gsc-control-cse table.gsc-search-box tbody tr td.gsc-search-button .gsc-search-button-v2:focus {
                  background-color: #d10000; }
                  /* line 250, scss/module/menu-box.scss */
                  .menu-box .rwd-header-function .function-header ul li .search-google .gsc-control-cse table.gsc-search-box tbody tr td.gsc-search-button .gsc-search-button:hover svg,
                  .menu-box .rwd-header-function .function-header ul li .search-google .gsc-control-cse table.gsc-search-box tbody tr td.gsc-search-button .gsc-search-button-v2:hover svg {
                    fill: #09493c; }
              /* line 260, scss/module/menu-box.scss */
              .menu-box .rwd-header-function .function-header ul li .search-google > form .advanced-button {
                border-radius: 0px;
                background-color: #138b74; }
				.menu-box .rwd-header-function .function-header ul li .search-google > form .advanced-button:focus {
                  background-color: #d10000;}
                /* line 264, scss/module/menu-box.scss */
                .menu-box .rwd-header-function .function-header ul li .search-google > form .advanced-button:hover {
                  background-color: #ffe186;
                  color: #09493c; }
              /* line 273, scss/module/menu-box.scss */
              .menu-box .rwd-header-function .function-header ul li .search-google .hot-search .search-text-hide a {
                color: #ffffff; }
                /* line 276, scss/module/menu-box.scss */
                .menu-box .rwd-header-function .function-header ul li .search-google .hot-search .search-text-hide a:hover {
                  color: #09493c; }
            /* line 284, scss/module/menu-box.scss */
            .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 {
              width: 85%;
              max-width: inherit;
              margin: auto;
              border-radius: 0; }
            /* line 293, scss/module/menu-box.scss */
            .menu-box .rwd-header-function .function-header ul li .header-newspaper {
              width: 85%;
              margin: auto; }
              /* line 298, scss/module/menu-box.scss */
              .menu-box .rwd-header-function .function-header ul li .header-newspaper input[type=button].butn.ok {
                background-color: #138b74; }
                /* line 300, scss/module/menu-box.scss */
                .menu-box .rwd-header-function .function-header ul li .header-newspaper input[type=button].butn.ok:hover {
                  color: #09493c;
                  background-color: #ffe186; }
            /* line 305, scss/module/menu-box.scss */
            .menu-box .rwd-header-function .function-header ul li .header-buttons {
              text-align: center; }
              /* line 307, scss/module/menu-box.scss */
              .menu-box .rwd-header-function .function-header ul li .header-buttons a {
                width: 40%; }
                /* line 309, scss/module/menu-box.scss */
                .menu-box .rwd-header-function .function-header ul li .header-buttons a:nth-of-type(2n+1) {
                  margin-left: 0; }
                /* line 310, scss/module/menu-box.scss */
                .menu-box .rwd-header-function .function-header ul li .header-buttons a:nth-of-type(n+3) {
                  margin-top: 10px; } }
  /* line 322, scss/module/menu-box.scss */
  .color-style1 .menu-box {
    background: none;
    background-color: #36669c;
    /** 平板 **/ }
    /* line 326, scss/module/menu-box.scss */
    .color-style1 .menu-box .container-hide {
      background-color: #0a3f7b; }
      /* line 329, scss/module/menu-box.scss */
      .color-style1 .menu-box .container-hide a {
        border-color: #cfc8ad; }
    /* line 334, scss/module/menu-box.scss */
    .color-style1 .menu-box ul.menu li:hover {
      background-color: #F8980F; }
      /* line 337, scss/module/menu-box.scss */
      .color-style1 .menu-box ul.menu li:hover a {
        color: #353535; }
    /* line 341, scss/module/menu-box.scss */
    .color-style1 .menu-box ul.menu li a:hover {
      background-color: #F8980F; }
    /* line 345, scss/module/menu-box.scss */
    .color-style1 .menu-box ul.menu li .menu-floor-down {
      background: none;
      background-color: #e8e8e8; }
      /* line 349, scss/module/menu-box.scss */
      .color-style1 .menu-box ul.menu li .menu-floor-down li {
        border-color: #d3d3d3; }
        /* line 352, scss/module/menu-box.scss */
        .color-style1 .menu-box ul.menu li .menu-floor-down li a {
          color: #000; }
          /* line 355, scss/module/menu-box.scss */
          .color-style1 .menu-box ul.menu li .menu-floor-down li a:hover {
            color: #000;
            background-color: #F8980F; }
          /* line 359, scss/module/menu-box.scss */
          .color-style1 .menu-box ul.menu li .menu-floor-down li a:focus {
            color: #fff;
            background-color: #d10000;
            outline: none; }
    /* line 370, scss/module/menu-box.scss */
    .color-style1 .menu-box ul.menu li .classification-menu.open {
      color: #fff;
      background-color: #d10000;
      outline: none; }
    /* line 379, scss/module/menu-box.scss */
    .color-style1 .menu-box .rwd-header-function .function-header {
      border-color: #0a3f7b; }
      /* line 385, scss/module/menu-box.scss */
      .color-style1 .menu-box .rwd-header-function .function-header ul li .search .search-box .search-button,
      .color-style1 .menu-box .rwd-header-function .function-header ul li .search .search-box .advanced-button {
        background-color: #F8980F;
        color: #353535; }
        /* line 390, scss/module/menu-box.scss */
        .color-style1 .menu-box .rwd-header-function .function-header ul li .search .search-box .search-button:hover,
        .color-style1 .menu-box .rwd-header-function .function-header ul li .search .search-box .advanced-button:hover {
          background-color: #ffe186; }
      /* line 394, scss/module/menu-box.scss */
      .color-style1 .menu-box .rwd-header-function .function-header ul li .search .hot-search span {
        color: #ffce3a; }
      /* line 396, scss/module/menu-box.scss */
      .color-style1 .menu-box .rwd-header-function .function-header ul li .search .hot-search .search-text-hide a {
        font-weight: 100; }
        /* line 399, scss/module/menu-box.scss */
        .color-style1 .menu-box .rwd-header-function .function-header ul li .search .hot-search .search-text-hide a:hover {
          color: #ffe186; }
        /* line 400, scss/module/menu-box.scss */
        .color-style1 .menu-box .rwd-header-function .function-header ul li .search .hot-search .search-text-hide a:focus {
          color: #fff;
          background-color: #d10000;
          outline: none; }
      /* line 416, scss/module/menu-box.scss */
      .color-style1 .menu-box .rwd-header-function .function-header ul li .search-google .gsc-control-cse table.gsc-search-box tbody tr .gsc-input .gsc-input-box {
        border-color: #dddddd; }
      /* line 421, scss/module/menu-box.scss */
      .color-style1 .menu-box .rwd-header-function .function-header ul li .search-google .gsc-control-cse table.gsc-search-box tbody tr td.gsc-search-button .gsc-search-button {
        background-color: #F8980F;
        color: #000; }
        /* line 425, scss/module/menu-box.scss */
        .color-style1 .menu-box .rwd-header-function .function-header ul li .search-google .gsc-control-cse table.gsc-search-box tbody tr td.gsc-search-button .gsc-search-button svg {
          fill: #353535; }
        /* line 429, scss/module/menu-box.scss */
        .color-style1 .menu-box .rwd-header-function .function-header ul li .search-google .gsc-control-cse table.gsc-search-box tbody tr td.gsc-search-button .gsc-search-button:hover {
          background-color: #ffe186; }
        /* line 432, scss/module/menu-box.scss */
        .color-style1 .menu-box .rwd-header-function .function-header ul li .search-google .gsc-control-cse table.gsc-search-box tbody tr td.gsc-search-button .gsc-search-button:focus {
          color: #fff;
          background-color: #d10000;
          outline: none; }
      /* line 444, scss/module/menu-box.scss */
      .color-style1 .menu-box .rwd-header-function .function-header ul li .search-google > form .advanced-button {
        background-color: #F8980F;
        color: #353535; }
        /* line 448, scss/module/menu-box.scss */
        .color-style1 .menu-box .rwd-header-function .function-header ul li .search-google > form .advanced-button:hover {
          background-color: #ffe186; }
      /* line 454, scss/module/menu-box.scss */
      .color-style1 .menu-box .rwd-header-function .function-header ul li .search-google .hot-search span {
        color: #ffce3a; }
      /* line 458, scss/module/menu-box.scss */
      .color-style1 .menu-box .rwd-header-function .function-header ul li .search-google .hot-search .search-text-hide a {
        font-weight: 100; }
        /* line 461, scss/module/menu-box.scss */
        .color-style1 .menu-box .rwd-header-function .function-header ul li .search-google .hot-search .search-text-hide a:hover {
          color: #ffe186; }
      /* line 471, scss/module/menu-box.scss */
      .color-style1 .menu-box .rwd-header-function .function-header ul li .header-newspaper input[type=button].butn.ok {
        color: #353535;
        background-color: #F8980F; }
        /* line 474, scss/module/menu-box.scss */
        .color-style1 .menu-box .rwd-header-function .function-header ul li .header-newspaper input[type=button].butn.ok:hover {
          background-color: #ffe186; }
    @media screen and (max-width: 769px) {
      /* line 486, scss/module/menu-box.scss */
      .color-style1 .menu-box ul.menu li {
        border-color: #0a3f7b; }
        /* line 490, scss/module/menu-box.scss */
        .color-style1 .menu-box ul.menu li .menu-floor-down li a {
          background-color: #e8e8e8; }
          /* line 492, scss/module/menu-box.scss */
          .color-style1 .menu-box ul.menu li .menu-floor-down li a:hover {
            color: #353535;
            background-color: #fabe83; } }
  /* line 505, scss/module/menu-box.scss */
  .color-style2 .menu-box {
    background: none;
    background-color: #811818;
    /** 平板 **/ }
    /* line 509, scss/module/menu-box.scss */
    .color-style2 .menu-box .container-hide {
      background-color: #9e1d1d; }
      /* line 511, scss/module/menu-box.scss */
      .color-style2 .menu-box .container-hide a {
        border-color: #cfc8ad; }
    /* line 515, scss/module/menu-box.scss */
    .color-style2 .menu-box ul.menu li {
      border-color: #a65f5f; }
      /* line 517, scss/module/menu-box.scss */
      .color-style2 .menu-box ul.menu li:hover {
        background-color: #ffbfbf; }
        /* line 519, scss/module/menu-box.scss */
        .color-style2 .menu-box ul.menu li:hover a {
          color: #640000; }
          /* line 521, scss/module/menu-box.scss */
          .color-style2 .menu-box ul.menu li:hover a:hover {
            background-color: #ffbfbf; }
      /* line 524, scss/module/menu-box.scss */
      .color-style2 .menu-box ul.menu li a {
        color: #fff; }
      /* line 525, scss/module/menu-box.scss */
      .color-style2 .menu-box ul.menu li .menu-floor-down {
        background: none;
        background-color: #e8e8e8; }
        /* line 528, scss/module/menu-box.scss */
        .color-style2 .menu-box ul.menu li .menu-floor-down li {
          border-color: #d3d3d3; }
          /* line 530, scss/module/menu-box.scss */
          .color-style2 .menu-box ul.menu li .menu-floor-down li a {
            color: #000; }
            /* line 532, scss/module/menu-box.scss */
            .color-style2 .menu-box ul.menu li .menu-floor-down li a:hover {
              color: #640000;
              background-color: #fce4e4; }
            /* line 536, scss/module/menu-box.scss */
            .color-style2 .menu-box ul.menu li .menu-floor-down li a:focus {
              color: #fff;
              background-color: #d10000; }
      /* line 546, scss/module/menu-box.scss */
      .color-style2 .menu-box ul.menu li .classification-menu.open {
        color: #fff;
        background-color: #d10000;
        outline: none; }
    /* line 555, scss/module/menu-box.scss */
    .color-style2 .menu-box .rwd-header-function .function-header {
      border-color: #a65f5f; }
      /* line 561, scss/module/menu-box.scss */
      .color-style2 .menu-box .rwd-header-function .function-header ul li .search .search-box .search-button,
      .color-style2 .menu-box .rwd-header-function .function-header ul li .search .search-box .advanced-button {
        background-color: #c42222;
        color: #353535; }
        /* line 566, scss/module/menu-box.scss */
        .color-style2 .menu-box .rwd-header-function .function-header ul li .search .search-box .search-button:hover,
        .color-style2 .menu-box .rwd-header-function .function-header ul li .search .search-box .advanced-button:hover {
          background-color: #eb7474;
          color: #fff; }
      /* line 573, scss/module/menu-box.scss */
      .color-style2 .menu-box .rwd-header-function .function-header ul li .search .hot-search span {
        color: #fdeded; }
      /* line 575, scss/module/menu-box.scss */
      .color-style2 .menu-box .rwd-header-function .function-header ul li .search .hot-search .search-text-hide a {
        font-weight: 100; }
        /* line 577, scss/module/menu-box.scss */
        .color-style2 .menu-box .rwd-header-function .function-header ul li .search .hot-search .search-text-hide a:hover {
          color: #ffe186; }
      /* line 588, scss/module/menu-box.scss */
      .color-style2 .menu-box .rwd-header-function .function-header ul li .search-google .gsc-control-cse table.gsc-search-box tbody tr .gsc-input .gsc-input-box {
        border-color: #dddddd; }
      /* line 593, scss/module/menu-box.scss */
      .color-style2 .menu-box .rwd-header-function .function-header ul li .search-google .gsc-control-cse table.gsc-search-box tbody tr td.gsc-search-button .gsc-search-button {
        background-color: #c42222;
        color: #fff; }
        /* line 597, scss/module/menu-box.scss */
        .color-style2 .menu-box .rwd-header-function .function-header ul li .search-google .gsc-control-cse table.gsc-search-box tbody tr td.gsc-search-button .gsc-search-button svg {
          fill: #353535; }
        /* line 600, scss/module/menu-box.scss */
        .color-style2 .menu-box .rwd-header-function .function-header ul li .search-google .gsc-control-cse table.gsc-search-box tbody tr td.gsc-search-button .gsc-search-button:focus, .color-style2 .menu-box .rwd-header-function .function-header ul li .search-google .gsc-control-cse table.gsc-search-box tbody tr td.gsc-search-button .gsc-search-button:hover {
          background-color: #b63131; }
          /* line 604, scss/module/menu-box.scss */
          .color-style2 .menu-box .rwd-header-function .function-header ul li .search-google .gsc-control-cse table.gsc-search-box tbody tr td.gsc-search-button .gsc-search-button:focus svg, .color-style2 .menu-box .rwd-header-function .function-header ul li .search-google .gsc-control-cse table.gsc-search-box tbody tr td.gsc-search-button .gsc-search-button:hover svg {
            fill: #ffffff; }
      /* line 615, scss/module/menu-box.scss */
      .color-style2 .menu-box .rwd-header-function .function-header ul li .search-google > form .advanced-button {
        background-color: #c42222;
        color: #353535; }
        /* line 619, scss/module/menu-box.scss */
        .color-style2 .menu-box .rwd-header-function .function-header ul li .search-google > form .advanced-button:hover {
          background-color: #b63131;
          color: #fff; }
      /* line 626, scss/module/menu-box.scss */
      .color-style2 .menu-box .rwd-header-function .function-header ul li .search-google .hot-search span {
        color: #fdeded; }
      /* line 628, scss/module/menu-box.scss */
      .color-style2 .menu-box .rwd-header-function .function-header ul li .search-google .hot-search .search-text-hide a {
        font-weight: 100; }
        /* line 631, scss/module/menu-box.scss */
        .color-style2 .menu-box .rwd-header-function .function-header ul li .search-google .hot-search .search-text-hide a:hover {
          color: #ffe186; }
      /* line 638, scss/module/menu-box.scss */
      .color-style2 .menu-box .rwd-header-function .function-header ul li .header-newspaper input[type=button].butn.ok {
        color: #353535;
        background-color: #c42222; }
        /* line 641, scss/module/menu-box.scss */
        .color-style2 .menu-box .rwd-header-function .function-header ul li .header-newspaper input[type=button].butn.ok:hover {
          color: #fff;
          background-color: #eb7474; }
    @media screen and (max-width: 769px) {
      /* line 653, scss/module/menu-box.scss */
      .color-style2 .menu-box ul.menu li {
        border-color: #a65f5f; }
        /* line 657, scss/module/menu-box.scss */
        .color-style2 .menu-box ul.menu li .menu-floor-down li a {
          background-color: #e8e8e8; }
          /* line 659, scss/module/menu-box.scss */
          .color-style2 .menu-box ul.menu li .menu-floor-down li a:hover {
            color: #353535;
            background-color: #fce4e4; } }
  /* line 672, scss/module/menu-box.scss */
  .color-style3 .menu-box {
    background: none;
    background-color: #F8980F;
    /** 平板 **/ }
    /* line 676, scss/module/menu-box.scss */
    .color-style3 .menu-box .container-hide {
      background-color: #ca7700; }
      /* line 678, scss/module/menu-box.scss */
      .color-style3 .menu-box .container-hide a {
        border-color: #cfc8ad; }
    /* line 682, scss/module/menu-box.scss */
    .color-style3 .menu-box ul.menu li {
      border-color: #ca7700; }
      /* line 684, scss/module/menu-box.scss */
      .color-style3 .menu-box ul.menu li:hover {
        background-color: #ffd598; }
        /* line 686, scss/module/menu-box.scss */
        .color-style3 .menu-box ul.menu li:hover a {
          color: #000; }
          /* line 688, scss/module/menu-box.scss */
          .color-style3 .menu-box ul.menu li:hover a:hover {
            background-color: #ffd598; }
      /* line 691, scss/module/menu-box.scss */
      .color-style3 .menu-box ul.menu li a {
        color: #000; }
      /* line 693, scss/module/menu-box.scss */
      .color-style3 .menu-box ul.menu li .menu-floor-down {
        background: none;
        background-color: #e8e8e8; }
        /* line 697, scss/module/menu-box.scss */
        .color-style3 .menu-box ul.menu li .menu-floor-down li {
          border-color: #d3d3d3; }
          /* line 700, scss/module/menu-box.scss */
          .color-style3 .menu-box ul.menu li .menu-floor-down li a {
            color: #000; }
            /* line 702, scss/module/menu-box.scss */
            .color-style3 .menu-box ul.menu li .menu-floor-down li a:hover {
              color: #353535;
              background-color: #ffd598; }
            /* line 706, scss/module/menu-box.scss */
            .color-style3 .menu-box ul.menu li .menu-floor-down li a:focus {
              color: #fff;
              background-color: #d10000; }
      /* line 716, scss/module/menu-box.scss */
      .color-style3 .menu-box ul.menu li .classification-menu.open {
        color: #fff;
        background-color: #d10000;
        outline: none; }
    /* line 725, scss/module/menu-box.scss */
    .color-style3 .menu-box .rwd-header-function .function-header {
      border-color: #ca7700; }
      /* line 731, scss/module/menu-box.scss */
      .color-style3 .menu-box .rwd-header-function .function-header ul li .search .search-box .search-button,
      .color-style3 .menu-box .rwd-header-function .function-header ul li .search .search-box .advanced-button {
        background-color: #ca7700;
        color: #ffffff; }
        /* line 736, scss/module/menu-box.scss */
        .color-style3 .menu-box .rwd-header-function .function-header ul li .search .search-box .search-button:hover,
        .color-style3 .menu-box .rwd-header-function .function-header ul li .search .search-box .advanced-button:hover {
          background-color: #ffd598;
          color: #000; }
      /* line 744, scss/module/menu-box.scss */
      .color-style3 .menu-box .rwd-header-function .function-header ul li .search .hot-search .search-text-hide a {
        color: #764f16; }
        /* line 747, scss/module/menu-box.scss */
        .color-style3 .menu-box .rwd-header-function .function-header ul li .search .hot-search .search-text-hide a:hover {
          color: #ffffff; }
      /* line 760, scss/module/menu-box.scss */
      .color-style3 .menu-box .rwd-header-function .function-header ul li .search-google .gsc-control-cse table.gsc-search-box tbody tr .gsc-search-button .gsc-search-button {
        background-color: #ca7700;
        color: #fff; }
        /* line 764, scss/module/menu-box.scss */
        .color-style3 .menu-box .rwd-header-function .function-header ul li .search-google .gsc-control-cse table.gsc-search-box tbody tr .gsc-search-button .gsc-search-button svg {
          fill: #ffffff; }
        /* line 768, scss/module/menu-box.scss */
        .color-style3 .menu-box .rwd-header-function .function-header ul li .search-google .gsc-control-cse table.gsc-search-box tbody tr .gsc-search-button .gsc-search-button:hover {
          background-color: #ffd598; }
          /* line 771, scss/module/menu-box.scss */
          .color-style3 .menu-box .rwd-header-function .function-header ul li .search-google .gsc-control-cse table.gsc-search-box tbody tr .gsc-search-button .gsc-search-button:hover svg {
            fill: #353535; }
      /* line 782, scss/module/menu-box.scss */
      .color-style3 .menu-box .rwd-header-function .function-header ul li .search-google > form .advanced-button {
        background-color: #ca7700;
        color: #ffffff; }
        /* line 786, scss/module/menu-box.scss */
        .color-style3 .menu-box .rwd-header-function .function-header ul li .search-google > form .advanced-button:hover {
          color: #353535;
          background-color: #ffe186; }
      /* line 794, scss/module/menu-box.scss */
      .color-style3 .menu-box .rwd-header-function .function-header ul li .search-google .hot-search .search-text-hide a {
        color: #764f16; }
        /* line 797, scss/module/menu-box.scss */
        .color-style3 .menu-box .rwd-header-function .function-header ul li .search-google .hot-search .search-text-hide a:hover {
          color: #ffffff; }
      /* line 804, scss/module/menu-box.scss */
      .color-style3 .menu-box .rwd-header-function .function-header ul li .header-newspaper input[type=button].butn.ok {
        color: #ffffff;
        background-color: #ca7700; }
        /* line 807, scss/module/menu-box.scss */
        .color-style3 .menu-box .rwd-header-function .function-header ul li .header-newspaper input[type=button].butn.ok:hover {
          color: #353535;
          background-color: #ffd598; }
    @media screen and (max-width: 769px) {
      /* line 819, scss/module/menu-box.scss */
      .color-style3 .menu-box ul.menu li {
        border-color: #ca7700; }
        /* line 823, scss/module/menu-box.scss */
        .color-style3 .menu-box ul.menu li .menu-floor-down li a {
          background-color: #e8e8e8; }
          /* line 825, scss/module/menu-box.scss */
          .color-style3 .menu-box ul.menu li .menu-floor-down li a:hover {
            color: #ca7700;
            background-color: #f3f3f3; } }
  /* line 838, scss/module/menu-box.scss */
  .color-style4 .menu-box {
    background: none;
    background-color: #188144;
    /** 平板 **/ }
    /* line 842, scss/module/menu-box.scss */
    .color-style4 .menu-box .container-hide {
      background-color: #0e7561; }
      /* line 844, scss/module/menu-box.scss */
      .color-style4 .menu-box .container-hide a {
        border-color: #cfc8ad; }
    /* line 848, scss/module/menu-box.scss */
    .color-style4 .menu-box ul.menu li {
      border-bottom-color: #7bc399; }
      /* line 850, scss/module/menu-box.scss */
      .color-style4 .menu-box ul.menu li:hover {
        background-color: #0a5e10; }
        /* line 852, scss/module/menu-box.scss */
        .color-style4 .menu-box ul.menu li:hover a {
          color: #ffffff; }
          /* line 854, scss/module/menu-box.scss */
          .color-style4 .menu-box ul.menu li:hover a:hover {
            background-color: #0a5e10; }
      /* line 857, scss/module/menu-box.scss */
      .color-style4 .menu-box ul.menu li a {
        color: #ffffff; }
      /* line 858, scss/module/menu-box.scss */
      .color-style4 .menu-box ul.menu li .menu-floor-down {
        background: none;
        background-color: #e8e8e8; }
        /* line 862, scss/module/menu-box.scss */
        .color-style4 .menu-box ul.menu li .menu-floor-down li {
          border-color: #d3d3d3; }
          /* line 865, scss/module/menu-box.scss */
          .color-style4 .menu-box ul.menu li .menu-floor-down li a {
            color: #000; }
            /* line 868, scss/module/menu-box.scss */
            .color-style4 .menu-box ul.menu li .menu-floor-down li a:hover {
              color: #ffffff;
              background-color: #0a5e10; }
            /* line 872, scss/module/menu-box.scss */
            .color-style4 .menu-box ul.menu li .menu-floor-down li a:focus {
              color: #fff;
              background-color: #d10000; }
      /* line 882, scss/module/menu-box.scss */
      .color-style4 .menu-box ul.menu li .classification-menu.open {
        color: #fff;
        background-color: #d10000;
        outline: none; }
    /* line 891, scss/module/menu-box.scss */
    .color-style4 .menu-box .rwd-header-function .function-header {
      border-color: #7bc399; }
      /* line 897, scss/module/menu-box.scss */
      .color-style4 .menu-box .rwd-header-function .function-header ul li .search .search-box .search-button,
      .color-style4 .menu-box .rwd-header-function .function-header ul li .search .search-box .advanced-button {
        background-color: #2ca05d;
        color: #ffffff; }
        /* line 902, scss/module/menu-box.scss */
        .color-style4 .menu-box .rwd-header-function .function-header ul li .search .search-box .search-button:hover,
        .color-style4 .menu-box .rwd-header-function .function-header ul li .search .search-box .advanced-button:hover {
          background-color: #0a5e10; }
      /* line 907, scss/module/menu-box.scss */
      .color-style4 .menu-box .rwd-header-function .function-header ul li .search .hot-search span {
        color: #dbf2e5; }
      /* line 917, scss/module/menu-box.scss */
      .color-style4 .menu-box .rwd-header-function .function-header ul li .search-google .gsc-control-cse table.gsc-search-box tbody tr .gsc-input .gsc-input-box {
        border-color: #dddddd; }
      /* line 920, scss/module/menu-box.scss */
      .color-style4 .menu-box .rwd-header-function .function-header ul li .search-google .gsc-control-cse table.gsc-search-box tbody tr td.gsc-search-button .gsc-search-button {
        background-color: #2ca05d;
        color: #fff; }
        /* line 924, scss/module/menu-box.scss */
        .color-style4 .menu-box .rwd-header-function .function-header ul li .search-google .gsc-control-cse table.gsc-search-box tbody tr td.gsc-search-button .gsc-search-button:hover {
          background-color: #0a5e10; }
          /* line 926, scss/module/menu-box.scss */
          .color-style4 .menu-box .rwd-header-function .function-header ul li .search-google .gsc-control-cse table.gsc-search-box tbody tr td.gsc-search-button .gsc-search-button:hover svg {
            fill: #ffffff; }
      /* line 935, scss/module/menu-box.scss */
      .color-style4 .menu-box .rwd-header-function .function-header ul li .search-google > form .advanced-button {
        background-color: #2ca05d;
        color: #ffffff; }
        /* line 939, scss/module/menu-box.scss */
        .color-style4 .menu-box .rwd-header-function .function-header ul li .search-google > form .advanced-button:hover {
          background-color: #0a5e10; }
      /* line 945, scss/module/menu-box.scss */
      .color-style4 .menu-box .rwd-header-function .function-header ul li .search-google .hot-search span {
        color: #dbf2e5; }
      /* line 951, scss/module/menu-box.scss */
      .color-style4 .menu-box .rwd-header-function .function-header ul li .header-newspaper input[type=button].butn.ok {
        color: #ffffff;
        background-color: #2ca05d; }
        /* line 954, scss/module/menu-box.scss */
        .color-style4 .menu-box .rwd-header-function .function-header ul li .header-newspaper input[type=button].butn.ok:hover {
          background-color: #0a5e10; }
    @media screen and (max-width: 769px) {
      /* line 966, scss/module/menu-box.scss */
      .color-style4 .menu-box ul.menu li {
        border-color: #7bc399; }
        /* line 970, scss/module/menu-box.scss */
        .color-style4 .menu-box ul.menu li .menu-floor-down li a {
          background-color: #e8e8e8; }
          /* line 972, scss/module/menu-box.scss */
          .color-style4 .menu-box ul.menu li .menu-floor-down li a:hover {
            color: #188144;
            background-color: #dbf2e5; } }
  /* line 985, scss/module/menu-box.scss */
  .color-style5 .menu-box {
    background: none;
    background-color: #ffdede;
    /** 平板 **/ }
    /* line 989, scss/module/menu-box.scss */
    .color-style5 .menu-box .container-hide {
      background-color: #ffa3a3; }
      /* line 991, scss/module/menu-box.scss */
      .color-style5 .menu-box .container-hide a {
        border-color: #c96b69;
        color: #fff; }
    /* line 999, scss/module/menu-box.scss */
    .color-style5 .menu-box ul.menu li:hover {
      background-color: #ffa9a9; }
      /* line 1002, scss/module/menu-box.scss */
      .color-style5 .menu-box ul.menu li:hover a {
        color: #000; }
        /* line 1004, scss/module/menu-box.scss */
        .color-style5 .menu-box ul.menu li:hover a:hover {
          background-color: #ffa9a9; }
    /* line 1007, scss/module/menu-box.scss */
    .color-style5 .menu-box ul.menu li a {
      color: #9b3c3c; }
    /* line 1008, scss/module/menu-box.scss */
    .color-style5 .menu-box ul.menu li .menu-floor-down {
      background: none;
      background-color: #e8e8e8; }
      /* line 1012, scss/module/menu-box.scss */
      .color-style5 .menu-box ul.menu li .menu-floor-down li {
        border-color: #d3d3d3; }
        /* line 1015, scss/module/menu-box.scss */
        .color-style5 .menu-box ul.menu li .menu-floor-down li a {
          color: #000; }
          /* line 1017, scss/module/menu-box.scss */
          .color-style5 .menu-box ul.menu li .menu-floor-down li a:hover {
            color: #000;
            background-color: #ffa9a9; }
          /* line 1021, scss/module/menu-box.scss */
          .color-style5 .menu-box ul.menu li .menu-floor-down li a:focus {
            color: #fff;
            background-color: #d10000; }
    /* line 1031, scss/module/menu-box.scss */
    .color-style5 .menu-box ul.menu li .classification-menu.open {
      color: #fff;
      background-color: #d10000;
      outline: none; }
    /* line 1040, scss/module/menu-box.scss */
    .color-style5 .menu-box .rwd-header-function .function-header {
      border-color: #f6a4a2; }
      /* line 1046, scss/module/menu-box.scss */
      .color-style5 .menu-box .rwd-header-function .function-header ul li .search .search-box .search-button,
      .color-style5 .menu-box .rwd-header-function .function-header ul li .search .search-box .advanced-button {
        background-color: #ffa3a3;
        color: #ffffff; }
        /* line 1051, scss/module/menu-box.scss */
        .color-style5 .menu-box .rwd-header-function .function-header ul li .search .search-box .search-button:hover,
        .color-style5 .menu-box .rwd-header-function .function-header ul li .search .search-box .advanced-button:hover {
          background-color: #dc7878; }
      /* line 1056, scss/module/menu-box.scss */
      .color-style5 .menu-box .rwd-header-function .function-header ul li .search .hot-search .search-text-hide a {
        color: #808080; }
        /* line 1059, scss/module/menu-box.scss */
        .color-style5 .menu-box .rwd-header-function .function-header ul li .search .hot-search .search-text-hide a:hover {
          color: #dc7878; }
      /* line 1071, scss/module/menu-box.scss */
      .color-style5 .menu-box .rwd-header-function .function-header ul li .search-google .gsc-control-cse table.gsc-search-box tbody tr .gsc-input .gsc-input-box {
        border-color: #dddddd; }
      /* line 1076, scss/module/menu-box.scss */
      .color-style5 .menu-box .rwd-header-function .function-header ul li .search-google .gsc-control-cse table.gsc-search-box tbody tr td.gsc-search-button .gsc-search-button {
        background-color: #ffa9a9; }
        /* line 1079, scss/module/menu-box.scss */
        .color-style5 .menu-box .rwd-header-function .function-header ul li .search-google .gsc-control-cse table.gsc-search-box tbody tr td.gsc-search-button .gsc-search-button:hover, .color-style5 .menu-box .rwd-header-function .function-header ul li .search-google .gsc-control-cse table.gsc-search-box tbody tr td.gsc-search-button .gsc-search-button:focus {
          background-color: #dc7878; }
          /* line 1082, scss/module/menu-box.scss */
          .color-style5 .menu-box .rwd-header-function .function-header ul li .search-google .gsc-control-cse table.gsc-search-box tbody tr td.gsc-search-button .gsc-search-button:hover svg, .color-style5 .menu-box .rwd-header-function .function-header ul li .search-google .gsc-control-cse table.gsc-search-box tbody tr td.gsc-search-button .gsc-search-button:focus svg {
            fill: #ffffff; }
      /* line 1091, scss/module/menu-box.scss */
      .color-style5 .menu-box .rwd-header-function .function-header ul li .search-google > form .advanced-button {
        background-color: #ffa9a9;
        color: #ffffff; }
        /* line 1095, scss/module/menu-box.scss */
        .color-style5 .menu-box .rwd-header-function .function-header ul li .search-google > form .advanced-button:hover, .color-style5 .menu-box .rwd-header-function .function-header ul li .search-google > form .advanced-button:focus {
          background-color: #dc7878; }
      /* line 1103, scss/module/menu-box.scss */
      .color-style5 .menu-box .rwd-header-function .function-header ul li .search-google .hot-search .search-text-hide a {
        color: #808080; }
        /* line 1105, scss/module/menu-box.scss */
        .color-style5 .menu-box .rwd-header-function .function-header ul li .search-google .hot-search .search-text-hide a:hover {
          color: #dc7878; }
      /* line 1113, scss/module/menu-box.scss */
      .color-style5 .menu-box .rwd-header-function .function-header ul li .header-newspaper input[type=button].butn.ok {
        color: #ffffff;
        background-color: #ffa3a3; }
        /* line 1116, scss/module/menu-box.scss */
        .color-style5 .menu-box .rwd-header-function .function-header ul li .header-newspaper input[type=button].butn.ok:hover {
          background-color: #dc7878; }
    @media screen and (max-width: 769px) {
      /* line 1128, scss/module/menu-box.scss */
      .color-style5 .menu-box ul.menu li {
        border-color: #f6a4a2; }
        /* line 1132, scss/module/menu-box.scss */
        .color-style5 .menu-box ul.menu li .menu-floor-down li a {
          background-color: #f3f3f3; }
          /* line 1134, scss/module/menu-box.scss */
          .color-style5 .menu-box ul.menu li .menu-floor-down li a:hover {
            color: #bf5858;
            background-color: #ffeded; } }
  /* line 1147, scss/module/menu-box.scss */
  .color-style6 .menu-box {
    background: none;
    background-color: #802b93;
    /** 平板 **/ }
    /* line 1151, scss/module/menu-box.scss */
    .color-style6 .menu-box .container-hide {
      background-color: #5e146e; }
      /* line 1153, scss/module/menu-box.scss */
      .color-style6 .menu-box .container-hide a {
        border-color: #cfc8ad; }
    /* line 1157, scss/module/menu-box.scss */
    .color-style6 .menu-box ul.menu li {
      border-color: #5e146e; }
      /* line 1159, scss/module/menu-box.scss */
      .color-style6 .menu-box ul.menu li:hover {
        background-color: #F8980F; }
        /* line 1162, scss/module/menu-box.scss */
        .color-style6 .menu-box ul.menu li:hover a {
          color: #000; }
          /* line 1164, scss/module/menu-box.scss */
          .color-style6 .menu-box ul.menu li:hover a:hover {
            background-color: #F8980F; }
      /* line 1167, scss/module/menu-box.scss */
      .color-style6 .menu-box ul.menu li a {
        color: #ffffff; }
      /* line 1168, scss/module/menu-box.scss */
      .color-style6 .menu-box ul.menu li .menu-floor-down {
        background: none;
        background-color: #e8e8e8; }
        /* line 1172, scss/module/menu-box.scss */
        .color-style6 .menu-box ul.menu li .menu-floor-down li {
          border-color: #d3d3d3; }
          /* line 1175, scss/module/menu-box.scss */
          .color-style6 .menu-box ul.menu li .menu-floor-down li a {
            color: #000; }
            /* line 1178, scss/module/menu-box.scss */
            .color-style6 .menu-box ul.menu li .menu-floor-down li a:hover {
              color: #000;
              background-color: #F8980F; }
            /* line 1182, scss/module/menu-box.scss */
            .color-style6 .menu-box ul.menu li .menu-floor-down li a:focus {
              color: #fff;
              background-color: #d10000; }
      /* line 1192, scss/module/menu-box.scss */
      .color-style6 .menu-box ul.menu li .classification-menu.open {
        color: #fff;
        background-color: #d10000;
        outline: none; }
    /* line 1201, scss/module/menu-box.scss */
    .color-style6 .menu-box .rwd-header-function .function-header {
      border-color: #5e146e; }
      /* line 1208, scss/module/menu-box.scss */
      .color-style6 .menu-box .rwd-header-function .function-header ul li .search .search-box .search-button,
      .color-style6 .menu-box .rwd-header-function .function-header ul li .search .search-box .advanced-button {
        background-color: #ffab2f;
        color: #5e146e; }
        /* line 1213, scss/module/menu-box.scss */
        .color-style6 .menu-box .rwd-header-function .function-header ul li .search .search-box .search-button:hover,
        .color-style6 .menu-box .rwd-header-function .function-header ul li .search .search-box .advanced-button:hover {
          background-color: #ffe186; }
      /* line 1217, scss/module/menu-box.scss */
      .color-style6 .menu-box .rwd-header-function .function-header ul li .search .hot-search span {
        color: #ffce3a; }
      /* line 1220, scss/module/menu-box.scss */
      .color-style6 .menu-box .rwd-header-function .function-header ul li .search .hot-search .search-text-hide a:hover {
        color: #ffe186; }
      /* line 1232, scss/module/menu-box.scss */
      .color-style6 .menu-box .rwd-header-function .function-header ul li .search-google .gsc-control-cse table.gsc-search-box tbody tr .gsc-search-button .gsc-search-button {
        background-color: #ffab2f;
        color: #5e146e; }
        /* line 1236, scss/module/menu-box.scss */
        .color-style6 .menu-box .rwd-header-function .function-header ul li .search-google .gsc-control-cse table.gsc-search-box tbody tr .gsc-search-button .gsc-search-button svg {
          fill: #5e146e; }
        /* line 1238, scss/module/menu-box.scss */
        .color-style6 .menu-box .rwd-header-function .function-header ul li .search-google .gsc-control-cse table.gsc-search-box tbody tr .gsc-search-button .gsc-search-button:hover {
          background-color: #ffe186; }
      /* line 1246, scss/module/menu-box.scss */
      .color-style6 .menu-box .rwd-header-function .function-header ul li .search-google > form .advanced-button {
        background-color: #ffab2f;
        color: #5e146e; }
        /* line 1250, scss/module/menu-box.scss */
        .color-style6 .menu-box .rwd-header-function .function-header ul li .search-google > form .advanced-button:hover {
          background-color: #ffe186; }
      /* line 1254, scss/module/menu-box.scss */
      .color-style6 .menu-box .rwd-header-function .function-header ul li .search-google .hot-search span {
        color: #ffce3a; }
      /* line 1257, scss/module/menu-box.scss */
      .color-style6 .menu-box .rwd-header-function .function-header ul li .search-google .hot-search .search-text-hide a:hover {
        color: #ffe186; }
      /* line 1265, scss/module/menu-box.scss */
      .color-style6 .menu-box .rwd-header-function .function-header ul li .header-newspaper input[type=button].butn.ok {
        color: #5e146e;
        background-color: #ffab2f; }
        /* line 1268, scss/module/menu-box.scss */
        .color-style6 .menu-box .rwd-header-function .function-header ul li .header-newspaper input[type=button].butn.ok:hover {
          background-color: #ffe186; }
        /* line 1269, scss/module/menu-box.scss */
        .color-style6 .menu-box .rwd-header-function .function-header ul li .header-newspaper input[type=button].butn.ok:focus {
          color: #fff;
          background-color: #d10000; }
    @media screen and (max-width: 769px) {
      /* line 1284, scss/module/menu-box.scss */
      .color-style6 .menu-box ul.menu li {
        border-color: #5e146e; }
        /* line 1288, scss/module/menu-box.scss */
        .color-style6 .menu-box ul.menu li .menu-floor-down li a {
          background-color: #e8e8e8; }
          /* line 1290, scss/module/menu-box.scss */
          .color-style6 .menu-box ul.menu li .menu-floor-down li a:hover {
            color: #353535;
            background-color: #ffe7c4; } }

/*-------------------- 功能模組：搜尋 ---------------------*/
/* line 4, scss/module/search.scss */
.search {
  width: 100%;
  /*-------------------- 顏色設定 ---------------------*/
  /* 顏色更換：藍 */
  /* 顏色更換：深紅 */
  /* 顏色更換：橘 */
  /* 顏色更換：綠 */
  /* 顏色更換：粉紅 */
  /* 顏色更換：紫 */ }
  /* line 7, scss/module/search.scss */
  .search .search-box {
    display: flex; }
    /* line 9, scss/module/search.scss */
    .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;
      border-radius: 50px 0px 0px 50px; }
    /* line 18, scss/module/search.scss */
    .search .search-box .search-button {
      width: 60px;
      height: 32px;
      color: #fff;
      font-size: 0.875rem;
      text-align: center;
      display: inline-block;
      border: none;
      border-radius: 0px 50px 50px 0px;
      background-color: #008269; }
      /* line 29, scss/module/search.scss */
      .search .search-box .search-button:hover {
        background-color: #c33e1b; }
      /* line 32, scss/module/search.scss */
      .search .search-box .search-button:focus {
        background-color: #d10000;
        color: #ffffff; }
    /* line 37, scss/module/search.scss */
    .search .search-box .advanced-button {
      height: 32px;
      margin: 0 0 0 5px;
      display: block;
      background-color: #008269;
      border: none;
      color: #fff;
      padding: 0 15px;
      border-radius: 20px; }
      /* line 47, scss/module/search.scss */
      .search .search-box .advanced-button:hover {
        background-color: #c33e1b; }
      /* line 50, scss/module/search.scss */
      .search .search-box .advanced-button:focus {
        background-color: #d10000;
        color: #ffffff; }
  /* line 57, scss/module/search.scss */
  .search .hot-search {
    display: flex;
    align-items: center;
    margin-top: 2px; }
    /* line 62, scss/module/search.scss */
    .search .hot-search span {
      display: inline-block;
      width: 80px;
      padding-left: 5px;
      white-space: nowrap;
      font-size: 0.9rem;
      /* English Version */ }
      /* line 70, scss/module/search.scss */
      html:lang(en) .search .hot-search span {
        width: 120px; }
    /* line 73, scss/module/search.scss */
    .search .hot-search .search-text-hide {
      display: inline-block;
      width: calc(100% - 80px);
      text-align: left;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      /* English Version */ }
      /* line 81, scss/module/search.scss */
      .search .hot-search .search-text-hide a {
        font-size: 0.9rem;
        color: #003a56; }
        /* line 84, scss/module/search.scss */
        .search .hot-search .search-text-hide a + a {
          margin-left: 5px; }
        /* line 85, scss/module/search.scss */
        .search .hot-search .search-text-hide a:hover {
          color: #c33e1b; }
        /* line 86, scss/module/search.scss */
        .search .hot-search .search-text-hide a:focus {
          color: #ffffff;
          padding: 0 5px;
          outline: none;
          background-color: #d10000; }
      /* line 95, scss/module/search.scss */
      html:lang(en) .search .hot-search .search-text-hide {
        width: calc(100% - 120px); }
  /* line 104, scss/module/search.scss */
  .color-style1 .search .search-box .search-button,
  .color-style1 .search .search-box .advanced-button {
    background-color: #F8980F;
    color: #353535; }
    /* line 109, scss/module/search.scss */
    .color-style1 .search .search-box .search-button:hover,
    .color-style1 .search .search-box .advanced-button:hover {
      background-color: #ffe186; }
    /* line 112, scss/module/search.scss */
    .color-style1 .search .search-box .search-button:focus,
    .color-style1 .search .search-box .advanced-button:focus {
      background-color: #d10000;
      color: #ffffff; }
  /* line 121, scss/module/search.scss */
  .color-style1 .search .hot-search .search-text-hide a:focus {
    color: #ffffff;
    padding: 0 5px;
    outline: none;
    background-color: #d10000; }
  /* line 135, scss/module/search.scss */
  .color-style2 .search .search-box .search-button,
  .color-style2 .search .search-box .advanced-button {
    background-color: #f4a3a3;
    color: #353535; }
    /* line 140, scss/module/search.scss */
    .color-style2 .search .search-box .search-button:hover,
    .color-style2 .search .search-box .advanced-button:hover {
      background-color: #b63131;
      color: #fff; }
    /* line 144, scss/module/search.scss */
    .color-style2 .search .search-box .search-button:focus,
    .color-style2 .search .search-box .advanced-button:focus {
      background-color: #d10000;
      color: #ffffff; }
  /* line 153, scss/module/search.scss */
  .color-style2 .search .hot-search .search-text-hide a:focus {
    color: #ffffff;
    padding: 0 5px;
    outline: none;
    background-color: #d10000; }
  /* line 167, scss/module/search.scss */
  .color-style3 .search .search-box .search-button,
  .color-style3 .search .search-box .advanced-button {
    background-color: #F8980F;
    color: #353535; }
    /* line 172, scss/module/search.scss */
    .color-style3 .search .search-box .search-button:hover,
    .color-style3 .search .search-box .advanced-button:hover {
      background-color: #ffe186; }
    /* line 175, scss/module/search.scss */
    .color-style3 .search .search-box .search-button:focus,
    .color-style3 .search .search-box .advanced-button:focus {
      background-color: #d10000;
      color: #ffffff; }
  /* line 184, scss/module/search.scss */
  .color-style3 .search .hot-search .search-text-hide a:focus {
    color: #ffffff;
    padding: 0 5px;
    outline: none;
    background-color: #d10000; }
  /* line 198, scss/module/search.scss */
  .color-style4 .search .search-box .search-button,
  .color-style4 .search .search-box .advanced-button {
    background-color: #1f6d40;
    color: #ffffff; }
    /* line 203, scss/module/search.scss */
    .color-style4 .search .search-box .search-button:hover,
    .color-style4 .search .search-box .advanced-button:hover {
      background-color: #0a5e10; }
    /* line 206, scss/module/search.scss */
    .color-style4 .search .search-box .search-button:focus,
    .color-style4 .search .search-box .advanced-button:focus {
      background-color: #d10000;
      color: #ffffff; }
  /* line 215, scss/module/search.scss */
  .color-style4 .search .hot-search .search-text-hide a:focus {
    color: #ffffff;
    padding: 0 5px;
    outline: none;
    background-color: #d10000; }
  /* line 229, scss/module/search.scss */
  .color-style5 .search .search-box .search-button,
  .color-style5 .search .search-box .advanced-button {
    background-color: #ffa9a9;
    color: #000; }
    /* line 234, scss/module/search.scss */
    .color-style5 .search .search-box .search-button:hover,
    .color-style5 .search .search-box .advanced-button:hover {
      background-color: #ffcfcf; }
    /* line 237, scss/module/search.scss */
    .color-style5 .search .search-box .search-button:focus,
    .color-style5 .search .search-box .advanced-button:focus {
      background-color: #d10000;
      color: #ffffff; }
  /* line 246, scss/module/search.scss */
  .color-style5 .search .hot-search .search-text-hide a:focus {
    color: #ffffff;
    padding: 0 5px;
    outline: none;
    background-color: #d10000; }
  /* line 260, scss/module/search.scss */
  .color-style6 .search .search-box .search-button,
  .color-style6 .search .search-box .advanced-button {
    background-color: #802b93;
    color: #fff; }
    /* line 265, scss/module/search.scss */
    .color-style6 .search .search-box .search-button:hover,
    .color-style6 .search .search-box .advanced-button:hover {
      color: #353535;
      background-color: #ffe186; }
    /* line 269, scss/module/search.scss */
    .color-style6 .search .search-box .search-button:focus,
    .color-style6 .search .search-box .advanced-button:focus {
      background-color: #d10000;
      color: #ffffff; }
  /* line 279, scss/module/search.scss */
  .color-style6 .search .hot-search .search-text-hide a:hover {
    color: #955900; }
  /* line 282, scss/module/search.scss */
  .color-style6 .search .hot-search .search-text-hide a:focus {
    color: #ffffff;
    padding: 0 5px;
    outline: none;
    background-color: #d10000; }

/*-------------------- 功能模組：搜尋 ---------------------*/
/* line 4, scss/module/search-google.scss */
.search-google {
  width: 100%;
  /** 平板 **/
  /*-------------------- 顏色設定 ---------------------*/
  /* 顏色更換：藍 */
  /* 顏色更換：深紅 */
  /* 顏色更換：橘 */
  /* 顏色更換：綠 */
  /* 顏色更換：粉紅 */
  /* 顏色更換：紫 */ }
  /* line 7, scss/module/search-google.scss */
  .search-google .gsc-control-cse {
    padding: 0;
    border: none;
    background: none; }
    /* line 12, scss/module/search-google.scss */
    .search-google .gsc-control-cse form.gsc-search-box {
      margin-bottom: 0; }
    /* line 14, scss/module/search-google.scss */
    .search-google .gsc-control-cse table.gsc-search-box {
      margin-bottom: 0; }
      /* line 18, scss/module/search-google.scss */
      .search-google .gsc-control-cse table.gsc-search-box tbody tr td {
        padding: 0;
        width: calc(100% - 60px); }
      /* line 23, scss/module/search-google.scss */
      .search-google .gsc-control-cse table.gsc-search-box tbody tr td.gsc-input .gsc-input-box {
        height: 32px;
        padding: 3px 10px;
        border: 2px solid #dddddd;
        border-right: none;
        border-radius: 50px 0px 0px 50px; }
        /* line 29, scss/module/search-google.scss */
        .search-google .gsc-control-cse table.gsc-search-box tbody tr td.gsc-input .gsc-input-box:focus-within {
          border-color: #d10000; }
      /* line 32, scss/module/search-google.scss */
      .search-google .gsc-control-cse table.gsc-search-box tbody tr .gsib_b {
        display: none; }
      /* line 35, scss/module/search-google.scss */
      .search-google .gsc-control-cse table.gsc-search-box tbody tr td.gsc-search-button {
        width: 60px;
        margin: 0;
        padding: 0;
        border-radius: 0px 50px 50px 0px; }
        /* line 41, scss/module/search-google.scss */
        .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: #008269;
          color: #fff;
          border: none;
          border-radius: 0px 50px 50px 0px; }
          /* line 51, scss/module/search-google.scss */
          .search-google .gsc-control-cse table.gsc-search-box tbody tr td.gsc-search-button .gsc-search-button:hover {
            background-color: #c33e1b; }
          /* line 54, scss/module/search-google.scss */
          .search-google .gsc-control-cse table.gsc-search-box tbody tr td.gsc-search-button .gsc-search-button:focus {
            background-color: #d10000;
            color: #ffffff; }
    /* line 65, scss/module/search-google.scss */
    .search-google .gsc-control-cse .gsc-results-wrapper-overlay * {
      word-break: normal;
      box-sizing: content-box; }
  /* line 70, scss/module/search-google.scss */
  .search-google > form {
    display: flex;
    align-items: center; }
    /* line 74, scss/module/search-google.scss */
    .search-google > form > div {
      width: calc(100% - 87px); }
    /* line 78, scss/module/search-google.scss */
    .search-google > form .advanced-button {
      height: 32px;
      margin: 0 0 0 5px;
      display: block;
      background-color: #008269;
      border: none;
      color: #fff;
      padding: 0 15px;
      border-radius: 20px; }
      /* line 88, scss/module/search-google.scss */
      .search-google > form .advanced-button:hover {
        background-color: #c33e1b; }
      /* line 91, scss/module/search-google.scss */
      .search-google > form .advanced-button:focus {
        background-color: #d10000;
        color: #ffffff; }
  /* line 97, scss/module/search-google.scss */
  .search-google .hot-search {
    display: flex;
    align-items: center;
    margin-top: 2px; }
    /* line 102, scss/module/search-google.scss */
    .search-google .hot-search span {
      display: inline-block;
      width: 80px;
      padding-left: 5px;
      white-space: nowrap;
      font-size: 0.9rem;
      /* English Version */ }
      /* line 110, scss/module/search-google.scss */
      html:lang(en) .search-google .hot-search span {
        width: 120px; }
    /* line 113, scss/module/search-google.scss */
    .search-google .hot-search .search-text-hide {
      display: inline-block;
      width: calc(100% - 80px);
      text-align: left;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      /* English Version */ }
      /* line 121, scss/module/search-google.scss */
      .search-google .hot-search .search-text-hide a {
        font-size: 0.9rem;
        color: #003a56; }
        /* line 124, scss/module/search-google.scss */
        .search-google .hot-search .search-text-hide a + a {
          margin-left: 5px; }
        /* line 125, scss/module/search-google.scss */
        .search-google .hot-search .search-text-hide a:hover {
          color: #c33e1b; }
        /* line 126, scss/module/search-google.scss */
        .search-google .hot-search .search-text-hide a:focus {
          color: #fff;
          padding: 0 5px;
          outline: none;
          background-color: #d10000; }
      /* line 135, scss/module/search-google.scss */
      html:lang(en) .search-google .hot-search .search-text-hide {
        width: calc(100% - 120px); }
  /* line 155, scss/module/search-google.scss */
  .color-style1 .search-google .gsc-control-cse table.gsc-search-box tbody tr .gsc-input .gsc-input-box {
    border-color: #dddddd; }
    /* line 157, scss/module/search-google.scss */
    .color-style1 .search-google .gsc-control-cse table.gsc-search-box tbody tr .gsc-input .gsc-input-box:focus-within {
      border-color: #d10000; }
  /* line 163, scss/module/search-google.scss */
  .color-style1 .search-google .gsc-control-cse table.gsc-search-box tbody tr td.gsc-search-button .gsc-search-button {
    background-color: #F8980F;
    color: #000; }
    /* line 167, scss/module/search-google.scss */
    .color-style1 .search-google .gsc-control-cse table.gsc-search-box tbody tr td.gsc-search-button .gsc-search-button svg {
      fill: #353535; }
    /* line 171, scss/module/search-google.scss */
    .color-style1 .search-google .gsc-control-cse table.gsc-search-box tbody tr td.gsc-search-button .gsc-search-button:hover {
      background-color: #ffe186; }
    /* line 174, scss/module/search-google.scss */
    .color-style1 .search-google .gsc-control-cse table.gsc-search-box tbody tr td.gsc-search-button .gsc-search-button:focus {
      background-color: #d10000; }
      /* line 176, scss/module/search-google.scss */
      .color-style1 .search-google .gsc-control-cse table.gsc-search-box tbody tr td.gsc-search-button .gsc-search-button:focus svg {
        fill: #fff; }
  /* line 187, scss/module/search-google.scss */
  .color-style1 .search-google > form .advanced-button {
    background-color: #F8980F;
    color: #353535; }
    /* line 191, scss/module/search-google.scss */
    .color-style1 .search-google > form .advanced-button:hover {
      background-color: #ffe186; }
    /* line 194, scss/module/search-google.scss */
    .color-style1 .search-google > form .advanced-button:focus {
      background-color: #d10000;
      color: #ffffff; }
  /* line 209, scss/module/search-google.scss */
  .color-style2 .search-google .gsc-control-cse table.gsc-search-box tbody tr .gsc-input .gsc-input-box {
    border-color: #dddddd; }
    /* line 211, scss/module/search-google.scss */
    .color-style2 .search-google .gsc-control-cse table.gsc-search-box tbody tr .gsc-input .gsc-input-box:focus-within {
      border-color: #d10000; }
  /* line 217, scss/module/search-google.scss */
  .color-style2 .search-google .gsc-control-cse table.gsc-search-box tbody tr td.gsc-search-button .gsc-search-button {
    background-color: #f4a3a3;
    color: #353535; }
    /* line 221, scss/module/search-google.scss */
    .color-style2 .search-google .gsc-control-cse table.gsc-search-box tbody tr td.gsc-search-button .gsc-search-button svg {
      fill: #353535; }
    /* line 225, scss/module/search-google.scss */
    .color-style2 .search-google .gsc-control-cse table.gsc-search-box tbody tr td.gsc-search-button .gsc-search-button:hover {
      background-color: #b63131; }
      /* line 227, scss/module/search-google.scss */
      .color-style2 .search-google .gsc-control-cse table.gsc-search-box tbody tr td.gsc-search-button .gsc-search-button:hover svg {
        fill: #ffffff; }
    /* line 231, scss/module/search-google.scss */
    .color-style2 .search-google .gsc-control-cse table.gsc-search-box tbody tr td.gsc-search-button .gsc-search-button:focus {
      background-color: #d10000; }
      /* line 233, scss/module/search-google.scss */
      .color-style2 .search-google .gsc-control-cse table.gsc-search-box tbody tr td.gsc-search-button .gsc-search-button:focus svg {
        fill: #fff; }
  /* line 244, scss/module/search-google.scss */
  .color-style2 .search-google > form .advanced-button {
    background-color: #f4a3a3;
    color: #353535; }
    /* line 248, scss/module/search-google.scss */
    .color-style2 .search-google > form .advanced-button:hover {
      background-color: #b63131;
      color: #fff; }
    /* line 252, scss/module/search-google.scss */
    .color-style2 .search-google > form .advanced-button:focus {
      background-color: #d10000;
      color: #ffffff; }
  /* line 267, scss/module/search-google.scss */
  .color-style3 .search-google .gsc-control-cse table.gsc-search-box tbody tr .gsc-input .gsc-input-box {
    border-color: #dddddd; }
    /* line 269, scss/module/search-google.scss */
    .color-style3 .search-google .gsc-control-cse table.gsc-search-box tbody tr .gsc-input .gsc-input-box:focus-within {
      border-color: #d10000; }
  /* line 275, scss/module/search-google.scss */
  .color-style3 .search-google .gsc-control-cse table.gsc-search-box tbody tr td.gsc-search-button .gsc-search-button {
    background-color: #F8980F;
    color: #fff; }
    /* line 279, scss/module/search-google.scss */
    .color-style3 .search-google .gsc-control-cse table.gsc-search-box tbody tr td.gsc-search-button .gsc-search-button svg {
      fill: #353535; }
    /* line 283, scss/module/search-google.scss */
    .color-style3 .search-google .gsc-control-cse table.gsc-search-box tbody tr td.gsc-search-button .gsc-search-button:hover {
      background-color: #ffe186; }
    /* line 286, scss/module/search-google.scss */
    .color-style3 .search-google .gsc-control-cse table.gsc-search-box tbody tr td.gsc-search-button .gsc-search-button:focus {
      background-color: #d10000; }
      /* line 288, scss/module/search-google.scss */
      .color-style3 .search-google .gsc-control-cse table.gsc-search-box tbody tr td.gsc-search-button .gsc-search-button:focus svg {
        fill: #fff; }
  /* line 299, scss/module/search-google.scss */
  .color-style3 .search-google > form .advanced-button {
    background-color: #F8980F;
    color: #353535; }
    /* line 303, scss/module/search-google.scss */
    .color-style3 .search-google > form .advanced-button:hover {
      background-color: #ffe186; }
    /* line 306, scss/module/search-google.scss */
    .color-style3 .search-google > form .advanced-button:focus {
      background-color: #d10000;
      color: #ffffff; }
  /* line 321, scss/module/search-google.scss */
  .color-style4 .search-google .gsc-control-cse table.gsc-search-box tbody tr .gsc-input .gsc-input-box {
    border-color: #dddddd; }
    /* line 323, scss/module/search-google.scss */
    .color-style4 .search-google .gsc-control-cse table.gsc-search-box tbody tr .gsc-input .gsc-input-box:focus-within {
      border-color: #d10000; }
  /* line 329, scss/module/search-google.scss */
  .color-style4 .search-google .gsc-control-cse table.gsc-search-box tbody tr td.gsc-search-button .gsc-search-button {
    background-color: #1f6d40;
    color: #fff; }
    /* line 332, scss/module/search-google.scss */
    .color-style4 .search-google .gsc-control-cse table.gsc-search-box tbody tr td.gsc-search-button .gsc-search-button:focus {
      background-color: #d10000; }
      /* line 334, scss/module/search-google.scss */
      .color-style4 .search-google .gsc-control-cse table.gsc-search-box tbody tr td.gsc-search-button .gsc-search-button:focus svg {
        fill: #fff; }
    /* line 338, scss/module/search-google.scss */
    .color-style4 .search-google .gsc-control-cse table.gsc-search-box tbody tr td.gsc-search-button .gsc-search-button:hover {
      background-color: #0a5e10; }
  /* line 348, scss/module/search-google.scss */
  .color-style4 .search-google > form .advanced-button {
    background-color: #1f6d40;
    color: #ffffff; }
    /* line 352, scss/module/search-google.scss */
    .color-style4 .search-google > form .advanced-button:hover {
      background-color: #0a5e10; }
    /* line 355, scss/module/search-google.scss */
    .color-style4 .search-google > form .advanced-button:focus {
      background-color: #d10000;
      color: #ffffff; }
  /* line 370, scss/module/search-google.scss */
  .color-style5 .search-google .gsc-control-cse table.gsc-search-box tbody tr .gsc-input .gsc-input-box {
    border-color: #dddddd; }
    /* line 372, scss/module/search-google.scss */
    .color-style5 .search-google .gsc-control-cse table.gsc-search-box tbody tr .gsc-input .gsc-input-box:focus-within {
      border-color: #d10000; }
  /* line 378, scss/module/search-google.scss */
  .color-style5 .search-google .gsc-control-cse table.gsc-search-box tbody tr td.gsc-search-button .gsc-search-button {
    background-color: #ffa9a9;
    color: #000; }
    /* line 381, scss/module/search-google.scss */
    .color-style5 .search-google .gsc-control-cse table.gsc-search-box tbody tr td.gsc-search-button .gsc-search-button svg {
      fill: #353535; }
    /* line 384, scss/module/search-google.scss */
    .color-style5 .search-google .gsc-control-cse table.gsc-search-box tbody tr td.gsc-search-button .gsc-search-button:hover {
      background-color: #ffcfcf; }
    /* line 387, scss/module/search-google.scss */
    .color-style5 .search-google .gsc-control-cse table.gsc-search-box tbody tr td.gsc-search-button .gsc-search-button:focus {
      background-color: #d10000; }
      /* line 389, scss/module/search-google.scss */
      .color-style5 .search-google .gsc-control-cse table.gsc-search-box tbody tr td.gsc-search-button .gsc-search-button:focus svg {
        fill: #fff; }
  /* line 400, scss/module/search-google.scss */
  .color-style5 .search-google > form .advanced-button {
    background-color: #ffa9a9;
    color: #000; }
    /* line 404, scss/module/search-google.scss */
    .color-style5 .search-google > form .advanced-button:hover {
      background-color: #ffcfcf; }
    /* line 407, scss/module/search-google.scss */
    .color-style5 .search-google > form .advanced-button:focus {
      background-color: #d10000;
      color: #ffffff; }
  /* line 422, scss/module/search-google.scss */
  .color-style6 .search-google .gsc-control-cse table.gsc-search-box tbody tr .gsc-input .gsc-input-box {
    border-color: #dddddd; }
    /* line 424, scss/module/search-google.scss */
    .color-style6 .search-google .gsc-control-cse table.gsc-search-box tbody tr .gsc-input .gsc-input-box:focus-within {
      border-color: #d10000; }
  /* line 430, scss/module/search-google.scss */
  .color-style6 .search-google .gsc-control-cse table.gsc-search-box tbody tr td.gsc-search-button .gsc-search-button {
    background-color: #802b93;
    color: #fff; }
    /* line 434, scss/module/search-google.scss */
    .color-style6 .search-google .gsc-control-cse table.gsc-search-box tbody tr td.gsc-search-button .gsc-search-button:hover {
      background-color: #ffe186; }
      /* line 437, scss/module/search-google.scss */
      .color-style6 .search-google .gsc-control-cse table.gsc-search-box tbody tr td.gsc-search-button .gsc-search-button:hover svg {
        fill: #353535; }
    /* line 441, scss/module/search-google.scss */
    .color-style6 .search-google .gsc-control-cse table.gsc-search-box tbody tr td.gsc-search-button .gsc-search-button:focus {
      background-color: #d10000; }
      /* line 443, scss/module/search-google.scss */
      .color-style6 .search-google .gsc-control-cse table.gsc-search-box tbody tr td.gsc-search-button .gsc-search-button:focus svg {
        fill: #fff; }
  /* line 454, scss/module/search-google.scss */
  .color-style6 .search-google > form .advanced-button {
    background-color: #802b93;
    color: #fff; }
    /* line 458, scss/module/search-google.scss */
    .color-style6 .search-google > form .advanced-button:hover {
      color: #353535;
      background-color: #ffe186; }
    /* line 462, scss/module/search-google.scss */
    .color-style6 .search-google > form .advanced-button:focus {
      background-color: #d10000;
      color: #ffffff; }
  /* line 470, scss/module/search-google.scss */
  .color-style6 .search-google .hot-search .search-text-hide a {
    color: #802b93; }
    /* line 473, scss/module/search-google.scss */
    .color-style6 .search-google .hot-search .search-text-hide a:hover {
      color: #ffe186; }
    /* line 476, scss/module/search-google.scss */
    .color-style6 .search-google .hot-search .search-text-hide a:focus {
      border: 2px solid #d10000; }

/*-------------------- 功能模組：Bnner -----------------------*/
/* line 4, scss/module/banner.scss */
.banner {
  /** 平板 **/ }
  /* line 6, scss/module/banner.scss */
  .function-cabinet.full .container:not([class*='separation-']) .banner {
    width: calc(100% + 15px * 2);
    margin-left: -15px; }
  /* line 12, scss/module/banner.scss */
  .banner.no-top-space {
    margin-top: -30px; }
  /* line 16, scss/module/banner.scss */
  .banner > div a img {
    width: 100%; }
  @media screen and (max-width: 769px) {
    /* line 4, scss/module/banner.scss */
    .banner {
      width: calc(100% + 15px * 2);
      margin-left: -15px; } }

/*-------------------- 功能模組：頁籤 -----------------------*/
/* line 3, scss/module/tab-function.scss */
.tab-function {
  /** 手機 **/
  /*-------------------- 顏色設定 ---------------------*/
  /* 顏色更換：藍 */
  /* 顏色更換：深紅 */
  /* 顏色更換：橘 */
  /* 顏色更換：綠 */
  /* 顏色更換：粉紅 */
  /* 顏色更換：紫 */ }
  /* line 4, scss/module/tab-function.scss */
  .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; }
    /* line 14, scss/module/tab-function.scss */
    .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); }
    /* line 28, scss/module/tab-function.scss */
    .tab-function .tab-select-text::after {
      display: none;
      border-width: 0 6px 6px 6px;
      border-color: transparent transparent #aaaaaa transparent; }
  /* line 35, scss/module/tab-function.scss */
  .tab-function .tab-title {
    border-bottom: 6px solid #008269;
    background-image: url(../img/shadow-bg.png);
    background-repeat: repeat-x;
    background-position: bottom; }
    /* line 41, scss/module/tab-function.scss */
    .tab-function .tab-title li {
      display: inline-block; }
      /* line 43, scss/module/tab-function.scss */
      .tab-function .tab-title li a {
        display: block;
        padding: 8px 15px;
        border-radius: 10px 10px 0 0;
        background-color: #e6e6e6;
        color: #000;
        background-repeat: repeat-x;
        background-position: bottom; }
        /* line 52, scss/module/tab-function.scss */
        .tab-function .tab-title li a:hover {
          background-color: #a8e2d7;
          color: #000; }
        /* line 56, scss/module/tab-function.scss */
        .tab-function .tab-title li a:focus {
          color: #fff !important;
          background-color: #d10000 !important;
          outline: none; }
      /* line 62, scss/module/tab-function.scss */
      .tab-function .tab-title li .tab-select {
        font-weight: 400;
        color: #fff;
        background-color: #008269;
        background-image: none; }
        /* line 68, scss/module/tab-function.scss */
        .tab-function .tab-title li .tab-select:hover {
          color: #fff;
          background-color: #008269; }
  /* line 76, scss/module/tab-function.scss */
  .tab-function .tab-inner {
    display: none;
    min-height: 200px;
    overflow: auto;
    background: #f6f6f6; }
    /* line 83, scss/module/tab-function.scss */
    .tab-function .tab-inner > div h2.h2-title {
      display: none; }
  /* line 87, scss/module/tab-function.scss */
  .tab-function .tab-inner-block {
    display: block; }
  @media screen and (max-width: 600px) {
    /* line 91, scss/module/tab-function.scss */
    .tab-function .tab-select-text {
      display: block; }
    /* line 92, scss/module/tab-function.scss */
    .tab-function .tab-title {
      background: none;
      margin-top: 0;
      text-align: center;
      display: none;
      border: 3px solid #e0e0e0; }
      /* line 99, scss/module/tab-function.scss */
      .tab-function .tab-title li {
        width: 100%; }
        /* line 102, scss/module/tab-function.scss */
        .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; }
        /* line 113, scss/module/tab-function.scss */
        .tab-function .tab-title li a {
          border-radius: 0;
          padding: 10px;
          text-align: left;
          background-color: #ffffff;
          position: relative; }
          /* line 120, scss/module/tab-function.scss */
          .tab-function .tab-title li a.tab-select::after {
            display: none; }
    /* line 124, scss/module/tab-function.scss */
    .tab-function .tab-inner {
      margin-top: 10px;
      border: 2px solid #075849; } }
  /* line 133, scss/module/tab-function.scss */
  .color-style1 .tab-function {
    /** 手機 **/ }
    /* line 134, scss/module/tab-function.scss */
    .color-style1 .tab-function .tab-title {
      border-color: #36669c;
      background-image: url(../img/shadow-bg.png); }
      /* line 140, scss/module/tab-function.scss */
      .color-style1 .tab-function .tab-title li a:hover {
        background-color: #d4e0ef; }
      /* line 143, scss/module/tab-function.scss */
      .color-style1 .tab-function .tab-title li .tab-select {
        color: #fff;
        background: none;
        background-color: #36669c; }
        /* line 148, scss/module/tab-function.scss */
        .color-style1 .tab-function .tab-title li .tab-select:hover {
          color: #fff;
          background-color: #36669c; }
    /* line 156, scss/module/tab-function.scss */
    .color-style1 .tab-function .tab-inner {
      background-color: #f8f8f8; }
    @media screen and (max-width: 415px) {
      /* line 160, scss/module/tab-function.scss */
      .color-style1 .tab-function .tab-title {
        background: none;
        border-color: #e0e0e0; }
        /* line 164, scss/module/tab-function.scss */
        .color-style1 .tab-function .tab-title li a {
          background-color: #ffffff; }
      /* line 167, scss/module/tab-function.scss */
      .color-style1 .tab-function .tab-inner {
        border-color: #66809c; } }
  /* line 172, scss/module/tab-function.scss */
  .color-style2 .tab-function {
    /** 手機 **/ }
    /* line 173, scss/module/tab-function.scss */
    .color-style2 .tab-function .tab-title {
      border-color: #811818;
      background-image: url(../img/shadow-bg.png); }
      /* line 179, scss/module/tab-function.scss */
      .color-style2 .tab-function .tab-title li a:hover {
        background-color: #fbd2d2; }
      /* line 182, scss/module/tab-function.scss */
      .color-style2 .tab-function .tab-title li .tab-select {
        color: #fff;
        background: none;
        background-color: #811818; }
        /* line 187, scss/module/tab-function.scss */
        .color-style2 .tab-function .tab-title li .tab-select:hover {
          color: #fff;
          background-color: #811818; }
    /* line 195, scss/module/tab-function.scss */
    .color-style2 .tab-function .tab-inner {
      background-color: #e6e6e6; }
    @media screen and (max-width: 415px) {
      /* line 199, scss/module/tab-function.scss */
      .color-style2 .tab-function .tab-title {
        background: none;
        border-color: #e0e0e0; }
        /* line 203, scss/module/tab-function.scss */
        .color-style2 .tab-function .tab-title li a {
          background-color: #ffffff; }
      /* line 206, scss/module/tab-function.scss */
      .color-style2 .tab-function .tab-inner {
        border-color: #bb4242; } }
  /* line 212, scss/module/tab-function.scss */
  .color-style3 .tab-function {
    /** 手機 **/ }
    /* line 213, scss/module/tab-function.scss */
    .color-style3 .tab-function .tab-title {
      border-color: #F8980F;
      background-image: url(../img/shadow-bg.png); }
      /* line 219, scss/module/tab-function.scss */
      .color-style3 .tab-function .tab-title li a:hover {
        background-color: #f9e9d1; }
      /* line 222, scss/module/tab-function.scss */
      .color-style3 .tab-function .tab-title li .tab-select {
        color: #353535;
        background: none;
        background-color: #F8980F; }
        /* line 227, scss/module/tab-function.scss */
        .color-style3 .tab-function .tab-title li .tab-select:hover {
          color: #353535;
          background-color: #F8980F; }
    /* line 235, scss/module/tab-function.scss */
    .color-style3 .tab-function .tab-inner {
      background-color: #e6e6e6; }
    @media screen and (max-width: 415px) {
      /* line 239, scss/module/tab-function.scss */
      .color-style3 .tab-function .tab-title {
        background: none;
        border-color: #e0e0e0; }
        /* line 243, scss/module/tab-function.scss */
        .color-style3 .tab-function .tab-title li a {
          background-color: #ffffff; }
      /* line 246, scss/module/tab-function.scss */
      .color-style3 .tab-function .tab-inner {
        border-color: #ca7700; } }
  /* line 251, scss/module/tab-function.scss */
  .color-style4 .tab-function {
    /** 手機 **/ }
    /* line 252, scss/module/tab-function.scss */
    .color-style4 .tab-function .tab-title {
      border-color: #188144;
      background-image: url(../img/shadow-bg.png); }
      /* line 258, scss/module/tab-function.scss */
      .color-style4 .tab-function .tab-title li a:hover {
        background-color: #c3f1d6; }
      /* line 261, scss/module/tab-function.scss */
      .color-style4 .tab-function .tab-title li .tab-select {
        color: #ffffff;
        background: none;
        background-color: #188144; }
        /* line 266, scss/module/tab-function.scss */
        .color-style4 .tab-function .tab-title li .tab-select:hover {
          color: #ffffff;
          background-color: #188144; }
    /* line 274, scss/module/tab-function.scss */
    .color-style4 .tab-function .tab-inner {
      background-color: #e6e6e6; }
    @media screen and (max-width: 415px) {
      /* line 278, scss/module/tab-function.scss */
      .color-style4 .tab-function .tab-title {
        background: none;
        border-color: #e0e0e0; }
        /* line 282, scss/module/tab-function.scss */
        .color-style4 .tab-function .tab-title li a {
          background-color: #ffffff; }
      /* line 285, scss/module/tab-function.scss */
      .color-style4 .tab-function .tab-inner {
        border-color: #0a5e10; } }
  /* line 290, scss/module/tab-function.scss */
  .color-style5 .tab-function {
    /** 手機 **/ }
    /* line 291, scss/module/tab-function.scss */
    .color-style5 .tab-function .tab-title {
      border-color: #ffdede;
      background-image: url(../img/shadow-bg.png); }
      /* line 297, scss/module/tab-function.scss */
      .color-style5 .tab-function .tab-title li a:hover {
        background-color: #ffecec; }
      /* line 300, scss/module/tab-function.scss */
      .color-style5 .tab-function .tab-title li .tab-select {
        color: #000;
        background: none;
        background-color: #ffdede; }
        /* line 306, scss/module/tab-function.scss */
        .color-style5 .tab-function .tab-title li .tab-select:hover {
          color: #000;
          background-color: #ffdede; }
    /* line 314, scss/module/tab-function.scss */
    .color-style5 .tab-function .tab-inner {
      background-color: #e6e6e6; }
    @media screen and (max-width: 415px) {
      /* line 318, scss/module/tab-function.scss */
      .color-style5 .tab-function .tab-title {
        background: none;
        border-color: #e0e0e0; }
        /* line 322, scss/module/tab-function.scss */
        .color-style5 .tab-function .tab-title li a {
          background-color: #ffffff; }
      /* line 325, scss/module/tab-function.scss */
      .color-style5 .tab-function .tab-inner {
        border-color: #ffa9a9; } }
  /* line 330, scss/module/tab-function.scss */
  .color-style6 .tab-function {
    /** 手機 **/ }
    /* line 331, scss/module/tab-function.scss */
    .color-style6 .tab-function .tab-title {
      border-color: #802b93;
      background-image: url(../img/shadow-bg.png); }
      /* line 337, scss/module/tab-function.scss */
      .color-style6 .tab-function .tab-title li a:hover {
        background-color: #ffff; }
      /* line 340, scss/module/tab-function.scss */
      .color-style6 .tab-function .tab-title li .tab-select {
        color: #ffffff;
        background: none;
        background-color: #802b93; }
        /* line 345, scss/module/tab-function.scss */
        .color-style6 .tab-function .tab-title li .tab-select:hover {
          color: #ffffff;
          background-color: #802b93; }
    /* line 353, scss/module/tab-function.scss */
    .color-style6 .tab-function .tab-inner {
      background-color: #eee; }
    @media screen and (max-width: 415px) {
      /* line 357, scss/module/tab-function.scss */
      .color-style6 .tab-function .tab-title {
        background: none;
        border-color: #e0e0e0; }
        /* line 361, scss/module/tab-function.scss */
        .color-style6 .tab-function .tab-title li a {
          background-color: #ffffff; }
      /* line 364, scss/module/tab-function.scss */
      .color-style6 .tab-function .tab-inner {
        border-color: #5e146e; } }

/*-------------- 功能模組：公告列表 ---------------*/
/* line 4, scss/module/bulletin-list.scss */
.bulletin-list {
  /*-------------------- 顏色設定 ---------------------*/
  /* 顏色更換：藍 */
  /* 顏色更換：深紅 */
  /* 顏色更換：橘 */
  /* 顏色更換：綠 */
  /* 顏色更換：粉紅 */
  /* 顏色更換：紫 */ }
  /* line 5, scss/module/bulletin-list.scss */
  .bulletin-list .link-button {
    background-color: #075849;
    text-align: right;
    padding: 8px; }
    /* line 10, scss/module/bulletin-list.scss */
    .bulletin-list .link-button-none {
      display: none; }
    /* line 12, scss/module/bulletin-list.scss */
    .bulletin-list .link-button li {
      display: inline-block; }
      /* line 15, scss/module/bulletin-list.scss */
      .bulletin-list .link-button li + li {
        margin-left: 10px; }
      /* line 17, scss/module/bulletin-list.scss */
      .bulletin-list .link-button li a {
        color: #000;
        display: block;
        padding: 2px 14px;
        background-color: #ffffff;
        border-radius: 50px;
        border: 3px solid #dedede;
        margin: 3% 0; }
        /* line 26, scss/module/bulletin-list.scss */
        .bulletin-list .link-button li a:hover {
          color: #4f4f4f;
          background-color: #ffe69a;
          border: 3px solid #e5c76c; }
        /* line 32, scss/module/bulletin-list.scss */
        .bulletin-list .link-button li a:focus {
          background-color: #d10000;
          color: #fff;
          border: 3px dashed #d10000;
          outline: none; }
  /* line 41, scss/module/bulletin-list.scss */
  .bulletin-list .link-select {
    margin-top: 10px;
    padding: 0 15px; }
    /* line 44, scss/module/bulletin-list.scss */
    .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; }
      /* line 57, scss/module/bulletin-list.scss */
      .tab-inner .bulletin-list .link-select .link-classification {
        width: 90%; }
      /* line 58, scss/module/bulletin-list.scss */
      .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); }
    /* line 71, scss/module/bulletin-list.scss */
    .bulletin-list .link-select .link-select-content {
      padding: 5px 0 8px;
      margin-bottom: 5px; }
      /* line 75, scss/module/bulletin-list.scss */
      .tab-inner .bulletin-list .link-select .link-select-content {
        margin-bottom: 0; }
      /* line 76, scss/module/bulletin-list.scss */
      .bulletin-list .link-select .link-select-content a {
        font-weight: bold;
        color: #000;
        padding: 7px 8px 5px; }
        /* line 81, scss/module/bulletin-list.scss */
        .bulletin-list .link-select .link-select-content a:hover {
          color: #955900; }
        /* line 83, scss/module/bulletin-list.scss */
        .bulletin-list .link-select .link-select-content a:focus {
          outline: none;
          border: 2px dashed #d10000; }
        /* line 88, scss/module/bulletin-list.scss */
        .bulletin-list .link-select .link-select-content a.selected {
          color: #ffffff;
          border-radius: 3px;
          background-color: #008269; }
  /* line 96, scss/module/bulletin-list.scss */
  .bulletin-list .list {
    overflow-y: auto;
    background-color: #f6f6f6;
    padding: 10px 15px; }
    /* line 101, scss/module/bulletin-list.scss */
    .bulletin-list .list.list-scroll {
      max-height: 400px; }
    /* line 103, scss/module/bulletin-list.scss */
    .bulletin-list .list ul li {
      background-color: #fff;
      margin: 1% 0;
      box-shadow: 1px 1px 2px #ddd;
      border-right: 6px solid #008269; }
      /* line 109, scss/module/bulletin-list.scss */
      .bulletin-list .list ul li a {
        display: block;
        padding: 10px 15px 3px; }
        /* line 113, scss/module/bulletin-list.scss */
        .bulletin-list .list ul li a::after {
          content: '';
          display: block;
          clear: both; }
        /* line 118, scss/module/bulletin-list.scss */
        .bulletin-list .list ul li a:hover {
          background-color: #f3f9fd; }
        /* line 119, scss/module/bulletin-list.scss */
        .bulletin-list .list ul li a:focus {
          background-color: #f3f9fd;
          border: 2px dashed #d10000;
          outline: none; }
        /* line 125, scss/module/bulletin-list.scss */
        .bulletin-list .list ul li a h3 {
          color: #353535;
          margin-bottom: 3px;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden; }
          /* line 132, scss/module/bulletin-list.scss */
          .bulletin-list .list ul li a h3 .top {
            width: 25px;
            margin-right: 5px; }
          /* line 136, scss/module/bulletin-list.scss */
          .bulletin-list .list ul li a h3 + span {
            max-width: 55%;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden; }
        /* line 144, scss/module/bulletin-list.scss */
        .bulletin-list .list ul li a span {
          color: #555555;
          display: inline-block; }
          /* line 148, scss/module/bulletin-list.scss */
          .bulletin-list .list ul li a span.time {
            font-size: 0.875rem;
            color: #075849;
            float: right;
            position: relative;
            top: 1px; }
    /* line 162, scss/module/bulletin-list.scss */
    .bulletin-list .list.horizontal ul {
      display: flex;
      flex-wrap: wrap; }
      /* line 165, scss/module/bulletin-list.scss */
      .bulletin-list .list.horizontal ul li {
        margin: 0 5px;
        overflow: hidden; }
        /* line 168, scss/module/bulletin-list.scss */
        .bulletin-list .list.horizontal ul li a {
          height: 100%;
          padding: 8px 10px 38px;
          position: relative;
          overflow: hidden; }
          /* line 173, scss/module/bulletin-list.scss */
          .bulletin-list .list.horizontal ul li a h3 {
            padding-bottom: 5px;
            margin-bottom: 10px;
            border-bottom: 1px solid #aaa;
            white-space: normal; }
            /* line 179, scss/module/bulletin-list.scss */
            .bulletin-list .list.horizontal ul li a h3 + span {
              max-width: 100%;
              white-space: normal; }
          /* line 185, scss/module/bulletin-list.scss */
          .bulletin-list .list.horizontal ul li a span.time {
            float: none;
            position: absolute;
            top: auto;
            bottom: 8px;
            left: 10px; }
    /* line 202, scss/module/bulletin-list.scss */
    .bulletin-list .list.horizontal.block-1 ul li {
      width: calc((100% - 1 * 10px) / 1); }
      /* line 204, scss/module/bulletin-list.scss */
      .bulletin-list .list.horizontal.block-1 ul li:nth-of-type(n+2) {
        margin-top: 10px; }
    /* line 202, scss/module/bulletin-list.scss */
    .bulletin-list .list.horizontal.block-2 ul li {
      width: calc((100% - 2 * 10px) / 2); }
      /* line 204, scss/module/bulletin-list.scss */
      .bulletin-list .list.horizontal.block-2 ul li:nth-of-type(n+3) {
        margin-top: 10px; }
    /* line 202, scss/module/bulletin-list.scss */
    .bulletin-list .list.horizontal.block-3 ul li {
      width: calc((100% - 3 * 10px) / 3); }
      /* line 204, scss/module/bulletin-list.scss */
      .bulletin-list .list.horizontal.block-3 ul li:nth-of-type(n+4) {
        margin-top: 10px; }
    /* line 202, scss/module/bulletin-list.scss */
    .bulletin-list .list.horizontal.block-4 ul li {
      width: calc((100% - 4 * 10px) / 4); }
      /* line 204, scss/module/bulletin-list.scss */
      .bulletin-list .list.horizontal.block-4 ul li:nth-of-type(n+5) {
        margin-top: 10px; }
    /* line 202, scss/module/bulletin-list.scss */
    .bulletin-list .list.horizontal.block-5 ul li {
      width: calc((100% - 5 * 10px) / 5); }
      /* line 204, scss/module/bulletin-list.scss */
      .bulletin-list .list.horizontal.block-5 ul li:nth-of-type(n+6) {
        margin-top: 10px; }
    /* line 202, scss/module/bulletin-list.scss */
    .bulletin-list .list.horizontal.block-6 ul li {
      width: calc((100% - 6 * 10px) / 6); }
      /* line 204, scss/module/bulletin-list.scss */
      .bulletin-list .list.horizontal.block-6 ul li:nth-of-type(n+7) {
        margin-top: 10px; }
  /* line 213, scss/module/bulletin-list.scss */
  .bulletin-list .more {
    height: auto;
    padding: 10px 15px;
    background-color: #e1e1e1; }
    /* line 218, scss/module/bulletin-list.scss */
    .bulletin-list .more a {
      color: #285f8f;
      font-weight: bold; }
      /* line 222, scss/module/bulletin-list.scss */
      .bulletin-list .more a:focus {
        background-color: #d10000;
        color: #fff;
        border: 3px dashed #d10000;
        outline: none; }
  @media screen and (max-width: 600px) {
    /* line 232, scss/module/bulletin-list.scss */
    .bulletin-list .link-select {
      padding: 0; }
      /* line 235, scss/module/bulletin-list.scss */
      .bulletin-list .link-select .link-classification {
        display: block; }
      /* line 237, scss/module/bulletin-list.scss */
      .bulletin-list .link-select .link-select-content {
        width: 100%;
        margin: 0 auto;
        padding-top: 0;
        border-bottom: none;
        display: none; }
        /* line 244, scss/module/bulletin-list.scss */
        .tab-inner .bulletin-list .link-select .link-select-content {
          width: 90%; }
        /* line 245, scss/module/bulletin-list.scss */
        .bulletin-list .link-select .link-select-content a {
          font-weight: normal;
          display: block;
          text-align: center;
          padding: 10px 0;
          line-height: normal;
          margin: 0;
          background-color: #fff;
          border: 1px solid #ddd; }
          /* line 255, scss/module/bulletin-list.scss */
          .bulletin-list .link-select .link-select-content a.selected {
            border-radius: 0; }
    /* line 260, scss/module/bulletin-list.scss */
    .bulletin-list .list.list-scroll {
      max-height: 450px; }
    /* line 266, scss/module/bulletin-list.scss */
    .bulletin-list .list ul li a h3 + span {
      max-width: 80%; }
    /* line 269, scss/module/bulletin-list.scss */
    .bulletin-list .list ul li a span {
      display: block; }
      /* line 272, scss/module/bulletin-list.scss */
      .bulletin-list .list ul li a span.time {
        float: none;
        top: auto; }
    /* line 286, scss/module/bulletin-list.scss */
    .bulletin-list .list.horizontal.block-3 ul li {
      width: calc((100% - 2 * 10px) / 2); }
      /* line 288, scss/module/bulletin-list.scss */
      .bulletin-list .list.horizontal.block-3 ul li:nth-of-type(n+4) {
        margin-top: 0; }
      /* line 289, scss/module/bulletin-list.scss */
      .bulletin-list .list.horizontal.block-3 ul li:nth-of-type(n+3) {
        margin-top: 10px; }
    /* line 286, scss/module/bulletin-list.scss */
    .bulletin-list .list.horizontal.block-4 ul li {
      width: calc((100% - 2 * 10px) / 2); }
      /* line 288, scss/module/bulletin-list.scss */
      .bulletin-list .list.horizontal.block-4 ul li:nth-of-type(n+5) {
        margin-top: 0; }
      /* line 289, scss/module/bulletin-list.scss */
      .bulletin-list .list.horizontal.block-4 ul li:nth-of-type(n+3) {
        margin-top: 10px; }
    /* line 286, scss/module/bulletin-list.scss */
    .bulletin-list .list.horizontal.block-5 ul li {
      width: calc((100% - 2 * 10px) / 2); }
      /* line 288, scss/module/bulletin-list.scss */
      .bulletin-list .list.horizontal.block-5 ul li:nth-of-type(n+6) {
        margin-top: 0; }
      /* line 289, scss/module/bulletin-list.scss */
      .bulletin-list .list.horizontal.block-5 ul li:nth-of-type(n+3) {
        margin-top: 10px; }
    /* line 286, scss/module/bulletin-list.scss */
    .bulletin-list .list.horizontal.block-6 ul li {
      width: calc((100% - 2 * 10px) / 2); }
      /* line 288, scss/module/bulletin-list.scss */
      .bulletin-list .list.horizontal.block-6 ul li:nth-of-type(n+7) {
        margin-top: 0; }
      /* line 289, scss/module/bulletin-list.scss */
      .bulletin-list .list.horizontal.block-6 ul li:nth-of-type(n+3) {
        margin-top: 10px; } }
  @media screen and (max-width: 414px) {
    /* line 299, scss/module/bulletin-list.scss */
    .bulletin-list .list {
      padding: 5px; }
      /* line 307, scss/module/bulletin-list.scss */
      .bulletin-list .list.horizontal.block-1 ul li {
        width: 100%;
        margin: 0 0 8px; }
        /* line 310, scss/module/bulletin-list.scss */
        .bulletin-list .list.horizontal.block-1 ul li:nth-of-type(n+1) {
          margin-top: 0; }
      /* line 307, scss/module/bulletin-list.scss */
      .bulletin-list .list.horizontal.block-2 ul li {
        width: 100%;
        margin: 0 0 8px; }
        /* line 310, scss/module/bulletin-list.scss */
        .bulletin-list .list.horizontal.block-2 ul li:nth-of-type(n+1) {
          margin-top: 0; }
      /* line 307, scss/module/bulletin-list.scss */
      .bulletin-list .list.horizontal.block-3 ul li {
        width: 100%;
        margin: 0 0 8px; }
        /* line 310, scss/module/bulletin-list.scss */
        .bulletin-list .list.horizontal.block-3 ul li:nth-of-type(n+1) {
          margin-top: 0; }
      /* line 307, scss/module/bulletin-list.scss */
      .bulletin-list .list.horizontal.block-4 ul li {
        width: 100%;
        margin: 0 0 8px; }
        /* line 310, scss/module/bulletin-list.scss */
        .bulletin-list .list.horizontal.block-4 ul li:nth-of-type(n+1) {
          margin-top: 0; }
      /* line 307, scss/module/bulletin-list.scss */
      .bulletin-list .list.horizontal.block-5 ul li {
        width: 100%;
        margin: 0 0 8px; }
        /* line 310, scss/module/bulletin-list.scss */
        .bulletin-list .list.horizontal.block-5 ul li:nth-of-type(n+1) {
          margin-top: 0; }
      /* line 307, scss/module/bulletin-list.scss */
      .bulletin-list .list.horizontal.block-6 ul li {
        width: 100%;
        margin: 0 0 8px; }
        /* line 310, scss/module/bulletin-list.scss */
        .bulletin-list .list.horizontal.block-6 ul li:nth-of-type(n+1) {
          margin-top: 0; } }
  /* line 324, scss/module/bulletin-list.scss */
  .color-style1 .bulletin-list .link-button {
    background-color: #66809c; }
    /* line 328, scss/module/bulletin-list.scss */
    .color-style1 .bulletin-list .link-button li a {
      color: #000;
      background-color: #ffffff;
      border-color: #dedede; }
      /* line 333, scss/module/bulletin-list.scss */
      .color-style1 .bulletin-list .link-button li a:hover {
        color: #4f4f4f;
        background-color: #ffe69a;
        border-color: #e5c76c; }
      /* line 339, scss/module/bulletin-list.scss */
      .color-style1 .bulletin-list .link-button li a:focus {
        background-color: #d10000;
        color: #fff;
        border: 3px dashed #d10000;
        outline: none; }
  /* line 352, scss/module/bulletin-list.scss */
  .color-style1 .bulletin-list .link-select .link-select-content a.selected {
    color: #ffffff;
    background-color: #36669c; }
  /* line 360, scss/module/bulletin-list.scss */
  .color-style1 .bulletin-list .list {
    background-color: #f6f6f6; }
    /* line 364, scss/module/bulletin-list.scss */
    .color-style1 .bulletin-list .list ul li {
      background-color: #fff;
      box-shadow: 1px 1px 2px #ddd;
      border-color: #066caa; }
      /* line 370, scss/module/bulletin-list.scss */
      .color-style1 .bulletin-list .list ul li a span.time {
        color: #0a3f7b; }
  /* line 376, scss/module/bulletin-list.scss */
  .color-style1 .bulletin-list .more {
    background-color: #0a3f7b; }
    /* line 379, scss/module/bulletin-list.scss */
    .color-style1 .bulletin-list .more a {
      color: #fff; }
      /* line 381, scss/module/bulletin-list.scss */
      .color-style1 .bulletin-list .more a:hover {
        color: #ffe69a; }
      /* line 382, scss/module/bulletin-list.scss */
      .color-style1 .bulletin-list .more a:focus {
        background-color: #d10000;
        color: #fff;
        border: 3px dashed #d10000;
        outline: none; }
  /* line 394, scss/module/bulletin-list.scss */
  .color-style2 .bulletin-list .link-button {
    background-color: #bb4242; }
    /* line 398, scss/module/bulletin-list.scss */
    .color-style2 .bulletin-list .link-button li a {
      color: #000;
      background-color: #ffffff;
      border-color: #dedede; }
      /* line 403, scss/module/bulletin-list.scss */
      .color-style2 .bulletin-list .link-button li a:hover {
        color: #4f4f4f;
        background-color: #ffe69a;
        border-color: #e5c76c; }
      /* line 409, scss/module/bulletin-list.scss */
      .color-style2 .bulletin-list .link-button li a:focus {
        background-color: #d10000;
        color: #fff;
        border: 3px dashed #d10000;
        outline: none; }
  /* line 422, scss/module/bulletin-list.scss */
  .color-style2 .bulletin-list .link-select .link-select-content a.selected {
    color: #ffffff;
    background-color: #811818; }
  /* line 430, scss/module/bulletin-list.scss */
  .color-style2 .bulletin-list .list {
    background-color: #e6e6e6; }
    /* line 434, scss/module/bulletin-list.scss */
    .color-style2 .bulletin-list .list ul li {
      background-color: #fff;
      box-shadow: 1px 1px 2px #ddd;
      border-color: #5e0a0a; }
      /* line 440, scss/module/bulletin-list.scss */
      .color-style2 .bulletin-list .list ul li a span.time {
        color: #bb4242; }
  /* line 446, scss/module/bulletin-list.scss */
  .color-style2 .bulletin-list .more {
    background-color: #5e0a0a; }
    /* line 449, scss/module/bulletin-list.scss */
    .color-style2 .bulletin-list .more a {
      color: #fff; }
      /* line 451, scss/module/bulletin-list.scss */
      .color-style2 .bulletin-list .more a:hover {
        color: #ffe69a; }
      /* line 452, scss/module/bulletin-list.scss */
      .color-style2 .bulletin-list .more a:focus {
        background-color: #d10000;
        color: #fff;
        border: 3px dashed #d10000;
        outline: none; }
  /* line 464, scss/module/bulletin-list.scss */
  .color-style3 .bulletin-list .link-button {
    background-color: #ca7700; }
    /* line 468, scss/module/bulletin-list.scss */
    .color-style3 .bulletin-list .link-button li a {
      color: #000;
      background-color: #ffffff;
      border-color: #dedede; }
      /* line 473, scss/module/bulletin-list.scss */
      .color-style3 .bulletin-list .link-button li a:hover {
        color: #4f4f4f;
        background-color: #ffe69a;
        border-color: #e5c76c; }
      /* line 479, scss/module/bulletin-list.scss */
      .color-style3 .bulletin-list .link-button li a:focus {
        background-color: #d10000;
        color: #fff;
        border: 3px dashed #d10000;
        outline: none; }
  /* line 492, scss/module/bulletin-list.scss */
  .color-style3 .bulletin-list .link-select .link-select-content a.selected {
    color: #fff;
    background-color: #aa6600; }
  /* line 501, scss/module/bulletin-list.scss */
  .color-style3 .bulletin-list .list {
    background-color: #ececec; }
    /* line 505, scss/module/bulletin-list.scss */
    .color-style3 .bulletin-list .list ul li {
      background-color: #fff;
      box-shadow: 1px 1px 2px #ddd;
      border-color: #ca7700; }
      /* line 511, scss/module/bulletin-list.scss */
      .color-style3 .bulletin-list .list ul li a span.time {
        color: #800000; }
  /* line 517, scss/module/bulletin-list.scss */
  .color-style3 .bulletin-list .more {
    background-color: #aa6600; }
    /* line 520, scss/module/bulletin-list.scss */
    .color-style3 .bulletin-list .more a {
      color: #fff; }
      /* line 522, scss/module/bulletin-list.scss */
      .color-style3 .bulletin-list .more a:hover {
        color: #ffe69a;
        background-color: #800000; }
      /* line 523, scss/module/bulletin-list.scss */
      .color-style3 .bulletin-list .more a:focus {
        background-color: #d10000;
        color: #fff;
        border: 3px dashed #d10000;
        outline: none; }
  /* line 535, scss/module/bulletin-list.scss */
  .color-style4 .bulletin-list .link-button {
    background-color: #0a5e10; }
    /* line 539, scss/module/bulletin-list.scss */
    .color-style4 .bulletin-list .link-button li a {
      color: #000;
      background-color: #ffffff;
      border-color: #dedede; }
      /* line 544, scss/module/bulletin-list.scss */
      .color-style4 .bulletin-list .link-button li a:hover {
        color: #4f4f4f;
        background-color: #ffe69a;
        border-color: #e5c76c; }
      /* line 550, scss/module/bulletin-list.scss */
      .color-style4 .bulletin-list .link-button li a:focus {
        background-color: #d10000;
        color: #fff;
        border: 3px dashed #d10000;
        outline: none; }
  /* line 563, scss/module/bulletin-list.scss */
  .color-style4 .bulletin-list .link-select .link-select-content a.selected {
    color: #ffffff;
    background-color: #188144; }
  /* line 571, scss/module/bulletin-list.scss */
  .color-style4 .bulletin-list .list {
    background-color: #e6e6e6; }
    /* line 575, scss/module/bulletin-list.scss */
    .color-style4 .bulletin-list .list ul li {
      background-color: #fff;
      box-shadow: 1px 1px 2px #ddd;
      border-color: #0a5e10; }
      /* line 581, scss/module/bulletin-list.scss */
      .color-style4 .bulletin-list .list ul li a span.time {
        color: #0a5e10; }
  /* line 587, scss/module/bulletin-list.scss */
  .color-style4 .bulletin-list .more {
    background-color: #0a5e10; }
    /* line 590, scss/module/bulletin-list.scss */
    .color-style4 .bulletin-list .more a {
      color: #fff; }
      /* line 592, scss/module/bulletin-list.scss */
      .color-style4 .bulletin-list .more a:hover {
        color: #ffe69a; }
      /* line 593, scss/module/bulletin-list.scss */
      .color-style4 .bulletin-list .more a:focus {
        background-color: #d10000;
        color: #fff;
        border: 3px dashed #d10000;
        outline: none; }
  /* line 605, scss/module/bulletin-list.scss */
  .color-style5 .bulletin-list .link-button {
    background-color: #ffa9a9; }
    /* line 609, scss/module/bulletin-list.scss */
    .color-style5 .bulletin-list .link-button li a {
      color: #000;
      background-color: #ffffff;
      border-color: #dedede; }
      /* line 614, scss/module/bulletin-list.scss */
      .color-style5 .bulletin-list .link-button li a:hover {
        color: #000;
        background-color: #ffe69a;
        border-color: #e5c76c; }
      /* line 620, scss/module/bulletin-list.scss */
      .color-style5 .bulletin-list .link-button li a:focus {
        background-color: #d10000;
        color: #fff;
        border: 3px dashed #d10000;
        outline: none; }
  /* line 633, scss/module/bulletin-list.scss */
  .color-style5 .bulletin-list .link-select .link-select-content a.selected {
    color: #000;
    background-color: #fff; }
  /* line 641, scss/module/bulletin-list.scss */
  .color-style5 .bulletin-list .list {
    background-color: #e6e6e6; }
    /* line 645, scss/module/bulletin-list.scss */
    .color-style5 .bulletin-list .list ul li {
      background-color: #fff;
      box-shadow: 1px 1px 2px #ddd;
      border-color: #ffa9a9; }
      /* line 651, scss/module/bulletin-list.scss */
      .color-style5 .bulletin-list .list ul li a span.time {
        color: #8c0300; }
  /* line 657, scss/module/bulletin-list.scss */
  .color-style5 .bulletin-list .more {
    background-color: #ffdede; }
    /* line 659, scss/module/bulletin-list.scss */
    .color-style5 .bulletin-list .more a {
      color: #000; }
      /* line 661, scss/module/bulletin-list.scss */
      .color-style5 .bulletin-list .more a:focus {
        background-color: #d10000;
        color: #fff;
        border: 3px dashed #d10000;
        outline: none; }
    /* line 670, scss/module/bulletin-list.scss */
    .color-style5 .bulletin-list .more:hover, .color-style5 .bulletin-list .more:active {
      background-color: #9b3937; }
      /* line 673, scss/module/bulletin-list.scss */
      .color-style5 .bulletin-list .more:hover a, .color-style5 .bulletin-list .more:active a {
        color: #ffffff; }
  /* line 685, scss/module/bulletin-list.scss */
  .color-style6 .bulletin-list .link-button {
    background-color: #5e146e; }
    /* line 689, scss/module/bulletin-list.scss */
    .color-style6 .bulletin-list .link-button li a {
      color: #000;
      background-color: #ffffff;
      border-color: #dedede; }
      /* line 694, scss/module/bulletin-list.scss */
      .color-style6 .bulletin-list .link-button li a:hover {
        color: #000;
        background-color: #ffe69a;
        border-color: #e5c76c; }
      /* line 700, scss/module/bulletin-list.scss */
      .color-style6 .bulletin-list .link-button li a:focus {
        background-color: #d10000;
        color: #fff;
        border: 3px dashed #d10000;
        outline: none; }
  /* line 713, scss/module/bulletin-list.scss */
  .color-style6 .bulletin-list .link-select .link-select-content a.selected {
    color: #ffffff;
    background-color: #802b93; }
  /* line 721, scss/module/bulletin-list.scss */
  .color-style6 .bulletin-list .list {
    background-color: #e6e6e6; }
    /* line 725, scss/module/bulletin-list.scss */
    .color-style6 .bulletin-list .list ul li {
      background-color: #fff;
      box-shadow: 1px 1px 2px #ddd;
      border-color: #5e146e; }
      /* line 731, scss/module/bulletin-list.scss */
      .color-style6 .bulletin-list .list ul li a span.time {
        color: #5e146e; }
  /* line 737, scss/module/bulletin-list.scss */
  .color-style6 .bulletin-list .more {
    background-color: #5e146e; }
    /* line 740, scss/module/bulletin-list.scss */
    .color-style6 .bulletin-list .more a {
      color: #fff; }
      /* line 742, scss/module/bulletin-list.scss */
      .color-style6 .bulletin-list .more a:hover {
        color: #ffe69a; }
      /* line 743, scss/module/bulletin-list.scss */
      .color-style6 .bulletin-list .more a:focus {
        background-color: #d10000;
        color: #fff;
        border: 3px dashed #d10000;
        outline: none; }

/*-------------- 功能模組：公告列表(標題) ---------------*/
/* line 4, scss/module/bulletin-title-list.scss */
.bulletin-title-list {
  /** 平板 **/
  /*-------------------- 顏色設定 ---------------------*/
  /* 顏色更換：藍 */
  /* 顏色更換：深紅 */
  /* 顏色更換：橘 */
  /* 顏色更換：綠 */
  /* 顏色更換：粉紅 */
  /* 顏色更換：紫 */ }
  /* line 5, scss/module/bulletin-title-list.scss */
  .bulletin-title-list .link-button {
    background-color: #075849;
    text-align: right;
    padding: 8px; }
    /* line 10, scss/module/bulletin-title-list.scss */
    .bulletin-title-list .link-button-none {
      display: none; }
    /* line 14, scss/module/bulletin-title-list.scss */
    .bulletin-title-list .link-button li {
      display: inline-block; }
      /* line 17, scss/module/bulletin-title-list.scss */
      .bulletin-title-list .link-button li + li {
        margin-left: 10px; }
      /* line 21, scss/module/bulletin-title-list.scss */
      .bulletin-title-list .link-button li a {
        color: #000;
        display: block;
        padding: 2px 14px;
        background-color: #ffffff;
        border-radius: 50px;
        border: 3px solid #dedede;
        margin: 3% 0; }
        /* line 29, scss/module/bulletin-title-list.scss */
        .bulletin-title-list .link-button li a:hover {
          color: #4f4f4f;
          background-color: #ffe69a;
          border: 3px solid #e5c76c; }
  /* line 38, scss/module/bulletin-title-list.scss */
  .bulletin-title-list table {
    width: 100%; }
    /* line 43, scss/module/bulletin-title-list.scss */
    .bulletin-title-list table thead tr th {
      color: #ffffff;
      font-weight: normal;
      padding: 5px 8px;
      text-align: left;
      border: 2px solid #fff;
      background-color: #075849; }
    /* line 56, scss/module/bulletin-title-list.scss */
    .bulletin-title-list table tbody tr td {
      padding: 5px 8px;
      background-color: #efefef;
      border: 2px solid #fff; }
      /* line 61, scss/module/bulletin-title-list.scss */
      .bulletin-title-list table tbody tr td.empty {
        text-align: center; }
      /* line 64, scss/module/bulletin-title-list.scss */
      .bulletin-title-list table tbody tr td a:not([class*='butn']) {
        color: #1e6385; }
        /* line 66, scss/module/bulletin-title-list.scss */
        .bulletin-title-list table tbody tr td a:not([class*='butn']):hover {
          outline: none;
          background-color: #FFE16D; }
        /* line 70, scss/module/bulletin-title-list.scss */
        .bulletin-title-list table tbody tr td a:not([class*='butn']):focus {
          border-color: #d10000; }
  /* line 77, scss/module/bulletin-title-list.scss */
  .bulletin-title-list .more {
    height: auto;
    padding: 10px 15px;
    background-color: #26574e; }
    /* line 82, scss/module/bulletin-title-list.scss */
    .bulletin-title-list .more a {
      color: #fff; }
      /* line 85, scss/module/bulletin-title-list.scss */
      .bulletin-title-list .more a:hover {
        color: #ffe69a; }
      /* line 88, scss/module/bulletin-title-list.scss */
      .bulletin-title-list .more a:focus {
        background-color: #d10000;
        color: #fff;
        border: 3px dashed #d10000;
        outline: none; }
  @media only screen and (max-width: 769px) {
    /* line 4, scss/module/bulletin-title-list.scss */
    .bulletin-title-list {
      width: 100%;
      display: block; }
      /* line 102, scss/module/bulletin-title-list.scss */
      .bulletin-title-list thead {
        display: none; }
      /* line 106, scss/module/bulletin-title-list.scss */
      .bulletin-title-list tbody {
        width: 100%;
        display: block; }
        /* line 110, scss/module/bulletin-title-list.scss */
        .bulletin-title-list tbody tr {
          width: 100%;
          display: block;
          margin-bottom: 20px; }
          /* line 115, scss/module/bulletin-title-list.scss */
          .bulletin-title-list tbody tr td {
            display: flex;
            text-align: left !important;
            border: none;
            padding: 10px;
            background-color: #f7f7f7;
            margin-bottom: 2px; }
            /* line 123, scss/module/bulletin-title-list.scss */
            .bulletin-title-list tbody tr td.empty {
              display: block;
              text-align: center !important; }
            /* line 128, scss/module/bulletin-title-list.scss */
            .bulletin-title-list tbody tr td:first-child {
              border-top: 3px solid #008269; }
            /* line 132, scss/module/bulletin-title-list.scss */
            .bulletin-title-list tbody tr td::before {
              content: attr(data-header);
              display: inline-block;
              color: #0a987c;
              white-space: nowrap; } }
  /* line 148, scss/module/bulletin-title-list.scss */
  .color-style1 .bulletin-title-list .link-button {
    background-color: #066caa; }
    /* line 151, scss/module/bulletin-title-list.scss */
    .color-style1 .bulletin-title-list .link-button li a {
      color: #000;
      background-color: #ffffff;
      box-shadow: 3px 3px 7px #00456f;
      border: 3px solid #dedede; }
      /* line 157, scss/module/bulletin-title-list.scss */
      .color-style1 .bulletin-title-list .link-button li a:hover {
        color: #4f4f4f;
        background-color: #ffe69a;
        border: 3px solid #e5c76c; }
  /* line 168, scss/module/bulletin-title-list.scss */
  .color-style1 .bulletin-title-list table thead th {
    background-color: #0f315b; }
  /* line 176, scss/module/bulletin-title-list.scss */
  .color-style1 .bulletin-title-list table tbody tr td:first-child {
    border-top-color: #66809c; }
  /* line 180, scss/module/bulletin-title-list.scss */
  .color-style1 .bulletin-title-list table tbody tr td::before {
    color: #66809c; }
  /* line 188, scss/module/bulletin-title-list.scss */
  .color-style1 .bulletin-title-list .more {
    background-color: #0a3f7b; }
    /* line 190, scss/module/bulletin-title-list.scss */
    .color-style1 .bulletin-title-list .more a {
      color: #fff; }
      /* line 193, scss/module/bulletin-title-list.scss */
      .color-style1 .bulletin-title-list .more a:hover {
        color: #ffe189; }
      /* line 196, scss/module/bulletin-title-list.scss */
      .color-style1 .bulletin-title-list .more a:focus {
        background-color: #d10000;
        color: #fff;
        border: 3px dashed #d10000;
        outline: none; }
  /* line 208, scss/module/bulletin-title-list.scss */
  .color-style2 .bulletin-title-list .link-button {
    background-color: #bb4242; }
    /* line 212, scss/module/bulletin-title-list.scss */
    .color-style2 .bulletin-title-list .link-button li a {
      color: #000;
      background-color: #ffffff;
      border-color: #dedede; }
      /* line 217, scss/module/bulletin-title-list.scss */
      .color-style2 .bulletin-title-list .link-button li a:hover {
        color: #4f4f4f;
        background-color: #ffe69a;
        border-color: #e5c76c; }
  /* line 228, scss/module/bulletin-title-list.scss */
  .color-style2 .bulletin-title-list table thead th {
    background-color: #5e0a0a; }
  /* line 237, scss/module/bulletin-title-list.scss */
  .color-style2 .bulletin-title-list table tbody tr td:first-child {
    border-top-color: #811818; }
  /* line 241, scss/module/bulletin-title-list.scss */
  .color-style2 .bulletin-title-list table tbody tr td::before {
    color: #811818; }
  /* line 249, scss/module/bulletin-title-list.scss */
  .color-style2 .bulletin-title-list .more {
    background-color: #5e0a0a; }
    /* line 251, scss/module/bulletin-title-list.scss */
    .color-style2 .bulletin-title-list .more a {
      color: #fff; }
      /* line 254, scss/module/bulletin-title-list.scss */
      .color-style2 .bulletin-title-list .more a:hover {
        color: #ffe189; }
      /* line 257, scss/module/bulletin-title-list.scss */
      .color-style2 .bulletin-title-list .more a:focus {
        background-color: #d10000;
        color: #fff;
        border: 3px dashed #d10000;
        outline: none; }
  /* line 269, scss/module/bulletin-title-list.scss */
  .color-style3 .bulletin-title-list .link-button {
    background-color: #ca7700; }
    /* line 273, scss/module/bulletin-title-list.scss */
    .color-style3 .bulletin-title-list .link-button li a {
      color: #000;
      background-color: #ffffff;
      border-color: #dedede; }
      /* line 278, scss/module/bulletin-title-list.scss */
      .color-style3 .bulletin-title-list .link-button li a:hover {
        color: #4f4f4f;
        background-color: #ffe69a;
        border-color: #e5c76c; }
  /* line 289, scss/module/bulletin-title-list.scss */
  .color-style3 .bulletin-title-list table thead th {
    background-color: #a56505; }
  /* line 297, scss/module/bulletin-title-list.scss */
  .color-style3 .bulletin-title-list table tbody tr td:first-child {
    border-top-color: #9f6000; }
  /* line 301, scss/module/bulletin-title-list.scss */
  .color-style3 .bulletin-title-list table tbody tr td::before {
    color: #ca7700; }
  /* line 309, scss/module/bulletin-title-list.scss */
  .color-style3 .bulletin-title-list .more {
    background-color: #9b5b00; }
    /* line 311, scss/module/bulletin-title-list.scss */
    .color-style3 .bulletin-title-list .more a {
      color: #fff; }
      /* line 313, scss/module/bulletin-title-list.scss */
      .color-style3 .bulletin-title-list .more a:focus {
        background-color: #d10000;
        color: #fff;
        border: 3px dashed #d10000;
        outline: none; }
  /* line 325, scss/module/bulletin-title-list.scss */
  .color-style4 .bulletin-title-list .link-button {
    background-color: #0a5e10; }
    /* line 329, scss/module/bulletin-title-list.scss */
    .color-style4 .bulletin-title-list .link-button li a {
      color: #000;
      background-color: #ffffff;
      border-color: #dedede; }
      /* line 334, scss/module/bulletin-title-list.scss */
      .color-style4 .bulletin-title-list .link-button li a:hover {
        color: #4f4f4f;
        background-color: #ffe69a;
        border-color: #e5c76c; }
  /* line 345, scss/module/bulletin-title-list.scss */
  .color-style4 .bulletin-title-list table thead th {
    background-color: #0e5f30; }
  /* line 353, scss/module/bulletin-title-list.scss */
  .color-style4 .bulletin-title-list table tbody tr td:first-child {
    border-top-color: #188144; }
  /* line 357, scss/module/bulletin-title-list.scss */
  .color-style4 .bulletin-title-list table tbody tr td::before {
    color: #0a5e10; }
  /* line 365, scss/module/bulletin-title-list.scss */
  .color-style4 .bulletin-title-list .more {
    background-color: #188144; }
    /* line 367, scss/module/bulletin-title-list.scss */
    .color-style4 .bulletin-title-list .more a {
      color: #fff; }
      /* line 370, scss/module/bulletin-title-list.scss */
      .color-style4 .bulletin-title-list .more a:hover {
        color: #ffe69a; }
      /* line 373, scss/module/bulletin-title-list.scss */
      .color-style4 .bulletin-title-list .more a:focus {
        background-color: #d10000;
        color: #fff;
        border: 3px dashed #d10000;
        outline: none; }
  /* line 385, scss/module/bulletin-title-list.scss */
  .color-style5 .bulletin-title-list .link-button {
    background-color: #ffa9a9; }
    /* line 389, scss/module/bulletin-title-list.scss */
    .color-style5 .bulletin-title-list .link-button li a {
      color: #000;
      background-color: #ffffff;
      border-color: #dedede; }
      /* line 394, scss/module/bulletin-title-list.scss */
      .color-style5 .bulletin-title-list .link-button li a:hover {
        color: #4f4f4f;
        background-color: #ffe69a;
        border-color: #e5c76c; }
  /* line 405, scss/module/bulletin-title-list.scss */
  .color-style5 .bulletin-title-list table thead th {
    color: #000;
    background-color: #ffa9a9; }
  /* line 414, scss/module/bulletin-title-list.scss */
  .color-style5 .bulletin-title-list table tbody tr td:first-child {
    border-top-color: #ffa9a9; }
  /* line 418, scss/module/bulletin-title-list.scss */
  .color-style5 .bulletin-title-list table tbody tr td::before {
    color: #8a1818; }
  /* line 426, scss/module/bulletin-title-list.scss */
  .color-style5 .bulletin-title-list .more {
    background-color: #ff7979; }
    /* line 428, scss/module/bulletin-title-list.scss */
    .color-style5 .bulletin-title-list .more a {
      color: #000000; }
      /* line 431, scss/module/bulletin-title-list.scss */
      .color-style5 .bulletin-title-list .more a:hover {
        color: #5b0000; }
      /* line 434, scss/module/bulletin-title-list.scss */
      .color-style5 .bulletin-title-list .more a:focus {
        background-color: #d10000;
        color: #fff;
        border: 3px dashed #d10000;
        outline: none; }
  /* line 446, scss/module/bulletin-title-list.scss */
  .color-style6 .bulletin-title-list .link-button {
    background-color: #5e146e; }
    /* line 450, scss/module/bulletin-title-list.scss */
    .color-style6 .bulletin-title-list .link-button li a {
      color: #000;
      background-color: #ffffff;
      border-color: #dedede; }
      /* line 455, scss/module/bulletin-title-list.scss */
      .color-style6 .bulletin-title-list .link-button li a:hover {
        color: #4f4f4f;
        background-color: #ffe69a;
        border-color: #e5c76c; }
  /* line 466, scss/module/bulletin-title-list.scss */
  .color-style6 .bulletin-title-list table thead th {
    background-color: #5e146e; }
  /* line 474, scss/module/bulletin-title-list.scss */
  .color-style6 .bulletin-title-list table tbody tr td:first-child {
    border-top-color: #802b93; }
  /* line 478, scss/module/bulletin-title-list.scss */
  .color-style6 .bulletin-title-list table tbody tr td::before {
    color: #5e146e; }
  /* line 486, scss/module/bulletin-title-list.scss */
  .color-style6 .bulletin-title-list .more {
    background-color: #5e146e; }
    /* line 488, scss/module/bulletin-title-list.scss */
    .color-style6 .bulletin-title-list .more a {
      color: #fff; }
      /* line 491, scss/module/bulletin-title-list.scss */
      .color-style6 .bulletin-title-list .more a:hover {
        color: #ffe69a; }
      /* line 494, scss/module/bulletin-title-list.scss */
      .color-style6 .bulletin-title-list .more a:focus {
        background-color: #d10000;
        color: #fff;
        border: 3px dashed #d10000;
        outline: none; }

/*-------------- 功能模組：會員專區 ---------------*/
/* line 3, scss/module/member.scss */
.member {
  /** 平板 **/
  /** 手機板 **/
  /*-------------------- 顏色設定 ---------------------*/
  /* 顏色更換：藍 */
  /* 顏色更換：深紅 */
  /* 顏色更換：橘 */
  /* 顏色更換：綠 */
  /* 顏色更換：粉紅 */
  /* 顏色更換：紫 */ }
  /* line 4, scss/module/member.scss */
  .member a {
    display: inline-block;
    width: 45%;
    margin: 2% 2%;
    padding: 5% 0;
    text-align: center;
    color: #fff;
    background-color: #346a95;
    border-radius: 5px;
    border: 4px solid #e1e1e1; }
    /* line 15, scss/module/member.scss */
    .member a:hover {
      background-color: #285b6a; }
    /* line 18, scss/module/member.scss */
    .member a:focus {
      color: #fff;
      background-color: #d10000; }
  @media screen and (max-width: 769px) {
    /* line 26, scss/module/member.scss */
    .member a {
      width: 20%;
      padding: 2% 0; } }
  @media screen and (max-width: 736px) {
    /* line 3, scss/module/member.scss */
    .member {
      padding-left: 0px; }
      /* line 35, scss/module/member.scss */
      .member a {
        width: 45%; } }
  /* line 42, scss/module/member.scss */
  .color-style1 .member a {
    color: #fff;
    background-color: #0a3f7b;
    border-color: #425468; }
    /* line 47, scss/module/member.scss */
    .color-style1 .member a:hover {
      background-color: #285b6a;
      border-color: #33859b; }
    /* line 51, scss/module/member.scss */
    .color-style1 .member a:focus {
      color: #fff;
      background-color: #d10000; }
  /* line 60, scss/module/member.scss */
  .color-style2 .member a {
    color: #fff;
    background-color: #811818;
    border-color: #c03939; }
    /* line 65, scss/module/member.scss */
    .color-style2 .member a:hover {
      color: #fff;
      background-color: #9a5012;
      border-color: #ffe4ce; }
    /* line 70, scss/module/member.scss */
    .color-style2 .member a:focus {
      color: #fff;
      background-color: #d10000; }
  /* line 79, scss/module/member.scss */
  .color-style3 .member a {
    color: #000;
    background-color: #F8980F;
    border-color: #e78f0f; }
    /* line 84, scss/module/member.scss */
    .color-style3 .member a:hover {
      color: #fff;
      background-color: #992824;
      border-color: #e17b77; }
    /* line 89, scss/module/member.scss */
    .color-style3 .member a:focus {
      color: #fff;
      background-color: #d10000; }
  /* line 98, scss/module/member.scss */
  .color-style4 .member a {
    color: #fff;
    background-color: #0e5f30;
    border-color: #278950; }
    /* line 103, scss/module/member.scss */
    .color-style4 .member a:hover {
      background-color: #063e1d;
      border-color: #52c683; }
    /* line 107, scss/module/member.scss */
    .color-style4 .member a:focus {
      color: #fff;
      background-color: #d10000; }
  /* line 116, scss/module/member.scss */
  .color-style5 .member a {
    color: #fff;
    background-color: #923634;
    border-color: #e9acaa; }
    /* line 120, scss/module/member.scss */
    .color-style5 .member a:hover {
      color: #fff;
      background-color: #692725;
      border-color: #ffb19d; }
    /* line 125, scss/module/member.scss */
    .color-style5 .member a:focus {
      color: #fff;
      background-color: #d10000; }
  /* line 134, scss/module/member.scss */
  .color-style6 .member a {
    color: #fff;
    background-color: #5d2a69;
    border-color: #802b93; }
    /* line 139, scss/module/member.scss */
    .color-style6 .member a:hover {
      color: #3e3e3e;
      background-color: #f2d684;
      border-color: #dfc063; }
    /* line 144, scss/module/member.scss */
    .color-style6 .member a:focus {
      color: #fff;
      background-color: #d10000; }

/*-------------- 功能模組：分眾導覽 ---------------*/
/* line 4, scss/module/classification.scss */
.classification {
  /** 平板 **/
  /** 手機板 **/
  /*-------------------- 顏色設定 ---------------------*/
  /* 顏色更換：藍 */
  /* 顏色更換：深紅 */
  /* 顏色更換：橘 */
  /* 顏色更換：綠 */
  /* 顏色更換：粉紅 */
  /* 顏色更換：紫 */ }
  /* line 5, scss/module/classification.scss */
  .classification a {
    display: inline-block;
    width: 45%;
    margin: 2%;
    padding: 5% 0;
    text-align: center;
    color: #fff;
    background-color: #c33e1b;
    border-radius: 5px;
    border: 4px solid #e1e1e1; }
    /* line 16, scss/module/classification.scss */
    .classification a:hover {
      background-color: #701802; }
    /* line 19, scss/module/classification.scss */
    .classification a:focus {
      color: #fff;
      background-color: #d10000; }
    /* line 25, scss/module/classification.scss */
    .classification a .title-icon {
      width: 100%;
      max-width: 45px;
      max-height: 45px;
      margin: 0 auto 5px; }
      /* line 30, scss/module/classification.scss */
      .classification a .title-icon img, .classification a .title-icon svg {
        width: 100%;
        height: 100%; }
      /* line 34, scss/module/classification.scss */
      .classification a .title-icon .icon {
        cursor: pointer; }
        /* line 36, scss/module/classification.scss */
        .classification a .title-icon .icon path {
          fill: #ecebeb; }
  @media screen and (max-width: 769px) {
    /* line 43, scss/module/classification.scss */
    .classification a {
      width: 20%;
      padding: 2% 0; } }
  @media screen and (max-width: 736px) {
    /* line 52, scss/module/classification.scss */
    .classification a {
      width: 45%; } }
  /* line 59, scss/module/classification.scss */
  .color-style1 .classification a {
    color: #fff;
    background-color: #425468;
    border-color: #315782; }
    /* line 64, scss/module/classification.scss */
    .color-style1 .classification a:hover {
      background-color: #285b6a;
      border-color: #33859b; }
    /* line 68, scss/module/classification.scss */
    .color-style1 .classification a:focus {
      color: #fff;
      background-color: #d10000; }
  /* line 77, scss/module/classification.scss */
  .color-style2 .classification a {
    color: #fff;
    background-color: #bb4242;
    border-color: #c42222; }
    /* line 82, scss/module/classification.scss */
    .color-style2 .classification a:hover {
      color: #fff;
      background-color: #9a5012;
      border-color: #ffe4ce; }
    /* line 87, scss/module/classification.scss */
    .color-style2 .classification a:focus {
      color: #fff;
      background-color: #d10000; }
  /* line 96, scss/module/classification.scss */
  .color-style3 .classification a {
    color: #000;
    background-color: #e78f0f;
    border-color: #F8980F; }
    /* line 101, scss/module/classification.scss */
    .color-style3 .classification a:hover {
      color: #fff;
      background-color: #992824;
      border-color: #e17b77; }
    /* line 106, scss/module/classification.scss */
    .color-style3 .classification a:focus {
      color: #fff;
      background-color: #d10000; }
  /* line 115, scss/module/classification.scss */
  .color-style4 .classification a {
    color: #fff;
    background-color: #1f6b40;
    border-color: #30a561; }
    /* line 120, scss/module/classification.scss */
    .color-style4 .classification a:hover {
      background-color: #063e1d;
      border-color: #52c683; }
    /* line 124, scss/module/classification.scss */
    .color-style4 .classification a:focus {
      color: #fff;
      background-color: #d10000; }
  /* line 133, scss/module/classification.scss */
  .color-style5 .classification a {
    color: #fff;
    background-color: #ca3531;
    border-color: #f88e8b; }
    /* line 138, scss/module/classification.scss */
    .color-style5 .classification a:hover {
      color: #fff;
      background-color: #692725;
      border-color: #ffb19d; }
    /* line 143, scss/module/classification.scss */
    .color-style5 .classification a:focus {
      color: #fff;
      background-color: #d10000; }
  /* line 152, scss/module/classification.scss */
  .color-style6 .classification a {
    color: #fff;
    background-color: #802b93;
    border-color: #b041c8; }
    /* line 157, scss/module/classification.scss */
    .color-style6 .classification a:hover {
      color: #3e3e3e;
      background-color: #f2d684;
      border-color: #dfc063; }
      /* line 163, scss/module/classification.scss */
      .color-style6 .classification a:hover .title-icon .icon path {
        fill: #000; }
    /* line 166, scss/module/classification.scss */
    .color-style6 .classification a:focus {
      color: #fff;
      background-color: #d10000; }

/*-------------- 功能模組：分類檢索 ---------------*/
/* line 3, scss/module/retrievals.scss */
.retrievals {
  margin: 10px 0 5px;
  /*-------------------- 顏色設定 ---------------------*/
  /* 顏色更換：藍 */
  /* 顏色更換：深紅 */
  /* 顏色更換：橘 */
  /* 顏色更換：綠 */
  /* 顏色更換：粉紅 */
  /* 顏色更換：紫 */ }
  /* line 6, scss/module/retrievals.scss */
  .retrievals a {
    display: inline-block;
    width: 30%;
    margin: 2% 1%;
    padding: 2% 0;
    text-align: center;
    color: #000;
    background-color: #ffffff;
    border-radius: 5px;
    border: 1px solid #e1e1e1; }
    /* line 17, scss/module/retrievals.scss */
    .retrievals a:hover {
      background-color: #e3eff5; }
    /* line 20, scss/module/retrievals.scss */
    .retrievals a:focus {
      background-color: #d10000;
      color: #fff; }
  /* line 30, scss/module/retrievals.scss */
  .color-style1 .retrievals a {
    color: #6e6e6e;
    background-color: #ffffff;
    border-color: #e1e1e1; }
    /* line 35, scss/module/retrievals.scss */
    .color-style1 .retrievals a:hover {
      background-color: #e3eff5; }
    /* line 38, scss/module/retrievals.scss */
    .color-style1 .retrievals a:focus {
      background-color: #d10000;
      color: #fff; }
  /* line 48, scss/module/retrievals.scss */
  .color-style2 .retrievals a:focus {
    background-color: #d10000;
    color: #fff; }
  /* line 58, scss/module/retrievals.scss */
  .color-style3 .retrievals a:focus {
    background-color: #d10000;
    color: #fff; }
  /* line 68, scss/module/retrievals.scss */
  .color-style4 .retrievals a:focus {
    background-color: #d10000;
    color: #fff; }
  /* line 78, scss/module/retrievals.scss */
  .color-style5 .retrievals a:focus {
    background-color: #d10000;
    color: #fff; }
  /* line 88, scss/module/retrievals.scss */
  .color-style6 .retrievals a:focus {
    background-color: #d10000;
    color: #fff; }

/*-------------- 功能模組：影片專區 ---------------*/
/* line 3, scss/module/video-block.scss */
.video-block {
  /*-------------------- 顏色設定 ---------------------*/
  /* 顏色更換：藍 */
  /* 顏色更換：深紅 */
  /* 顏色更換：橘 */
  /* 顏色更換：綠 */
  /* 顏色更換：粉紅 */
  /* 顏色更換：紫 */ }
  /* line 4, scss/module/video-block.scss */
  .video-block > p {
    text-align: center;
    margin: 2px 0 5px; }
  /* line 9, scss/module/video-block.scss */
  .video-block .more {
    width: 100%;
    font-size: 0.95rem;
    font-weight: 400;
    display: block;
    text-align: center;
    padding: 5px 0;
    color: #ffffff;
    background-color: #075849; }
    /* line 19, scss/module/video-block.scss */
    .video-block .more:hover, .video-block .more:active {
      background-color: #0a7f69; }
    /* line 23, scss/module/video-block.scss */
    .video-block .more:focus {
      color: #fff;
      background-color: #d10000; }
  /* line 33, scss/module/video-block.scss */
  .color-style1 .video-block .more {
    background-color: #0a3f7b;
    color: #ffffff; }
    /* line 37, scss/module/video-block.scss */
    .color-style1 .video-block .more:hover, .color-style1 .video-block .more:active {
      background-color: #36669c; }
    /* line 41, scss/module/video-block.scss */
    .color-style1 .video-block .more:focus {
      color: #fff;
      background-color: #d10000; }
  /* line 50, scss/module/video-block.scss */
  .color-style2 .video-block .more {
    background-color: #5e0a0a;
    color: #ffffff; }
    /* line 54, scss/module/video-block.scss */
    .color-style2 .video-block .more:hover, .color-style2 .video-block .more:active {
      background-color: #bb4242; }
    /* line 58, scss/module/video-block.scss */
    .color-style2 .video-block .more:focus {
      color: #fff;
      background-color: #d10000; }
  /* line 67, scss/module/video-block.scss */
  .color-style3 .video-block .more {
    background-color: #a26100;
    color: #ffffff; }
    /* line 71, scss/module/video-block.scss */
    .color-style3 .video-block .more:hover, .color-style3 .video-block .more:active {
      background-color: #F8980F;
      color: #353535; }
    /* line 76, scss/module/video-block.scss */
    .color-style3 .video-block .more:focus {
      color: #fff;
      background-color: #d10000; }
  /* line 85, scss/module/video-block.scss */
  .color-style4 .video-block .more {
    background-color: #0a5e10;
    color: #ffffff; }
    /* line 89, scss/module/video-block.scss */
    .color-style4 .video-block .more:hover, .color-style4 .video-block .more:active {
      background-color: #188144; }
    /* line 93, scss/module/video-block.scss */
    .color-style4 .video-block .more:focus {
      color: #fff;
      background-color: #d10000; }
  /* line 102, scss/module/video-block.scss */
  .color-style5 .video-block .more {
    background-color: #ffdede;
    color: #000; }
    /* line 106, scss/module/video-block.scss */
    .color-style5 .video-block .more:hover, .color-style5 .video-block .more:active {
      background-color: #9b3937;
      color: #ffffff; }
    /* line 112, scss/module/video-block.scss */
    .color-style5 .video-block .more:focus {
      color: #fff;
      background-color: #d10000; }
  /* line 121, scss/module/video-block.scss */
  .color-style6 .video-block .more {
    background-color: #5e146e;
    color: #ffffff; }
    /* line 125, scss/module/video-block.scss */
    .color-style6 .video-block .more:hover, .color-style6 .video-block .more:active {
      background-color: #802b93; }
    /* line 129, scss/module/video-block.scss */
    .color-style6 .video-block .more:focus {
      color: #fff;
      background-color: #d10000; }

/*-------------------- 功能模組：跑馬燈-------------------*/
/* line 4, scss/module/marquee.scss */
.marquee {
  width: 100%;
  display: flex;
  /*-------------------- 顏色設定 ---------------------*/
  /* 顏色更換：藍 */
  /* 顏色更換：深紅 */
  /* 顏色更換：橘 */
  /* 顏色更換：綠 */
  /* 顏色更換：粉紅 */
  /* 顏色更換：紫 */ }
  /* line 8, scss/module/marquee.scss */
  .marquee > div {
    height: 40px;
    flex-grow: 1;
    border: 2px solid #d4d4d4;
    overflow: hidden;
    position: relative;
    font-size: 1.125rem; }
    /* line 17, scss/module/marquee.scss */
    .marquee > div.down ul {
      top: auto;
      bottom: 0px; }
    /* line 23, scss/module/marquee.scss */
    .marquee > div.left {
      width: 100%; }
      /* line 26, scss/module/marquee.scss */
      .marquee > div.left ul {
        left: 0px; }
        /* line 29, scss/module/marquee.scss */
        .marquee > div.left ul::after {
          content: '';
          display: block;
          clear: both; }
        /* line 35, scss/module/marquee.scss */
        .marquee > div.left ul li {
          float: left; }
    /* line 41, scss/module/marquee.scss */
    .marquee > div ul {
      width: 100%;
      position: absolute;
      top: 0px; }
      /* line 46, scss/module/marquee.scss */
      .marquee > div ul li {
        height: 36px;
        line-height: 35px;
        overflow: hidden;
        display: block;
        position: relative; }
        /* line 53, scss/module/marquee.scss */
        .marquee > div ul li a {
          display: flex;
          padding: 0px 15px; }
          /* line 57, scss/module/marquee.scss */
          .marquee > div ul li a .marquee-time {
            font-size: 0.875rem;
            color: #6b6b6b;
            vertical-align: top;
            padding-right: 10px;
            white-space: nowrap; }
          /* line 64, scss/module/marquee.scss */
          .marquee > div ul li a .marquee-text {
            font-size: 1.05rem;
            flex-grow: 1;
            vertical-align: top;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden; }
          /* line 74, scss/module/marquee.scss */
          .marquee > div ul li a:hover .marquee-time,
          .marquee > div ul li a:hover .marquee-text {
            color: #f4685e; }
          /* line 80, scss/module/marquee.scss */
          .marquee > div ul li a:focus {
            border: 2px dashed #d10000;
            outline: none; }
  /* line 91, scss/module/marquee.scss */
  .marquee .more {
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    background-color: #075849;
    border-radius: 3px;
    letter-spacing: 2px;
    text-indent: 2px;
    padding: 0 10px;
    margin-left: 5px;
    white-space: nowrap; }
    /* line 103, scss/module/marquee.scss */
    .marquee .more:hover, .marquee .more:active {
      background-color: #0a7f69; }
    /* line 107, scss/module/marquee.scss */
    .marquee .more:focus {
      color: #fff;
      background-color: #d10000;
      outline: none; }
  /* line 118, scss/module/marquee.scss */
  .color-style1 .marquee .more {
    background-color: #0a3f7b; }
    /* line 121, scss/module/marquee.scss */
    .color-style1 .marquee .more:hover, .color-style1 .marquee .more:active {
      background-color: #36669c; }
    /* line 125, scss/module/marquee.scss */
    .color-style1 .marquee .more:focus {
      color: #fff;
      background-color: #d10000;
      outline: none; }
  /* line 135, scss/module/marquee.scss */
  .color-style2 .marquee .more {
    background-color: #5e0a0a; }
    /* line 138, scss/module/marquee.scss */
    .color-style2 .marquee .more:hover, .color-style2 .marquee .more:active {
      background-color: #bb4242; }
    /* line 142, scss/module/marquee.scss */
    .color-style2 .marquee .more:focus {
      color: #fff;
      background-color: #d10000;
      outline: none; }
  /* line 152, scss/module/marquee.scss */
  .color-style3 .marquee .more {
    background-color: #824e00; }
    /* line 155, scss/module/marquee.scss */
    .color-style3 .marquee .more:hover, .color-style3 .marquee .more:active {
      background-color: #F8980F;
      color: #353535; }
    /* line 160, scss/module/marquee.scss */
    .color-style3 .marquee .more:focus {
      color: #fff;
      background-color: #d10000;
      outline: none; }
  /* line 170, scss/module/marquee.scss */
  .color-style4 .marquee .more {
    background-color: #0a5e10; }
    /* line 173, scss/module/marquee.scss */
    .color-style4 .marquee .more:hover, .color-style4 .marquee .more:active {
      background-color: #188144; }
    /* line 177, scss/module/marquee.scss */
    .color-style4 .marquee .more:focus {
      color: #fff;
      background-color: #d10000;
      outline: none; }
  /* line 187, scss/module/marquee.scss */
  .color-style5 .marquee .more {
    background-color: #ffdede;
    color: #000; }
    /* line 191, scss/module/marquee.scss */
    .color-style5 .marquee .more:hover, .color-style5 .marquee .more:active {
      background-color: #9b3937;
      color: #ffffff; }
    /* line 197, scss/module/marquee.scss */
    .color-style5 .marquee .more:focus {
      color: #fff;
      background-color: #d10000;
      outline: none; }
  /* line 207, scss/module/marquee.scss */
  .color-style6 .marquee .more {
    background-color: #5e146e; }
    /* line 210, scss/module/marquee.scss */
    .color-style6 .marquee .more:hover, .color-style6 .marquee .more:active {
      background-color: #802b93; }
    /* line 214, scss/module/marquee.scss */
    .color-style6 .marquee .more:focus {
      color: #fff;
      background-color: #d10000;
      outline: none; }

/*-------------------- 功能模組：刪除廣告欄位 -------------------*/
/* line 2, scss/module/gsc-adBlock.scss */
.gsc-adBlock {
  display: none; }

/*----------------- 功能模組：快捷列 ------------------*/
/* line 3, scss/module/showRight.scss */
.showRight {
  position: fixed;
  top: 27vh;
  right: 0;
  width: auto;
  z-index: 99; }
  /* line 9, scss/module/showRight.scss */
  .showRight .showRight-switch {
    width: 32px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    font-size: 1.2rem;
    font-weight: 400;
    background-color: #008269;
    padding: 30px 5px;
    color: #ffffff;
    border-radius: 10px 0px 0px 10px; }
  /* line 21, scss/module/showRight.scss */
  .showRight .showRight-container {
    display: inline-block;
    text-align: center;
    box-shadow: -4px 0px 0px #159f84; }
    /* line 25, scss/module/showRight.scss */
    .showRight .showRight-container a {
      display: block;
      padding: 15px 10px;
      color: #fff;
      background-color: #075849; }
      /* line 30, scss/module/showRight.scss */
      .showRight .showRight-container a:focus {
        background-color: #d10000;
        color: #fff; }
      /* line 34, scss/module/showRight.scss */
      .showRight .showRight-container a img {
        width: 100%;
        max-width: 50px; }
    /* line 39, scss/module/showRight.scss */
    .showRight .showRight-container p {
      margin-top: 5px; }

@media screen and (max-width: 740px) {
  /* line 45, scss/module/showRight.scss */
  .showRight {
    position: relative;
    top: auto;
    right: 0;
    width: auto;
    z-index: auto; }
    /* line 51, scss/module/showRight.scss */
    .showRight .showRight-switch {
      display: none; }
    /* line 54, scss/module/showRight.scss */
    .showRight .showRight-container {
      display: block;
      border: none;
      box-shadow: 0px 0px 0px #015488; }
      /* line 58, scss/module/showRight.scss */
      .showRight .showRight-container a {
        width: 100%;
        margin-bottom: 15px; } }

/* line 67, scss/module/showRight.scss */
.color-style1 .showRight .showRight-switch {
  background-color: #0a3f7b; }

/* line 70, scss/module/showRight.scss */
.color-style1 .showRight .showRight-container {
  box-shadow: -4px 0px 0px #425468; }
  /* line 72, scss/module/showRight.scss */
  .color-style1 .showRight .showRight-container a {
    background-color: #053264; }
    /* line 74, scss/module/showRight.scss */
    .color-style1 .showRight .showRight-container a:focus {
      background-color: #d10000;
      color: #fff; }

/* line 84, scss/module/showRight.scss */
.color-style2 .showRight .showRight-switch {
  background-color: #811818; }

/* line 87, scss/module/showRight.scss */
.color-style2 .showRight .showRight-container {
  box-shadow: -4px 0px 0px #c03939; }
  /* line 89, scss/module/showRight.scss */
  .color-style2 .showRight .showRight-container a {
    background-color: #590404; }
    /* line 91, scss/module/showRight.scss */
    .color-style2 .showRight .showRight-container a:focus {
      background-color: #d10000;
      color: #fff; }

/* line 101, scss/module/showRight.scss */
.color-style3 .showRight .showRight-switch {
  background-color: #965e0a; }

/* line 104, scss/module/showRight.scss */
.color-style3 .showRight .showRight-container {
  box-shadow: -4px 0px 0px #F8980F; }
  /* line 106, scss/module/showRight.scss */
  .color-style3 .showRight .showRight-container a {
    background-color: #743600; }
    /* line 108, scss/module/showRight.scss */
    .color-style3 .showRight .showRight-container a:focus {
      background-color: #d10000;
      color: #fff; }

/* line 118, scss/module/showRight.scss */
.color-style4 .showRight .showRight-switch {
  background-color: #0e5f30; }

/* line 121, scss/module/showRight.scss */
.color-style4 .showRight .showRight-container {
  box-shadow: -4px 0px 0px #278950; }

/* line 129, scss/module/showRight.scss */
.color-style5 .showRight .showRight-switch {
  background-color: #d2403c; }

/* line 132, scss/module/showRight.scss */
.color-style5 .showRight .showRight-container {
  box-shadow: -4px 0px 0px #f88e8b; }
  /* line 134, scss/module/showRight.scss */
  .color-style5 .showRight .showRight-container a {
    background-color: #a02a27; }
    /* line 136, scss/module/showRight.scss */
    .color-style5 .showRight .showRight-container a:focus {
      background-color: #d10000;
      color: #fff; }

/* line 147, scss/module/showRight.scss */
.color-style6 .showRight .showRight-switch {
  background-color: #5d2a69; }

/* line 150, scss/module/showRight.scss */
.color-style6 .showRight .showRight-container {
  box-shadow: -4px 0px 0px #802b93; }
  /* line 152, scss/module/showRight.scss */
  .color-style6 .showRight .showRight-container a {
    background-color: #5e146e; }
    /* line 154, scss/module/showRight.scss */
    .color-style6 .showRight .showRight-container a:focus {
      background-color: #d10000;
      color: #fff; }

/*-------------------- 功能模組：專區清單 ---------------------*/
/* line 3, scss/module/topic-list.scss */
.topic-list {
  /*-------------------- 顏色設定 ---------------------*/
  /* 顏色更換：藍 */
  /* 顏色更換：深紅 */
  /* 顏色更換：橘 */
  /* 顏色更換：綠 */
  /* 顏色更換：粉紅 */
  /* 顏色更換：紫 */ }
  /* line 4, scss/module/topic-list.scss */
  .topic-list ul {
    background-color: #fff;
    padding: 5px 15px;
    border: 5px solid #cfcfcf;
    border-radius: 0;
    height: auto;
    max-height: 230px;
    overflow: auto;
    margin-bottom: 10px; }
    /* line 14, scss/module/topic-list.scss */
    .topic-list ul li {
      padding: 7px 0; }
      /* line 17, scss/module/topic-list.scss */
      .topic-list ul li + li {
        border-top: 1px  solid #ddd; }
      /* line 21, scss/module/topic-list.scss */
      .topic-list ul li a {
        display: flex;
        font-size: 0.937rem; }
        /* line 24, scss/module/topic-list.scss */
        .topic-list ul li a:focus {
          border: 2px dashed #d10000;
          outline: none; }
        /* line 28, scss/module/topic-list.scss */
        .topic-list ul li a .title-time {
          color: #075849;
          background-color: #fff;
          padding: 5px; }
        /* line 33, scss/module/topic-list.scss */
        .topic-list ul li a .title-unit {
          background-color: #075849;
          color: #fff;
          padding: 5px; }
        /* line 38, scss/module/topic-list.scss */
        .topic-list ul li a p {
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          width: 240px;
          width: 60%;
          padding: 5px;
          color: #545454; }
      /* line 49, scss/module/topic-list.scss */
      .topic-list ul li:hover {
        background-color: #eaeaea; }
  /* line 55, scss/module/topic-list.scss */
  .topic-list .more {
    display: block;
    text-align: center;
    background-color: #075849;
    width: 100%;
    font-size: 0.95rem;
    font-weight: 400;
    color: #fff;
    padding: 5px 0;
    margin: 0px auto 15px; }
    /* line 66, scss/module/topic-list.scss */
    .topic-list .more:hover, .topic-list .more:active {
      background-color: #0a7f69; }
    /* line 70, scss/module/topic-list.scss */
    .topic-list .more:focus {
      background-color: #d10000;
      color: #fff; }
  /* line 83, scss/module/topic-list.scss */
  .color-style1 .topic-list ul li a .title-time {
    color: #36669c;
    background-color: #fff; }
  /* line 88, scss/module/topic-list.scss */
  .color-style1 .topic-list ul li a .title-unit {
    background-color: #36669c;
    color: #fff; }
  /* line 93, scss/module/topic-list.scss */
  .color-style1 .topic-list ul li a p {
    color: #545454; }
  /* line 100, scss/module/topic-list.scss */
  .color-style1 .topic-list .more {
    background-color: #0a3f7b;
    color: #ffffff; }
    /* line 104, scss/module/topic-list.scss */
    .color-style1 .topic-list .more:hover, .color-style1 .topic-list .more:active {
      background-color: #36669c; }
    /* line 108, scss/module/topic-list.scss */
    .color-style1 .topic-list .more:focus {
      background-color: #d10000;
      color: #fff; }
  /* line 120, scss/module/topic-list.scss */
  .color-style2 .topic-list ul li a .title-time {
    color: #811818;
    background-color: #fff; }
  /* line 125, scss/module/topic-list.scss */
  .color-style2 .topic-list ul li a .title-unit {
    background-color: #811818;
    color: #fff; }
  /* line 129, scss/module/topic-list.scss */
  .color-style2 .topic-list ul li a p {
    color: #545454; }
  /* line 136, scss/module/topic-list.scss */
  .color-style2 .topic-list .more {
    background-color: #811818; }
    /* line 139, scss/module/topic-list.scss */
    .color-style2 .topic-list .more:hover, .color-style2 .topic-list .more:active {
      background-color: #bb4242; }
    /* line 143, scss/module/topic-list.scss */
    .color-style2 .topic-list .more:focus {
      background-color: #d10000;
      color: #fff; }
  /* line 155, scss/module/topic-list.scss */
  .color-style3 .topic-list ul li a .title-time {
    color: #800000;
    background-color: #fff; }
  /* line 159, scss/module/topic-list.scss */
  .color-style3 .topic-list ul li a .title-unit {
    background-color: #a26100;
    color: #fff; }
  /* line 163, scss/module/topic-list.scss */
  .color-style3 .topic-list ul li a p {
    color: #545454; }
  /* line 170, scss/module/topic-list.scss */
  .color-style3 .topic-list .more {
    background-color: #a26100;
    color: #ffffff; }
    /* line 174, scss/module/topic-list.scss */
    .color-style3 .topic-list .more:hover, .color-style3 .topic-list .more:active {
      background-color: #F8980F;
      color: #353535; }
    /* line 179, scss/module/topic-list.scss */
    .color-style3 .topic-list .more:focus {
      background-color: #d10000;
      color: #fff; }
  /* line 191, scss/module/topic-list.scss */
  .color-style4 .topic-list ul li a .title-time {
    color: #0a5e10;
    background-color: #fff; }
  /* line 195, scss/module/topic-list.scss */
  .color-style4 .topic-list ul li a .title-unit {
    background-color: #0a5e10;
    color: #fff; }
  /* line 200, scss/module/topic-list.scss */
  .color-style4 .topic-list ul li a p {
    color: #545454; }
  /* line 207, scss/module/topic-list.scss */
  .color-style4 .topic-list .more {
    background-color: #0a5e10;
    color: #ffffff; }
    /* line 211, scss/module/topic-list.scss */
    .color-style4 .topic-list .more:hover, .color-style4 .topic-list .more:active {
      background-color: #188144; }
    /* line 215, scss/module/topic-list.scss */
    .color-style4 .topic-list .more:focus {
      background-color: #d10000;
      color: #fff; }
  /* line 227, scss/module/topic-list.scss */
  .color-style5 .topic-list ul li a .title-time {
    color: #9b3937;
    background-color: #fff; }
  /* line 232, scss/module/topic-list.scss */
  .color-style5 .topic-list ul li a .title-unit {
    background-color: #9b3937;
    color: #fff; }
  /* line 237, scss/module/topic-list.scss */
  .color-style5 .topic-list ul li a p {
    color: #545454; }
  /* line 244, scss/module/topic-list.scss */
  .color-style5 .topic-list .more {
    background-color: #ffdede;
    color: #000; }
    /* line 248, scss/module/topic-list.scss */
    .color-style5 .topic-list .more:hover, .color-style5 .topic-list .more:active {
      background-color: #9b3937;
      color: #ffffff; }
    /* line 254, scss/module/topic-list.scss */
    .color-style5 .topic-list .more:focus {
      background-color: #d10000;
      color: #fff; }
  /* line 266, scss/module/topic-list.scss */
  .color-style6 .topic-list ul li a .title-time {
    color: #5d2a69;
    background-color: #fff; }
  /* line 271, scss/module/topic-list.scss */
  .color-style6 .topic-list ul li a .title-unit {
    background-color: #5d2a69;
    color: #fff; }
  /* line 276, scss/module/topic-list.scss */
  .color-style6 .topic-list ul li a p {
    color: #545454; }
  /* line 283, scss/module/topic-list.scss */
  .color-style6 .topic-list .more {
    background-color: #5e146e;
    color: #ffffff; }
    /* line 287, scss/module/topic-list.scss */
    .color-style6 .topic-list .more:hover, .color-style6 .topic-list .more:active {
      background-color: #802b93; }
    /* line 291, scss/module/topic-list.scss */
    .color-style6 .topic-list .more:focus {
      background-color: #d10000;
      color: #fff; }

/*-------------- 功能模組：文字連結 ---------------*/
/* line 6, scss/module/text-link.scss */
.text-link {
  /** 平板 **/
  /** 手機 **/
  /*-------------------- 顏色設定 ---------------------*/
  /* 顏色更換：藍 */
  /* 顏色更換：深紅 */
  /* 顏色更換：橘 */
  /* 顏色更換：綠 */
  /* 顏色更換：粉紅 */
  /* 顏色更換：紫 */ }
  /* line 7, scss/module/text-link.scss */
  .text-link .text-link-container {
    display: flex;
    flex-wrap: nowrap; }
    /* line 11, scss/module/text-link.scss */
    .text-link .text-link-container .text-buttom {
      display: block;
      width: 100%;
      padding: 0 1%; }
      /* line 16, scss/module/text-link.scss */
      .text-link .text-link-container .text-buttom a {
        display: block;
        width: 100%;
        text-align: center;
        line-height: normal;
        color: #fff;
        background-color: #075849;
        padding: 10px 0;
        border-radius: 10px; }
        /* line 26, scss/module/text-link.scss */
        .text-link .text-link-container .text-buttom a p {
          font-size: 1.2rem;
          font-weight: bold;
          color: #fff; }
        /* line 32, scss/module/text-link.scss */
        .text-link .text-link-container .text-buttom a:hover {
          background-color: #008269; }
        /* line 33, scss/module/text-link.scss */
        .text-link .text-link-container .text-buttom a:focus {
          border: 4px dashed #d10000;
          outline: none; }
  /* line 42, scss/module/text-link.scss */
  .text-link .row-quantity {
    display: flex;
    flex-wrap: wrap;
    justify-content: start; }
    /* line 49, scss/module/text-link.scss */
    .text-link .row-quantity.block-1 .text-buttom {
      width: 100%; }
      /* line 49, scss/module/text-link.scss */
      .text-link .row-quantity.block-1 .text-buttom:nth-of-type(n+2) {
        margin-top: 15px; }
    /* line 50, scss/module/text-link.scss */
    .text-link .row-quantity.block-2 .text-buttom {
      width: 50%; }
      /* line 50, scss/module/text-link.scss */
      .text-link .row-quantity.block-2 .text-buttom:nth-of-type(n+3) {
        margin-top: 15px; }
    /* line 51, scss/module/text-link.scss */
    .text-link .row-quantity.block-3 .text-buttom {
      width: calc(100% / 3); }
      /* line 51, scss/module/text-link.scss */
      .text-link .row-quantity.block-3 .text-buttom:nth-of-type(n+4) {
        margin-top: 15px; }
    /* line 52, scss/module/text-link.scss */
    .text-link .row-quantity.block-4 .text-buttom {
      width: 25%; }
      /* line 52, scss/module/text-link.scss */
      .text-link .row-quantity.block-4 .text-buttom:nth-of-type(n+5) {
        margin-top: 15px; }
    /* line 53, scss/module/text-link.scss */
    .text-link .row-quantity.block-5 .text-buttom {
      width: 20%; }
      /* line 53, scss/module/text-link.scss */
      .text-link .row-quantity.block-5 .text-buttom:nth-of-type(n+6) {
        margin-top: 15px; }
    /* line 54, scss/module/text-link.scss */
    .text-link .row-quantity.block-6 .text-buttom {
      width: calc(100% / 6); }
      /* line 54, scss/module/text-link.scss */
      .text-link .row-quantity.block-6 .text-buttom:nth-of-type(n+7) {
        margin-top: 15px; }
    /* line 55, scss/module/text-link.scss */
    .text-link .row-quantity.block-7 .text-buttom {
      width: calc(100% / 7); }
      /* line 55, scss/module/text-link.scss */
      .text-link .row-quantity.block-7 .text-buttom:nth-of-type(n+8) {
        margin-top: 15px; }
    /* line 56, scss/module/text-link.scss */
    .text-link .row-quantity.block-8 .text-buttom {
      width: 12.5%; }
      /* line 56, scss/module/text-link.scss */
      .text-link .row-quantity.block-8 .text-buttom:nth-of-type(n+9) {
        margin-top: 15px; }
    /* line 57, scss/module/text-link.scss */
    .text-link .row-quantity.block-9 .text-buttom {
      width: calc(100% / 9); }
      /* line 57, scss/module/text-link.scss */
      .text-link .row-quantity.block-9 .text-buttom:nth-of-type(n+10) {
        margin-top: 15px; }
    /* line 58, scss/module/text-link.scss */
    .text-link .row-quantity.block-10 .text-buttom {
      width: 10%; }
      /* line 58, scss/module/text-link.scss */
      .text-link .row-quantity.block-10 .text-buttom:nth-of-type(n+11) {
        margin-top: 15px; }
  @media screen and (max-width: 769px) {
    /* line 64, scss/module/text-link.scss */
    .text-link .text-link-container {
      flex-wrap: wrap; }
      /* line 67, scss/module/text-link.scss */
      .text-link .text-link-container .text-buttom {
        width: 50%; }
        /* line 69, scss/module/text-link.scss */
        .text-link .text-link-container .text-buttom:nth-of-type(n+3) {
          margin-top: 15px; }
    /* line 76, scss/module/text-link.scss */
    .text-link .row-quantity.block-3 .text-buttom, .text-link .row-quantity.block-4 .text-buttom, .text-link .row-quantity.block-5 .text-buttom, .text-link .row-quantity.block-6 .text-buttom, .text-link .row-quantity.block-7 .text-buttom, .text-link .row-quantity.block-8 .text-buttom, .text-link .row-quantity.block-9 .text-buttom, .text-link .row-quantity.block-10 .text-buttom {
      width: 50%; }
      /* line 78, scss/module/text-link.scss */
      .text-link .row-quantity.block-3 .text-buttom:nth-of-type(n+3), .text-link .row-quantity.block-4 .text-buttom:nth-of-type(n+3), .text-link .row-quantity.block-5 .text-buttom:nth-of-type(n+3), .text-link .row-quantity.block-6 .text-buttom:nth-of-type(n+3), .text-link .row-quantity.block-7 .text-buttom:nth-of-type(n+3), .text-link .row-quantity.block-8 .text-buttom:nth-of-type(n+3), .text-link .row-quantity.block-9 .text-buttom:nth-of-type(n+3), .text-link .row-quantity.block-10 .text-buttom:nth-of-type(n+3) {
        margin-top: 15px; } }
  @media screen and (max-width: 415px) {
    /* line 88, scss/module/text-link.scss */
    .text-link .text-link-container .text-buttom {
      width: 100%; }
      /* line 90, scss/module/text-link.scss */
      .text-link .text-link-container .text-buttom:nth-of-type(n+2) {
        margin-top: 15px; }
    /* line 97, scss/module/text-link.scss */
    .text-link .row-quantity.block-2 .text-buttom, .text-link .row-quantity.block-3 .text-buttom, .text-link .row-quantity.block-4 .text-buttom, .text-link .row-quantity.block-5 .text-buttom, .text-link .row-quantity.block-6 .text-buttom, .text-link .row-quantity.block-7 .text-buttom, .text-link .row-quantity.block-8 .text-buttom, .text-link .row-quantity.block-9 .text-buttom, .text-link .row-quantity.block-10 .text-buttom {
      width: 100%; }
      /* line 99, scss/module/text-link.scss */
      .text-link .row-quantity.block-2 .text-buttom:nth-of-type(n+2), .text-link .row-quantity.block-3 .text-buttom:nth-of-type(n+2), .text-link .row-quantity.block-4 .text-buttom:nth-of-type(n+2), .text-link .row-quantity.block-5 .text-buttom:nth-of-type(n+2), .text-link .row-quantity.block-6 .text-buttom:nth-of-type(n+2), .text-link .row-quantity.block-7 .text-buttom:nth-of-type(n+2), .text-link .row-quantity.block-8 .text-buttom:nth-of-type(n+2), .text-link .row-quantity.block-9 .text-buttom:nth-of-type(n+2), .text-link .row-quantity.block-10 .text-buttom:nth-of-type(n+2) {
        margin-top: 15px; } }
  /* line 112, scss/module/text-link.scss */
  .color-style1 .text-link .text-link-container .text-buttom a {
    color: #fff;
    background-color: #0a3f7b; }
  /* line 116, scss/module/text-link.scss */
  .color-style1 .text-link .text-link-container .text-buttom a:hover {
    background-color: #36669c; }
  /* line 127, scss/module/text-link.scss */
  .color-style2 .text-link .text-link-container .text-buttom a {
    color: #fff;
    background-color: #bb4242; }
  /* line 131, scss/module/text-link.scss */
  .color-style2 .text-link .text-link-container .text-buttom a:hover {
    background-color: #811818; }
  /* line 142, scss/module/text-link.scss */
  .color-style3 .text-link .text-link-container .text-buttom a {
    color: #fff;
    background-color: #ca7700; }
  /* line 146, scss/module/text-link.scss */
  .color-style3 .text-link .text-link-container .text-buttom a:hover {
    background-color: #f44336; }
  /* line 157, scss/module/text-link.scss */
  .color-style4 .text-link .text-link-container .text-buttom a {
    color: #fff;
    background-color: #188144; }
  /* line 161, scss/module/text-link.scss */
  .color-style4 .text-link .text-link-container .text-buttom a:hover {
    background-color: #0a5e10; }
  /* line 172, scss/module/text-link.scss */
  .color-style5 .text-link .text-link-container .text-buttom a {
    color: #fff;
    background-color: #c96b69; }
  /* line 176, scss/module/text-link.scss */
  .color-style5 .text-link .text-link-container .text-buttom a:hover {
    background-color: #d34e4b; }
  /* line 187, scss/module/text-link.scss */
  .color-style6 .text-link .text-link-container .text-buttom a {
    color: #fff;
    background-color: #802b93; }
  /* line 191, scss/module/text-link.scss */
  .color-style6 .text-link .text-link-container .text-buttom a:hover {
    background-color: #5e146e; }

/*-------------- 功能模組：圖文 ---------------*/
/* line 7, scss/module/img-link.scss */
.img-link {
  /** 平板 **/
  /** 手機 **/ }
  /* line 8, scss/module/img-link.scss */
  .img-link .img-link-container {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between; }
    /* line 17, scss/module/img-link.scss */
    .img-link .img-link-container:not(.row-quantity):not(.padding-slim) .img-buttom:first-child:last-child a .buttomImg-box img {
      width: 90%; }
    /* line 23, scss/module/img-link.scss */
    .img-link .img-link-container .img-buttom {
      width: 100%;
      padding: 5px;
      display: block; }
      /* line 28, scss/module/img-link.scss */
      .img-link .img-link-container .img-buttom a {
        display: block;
        width: 100%;
        text-align: center; }
        /* line 33, scss/module/img-link.scss */
        .img-link .img-link-container .img-buttom a .buttomImg-box {
          padding: 0 15px; }
          /* line 35, scss/module/img-link.scss */
          .img-link .img-link-container .img-buttom a .buttomImg-box img {
            width: 100%; }
        /* line 37, scss/module/img-link.scss */
        .img-link .img-link-container .img-buttom a h3 {
          color: #636363;
          margin-top: 10px;
          font-size: 1.3rem; }
        /* line 42, scss/module/img-link.scss */
        .img-link .img-link-container .img-buttom a p {
          font-size: 0.9rem;
          color: #696969;
          margin-top: 5px; }
        /* line 48, scss/module/img-link.scss */
        .img-link .img-link-container .img-buttom a:focus {
          border: 4px dashed #d10000;
          outline: none; }
    /* line 55, scss/module/img-link.scss */
    .img-link .img-link-container .social-icon {
      text-align: center; }
      /* line 58, scss/module/img-link.scss */
      .img-link .img-link-container .social-icon a {
        width: 33px;
        display: inline-block;
        margin-top: 12px; }
        /* line 63, scss/module/img-link.scss */
        .img-link .img-link-container .social-icon a + a {
          margin-left: 7px; }
        /* line 64, scss/module/img-link.scss */
        .img-link .img-link-container .social-icon a img {
          width: 100%; }
    /* line 71, scss/module/img-link.scss */
    .img-link .img-link-container.padding-slim {
      margin-bottom: -25px; }
      /* line 74, scss/module/img-link.scss */
      .img-link .img-link-container.padding-slim .img-buttom {
        padding: 0 5px 5px; }
        /* line 78, scss/module/img-link.scss */
        .img-link .img-link-container.padding-slim .img-buttom a .buttomImg-box {
          padding: 0; }
  /* line 85, scss/module/img-link.scss */
  .img-link .row-quantity {
    display: flex;
    flex-wrap: wrap;
    justify-content: start; }
    /* line 90, scss/module/img-link.scss */
    .img-link .row-quantity .img-buttom {
      width: 25%;
      padding: 5px 15px;
      display: block; }
      /* line 94, scss/module/img-link.scss */
      .img-link .row-quantity .img-buttom:nth-of-type(n+5) {
        margin-top: 15px; }
    /* line 101, scss/module/img-link.scss */
    .img-link .row-quantity.block-1 .img-buttom {
      width: calc(100% / 1); }
      /* line 103, scss/module/img-link.scss */
      .img-link .row-quantity.block-1 .img-buttom:nth-of-type(n+5) {
        margin-top: 0; }
      /* line 104, scss/module/img-link.scss */
      .img-link .row-quantity.block-1 .img-buttom:nth-of-type(n+2) {
        margin-top: 15px; }
    /* line 101, scss/module/img-link.scss */
    .img-link .row-quantity.block-2 .img-buttom {
      width: calc(100% / 2); }
      /* line 103, scss/module/img-link.scss */
      .img-link .row-quantity.block-2 .img-buttom:nth-of-type(n+5) {
        margin-top: 0; }
      /* line 104, scss/module/img-link.scss */
      .img-link .row-quantity.block-2 .img-buttom:nth-of-type(n+3) {
        margin-top: 15px; }
    /* line 101, scss/module/img-link.scss */
    .img-link .row-quantity.block-3 .img-buttom {
      width: calc(100% / 3); }
      /* line 103, scss/module/img-link.scss */
      .img-link .row-quantity.block-3 .img-buttom:nth-of-type(n+5) {
        margin-top: 0; }
      /* line 104, scss/module/img-link.scss */
      .img-link .row-quantity.block-3 .img-buttom:nth-of-type(n+4) {
        margin-top: 15px; }
    /* line 101, scss/module/img-link.scss */
    .img-link .row-quantity.block-4 .img-buttom {
      width: calc(100% / 4); }
      /* line 103, scss/module/img-link.scss */
      .img-link .row-quantity.block-4 .img-buttom:nth-of-type(n+5) {
        margin-top: 0; }
      /* line 104, scss/module/img-link.scss */
      .img-link .row-quantity.block-4 .img-buttom:nth-of-type(n+5) {
        margin-top: 15px; }
    /* line 101, scss/module/img-link.scss */
    .img-link .row-quantity.block-5 .img-buttom {
      width: calc(100% / 5); }
      /* line 103, scss/module/img-link.scss */
      .img-link .row-quantity.block-5 .img-buttom:nth-of-type(n+5) {
        margin-top: 0; }
      /* line 104, scss/module/img-link.scss */
      .img-link .row-quantity.block-5 .img-buttom:nth-of-type(n+6) {
        margin-top: 15px; }
    /* line 101, scss/module/img-link.scss */
    .img-link .row-quantity.block-6 .img-buttom {
      width: calc(100% / 6); }
      /* line 103, scss/module/img-link.scss */
      .img-link .row-quantity.block-6 .img-buttom:nth-of-type(n+5) {
        margin-top: 0; }
      /* line 104, scss/module/img-link.scss */
      .img-link .row-quantity.block-6 .img-buttom:nth-of-type(n+7) {
        margin-top: 15px; }
    /* line 101, scss/module/img-link.scss */
    .img-link .row-quantity.block-7 .img-buttom {
      width: calc(100% / 7); }
      /* line 103, scss/module/img-link.scss */
      .img-link .row-quantity.block-7 .img-buttom:nth-of-type(n+5) {
        margin-top: 0; }
      /* line 104, scss/module/img-link.scss */
      .img-link .row-quantity.block-7 .img-buttom:nth-of-type(n+8) {
        margin-top: 15px; }
    /* line 101, scss/module/img-link.scss */
    .img-link .row-quantity.block-8 .img-buttom {
      width: calc(100% / 8); }
      /* line 103, scss/module/img-link.scss */
      .img-link .row-quantity.block-8 .img-buttom:nth-of-type(n+5) {
        margin-top: 0; }
      /* line 104, scss/module/img-link.scss */
      .img-link .row-quantity.block-8 .img-buttom:nth-of-type(n+9) {
        margin-top: 15px; }
    /* line 101, scss/module/img-link.scss */
    .img-link .row-quantity.block-9 .img-buttom {
      width: calc(100% / 9); }
      /* line 103, scss/module/img-link.scss */
      .img-link .row-quantity.block-9 .img-buttom:nth-of-type(n+5) {
        margin-top: 0; }
      /* line 104, scss/module/img-link.scss */
      .img-link .row-quantity.block-9 .img-buttom:nth-of-type(n+10) {
        margin-top: 15px; }
    /* line 101, scss/module/img-link.scss */
    .img-link .row-quantity.block-10 .img-buttom {
      width: calc(100% / 10); }
      /* line 103, scss/module/img-link.scss */
      .img-link .row-quantity.block-10 .img-buttom:nth-of-type(n+5) {
        margin-top: 0; }
      /* line 104, scss/module/img-link.scss */
      .img-link .row-quantity.block-10 .img-buttom:nth-of-type(n+11) {
        margin-top: 15px; }
    /* line 113, scss/module/img-link.scss */
    .img-link .row-quantity.padding-slim .img-buttom:nth-of-type(n+5) {
      margin-top: 5px; }
    /* line 119, scss/module/img-link.scss */
    .img-link .row-quantity.padding-slim.block-1 .img-buttom:nth-of-type(n+2) {
      margin-top: 5px; }
    /* line 119, scss/module/img-link.scss */
    .img-link .row-quantity.padding-slim.block-2 .img-buttom:nth-of-type(n+3) {
      margin-top: 5px; }
    /* line 119, scss/module/img-link.scss */
    .img-link .row-quantity.padding-slim.block-3 .img-buttom:nth-of-type(n+4) {
      margin-top: 5px; }
    /* line 119, scss/module/img-link.scss */
    .img-link .row-quantity.padding-slim.block-4 .img-buttom:nth-of-type(n+5) {
      margin-top: 5px; }
    /* line 119, scss/module/img-link.scss */
    .img-link .row-quantity.padding-slim.block-5 .img-buttom:nth-of-type(n+6) {
      margin-top: 5px; }
    /* line 119, scss/module/img-link.scss */
    .img-link .row-quantity.padding-slim.block-6 .img-buttom:nth-of-type(n+7) {
      margin-top: 5px; }
    /* line 119, scss/module/img-link.scss */
    .img-link .row-quantity.padding-slim.block-7 .img-buttom:nth-of-type(n+8) {
      margin-top: 5px; }
    /* line 119, scss/module/img-link.scss */
    .img-link .row-quantity.padding-slim.block-8 .img-buttom:nth-of-type(n+9) {
      margin-top: 5px; }
    /* line 119, scss/module/img-link.scss */
    .img-link .row-quantity.padding-slim.block-9 .img-buttom:nth-of-type(n+10) {
      margin-top: 5px; }
    /* line 119, scss/module/img-link.scss */
    .img-link .row-quantity.padding-slim.block-10 .img-buttom:nth-of-type(n+11) {
      margin-top: 5px; }
  @media screen and (max-width: 768px) {
    /* line 129, scss/module/img-link.scss */
    .img-link .img-link-container {
      flex-wrap: wrap; }
      /* line 133, scss/module/img-link.scss */
      .img-link .img-link-container:not(.row-quantity):not(.padding-slim) .img-buttom:first-child:last-child {
        width: 100%; }
        /* line 137, scss/module/img-link.scss */
        .img-link .img-link-container:not(.row-quantity):not(.padding-slim) .img-buttom:first-child:last-child a .buttomImg-box img {
          width: 50%; }
      /* line 144, scss/module/img-link.scss */
      .img-link .img-link-container.padding-slim:not(.row-quantity) .img-buttom:first-child:last-child {
        width: 100%; }
        /* line 148, scss/module/img-link.scss */
        .img-link .img-link-container.padding-slim:not(.row-quantity) .img-buttom:first-child:last-child a .buttomImg-box img {
          width: 100%; }
      /* line 154, scss/module/img-link.scss */
      .img-link .img-link-container .img-buttom {
        width: calc(100% / 3); }
        /* line 156, scss/module/img-link.scss */
        .img-link .img-link-container .img-buttom:nth-of-type(n+4) {
          margin-top: 15px; }
        /* line 160, scss/module/img-link.scss */
        .img-link .img-link-container .img-buttom a .buttomImg-box img {
          width: 75%; }
    /* line 171, scss/module/img-link.scss */
    .img-link .row-quantity.block-4 .img-buttom {
      width: calc(100% / 3); }
      /* line 173, scss/module/img-link.scss */
      .img-link .row-quantity.block-4 .img-buttom:nth-of-type(n+4) {
        margin-top: 15px; }
    /* line 171, scss/module/img-link.scss */
    .img-link .row-quantity.block-5 .img-buttom {
      width: calc(100% / 3); }
      /* line 173, scss/module/img-link.scss */
      .img-link .row-quantity.block-5 .img-buttom:nth-of-type(n+4) {
        margin-top: 15px; }
    /* line 171, scss/module/img-link.scss */
    .img-link .row-quantity.block-6 .img-buttom {
      width: calc(100% / 3); }
      /* line 173, scss/module/img-link.scss */
      .img-link .row-quantity.block-6 .img-buttom:nth-of-type(n+4) {
        margin-top: 15px; }
    /* line 171, scss/module/img-link.scss */
    .img-link .row-quantity.block-7 .img-buttom {
      width: calc(100% / 3); }
      /* line 173, scss/module/img-link.scss */
      .img-link .row-quantity.block-7 .img-buttom:nth-of-type(n+4) {
        margin-top: 15px; }
    /* line 171, scss/module/img-link.scss */
    .img-link .row-quantity.block-8 .img-buttom {
      width: calc(100% / 3); }
      /* line 173, scss/module/img-link.scss */
      .img-link .row-quantity.block-8 .img-buttom:nth-of-type(n+4) {
        margin-top: 15px; }
    /* line 171, scss/module/img-link.scss */
    .img-link .row-quantity.block-9 .img-buttom {
      width: calc(100% / 3); }
      /* line 173, scss/module/img-link.scss */
      .img-link .row-quantity.block-9 .img-buttom:nth-of-type(n+4) {
        margin-top: 15px; }
    /* line 171, scss/module/img-link.scss */
    .img-link .row-quantity.block-10 .img-buttom {
      width: calc(100% / 3); }
      /* line 173, scss/module/img-link.scss */
      .img-link .row-quantity.block-10 .img-buttom:nth-of-type(n+4) {
        margin-top: 15px; } }
  @media screen and (max-width: 415px) {
    /* line 189, scss/module/img-link.scss */
    .img-link .img-link-container:not(.row-quantity):not(.padding-slim) .img-buttom:first-child:last-child a .buttomImg-box img {
      width: 70%; }
    /* line 195, scss/module/img-link.scss */
    .img-link .img-link-container .img-buttom {
      width: 50%; }
      /* line 197, scss/module/img-link.scss */
      .img-link .img-link-container .img-buttom:nth-of-type(n+3) {
        margin-top: 15px; }
    /* line 205, scss/module/img-link.scss */
    .img-link .row-quantity.block-3 .img-buttom {
      width: 50%; }
      /* line 207, scss/module/img-link.scss */
      .img-link .row-quantity.block-3 .img-buttom:nth-of-type(n+3) {
        margin-top: 15px; }
    /* line 205, scss/module/img-link.scss */
    .img-link .row-quantity.block-4 .img-buttom {
      width: 50%; }
      /* line 207, scss/module/img-link.scss */
      .img-link .row-quantity.block-4 .img-buttom:nth-of-type(n+3) {
        margin-top: 15px; }
    /* line 205, scss/module/img-link.scss */
    .img-link .row-quantity.block-5 .img-buttom {
      width: 50%; }
      /* line 207, scss/module/img-link.scss */
      .img-link .row-quantity.block-5 .img-buttom:nth-of-type(n+3) {
        margin-top: 15px; }
    /* line 205, scss/module/img-link.scss */
    .img-link .row-quantity.block-6 .img-buttom {
      width: 50%; }
      /* line 207, scss/module/img-link.scss */
      .img-link .row-quantity.block-6 .img-buttom:nth-of-type(n+3) {
        margin-top: 15px; }
    /* line 205, scss/module/img-link.scss */
    .img-link .row-quantity.block-7 .img-buttom {
      width: 50%; }
      /* line 207, scss/module/img-link.scss */
      .img-link .row-quantity.block-7 .img-buttom:nth-of-type(n+3) {
        margin-top: 15px; }
    /* line 205, scss/module/img-link.scss */
    .img-link .row-quantity.block-8 .img-buttom {
      width: 50%; }
      /* line 207, scss/module/img-link.scss */
      .img-link .row-quantity.block-8 .img-buttom:nth-of-type(n+3) {
        margin-top: 15px; }
    /* line 205, scss/module/img-link.scss */
    .img-link .row-quantity.block-9 .img-buttom {
      width: 50%; }
      /* line 207, scss/module/img-link.scss */
      .img-link .row-quantity.block-9 .img-buttom:nth-of-type(n+3) {
        margin-top: 15px; }
    /* line 205, scss/module/img-link.scss */
    .img-link .row-quantity.block-10 .img-buttom {
      width: 50%; }
      /* line 207, scss/module/img-link.scss */
      .img-link .row-quantity.block-10 .img-buttom:nth-of-type(n+3) {
        margin-top: 15px; } }

/* line 3, scss/module/input-text-content.scss */
.input-box {
  margin: 10px 0 5px; }
  /* line 6, scss/module/input-text-content.scss */
  .input-box form {
    display: block;
    text-align: center; }
    /* line 10, scss/module/input-text-content.scss */
    .input-box form .check-box {
      padding: 10px 5px;
      text-align: left; }
      /* line 14, scss/module/input-text-content.scss */
      .input-box form .check-box label {
        margin-right: 5%; }
    /* line 19, scss/module/input-text-content.scss */
    .input-box form .input-text-content {
      display: flex;
      margin: 10px 0; }
      /* line 22, scss/module/input-text-content.scss */
      .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;
        outline: #555 solid 2px; }
        /* line 30, scss/module/input-text-content.scss */
        .input-box form .input-text-content input[type=text]:focus {
          outline: #f00 solid 2px; }
    /* line 36, scss/module/input-text-content.scss */
    .input-box form .select-content {
      height: 35px;
      display: flex;
      margin: 10px 0; }
      /* line 41, scss/module/input-text-content.scss */
      .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;
        outline: #555 solid 2px; }
        /* line 52, scss/module/input-text-content.scss */
        .input-box form .select-content select:focus {
          outline: #f00 solid 2px; }
    /* line 59, scss/module/input-text-content.scss */
    .input-box form .input-determine {
      width: 50px;
      outline: #555 solid 2px; }
      /* line 62, scss/module/input-text-content.scss */
      .input-box form .input-determine:focus {
        color: #fff;
        background-color: #d10000;
        outline: #f00 solid 2px; }
      /* line 67, scss/module/input-text-content.scss */
      .input-box form .input-determine:hover {
        background-color: #FFE16D; }
  /* line 73, scss/module/input-text-content.scss */
  .input-box .icon {
    display: inline-block; }

/*-------------- 功能模組：網站導覽 ---------------*/
/* line 5, scss/module/web-map.scss */
.web-map {
  width: calc(100% + 15px * 2);
  margin-left: -15px;
  background-color: #f5f5f5;
  padding: 25px 0 15px;
  padding: 8px 0 0;
  position: relative;
  margin-top: 60px;
  margin-bottom: 0 !important;
  /** 平板 **/
  /** 手機板 **/
  /*-------------------- 顏色設定 ---------------------*/
  /* 顏色更換：藍 */
  /* 顏色更換：深紅 */
  /* 顏色更換：橘 */
  /* 顏色更換：綠 */
  /* 顏色更換：粉紅 */
  /* 顏色更換：紫 */ }
  /* line 15, scss/module/web-map.scss */
  .web-map a.ctrl {
    width: 60px;
    height: 60px;
    display: block;
    color: #184e69;
    padding-top: 15px;
    text-align: center;
    letter-spacing: 2px;
    text-indent: 2px;
    background-color: #f5f5f5;
    box-shadow: 1px 1px 3px #6b6969;
    border-radius: 50%;
    position: absolute;
    top: -65px;
    left: 3%;
    /* English Version */ }
    /* line 31, scss/module/web-map.scss */
    .web-map a.ctrl::after {
      content: '';
      width: 0;
      height: 0;
      display: block;
      margin-top: 3px;
      border-style: solid;
      position: relative;
      left: calc(50% - 5px); }
    /* line 43, scss/module/web-map.scss */
    .web-map a.ctrl.open::after {
      border-width: 5px 5px 0 5px;
      border-color: #184e69 transparent transparent transparent; }
    /* line 50, scss/module/web-map.scss */
    .web-map a.ctrl.close::after {
      border-width: 0 5px 5px 5px;
      border-color: transparent transparent #184e69 transparent; }
    /* line 56, scss/module/web-map.scss */
    .web-map a.ctrl:hover, .web-map a.ctrl:active {
      background-color: #184e69;
      color: #ffffff; }
      /* line 61, scss/module/web-map.scss */
      .web-map a.ctrl:hover.open::after, .web-map a.ctrl:active.open::after {
        border-color: #ffffff transparent transparent transparent; }
      /* line 65, scss/module/web-map.scss */
      .web-map a.ctrl:hover.close::after, .web-map a.ctrl:active.close::after {
        border-color: transparent transparent #ffffff transparent; }
    /* line 69, scss/module/web-map.scss */
    .web-map a.ctrl:focus {
      border: 2px solid #184e69; }
    /* line 74, scss/module/web-map.scss */
    html:lang(en) .web-map a.ctrl {
      letter-spacing: 0px;
      text-indent: 0px; }
  /* line 80, scss/module/web-map.scss */
  .web-map ul {
    width: 100%;
    max-width: 1170px;
    margin: auto;
    padding: 15px 15px 10px;
    justify-content: flex-start;
    flex-wrap: wrap; }
    /* line 88, scss/module/web-map.scss */
    .web-map ul.open {
      display: flex; }
    /* line 89, scss/module/web-map.scss */
    .web-map ul.close {
      display: none; }
    /* line 91, scss/module/web-map.scss */
    .web-map ul li {
      width: calc(100% / 7);
      vertical-align: top;
      padding: 0 0 10px;
      display: inline-block;
      text-align: left; }
      /* line 98, scss/module/web-map.scss */
      .web-map ul li + li {
        padding-left: 10px; }
      /* line 101, scss/module/web-map.scss */
      .web-map ul li h3 {
        color: #184e69;
        font-size: 1.125rem;
        padding-top: 18px;
        margin-bottom: 10px;
        border-top: 1px dashed #a5a5a5; }
      /* line 108, scss/module/web-map.scss */
      .web-map ul li a {
        display: block;
        color: #003a56; }
        /* line 111, scss/module/web-map.scss */
        .web-map ul li a + a {
          margin-top: 10px; }
        /* line 115, scss/module/web-map.scss */
        .web-map ul li a:hover {
          color: #f44336; }
        /* line 119, scss/module/web-map.scss */
        .web-map ul li a:focus {
          border: 2px dashed #d10000;
          outline: none; }
      /* line 127, scss/module/web-map.scss */
      .web-map ul li:nth-of-type(1) h3 {
        border: none;
        padding-top: 0; }
      /* line 127, scss/module/web-map.scss */
      .web-map ul li:nth-of-type(2) h3 {
        border: none;
        padding-top: 0; }
      /* line 127, scss/module/web-map.scss */
      .web-map ul li:nth-of-type(3) h3 {
        border: none;
        padding-top: 0; }
      /* line 127, scss/module/web-map.scss */
      .web-map ul li:nth-of-type(4) h3 {
        border: none;
        padding-top: 0; }
      /* line 127, scss/module/web-map.scss */
      .web-map ul li:nth-of-type(5) h3 {
        border: none;
        padding-top: 0; }
      /* line 127, scss/module/web-map.scss */
      .web-map ul li:nth-of-type(6) h3 {
        border: none;
        padding-top: 0; }
      /* line 127, scss/module/web-map.scss */
      .web-map ul li:nth-of-type(7) h3 {
        border: none;
        padding-top: 0; }
  @media screen and (max-width: 1024px) {
    /* line 5, scss/module/web-map.scss */
    .web-map {
      padding: 15px; }
      /* line 139, scss/module/web-map.scss */
      .web-map ul {
        max-width: inherit; } }
  @media screen and (max-width: 769px) {
    /* line 5, scss/module/web-map.scss */
    .web-map {
      padding-top: 0; }
      /* line 144, scss/module/web-map.scss */
      .web-map ul {
        padding: 0; }
        /* line 147, scss/module/web-map.scss */
        .web-map ul li {
          width: calc(100% / 3);
          margin: 15px 0; } }
  @media screen and (max-width: 600px) {
    /* line 156, scss/module/web-map.scss */
    .web-map a.ctrl {
      left: calc(50% - 30px); }
    /* line 157, scss/module/web-map.scss */
    .web-map ul {
      padding-top: 15px; }
      /* line 160, scss/module/web-map.scss */
      .web-map ul.open {
        display: block; }
      /* line 161, scss/module/web-map.scss */
      .web-map ul li {
        width: 100%;
        margin: 0;
        padding-bottom: 0; }
        /* line 166, scss/module/web-map.scss */
        .web-map ul li + li {
          margin-top: 15px; }
        /* line 167, scss/module/web-map.scss */
        .web-map ul li h3 {
          border: none;
          padding-top: 0;
          margin-bottom: 0; }
          /* line 171, scss/module/web-map.scss */
          .web-map ul li h3 + a {
            margin-top: 5px; }
          /* line 172, scss/module/web-map.scss */
          .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: #184e69 transparent transparent transparent;
            position: relative;
            top: -4px;
            left: 8px; }
        /* line 185, scss/module/web-map.scss */
        .web-map ul li a {
          display: none; } }
  /* line 193, scss/module/web-map.scss */
  .color-style1 .web-map {
    background-color: #e6eef8; }
    /* line 196, scss/module/web-map.scss */
    .color-style1 .web-map a.ctrl {
      color: #184e69;
      background-color: #e6eef8;
      box-shadow: 1px 1px 3px #6b6969; }
      /* line 202, scss/module/web-map.scss */
      .color-style1 .web-map a.ctrl.open::after {
        border-color: #184e69 transparent transparent transparent; }
      /* line 206, scss/module/web-map.scss */
      .color-style1 .web-map a.ctrl.close::after {
        border-color: transparent transparent #184e69 transparent; }
      /* line 209, scss/module/web-map.scss */
      .color-style1 .web-map a.ctrl:hover, .color-style1 .web-map a.ctrl:active {
        background-color: #184e69;
        color: #ffffff; }
        /* line 214, scss/module/web-map.scss */
        .color-style1 .web-map a.ctrl:hover.open::after, .color-style1 .web-map a.ctrl:active.open::after {
          border-color: #ffffff transparent transparent transparent; }
        /* line 215, scss/module/web-map.scss */
        .color-style1 .web-map a.ctrl:hover.close::after, .color-style1 .web-map a.ctrl:active.close::after {
          border-color: transparent transparent #ffffff transparent; }
      /* line 217, scss/module/web-map.scss */
      .color-style1 .web-map a.ctrl:focus {
        border: 2px solid #d10000; }
    /* line 224, scss/module/web-map.scss */
    .color-style1 .web-map ul li h3 {
      color: #184e69; }
      /* line 226, scss/module/web-map.scss */
      .color-style1 .web-map ul li h3 a {
        color: #184e69; }
    /* line 228, scss/module/web-map.scss */
    .color-style1 .web-map ul li a {
      color: #353535; }
      /* line 231, scss/module/web-map.scss */
      .color-style1 .web-map ul li a:hover {
        color: #f44336; }
      /* line 232, scss/module/web-map.scss */
      .color-style1 .web-map ul li a:focus {
        border-color: #d10000; }
    @media screen and (max-width: 600px) {
      /* line 241, scss/module/web-map.scss */
      .color-style1 .web-map ul li h3::after {
        border-color: #184e69 transparent transparent transparent; } }
  /* line 249, scss/module/web-map.scss */
  .color-style2 .web-map {
    background-color: #c42222; }
    /* line 252, scss/module/web-map.scss */
    .color-style2 .web-map a.ctrl {
      color: #fff;
      background-color: #c42222;
      box-shadow: 1px 1px 3px #825757; }
      /* line 258, scss/module/web-map.scss */
      .color-style2 .web-map a.ctrl.open::after {
        border-color: #a83d3d transparent transparent transparent; }
      /* line 262, scss/module/web-map.scss */
      .color-style2 .web-map a.ctrl.close::after {
        border-color: transparent transparent #a83d3d transparent; }
      /* line 265, scss/module/web-map.scss */
      .color-style2 .web-map a.ctrl:hover, .color-style2 .web-map a.ctrl:active {
        background-color: #a83d3d;
        color: #ffffff; }
        /* line 270, scss/module/web-map.scss */
        .color-style2 .web-map a.ctrl:hover.open::after, .color-style2 .web-map a.ctrl:active.open::after {
          border-color: #ffffff transparent transparent transparent; }
        /* line 271, scss/module/web-map.scss */
        .color-style2 .web-map a.ctrl:hover.close::after, .color-style2 .web-map a.ctrl:active.close::after {
          border-color: transparent transparent #ffffff transparent; }
      /* line 273, scss/module/web-map.scss */
      .color-style2 .web-map a.ctrl:focus {
        border: 2px solid #d10000; }
    /* line 280, scss/module/web-map.scss */
    .color-style2 .web-map ul li h3 {
      color: #faefef; }
      /* line 282, scss/module/web-map.scss */
      .color-style2 .web-map ul li h3 a {
        color: #ffeac1; }
    /* line 284, scss/module/web-map.scss */
    .color-style2 .web-map ul li a {
      color: #fff; }
      /* line 286, scss/module/web-map.scss */
      .color-style2 .web-map ul li a:hover {
        color: #ffeac1; }
      /* line 287, scss/module/web-map.scss */
      .color-style2 .web-map ul li a:focus {
        border-color: #d10000; }
    @media screen and (max-width: 600px) {
      /* line 296, scss/module/web-map.scss */
      .color-style2 .web-map ul li h3::after {
        border-color: #a83d3d transparent transparent transparent; } }
  /* line 304, scss/module/web-map.scss */
  .color-style3 .web-map {
    background-color: #ffdfb2; }
    /* line 307, scss/module/web-map.scss */
    .color-style3 .web-map a.ctrl {
      color: #712f1c;
      background-color: #ffdfb2;
      box-shadow: 1px 1px 3px #7c6b66; }
      /* line 313, scss/module/web-map.scss */
      .color-style3 .web-map a.ctrl.open::after {
        border-color: #cf6042 transparent transparent transparent; }
      /* line 317, scss/module/web-map.scss */
      .color-style3 .web-map a.ctrl.close::after {
        border-color: transparent transparent #cf6042 transparent; }
      /* line 320, scss/module/web-map.scss */
      .color-style3 .web-map a.ctrl:hover, .color-style3 .web-map a.ctrl:active {
        background-color: #712f1c;
        color: #ffffff; }
        /* line 325, scss/module/web-map.scss */
        .color-style3 .web-map a.ctrl:hover.open::after, .color-style3 .web-map a.ctrl:active.open::after {
          border-color: #ffffff transparent transparent transparent; }
        /* line 326, scss/module/web-map.scss */
        .color-style3 .web-map a.ctrl:hover.close::after, .color-style3 .web-map a.ctrl:active.close::after {
          border-color: transparent transparent #ffffff transparent; }
      /* line 328, scss/module/web-map.scss */
      .color-style3 .web-map a.ctrl:focus {
        border: 2px solid #d10000; }
    /* line 335, scss/module/web-map.scss */
    .color-style3 .web-map ul li h3 {
      color: #994228; }
      /* line 337, scss/module/web-map.scss */
      .color-style3 .web-map ul li h3 a {
        color: #cf6042; }
    /* line 339, scss/module/web-map.scss */
    .color-style3 .web-map ul li a {
      color: #000; }
      /* line 341, scss/module/web-map.scss */
      .color-style3 .web-map ul li a:hover {
        color: #f44336; }
      /* line 342, scss/module/web-map.scss */
      .color-style3 .web-map ul li a:focus {
        border-color: #d10000; }
    @media screen and (max-width: 600px) {
      /* line 351, scss/module/web-map.scss */
      .color-style3 .web-map ul li h3::after {
        border-color: #cf6042 transparent transparent transparent; } }
  /* line 359, scss/module/web-map.scss */
  .color-style4 .web-map {
    background-color: #dbf2e5; }
    /* line 362, scss/module/web-map.scss */
    .color-style4 .web-map a.ctrl {
      color: #005926;
      background-color: #f3fff8;
      box-shadow: 1px 1px 3px #6b6969; }
      /* line 368, scss/module/web-map.scss */
      .color-style4 .web-map a.ctrl.open::after {
        border-color: #2ca05d transparent transparent transparent; }
      /* line 372, scss/module/web-map.scss */
      .color-style4 .web-map a.ctrl.close::after {
        border-color: transparent transparent #2ca05d transparent; }
      /* line 375, scss/module/web-map.scss */
      .color-style4 .web-map a.ctrl:hover, .color-style4 .web-map a.ctrl:active {
        background-color: #005926;
        color: #ffffff; }
        /* line 380, scss/module/web-map.scss */
        .color-style4 .web-map a.ctrl:hover.open::after, .color-style4 .web-map a.ctrl:active.open::after {
          border-color: #ffffff transparent transparent transparent; }
        /* line 381, scss/module/web-map.scss */
        .color-style4 .web-map a.ctrl:hover.close::after, .color-style4 .web-map a.ctrl:active.close::after {
          border-color: transparent transparent #ffffff transparent; }
      /* line 383, scss/module/web-map.scss */
      .color-style4 .web-map a.ctrl:focus {
        border: 2px solid #d10000; }
    /* line 390, scss/module/web-map.scss */
    .color-style4 .web-map ul li h3 {
      color: #1c6239; }
      /* line 392, scss/module/web-map.scss */
      .color-style4 .web-map ul li h3 a {
        color: #2ca05d; }
    /* line 394, scss/module/web-map.scss */
    .color-style4 .web-map ul li a {
      color: #000; }
      /* line 396, scss/module/web-map.scss */
      .color-style4 .web-map ul li a:hover {
        color: #f44336; }
      /* line 397, scss/module/web-map.scss */
      .color-style4 .web-map ul li a:focus {
        border-color: #d10000; }
    @media screen and (max-width: 600px) {
      /* line 406, scss/module/web-map.scss */
      .color-style4 .web-map ul li h3::after {
        border-color: #2ca05d transparent transparent transparent; } }
  /* line 414, scss/module/web-map.scss */
  .color-style5 .web-map {
    background-color: #ffefef; }
    /* line 417, scss/module/web-map.scss */
    .color-style5 .web-map a.ctrl {
      color: #441507;
      background-color: #ffdede;
      box-shadow: 1px 1px 3px #825757; }
      /* line 423, scss/module/web-map.scss */
      .color-style5 .web-map a.ctrl.open::after {
        border-color: #b04a4a transparent transparent transparent; }
      /* line 427, scss/module/web-map.scss */
      .color-style5 .web-map a.ctrl.close::after {
        border-color: transparent transparent #b04a4a transparent; }
      /* line 430, scss/module/web-map.scss */
      .color-style5 .web-map a.ctrl:hover, .color-style5 .web-map a.ctrl:active {
        background-color: #c42222;
        color: #fff; }
        /* line 435, scss/module/web-map.scss */
        .color-style5 .web-map a.ctrl:hover.open::after, .color-style5 .web-map a.ctrl:active.open::after {
          border-color: #b04a4a transparent transparent transparent; }
        /* line 436, scss/module/web-map.scss */
        .color-style5 .web-map a.ctrl:hover.close::after, .color-style5 .web-map a.ctrl:active.close::after {
          border-color: transparent transparent #b04a4a transparent; }
      /* line 438, scss/module/web-map.scss */
      .color-style5 .web-map a.ctrl:focus {
        border: 2px solid #d10000; }
    /* line 445, scss/module/web-map.scss */
    .color-style5 .web-map ul li h3 {
      color: #b04a4a;
      border-color: #b04a4a; }
      /* line 449, scss/module/web-map.scss */
      .color-style5 .web-map ul li h3 a {
        color: #b04a4a; }
    /* line 451, scss/module/web-map.scss */
    .color-style5 .web-map ul li a {
      color: #000; }
      /* line 453, scss/module/web-map.scss */
      .color-style5 .web-map ul li a:hover {
        color: #b04a4a; }
      /* line 454, scss/module/web-map.scss */
      .color-style5 .web-map ul li a:focus {
        border-color: #d10000; }
    @media screen and (max-width: 600px) {
      /* line 463, scss/module/web-map.scss */
      .color-style5 .web-map ul li h3::after {
        border-color: #b04a4a transparent transparent transparent; } }
  /* line 471, scss/module/web-map.scss */
  .color-style6 .web-map {
    background-color: #f3dcf8; }
    /* line 474, scss/module/web-map.scss */
    .color-style6 .web-map a.ctrl {
      color: #1b0720;
      background-color: #f3dcf8;
      box-shadow: 1px 1px 3px #583f5e; }
      /* line 480, scss/module/web-map.scss */
      .color-style6 .web-map a.ctrl.open::after {
        border-color: #9548a6 transparent transparent transparent; }
      /* line 484, scss/module/web-map.scss */
      .color-style6 .web-map a.ctrl.close::after {
        border-color: transparent transparent #9548a6 transparent; }
      /* line 487, scss/module/web-map.scss */
      .color-style6 .web-map a.ctrl:hover, .color-style6 .web-map a.ctrl:active {
        background-color: #9548a6;
        color: #ffffff; }
        /* line 492, scss/module/web-map.scss */
        .color-style6 .web-map a.ctrl:hover.open::after, .color-style6 .web-map a.ctrl:active.open::after {
          border-color: #ffffff transparent transparent transparent; }
        /* line 493, scss/module/web-map.scss */
        .color-style6 .web-map a.ctrl:hover.close::after, .color-style6 .web-map a.ctrl:active.close::after {
          border-color: transparent transparent #ffffff transparent; }
      /* line 495, scss/module/web-map.scss */
      .color-style6 .web-map a.ctrl:focus {
        border: 2px solid #d10000; }
    /* line 502, scss/module/web-map.scss */
    .color-style6 .web-map ul li h3 {
      color: #521260; }
      /* line 504, scss/module/web-map.scss */
      .color-style6 .web-map ul li h3 a {
        color: #521260; }
    /* line 506, scss/module/web-map.scss */
    .color-style6 .web-map ul li a {
      color: #000; }
      /* line 508, scss/module/web-map.scss */
      .color-style6 .web-map ul li a:hover {
        color: #521260; }
      /* line 509, scss/module/web-map.scss */
      .color-style6 .web-map ul li a:focus {
        border-color: #d10000; }
    @media screen and (max-width: 600px) {
      /* line 518, scss/module/web-map.scss */
      .color-style6 .web-map ul li h3::after {
        border-color: #9548a6 transparent transparent transparent; } }

/*-------------------- 頁尾 ---------------------*/
/* line 4, scss/module/footer.scss */
footer {
  position: relative;
  z-index: 1;
  /** 平板 **/
  /** 手機 **/
  /*-------------------- 顏色設定 ---------------------*/
  /* 顏色更換：藍 */
  /* 顏色更換：深紅 */
  /* 顏色更換：橘 */
  /* 顏色更換：綠 */
  /* 顏色更換：粉紅 */
  /* 顏色更換：紫 */ }
  /* line 8, scss/module/footer.scss */
  footer .second-menu-top {
    border-top: 1px solid #dadada;
    background-color: #f5f5f5; }
    /* line 12, scss/module/footer.scss */
    footer .second-menu-top div {
      max-width: 1170px;
      margin: 0 auto;
      text-align: center; }
      /* line 17, scss/module/footer.scss */
      footer .second-menu-top div a {
        display: inline-block;
        font-size: 1.1rem;
        padding: 15px;
        color: #003a56; }
        /* line 22, scss/module/footer.scss */
        footer .second-menu-top div a:hover {
          background-color: #3fe1c1; }
        /* line 25, scss/module/footer.scss */
        footer .second-menu-top div a:focus {
          outline: none;
          border: 2px dashed #d10000; }
  /* line 33, scss/module/footer.scss */
  footer .container-background {
    font-size: 0.9375rem;
    font-weight: 300;
    padding: 15px 0;
    position: relative;
    background-color: #3fe1c1; }
    /* line 42, scss/module/footer.scss */
    footer .container-background .footer-info article a {
      color: #000;
      font-weight: bold; }
      /* line 45, scss/module/footer.scss */
      footer .container-background .footer-info article a:hover {
        background-color: #fff; }
      /* line 46, scss/module/footer.scss */
      footer .container-background .footer-info article a:focus {
        outline: none;
        border: 2px dashed #d10000;
        background-color: #fff; }
    /* line 53, scss/module/footer.scss */
    footer .container-background .footer-info .other {
      display: inline-block;
      margin-top: 10px;
      background-color: #ffffff;
      padding: 5px 10px 7px;
      line-height: normal;
      border-radius: 7px;
      box-shadow: 2px 1px 3px 0px rgba(0, 0, 0, 0.2); }
      /* line 62, scss/module/footer.scss */
      footer .container-background .footer-info .other span {
        font-size: 0.9rem;
        font-weight: bold; }
        /* line 66, scss/module/footer.scss */
        footer .container-background .footer-info .other span + span {
          padding-left: 13px;
          margin-left: 10px;
          border-left: 1px solid #cccccc; }
    /* line 75, scss/module/footer.scss */
    footer .container-background .footer-icon {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      position: absolute;
      bottom: 0;
      right: 0; }
      /* line 83, scss/module/footer.scss */
      footer .container-background .footer-icon div + div {
        margin-left: 20px; }
      /* line 84, scss/module/footer.scss */
      footer .container-background .footer-icon div img {
        width: 100%;
        max-width: 100px; }
      /* line 88, scss/module/footer.scss */
      footer .container-background .footer-icon div a {
        display: block; }
        /* line 90, scss/module/footer.scss */
        footer .container-background .footer-icon div a:focus {
          outline: none;
          border: 2px dashed #d10000; }
  @media screen and (max-width: 1024px) {
    /* line 101, scss/module/footer.scss */
    footer .container-background {
      padding: 2% 15px; }
      /* line 104, scss/module/footer.scss */
      footer .container-background .footer-info table {
        width: 100% !important; } }
  @media screen and (max-width: 769px) {
    /* line 109, scss/module/footer.scss */
    footer .second-menu-top {
      height: 50px;
      overflow-x: auto; }
      /* line 113, scss/module/footer.scss */
      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; }
        /* line 124, scss/module/footer.scss */
        footer .second-menu-top div a {
          height: 100%;
          padding: 0 15px; }
          /* line 128, scss/module/footer.scss */
          footer .second-menu-top div a + a {
            margin-left: 0; }
    /* line 134, scss/module/footer.scss */
    footer .container-background .footer-icon {
      position: relative;
      margin-top: 20px;
      justify-content: flex-start; } }
  @media screen and (max-width: 414px) {
    /* line 146, scss/module/footer.scss */
    footer .second-menu-top div a {
      font-size: 0.875rem;
      min-width: calc((100vw - 30px) / 4);
      padding: 0; } }
  @media screen and (max-width: 320px) {
    /* line 157, scss/module/footer.scss */
    footer .second-menu-top div a {
      min-width: calc((100vw - 30px) / 3); } }
  /* line 166, scss/module/footer.scss */
  .color-style1 footer .accesskey.no-second a {
    color: #fff; }
  /* line 167, scss/module/footer.scss */
  .color-style1 footer .second-menu-top {
    border-color: #36669c;
    background-color: #e6eef8; }
    /* line 172, scss/module/footer.scss */
    .color-style1 footer .second-menu-top div a {
      color: #353535; }
      /* line 174, scss/module/footer.scss */
      .color-style1 footer .second-menu-top div a:hover {
        color: #ffffff;
        background-color: #36669c; }
      /* line 178, scss/module/footer.scss */
      .color-style1 footer .second-menu-top div a:focus {
        color: #fff;
        outline: none;
        background-color: #d10000; }
  /* line 186, scss/module/footer.scss */
  .color-style1 footer .container-background {
    background-color: #36669c; }
  /* line 191, scss/module/footer.scss */
  .color-style2 footer .accesskey a {
    color: #fff; }
  /* line 193, scss/module/footer.scss */
  .color-style2 footer .second-menu-top {
    border-color: #811818;
    background-color: #c42222; }
    /* line 198, scss/module/footer.scss */
    .color-style2 footer .second-menu-top div a {
      color: #ffff; }
      /* line 200, scss/module/footer.scss */
      .color-style2 footer .second-menu-top div a:hover {
        color: #ffffff;
        background-color: #811818; }
      /* line 204, scss/module/footer.scss */
      .color-style2 footer .second-menu-top div a:focus {
        color: #fff;
        outline: none;
        background-color: #d10000; }
  /* line 212, scss/module/footer.scss */
  .color-style2 footer .container-background {
    background-color: #811818; }
  /* line 217, scss/module/footer.scss */
  .color-style3 footer .accesskey.no-second a {
    color: #fff; }
  /* line 218, scss/module/footer.scss */
  .color-style3 footer .second-menu-top {
    border-color: #F8980F;
    background-color: #ffdfb2; }
    /* line 223, scss/module/footer.scss */
    .color-style3 footer .second-menu-top div a {
      color: #000; }
      /* line 225, scss/module/footer.scss */
      .color-style3 footer .second-menu-top div a:hover {
        color: #353535;
        background-color: #ffb141; }
      /* line 229, scss/module/footer.scss */
      .color-style3 footer .second-menu-top div a:focus {
        color: #fff;
        outline: none;
        background-color: #d10000; }
  /* line 237, scss/module/footer.scss */
  .color-style3 footer .container-background {
    background-color: #553200; }
  /* line 242, scss/module/footer.scss */
  .color-style4 footer .accesskey.no-second a {
    color: #fff; }
  /* line 243, scss/module/footer.scss */
  .color-style4 footer .second-menu-top {
    border-color: #188144;
    background-color: #dbf2e5; }
    /* line 248, scss/module/footer.scss */
    .color-style4 footer .second-menu-top div a {
      color: #000; }
      /* line 250, scss/module/footer.scss */
      .color-style4 footer .second-menu-top div a:hover {
        color: #ffffff;
        background-color: #188144; }
      /* line 254, scss/module/footer.scss */
      .color-style4 footer .second-menu-top div a:focus {
        color: #fff;
        outline: none;
        background-color: #d10000; }
  /* line 262, scss/module/footer.scss */
  .color-style4 footer .container-background {
    background-color: #188144; }
  /* line 267, scss/module/footer.scss */
  .color-style5 footer .accesskey.no-second a {
    color: #fff; }
  /* line 268, scss/module/footer.scss */
  .color-style5 footer .second-menu-top {
    border-color: #ffdede;
    background-color: #ffa9a9; }
    /* line 273, scss/module/footer.scss */
    .color-style5 footer .second-menu-top div a {
      color: #000; }
      /* line 276, scss/module/footer.scss */
      .color-style5 footer .second-menu-top div a:hover {
        background-color: #ffdede; }
      /* line 279, scss/module/footer.scss */
      .color-style5 footer .second-menu-top div a:focus {
        color: #fff;
        outline: none;
        background-color: #d10000; }
  /* line 287, scss/module/footer.scss */
  .color-style5 footer .container-background {
    background-color: #ae2020; }
    /* line 291, scss/module/footer.scss */
    .color-style5 footer .container-background .footer-info article a {
      color: #fff; }
      /* line 293, scss/module/footer.scss */
      .color-style5 footer .container-background .footer-info article a:hover {
        color: #000;
        background-color: #fff; }
      /* line 294, scss/module/footer.scss */
      .color-style5 footer .container-background .footer-info article a:focus {
        color: #000;
        border: none;
        background-color: #FFE16D; }
  /* line 307, scss/module/footer.scss */
  .color-style6 footer .accesskey.no-second a {
    color: #fff; }
  /* line 308, scss/module/footer.scss */
  .color-style6 footer .second-menu-top {
    border-color: #802b93;
    background-color: #f3dcf8; }
    /* line 313, scss/module/footer.scss */
    .color-style6 footer .second-menu-top div a {
      color: #000; }
      /* line 315, scss/module/footer.scss */
      .color-style6 footer .second-menu-top div a:hover {
        color: #ffffff;
        background-color: #802b93; }
      /* line 319, scss/module/footer.scss */
      .color-style6 footer .second-menu-top div a:focus {
        color: #fff;
        outline: none;
        background-color: #d10000; }
  /* line 327, scss/module/footer.scss */
  .color-style6 footer .container-background {
    background-color: #802b93; }

/*-------------------- 功能模組：業務統計 -----------------------*/
/* line 5, scss/module/business-statistics.scss */
.business-statistics ul {
  margin: 1% auto;
  width: auto; }
  /* line 9, scss/module/business-statistics.scss */
  .business-statistics ul::after {
    content: '';
    display: block;
    clear: both; }
  /* line 15, scss/module/business-statistics.scss */
  .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); }
    /* line 22, scss/module/business-statistics.scss */
    .business-statistics ul li + li {
      margin-left: 19px; }
    /* line 23, scss/module/business-statistics.scss */
    .business-statistics ul li:nth-of-type(3n+1) {
      margin-left: 0;
      clear: both; }
    /* line 27, scss/module/business-statistics.scss */
    .business-statistics ul li:nth-of-type(n+4) {
      margin-top: 20px; }
    /* line 29, scss/module/business-statistics.scss */
    .business-statistics ul li .time {
      background-color: #075849;
      color: #fff;
      padding: 5px;
      font-size: 1.125rem;
      border-bottom: 4px solid #008269; }
    /* line 36, scss/module/business-statistics.scss */
    .business-statistics ul li .business-box {
      display: flex;
      background-color: #fdfdfd; }
      /* line 39, scss/module/business-statistics.scss */
      .business-statistics ul li .business-box .business-container {
        width: 70%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-content: center; }
        /* line 45, scss/module/business-statistics.scss */
        .business-statistics ul li .business-box .business-container p {
          width: 100%;
          font-size: 1.125rem;
          color: #696969;
          margin-bottom: 5px; }
          /* line 50, scss/module/business-statistics.scss */
          .business-statistics ul li .business-box .business-container p a {
            font-size: 1.125rem;
            color: #696969; }
            /* line 53, scss/module/business-statistics.scss */
            .business-statistics ul li .business-box .business-container p a:hover {
              color: #0072bb; }
            /* line 54, scss/module/business-statistics.scss */
            .business-statistics ul li .business-box .business-container p a:focus {
              outline: none;
              border: 2px dashed #d10000; }
        /* line 60, scss/module/business-statistics.scss */
        .business-statistics ul li .business-box .business-container .business-data {
          width: 100%; }
          /* line 62, scss/module/business-statistics.scss */
          .business-statistics ul li .business-box .business-container .business-data span {
            color: #e90000; }
            /* line 65, scss/module/business-statistics.scss */
            .business-statistics ul li .business-box .business-container .business-data span + span::before {
              content: ' / '; }
      /* line 70, scss/module/business-statistics.scss */
      .business-statistics ul li .business-box .business-icon {
        width: 30%;
        padding: 5%;
        display: block;
        background-color: #f3f3f3; }
        /* line 75, scss/module/business-statistics.scss */
        .business-statistics ul li .business-box .business-icon img {
          width: 100%; }

@media screen and (max-width: 769px) {
  /* line 83, scss/module/business-statistics.scss */
  .business-statistics ul li {
    width: calc((100% - 15px) / 2); }
    /* line 86, scss/module/business-statistics.scss */
    .business-statistics ul li + li {
      margin-left: 15px; }
    /* line 87, scss/module/business-statistics.scss */
    .business-statistics ul li:nth-of-type(3n+1) {
      margin-left: 15px;
      clear: inherit; }
    /* line 91, scss/module/business-statistics.scss */
    .business-statistics ul li:nth-of-type(2n+1) {
      margin-left: 0;
      clear: both; }
    /* line 95, scss/module/business-statistics.scss */
    .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) {
  /* line 102, scss/module/business-statistics.scss */
  .business-statistics ul li {
    width: 100%;
    float: none;
    margin: 0; }
    /* line 107, scss/module/business-statistics.scss */
    .business-statistics ul li + li {
      margin: 15px 0 0 0; }
    /* line 108, scss/module/business-statistics.scss */
    .business-statistics ul li:nth-of-type(3n+1) {
      margin-left: 0; }
    /* line 109, scss/module/business-statistics.scss */
    .business-statistics ul li:nth-of-type(n+4) {
      margin-top: 15px; } }

/* line 115, scss/module/business-statistics.scss */
.color-style1 .business-statistics ul {
  background-color: #e4e4e4; }
  /* line 118, scss/module/business-statistics.scss */
  .color-style1 .business-statistics ul li .time {
    background-color: #36669c;
    border-bottom: 4px solid #014b79; }

/* line 126, scss/module/business-statistics.scss */
.color-style2 .business-statistics ul {
  background-color: #ededed; }
  /* line 129, scss/module/business-statistics.scss */
  .color-style2 .business-statistics ul li .time {
    background-color: #811818;
    border-bottom: 4px solid #fc9b9b; }

/* line 137, scss/module/business-statistics.scss */
.color-style3 .business-statistics ul {
  background-color: #ededed; }
  /* line 140, scss/module/business-statistics.scss */
  .color-style3 .business-statistics ul li .time {
    background-color: #935800;
    border-bottom: 4px solid #F8980F; }

/* line 148, scss/module/business-statistics.scss */
.color-style4 .business-statistics ul {
  background-color: #ededed; }
  /* line 151, scss/module/business-statistics.scss */
  .color-style4 .business-statistics ul li .time {
    background-color: #0a5e10;
    border-bottom: 4px solid #188144; }

/* line 159, scss/module/business-statistics.scss */
.color-style5 .business-statistics ul {
  background-color: #ededed; }
  /* line 162, scss/module/business-statistics.scss */
  .color-style5 .business-statistics ul li .time {
    background-color: #ca3531;
    border-bottom: 4px solid #ffa9a9; }

/* line 170, scss/module/business-statistics.scss */
.color-style6 .business-statistics ul {
  background-color: #ededed; }
  /* line 173, scss/module/business-statistics.scss */
  .color-style6 .business-statistics ul li .time {
    background-color: #5e146e;
    border-bottom: 4px solid #802b93; }

/*-------------- 功能模組：招標資訊 ---------------*/
/* line 3, scss/module/tender.scss */
.tender {
  /** 手機 **/
  /* 顏色更換：藍 */
  /* 顏色更換：深紅 */
  /* 顏色更換：橘 */
  /* 顏色更換：綠 */
  /* 顏色更換：粉紅 */
  /* 顏色更換：紫 */ }
  /* line 4, scss/module/tender.scss */
  .tender .area-box {
    display: flex; }
    /* line 6, scss/module/tender.scss */
    .tender .area-box .area {
      width: 100%;
      background-color: #fffdf9;
      padding-bottom: 40px;
      position: relative; }
      /* line 11, scss/module/tender.scss */
      .tender .area-box .area h3 {
        text-align: center;
        padding: 7px 0;
        font-size: 1.125rem;
        font-weight: 500; }
      /* line 17, scss/module/tender.scss */
      .tender .area-box .area ul {
        padding: 15px;
        border-bottom: 1px solid #e9e9e9; }
        /* line 21, scss/module/tender.scss */
        .tender .area-box .area ul li p {
          color: #555; }
        /* line 24, scss/module/tender.scss */
        .tender .area-box .area ul li h4 {
          font-size: 1.25rem; }
        /* line 28, scss/module/tender.scss */
        .tender .area-box .area ul .year {
          margin-bottom: 15px; }
      /* line 32, scss/module/tender.scss */
      .tender .area-box .area .area-button {
        position: absolute;
        bottom: 0;
        width: 100%;
        margin: auto;
        text-align: center;
        padding: 10px 0;
        color: #fff; }
        /* line 40, scss/module/tender.scss */
        .tender .area-box .area .area-button:focus {
          background-color: #d10000;
          color: #fff; }
      /* line 45, scss/module/tender.scss */
      .tender .area-box .area .north-button {
        background-color: #3e6c3e; }
      /* line 49, scss/module/tender.scss */
      .tender .area-box .area .central-button {
        background-color: #ad2525; }
      /* line 52, scss/module/tender.scss */
      .tender .area-box .area .south-button {
        background-color: #955900; }
    /* line 57, scss/module/tender.scss */
    .tender .area-box .north {
      border-left: 2px solid #ddd; }
      /* line 59, scss/module/tender.scss */
      .tender .area-box .north h3 {
        background-color: #3e6c3e;
        color: #fff; }
      /* line 65, scss/module/tender.scss */
      .tender .area-box .north ul li h4 {
        color: #3e6c3e; }
    /* line 71, scss/module/tender.scss */
    .tender .area-box .central {
      border-left: 2px solid #ddd;
      border-right: 2px solid #ddd; }
      /* line 74, scss/module/tender.scss */
      .tender .area-box .central h3 {
        background: #ad2525;
        color: #fff; }
      /* line 80, scss/module/tender.scss */
      .tender .area-box .central ul li h4 {
        color: #ad2525; }
    /* line 86, scss/module/tender.scss */
    .tender .area-box .south {
      border-right: 2px solid #ddd; }
      /* line 88, scss/module/tender.scss */
      .tender .area-box .south h3 {
        background: #955900;
        color: #fff; }
      /* line 94, scss/module/tender.scss */
      .tender .area-box .south ul li h4 {
        color: #955900; }
  @media screen and (max-width: 415px) {
    /* line 104, scss/module/tender.scss */
    .tender .area-box {
      display: block; }
      /* line 107, scss/module/tender.scss */
      .tender .area-box .area {
        margin-bottom: 25px; } }
  /* line 116, scss/module/tender.scss */
  .color-style1 .tender .area-box .area {
    background-color: #fffdf9; }
    /* line 119, scss/module/tender.scss */
    .color-style1 .tender .area-box .area ul {
      border-color: #e9e9e9; }
      /* line 122, scss/module/tender.scss */
      .color-style1 .tender .area-box .area ul li p {
        color: #555; }
    /* line 127, scss/module/tender.scss */
    .color-style1 .tender .area-box .area .area-button {
      color: #fff; }
      /* line 129, scss/module/tender.scss */
      .color-style1 .tender .area-box .area .area-button:focus {
        background-color: #d10000;
        color: #fff; }
    /* line 134, scss/module/tender.scss */
    .color-style1 .tender .area-box .area .north-button {
      background-color: #0a3f7b; }
    /* line 137, scss/module/tender.scss */
    .color-style1 .tender .area-box .area .central-button {
      background-color: #3f79bb; }
    /* line 140, scss/module/tender.scss */
    .color-style1 .tender .area-box .area .south-button {
      background-color: #425468; }
  /* line 145, scss/module/tender.scss */
  .color-style1 .tender .area-box .north {
    border-color: #ddd; }
    /* line 147, scss/module/tender.scss */
    .color-style1 .tender .area-box .north h3 {
      background-color: #0a3f7b;
      color: #fff; }
    /* line 153, scss/module/tender.scss */
    .color-style1 .tender .area-box .north ul li h4 {
      color: #0a3f7b; }
  /* line 159, scss/module/tender.scss */
  .color-style1 .tender .area-box .central {
    border-color: #ddd; }
    /* line 161, scss/module/tender.scss */
    .color-style1 .tender .area-box .central h3 {
      background: #3f79bb;
      color: #fff; }
    /* line 167, scss/module/tender.scss */
    .color-style1 .tender .area-box .central ul li h4 {
      color: #3f79bb; }
  /* line 173, scss/module/tender.scss */
  .color-style1 .tender .area-box .south {
    border-color: #ddd; }
    /* line 175, scss/module/tender.scss */
    .color-style1 .tender .area-box .south h3 {
      background: #425468;
      color: #fff; }
    /* line 181, scss/module/tender.scss */
    .color-style1 .tender .area-box .south ul li h4 {
      color: #425468; }
  /* line 193, scss/module/tender.scss */
  .color-style2 .tender .area-box .area {
    background-color: #fffdf9; }
    /* line 195, scss/module/tender.scss */
    .color-style2 .tender .area-box .area ul {
      border-color: #e9e9e9; }
      /* line 198, scss/module/tender.scss */
      .color-style2 .tender .area-box .area ul li p {
        color: #555; }
    /* line 203, scss/module/tender.scss */
    .color-style2 .tender .area-box .area .area-button {
      color: #fff; }
      /* line 205, scss/module/tender.scss */
      .color-style2 .tender .area-box .area .area-button:focus {
        background-color: #d10000;
        color: #fff; }
    /* line 210, scss/module/tender.scss */
    .color-style2 .tender .area-box .area .north-button {
      background-color: #751919; }
    /* line 214, scss/module/tender.scss */
    .color-style2 .tender .area-box .area .central-button {
      background-color: #a22525; }
    /* line 217, scss/module/tender.scss */
    .color-style2 .tender .area-box .area .south-button {
      background-color: #ad2525; }
  /* line 222, scss/module/tender.scss */
  .color-style2 .tender .area-box .north {
    border-color: #ddd; }
    /* line 224, scss/module/tender.scss */
    .color-style2 .tender .area-box .north h3 {
      background-color: #751919;
      color: #fff; }
    /* line 230, scss/module/tender.scss */
    .color-style2 .tender .area-box .north ul li h4 {
      color: #751919; }
  /* line 236, scss/module/tender.scss */
  .color-style2 .tender .area-box .central {
    border-color: #ddd; }
    /* line 238, scss/module/tender.scss */
    .color-style2 .tender .area-box .central h3 {
      background: #a22525;
      color: #fff; }
    /* line 244, scss/module/tender.scss */
    .color-style2 .tender .area-box .central ul li h4 {
      color: #a22525; }
  /* line 250, scss/module/tender.scss */
  .color-style2 .tender .area-box .south {
    border-color: #ddd; }
    /* line 252, scss/module/tender.scss */
    .color-style2 .tender .area-box .south h3 {
      background: #ad2525;
      color: #fff; }
    /* line 258, scss/module/tender.scss */
    .color-style2 .tender .area-box .south ul li h4 {
      color: #ad2525; }
  /* line 270, scss/module/tender.scss */
  .color-style3 .tender .area-box .area {
    background-color: #fffdf9; }
    /* line 272, scss/module/tender.scss */
    .color-style3 .tender .area-box .area ul {
      border-color: #e9e9e9; }
      /* line 275, scss/module/tender.scss */
      .color-style3 .tender .area-box .area ul li p {
        color: #555; }
    /* line 280, scss/module/tender.scss */
    .color-style3 .tender .area-box .area .area-button {
      color: #fff; }
      /* line 282, scss/module/tender.scss */
      .color-style3 .tender .area-box .area .area-button:focus {
        background-color: #d10000;
        color: #fff; }
    /* line 287, scss/module/tender.scss */
    .color-style3 .tender .area-box .area .north-button {
      background-color: #844e00; }
    /* line 291, scss/module/tender.scss */
    .color-style3 .tender .area-box .area .central-button {
      background-color: #a26100; }
    /* line 294, scss/module/tender.scss */
    .color-style3 .tender .area-box .area .south-button {
      background-color: #ff9600;
      color: #191919; }
  /* line 300, scss/module/tender.scss */
  .color-style3 .tender .area-box .north {
    border-color: #ddd; }
    /* line 302, scss/module/tender.scss */
    .color-style3 .tender .area-box .north h3 {
      background-color: #844e00;
      color: #fff; }
    /* line 308, scss/module/tender.scss */
    .color-style3 .tender .area-box .north ul li h4 {
      color: #844e00; }
  /* line 314, scss/module/tender.scss */
  .color-style3 .tender .area-box .central {
    border-color: #ddd; }
    /* line 316, scss/module/tender.scss */
    .color-style3 .tender .area-box .central h3 {
      background: #a26100;
      color: #fff; }
    /* line 322, scss/module/tender.scss */
    .color-style3 .tender .area-box .central ul li h4 {
      color: #a26100; }
  /* line 328, scss/module/tender.scss */
  .color-style3 .tender .area-box .south {
    border-color: #ddd; }
    /* line 330, scss/module/tender.scss */
    .color-style3 .tender .area-box .south h3 {
      background: #ff9600;
      color: #191919; }
    /* line 336, scss/module/tender.scss */
    .color-style3 .tender .area-box .south ul li h4 {
      color: #935800; }
  /* line 348, scss/module/tender.scss */
  .color-style4 .tender .area-box .area {
    background-color: #fffdf9; }
    /* line 350, scss/module/tender.scss */
    .color-style4 .tender .area-box .area ul {
      border-color: #e9e9e9; }
      /* line 353, scss/module/tender.scss */
      .color-style4 .tender .area-box .area ul li p {
        color: #000; }
    /* line 358, scss/module/tender.scss */
    .color-style4 .tender .area-box .area .area-button {
      color: #fff; }
      /* line 360, scss/module/tender.scss */
      .color-style4 .tender .area-box .area .area-button:focus {
        background-color: #d10000;
        color: #fff; }
    /* line 365, scss/module/tender.scss */
    .color-style4 .tender .area-box .area .north-button {
      background-color: #0a5e10; }
    /* line 369, scss/module/tender.scss */
    .color-style4 .tender .area-box .area .central-button {
      background-color: #188144; }
    /* line 372, scss/module/tender.scss */
    .color-style4 .tender .area-box .area .south-button {
      background-color: #2b6416; }
  /* line 377, scss/module/tender.scss */
  .color-style4 .tender .area-box .north {
    border-color: #ddd; }
    /* line 379, scss/module/tender.scss */
    .color-style4 .tender .area-box .north h3 {
      background-color: #0a5e10;
      color: #fff; }
    /* line 385, scss/module/tender.scss */
    .color-style4 .tender .area-box .north ul li h4 {
      color: #0a5e10; }
  /* line 391, scss/module/tender.scss */
  .color-style4 .tender .area-box .central {
    border-color: #ddd; }
    /* line 393, scss/module/tender.scss */
    .color-style4 .tender .area-box .central h3 {
      background: #188144;
      color: #fff; }
    /* line 399, scss/module/tender.scss */
    .color-style4 .tender .area-box .central ul li h4 {
      color: #188144; }
  /* line 405, scss/module/tender.scss */
  .color-style4 .tender .area-box .south {
    border-color: #ddd; }
    /* line 407, scss/module/tender.scss */
    .color-style4 .tender .area-box .south h3 {
      background: #327418;
      color: #fff; }
    /* line 413, scss/module/tender.scss */
    .color-style4 .tender .area-box .south ul li h4 {
      color: #39881C; }
  /* line 425, scss/module/tender.scss */
  .color-style5 .tender .area-box .area {
    background-color: #fffdf9; }
    /* line 427, scss/module/tender.scss */
    .color-style5 .tender .area-box .area ul {
      border-color: #e9e9e9; }
      /* line 430, scss/module/tender.scss */
      .color-style5 .tender .area-box .area ul li p {
        color: #000; }
    /* line 435, scss/module/tender.scss */
    .color-style5 .tender .area-box .area .area-button {
      color: #fff; }
      /* line 437, scss/module/tender.scss */
      .color-style5 .tender .area-box .area .area-button:focus {
        background-color: #d10000;
        color: #fff; }
    /* line 442, scss/module/tender.scss */
    .color-style5 .tender .area-box .area .north-button {
      background-color: #b9221e; }
    /* line 446, scss/module/tender.scss */
    .color-style5 .tender .area-box .area .central-button {
      background-color: #8e0300; }
    /* line 449, scss/module/tender.scss */
    .color-style5 .tender .area-box .area .south-button {
      background-color: #883e3c; }
  /* line 454, scss/module/tender.scss */
  .color-style5 .tender .area-box .north {
    border-color: #ddd; }
    /* line 456, scss/module/tender.scss */
    .color-style5 .tender .area-box .north h3 {
      background-color: #b9221e;
      color: #fff; }
    /* line 462, scss/module/tender.scss */
    .color-style5 .tender .area-box .north ul li h4 {
      color: #b9221e; }
  /* line 468, scss/module/tender.scss */
  .color-style5 .tender .area-box .central {
    border-color: #ddd; }
    /* line 470, scss/module/tender.scss */
    .color-style5 .tender .area-box .central h3 {
      background: #8e0300;
      color: #fff; }
    /* line 476, scss/module/tender.scss */
    .color-style5 .tender .area-box .central ul li h4 {
      color: #8e0300; }
  /* line 482, scss/module/tender.scss */
  .color-style5 .tender .area-box .south {
    border-color: #ddd; }
    /* line 484, scss/module/tender.scss */
    .color-style5 .tender .area-box .south h3 {
      background: #883e3c;
      color: #fff; }
    /* line 490, scss/module/tender.scss */
    .color-style5 .tender .area-box .south ul li h4 {
      color: #883e3c; }
  /* line 502, scss/module/tender.scss */
  .color-style6 .tender .area-box .area {
    background-color: #fffdf9; }
    /* line 504, scss/module/tender.scss */
    .color-style6 .tender .area-box .area ul {
      border-color: #e9e9e9; }
      /* line 507, scss/module/tender.scss */
      .color-style6 .tender .area-box .area ul li p {
        color: #555; }
    /* line 512, scss/module/tender.scss */
    .color-style6 .tender .area-box .area .area-button {
      color: #fff; }
      /* line 514, scss/module/tender.scss */
      .color-style6 .tender .area-box .area .area-button:focus {
        background-color: #d10000;
        color: #fff; }
    /* line 519, scss/module/tender.scss */
    .color-style6 .tender .area-box .area .north-button {
      background-color: #5e146e; }
    /* line 523, scss/module/tender.scss */
    .color-style6 .tender .area-box .area .central-button {
      background-color: #993fad; }
    /* line 526, scss/module/tender.scss */
    .color-style6 .tender .area-box .area .south-button {
      background-color: #794884; }
  /* line 531, scss/module/tender.scss */
  .color-style6 .tender .area-box .north {
    border-color: #ddd; }
    /* line 533, scss/module/tender.scss */
    .color-style6 .tender .area-box .north h3 {
      background-color: #5e146e;
      color: #fff; }
    /* line 539, scss/module/tender.scss */
    .color-style6 .tender .area-box .north ul li h4 {
      color: #5e146e; }
  /* line 545, scss/module/tender.scss */
  .color-style6 .tender .area-box .central {
    border-color: #ddd; }
    /* line 547, scss/module/tender.scss */
    .color-style6 .tender .area-box .central h3 {
      background: #993fad;
      color: #fff; }
    /* line 553, scss/module/tender.scss */
    .color-style6 .tender .area-box .central ul li h4 {
      color: #993fad; }
  /* line 559, scss/module/tender.scss */
  .color-style6 .tender .area-box .south {
    border-color: #ddd; }
    /* line 561, scss/module/tender.scss */
    .color-style6 .tender .area-box .south h3 {
      background: #794884;
      color: #fff; }
    /* line 567, scss/module/tender.scss */
    .color-style6 .tender .area-box .south ul li h4 {
      color: #794884; }

/* line 1, scss/module/show-fb-switch.scss */
.show-fb-switch {
  position: fixed;
  left: 0;
  top: 27vh;
  z-index: 98; }
  /* line 7, scss/module/show-fb-switch.scss */
  .show-fb-switch::after {
    content: '';
    display: block;
    clear: both; }
  /* line 13, scss/module/show-fb-switch.scss */
  .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; }
    /* line 23, scss/module/show-fb-switch.scss */
    .show-fb-switch .fb-button img {
      width: 100%; }
  /* line 28, scss/module/show-fb-switch.scss */
  .show-fb-switch .fb-box {
    display: none;
    float: left; }

/*-------------- 功能模組：通關即時訊息 ---------------*/
/* line 2, scss/module/timely-message.scss */
.timely-message {
  margin-bottom: 15px; }
  /* line 4, scss/module/timely-message.scss */
  .timely-message .orangeText {
    color: #955900; }
  /* line 7, scss/module/timely-message.scss */
  .timely-message p {
    background-color: #f0f0f0;
    padding: 8px;
    font-size: 1.125rem; }
  /* line 12, scss/module/timely-message.scss */
  .timely-message ul {
    display: flex;
    flex-wrap: wrap;
    padding: 15px 5px;
    border-bottom: 1px solid #ddd; }
    /* line 17, scss/module/timely-message.scss */
    .timely-message ul li {
      width: 50%;
      margin: 2% 0 0; }
      /* line 20, scss/module/timely-message.scss */
      .timely-message ul li .importAndExport {
        background-color: #3e6c3e;
        padding: 2px 10px;
        color: #fff;
        border-radius: 5px;
        margin-right: 5px; }
      /* line 27, scss/module/timely-message.scss */
      .timely-message ul li .timeText {
        font-size: 0.937rem;
        font-weight: bold; }
  /* line 34, scss/module/timely-message.scss */
  .color-style1 .timely-message .orangeText {
    color: #8a5009; }
  /* line 39, scss/module/timely-message.scss */
  .color-style1 .timely-message ul li .importAndExport {
    background-color: #0a3f7b; }
  /* line 46, scss/module/timely-message.scss */
  .color-style2 .timely-message .orangeText {
    color: #811818; }
  /* line 51, scss/module/timely-message.scss */
  .color-style2 .timely-message ul li .importAndExport {
    background-color: #811818; }
  /* line 58, scss/module/timely-message.scss */
  .color-style3 .timely-message .orangeText {
    color: #800000; }
  /* line 63, scss/module/timely-message.scss */
  .color-style3 .timely-message ul li .importAndExport {
    background-color: #954a00; }
  /* line 70, scss/module/timely-message.scss */
  .color-style4 .timely-message .orangeText {
    color: #3e6c3e; }
  /* line 75, scss/module/timely-message.scss */
  .color-style4 .timely-message ul li .importAndExport {
    background-color: #0a5e10; }
  /* line 82, scss/module/timely-message.scss */
  .color-style5 .timely-message .orangeText {
    color: #bd1411; }
  /* line 87, scss/module/timely-message.scss */
  .color-style5 .timely-message ul li .importAndExport {
    background-color: #aa2927; }
  /* line 94, scss/module/timely-message.scss */
  .color-style6 .timely-message .orangeText {
    color: #af12d4; }
  /* line 99, scss/module/timely-message.scss */
  .color-style6 .timely-message ul li .importAndExport {
    background-color: #5d2a69; }

@media screen and (max-width: 415px) {
  /* line 109, scss/module/timely-message.scss */
  .timelyMessage ul li {
    width: 100%; } }

/*-------------- 功能模組：便捷服務 ---------------*/
/* line 3, scss/module/convenient-service.scss */
.convenient-service {
  /*-------------------- 顏色設定 ---------------------*/
  /* 顏色更換：藍 */
  /* 顏色更換：深紅 */
  /* 顏色更換：橘 */
  /* 顏色更換：綠 */
  /* 顏色更換：粉紅 */
  /* 顏色更換：紫 */ }
  /* line 4, scss/module/convenient-service.scss */
  .convenient-service > div {
    width: calc(100% - 50px);
    margin: 25px auto 0; }
    /* line 8, scss/module/convenient-service.scss */
    .convenient-service > div .slick-slide {
      padding: 0 10px; }
    /* line 12, scss/module/convenient-service.scss */
    .convenient-service > div .slick-next {
      right: -25px;
      border-radius: 0px 5px 5px 0px; }
    /* line 16, scss/module/convenient-service.scss */
    .convenient-service > div .slick-prev {
      left: -25px;
      border-radius: 5px 0px 0px 5px; }
    /* line 21, scss/module/convenient-service.scss */
    .convenient-service > div .convenient-service-container {
      min-height: 400px;
      padding-bottom: 5px;
      border: 1px solid #e0e0e0;
      background-color: #ffffff; }
      /* line 27, scss/module/convenient-service.scss */
      .convenient-service > div .convenient-service-container .service-icon {
        background-color: #3e6c3e;
        padding: 5px; }
        /* line 31, scss/module/convenient-service.scss */
        .convenient-service > div .convenient-service-container .service-icon img {
          width: 90%;
          margin: 0 auto; }
      /* line 36, scss/module/convenient-service.scss */
      .convenient-service > div .convenient-service-container h3 {
        background-color: #436d43;
        color: #fff;
        text-align: center;
        padding: 5px;
        font-weight: 400; }
      /* line 43, scss/module/convenient-service.scss */
      .convenient-service > div .convenient-service-container ul {
        padding: 0 15px;
        margin: 10px 0 5px 20px; }
        /* line 47, scss/module/convenient-service.scss */
        .convenient-service > div .convenient-service-container ul li {
          height: 100%;
          padding: 5px 0;
          color: #3e6c3e;
          list-style-type: disc; }
          /* line 53, scss/module/convenient-service.scss */
          .convenient-service > div .convenient-service-container ul li a {
            color: #000;
            vertical-align: text-top; }
            /* line 57, scss/module/convenient-service.scss */
            .convenient-service > div .convenient-service-container ul li a:hover {
              color: #955900; }
            /* line 60, scss/module/convenient-service.scss */
            .convenient-service > div .convenient-service-container ul li a:focus {
              border: 2px dashed #d10000;
              outline: none; }
  /* line 76, scss/module/convenient-service.scss */
  .color-style1 .convenient-service > div .convenient-service-container .service-icon {
    background-color: #36669c; }
  /* line 79, scss/module/convenient-service.scss */
  .color-style1 .convenient-service > div .convenient-service-container h3 {
    background-color: #0a3f7b;
    color: #fff; }
  /* line 84, scss/module/convenient-service.scss */
  .color-style1 .convenient-service > div .convenient-service-container ul li {
    color: #36669c; }
    /* line 87, scss/module/convenient-service.scss */
    .color-style1 .convenient-service > div .convenient-service-container ul li a {
      color: #000; }
      /* line 90, scss/module/convenient-service.scss */
      .color-style1 .convenient-service > div .convenient-service-container ul li a:hover {
        color: #955900; }
      /* line 93, scss/module/convenient-service.scss */
      .color-style1 .convenient-service > div .convenient-service-container ul li a:focus {
        border: 2px dashed #d10000;
        outline: none; }
  /* line 108, scss/module/convenient-service.scss */
  .color-style2 .convenient-service > div .convenient-service-container .service-icon {
    background-color: #bb4242; }
  /* line 111, scss/module/convenient-service.scss */
  .color-style2 .convenient-service > div .convenient-service-container h3 {
    background-color: #811818;
    color: #fff; }
  /* line 116, scss/module/convenient-service.scss */
  .color-style2 .convenient-service > div .convenient-service-container ul li {
    color: #bb4242; }
    /* line 119, scss/module/convenient-service.scss */
    .color-style2 .convenient-service > div .convenient-service-container ul li a {
      color: #000; }
      /* line 122, scss/module/convenient-service.scss */
      .color-style2 .convenient-service > div .convenient-service-container ul li a:hover {
        color: #955900; }
  /* line 136, scss/module/convenient-service.scss */
  .color-style3 .convenient-service > div .convenient-service-container .service-icon {
    background-color: #F8980F; }
  /* line 139, scss/module/convenient-service.scss */
  .color-style3 .convenient-service > div .convenient-service-container h3 {
    background-color: #ca7700;
    color: #000; }
  /* line 144, scss/module/convenient-service.scss */
  .color-style3 .convenient-service > div .convenient-service-container ul li {
    color: #F8980F; }
    /* line 147, scss/module/convenient-service.scss */
    .color-style3 .convenient-service > div .convenient-service-container ul li a {
      color: #000; }
      /* line 150, scss/module/convenient-service.scss */
      .color-style3 .convenient-service > div .convenient-service-container ul li a:hover {
        color: #955900; }
  /* line 164, scss/module/convenient-service.scss */
  .color-style4 .convenient-service > div .convenient-service-container .service-icon {
    background-color: #3e6c3e; }
  /* line 167, scss/module/convenient-service.scss */
  .color-style4 .convenient-service > div .convenient-service-container h3 {
    background-color: #0a5e10;
    color: #fff; }
  /* line 172, scss/module/convenient-service.scss */
  .color-style4 .convenient-service > div .convenient-service-container ul li {
    color: #3e6c3e; }
    /* line 175, scss/module/convenient-service.scss */
    .color-style4 .convenient-service > div .convenient-service-container ul li a {
      color: #000; }
      /* line 178, scss/module/convenient-service.scss */
      .color-style4 .convenient-service > div .convenient-service-container ul li a:hover {
        color: #955900; }
  /* line 192, scss/module/convenient-service.scss */
  .color-style5 .convenient-service > div .convenient-service-container .service-icon {
    background-color: #c96b69; }
  /* line 195, scss/module/convenient-service.scss */
  .color-style5 .convenient-service > div .convenient-service-container h3 {
    background-color: #8c2c2b;
    color: #fff; }
  /* line 200, scss/module/convenient-service.scss */
  .color-style5 .convenient-service > div .convenient-service-container ul li {
    color: #c96b69; }
    /* line 203, scss/module/convenient-service.scss */
    .color-style5 .convenient-service > div .convenient-service-container ul li a {
      color: #000; }
      /* line 206, scss/module/convenient-service.scss */
      .color-style5 .convenient-service > div .convenient-service-container ul li a:hover {
        color: #955900; }
  /* line 220, scss/module/convenient-service.scss */
  .color-style6 .convenient-service > div .convenient-service-container .service-icon {
    background-color: #a54eb9; }
  /* line 223, scss/module/convenient-service.scss */
  .color-style6 .convenient-service > div .convenient-service-container h3 {
    background-color: #5d2a69;
    color: #fff; }
  /* line 228, scss/module/convenient-service.scss */
  .color-style6 .convenient-service > div .convenient-service-container ul li {
    color: #a54eb9; }
    /* line 231, scss/module/convenient-service.scss */
    .color-style6 .convenient-service > div .convenient-service-container ul li a {
      color: #000; }
      /* line 234, scss/module/convenient-service.scss */
      .color-style6 .convenient-service > div .convenient-service-container ul li a:hover {
        color: #955900; }

/*-------------- 功能模組：圖文連結輪播 ---------------*/
/* line 3, scss/module/img-text-carousel.scss */
.img-text-carousel {
  position: relative;
  /*-------------------- color setting ---------------------*/ }
  /* line 6, scss/module/img-text-carousel.scss */
  .img-text-carousel > div {
    width: calc(100% - 50px);
    margin: 25px auto 0; }
    /* line 10, scss/module/img-text-carousel.scss */
    .img-text-carousel > div a {
      text-align: center;
      padding: 0 15px; }
      /* line 15, scss/module/img-text-carousel.scss */
      .img-text-carousel > div a div img {
        width: 100%;
        margin: auto; }
      /* line 21, scss/module/img-text-carousel.scss */
      .img-text-carousel > div a p {
        font-size: 1.125rem;
        margin-top: 10px;
        color: #000; }
      /* line 28, scss/module/img-text-carousel.scss */
      .img-text-carousel > div a:hover p {
        color: #955900; }
    /* line 34, scss/module/img-text-carousel.scss */
    .img-text-carousel > div .slick-next {
      right: -25px;
      border-radius: 0px 5px 5px 0px; }
    /* line 38, scss/module/img-text-carousel.scss */
    .img-text-carousel > div .slick-prev {
      left: -25px;
      border-radius: 5px 0px 0px 5px; }
  /* line 44, scss/module/img-text-carousel.scss */
  .img-text-carousel .more {
    text-align: center;
    position: absolute;
    top: 0;
    right: 0; }
    /* line 50, scss/module/img-text-carousel.scss */
    .img-text-carousel .more a {
      font-size: 0.95rem;
      font-weight: 400;
      display: inline-block;
      padding: 5px 15px;
      color: #ffffff;
      border-radius: 3px;
      background-color: #075849; }
      /* line 59, scss/module/img-text-carousel.scss */
      .img-text-carousel .more a:hover, .img-text-carousel .more a:active {
        background-color: #0a7f69; }
      /* line 61, scss/module/img-text-carousel.scss */
      .img-text-carousel .more a:focus {
        color: #fff;
        outline: none;
        background-color: #d10000; }
  @media screen and (max-width: 768px) {
    /* line 70, scss/module/img-text-carousel.scss */
    .img-text-carousel .more {
      margin: 15px auto 0;
      position: relative; }
      /* line 74, scss/module/img-text-carousel.scss */
      .img-text-carousel .more a {
        border-radius: 0;
        display: block; } }
  @media screen and (max-width: 414px) {
    /* line 85, scss/module/img-text-carousel.scss */
    .img-text-carousel > div a div img {
      width: 70%; } }
  /* line 97, scss/module/img-text-carousel.scss */
  .color-style1 .img-text-carousel .more a {
    background-color: #0a3f7b;
    color: #ffffff; }
    /* line 101, scss/module/img-text-carousel.scss */
    .color-style1 .img-text-carousel .more a:hover, .color-style1 .img-text-carousel .more a:active {
      background-color: #36669c; }
    /* line 103, scss/module/img-text-carousel.scss */
    .color-style1 .img-text-carousel .more a:focus {
      color: #fff;
      outline: none;
      background-color: #d10000; }
  /* line 115, scss/module/img-text-carousel.scss */
  .color-style2 .img-text-carousel .more a {
    background-color: #5e0a0a;
    color: #ffffff; }
    /* line 119, scss/module/img-text-carousel.scss */
    .color-style2 .img-text-carousel .more a:hover, .color-style2 .img-text-carousel .more a:active {
      background-color: #bb4242; }
    /* line 121, scss/module/img-text-carousel.scss */
    .color-style2 .img-text-carousel .more a:focus {
      color: #fff;
      outline: none;
      background-color: #d10000; }
  /* line 133, scss/module/img-text-carousel.scss */
  .color-style3 .img-text-carousel .more a {
    background-color: #824e00;
    color: #ffffff; }
    /* line 137, scss/module/img-text-carousel.scss */
    .color-style3 .img-text-carousel .more a:hover, .color-style3 .img-text-carousel .more a:active {
      background-color: #F8980F;
      color: #353535; }
    /* line 142, scss/module/img-text-carousel.scss */
    .color-style3 .img-text-carousel .more a:focus {
      color: #fff;
      outline: none;
      background-color: #d10000; }
  /* line 154, scss/module/img-text-carousel.scss */
  .color-style4 .img-text-carousel .more a {
    background-color: #0a5e10;
    color: #ffffff; }
    /* line 158, scss/module/img-text-carousel.scss */
    .color-style4 .img-text-carousel .more a:hover, .color-style4 .img-text-carousel .more a:active {
      background-color: #188144; }
    /* line 160, scss/module/img-text-carousel.scss */
    .color-style4 .img-text-carousel .more a:focus {
      color: #fff;
      outline: none;
      background-color: #d10000; }
  /* line 172, scss/module/img-text-carousel.scss */
  .color-style5 .img-text-carousel .more a {
    background-color: #ffdede;
    color: #000; }
    /* line 176, scss/module/img-text-carousel.scss */
    .color-style5 .img-text-carousel .more a:hover, .color-style5 .img-text-carousel .more a:active {
      background-color: #9b3937;
      color: #ffffff; }
    /* line 182, scss/module/img-text-carousel.scss */
    .color-style5 .img-text-carousel .more a:focus {
      color: #fff;
      outline: none;
      background-color: #d10000; }
  /* line 194, scss/module/img-text-carousel.scss */
  .color-style6 .img-text-carousel .more a {
    background-color: #5e146e;
    color: #ffffff; }
    /* line 198, scss/module/img-text-carousel.scss */
    .color-style6 .img-text-carousel .more a:hover, .color-style6 .img-text-carousel .more a:focus, .color-style6 .img-text-carousel .more a:active {
      background-color: #802b93; }

/*-------------------- 功能模組：行事曆 ---------------------*/
/* line 25, scss/module/calendar-box.scss */
.calendar-box {
  /*-------------------- 顏色設定 ---------------------*/
  /* 顏色更換：藍 */
  /* 顏色更換：深紅 */
  /* 顏色更換：橘 */
  /* 顏色更換：綠 */
  /* 顏色更換：粉紅 */
  /* 顏色更換：紫 */ }
  /* line 26, scss/module/calendar-box.scss */
  .calendar-box .border-box {
    background-color: #ffffff;
    padding: 10px;
    position: relative; }
  /* line 32, scss/module/calendar-box.scss */
  .calendar-box .calendar {
    margin-bottom: 5px; }
    /* line 35, scss/module/calendar-box.scss */
    .calendar-box .calendar .ui-widget-header {
      background: none;
      border-left: none;
      border-right: none;
      border-top: none;
      border-radius: 0;
      padding: 0 0 .4em; }
    /* line 44, scss/module/calendar-box.scss */
    .calendar-box .calendar .ui-widget.ui-widget-content {
      border: none; }
      /* line 47, scss/module/calendar-box.scss */
      .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; }
        /* line 57, scss/module/calendar-box.scss */
        .calendar-box .calendar .ui-widget.ui-widget-content .ui-state-default:focus {
          color: #fff !important;
          background-color: #d10000 !important; }
      /* line 63, scss/module/calendar-box.scss */
      .calendar-box .calendar .ui-widget.ui-widget-content .ui-state-active {
        color: #454545; }
      /* line 65, scss/module/calendar-box.scss */
      .calendar-box .calendar .ui-widget.ui-widget-content .ui-state-highlight {
        color: #ffffff;
        background: #008269; }
    /* line 71, scss/module/calendar-box.scss */
    .calendar-box .calendar .ui-datepicker {
      width: 100%;
      padding: 0; }
      /* line 76, scss/module/calendar-box.scss */
      .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; }
        /* line 84, scss/module/calendar-box.scss */
        .calendar-box .calendar .ui-datepicker .ui-datepicker-title select + select {
          margin-left: 5px; }
      /* line 88, scss/module/calendar-box.scss */
      .calendar-box .calendar .ui-datepicker .ui-datepicker-next-hover,
      .calendar-box .calendar .ui-datepicker .ui-datepicker-prev-hover {
        top: 2px; }
      /* line 90, scss/module/calendar-box.scss */
      .calendar-box .calendar .ui-datepicker .ui-datepicker-prev-hover {
        left: 2px; }
      /* line 91, scss/module/calendar-box.scss */
      .calendar-box .calendar .ui-datepicker .ui-datepicker-next-hover {
        right: 2px; }
      /* line 93, scss/module/calendar-box.scss */
      .calendar-box .calendar .ui-datepicker .ui-datepicker-prev,
      .calendar-box .calendar .ui-datepicker .ui-datepicker-next {
        top: 0; }
        /* line 97, scss/module/calendar-box.scss */
        .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; }
      /* line 107, scss/module/calendar-box.scss */
      .calendar-box .calendar .ui-datepicker .ui-datepicker-prev span {
        left: calc(50% - 12px);
        background-image: url(../img/calendar_prev.png); }
      /* line 108, scss/module/calendar-box.scss */
      .calendar-box .calendar .ui-datepicker .ui-datepicker-next span {
        right: calc(50% - 12px);
        background-image: url(../img/calendar_next.png); }
      /* line 111, scss/module/calendar-box.scss */
      .calendar-box .calendar .ui-datepicker table th {
        font-weight: normal;
        padding: .5em .3em; }
        /* line 114, scss/module/calendar-box.scss */
        .calendar-box .calendar .ui-datepicker table th span {
          font-size: 0.875rem; }
      /* line 116, scss/module/calendar-box.scss */
      .calendar-box .calendar .ui-datepicker table td {
        text-align: center;
        padding: 6px 1px; }
        /* line 120, scss/module/calendar-box.scss */
        .calendar-box .calendar .ui-datepicker table td.eventDatesHighlighted a {
          color: #ffffff !important;
          background: #835003 !important; }
  /* line 130, scss/module/calendar-box.scss */
  .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; }
  /* line 143, scss/module/calendar-box.scss */
  .calendar-box .tips {
    border-top: 1px solid #cccccc;
    padding-top: 10px; }
    /* line 147, scss/module/calendar-box.scss */
    .calendar-box .tips > div {
      font-size: 0.875rem;
      float: left; }
      /* line 151, scss/module/calendar-box.scss */
      .calendar-box .tips > div + div {
        margin-left: 15px; }
      /* line 152, scss/module/calendar-box.scss */
      .calendar-box .tips > div::before {
        content: '';
        width: 10px;
        height: 10px;
        display: inline-block;
        border-radius: 50%;
        margin-right: 5px; }
    /* line 163, scss/module/calendar-box.scss */
    .calendar-box .tips .today::before {
      background-color: #008269; }
    /* line 167, scss/module/calendar-box.scss */
    .calendar-box .tips .article-content::before {
      background-color: #835003; }
    /* line 170, scss/module/calendar-box.scss */
    .calendar-box .tips::after {
      content: '';
      display: block;
      clear: both; }
  /* line 177, scss/module/calendar-box.scss */
  .calendar-box-pages {
    text-align: center;
    margin: 35px 0 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; }
    /* line 185, scss/module/calendar-box.scss */
    .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; }
      /* line 198, scss/module/calendar-box.scss */
      .calendar-box-pages a:hover {
        background-color: #955900; }
      /* line 201, scss/module/calendar-box.scss */
      .calendar-box-pages a.active {
        background-color: #353535; }
      /* line 205, scss/module/calendar-box.scss */
      .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; }
        /* line 221, scss/module/calendar-box.scss */
        .calendar-box-pages a.prev:hover, .calendar-box-pages a.first:hover {
          border-color: transparent #955900 transparent transparent; }
      /* line 226, scss/module/calendar-box.scss */
      .calendar-box-pages a.prev {
        margin: 0 30px 0 10px; }
        /* line 229, scss/module/calendar-box.scss */
        .calendar-box-pages a.prev::before {
          content: '';
          width: 0;
          height: 25px;
          border-left: 1px solid #999999;
          position: absolute;
          top: -13px;
          right: -31px; }
      /* line 241, scss/module/calendar-box.scss */
      .calendar-box-pages a.first::before {
        content: '';
        width: 0;
        height: 25px;
        border-left: 1px solid #999999;
        position: absolute;
        top: -13px;
        left: -15px; }
      /* line 251, scss/module/calendar-box.scss */
      .calendar-box-pages a.first::after {
        content: '';
        width: 2px;
        height: 15px;
        background: #999999;
        position: absolute;
        top: -8px;
        left: -1px; }
        /* line 260, scss/module/calendar-box.scss */
        .calendar-box-pages a.first::after:hover {
          background: #955900; }
      /* line 266, scss/module/calendar-box.scss */
      .calendar-box-pages a.first:hover::after {
        background: #955900; }
      /* line 274, scss/module/calendar-box.scss */
      .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; }
        /* line 290, scss/module/calendar-box.scss */
        .calendar-box-pages a.next:hover, .calendar-box-pages a.last:hover {
          border-color: transparent transparent transparent #955900; }
      /* line 295, scss/module/calendar-box.scss */
      .calendar-box-pages a.next {
        margin: 0 10px 0 30px; }
        /* line 298, scss/module/calendar-box.scss */
        .calendar-box-pages a.next::before {
          content: '';
          width: 0;
          height: 25px;
          border-left: 1px solid #999999;
          position: absolute;
          top: -13px;
          left: -31px; }
      /* line 310, scss/module/calendar-box.scss */
      .calendar-box-pages a.last::before {
        content: '';
        width: 0;
        height: 25px;
        border-left: 1px solid #999999;
        position: absolute;
        top: -13px;
        right: -15px; }
      /* line 320, scss/module/calendar-box.scss */
      .calendar-box-pages a.last::after {
        content: '';
        width: 2px;
        height: 15px;
        background: #999999;
        position: absolute;
        top: -8px;
        right: -1px; }
      /* line 333, scss/module/calendar-box.scss */
      .calendar-box-pages a.last:hover::after {
        background: #955900; }
    /* line 341, scss/module/calendar-box.scss */
    .calendar-box-pages p {
      width: 100%;
      margin-top: 20px; }
  @media only screen and (max-width: 414px) {
    /* line 348, scss/module/calendar-box.scss */
    .calendar-box-pages {
      display: block;
      position: relative; }
      /* line 352, scss/module/calendar-box.scss */
      .calendar-box-pages a {
        padding: 0 5px; }
        /* line 355, scss/module/calendar-box.scss */
        .calendar-box-pages a.prev, .calendar-box-pages a.first, .calendar-box-pages a.next, .calendar-box-pages a.last {
          position: absolute;
          top: 55px; }
        /* line 363, scss/module/calendar-box.scss */
        .calendar-box-pages a.prev {
          left: calc(50% - 38px); }
          /* line 365, scss/module/calendar-box.scss */
          .calendar-box-pages a.prev::before {
            display: none; }
        /* line 367, scss/module/calendar-box.scss */
        .calendar-box-pages a.first {
          left: calc(50% - 70px); }
        /* line 368, scss/module/calendar-box.scss */
        .calendar-box-pages a.next {
          right: calc(50% - 38px); }
          /* line 370, scss/module/calendar-box.scss */
          .calendar-box-pages a.next::before {
            display: none; }
        /* line 372, scss/module/calendar-box.scss */
        .calendar-box-pages a.last {
          right: calc(50% - 70px); }
      /* line 375, scss/module/calendar-box.scss */
      .calendar-box-pages p {
        margin-top: 60px; } }
  /* line 385, scss/module/calendar-box.scss */
  .color-style1 .calendar-box .calendar .ui-widget.ui-widget-content .ui-state-highlight {
    background: #835003; }
  /* line 392, scss/module/calendar-box.scss */
  .color-style1 .calendar-box .calendar .ui-datepicker table td.eventDatesHighlighted a {
    background: #184e69 !important; }
  /* line 399, scss/module/calendar-box.scss */
  .color-style1 .calendar-box .tips .today::before {
    background-color: #835003; }
  /* line 403, scss/module/calendar-box.scss */
  .color-style1 .calendar-box .tips .article-content::before {
    background-color: #184e69; }
  /* line 412, scss/module/calendar-box.scss */
  .color-style2 .calendar-box .calendar .ui-widget.ui-widget-content .ui-state-highlight {
    background: #811818; }
  /* line 419, scss/module/calendar-box.scss */
  .color-style2 .calendar-box .calendar .ui-datepicker table td.eventDatesHighlighted a {
    background: #c42222 !important; }
  /* line 426, scss/module/calendar-box.scss */
  .color-style2 .calendar-box .tips .today::before {
    background-color: #811818; }
  /* line 430, scss/module/calendar-box.scss */
  .color-style2 .calendar-box .tips .article-content::before {
    background-color: #c42222; }
  /* line 439, scss/module/calendar-box.scss */
  .color-style3 .calendar-box .calendar .ui-widget.ui-widget-content .ui-state-highlight {
    background: #a26100; }
  /* line 446, scss/module/calendar-box.scss */
  .color-style3 .calendar-box .calendar .ui-datepicker table td.eventDatesHighlighted a {
    background: #0379a7 !important; }
  /* line 453, scss/module/calendar-box.scss */
  .color-style3 .calendar-box .tips .today::before {
    background-color: #a26100; }
  /* line 457, scss/module/calendar-box.scss */
  .color-style3 .calendar-box .tips .article-content::before {
    background-color: #0379a7; }
  /* line 466, scss/module/calendar-box.scss */
  .color-style4 .calendar-box .calendar .ui-widget.ui-widget-content .ui-state-highlight {
    background: #835003; }
  /* line 473, scss/module/calendar-box.scss */
  .color-style4 .calendar-box .calendar .ui-datepicker table td.eventDatesHighlighted a {
    background: #2ca05d !important; }
  /* line 480, scss/module/calendar-box.scss */
  .color-style4 .calendar-box .tips .today::before {
    background-color: #835003; }
  /* line 484, scss/module/calendar-box.scss */
  .color-style4 .calendar-box .tips .article-content::before {
    background-color: #2ca05d; }
  /* line 493, scss/module/calendar-box.scss */
  .color-style5 .calendar-box .calendar .ui-widget.ui-widget-content .ui-state-highlight {
    background: #972020; }
  /* line 500, scss/module/calendar-box.scss */
  .color-style5 .calendar-box .calendar .ui-datepicker table td.eventDatesHighlighted a {
    background: #c42222 !important; }
  /* line 507, scss/module/calendar-box.scss */
  .color-style5 .calendar-box .tips .today::before {
    background-color: #972020; }
  /* line 511, scss/module/calendar-box.scss */
  .color-style5 .calendar-box .tips .article-content::before {
    background-color: #c42222; }
  /* line 520, scss/module/calendar-box.scss */
  .color-style6 .calendar-box .calendar .ui-widget.ui-widget-content .ui-state-highlight {
    background: #835003; }
  /* line 527, scss/module/calendar-box.scss */
  .color-style6 .calendar-box .calendar .ui-datepicker table td.eventDatesHighlighted a {
    background: #802b93 !important; }
  /* line 534, scss/module/calendar-box.scss */
  .color-style6 .calendar-box .tips .today::before {
    background-color: #835003; }
  /* line 538, scss/module/calendar-box.scss */
  .color-style6 .calendar-box .tips .article-content::before {
    background-color: #802b93; }

/* line 543, scss/module/calendar-box.scss */
.ui-button.ui-corner-all.ui-widget.ui-button-icon-only.ui-dialog-titlebar-close:focus {
  outline: 3px solid #d10000; }

/*-------------------- 功能模組：電子報 ---------------------*/
/* line 3, scss/module/newspaper.scss */
.newspaper {
  /*-------------------- 顏色設定 ---------------------*/
  /* 顏色更換：藍 */
  /* 顏色更換：深紅 */
  /* 顏色更換：橘 */
  /* 顏色更換：綠 */
  /* 顏色更換：粉紅 */
  /* 顏色更換：紫 */ }
  /* line 4, scss/module/newspaper.scss */
  .newspaper .email-box {
    margin-bottom: 10px; }
    /* line 6, scss/module/newspaper.scss */
    .newspaper .email-box input {
      width: 100%;
      height: 35px;
      outline: #555 solid 2px; }
      /* line 10, scss/module/newspaper.scss */
      .newspaper .email-box input:focus {
        outline: #f00 solid 2px; }
  /* line 19, scss/module/newspaper.scss */
  .newspaper .order-status.two::after {
    content: '';
    display: block;
    clear: both; }
  /* line 25, scss/module/newspaper.scss */
  .newspaper .order-status.two .butn {
    width: 48%;
    height: 35px;
    float: left; }
    /* line 30, scss/module/newspaper.scss */
    .newspaper .order-status.two .butn + .butn {
      float: right; }
  /* line 37, scss/module/newspaper.scss */
  .newspaper .order-status .butn.ok {
    color: #ffffff;
    background-color: #075849;
    border-color: #0d9a7f; }
    /* line 42, scss/module/newspaper.scss */
    .newspaper .order-status .butn.ok:hover, .newspaper .order-status .butn.ok:active {
      background-color: #0a7f69; }
    /* line 46, scss/module/newspaper.scss */
    .newspaper .order-status .butn.ok:focus {
      color: #fff;
      background-color: #d10000; }
  /* line 52, scss/module/newspaper.scss */
  .newspaper .order-status .butn.cancel {
    color: #ffffff;
    background-color: #6f6f6f; }
    /* line 56, scss/module/newspaper.scss */
    .newspaper .order-status .butn.cancel:hover, .newspaper .order-status .butn.cancel:active {
      background-color: #303030; }
    /* line 60, scss/module/newspaper.scss */
    .newspaper .order-status .butn.cancel:focus {
      color: #fff;
      background-color: #d10000; }
  /* line 74, scss/module/newspaper.scss */
  .color-style1 .newspaper .order-status .butn.ok {
    background-color: #425468;
    border-color: #315782; }
    /* line 78, scss/module/newspaper.scss */
    .color-style1 .newspaper .order-status .butn.ok:hover {
      background-color: #315782; }
    /* line 81, scss/module/newspaper.scss */
    .color-style1 .newspaper .order-status .butn.ok:focus {
      color: #fff;
      background-color: #d10000; }
  /* line 87, scss/module/newspaper.scss */
  .color-style1 .newspaper .order-status .butn.cancel {
    background-color: #6f6f6f; }
    /* line 90, scss/module/newspaper.scss */
    .color-style1 .newspaper .order-status .butn.cancel:hover {
      background-color: #303030; }
    /* line 93, scss/module/newspaper.scss */
    .color-style1 .newspaper .order-status .butn.cancel:focus {
      color: #fff;
      background-color: #d10000; }
  /* line 106, scss/module/newspaper.scss */
  .color-style2 .newspaper .order-status .butn.ok {
    background-color: #c42222;
    border-color: #cf6c6c; }
    /* line 110, scss/module/newspaper.scss */
    .color-style2 .newspaper .order-status .butn.ok:hover {
      background-color: #942b2b; }
    /* line 113, scss/module/newspaper.scss */
    .color-style2 .newspaper .order-status .butn.ok:focus {
      color: #fff;
      background-color: #d10000; }
  /* line 119, scss/module/newspaper.scss */
  .color-style2 .newspaper .order-status .butn.cancel {
    background-color: #6f6f6f; }
    /* line 122, scss/module/newspaper.scss */
    .color-style2 .newspaper .order-status .butn.cancel:hover {
      background-color: #303030; }
    /* line 125, scss/module/newspaper.scss */
    .color-style2 .newspaper .order-status .butn.cancel:focus {
      color: #fff;
      background-color: #d10000; }
  /* line 138, scss/module/newspaper.scss */
  .color-style3 .newspaper .order-status .butn.ok {
    background-color: #a26100;
    border-color: #dea14a; }
    /* line 142, scss/module/newspaper.scss */
    .color-style3 .newspaper .order-status .butn.ok:hover {
      background-color: #e78f0f;
      color: #000; }
    /* line 146, scss/module/newspaper.scss */
    .color-style3 .newspaper .order-status .butn.ok:focus {
      color: #fff;
      background-color: #d10000; }
  /* line 152, scss/module/newspaper.scss */
  .color-style3 .newspaper .order-status .butn.cancel {
    background-color: #6f6f6f; }
    /* line 155, scss/module/newspaper.scss */
    .color-style3 .newspaper .order-status .butn.cancel:hover {
      background-color: #303030; }
    /* line 158, scss/module/newspaper.scss */
    .color-style3 .newspaper .order-status .butn.cancel:focus {
      color: #fff;
      background-color: #d10000; }
  /* line 171, scss/module/newspaper.scss */
  .color-style4 .newspaper .order-status .butn.ok {
    background-color: #25834d;
    border-color: #25864e; }
    /* line 175, scss/module/newspaper.scss */
    .color-style4 .newspaper .order-status .butn.ok:hover {
      background-color: #175331; }
    /* line 178, scss/module/newspaper.scss */
    .color-style4 .newspaper .order-status .butn.ok:focus {
      color: #fff;
      background-color: #d10000; }
  /* line 184, scss/module/newspaper.scss */
  .color-style4 .newspaper .order-status .butn.cancel {
    background-color: #6f6f6f; }
    /* line 187, scss/module/newspaper.scss */
    .color-style4 .newspaper .order-status .butn.cancel:hover {
      background-color: #303030; }
    /* line 190, scss/module/newspaper.scss */
    .color-style4 .newspaper .order-status .butn.cancel:focus {
      color: #fff;
      background-color: #d10000; }
  /* line 203, scss/module/newspaper.scss */
  .color-style5 .newspaper .order-status .butn.ok {
    background-color: #ce2f2b;
    border-color: #eb6f6b; }
    /* line 207, scss/module/newspaper.scss */
    .color-style5 .newspaper .order-status .butn.ok:hover {
      background-color: #861e1b; }
    /* line 210, scss/module/newspaper.scss */
    .color-style5 .newspaper .order-status .butn.ok:focus {
      color: #fff;
      background-color: #d10000; }
  /* line 216, scss/module/newspaper.scss */
  .color-style5 .newspaper .order-status .butn.cancel {
    background-color: #4d4d4d; }
    /* line 219, scss/module/newspaper.scss */
    .color-style5 .newspaper .order-status .butn.cancel:hover {
      background-color: #313131; }
    /* line 222, scss/module/newspaper.scss */
    .color-style5 .newspaper .order-status .butn.cancel:focus {
      color: #fff;
      background-color: #d10000; }
  /* line 235, scss/module/newspaper.scss */
  .color-style6 .newspaper .order-status .butn.ok {
    background-color: #74008e;
    border-color: #9a36b0; }
    /* line 239, scss/module/newspaper.scss */
    .color-style6 .newspaper .order-status .butn.ok:hover {
      background-color: #510762; }
    /* line 242, scss/module/newspaper.scss */
    .color-style6 .newspaper .order-status .butn.ok:focus {
      color: #fff;
      background-color: #d10000; }
  /* line 248, scss/module/newspaper.scss */
  .color-style6 .newspaper .order-status .butn.cancel {
    background-color: #515151; }
    /* line 251, scss/module/newspaper.scss */
    .color-style6 .newspaper .order-status .butn.cancel:hover {
      background-color: #2d2d2d; }
    /* line 254, scss/module/newspaper.scss */
    .color-style6 .newspaper .order-status .butn.cancel:focus {
      color: #fff;
      background-color: #d10000; }

/*-------------- 功能模組：統計指標 ---------------*/
/* line 3, scss/module/statistical-indicators.scss */
.statistical-indicators {
  background-color: #fff;
  /*-------------------- 顏色設定 ---------------------*/
  /* 顏色更換：藍 */
  /* 顏色更換：深紅 */
  /* 顏色更換：橘 */
  /* 顏色更換：綠 */
  /* 顏色更換：粉紅 */
  /* 顏色更換：紫 */ }
  /* line 6, scss/module/statistical-indicators.scss */
  .statistical-indicators .statistical-container {
    min-height: 205px;
    margin-bottom: 10px;
    padding: 0 10px; }
    /* line 11, scss/module/statistical-indicators.scss */
    .statistical-indicators .statistical-container::after {
      content: '';
      clear: both;
      display: block; }
    /* line 17, scss/module/statistical-indicators.scss */
    .statistical-indicators .statistical-container .list {
      width: 63%;
      float: left;
      overflow: auto; }
      /* line 22, scss/module/statistical-indicators.scss */
      .statistical-indicators .statistical-container .list li {
        padding: 0 10px; }
        /* line 25, scss/module/statistical-indicators.scss */
        .statistical-indicators .statistical-container .list li + li {
          border-top: 1px solid #e5e5e5; }
        /* line 27, scss/module/statistical-indicators.scss */
        .statistical-indicators .statistical-container .list li::after {
          content: '';
          clear: both;
          display: block; }
        /* line 33, scss/module/statistical-indicators.scss */
        .statistical-indicators .statistical-container .list li:hover {
          color: #ffffff;
          background-color: #30194b; }
          /* line 38, scss/module/statistical-indicators.scss */
          .statistical-indicators .statistical-container .list li:hover .title a {
            color: #ffffff; }
        /* line 42, scss/module/statistical-indicators.scss */
        .statistical-indicators .statistical-container .list li div {
          float: left;
          height: 40px;
          line-height: 40px; }
        /* line 48, scss/module/statistical-indicators.scss */
        .statistical-indicators .statistical-container .list li .title {
          width: 67%;
          padding-right: 15px;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
          /* line 55, scss/module/statistical-indicators.scss */
          .statistical-indicators .statistical-container .list li .title a {
            color: #353535; }
            /* line 57, scss/module/statistical-indicators.scss */
            .statistical-indicators .statistical-container .list li .title a:hover {
              text-decoration: underline; }
            /* line 58, scss/module/statistical-indicators.scss */
            .statistical-indicators .statistical-container .list li .title a:focus {
              outline: none;
              border: 3px dashed #d10000; }
        /* line 65, scss/module/statistical-indicators.scss */
        .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; }
          /* line 75, scss/module/statistical-indicators.scss */
          .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; }
          /* line 87, scss/module/statistical-indicators.scss */
          .statistical-indicators .statistical-container .list li .static-num.up::before {
            background-image: url(../img/icon_up.png); }
          /* line 93, scss/module/statistical-indicators.scss */
          .statistical-indicators .statistical-container .list li .static-num.down::before {
            background-image: url(../img/icon_down.png); }
    /* line 101, scss/module/statistical-indicators.scss */
    .statistical-indicators .statistical-container .chart {
      float: right;
      width: 35%;
      border-radius: 5px;
      border: 1px solid #e3e3e3;
      padding: 5px; }
      /* line 107, scss/module/statistical-indicators.scss */
      .statistical-indicators .statistical-container .chart a {
        display: block; }
        /* line 109, scss/module/statistical-indicators.scss */
        .statistical-indicators .statistical-container .chart a img {
          width: 100%; }
        /* line 112, scss/module/statistical-indicators.scss */
        .statistical-indicators .statistical-container .chart a:focus {
          outline: none;
          border: 3px dashed #d10000; }
  /* line 121, scss/module/statistical-indicators.scss */
  .statistical-indicators .more {
    width: 100%;
    font-size: 0.95rem;
    font-weight: 400;
    display: block;
    text-align: right;
    padding: 10px 15px;
    color: #ffffff;
    background-color: #008269; }
    /* line 131, scss/module/statistical-indicators.scss */
    .statistical-indicators .more:hover {
      background-color: #075849; }
    /* line 134, scss/module/statistical-indicators.scss */
    .statistical-indicators .more:focus {
      background-color: #d10000;
      color: #fff; }
  @media screen and (max-width: 600px) {
    /* line 142, scss/module/statistical-indicators.scss */
    .statistical-indicators .statistical-container .list {
      width: 100%;
      float: none; }
    /* line 143, scss/module/statistical-indicators.scss */
    .statistical-indicators .statistical-container .chart {
      width: 100%;
      max-width: 300px;
      float: none;
      margin: 15px auto 0; } }
  @media screen and (max-width: 414px) {
    /* line 153, scss/module/statistical-indicators.scss */
    .statistical-indicators .statistical-container {
      padding: 0; }
      /* line 158, scss/module/statistical-indicators.scss */
      .statistical-indicators .statistical-container .list li .title {
        padding-right: 10px; }
        /* line 160, scss/module/statistical-indicators.scss */
        .statistical-indicators .statistical-container .list li .title a {
          font-size: 0.9rem; }
      /* line 162, scss/module/statistical-indicators.scss */
      .statistical-indicators .statistical-container .list li .static-num {
        font-size: 0.9rem;
        padding-left: 20px; }
        /* line 166, scss/module/statistical-indicators.scss */
        .statistical-indicators .statistical-container .list li .static-num::before {
          top: 13px;
          width: 15px;
          height: 15px; } }
  /* line 184, scss/module/statistical-indicators.scss */
  .color-style1 .statistical-indicators .statistical-container .list li:hover {
    color: #ffffff;
    background-color: #0a3f7b; }
  /* line 192, scss/module/statistical-indicators.scss */
  .color-style1 .statistical-indicators .more {
    background-color: #0a3f7b;
    color: #ffffff; }
    /* line 196, scss/module/statistical-indicators.scss */
    .color-style1 .statistical-indicators .more:hover {
      background-color: #012144; }
    /* line 199, scss/module/statistical-indicators.scss */
    .color-style1 .statistical-indicators .more:focus {
      background-color: #d10000;
      color: #fff; }
  /* line 211, scss/module/statistical-indicators.scss */
  .color-style2 .statistical-indicators .statistical-container .list li:hover {
    color: #ffffff;
    background-color: #5e0a0a; }
  /* line 219, scss/module/statistical-indicators.scss */
  .color-style2 .statistical-indicators .more {
    background-color: #5e0a0a;
    color: #ffffff; }
    /* line 223, scss/module/statistical-indicators.scss */
    .color-style2 .statistical-indicators .more:hover {
      background-color: #811818; }
    /* line 226, scss/module/statistical-indicators.scss */
    .color-style2 .statistical-indicators .more:focus {
      background-color: #d10000;
      color: #fff; }
  /* line 238, scss/module/statistical-indicators.scss */
  .color-style3 .statistical-indicators .statistical-container .list li:hover {
    color: #ffffff;
    background-color: #ca7700; }
  /* line 246, scss/module/statistical-indicators.scss */
  .color-style3 .statistical-indicators .more {
    background-color: #a96506;
    color: #ffffff; }
    /* line 250, scss/module/statistical-indicators.scss */
    .color-style3 .statistical-indicators .more:hover {
      background-color: #ffb141;
      color: #353535; }
    /* line 254, scss/module/statistical-indicators.scss */
    .color-style3 .statistical-indicators .more:focus {
      background-color: #d10000;
      color: #fff; }
  /* line 266, scss/module/statistical-indicators.scss */
  .color-style4 .statistical-indicators .statistical-container .list li:hover {
    color: #ffffff;
    background-color: #0a5e10; }
  /* line 274, scss/module/statistical-indicators.scss */
  .color-style4 .statistical-indicators .more {
    background-color: #0a5e10;
    color: #ffffff; }
    /* line 278, scss/module/statistical-indicators.scss */
    .color-style4 .statistical-indicators .more:hover {
      background-color: #188144; }
    /* line 281, scss/module/statistical-indicators.scss */
    .color-style4 .statistical-indicators .more:focus {
      background-color: #d10000;
      color: #fff; }
  /* line 293, scss/module/statistical-indicators.scss */
  .color-style5 .statistical-indicators .statistical-container .list li:hover {
    color: #ffffff;
    background-color: #bf5858; }
  /* line 301, scss/module/statistical-indicators.scss */
  .color-style5 .statistical-indicators .more {
    background-color: #ffdede;
    color: #611111; }
    /* line 305, scss/module/statistical-indicators.scss */
    .color-style5 .statistical-indicators .more:hover {
      background-color: #611111;
      color: #ffffff; }
    /* line 310, scss/module/statistical-indicators.scss */
    .color-style5 .statistical-indicators .more:focus {
      background-color: #d10000;
      color: #fff; }
  /* line 322, scss/module/statistical-indicators.scss */
  .color-style6 .statistical-indicators .statistical-container .list li:hover {
    color: #ffffff;
    background-color: #5e146e; }
  /* line 330, scss/module/statistical-indicators.scss */
  .color-style6 .statistical-indicators .more {
    background-color: #5e146e;
    color: #ffffff; }
    /* line 334, scss/module/statistical-indicators.scss */
    .color-style6 .statistical-indicators .more:hover {
      background-color: #802b93; }
    /* line 337, scss/module/statistical-indicators.scss */
    .color-style6 .statistical-indicators .more:focus {
      background-color: #d10000;
      color: #fff; }

/*-------------- 功能模組：倒數 ---------------*/
/* line 2, scss/module/bell.scss */
.bell {
  position: fixed;
  width: 100%;
  max-width: 320px;
  top: 17vh;
  left: 0;
  z-index: 99; }
  /* line 9, scss/module/bell.scss */
  .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; }
    /* line 18, scss/module/bell.scss */
    .bell .bell-button img {
      width: 100%; }
  /* line 22, scss/module/bell.scss */
  .bell .bell-container {
    position: relative;
    display: none; }
    /* line 25, scss/module/bell.scss */
    .bell .bell-container li {
      border-bottom: 5px solid #ddd; }
      /* line 28, scss/module/bell.scss */
      .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; }
      /* line 36, scss/module/bell.scss */
      .bell .bell-container li .bell-box {
        display: flex;
        padding: 0 15px;
        background-color: #fff; }
        /* line 40, scss/module/bell.scss */
        .bell .bell-container li .bell-box .bell-img {
          width: 30px; }
          /* line 42, scss/module/bell.scss */
          .bell .bell-container li .bell-box .bell-img img {
            width: 80%; }
        /* line 47, scss/module/bell.scss */
        .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; }
        /* line 54, scss/module/bell.scss */
        .bell .bell-container li .bell-box div .unit-text {
          font-size: 1rem;
          font-weight: 300; }

/*-------------- 功能模組：相簿 ---------------*/
/* line 3, scss/module/album-block.scss */
.album-block {
  /*-------------------- 顏色設定 ---------------------*/
  /* 顏色更換：藍 */
  /* 顏色更換：深紅 */
  /* 顏色更換：橘 */
  /* 顏色更換：綠 */
  /* 顏色更換：粉紅 */
  /* 顏色更換：紫 */ }
  /* line 4, scss/module/album-block.scss */
  .album-block .photo {
    position: relative;
    margin-bottom: 10px; }
    /* line 8, scss/module/album-block.scss */
    .album-block .photo img {
      width: 100%;
      border: 1px solid #cccccc; }
    /* line 13, scss/module/album-block.scss */
    .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.8);
      position: absolute;
      bottom: 1px;
      left: 1px; }
    /* line 26, scss/module/album-block.scss */
    .album-block .photo a {
      display: block; }
      /* line 29, scss/module/album-block.scss */
      .album-block .photo a:hover img {
        border: 2px solid #955900; }
      /* line 33, scss/module/album-block.scss */
      .album-block .photo a:hover p {
        width: calc(100% - 4px);
        bottom: 2px;
        left: 2px; }
      /* line 39, scss/module/album-block.scss */
      .album-block .photo a:active {
        outline: none; }
        /* line 42, scss/module/album-block.scss */
        .album-block .photo a:active img {
          border: 3px solid #955900; }
        /* line 46, scss/module/album-block.scss */
        .album-block .photo a:active p {
          width: calc(100% - 6px);
          bottom: 3px;
          left: 3px; }
      /* line 52, scss/module/album-block.scss */
      .album-block .photo a:focus {
        border: 4px dashed #d10000; }
  /* line 58, scss/module/album-block.scss */
  .album-block .more {
    width: 100%;
    font-size: 0.95rem;
    font-weight: 400;
    display: block;
    text-align: center;
    padding: 5px 0;
    color: #ffffff;
    background-color: #075849; }
    /* line 68, scss/module/album-block.scss */
    .album-block .more:hover, .album-block .more:active {
      background-color: #0a7f69; }
    /* line 70, scss/module/album-block.scss */
    .album-block .more:focus {
      color: #fff;
      background-color: #d10000; }
  /* line 80, scss/module/album-block.scss */
  .color-style1 .album-block .more {
    background-color: #0a3f7b;
    color: #ffffff; }
    /* line 84, scss/module/album-block.scss */
    .color-style1 .album-block .more:hover, .color-style1 .album-block .more:active {
      background-color: #36669c; }
    /* line 88, scss/module/album-block.scss */
    .color-style1 .album-block .more:focus {
      color: #fff;
      background-color: #d10000; }
  /* line 97, scss/module/album-block.scss */
  .color-style2 .album-block .more {
    background-color: #5e0a0a;
    color: #ffffff; }
    /* line 101, scss/module/album-block.scss */
    .color-style2 .album-block .more:hover, .color-style2 .album-block .more:active {
      background-color: #bb4242; }
    /* line 105, scss/module/album-block.scss */
    .color-style2 .album-block .more:focus {
      color: #fff;
      background-color: #d10000; }
  /* line 114, scss/module/album-block.scss */
  .color-style3 .album-block .more {
    background-color: #a26100;
    color: #ffffff; }
    /* line 118, scss/module/album-block.scss */
    .color-style3 .album-block .more:hover, .color-style3 .album-block .more:active {
      background-color: #F8980F;
      color: #353535; }
    /* line 123, scss/module/album-block.scss */
    .color-style3 .album-block .more:focus {
      color: #fff;
      background-color: #d10000; }
  /* line 132, scss/module/album-block.scss */
  .color-style4 .album-block .more {
    background-color: #0a5e10;
    color: #ffffff; }
    /* line 136, scss/module/album-block.scss */
    .color-style4 .album-block .more:hover, .color-style4 .album-block .more:active {
      background-color: #188144; }
    /* line 140, scss/module/album-block.scss */
    .color-style4 .album-block .more:focus {
      color: #fff;
      background-color: #d10000; }
  /* line 149, scss/module/album-block.scss */
  .color-style5 .album-block .more {
    background-color: #ffdede;
    color: #000; }
    /* line 153, scss/module/album-block.scss */
    .color-style5 .album-block .more:hover, .color-style5 .album-block .more:active {
      background-color: #9b3937;
      color: #ffffff; }
    /* line 159, scss/module/album-block.scss */
    .color-style5 .album-block .more:focus {
      color: #fff;
      background-color: #d10000; }
  /* line 168, scss/module/album-block.scss */
  .color-style6 .album-block .more {
    background-color: #5e146e;
    color: #ffffff; }
    /* line 172, scss/module/album-block.scss */
    .color-style6 .album-block .more:hover, .color-style6 .album-block .more:active {
      background-color: #802b93; }
    /* line 176, scss/module/album-block.scss */
    .color-style6 .album-block .more:focus {
      color: #fff;
      background-color: #d10000; }

/*-------------- 功能模組：目前天氣 ---------------*/
/* line 3, scss/module/weather.scss */
.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); }
  /* line 11, scss/module/weather.scss */
  .weather .weather-box ul {
    display: flex;
    padding: 5px 0; }
    /* line 14, scss/module/weather.scss */
    .weather .weather-box ul li {
      width: 100%; }
      /* line 16, scss/module/weather.scss */
      .weather .weather-box ul li .area {
        font-size: 1.2rem; }
      /* line 19, scss/module/weather.scss */
      .weather .weather-box ul li .rain-percentage {
        display: flex;
        margin: 10px 0; }
        /* line 22, scss/module/weather.scss */
        .weather .weather-box ul li .rain-percentage span {
          display: block;
          width: 45px;
          margin: 0 10px; }
          /* line 26, scss/module/weather.scss */
          .weather .weather-box ul li .rain-percentage span img {
            width: 100%; }
        /* line 30, scss/module/weather.scss */
        .weather .weather-box ul li .rain-percentage p {
          font-size: 1.7rem;
          font-weight: 500; }
      /* line 35, scss/module/weather.scss */
      .weather .weather-box ul li h2 {
        font-size: 2.2rem;
        text-align: right; }
  /* line 41, scss/module/weather.scss */
  .weather .weather-box .weather-container {
    border-top: 1px dashed #c0c0c0;
    padding: 10px 0; }
    /* line 45, scss/module/weather.scss */
    .weather .weather-box .weather-container li p {
      margin: 5px 0; }
    /* line 49, scss/module/weather.scss */
    .weather .weather-box .weather-container .weather-icon {
      max-width: 90px;
      width: 100%; }
      /* line 52, scss/module/weather.scss */
      .weather .weather-box .weather-container .weather-icon img {
        width: 100%; }

/* line 59, scss/module/weather.scss */
.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; }
  /* line 67, scss/module/weather.scss */
  .weather .error-text .warning {
    width: 50px; }
    /* line 69, scss/module/weather.scss */
    .weather .error-text .warning img {
      width: 100%; }
  /* line 73, scss/module/weather.scss */
  .weather .error-text p {
    font-size: 1.5rem; }

/* line 3, scss/module/accordion-menu.scss */
.accordion-menu .accordion-box li {
  margin-bottom: 5px; }
  /* line 5, scss/module/accordion-menu.scss */
  .accordion-menu .accordion-box li a {
    display: block;
    padding: 10px;
    font-size: 1.06rem;
    color: #fff; }
  /* line 11, scss/module/accordion-menu.scss */
  .accordion-menu .accordion-box li .punish {
    background: #52aac0; }
  /* line 14, scss/module/accordion-menu.scss */
  .accordion-menu .accordion-box li .occupancy {
    background: #efa55c; }
  /* line 17, scss/module/accordion-menu.scss */
  .accordion-menu .accordion-box li .rent {
    background: #7bc660; }
  /* line 20, scss/module/accordion-menu.scss */
  .accordion-menu .accordion-box li div {
    background-color: #e9edee;
    padding: 10px; }
    /* line 23, scss/module/accordion-menu.scss */
    .accordion-menu .accordion-box li div img {
      width: 100%; }
  /* line 27, scss/module/accordion-menu.scss */
  .accordion-menu .accordion-box li .accordion-content {
    display: none;
    top: -80px; }

/*-------------- 功能模組：Facebook 粉絲團嵌入 ---------------*/
/* line 2, scss/module/fb-news.scss */
.fb-news {
  overflow: hidden; }
  /* line 5, scss/module/fb-news.scss */
  .fb-news iframe {
    width: 100%; }

/* line 2, scss/module/list-button-box.scss */
.list-button-box {
  display: flex; }
  /* line 4, scss/module/list-button-box.scss */
  .list-button-box .list-button {
    width: 100%; }
    /* line 6, scss/module/list-button-box.scss */
    .list-button-box .list-button .list-button-container {
      width: 100%;
      max-width: 300px;
      margin: auto; }
      /* line 10, scss/module/list-button-box.scss */
      .list-button-box .list-button .list-button-container .list-button-img {
        -webkit-filter: drop-shadow(0px -2px 3px #ccc); }
        /* line 12, scss/module/list-button-box.scss */
        .list-button-box .list-button .list-button-container .list-button-img img {
          width: 100%; }
      /* line 16, scss/module/list-button-box.scss */
      .list-button-box .list-button .list-button-container .list-button-text {
        background-color: #fff; }
        /* line 18, scss/module/list-button-box.scss */
        .list-button-box .list-button .list-button-container .list-button-text .text-link {
          border: 2px solid #f3f3f3; }
          /* line 20, scss/module/list-button-box.scss */
          .list-button-box .list-button .list-button-container .list-button-text .text-link .h2-title {
            margin: 0;
            padding: 10px 0; }
          /* line 25, scss/module/list-button-box.scss */
          .list-button-box .list-button .list-button-container .list-button-text .text-link .text-link-container .text-buttom {
            margin: 0;
            padding: 0; }
            /* line 28, scss/module/list-button-box.scss */
            .list-button-box .list-button .list-button-container .list-button-text .text-link .text-link-container .text-buttom a {
              border-radius: 0px;
              border-bottom: 2px solid #ddd; }
              /* line 31, scss/module/list-button-box.scss */
              .list-button-box .list-button .list-button-container .list-button-text .text-link .text-link-container .text-buttom a p {
                font-size: 1rem; }
              /* line 34, scss/module/list-button-box.scss */
              .list-button-box .list-button .list-button-container .list-button-text .text-link .text-link-container .text-buttom a:focus {
                background-color: #d10000;
                color: #fff; }

@media screen and (max-width: 740px) {
  /* line 47, scss/module/list-button-box.scss */
  .list-button-box {
    display: block; }
    /* line 49, scss/module/list-button-box.scss */
    .list-button-box .list-button {
      margin-bottom: 5%; } }

/*------------------- 功能模組：文字雲 --------------------*/
/* line 2, scss/module/text-cloud.scss */
.text-cloud {
  /*-------------------- 顏色設定 ---------------------*/
  /* 顏色更換：藍 */
  /* 顏色更換：深紅 */
  /* 顏色更換：橘 */
  /* 顏色更換：綠 */
  /* 顏色更換：粉紅 */
  /* 顏色更換：紫 */ }
  /* line 3, scss/module/text-cloud.scss */
  .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 #6b6b6b; }

/*-------------------- 功能模組：臨櫃等候人數 -----------------------*/
/* line 4, scss/module/waiting-quantity.scss */
.waiting-quantity ul {
  padding: 15px;
  background-color: #f5f5f5;
  border: 2px solid #fff;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3); }
  /* line 9, scss/module/waiting-quantity.scss */
  .waiting-quantity ul li {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: flex-end; }
    /* line 14, scss/module/waiting-quantity.scss */
    .waiting-quantity ul li p {
      width: 100%;
      font-size: 1.1rem; }
    /* line 18, scss/module/waiting-quantity.scss */
    .waiting-quantity ul li .waiting-quantity-number {
      width: 60px;
      text-align: right;
      font-size: 1.5rem;
      line-height: 1;
      color: #f00; }
  /* line 27, scss/module/waiting-quantity.scss */
  .waiting-quantity ul li:first-child {
    border-bottom: 1px solid #ddd;
    padding-bottom: 7px;
    margin-bottom: 15px; }
