@charset "UTF-8";
/*此CSS檔案由SASS編譯而來，請勿直接修改，否則重新編譯時會被覆蓋*/
/*有需要請修改SASS原檔，若不知如何編譯，請先將樣式寫至 css/style_temp.css 中來使用*/
/*後續再請設計師協助整併至SASS檔案中*/
.focus-enlarge {
  transition: all 0.3s;
  display: block;
  transform: scale(1);
}
.focus-enlarge:hover, .focus-enlarge:focus {
  transform: scale(1.1);
}

a:hover:active {
  color: white;
}

.btn:hover, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
  color: white;
}

.breadcrumb {
  margin-top: 30px;
  color: #282828;
  font-weight: 400;
}

.searchSection2 {
  margin-bottom: 0;
}
.searchSection2 + .breadcrumb {
  margin-top: 0;
}

.breadcrumb-notice {
  font-size: 1.6rem;
  color: #a00202;
  margin-bottom: 10px;
  padding: 0px 25px;
  font-weight: bold;
}

#ck + #agree {
  border: 2px solid transparent;
  padding: 2px;
}
#ck:focus + #agree, #ck:hover + #agree {
  border: 2px solid crimson;
}

.btn-primary2:hover, .btn-primary2:focus, .btn-primary3:hover, .btn-primary3:focus {
  background-color: #005271 !important;
  border-color: #005271 !important;
}

@media (min-width: 1200px) {
  .auto-clear .col-lg-1:nth-child(12n+1),
  .auto-clear .col-lg-2:nth-child(6n+1),
  .auto-clear .col-lg-3:nth-child(4n+1),
  .auto-clear .col-lg-4:nth-child(3n+1),
  .auto-clear .col-lg-6:nth-child(odd) {
    clear: left;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .auto-clear .col-md-1:nth-child(12n+1),
  .auto-clear .col-md-2:nth-child(6n+1),
  .auto-clear .col-md-3:nth-child(4n+1),
  .auto-clear .col-md-4:nth-child(3n+1),
  .auto-clear .col-md-6:nth-child(odd) {
    clear: both;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .auto-clear .col-sm-1:nth-child(12n+1),
  .auto-clear .col-sm-2:nth-child(6n+1),
  .auto-clear .col-sm-3:nth-child(4n+1),
  .auto-clear .col-sm-4:nth-child(3n+1),
  .auto-clear .col-sm-6:nth-child(odd) {
    clear: both;
  }
}
@media (max-width: 767px) {
  .auto-clear .col-xs-1:nth-child(12n+1),
  .auto-clear .col-xs-2:nth-child(6n+1),
  .auto-clear .col-xs-3:nth-child(4n+1),
  .auto-clear .col-xs-4:nth-child(3n+1),
  .auto-clear .col-xs-6:nth-child(odd) {
    clear: both;
  }
}
.noscript {
  padding: 10px;
  font-size: 1.8rem;
  font-weight: bold;
  background-color: crimson;
  color: white;
  text-align: center;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

a.sr-jump {
  display: block;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: bold;
  color: #385e82;
}

.logo {
  margin: 8px 0;
  width: 220px;
  height: 75px;
}

.header-link {
  text-decoration: none;
  font-size: 1.1rem;
  line-height: 11px;
  color: #385e82;
  font-weight: bold;
  padding: 6px 0 0 0;
  transition: all 0.3s;
}
.header-link img {
  max-height: 70px;
  display: block;
  margin: 0 auto;
  transform: scale(1);
  transition: all 0.3s;
}
.header-link:hover, .header-link:focus {
  text-decoration: none;
  color: #613627;
}
.header-link:hover img, .header-link:focus img {
  transform: scale(1.15);
}

.gutter-shrink {
  padding: 0 10px;
}

.search-query {
  width: calc(100% - 70px) !important;
  max-width: 235px;
}

.searchKeyWord {
  margin-top: 5px;
}

button[type=submit]:hover,
input[type=submit]:hover,
button[type=submit]:focus,
input[type=submit]:focus {
  background-clip: border-box;
  background-color: #5f37be;
  border-color: transparent;
  color: #FFF;
}

button.multiselect {
  transition: all 0.3s;
  max-width: 300px;
}
button.multiselect:hover, button.multiselect:focus {
  color: white;
  background-color: #5f37be !important;
  transform: scale(1.05);
}
button.multiselect.active, button.multiselect:active {
  background-color: #333 !important;
  border-color: #333;
  color: white;
}

.multiselect-container .active a {
  color: white;
}
.multiselect-container .active a:hover, .multiselect-container .active a:focus {
  color: white;
}

@media only screen and (max-width: 767px) {
  .searchSection {
    margin-top: 15px;
    padding-top: 15px;
    text-align: center;
    border-top: 1px dashed;
  }
}
@media only screen and (max-width: 575px) {
  .search-query, button.multiselect {
    max-width: inherit;
  }
}
.metro .col-xs-12, .metro .col-sm-6, .metro .col-md-4, .metro .col-lg-4 {
  padding: 0 5px;
}

.metro .tile.wide.imagetext {
  border: 2px solid transparent;
  transition: background-color 0.3s;
  width: 100%;
  height: 150px;
  padding: 15px;
  display: flex;
  align-items: center;
}
.metro .tile.wide.imagetext:hover, .metro .tile.wide.imagetext:focus {
  border: 2px solid #3a6d84;
  background-color: white !important;
}
.metro .tile.wide.imagetext:hover .text-title, .metro .tile.wide.imagetext:hover .text-desc, .metro .tile.wide.imagetext:focus .text-title, .metro .tile.wide.imagetext:focus .text-desc {
  text-shadow: none;
  color: #3a6d84;
}
.metro .tile.wide.imagetext:hover img, .metro .tile.wide.imagetext:focus img {
  transform: scale(1.15);
}
.metro .tile.wide.imagetext .image-wrapper {
  text-align: center;
  width: 30%;
}
.metro .tile.wide.imagetext .image-wrapper img {
  transition: transform 0.3s ease-in-out;
  transform-origin: right;
  width: 100%;
  max-width: 100px;
}

.metro .tile.wide.imagetext .column-text, .metro .tile.wide.text .column-text, .metro .tile.widepeek.imagetext .column-text {
  margin-left: 1%;
  width: 69%;
  padding-left: 0;
}

.metro .text-title {
  transition: color 0.2s;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.3;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  min-height: 40px;
}
.metro .text-title.smaller {
  font-size: 2.6rem;
}

.metro .text-desc {
  transition: color 0.2s;
  margin-top: 8px;
  font-size: 1.5rem;
  line-height: 1.35;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.fnybox {
  line-height: 1.6;
}
.fnybox .fbox-title {
  font-size: 2.6rem;
  font-weight: bold;
}
.fnybox .fbox-desc {
  font-size: 1.6rem;
  font-weight: 400;
}
.fnybox .note {
  margin-top: 15px;
  padding: 3px 10px;
  background-color: white;
  color: crimson;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
.fnybox a.btn {
  margin-top: 15px;
  font-size: 1.8rem;
  padding: 6px 20px;
  width: 100%;
  transition: all 0.3s;
}
.fnybox a.btn:hover, .fnybox a.btn:focus {
  padding: 26px 20px;
}
.fnybox a.btn:focus {
  outline: 15px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.footer {
  text-align: center;
  margin-top: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
}
.footer .frame {
  position: relative;
}
.footer .frame .hf-aa {
  position: absolute;
  bottom: 0;
  right: 5px;
  display: inline-block;
  height: 50px;
}
.footer .frame .hf-aa img {
  height: 100%;
}
.footer .frame p {
  margin: 0;
}
.footer .frame .text {
  margin-top: 0;
}

@media only screen and (max-width: 735px) {
  .footer {
    text-align: center;
  }
  .footer .frame .hf-aa {
    position: relative;
  }
  .footer .frame .text {
    margin-top: 5px;
  }
}
.noq {
  font-size: 1.8rem;
  padding: 0 15px;
  font-weight: bold;
}

.tablecaption {
  border-radius: 4px 4px 0 0;
  border: 2px solid #b93026;
}
.tablecaption.caption-red {
  background-color: #b93026;
  color: white;
  font-size: 1.6rem;
  font-weight: bold;
  text-shadow: none;
}

.biaogeheader {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  border: 1px solid #d2d2d2;
  border-bottom: 0;
  background: #fffbd6;
  font-weight: bold;
}
.biaogeheader .item {
  padding: 5px 14px;
  font-size: 1.6rem;
}
.biaogeheader .item + .item {
  border-top: 1px solid #d2d2d2;
}
.biaogeheader .welfare-name-1, .biaogeheader .welfare-applyinfo-1 {
  width: 100%;
}
.biaogeheader .welfare-no, .biaogeheader .welfare-depart, .biaogeheader .welfare-name-2, .biaogeheader .welfare-applyinfo-2 {
  border: 0 !important;
  display: flex;
  justify-content: center;
  text-align: center;
  flex-shrink: 0;
  padding: 10px;
  color: black;
}
.biaogeheader .welfare-no {
  width: 90px;
}
.biaogeheader .welfare-depart {
  width: 120px;
}
.biaogeheader .welfare-name-2, .biaogeheader .welfare-applyinfo-2 {
  width: auto;
  justify-content: start;
  padding-left: 20px;
  flex-grow: 1;
}
.biaogeheader + .content {
  padding: 0;
}

.suggestion {
  display: flex;
  border: 1px solid lightgrey;
  border-bottom: 0;
}
.suggestion:nth-child(even) {
  background-color: #fcffe4;
}
.suggestion:last-child {
  border-bottom: 1px solid lightgrey;
}
.suggestion .item {
  font-size: 1.6rem;
  padding: 10px;
  line-height: 1.5;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: auto;
}
.suggestion .item .item {
  width: 100%;
}
.suggestion .welfare-name {
  padding: 0 10px;
  color: #da4949;
}
.suggestion .welfare-name i {
  font-size: 2.3rem;
}
.suggestion .welfare-name a {
  color: brown;
  font-size: 2rem;
  font-weight: bold;
  text-decoration: underline;
  transition: all 0.3s;
  padding-left: 3px;
}
.suggestion .welfare-name a:hover, .suggestion .welfare-name a:focus {
  margin-left: 10px;
}
.suggestion .welfare-applyinfo {
  padding: 0 10px;
  color: #111111;
  word-break: break-all;
  text-align: justify;
}
.suggestion .welfare-no {
  width: 90px;
  flex-shrink: 0;
  justify-content: center;
}
.suggestion .welfare-depart {
  width: 120px;
  flex-shrink: 0;
  justify-content: center;
}

@media only screen and (max-width: 575px) {
  .biaogeheader {
    flex-direction: column;
  }
  .biaogeheader .item {
    justify-content: start;
    padding: 5px 10px;
  }
  .suggestion {
    flex-direction: column;
    padding: 10px;
  }
  .suggestion .item {
    justify-content: start;
    padding: 0;
    margin: 0;
  }
}
.paginateButtons {
  border: 1px solid #ccc;
  padding: 10px;
}
.paginateButtons a {
  display: inline-block;
  margin: 0 3px 8px 3px;
}
.paginateButtons.no-border {
  border: 0;
}

.content {
  color: #3c3c3c;
}

.content.showInfo {
  padding: 25px;
}
.content.showInfo .btn-info {
  color: white;
  outline: auto;
  font-size: 1.5rem;
  font-weight: bold;
  background-color: #287F9A;
}
.content.showInfo .btn-info:hover, .content.showInfo .btn-info:focus {
  background-color: #226883;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.content.showInfo .detail dl:first-child {
  margin-top: 0;
}
.content.showInfo .pre-style {
  border: 1px solid #a8a8a8;
  background-color: white;
  color: #282828;
  font-size: 1.6rem;
}

.content.sitemap, .content.marquee, .content.quicksearch {
  padding: 25px;
  font-size: 1.6rem;
}
.content.sitemap .list li, .content.marquee .list li, .content.quicksearch .list li {
  margin: 0 0 10px 0;
  line-height: 1.5;
}
.content.sitemap .list a, .content.marquee .list a, .content.quicksearch .list a {
  display: inline-block;
  border-radius: 4px;
  padding: 4px 8px;
  color: #1A4C56;
  font-weight: 400;
  transition: all 0.3s;
}
.content.sitemap .list a:hover, .content.sitemap .list a:focus, .content.marquee .list a:hover, .content.marquee .list a:focus, .content.quicksearch .list a:hover, .content.quicksearch .list a:focus {
  text-decoration: none;
  background-color: #1A4C56;
  color: white;
}
.content.sitemap .list.font-enlarge, .content.marquee .list.font-enlarge, .content.quicksearch .list.font-enlarge {
  font-size: 2rem;
}
.content.marquee .list a {
  color: brown;
}
.content.marquee .list a:hover, .content.marquee .list a:focus {
  text-decoration: none;
  background-color: brown;
  color: white;
}
.content.quicksearch .req {
  color: #d9534f;
}
.content.quicksearch hr.sep {
  border-top: 1px dashed lightgray;
  margin: 30px 0;
}
.content.quicksearch .quick-question {
  position: relative;
}
.content.quicksearch .quick-question .deco {
  width: 200px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.content.quicksearch .col-md-6,
.content.quicksearch .col-sm-12 {
  padding-left: 25px;
  padding-right: 25px;
}
.content.quicksearch label,
.content.quicksearch .question,
.content.quicksearch .form-control {
  font-size: 2rem;
}
.content.quicksearch label,
.content.quicksearch .question {
  color: #876343;
  font-weight: bold;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  border: 0;
}
.content.quicksearch i {
  color: #876343;
  margin-right: 5px;
}
.content.quicksearch i.req {
  color: #d9534f;
}
.content.quicksearch .form-control {
  display: block;
  width: 100%;
  padding: 5px 15px;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #876343;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  height: auto;
  margin-bottom: 0;
}
.content.quicksearch .form-control:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
.content.quicksearch fieldset .answer {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.content.quicksearch fieldset .answer input {
  position: absolute;
  inset: 0;
  opacity: 0;
  z-index: 2;
}
.content.quicksearch fieldset .answer.grid {
  gap: 15px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
@media only screen and (max-width: 800px) {
  .content.quicksearch fieldset .answer.grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.content.quicksearch fieldset label {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 10px;
  align-content: center;
  border: 1px solid #876343;
  flex: 1;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
  margin-bottom: 0;
}
.content.quicksearch fieldset label:has(input:focus) {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
.content.quicksearch fieldset label .text {
  display: inline-block;
  line-height: 1.25;
  transition: all 0.3s;
}
.content.quicksearch fieldset label .d-inline-block {
  display: inline-block;
}
.content.quicksearch fieldset label:has(input:checked) {
  color: white;
  background-color: #22786d;
  border-color: #22786d;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}
.content.quicksearch fieldset label:has(input:checked) .text {
  transform: scale(1.1);
}
.content.quicksearch .btn-area {
  text-align: center;
}
.content.quicksearch .btn-area a {
  font-size: 2.25rem;
  font-weight: bold;
  padding: 12px 40px;
  border-radius: 6px;
  color: white;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

#mainArea iframe {
  width: 100%;
}

.close-text {
  display: inline-block;
  position: absolute;
  right: -25px;
  top: 7px;
  color: white;
  text-decoration: none;
}

a {
  color: #297889;
}

.breadcrumb .divider {
  color: #6B6B6B;
}

.text-warning {
  color: #8D6D34;
}

.opa-h2 {
  background-color: #268378;
  padding: 10px;
  border-radius: 5px;
  color: white;
  font-weight: bold;
}

.inline-checkbox .emp {
  display: inline-block;
  font-weight: bold;
  color: crimson;
}
.inline-checkbox hr {
  margin: 5px 0;
}
.inline-checkbox .group {
  display: inline-block;
}
.inline-checkbox input[type=checkbox] {
  display: inline-block;
  width: 20px;
  margin: -5px 0 0 0;
  line-height: 24px;
  height: 24px;
}
.inline-checkbox input[type=checkbox] + label {
  display: inline-block;
  line-height: 24px;
  height: 24px;
  margin: 0 5px 0 0;
}

.index_float_searchall_frame {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
}

.index_float_searchall {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 15px;
  width: 120px;
  margin-top: 15px;
}
.index_float_searchall img {
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
}

@media only screen and (max-width: 1199px) {
  .index_float_searchall {
    position: fixed;
    top: auto;
  }
}
.dpart-frame {
  display: flex;
  flex-wrap: wrap;
}
.dpart-frame .item {
  width: 25%;
  padding: 15px;
}
.dpart-frame .item a {
  position: relative;
  display: flex;
  font-size: 2.7rem;
  font-weight: bold;
  padding: 8px;
  background-color: brown;
  border-radius: 50px 0 50px 50px;
  height: 90px;
  justify-content: flex-start;
  align-items: center;
  color: white;
  text-decoration: none;
  transition: all 0.3s;
}
.dpart-frame .item a::after {
  position: absolute;
  top: 9px;
  right: 9px;
  content: "";
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #F2EADD;
  box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.3);
}
.dpart-frame .item a .num {
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background-color: white;
  font-size: 3.5rem;
  font-weight: bolder;
  color: #666666;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  transition: all 0.3s;
  display: none;
}
.dpart-frame .item a .text {
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
  padding: 0 20px 0 10px;
  justify-content: center;
  align-items: center;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  height: 100%;
  line-height: 1.2;
  text-align: center;
  align-content: space-evenly;
}
.dpart-frame .item a .dib {
  display: inline-block;
}
.dpart-frame .item a:hover, .dpart-frame .item a:focus {
  transform: scale(1.05);
}
.dpart-frame .item a:hover .num, .dpart-frame .item a:focus .num {
  font-size: 4.2rem;
  color: #2d2d2d;
}
.dpart-frame .item:nth-child(1) a {
  background: #98835e;
  background: linear-gradient(190deg, #c9b997 0%, #98835e 70%);
}
.dpart-frame .item:nth-child(2) a {
  background: #AC417A;
  background: linear-gradient(190deg, #D676B2 0%, #AC417A 70%);
}
.dpart-frame .item:nth-child(3) a {
  background: #00788F;
  background: linear-gradient(190deg, #00B0C2 0%, #00788F 70%);
}
.dpart-frame .item:nth-child(4) a {
  background: #5332A9;
  background: linear-gradient(190deg, #8B61D4 0%, #5332A9 70%);
}
.dpart-frame .item:nth-child(5) a {
  background: #008817;
  background: linear-gradient(190deg, #00BD33 0%, #008817 70%);
}
.dpart-frame .item:nth-child(6) a {
  background: #007CB5;
  background: linear-gradient(190deg, #00B3DB 0%, #007CB5 70%);
}
.dpart-frame .item:nth-child(7) a {
  background: #008465;
  background: linear-gradient(190deg, #00BA9E 0%, #008465 70%);
}
.dpart-frame .item:nth-child(8) a {
  background: #E9216A;
  background: linear-gradient(190deg, #F645A3 0%, #E9216A 70%);
}
.dpart-frame .item:nth-child(9) a {
  background: #910001;
  background: linear-gradient(190deg, #C40002 0%, #910001 70%);
}
.dpart-frame .item:nth-child(10) a {
  background: #4F7C00;
  background: linear-gradient(190deg, #87B300 0%, #4F7C00 70%);
}
.dpart-frame .item:nth-child(11) a {
  background: #7E518E;
  background: linear-gradient(190deg, #B589C1 0%, #7E518E 70%);
}
.dpart-frame .item:nth-child(12) a {
  background: #3B6377;
  background: linear-gradient(190deg, #6D9CAF 0%, #3B6377 70%);
}
.dpart-frame .item:nth-child(13) a {
  background: #A76162;
  background: linear-gradient(190deg, #D39A9B 0%, #A76162 70%);
}
.dpart-frame .item:nth-child(14) a {
  background: #A728A8;
  background: linear-gradient(190deg, #D351D3 0%, #A728A8 70%);
}
.dpart-frame .item:nth-child(15) a {
  background: #2566B1;
  background: linear-gradient(190deg, #4D9FD9 0%, #2566B1 70%);
}

@media only screen and (max-width: 986px) {
  .dpart-frame .item {
    width: 33.33%;
    padding: 8px;
  }
}
@media only screen and (max-width: 768px) {
  .dpart-frame .item {
    width: 50%;
    padding: 8px 5px;
  }
  .dpart-frame .item a {
    font-size: 2rem;
    height: 64.2857142857px;
  }
  .dpart-frame .item a .num {
    font-size: 2.5rem;
    width: 42px;
    height: 42px;
  }
  .dpart-frame .item a .text {
    padding: 0 20px 0 5px;
  }
  .dpart-frame .item a:hover .num, .dpart-frame .item a:focus .num {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 321px) {
  .dpart-frame .item {
    padding: 5px;
  }
  .dpart-frame .item a {
    padding: 6px;
    font-size: 1.5rem;
    height: 51.4285714286px;
  }
  .dpart-frame .item a .num {
    font-size: 2rem;
    width: 39.4285714286px;
    height: 39.4285714286px;
  }
  .dpart-frame .item a .text {
    padding: 0 20px 0 5px;
  }
  .dpart-frame .item a:hover .num, .dpart-frame .item a:focus .num {
    font-size: 2.5rem;
  }
}
.list-frame {
  margin: 20px 0;
  font-size: 1.8rem;
  display: flex;
  flex-wrap: wrap;
}
.list-frame .left, .list-frame .right {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.list-frame .left + .left, .list-frame .right + .left {
  margin-top: -1px;
}
.list-frame .left .header, .list-frame .right .header {
  height: 50px;
  flex: 0 0;
}
.list-frame .left .header .depart, .list-frame .right .header .depart {
  font-weight: bold;
}
.list-frame .left .header .list, .list-frame .right .header .list {
  font-weight: bold;
  flex-grow: 1;
  text-align: center;
}
.list-frame .left .item, .list-frame .right .item {
  display: flex;
  flex-grow: 1;
  border: 1px solid #919191;
}
.list-frame .left .item + .item, .list-frame .right .item + .item {
  margin-top: -1px;
}
.list-frame .left .item.header, .list-frame .right .item.header {
  flex-grow: 0;
}
.list-frame .left .depart, .list-frame .right .depart {
  background-color: #fffbe1;
  width: 120px;
  padding: 10px;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #344c58;
  font-weight: bold;
  border-right: 1px solid #919191;
}
.list-frame .left .list, .list-frame .right .list {
  width: 100%;
  padding: 10px;
  display: flex;
}
.list-frame .left .list ul, .list-frame .right .list ul {
  width: 100%;
  padding: 0;
  margin: 15px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}
.list-frame .left .list ul li, .list-frame .right .list ul li {
  width: calc((100% - 60px) / 2);
  margin-left: 20px;
}
.list-frame .left .list.only-one, .list-frame .right .list.only-one {
  justify-content: center;
}
.list-frame .left .list a, .list-frame .right .list a {
  display: block;
  color: #3b2727;
}
.list-frame .left .list a + a, .list-frame .right .list a + a {
  margin-top: 10px;
}
.list-frame .left .item:nth-child(10n+1) .depart {
  color: #2f2f2f;
}
.list-frame .left .item:nth-child(10n+2) .depart {
  color: #98835e;
}
.list-frame .left .item:nth-child(10n+3) .depart {
  color: #AC417A;
}
.list-frame .left .item:nth-child(10n+4) .depart {
  color: #00788F;
}
.list-frame .left .item:nth-child(10n+5) .depart {
  color: #5332A9;
}
.list-frame .left .item:nth-child(10n+6) .depart {
  color: #008817;
}
.list-frame .left .item:nth-child(10n+7) .depart {
  color: #007CB5;
}
.list-frame .left .item:nth-child(10n+8) .depart {
  color: #008465;
}
.list-frame .left .item:nth-child(10n+9) .depart {
  color: #3B6377;
}
.list-frame .left .item:nth-child(10n+10) .depart {
  color: #E9216A;
}
.list-frame .right .item {
  border-left: 0;
}
.list-frame .right .item:nth-child(10n+1) .depart {
  color: #2f2f2f;
}
.list-frame .right .item:nth-child(10n+2) .depart {
  color: #E9216A;
}
.list-frame .right .item:nth-child(10n+3) .depart {
  color: #910001;
}
.list-frame .right .item:nth-child(10n+4) .depart {
  color: #4F7C00;
}
.list-frame .right .item:nth-child(10n+5) .depart {
  color: #7E518E;
}
.list-frame .right .item:nth-child(10n+6) .depart {
  color: #3B6377;
}
.list-frame .right .item:nth-child(10n+7) .depart {
  color: #A76162;
}
.list-frame .right .item:nth-child(10n+8) .depart {
  color: #A728A8;
}
.list-frame .right .item:nth-child(10n+9) .depart {
  color: #2566B1;
}
.list-frame .right .item:nth-child(10n+10) .depart {
  color: #AC417A;
}

@media only screen and (max-width: 768px) {
  .list-frame .left .list ul li {
    width: calc(100% - 20px);
  }
}
.index-h2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}

.bulletin {
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang TC", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Noto Sans T Chinese", "Droid Sans Fallback", sans-serif;
  margin: 10px auto 0 auto;
  padding: 20px;
  border-radius: 12px;
  border: 4px solid #E3001C;
  background-color: white;
  font-size: 2.5rem;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
}
.bulletin .emp {
  color: #E3001C;
}
.bulletin .time {
  display: inline-block;
  padding: 3px 25px;
  border-radius: 30px;
  color: white;
  background-color: #E3001C;
}
.bulletin .sep-p {
  display: inline-block;
}
@media only screen and (max-width: 700px) {
  .bulletin .sep-p {
    display: inline;
  }
}

.index-marquee {
  background-color: #fff8bb;
  padding: 10px 0;
  font-size: 2rem;
  line-height: 1spo;
  border-bottom: 2px solid #e2d0b9;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.index-marquee a {
  display: inline-block;
  margin-right: 50px;
  color: #385c7e;
  text-decoration: none;
  transition: all 0.2s;
}
.index-marquee a:nth-child(even) {
  color: #603a3a;
}
.index-marquee a:focus, .index-marquee a:hover, .index-marquee a:active {
  color: crimson;
}

/*# sourceMappingURL=site-style.css.map */