﻿@charset "utf-8"; /** errorWrap **/
#errorWrap {
  width: 100%;
  margin: 0 auto;
} /** errorPage **/
#errorPage {
  position: relative;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 20px 0;
}
#errorPage .logo {
  display: block;
  width: 345px;
  height: 50px;
  background: url(../images/logo.png) no-repeat 50% 50%;
  background-size: contain;
  margin: 20px auto;
}
#errorPage .errorBox {
  position: relative;
  width: 100%;
  text-align: center;
  padding: 50px 20px;
  box-sizing: border-box;
  margin: 0 auto;
  background: #008299; /* Old browsers */
  background: -moz-linear-gradient(
    -45deg,
    #008299 0%,
    #0b724a 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    -45deg,
    #008299 0%,
    #0b724a 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    135deg,
    #008299 0%,
    #0b724a 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b724a', endColorstr='#008299',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  background-size: cover;
  align-content: center;
}
#errorPage .errorBox .acKey {
  position: absolute;
  top: 20px;
  left: 20px;
  color: transparent;
  font-size: 1.1em;
}
#errorPage .errorBox .acKey:hover,
#errorPage .errorBox .acKey:focus {
  color: #fff;
  outline: 1px dashed #cc3300;
}
#errorPage .errorBox h2 {
  color: #fff;
  font-size: 4.3em;
  margin: 0 0 10px 0;
  text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5), 0px 1px 15px rgba(0, 0, 0, 0.5);
}
#errorPage .errorBox h3 {
  color: #fff;
  font-size: 2.1em;
  margin: 10px 0 25px 0;
}
#errorPage .errorBox p {
  color: #fff;
  font-size: 1.9em;
  line-height: 150%;
  font-weight: bold;
}
#errorPage .errorBox p.eng {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.9em;
}
#errorPage .errorBtn {
  width: 100%;
  text-align: center;
  margin: 2rem auto 1rem auto;
}
#errorPage .errorBtn a {
  display: inline-block;
  width: calc(100% - 10px);
  max-width: 240px;
  color: #000;
  font-size: 1.7em;
  padding: 14px 0;
  border: 1px solid #000;
  box-sizing: border-box;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  margin: 5px;
}
#errorPage .errorBtn a:hover,
#errorPage .errorBtn a:focus {
  color: #fff;
  background: #000;
}
#errorPage .mark {
  text-align: center;
  margin-top: 1rem;
}
#errorPage .mark a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}
#errorPage .wd {
  text-align: center;
  margin-top: 1rem;
  box-sizing: border-box;
  padding: 0 20px;
}
#errorPage .wd p {
  color: #000;
  font-size: 1rem;
  line-height: 165%;
  margin: 0;
}
#errorPage .wd p strong {
  font-family: "Noto Serif TC", "微软雅黑", "Microsoft YaHei";
  font-size: 1.2rem;
}
#errorPage .wd p span {
  display: inline-block;
  margin: 0 10px;
}
@media screen and (max-width: 480px) {
  #errorPage .logo {
    width: 210px;
    height: 60px;
    background: url(../images/logo.png) no-repeat 50% 50%;
    background-size: contain;
  }
  #errorPage .errorBox h2 {
    font-size: 3.9em;
  }
  #errorPage .errorBox h3 {
    font-size: 1.7em;
  }
}
@media screen and (min-width: 991px) {
  #errorPage {
    min-height: 100vh;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  #errorPage > div {
    width: 100%;
    flex-grow: 0;
  }
  #errorPage .errorBox {
    flex-grow: 1;
  }
  #errorPage .logo {
    width: 460px;
    height: 60px;
    margin: 30px auto;
  }
  #errorPage .errorBox {
    padding: 60px 0;
  }
  #errorPage .errorBox .acKey {
    top: 30px;
    left: 50%;
    margin-left: -450px;
  }
  #errorPage .errorBox h2 {
    font-size: 4.9em;
  }
  #errorPage .errorBox h3 {
    font-size: 2.1em;
  }
}
@media screen and (min-width: 1200px) {
  #errorPage .errorBox h2 {
    font-size: 5.9em;
  }
  #errorPage .errorBox h3 {
    font-size: 2.7em;
  }
}
.ui-widget,
.ui-datepicker {
  font-family: "Noto Serif TC", "微軟正黑體", "Microsoft JhengHei", Arial,
    Helvetica, sans-serif !important;
  font-size: 1rem !important;
  z-index: 2 !important;
} /** comMain **/
#comMain {
  width: 100%;
  position: relative;
}
#comMain::before,
#comMain::after {
  content: "";
  display: block;
  width: 100%;
  background-color: transparent;
  position: absolute;
  left: 0;
  bottom: 0;
}
#comMain::before {
  height: 33vw;
  background-image: url(../images/wavemain.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left bottom;
}
#comMain::after {
  height: 11vw;
  background-image: url(../images/com_cover.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  visibility: visible;
}
#comMain .mianWrap {
  display: block;
  width: 100%;
  height: 0%;
  padding-bottom: 32%;
  background-image: url(../images/com-main.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  box-sizing: border-box;
  min-height: 180px;
}
#comMain.hasPic .mianWrap {
  background-image: url(../images/comMain_online.webp);
}
@media screen and (max-width: 990px) {
  #comMain.hasPic .mianWrap {
    background-position: 80% 50%;
  }
}
@media screen and (min-width: 481px) {
  #comMain::before {
    height: 27vw;
  }
  #comMain .mianWrap {
    background-position: bottom right;
  }
}
@media screen and (min-width: 991px) {
  #comMain::before {
    height: 25vw;
  }
  #comMain .mianWrap {
    padding-bottom: 24.5%;
  }
} /** ----- themePagebg ----- **/
main:has(.themePagebg) #comCenter {
  margin-bottom: 0;
  padding-bottom: 60px;
}
main:has(.themePagebg) #comCenter:has(#comPage),
main:has(.worksRow) #comCenter,
main:has(#darkShow) #comCenter {
  padding-bottom: 0;
}
main:has(.exhibg) #comCenter::before {
  height: 100%;
}
main:has(.exhibg) #comCenter::after {
  visibility: hidden;
}
main:has(.themePagebg) #comMain::before,
main:has(.themePagebg) #comMain::after,
main:has(.themePagebg) #comMain .mianWrap {
  display: none;
}
main:has(.themePagebg) #comMain .mianHead {
  position: relative;
}
main:has(.themePagebg) .mianHead .container {
  padding-top: 5.5vw;
}
main:has(.themePagebg) #comMain.hasPic .mianWrap {
  display: block;
}
main:has(.themePagebg) #comMain.hasPic .mianHead {
  position: absolute;
}
main:has(.themePagebg) #comMain.hasPic .mianHead .container {
  padding-top: 0;
}
.themePagebg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  z-index: -1;
}
.themePagebg.exhibg {
  background-image: url(../images/homebg2.webp);
}
.themePagebg::before {
  content: "";
  display: block;
  width: 100%;
  height: 0%;
  padding-bottom: 71%;
  background-image: url(../images/combg_online.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.themePagebg.exhibg::before {
  background-image: url(../images/combg_online.webp);
  background-position: left -24%;
  margin-top: -9%;
}
.themePagebg.storybg::before {
  background-image: url(../images/combg_story.webp);
  background-position: center top;
  background-size: contain;
  margin-top: 0%;
}
.themePagebg.indexbg::before {
  background-image: url(../images/storybg.webp);
  background-position: center;
  margin-top: 0%;
  height: 100%;
  padding-bottom: 0%;
}
main:has(#darkShow) .themePagebg::before {
  display: none;
}
@media screen and (max-width: 990px) {
  main:has(.themePagebg) #comCenter {
    margin-top: 0;
  }
}
@media screen and (min-width: 1260px) {
  main:has(.themePagebg) .mianHead .container {
    padding-top: 70px;
  }
} /** breadcrumbs **/
#breadcrumbs {
  width: 100%;
  padding: 0;
  margin: 0 auto;
}
#breadcrumbs ul {
  list-style: none;
}
#breadcrumbs ul li {
  position: relative;
  display: inline-block;
  font-family: "Noto Serif TC", "微軟雅黑", "Microsoft YaHei";
  color: #000;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.6;
  padding-left: 20px;
}
#breadcrumbs ul li:first-child {
  padding-left: 0;
}
#breadcrumbs ul li:before {
  position: absolute;
  content: "";
  display: block;
  position: absolute;
  left: 4px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-left: 1px solid #0e872a;
  border-bottom: 1px solid #0e872a;
  margin-top: -3px;
  z-index: 2;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
#breadcrumbs ul li:first-child:before {
  display: none;
}
#breadcrumbs ul li a {
  position: relative;
  display: block;
  color: #000;
}
#breadcrumbs ul li a:hover,
#breadcrumbs ul li a:focus {
  color: #32787e;
}
#breadcrumbs ul li a.bread-home {
  position: relative;
  padding-left: 37px;
}
#breadcrumbs ul li a.bread-home:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 21px;
  height: 21px;
  margin: -12px 0 0 5px;
  background: url(../images/icon-home-on.svg) 50% 50% no-repeat;
  background-size: contain;
  z-index: 2;
}
#breadcrumbs ul li a.bread-home:hover:before,
#breadcrumbs ul li a.bread-home:focus:before {
  background-image: url(../images/icon-home-on.svg);
}
#breadcrumbs ul li a.bread-home:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -4px;
  width: 30px;
  height: 30px;
  background: #0e872a;
  border-radius: 100%;
  z-index: 1;
}
#breadcrumbs ul li a.bread-home:hover:after,
#breadcrumbs ul li a.bread-home:focus:after {
  background: #32787e;
}
@media screen and (min-width: 480px) {
  #breadcrumbs ul li {
    font-size: 1.6em;
  }
}
@media screen and (min-width: 768px) {
  #breadcrumbs ul li a.bread-home {
    padding-left: 45px;
  }
  #breadcrumbs ul li a.bread-home:before {
    width: 25px;
    height: 25px;
    margin: -15px 0 0 7px;
  }
  #breadcrumbs ul li a.bread-home:after {
    top: -8px;
    width: 38px;
    height: 38px;
  }
}
@media screen and (min-width: 991px) {
  #breadcrumbs ul li {
    font-size: 1.7em;
  }
}
@media screen and (min-width: 1201px) {
  #breadcrumbs {
    display: flex;
    align-items: center;
  }
  #breadcrumbs ul li a.bread-home {
    padding-left: 55px;
  }
  #breadcrumbs ul li a.bread-home:before {
    margin: -16px 0 0 11px;
  }
  #breadcrumbs ul li a.bread-home:after {
    top: -14px;
    width: 48px;
    height: 48px;
  }
}
@media screen and (min-width: 1401px) {
  #breadcrumbs {
    padding-bottom: 12px;
  }
  #breadcrumbs ul li {
    padding-left: 30px;
  }
  #breadcrumbs ul li:before {
    left: 8px;
  }
  #breadcrumbs ul li a.bread-home {
    padding-left: 60px;
  }
} /* ----- mianHead ----- */
.mianHead {
  width: 100%;
  height: 100%;
  text-align: left;
  position: absolute;
  left: 0;
  top: 0;
}
.mianHead .container {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  box-sizing: border-box;
  padding-bottom: 5.5vw;
}
.mianHead:not(.unitHeader) h2 {
  font-size: 3em;
  line-height: 120%;
  font-weight: bold;
  color: #2c2e35;
  margin-top: 0.325em;
}
.mianHead:not(.unitHeader) h2 p {
  font-size: 0.75em;
  color: #007531;
  font-family: "Times New Roman";
}
.mianHead:not(.unitHeader) h2 span {
  position: relative;
  display: inline-block;
}
.mianHead:not(.unitHeader) h2 span::before {
  content: "";
  display: block;
  width: 4.105vw;
  height: 4.947vw;
  background-image: url(../images/icon_leaf.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate3d(100%, -45%, 0);
}
.unitHeader {
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  padding-top: 30px;
  display: block;
}
.unitHeader .tag {
  background-color: #2c2e35;
  color: #fff;
  padding: 10px clamp(15px, 2vw, 30px);
  border-radius: 60px;
  font-size: clamp(1.5em, 2vw, 2.5em);
  display: inline-block;
}
.unitHeader h2 {
  font-size: 3em;
  line-height: 120%;
  font-weight: bold;
  color: #2c2e35;
  margin-top: 0.25em;
}
@media screen and (min-width: 768px) {
  .mianHead:not(.unitHeader) h2 {
    font-size: 4em;
    margin-top: 0.65em;
  }
  .unitHeader h2 {
    font-size: 3.6em;
  }
}
@media screen and (min-width: 991px) {
  .mianHead {
    text-align: left;
  }
  .mianHead:not(.unitHeader) h2 {
    font-size: 5em;
  }
  .mianHead:not(.unitHeader) h2 p {
    font-size: 0.6125em;
  }
  .mianHead:not(.unitHeader) h2 span::before {
    width: 40px;
    height: 56px;
  }
  .unitHeader h2 {
    font-size: 4.6em;
  }
}
@media screen and (min-width: 1260px) {
  .unitHeader {max-width:100%;}
}
@media screen and (min-width: 1460px) {
  .mianHead:not(.unitHeader) h2 {
    font-size: 6em;
  }
  .unitHeader h2 {
    font-size: 5.6em;
  }
} /** pageNave **/
#pageNave {
  width: 100%;
}
#pageNave .flagBtn {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
#pageNave .flagBtn ul {
  list-style: none;
}
@media screen and (max-width: 990px) {
  #pageNave {
    width: calc(100% - 60px);
    margin: 0 auto 30px;
  }
  #pageNave .flagBtn ul {
    display: flex;
    margin: -5px;
    flex-wrap: wrap;
  }
  #pageNave .flagBtn li {
    display: inline-block;
    padding: 5px;
  }
  #pageNave .flagBtn a {
    display: inline-block;
    color: #fff;
    font-size: 1.5em;
    line-height: 20px;
    padding: 5px 10px;
    box-sizing: border-box;
    background: #999999;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
  }
  #pageNave .flagBtn a:hover,
  #pageNave .flagBtn a:focus {
    background: #b20000;
  }
  #pageNave .flagBtn a span {
    position: relative;
    padding-left: 15px;
  }
  #pageNave .flagBtn a span:before {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
    width: 10px;
    height: 10px;
    background: #fff;
    z-index: 2;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
  }
}
@media screen and (min-width: 991px) {
  #pageNave {
    position: fixed;
    display: flex;
    left: 20px;
    top: 50%;
    width: initial;
    align-items: center;
    z-index: 9;
  }
  #pageNave.fixed {
    position: fixed;
    top: 55px;
  }
  #pageNave .flagBtn {
    width: initial;
  }
  #pageNave .flagBtn:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
  }
  #pageNave .flagBtn ul {
    list-style: none;
    padding: 15px;
  }
  #pageNave .flagBtn li {
    width: 100%;
  }
  #pageNave .flagBtn li + li {
    margin-top: 5px;
  }
  #pageNave .flagBtn a {
    position: relative;
    display: inline-block;
    width: 50px;
    min-height: 50px;
    font-size: 1.5em;
    line-height: 20px;
    padding-left: 50px;
    box-sizing: border-box;
  }
  #pageNave .flagBtn a:hover,
  #pageNave .flagBtn a:focus {
    color: #b20000;
  }
  #pageNave .flagBtn a:before {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 40px;
    height: 40px;
    background: #fff;
    mask-image: url(../images/pageNave.svg);
    -webkit-mask-image: url(../images/pageNave.svg);
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    z-index: 2;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
  }
  #pageNave .flagBtn li:nth-of-type(2) a:before {
    mask-image: url(../images/pageNave2.svg);
    -webkit-mask-image: url(../images/pageNave2.svg);
  }
  #pageNave .flagBtn li:nth-of-type(3) a:before {
    mask-image: url(../images/pageNave3.svg);
    -webkit-mask-image: url(../images/pageNave3.svg);
  }
  #pageNave .flagBtn li:nth-of-type(4) a:before {
    mask-image: url(../images/pageNave4.svg);
    -webkit-mask-image: url(../images/pageNave4.svg);
  }
  #pageNave .flagBtn a:hover:before,
  #pageNave .flagBtn a:focus:before {
    background: #d01325;
  }
  #pageNave .flagBtn a:hover:before,
  #pageNave .flagBtn a:focus:before {
    background: #fff;
  }
  #pageNave .flagBtn a.on:before {
    background: #c62f00;
  }
  #pageNave .flagBtn a:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    background: #2c2e35;
    z-index: 1;
    box-sizing: border-box;
    border-radius: 50px;
  }
  #pageNave .flagBtn a:hover:after,
  #pageNave .flagBtn a:focus:after {
    background: #c62f00;
  }
  #pageNave .flagBtn a.on:after {
    background: #ffffff;
    border: 3px solid #c62f00;
  }
  #pageNave .flagBtn a span {
    position: absolute;
    display: flex;
    align-items: center;
    left: 0;
    width: 0;
    height: 50px;
    color: #fff;
    padding: 0;
    background: #2c2e35;
    visibility: hidden;
    word-break: keep-all;
    box-sizing: border-box;
    opacity: 0;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #pageNave .flagBtn a:hover span,
  #pageNave .flagBtn a:focus span {
    left: 55px;
    width: max-content;
    padding: 5px 15px;
    visibility: visible;
    opacity: 1;
    background: #c62f00;
  }
  #pageNave .flagBtn a.on span {
    animation-name: flagLeft;
    animation-duration: 3s;
  }
  #pageNave .flagBtn a.on:hover span,
  #pageNave .flagBtn a.on:focus span {
    background: #c62f00;
  }
}
@-webkit-keyframes flagLeft {
  0% {
    left: 0;
    width: 0;
    opacity: 0;
  }
  20% {
    left: 55px;
    width: max-content;
    padding: 5px 15px;
    visibility: visible;
    opacity: 1;
    background: #c62f00;
  }
  80% {
    left: 55px;
    width: max-content;
    padding: 5px 15px;
    visibility: visible;
    opacity: 1;
    background: #c62f00;
  }
}
@keyframes flagLeft {
  0% {
    left: 0;
  }
  20% {
    left: 55px;
    width: max-content;
    padding: 5px 15px;
    visibility: visible;
    opacity: 1;
    background: #c62f00;
  }
  80% {
    left: 55px;
    width: max-content;
    padding: 5px 15px;
    visibility: visible;
    opacity: 1;
    background: #c62f00;
  }
} /** comPage **/
#comPage {
  position: relative;
  width: 100%;
  padding: 60px 0;
  background-color: transparent;
  box-sizing: border-box;
  margin: 0 auto;
}
#comPage .container {
  box-sizing: border-box;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
#comPage img {
  max-width: 100%;
  height: auto;
}
#comPage .acKey {
  position: absolute;
  margin-top: -15px;
  z-index: 2;
}
#comPage .pageLeft,
#comPage .pageRight,
#comPage .pageCenter {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 990px) {
  #comPage .pageLeft {
    display: none;
  }
}
@media screen and (min-width: 991px) {
  #comPage {
    padding-top: 0;
  }
  #comPage .container {
    padding: 0 25px;
    flex-direction: row;
    justify-content: space-between;
  }
  #comPage .container:has(.pageLeft) {
    padding: 0;
  }
  #comPage .pageLeft {
    width: 240px;
  }
  #comPage .pageRight {
    width: calc(100% - 260px);
  }
}
@media screen and (min-width: 1260px) {
  #comPage .container {
    padding: 0 30px;
  }
}
@media screen and (min-width: 1460px) {
  #comPage .container {
    padding: 0 36px;
  }
  #comPage .pageLeft {
    width: 340px;
  }
  #comPage .pageRight {
    width: calc(100% - 380px);
  }
} /** asideNav **/
#asideNav {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
#asideTitle {
  position: relative;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  z-index: 1;
}
#asideTitle:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  background: #0e872a; /* Old browsers */
  background: -moz-linear-gradient(
    0deg,
    #0e872a 20%,
    #007531 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    0deg,
    #0e872a 20%,
    #007531 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    #0e872a 20%,
    #007531 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007531', endColorstr='#0e872a',GradientType=0 ); /* IE6-9 */
  z-index: -2;
  border-radius: 40px 0;
}
#asideTitle .sideNav {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  font-family: "Noto Serif TC", "微軟雅黑", "Microsoft YaHei";
  font-size: 2.5em;
  line-height: 120%;
  font-weight: bold;
  padding: 15px 45px 15px 20px;
  z-index: 2;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
#asideTitle .sideNav span::before,
#asideTitle .sideNav span::after {
  content: "";
  position: absolute;
  display: block;
  width: 16px;
  height: 2px;
  top: 50%;
  right: 18px;
  margin-top: -1px;
  background-color: #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#asideTitle .sideNav span::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
#asideTitle .sideNav.open span::before,
#asideTitle .sideNav.open span::after {
  right: 17px;
  width: 18px;
  background-color: #fff;
}
#asideTitle .sideNav.open span::before {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
#asideTitle .sideNav.open span::after {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}
#asideTitle h2 {
  display: flex;
  width: 100%;
  color: #fff;
  font-size: 2.5em;
  line-height: 120%;
  font-weight: bold;
  text-align: center;
  justify-content: center;
  flex-direction: column;
  z-index: 1;
}
@media screen and (max-width: 990px) {
  #asideNav {
    width: 100%;
    margin: 0 0 20px 0;
  }
  #asideTitle:before {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }
  #asideTitle h2 {
    display: none;
  }
  #asideTitle h2::after {
    position: absolute;
    right: 15px;
    top: 50%;
    content: "";
    width: 25px;
    height: 25px;
    display: inline-block;
    background-image: url(../images/sideNav-arrow.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    margin-top: -12.5px;
    transition: all 0.4s ease;
  }
  #asideTitle h2.open::after {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
  }
}
@media screen and (max-width: 560px) {
  #asideNav {
    width: 100%;
    margin: 20px 0;
  }
}
@media screen and (min-width: 991px) {
  #asideTitle {
    min-height: 100px;
  }
  #asideTitle h2 {
    font-size: 3.1em;
    margin: 0 20px 0 10px;
  }
}
@media screen and (min-width: 1200px) {
  #asideTitle {
    min-height: 120px;
  }
  #asideTitle h2 {
    font-size: 3.5em;
  }
}
@media screen and (min-width: 1600px) {
  #asideNav {
    margin-top: -35px;
  }
  #asideTitle {
    height: 140px;
  }
  #asideTitle h2 {
    font-size: 4.2em;
    margin: 0 45px 0 30px;
  }
} /** asideMenu **/
#asideMenu {
  width: 100%;
  box-sizing: border-box;
}
.asideFooter {
  display: block;
  width: 100%;
  height: 240px;
  min-height: 240px;
  background: linear-gradient(
    to bottom,
    rgba(232, 232, 227, 1) 0%,
    rgba(125, 185, 232, 0) 100%
  );
}
#asideMenu > ul {
  list-style: none;
}
#asideMenu > ul > li {
  width: 100%;
}
#asideMenu > ul > li > a {
  position: relative;
  display: flex;
  color: #3c3c3c;
  font-size: 1.9em;
  font-weight: bold;
  line-height: 135%;
  padding: 15px 40px 15px 15px;
  box-sizing: border-box;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#asideMenu > ul > li > a:hover,
#asideMenu > ul > li > a:focus {
  color: #0b724a;
}
#asideMenu > ul > li.unit-now > a,
#asideMenu > ul > li.unit-now > a.dropBtn.open {
  color: #fff;
  background-color: #0b724a;
}
#asideMenu > ul > li > a > span {
  position: absolute;
  right: 15px;
  top: 18px;
  display: inline-block;
  width: 20px;
  height: 20px;
  z-index: 10;
  transition: all 0.8s;
}
#asideMenu > ul > li > a > span::before,
#asideMenu > ul > li > a > span::after {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  top: 50%;
  right: 50%;
  background-color: #666;
  margin: -3px -6px 0 0;
  z-index: 2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#asideMenu > ul > li > a > span::after {
  margin: 3px -6px 0 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#asideMenu > ul > li > a:hover > span::before,
#asideMenu > ul > li > a:hover > span::after,
#asideMenu > ul > li > a:focus > span::before,
#asideMenu > ul > li > a:focus > span::after {
  background-color: #0b724a;
}
#asideMenu > ul > li.unit-now > a > span::before,
#asideMenu > ul > li.unit-now > a > span::after {
  background-color: #fff;
}
#asideMenu > ul > li > a.dropBtn.open {
  color: #0b724a;
  background: rgba(252, 109, 121, 0.1);
}
#asideMenu > ul > li.unit-now > a.dropBtn.open {
  color: #fff;
  background-color: #0b724a;
}
#asideMenu > ul > li > a.dropBtn span::before,
#asideMenu > ul > li > a.dropBtn span::after {
  content: "";
  position: absolute;
  display: block;
  right: 15px;
  top: 50%;
  width: 3px;
  height: 18px;
  margin-top: -9px;
  background-color: #666;
  border-radius: 100px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 3;
}
#asideMenu > ul > li.unit-now > a.dropBtn span::before,
#asideMenu > ul > li.unit-now > a.dropBtn span::after {
  background-color: #fff;
}
#asideMenu > ul > li > a.dropBtn span::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
#asideMenu > ul > li > a.dropBtn.open span::before,
#asideMenu > ul > li > a.dropBtn.open span::after,
#asideMenu > ul > li > a.dropBtn:hover span::before,
#asideMenu > ul > li > a.dropBtn:focus span::before,
#asideMenu > ul > li > a.dropBtn:hover span::after,
#asideMenu > ul > li > a.dropBtn:focus span::after {
  background-color: #0b724a;
}
#asideMenu > ul > li.unit-now > a.dropBtn span::before,
#asideMenu > ul > li.unit-now > a.dropBtn span::after {
  background-color: #fff;
}
#asideMenu > ul > li > a.dropBtn.open span::before,
#asideMenu > ul > li.unit-now > a.dropBtn.open span::before {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
#asideMenu > ul > li > a.dropBtn.open span::after,
#asideMenu > ul > li.unit-now > a.dropBtn.open span::after {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}
@media screen and (max-width: 990px) {
  #asideMenu {
    display: none;
    margin-top: 10px;
  }
  #asideMenu > ul > li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    background: #e8e7e3;
  }
  #asideMenu > ul > li:first-child {
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
  }
  #asideMenu > ul > li:last-child {
    border-bottom: none;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
  }
  #asideMenu > ul > li:first-child > a {
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
  }
  #asideMenu > ul > li:last-child > a {
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
  }
}
@media screen and (min-width: 991px) {
  #asideMenu {
    display: block;
  }
  #asideMenu > ul {
    padding: 20px 20px 0;
    box-sizing: border-box;
    background: #e8e7e3;
    border-radius: 40px 40px 0 0;
  }
  #asideMenu > ul > li:has(+ li) {
    margin-bottom: 5px;
  }
  #asideMenu > ul > li > a {
    font-size: 2.1em;
    border-radius: 50px;
  }
  #asideMenu > ul > li > a.dropBtn.open {
    border-radius: 50px;
  }
  #asideMenu > ul > li.unit-now > a {
    border-radius: 50px;
  }
}
@media screen and (min-width: 1260px) {
  #asideMenu {
    margin-top: -2vw;
  }
}
@media screen and (min-width: 1460px) {
  #asideMenu > ul > li > a {
    font-size: 2.1em;
    padding: 15px 50px 15px 20px;
  }
  #asideMenu > ul > li > a:after {
    top: 28px;
  }
  #asideMenu > ul > li > a.dropBtn.open:after {
    top: 24px;
  }
  #asideMenu > ul > li > a > span {
    right: 20px;
    top: 20px;
  }
}
@media screen and (min-width: 1660px) {
  #asideMenu > ul {
    padding: 30px 30px 0;
  }
  #asideMenu {
    margin-top: -4vw;
  }
}
@media screen and (min-width: 1860px) {
  #asideMenu {
    margin-top: -100px;
  }
} /** 左側選單 第二層 **/
#asideMenu > ul > li > ul {
  list-style: none;
  box-sizing: border-box;
  background: #f3f4ef;
}
#asideMenu > ul > li > ul > li {
  display: block;
  border-bottom: 1px dashed #ccc;
}
#asideMenu > ul > li > ul > li:last-child {
  border-bottom: none;
}
#asideMenu > ul > li > ul > li > a {
  position: relative;
  display: block;
  color: #3c3c3c;
  font-size: 1.9em;
  font-weight: bold;
  line-height: 135%;
  text-align: left;
  padding: 15px 10px 15px 35px;
  box-sizing: border-box;
  z-index: 0;
}
#asideMenu > ul > li > ul > li > a:hover,
#asideMenu > ul > li > ul > li > a:focus {
  color: #c73f00;
}
#asideMenu > ul > li > ul > li.unit-now > a {
  color: #fe6c79;
}
#asideMenu > ul > li > ul > li > a::before,
#asideMenu > ul > li > ul > li > a::after {
  content: "";
  display: block;
  position: absolute;
  left: 11px;
  top: 23px;
  width: 11px;
  height: 3px;
  background-color: #666;
  z-index: 2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#asideMenu > ul > li > ul > li > a::after {
  top: 29px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#asideMenu > ul > li > ul > li > a:hover::before,
#asideMenu > ul > li > ul > li > a:hover::after,
#asideMenu > ul > li > ul > li > a:focus::before,
#asideMenu > ul > li > ul > li > a:focus::after {
  background-color: #c73f00;
}
#asideMenu > ul > li > ul > li.unit-now > a::before,
#asideMenu > ul > li > ul > li.unit-now > a::after {
  background-color: #0b724a;
}
#asideMenu > ul > li > ul > li > a.dropBtn::before,
#asideMenu > ul > li > ul > li > a.dropBtn::after {
  content: "";
  position: absolute;
  display: block;
  left: 15px;
  top: 19px;
  width: 3px;
  height: 16px;
  background-color: #666;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 3;
}
#asideMenu > ul > li > ul > li.unit-now > a.dropBtn::before,
#asideMenu > ul > li > ul > li.unit-now > a.dropBtn::after {
  background-color: #fe6c79;
}
#asideMenu > ul > li > ul > li > a.dropBtn::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
#asideMenu > ul > li > ul > li > a.dropBtn.open::before,
#asideMenu > ul > li > ul > li > a.dropBtn.open::after {
  background-color: #666;
}
#asideMenu > ul > li > ul > li > a.dropBtn:hover::before,
#asideMenu > ul > li > ul > li > a.dropBtn:focus::before,
#asideMenu > ul > li > ul > li > a.dropBtn:hover::after,
#asideMenu > ul > li > ul > li > a.dropBtn:focus::after {
  background-color: #c73f00;
}
#asideMenu > ul > li > ul > li.unit-now > a.dropBtn::before,
#asideMenu > ul > li > ul > li.unit-now > a.dropBtn::after {
  background-color: #fe6c79;
}
#asideMenu > ul > li > ul > li > a.dropBtn.open::before,
#asideMenu > ul > li > ul > li.unit-now > a.dropBtn.open::before {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
#asideMenu > ul > li > ul > li > a.dropBtn.open::after,
#asideMenu > ul > li > ul > li.unit-now > a.dropBtn.open::after {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}
@media screen and (max-width: 990px) {
  #asideMenu > ul > li > ul > li > a {
    padding: 15px 15px 15px 50px;
  }
  #asideMenu > ul > li > ul > li > a::before,
  #asideMenu > ul > li > ul > li > a::after {
    left: 23px;
  }
  #asideMenu > ul > li > ul > li > a.dropBtn::before,
  #asideMenu > ul > li > ul > li > a.dropBtn::after {
    left: 27px;
  }
}
@media screen and (min-width: 991px) {
  #asideMenu > ul > li > ul {
    padding: 0 0 0 15px;
    -webkit-border-radius: 0 0 0 10px;
    -moz-border-radius: 0 0 0 10px;
    border-radius: 0 0 0 10px;
  }
} /** 左側選單 第三層 **/
#asideMenu > ul > li > ul > li > ul {
  list-style: none;
  padding: 0 15px 15px 0;
  box-sizing: border-box;
}
#asideMenu > ul > li > ul > li > ul > li {
  display: block;
  background: #fff;
  border-bottom: 1px solid #f3f4ef;
}
#asideMenu > ul > li > ul > li > ul > li:last-child {
  border-bottom: none;
}
#asideMenu > ul > li > ul > li > ul > li > a {
  position: relative;
  display: block;
  color: #3c3c3c;
  font-size: 1.9em;
  font-weight: bold;
  line-height: 135%;
  text-align: left;
  padding: 15px 15px 15px 35px;
  box-sizing: border-box;
  z-index: 0;
}
#asideMenu > ul > li > ul > li > ul > li > a:hover,
#asideMenu > ul > li > ul > li > ul > li > a:focus {
  color: #c73f00;
}
#asideMenu > ul > li > ul > li > ul > li.unit-now > a {
  color: #fe6c79;
}
#asideMenu > ul > li > ul > li > ul > li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 15px;
  top: 24px;
  width: 7px;
  height: 7px;
  background: #3c3c3c;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#asideMenu > ul > li > ul > li > ul > li a:hover:before,
#asideMenu > ul > li > ul > li > ul > li a:focus:before {
  background: #c73f00;
}
#asideMenu > ul > li > ul > li > ul > li.unit-now a:before {
  background: #fe6c79;
}
@media screen and (max-width: 990px) {
  #asideMenu > ul > li > ul > li > ul {
    padding: 0 15px 15px 15px;
  }
  #asideMenu > ul > li > ul > li > ul > li:first-child {
    -webkit-border-radius: 7px 7px 0 0;
    -moz-border-radius: 7px 7px 0 0;
    border-radius: 7px 7px 0 0;
  }
  #asideMenu > ul > li > ul > li > ul > li:last-child {
    border-bottom: none;
    -webkit-border-radius: 0 0 7px 7px;
    -moz-border-radius: 0 0 7px 7px;
    border-radius: 0 0 7px 7px;
  }
} /** unit **/
.unit {
  margin-top: 30px;
} /** comCenter **/
#comCenter {
  position: relative;
  background-repeat: repeat;
  margin: -60px auto 0;
}
#comCenter::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30vw;
  background-image: url(../images/homebg2.webp);
  z-index: -4;
}
#comCenter::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30vw;
  visibility: visible;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 50%,
    rgba(255, 255, 255, 1) 100%
  );
  z-index: -3;
}
#comCenter .comSidePic {
  position: absolute;
  top: 40%;
  left: 0;
  display: block;
  width: 42.736vw;
}
#comCenter .comSidePic::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 65%;
  background-image: url(../images/comSide.webp);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 990px) {
  #comCenter .comSidePic {
    width: 120vw;
    opacity: 0.15;
  }
}
@media screen and (min-width: 991px) {
  #comCenter::before,
  #comCenter::after {
    height: 10vw;
  }
}
@media screen and (min-width: 1260px) {
  #comCenter {
    margin-top: -75px;
  }
} /* ----- titHead ----- */
.titHead {
  width: 100%;
  margin: 0 auto 30px auto;
  box-sizing: border-box;
}
.pageRight .titHead {
  padding-bottom: 15px;
}
.titHead h2 {
  font-size: 3.2em;
  line-height: 135%;
  font-weight: bold;
}
.titHead:has(.storySum) h2 {
  font-size: 3.6em;
}
.titHead:has(.tag) h2 {
  margin-top: 0.325em;
}
.titHead .tag {
  background-color: #2c2e35;
  color: #fff;
  padding: 10px 30px;
  border-radius: 60px;
  font-size: 1.8em;
  display: inline-block;
}
.titHead:has(.tag) h2:has(+.tag){
	margin-top:0;
	margin-bottom:0.325em;
}
.titHead h2 + .tag{
	background-color:transparent;
	color:#2c2e35;
	padding:0;
	border-radius:3px;
	font-size:2.5em;
	display:inline-block;
	position:relative;
	padding-left:5.5vw;
}
.titHead h2 + .tag::before{
	content:"";
	width:5vw;
	height:1px;
	background-color:#2c2e35;
	position:absolute;
	top:50%;
	left:0%;
}
.titHead.centerTx{
	text-align: center;
}
.titHead h2:has(+p){
	margin-bottom: 0.5em;
}
.titHead > p{
	font-size: 200%;
	line-height: 220%;
}
.morePageCenter:has(#darkShow) .titHead > p{
  font-size: 100%;
}
.titHead:has(h2.sr-only) > p{
	margin-top: 2em;
}
.letrsMov .letter {
	display: inline-block;
	line-height: 1em;
}
.titHead.wmHead {
  border-bottom: 1px solid #ddd;
  font-size: 2em;
  line-height: 150%;
  color: #333333;
  position: relative;
  padding-bottom: 30px;
}
.titHead.wmHead h2 {
  font-size: 120%;
  color: #000000;
}
.titHead.wmHead:has(.viewIndex) h2 {
  margin-top: 0.25em;
}
.titHead.wmHead h2:has(+ p) {
  margin-bottom: 0.25em;
}
.titHead.wmHead::before {
  content: "";
  display: block;
  width: 1em;
  height: 1px;
  background-color: #999999;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.morePageCenter:has(#darkShow) .titHead.wmHead{
  margin-bottom: 0;
}
.storySum{
	width:100%;
	font-size:1.8em;
	line-height:180%;
	font-weight:600;
	box-sizing:border-box;
	padding-left:30px;
	position:relative;
	margin-top:30px;
	padding-top:0.25em;
	padding-bottom:0.25em;
}
.storySum .tag {
    color: #0e872a;
    border-radius:6px;
    font-size:1.375em;
	font-weight:bold;
    display: inline-block;
	margin-bottom:1em;
}
.storySum .readmoreBtn .rmToggle{
	font-size:100%;
}
.storySum::before{
	content:"";
	display:block;
	width:8px;
	height:calc(100% - 16px);
	position:absolute;
	left:0;top:8px;
	background-color:#007531;
}
@media screen and (max-width: 990px) {
  main:has(#darkShow) .titHead.wmHead {
    margin-top: 30px;
  }
}
@media screen and (max-width: 420px) {
  .titHead h2 {
    font-size: 2.5em;
  }
  .titHead:has(.storySum) h2 {
    font-size: 3em;
  }
}
@media screen and (min-width: 991px) {
  .titHead h2 {
    font-size: 3.5em;
  }
  .titHead:has(.storySum) h2 {
    font-size: 4em;
  }
  .titHead:has(.tag) h2 {
    margin-top: 0.65em;
  }
  .titHead.wmHead {
    font-size: 2.4em;
  }
  main:has(#darkShow) .titHead.wmHead {
    margin-top: -50px;
  }
}
@media screen and (min-width: 1260px) {
  .titHead h2 {
    font-size: 3.7em;
  }
  .titHead:has(.storySum) h2 {
    font-size: 4.2em;
  }
  .storySum,
  .titHead .tag {
    font-size: 2.1em;
  }
}
@media screen and (min-width: 1460px) {
  .titHead h2 {
    font-size: 3.9em;
  }
  .titHead:has(.storySum) h2 {
    font-size: 4.5em;
  }
  .titHead.wmHead {
    font-size: 2.8em;
  }
} /** searchCriteria **/
.searchShow {
  width: 100%;
  font-size: 1.7em;
  line-height: 165%;
  margin: 15px auto 0 auto;
}
#searchCriteria {
  width: 100%;
  text-align: center;
  padding: 15px;
  box-sizing: border-box;
  margin: 0 auto 20px;
  background: #eeeeee;
  border-radius: 20px;
}
#searchCriteria .searchform {
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
}
#searchCriteria .sbox {
  display: inline-block;
  width: calc(100% - 10px);
  margin: 5px;
  vertical-align: top;
}
#searchCriteria .sbox.sb1_2 {
  width: calc(20% - 10px);
}
#searchCriteria .sbox.sb1_3 {
  width: calc(30% - 10px);
}
#searchCriteria .sbox.sb1_4 {
  width: calc(40% - 10px);
}
#searchCriteria .sbox.sb1_5 {
  width: calc(50% - 10px);
}
#searchCriteria .sbox.sb1_6 {
  width: calc(60% - 10px);
}
#searchCriteria .sbox.sb1_7 {
  width: calc(70% - 10px);
}
#searchCriteria .dayInput {
  position: relative;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  padding: 0;
}
#searchCriteria .dayInput span {
  width: 45px;
  height: 43px;
  color: #3c3c3c;
  font-family: "Noto Serif TC", "微軟正黑體", "Microsoft JhengHei", Arial,
    Helvetica, sans-serif;
  font-size: 1.5em;
  line-height: 45px;
  padding: 0;
  background: #fff url(../images/date-query-icon.svg) no-repeat 50% 50%;
  box-sizing: border-box;
  vertical-align: top;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 10px 0 0 10px;
}
#searchCriteria .dayInput input {
  display: inline-block;
  width: 100%;
  height: 43px;
  color: #3c3c3c;
  font-family: "Noto Serif TC", "微軟正黑體", "Microsoft JhengHei", Arial,
    Helvetica, sans-serif;
  font-size: 1.5em;
  line-height: 43px;
  padding: 0 0 0 45px;
  border: none;
  box-sizing: border-box;
  vertical-align: top;
  background: #fff;
  border-radius: 0;
}
#searchCriteria span + .dayInput input {
  -webkit-border-radius: 0 10px 10px 0;
  -moz-border-radius: 0 10px 10px 0;
  border-radius: 0 10px 10px 0;
}
#searchCriteria input[placeholder] {
  color: #666;
}
#searchCriteria input::-webkit-input-placeholder {
  color: #666;
}
#searchCriteria input:-moz-placeholder {
  color: #666;
}
#searchCriteria input::-moz-placeholder {
  color: #666;
}
#searchCriteria input:-ms-input-placeholder {
  color: #666;
}
#searchCriteria input:focus {
  color: #f06400;
  border: none;
}
#searchCriteria .listBar {
  display: inline-block;
  width: 100%;
  height: 45px;
  color: #3c3c3c;
  font-family: "Noto Serif TC", "微軟正黑體", "Microsoft JhengHei", Arial,
    Helvetica, sans-serif;
  font-size: 1.5em;
  line-height: 45px;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: "";
  padding: 0 20px 0 10px;
  border: none;
  box-sizing: border-box;
  background: #fff url(../images/select-bg.svg) no-repeat right;
  appearance: none;
  border-radius: 0;
}
#searchCriteria .firstTx + .listBar {
  border-radius: 0 10px 10px 0;
  border-left: none;
}
#searchCriteria .keyGroup .listBar {
  margin-right: 10px;
}
#searchCriteria .sbox.place .listBar {
  width: calc(100% - 180px);
}
#searchCriteria .listBar:focus {
  color: #0e872a;
  border: none;
  background: #fff url(../images/select-bg-on.svg) no-repeat right;
}
#searchCriteria .listBar option {
  color: #3c3c3c;
  padding: 0 10px;
  border: none;
  background: #fff; /* style the dropdown bg color */
}
#searchCriteria .listBar:-ms-expand {
  display: none; /* hide default arrow in IE10 */
}
#searchCriteria .search-query {
  display: inline-block;
  width: calc(100% - 55px);
  height: 45px;
  color: #3c3c3c;
  font-family: "Noto Serif TC", "微軟正黑體", "Microsoft JhengHei", Arial,
    Helvetica, sans-serif;
  font-size: 1.5em;
  line-height: 45px;
  padding: 0 10px;
  border: 1px solid #fff;
  box-sizing: border-box;
  vertical-align: top;
  background: #fff;
  margin-right: 10px;
  -webkit-border-radius: 0 10px 10px 0;
  -moz-border-radius: 0 10px 10px 0;
  border-radius: 0 10px 10px 0;
}
#searchCriteria .firstTx + .search-query {
  border-left: none;
}
#searchCriteria .search-query:focus {
  color: #f06400;
}
#searchCriteria .sbox.sb3 .search-query,
#searchCriteria .sbox.sb4 .search-query {
  width: calc(50% - 45px);
}
#searchCriteria .search-btn {
  width: 45px;
  height: 45px;
  text-align: center;
  padding: 0;
  margin: 0;
  border: none;
  cursor: pointer;
  background: #000;
  border-radius: 0;
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
#searchCriteria .search-btn span {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#searchCriteria .search-btn span::before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  top: 0;
  height: 16px;
  width: 16px;
  border: 3px solid #fff;
  box-sizing: border-box;
  border-radius: 100px;
}
#searchCriteria .search-btn span::after {
  position: absolute;
  display: block;
  content: "";
  right: 1px;
  bottom: 3px;
  width: 8px;
  height: 3px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#searchCriteria .search-btn:hover,
#searchCriteria .search-btn:focus {
  background: #008299;
}
#searchCriteria .twoGroup,
#searchCriteria .oneSection,
#searchCriteria .twoSection,
#searchCriteria .dayGroup,
#searchCriteria .keyGroup {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#searchCriteria .oneSection .firstTx,
#searchCriteria .twoSection .firstTx,
#searchCriteria .dayGroup .firstTx,
#searchCriteria .keyGroup .firstTx {
  width: 100px;
  font-size: 1.7em;
  font-family: "Noto Serif TC", "微軟正黑體", Arial, Helvetica, sans-serif;
  background-color: #63676d;
  color: #fff;
  min-height: 45px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  -webkit-border-radius: 10px 0 0 10px;
  -moz-border-radius: 10px 0 0 10px;
  border-radius: 10px 0 0 10px;
}
#searchCriteria .oneSection select,
#searchCriteria .oneSection input {
  width: calc(100% - 100px);
}
#searchCriteria .twoSection .lastBox {
  width: calc(100% - 100px);
  border-radius: 10px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#searchCriteria .twoSection .lastBox select,
#searchCriteria .twoSection .lastBox input {
  width: calc(50% - 5px);
}
#searchCriteria .dayGroup .dayBox {
  width: calc(100% - 100px);
  border: 1px solid #fff;
  background-color: #fff;
  border-radius: 0;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#searchCriteria .dayGroup .firstTx + .dayBox {
  border-left: none;
  -webkit-border-radius: 0 10px 10px 0;
  -moz-border-radius: 0 10px 10px 0;
  border-radius: 0 10px 10px 0;
}
#searchCriteria .dayGroup .inTx {
  width: 30px;
  font-size: 1.7em;
  font-weight: bold;
  display: block;
  text-align: center;
}
#searchCriteria .dayGroup .dayInput {
  width: calc(50% - 15px);
}
#searchCriteria .keyGroup .search-query,
#searchCriteria .keyGroup .listBar {
  width: calc(100% - 155px);
}
.checkGroup {
  width: calc(100% - 10px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 5px;
}
.checkGroup .firstTx {
  width: 100px;
  font-size: 1.7em;
  font-weight: bold;
  font-family: "Noto Serif TC", "微軟正黑體", Arial, Helvetica, sans-serif;
}
.checkGroup .fixGroup {
  width: calc(100% - 100px);
  display: flex;
  flex-wrap: wrap;
  margin: -5px 0;
}
.tx4em {
  width: 4em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
}
@media screen and (max-width: 1500px) {
  #searchCriteria .sbox.sb1_5 {
    width: calc(100% - 10px);
  }
  #searchCriteria .twoGroup .sbox.sb1_5 {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 1200px) {
  #searchCriteria .sbox.sb1_3 {
    width: calc(40% - 10px);
  }
  #searchCriteria .sbox.sb1_3 + .sbox.sb1_7 {
    width: calc(60% - 10px);
  }
}
@media screen and (max-width: 768px) {
  #searchCriteria .sbox.sb1_3,
  #searchCriteria .sbox.sb1_3 + .sbox.sb1_7 {
    width: calc(100% - 10px);
  }
  #searchCriteria .sbox.sb1_4,
  #searchCriteria .sbox.sb1_4 + .sbox.sb1_6 {
    width: calc(100% - 10px);
  }
}
@media screen and (max-width: 600px) {
  #searchCriteria .dayInput span {
    width: 34px;
    background-size: 24px auto;
    background-position: center right;
  }
  #searchCriteria .dayInput input {
    padding-left: 40px;
  }
  #searchCriteria .twoGroup .sbox.sb1_5 {
    width: calc(100% - 10px);
  }
}
@media screen and (max-width: 500px) {
  #searchCriteria .oneSection .firstTx,
  #searchCriteria .twoSection .firstTx,
  #searchCriteria .dayGroup .firstTx,
  #searchCriteria .keyGroup .firstTx {
    width: 80px;
    font-size: 1.6em;
  }
  #searchCriteria .dayGroup .dayBox,
  #searchCriteria .oneSection select,
  #searchCriteria .oneSection input {
    width: calc(100% - 80px);
  }
  #searchCriteria .keyGroup .search-query,
  #searchCriteria .keyGroup .listBar {
    width: calc(100% - 135px);
  }
}
@media screen and (max-width: 480px) {
  #searchCriteria .searchform {
    margin: 0;
  }
  #searchCriteria .sbox.sb1_5 {
    width: 100%;
    margin: 0;
  }
  #searchCriteria .dayGroup .firstTx,
  #searchCriteria .keyGroup .firstTx,
  #searchCriteria .oneSection .firstTx,
  #searchCriteria .twoSection .firstTx,
  .checkGroup .firstTx {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    text-align: left;
    text-indent: -9999px;
    background: none;
  }
  #searchCriteria .firstTx + .search-query {
    border-left: 1px solid #fff;
  }
  #searchCriteria div + div {
    margin-top: 10px !important;
  }
  .tx4em {
    margin: 0;
  }
  #searchCriteria .dayGroup .dayBox,
  #searchCriteria .twoSection .lastBox,
  #searchCriteria .oneSection select,
  #searchCriteria .oneSection input,
  .checkGroup .fixGroup {
    width: 100%;
  }
  #searchCriteria .keyGroup .search-query,
  #searchCriteria .keyGroup .listBar {
    width: calc(100% - 55px);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }
  #searchCriteria .firstTx + .listBar {
    border-radius: 10px;
    border: 1px solid #fff;
  }
  #searchCriteria .dayGroup .dayBox {
    border: none;
    background: none;
    border-radius: 0;
  }
  #searchCriteria .dayGroup .dayInput {
    position: relative;
    width: 100%;
    border: 1px solid #fff;
    background-color: #fff;
    box-sizing: border-box;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }
  #searchCriteria .dayGroup .dayInput + span + .dayInput {
    margin-top: 10px;
  }
  #searchCriteria .dayGroup .dayInput:before {
    content: "起";
    display: block;
    position: absolute;
    top: 4px;
    right: 5px;
    width: 35px;
    height: 35px;
    color: #fff;
    font-size: 1.5em;
    line-height: 35px;
    background: #333;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
  }
  #searchCriteria .dayGroup .dayInput + span + .dayInput:after {
    content: "迄";
    display: block;
    position: absolute;
    top: 4px;
    right: 5px;
    width: 35px;
    height: 35px;
    color: #fff;
    font-size: 1.5em;
    line-height: 35px;
    background: #333;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
  }
  #searchCriteria .dayInput input,
  #searchCriteria span + .dayInput input {
    padding-right: 45px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }
  #searchCriteria .dayGroup .inTx {
    display: none;
  }
}
@media screen and (min-width: 991px) {
  #searchCriteria {
    padding: 20px;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 1200px) {
  #searchCriteria .dayInput span {
    width: 50px;
    height: 48px;
    line-height: 48px;
  }
  #searchCriteria .dayInput input {
    height: 48px;
    line-height: 48px;
    font-size: 1.7em;
    padding-left: 50px;
    padding-right: 10px;
  }
  #searchCriteria .listBar {
    height: 50px;
    font-size: 1.7em;
    line-height: 50px;
    padding: 0 20px 0 15px;
  }
  #searchCriteria .search-query {
    width: calc(100% - 60px);
    height: 50px;
    font-size: 1.7em;
    line-height: 60px;
    padding: 0 15px;
  }
  #searchCriteria .search-btn {
    width: 50px;
    height: 50px;
  }
  #searchCriteria .keyGroup .search-query,
  #searchCriteria .keyGroup .listBar {
    width: calc(100% - 170px);
    margin-right: 10px;
  }
  #searchCriteria .oneSection .firstTx,
  #searchCriteria .twoSection .firstTx,
  #searchCriteria .dayGroup .firstTx,
  #searchCriteria .keyGroup .firstTx {
    width: 110px;
    min-height: 50px;
  }
  #searchCriteria .oneSection select,
  #searchCriteria .oneSection input {
    width: calc(100% - 110px);
  }
  #searchCriteria .twoSection .lastBox {
    width: calc(100% - 110px);
  }
  #searchCriteria .dayGroup .dayBox {
    width: calc(100% - 110px);
  }
  .checkGroup {
    margin-bottom: 10px;
  }
  .checkGroup .firstTx {
    width: 110px;
    font-size: 1.9em;
  }
  .checkGroup .fixGroup {
    width: calc(100% - 110px);
  }
} /* ----- postInfo ----- */
.postInfo {
  width: 100%;
  margin: 20px auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.postInfo.lineHead {
  padding-bottom: 20px;
  background-image: url(../images/post_line.webp);
  background-repeat: repeat-x;
  background-position: right bottom;
  background-size: contain;
}
.postInfo > ul {
  width: calc(100% - 55px);
  list-style: none;
  letter-spacing: -9px;
}
.postInfo > ul > li {
  position: relative;
  display: inline-block;
  color: #2c2e35;
  font-size: 1.7em;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0;
  vertical-align: top;
  padding-left: 33px;
  box-sizing: border-box;
  margin: 5px 20px 5px 0;
}
.postInfo > ul > li:has(.pf3){
  display: none;
}
.postInfo > ul > li:last-child {
  margin-right: 0;
}
.postInfo > ul > li > span {
  font-weight: bold;
}
.postInfo > ul > li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -3px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 30px;
  height: 30px;
  box-sizing: border-box;
}
.postInfo > ul > li:nth-child(1):before {
  background-image: url(../images/icon-date.svg);
}
.postInfo > ul > li:nth-child(2):before {
  background-image: url(../images/icon-source.svg);
}
.postInfo > ul > li:nth-child(3):before {
  background-image: url(../images/icon-view.svg);
}
@media screen and (max-width: 480px) {
  .postInfo {
    align-items: flex-start;
  }
  .postInfo > ul > li {
    width: 100%;
    margin: 5px 0;
    font-size: 1.5em;
  }
  .postInfo > ul > li:before {
    width: 25px;
    height: 25px;
    top: 1px;
  }
} /** postShare **/
#postShare {
  display: flex;
}
@media screen and (max-width: 640px) {
  .postShare {
    display: block;
  }
} /* ----- printBtn ----- */
.printBtn {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  box-sizing: border-box;
  background-color: #0e872a;
  border-radius: 50px;
}
.printBtn::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 21px;
  height: 21px;
  margin: -10.5px 0 0 -10.5px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fff;
  -webkit-mask-image: url(../images/icon-print.svg);
  mask-image: url(../images/icon-print.svg);
  -webkit-mask-size: 21px 21px;
  mask-size: 21px 21px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.printBtn:hover,
.printBtn:focus {
  background-color: #32787e;
}
.printBtn:hover:before,
.printBtn:focus span:before {
  background-color: #fffa78;
}
@media screen and (max-width: 640px) {
  .printBtn {
    width: 45px;
    height: 45px;
    display: block;
    margin-right: 5px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    z-index: 2;
  }
  .printBtn::before,
  .printBtn:hover:before,
  .printBtn:focus span:before {
    background-color: #fff;
  }
  .printBtn:hover:before,
  .printBtn:focus span:before {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@media screen and (min-width: 991px) {
  .printBtn {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
} /** video-wrapper **/
.video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin: 30px auto 0 auto;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
} /** pic_left **/
.pic_left {
  float: left;
  width: 25%;
  text-align: center;
  margin: 0 20px 0 0;
}
.pic_left figure {
  margin: 0 0 20px 0;
}
.pic_left figcaption {
  color: #946c2c;
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  .pic_left {
    width: 45%;
  }
}
@media screen and (max-width: 420px) {
  .pic_left {
    float: none;
    width: 100%;
    margin: 15px 0;
  }
  .pic_left figure {
    margin: 0 0 15px 0;
  }
} /** pic_right **/
.pic_right {
  float: right;
  width: 25%;
  text-align: center;
  margin: 0 0 0 20px;
}
.pic_right figure {
  margin: 0 0 20px 0;
}
.pic_right figcaption {
  color: #946c2c;
  margin-top: 10px;
}
.pic_left,.pic_right{
  max-width: 390px;
}
.pic_left img,.pic_right img{
  border-radius: 10px;
}
.pTx2 {text-indent: 2em;}
.pTx3 {text-indent: 3em;}
.pTx4 {text-indent: 4em;}
@media screen and (max-width: 640px) {
  .pic_left,.pic_right{
    max-width: 100%;
  }
  .pic_right {
    width: 45%;
  }
}
@media screen and (max-width: 420px) {
  .pic_right {
    float: none;
    width: 100%;
    margin: 15px 0;
  }
  .pic_right figure {
    margin: 0 0 15px 0;
  }
} /* ----- pageWord ----- */
.pageWord {
  width: 100%;
  font-size: 1.7em;
  line-height: 165%;
  margin: 15px auto 0 auto;
}
.pageWord .en {
  font-size: 90%;
  color: #333;
}
.pageWord img {
  max-width: 100%;
  height: auto !important;
  margin: 0 auto;
}
.pageWord > ol,
.pageWord > ul {
  margin: 1em 0 1em 1.5em;
}
.pageWord > ol > li,
.pageWord > ul > li {
  margin: 10px 0;
}
.pageWord li ol,
.pageWord li ul {
  margin: 10px 0;
  margin-left: 2em;
}
.pageWord li ol li,
.pageWord li ul li {
  margin: 10px 0;
}
.pageWord .stit,
.pageWord .stit.label {
  position: relative;
  color: #457317;
  color: #153d66;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 135%;
  box-sizing: border-box;
}
.pageWord .stit.label {
  padding-left: 38px;
}
.pageWord .stit.label:has(+ *) {
  margin-bottom: 0.5em;
}
.pageWord .stit.label:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.125em;
  width: 30px;
  height: 30px;
  z-index: 1;
  background: #7a9dc1 url(../images/icon-label.svg) 60% 50% no-repeat;
  background-size: auto 70%;
  border-radius: 30px;
  box-sizing: border-box;
}
.pageWord .stit.label.lineTxt {
  border-bottom: 4px solid #d5d5d5;
  padding-bottom: 0.5em;
  margin-bottom: 1.5em;
}
.pageWord .stit.label.green {
  color: #0b724a;
}
.pageWord .stit.label.green:before {
  background-color: #0b724a;
}
.pageWord > *:has(+ p),
.pageWord > *:has(+ *) {
  margin-bottom: 1.5em;
  display: block;
}
.pageWord .indWrap > p{
  text-indent: 2em;
}
.pageWord h3 {
  font-size: 1.25em;
  color: #0C6E23;
}
.pageWord h3:has(+*){margin-bottom:1em;}
.pageWord > h3{margin-top:3em;}
.morePageCenter:has(#darkShow) .pageWord h3{
  margin-top: 1.5em;
  color: #000;
  font-size: 1.125em;
}
.morePageCenter:has(#darkShow) .pageWord h3:first-of-type{
  margin-top: 0;
}
.pageWord table {
  font-size: 1.1rem;
  border: 1px solid #c2cad6;
  border-collapse: collapse;
}
.pageWord table caption {
  margin-bottom: 10px;
}
.pageWord table th {
  color: #fff;
  text-align: center;
  vertical-align: middle;
  padding: 15px;
  border: 1px solid #c2cad6;
  border-collapse: collapse;
  background: #008299;
  box-sizing: border-box;
}
.pageWord table td {
  color: #000;
  padding: 15px;
  vertical-align: middle;
  border: 1px solid #c2cad6;
  border-collapse: collapse;
  box-sizing: border-box;
}
.pageWord figure {
  width: 100%;
  max-width: 1600px;
  margin: 1.5em auto;
  text-align: center;
}
.inBox {
  display: inline-block;
}
.pageWord figure img {
  width: auto;
  height: auto;
  min-width: 80%;
}
.pageWord figure figcaption {
  margin-top: 0.5em;
  font-size:0.75em;
	line-height:150%;
	color:#62696a;
	word-wrap:break-word;
	text-align:left;
}
.vidcaption{
	font-size:0.75em;
	line-height:150%;
	color:#62696a;
	word-wrap:break-word;
	text-align:center;
}
.pageWord .greenDotul {
  list-style-type: none;
}
.pageWord .greenDotul li {
  position: relative;
  box-sizing: border-box;
  padding-left: 25px;
}
.pageWord .greenDotul li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.45em;
  background-color: #0e872a;
  width: 18px;
  height: 18px;
  border-radius: 20px;
}
.pageWord .greenDotul strong {
  color: #0e872a;
}
.greenTxtul li::marker,
.greenTxtul strong:first-of-type {
  color: #0e872a;
  font-weight: bold;
}
.flexRow{
	width:100%;
	display: flex !important;
	flex-wrap: wrap;
	align-items:flex-start;
	position:relative;
}
.flexRow figure{
	margin: 0;
}
.flexRow .word > div:has(.quoteText){
	display: flex;
    flex-direction: column;
    align-items: center;
}
.quoteText{
	background-color: #f4f1de;
	box-sizing: border-box;
	padding: 1.5em 2.5em;
	display: flex !important;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	border-radius:8em;
	position: relative;
}
.quoteText:has(+p){
	margin-bottom: 0.5em !important;
}
.quoteText::before,
.quoteText::after{
	font-size: 200%;
	align-content: center;
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	line-height:50%;
}
.quoteText::before{
	content: "“︁";
	left: 0.75em;
	top:0.75em;
}
.quoteText::after{
	content: "”︁";
	right: 0.75em;
	bottom: 0.25em;
}
figure + .flexRow,
.videoBox + .flexRow,
.flexRow + .videoBox,
.flexRow + .flexRow{ margin-top:1.5em;}
.flexRow:after,
.editRow:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.flexRow .wdTx ul,.flexRow .wdTx ol{
	margin-left:1.5em;
}
.gridWrap{
	width:100%;
	overflow:hidden;
}
.gridWrap .ovWrap{
	display: flex;
	flex-wrap: wrap;
}
.gridWrap .lightbox .img{
	width:100%;
	padding-bottom:66.66%;
	position:relative;
	overflow:hidden;
}
.gridWrap .lightbox .img img {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
}
.gridWrap .lightbox{
	margin:1px;
}
.gridWrap .lightbox,
.gridWrap .inGrid{
	width:calc(100% - 2px);
	display:inline-block;
}
.gridWrap .inGrid{
	display: flex;
	flex-wrap: wrap;
}
.gridWrap.fg2 .lightbox,
.gridWrap.fg2 .inGrid{
	width:calc(50% - 2px);
}
.gridWrap.fg3 .lightbox,
.gridWrap.fg3 .inGrid{
	width:calc(33.33% - 2px);
}
.gridWrap .ovWrap.vertGrid .lightbox{
	width:calc(57.1428% - 2px);
}
.gridWrap .ovWrap.vertGrid .inGrid{
	width:calc(42.8572% - 2px);
}
.gridWrap .lightbox.fullPic,
.gridWrap .inGrid.fullPic{
	width:calc(100% - 2px);
}
.gridWrap .inGrid .lightbox{
	width:calc(100% - 2px);
}
@media screen and (max-width:990px) {
	.pageWord:has(.flexRow) > h3{
		margin-top: 1.5em;
	}
}
@media screen and (max-width:767px) {
	.pageWord .wdleftPic.vertPic,
	.pageWord .wdrightPic.vertPic{
		max-width:50%;
		margin-left:auto;
		margin-right:auto;
	}
	.flexRow figure:has(+div),
	.flexRow div:has(+figure){
		margin-bottom: 1.5em;
	}
}
@media screen and (min-width:768px) {
	.pageWord .wdleftPic{
		float:left;
		margin-right:1.5em;
	}
	.pageWord .wdrightPic{
		float:right;
		margin-left:1.5em;
	}
	.pageWord .wdleftPic,
	.gridWrap{max-width:40%;}
	.pageWord .wdrightPic{max-width:43%;}
	.pageWord .wdleftPic.vertPic,
	.pageWord .wdrightPic.vertPic{
		max-width:25%;
	}
	.flexRow .wdleftPic,
	.flexRow .wdrightPic{
		position: sticky;
		top: 80px;
		display: inline-block;
		vertical-align: top;
	}
	.flexRow .word{
		width: 100%;
	}
	.flexRow .wdTx{
		width:calc(60% - 1.5em);
		display: inline-block;
	}
	.flexRow:has(.wdrightPic) .wdTx{
		width:calc(57% - 1.5em);
	}
	.flexRow:has(.vertPic) .wdTx{
		width:calc(75% - 1.5em);
	}
	#comPage .pageWord .wdleftPic img,
	#comPage .pageWord .wdrightPic img{
		max-width:100%;
	}
	.flexRow figure:has(+div){
		margin-bottom: 0;
	}
}
@media screen and (min-width:991px) {	
	.pageWord {
		font-size:1.9em;
		margin-top:3em;
	}
	.pageWord .stit {font-size:1.8rem;}
	.pageWord .stit.label{font-size:1.7rem;}
	figure + .flexRow,
	.videoBox + .flexRow,
	.flexRow + .videoBox,
	.flexRow + .flexRow{ margin-top:3em;}
}
@media screen and (min-width:1260px) {	
	.pageWord {font-size:2.2em;}
	.pageWord .stit {font-size:2.2rem;}
	#comPage .pageWord figure img{
		max-width:1170px;
	}
}
/** ----- videoBox ----- **/
.videoBox {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.videoBox:has(+.vidcaption){
	margin-bottom:0.5em;
}
.videoBox + .videoBox {
  margin-top: 2em;
}
.videoBox span {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
  height: 0;
  max-width: 100%;
  width: 100%;
  display: block;
  border-radius: 2vw;
  background-color: #000;
}
.videoBox.notradius span{
	border-radius:0;
}
.videoBox.shortBox{
	max-width:600px;
}
.videoBox.shortBox span {
    padding-bottom: 178%;
}
.videoBox.facebook span{
	padding-bottom:52.70833%;
}
.videoBox.podcastBox,
.videoBox.podcastOne {
  max-width: 660px;
}
.videoBox.podcastBox span,
.videoBox.podcastOne span {
  padding-bottom: 100%;
}
.videoBox span iframe,
.videoBox span object,
.videoBox span embed,
.videoBox span video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 480px) {
  .videoBox span {
    border-radius: 4vw;
  }
}
@media screen and (min-width: 991px) {
  .videoBox span {
    border-radius: 30px;
  }
  .videoBox.podcastBox span {
    padding-bottom: 68.5%;
  }
  .videoBox.podcastOne span {
    padding-bottom: 23.5%;
  }
} /* ----- audioWrap ----- */
.audioWrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 660px;
  margin: 0 auto;
}
.audioWrap:has(+ *) {
  margin-bottom: 30px;
}
.audioWrap .inAudio {
  width: 100%;
  position: relative;
}
.audioWrap .audioRow {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
  padding: 30px;
  z-index: 2;
}
.audioWrap .photo {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 66.66%;
  background-color: #8ad5dd;
  overflow: hidden;
  border-radius: 16px;
}
.audioWrap .photo .img {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  background-image: url(../images/nopic.jpg);
  background-size: cover;
  background-position: center;
  background-color: #fff;
  background-repeat: no-repeat;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.audioWrap > a[role="button"],
.audioWrap #audioBtn {
  width: 80px;
  height: 80px;
  display: block;
  border-radius: 40px;
  position: relative;
  background-image: linear-gradient(180deg, #7abd4e 0%, #10ab94 100%);
}
.audioWrap #audioBtn:hover,
.audioWrap #audioBtn:focus,
.audioWrap #audioBtn.open {
  background-image: none;
  background-color: #c62f00;
}
.audioWrap #audioBtn::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/audioVoice-icon.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 40px;
}
.audioWrap #audioBtn.open:before {
  content: "";
  display: block;
  width: 80%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 45%;
  top: 18%;
  transform: rotate(-45deg) translate(-58%, 0%);
}
.audioWrap .audioPlayer {
  position: relative;
  display: block;
  overflow: hidden;
}
.audioWrap:has(#audioBtn.open) .audioPlayer {
  overflow: visible;
}
.audioWrap .audioInfo {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  box-sizing: border-box;
  font-size: 150%;
  line-height: 150%;
  color: #ffffff;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 0 0 16px 16px;
  text-align: right;
}
.audioWrap .audioInfo:not(.show) {
  opacity: 0;
  transition: all 0.4s ease;
}
.audioWrap .audioInfo.show {
  opacity: 1;
  padding: 20px 30px;
}
@media screen and (max-width: 480px) {
  .audioWrap .audioRow,
  .audioWrap .audioInfo.show {
    padding: 15px;
  }
  .audioWrap > a[role="button"],
  .audioWrap #audioBtn {
    width: 15vw;
    height: 15vw;
  }
}
@media screen and (min-width: 991px) {
  .audioWrap .audioInfo {
    font-size: 200%;
  }
} /** ----- articlesPart ----- **/
.articlesPart {
  width: 100%;
  font-size: 1.8em;
  line-height: 180%;
  margin: 1.5em auto 0 auto;
  text-align: left;
  padding: 0;
  box-sizing: border-box;
  display: inline-block;
  word-wrap: break-word;
}
.pageWord .articlesPart {
  font-size: 1em;
}
.articlesPart figure figcaption {
  font-size: 0.875em;
  line-height: 150%;
  color: #62696a;
  margin-top: 0.5em;
}
.articlesPart.leftPic figure figcaption,
.articlesPart.rightPic figure figcaption {
  text-align: center;
}
.articlesPart + .articlesPart {
  margin-top: 3em;
}
.articlesPart.leftPic .pic {
  float: left;
}
.articlesPart.rightPic .pic {
  float: right;
}
.articlesPart.topPic .word,
.articlesPart.bottomPic .pic,
.articlesPart.threePic .pic {
  margin-top: 1.5em;
}
.articlesPart .word {
  word-wrap: break-word;
}
.articlesPart .pic {
  text-align: center;
}
.articlesPart .pic img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.articlesPart.leftPic .pic,
.articlesPart.rightPic .pic,
.articlesPart.leftPic img,
.articlesPart.rightPic img {
  width: 100%;
  height: auto;
}
.articlesPart.threePic .pic > ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.articlesPart.threePic .pic > ul li {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f2f2f2;
}
.articlesPart h3 {
  font-family: "Noto Serif TC", "微軟正黑體", Arial, Helvetica, sans-serif;
  font-size: 1.6666em;
  font-weight: bold;
  line-height: 135%;
  color: #0c6e23;
  margin-bottom: 0.5em;
}
.atcTitle {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  margin-bottom: 1.5em;
}
.articlesPart.notTitle .atcTitle {
  display: none;
}
.atcTitle h3 {
  display: block;
  padding-bottom: 0.25em;
  margin: 0;
}
.articlesPart .word p + p {
  margin-top: 1em;
}
.articlesPart .word ul,
.articlesPart .word ol {
  margin-left: 2em;
}
@media screen and (max-width: 600px) {
  .articlesPart.leftPic .word,
  .articlesPart.rightPic .pic {
    margin-top: 1.5em;
  }
}
@media screen and (min-width: 601px) {
  .articlesPart.threePic .pic > ul li {
    width: calc(33.3333% - 14px);
  }
  .articlesPart.leftPic .pic,
  .articlesPart.rightPic .pic {
    max-width: 45%;
    padding-bottom: 1em;
  }
  .articlesPart.leftPic .pic {
    padding-right: 2em;
  }
  .articlesPart.rightPic .pic {
    padding-left: 2em;
  }
}
@media screen and (min-width: 1200px) {
  .articlesPart {
    font-size: 2em;
  }
  .pageWord .articlesPart {
    font-size: 1em;
  }
  .articlesPart.leftPic .pic,
  .articlesPart.rightPic .pic {
    max-width: 660px;
  }
  .articlesPart h3 {
    font-size: 1.8125em;
  }
} /* ----- inBanner ----- */
.inBanner {
  width: 100%;
  box-sizing: border-box;
  padding-left: 30px;
}
.inBanner .photo {
  width: 100%;
  border-radius: 6vw 0 0 0;
  overflow: hidden;
}
.inBanner .photo .img {
  width: 100%;
  padding-bottom: 56.25%;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: all 0.5s ease;
}
.inBanner.postFull{
	padding-left:0;
}
.inBanner.postFull .photo,
.inBanner.postMicro .photo{
	border-radius:6px;
}
.inBanner.postMicro{
	padding-left:0;
	max-width: 1170px;
	margin: 0 auto;
}
.inBanner.highMicro .photo .img{
	padding-bottom:40%;
}
@media screen and (max-width:480px) {
	.inBanner{padding-left:15px;}
}
@media screen and (min-width:768px) {
	.inBanner{padding-left:8.42vw;}
	.inBanner .photo{border-radius:60px 0 0 0;}
}
@media screen and (min-width:1260px) {
	.inBanner{padding-left:160px;}
} 
/* ----- inSection ----- */
.inSection {
  width: 100%;
  box-sizing: border-box;
  padding: 5vw 0;
}
.worksbg {
  width: 100%;
  background-color: #2a5c43;
  background-image: url(../images/online_works.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.actionbg{
    background-color: #fff;
}
.inFlexWrap {
  width: calc(100% - 60px);
  display: flex;
  flex-wrap: wrap;
  max-width: 1135px;
  margin: 0 auto;
}
.inFlexWrap .Lbox {
  width: 80px;
}
.inFlexWrap .Rbox {
  width: calc(100% - 80px);
}
@media screen and (max-width: 767px) {
  .inSection {padding: 10vw 0;}
  .inFlexWrap .Lbox,
  .inFlexWrap .Rbox {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .inSection {padding: 15vw 0;}
  .inFlexWrap {
    width: calc(100% - 30px);
  }
}
@media screen and (min-width: 1260px) {
  .inFlexWrap .Lbox {
    width: 160px;
  }
  .inFlexWrap .Rbox {
    width: calc(100% - 160px);
  }
  .inFlexWrap {
    max-width: calc(100% - 320px);
  }
  .inFlexWrap.inWrap .Lbox {
    width: 180px;
  }
  .inFlexWrap.inWrap .Rbox {
    width: calc(100% - 180px);
  }
}
.readmoreBtn{
	text-align:left;
	margin-top:1.5em;
	display: flex;
	justify-content:flex-start;
}
.readmoreWrap + .readmoreBtn{
	margin-top: 4.5em;
}
.readmoreBtn > a{
	display: flex;
	align-items: center;
	font-size:250%;
	color:#333333;
}
.readmoreBtn > a span{
    width: 30px;
    height: 30px;
    background-color: #333333;
    border-radius: 30px;
    display: block;
    position: relative;
	margin-left:8px;
}
.readmoreBtn > a span::before,
.readmoreBtn > a span::after{
	content: "";
    display: block;
    width: 12px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -6px;
    margin-top: -1px;
}
.readmoreBtn > a span::after {
    transform: rotate(90deg);
}
.readmoreBtn #pageBack{
	width:auto;
	margin:10px;
}
.readmoreBtn:has(#pageBack){
	width:100%;
	flex-wrap:wrap;
	justify-content:center;
	margin-top:3em;
}
.readmoreBtn:has(#pageBack) .rmToggle{
	padding: 10px 25px;
	margin:10px;
	border-radius: 100px;
	font-size:190%;
	line-height:25px;
	background: #0e872a;
	color:#fff;
}
.readmoreBtn:has(#pageBack) .rmToggle:hover,
.readmoreBtn:has(#pageBack) .rmToggle:focus{
	background-color:#008299;
}
.readmoreBtn:has(#pageBack) .rmToggle span{
    width:25px;height:25px;
	background-color:#fff;
	transition:all 0.4s ease;
}
.readmoreBtn:has(#pageBack) .rmToggle.current span{
	transform: rotate(45deg);
}
.readmoreBtn:has(#pageBack) .rmToggle span::before,
.readmoreBtn:has(#pageBack) .rmToggle span::after{
	background-color:#0e872a;
	height:3px;
}
.readmoreBtn:has(#pageBack) .rmToggle:hover span::before,
.readmoreBtn:has(#pageBack) .rmToggle:focus span::before,
.readmoreBtn:has(#pageBack) .rmToggle:hover span::after,
.readmoreBtn:has(#pageBack) .rmToggle:focus span::after{
	background-color:#008299;
}
.readmoreWrap{
	width:100%;
	transition: max-height 0.5s ease-in-out;
	font-size:200%;
	line-height:180%;
	text-align:left;
	padding-top:40px;
}
.storySum + .readmoreWrap{
	padding-top:0;
}
.readmoreWrap p:has(+p){
	margin-bottom:1.5em;
}
.readmoreWrap ul,
.readmoreWrap ol{
  margin-left: 1.5em;
}
.readmoreWrap:not(.show){
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
	max-height:290px;
}
.readmoreWrap.show{
	display:block;
	max-height:9999px;
}
.storySum .readmoreWrap:not(.show){
	-webkit-line-clamp: 3;
}
.storySum p:has(+p),
.storySum p:has(+*){ margin-bottom:1.5em;}
.storySum .readmoreWrap{ padding-top:0;}
.storySum .readmoreWrap,
.storySum .readmoreBtn a{
	font-size:100%;
}
.readmoreWrap.readHidden:not(.show){
	display:none;
}
.readmoreWrap:has(.pageWord){
	font-size:100%;
	line-height:100%;
}
@media screen and (min-width:1260px) {
	.readmoreWrap{ font-size: 250%;}
	.readmoreBtn:has(#pageBack) .rmToggle{
		padding: 15px 40px;
		font-size:210%;
		line-height:30px;
	}
	.readmoreBtn:has(#pageBack) .rmToggle span{
		width: 32px;height: 32px;
	}
}
/** worksbg **/
.worksbg .readmoreBtn a{
	color:#fff;
}
.worksbg .readmoreBtn a span{
	background-color:#fff;
}
.worksbg .readmoreBtn a span::before,
.worksbg .readmoreBtn a span::after{
	background-color:#2a5c43;
}
/** titVertical **/
.titVertical {
  width: 100%;
}
.titVertical h2 {
  font-size: 3em;
  line-height: 150%;
  color: #000;
}
.titVertical p {
  font-size: 5em;
  line-height: 150%;
  font-weight: bold;
  color: #fff;
  mix-blend-mode: multiply;
}
.titVertical p::before {
  content: attr(data-storke);
  position: absolute;
  z-index: -1;
  -webkit-text-stroke: 1px #aaa;
  text-stroke: 1px #aaa;
}
.worksbg .titVertical h2 {
  color: #fff;
}
.worksbg .titVertical p {
  color: #2f6148;
  mix-blend-mode: lighten;
  opacity: 0.4;
}
.worksbg .titVertical p::before {
  -webkit-text-stroke: 1px #fff;
  text-stroke: 1px #fff;
}
.lineRow {
  list-style: none;
  font-size: 200%;
  line-height: 180%;
  font-weight: 600;
  text-align: left;
  width: 100%;
  color: #333333;
  position: relative;
  border-top: 1px solid #ddd;
}
.lineRow li {
  border-bottom: 1px solid #ddd;
  position: relative;
  padding: 14px 0;
  display: flex;
  flex-direction: row;
}
.lineRow li strong:has(+ p) {
  margin-right: 2em;
}
.lineRow::before,
.lineRow li::before {
  content: "";
  display: block;
  width: 1em;
  height: 1px;
  background-color: #999999;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.lineRow::before {
  bottom: auto;
  top: -1px;
}
ul.boxGroup{
    width: 100%;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin: 0.5em auto;
}
ul.boxGroup li{
    width: 100%;
    min-height: 160px;
    align-content: center;
    box-sizing: border-box;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 10px;
}
ul.icoGroup{
  width: 100%;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin: 0.5em auto;
}
ul.icoGroup li{
  width: calc(50% - 15px);
  min-height: 160px;
  align-content: center;
  box-sizing: border-box;
  padding: 15px;
}
.icoGroup .oneIco{
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.icoGroup .oneIco .icon{
  width: 80%;
  border-radius: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 5px solid #eee;
  box-sizing: border-box;
  padding: 15%;
}
.icoGroup .oneIco .icon::before,
.icoGroup .oneIco .icon .img{
  content: "";
  display: block;
  width: 100%;
  height: 0%;
  padding-bottom: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}
.icoGroup .oneIco .icon:has(.img)::before{
  display: none;
}
.icoGroup .oneIco .icon.co1::before{
  background-image: url(../images/works_ico1.svg);
}
.icoGroup .oneIco .icon.co2::before{
  background-image: url(../images/works_ico2.svg);
}
.icoGroup .oneIco .icon.co3::before{
  background-image: url(../images/works_ico3.svg);
}
.icoGroup .oneIco .icon.co4::before{
  background-image: url(../images/works_ico4.svg);
}
.icoGroup .oneIco p{
  line-height: 150%;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .readmoreWrap,.lineRow {
    font-size: 180%;
  }
  .titVertical p {
    margin-top: -0.95em;
  }
}
@media screen and (min-width: 768px) {
  .titVertical {
    writing-mode: vertical-lr;
  }
  .titVertical p {
    transform: translate3d(-40%, 0, 0);
  }
  .lineRow li {
    padding: 20px 0;
  }
  ul.boxGroup li{
    width: calc(33.33% - 10px);
  }
  ul.icoGroup li{
    width: calc(25% - 8px);
  }
}
@media screen and (min-width: 991px) {
  ul.icoGroup li{
    width: calc(20% - 10px);
  }
}
@media screen and (min-width: 1260px) {
  .titVertical h2 {
    font-size: 4.8em;
  }
  .titVertical p {
    font-size: 8em;
  }
} /* ----- supList ----- */
.supList ul {
  list-style: none;
}
.supList ul li:has(+ li) {
  margin-bottom: 30px;
}
.oneSupport {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.oneSupport .photo {
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
  border-radius: 50%;
  position: relative;
}
.oneSupport .photo .img {
  display: block;
  width: 100%;
  height: 0%;
  padding-bottom: calc(100% - 10px);
  border: 5px solid #fff;
  background-color: #fff;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  box-sizing: border-box;
}
.oneSupport .photo::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 0%;
  padding-bottom: 100%;
  border-radius: 50%;
  background-color: #fff;
  background-image: url(../images/noCalculation.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  box-sizing: border-box;
  z-index: -1;
}
.oneSupport .supInfo {
  width: 100%;
  font-size: 180%;
  line-height: 160%;
  font-weight: 600;
  color: #333333;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.oneSupport .supInfo strong {
  font-size: 150%;
}
.oneSupport .supInfo span:has(+ strong),
.oneSupport .supInfo strong:has(+ p) {
  margin-bottom: 15px;
}
@media screen and (min-width: 481px) and (max-width: 767px) {
  .oneSupport .supInfo {
    width: calc(100% - 100px - 15px);
    margin-left: 15px;
  }
  .oneSupport .photo {
    max-width: 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .oneSupport .supInfo {
    width: calc(100% - 140px - 20px);
    margin-left: 20px;
  }
  .oneSupport .photo {
    max-width: 140px;
  }
}
@media screen and (min-width: 1260px) {
  .oneSupport .photo .img {
    padding-bottom: calc(100% - 20px);
    border: 10px solid #fff;
  }
  .oneSupport .supInfo {
    width: calc(100% - 200px - 30px);
    margin-left: 30px;
  }
} /* ----- emWrap ----- */
.emWrap {
  width: 5em;
  white-space: nowrap;
  letter-spacing: 0.25em;
}
.emWrap.f2 {
  letter-spacing: 3em;
}
.emWrap.f5 {
  letter-spacing: 0em;
}
.goalWrap {
  width: 100%;
  margin: 0 auto;
  background-color: #fafaf5;
  border: 2px solid #f5f5e7;
  border-radius: 6px;
  box-sizing: border-box;
  padding: 15px;
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
}
.goalWrap .inWord {
  width: 100%;
  font-size: 1em;
  line-height: 150%;
  font-weight: 600;
}
.goalWrap .inLink {
  width: 100%;
}
.inWord p {
  font-size: 80%;
}
.inWord p:has(+ strong) {
  margin-bottom: 0.5em;
}
.inWord strong {
  color: #607a1f;
  font-size: 120%;
  line-height: 200%;
}
.inWord strong em {
  color: #0b724a;
  font-size: 200%;
  margin: 0 0.25em;
}
.attrDownload {
  color: #607a1f;
  font-size: 80%;
  display: flex;
  align-items: center;
  position: relative;
}
.attrDownload:hover,
.attrDownload:focus {
  color: #007e94;
}
.attrDownload .inFont {
  width: calc(100% - 86px);
  font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
  font-size: 100%;
  line-height: 130%;
  font-weight: 600;
  margin-left: 6px;
}
.attrDownload::before,
.attrDownload::after {
  content: "";
  display: block;
  border-radius: 80px;
  box-sizing: border-box;
}
.attrDownload::before {
  background-color: #607a1f;
  width: 60px;
  height: 60px;
}
.attrDownload:hover::before,
.attrDownload:focus::before {
  background-color: #007e94;
}
.attrDownload p {
  color: #0e8129;
  font-size: 80%;
}
.attrDownload:hover p,
.attrDownload:focus p {
  color: #c7460f;
}
.attrDownload::after {
  background-image: url(../images/attrDownload.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 50%;
  position: absolute;
  left: 4px;
  top: 50%;
  margin-top: -26px;
  width: 52px;
  height: 52px;
  border: 2px solid #fff;
}
@media screen and (max-width: 990px) {
  .inWord p,
  .attrDownload {
    font-size: 100%;
  }
  .goalWrap .inWord:has(+ .inLink) {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 991px) {
  .goalWrap {
    padding: 20px;
  }
  .goalWrap .inWord {
    width: calc(100% - 200px);
  }
  .goalWrap .inLink {
    width: 200px;
  }
  .attrDownload::before {
    width: 80px;
    height: 80px;
  }
  .attrDownload::after {
    left: 4px;
    margin-top: -36px;
    width: 72px;
    height: 72px;
  }
}
@media screen and (min-width: 1260px) {
  .goalWrap {
    padding: 30px;
  }
} /* ----- rowGroups ----- */
.rowGroups {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  box-sizing: border-box;
  padding: 25px 0;
}
.rowGroups:has(+ .rowGroups) {
  border-bottom: 1px dashed #dcdcdc;
}
.rowGroups .inIcon {
  width: 146px;
  height: 146px;
  border-radius: 80px;
  background-image: linear-gradient(45deg, #e5f2db 0%, #d0eee9 100%);
  padding: 25px;
  box-sizing: border-box;
}
.rowGroups .inWord {
  width: calc(100% - 166px);
  margin-left: 20px;
}
.rowGroups .inWord strong {
  color: #000;
}
.inWord ul {
  list-style-type: none;
}
.inWord ul li {
  position: relative;
  padding-left: 20px;
  box-sizing: border-box;
}
.inWord ul li::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #cccccc;
  border-radius: 8px;
  position: absolute;
  left: 0;
  top: 0.65em;
}
@media screen and (max-width: 767px) {
  .rowGroups {
    align-items: flex-start;
  }
  .rowGroups .inIcon {
    width: 80px;
    height: 80px;
    padding: 15px;
    margin: 0 auto;
  }
  .rowGroups .inWord {
    width: calc(100% - 100px);
  }
  .rowGroups .inWord strong {
    width: 100%;
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .rowGroups {
    flex-direction: column;
  }
  .rowGroups .inWord {
    width: 100%;
    margin: 0 auto;
  }
} /* ----- eventInfo ----- */
.eventInfo {
  width: 100%;
  margin: 0 auto;
  font-size: 1.7em;
  line-height: 180%;
  word-wrap: break-word;
  background-color: #e5f2f5;
  border-radius: 12px;
  overflow: hidden;
  box-sizing: border-box;
  padding: 10px;
}
.noBgcolor {
  background-color: transparent !important;
}
.eventInfo ul,
.eventInfo ol {
  margin-left: 1.5em;
}
.postInfo + .eventInfo {
  margin-top: 1.5em;
}
.eventInfo > dl {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background-color: transparent;
  color: #333333;
}
.eventInfo > dl > dt,
.eventInfo > dl > dd {
  padding: 10px 15px;
  box-sizing: border-box;
}
.eventInfo a {
  color: #006ec5;
}
.eventInfo a:hover,
.eventInfo a:focus {
  color: #008299;
}
.eventInfo > dl > dt {
  width: calc(5em + 60px);
  text-align: left;
  font-weight: bold;
  display: flex;
  align-items: flex-start;
}
.eventInfo > dl > dt::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  background-color: #333;
  background-image: url(../images/event_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 10px;
  margin-right: 10px;
  margin-top: 0.5em;
}
.eventInfo > dl > dd {
  width: 100%;
  font-weight: 600;
}
.eventInfo > dl > dd a.btn {
  display: block;
  width: auto;
  font-size: 100%;
  font-weight: bold;
  padding: 5px 20px;
  box-sizing: border-box;
  margin-top: 10px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.eventInfo > dl > dd a.btn span {
  position: relative;
  padding-right: 30px;
}
.eventInfo > dl > dd a.btn span:before {
  position: absolute;
  content: "";
  display: block;
  right: 0;
  top: 0;
  width: 25px;
  height: 25px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: 2;
}
.eventInfo > dl > dd a.btnReg {
  color: #fff;
  background: #457317;
}
.eventInfo > dl > dd a.btnMap {
  color: #666;
  background: #ffffff;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
}
.eventInfo > dl > dd a.btnReg span:before {
  background-image: url(../images/eventBtn-apply.svg);
}
.eventInfo > dl > dd a.btnMap span:before {
  background-image: url(../images/eventBtn-location.png);
}
.eventInfo > dl > dd a.btn:hover,
.eventInfo > dl > dd a.btn:focus {
  background: #008299;
}
.eventInfo > dl > dd a.btnMap:hover,
.eventInfo > dl > dd a.btnMap:focus {
  color: #fff;
  background: #525866;
}
.eventInfo > dl > dd a.btn:focus {
  border: dashed 2px #333;
  outline: none;
}
@media screen and (max-width: 480px) {
  .eventInfo > dl > dd {
    padding: 5px 15px;
  }
}
@media screen and (min-width: 481px) {
  .eventInfo > dl > dt {
    width: calc(5em + 60px);
  }
  .eventInfo > dl > dd {
    width: calc(100% - (5em + 60px));
  }
  .eventInfo > dl + dl dt,
  .eventInfo > dl + dl dd {
    border-top: 1px dashed #c1cbdf;
  }
  .eventInfo.noBgcolor > dl + dl dt,
  .eventInfo > dl + dl dd {
    border-color: #dcdcdc;
  }
}
@media screen and (min-width: 991px) {
  .eventInfo {
    font-size: 1.8em;
    padding: 10px 25px;
  }
  .postInfo + .eventInfo {
    margin-top: 2em;
  }
  .eventInfo > dl > dt,
  .eventInfo > dl > dd {
    padding: 16px 10px;
  }
  .eventInfo > dl > dd a.btn {
    font-size: 90%;
    display: inline-block;
    margin: 0 0 0 10px;
  }
} /** sliderAlbum **/
#sliderAlbum {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  font-size: 1rem;
}
#sliderAlbum a:focus {
  outline: 2px dotted #000;
}
#sliderAlbum .slider-for {
  width: calc(100% - 140px - 20px);
  margin-right: 20px;
}
#sliderAlbum .slider-nav {
  width: 140px;
}
#sliderAlbum .oneAlbum {
  width: 100%;
  display: block;
}
#sliderAlbum .oneAlbum figure {
  position: relative;
  border-radius: 2vw;
  overflow: hidden;
}
#sliderAlbum .oneAlbum figcaption {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  box-sizing: border-box;
  padding: 5px 40px;
  font-size: 150%;
  line-height: 150%;
  color: #ffffff;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.4s ease;
}
#sliderAlbum .oneAlbum figcaption a {
  color: #ffffff;
}
#sliderAlbum .oneAlbum figcaption a:hover,
#sliderAlbum .oneAlbum figcaption a:focus {
  color: #ffff00;
}
#sliderAlbum .oneAlbum figcaption a:focus{
  outline-color: #ffff00;
  display: inline-block;
}
#sliderAlbum .explainBox:has(> .explainBody) {
  font-size: 100%;
}
#sliderAlbum .explainBox:has(> .explainBody) a {
  font-size: 150%;
}
#sliderAlbum .slick-current .oneAlbum figcaption {
  padding: 30px 40px;
}
#sliderAlbum .oneAlbum .pic {
  width: 100%;
  padding-bottom: 66.66%;
  background-color: #eeeeee;
}
#sliderAlbum .oneAlbum .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
#sliderAlbum .oneAlbum .pic img.nopic{
  object-fit: cover;
}
#sliderAlbum.autoAlbum .oneAlbum .pic {
  padding-bottom: 0%;
}
#sliderAlbum.autoAlbum .oneAlbum .pic img {
  position: relative;
  left: inherit;
  top: inherit;
}
#fixedSlider.slick-vertical .slick-slide {
  box-sizing: border-box;
}
#sliderAlbum .oneNav {
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  margin: 5px;
  box-sizing: border-box;
  padding: 4px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
#sliderAlbum .slick-current .oneNav {
  padding: 8px;
}
#sliderAlbum .oneNav::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 6px;
  box-sizing: border-box;
}
#sliderAlbum .oneNav::before {
  border: 4px solid #ffffff;
}
#sliderAlbum .slick-current .oneNav::before {
  border-color: #8cc042;
}
#sliderAlbum .oneNav .photo {
  position: relative;
  width: 100%;
  height: 0%;
  padding-bottom: 66.66%;
  display: block;
  border-radius: 2px;
  background-color: #eeeeee;
}
#sliderAlbum .oneNav img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  border-radius: 2px;
}
#sliderAlbum .oneNav {
  opacity: 0.5;
}
#sliderAlbum .slick-current .oneNav {
  opacity: 1;
}
#sliderAlbum .oneNav:has(a:focus){
  opacity: 1;
}
#sliderAlbum .oneNav a:focus{
  outline-color: #BE1E1E;
}
.morePageCenter #sliderAlbum {
  font-size: 100%;
}
.morePageCenter #sliderAlbum .oneAlbum figcaption {
  display: flex;
  flex-wrap: wrap;
}
.morePageCenter #sliderAlbum .oneAlbum .pic {
  background-color: #000;
}
.morePageCenter #sliderAlbum .oneNav {
  padding: 5px;
  background-color: #fff;
  border-radius: 6px;
}
.morePageCenter #sliderAlbum .oneNav::before {
  border-radius: 3px;
}
.morePageCenter #sliderAlbum .viewIndex {
  width: 44px;
  height: 44px;
  border-radius: 5px;
  text-align: center;
  align-content: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
  color: #999999;
}
.morePageCenter #sliderAlbum .viewWord {
  width: calc(100% - 44px - 15px);
  margin-left: 15px;
  color: #999999;
}
.morePageCenter #sliderAlbum .viewWord strong {
  font-size: 120%;
  color: #fff;
}
.morePageCenter #sliderAlbum .viewWord p {
  margin-top: 0.25em;
}
#sliderAlbum .slider-for .slick-prev,
#sliderAlbum .slider-for .slick-next {
  position: absolute;
  display: block;
  width: 45px;
  height: 45px;
  background: rgba(0, 0, 0, 0.8);
  box-sizing: border-box;
  z-index: 10;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
#sliderAlbum .slider-for:has(.explainHead.current) .slick-prev,
#sliderAlbum .slider-for:has(.explainHead.current) .slick-next {
  visibility: hidden;
  opacity: 0;
}
#sliderAlbum .slider-for .slick-prev {
  left: 20px;
}
#sliderAlbum .slider-for .slick-next {
  right: 20px;
}
#sliderAlbum .slider-for .slick-prev:before,
#sliderAlbum .slider-for .slick-next:before {
  display: none;
}
#sliderAlbum .slider-for .slick-prev:hover,
#sliderAlbum .slider-for .slick-prev:focus,
#sliderAlbum .slider-for .slick-next:hover,
#sliderAlbum .slider-for .slick-next:focus {
  background: #008299;
}
#sliderAlbum .slider-for .slick-prev:focus,
#sliderAlbum .slider-for .slick-next:focus {
  outline: 2px dotted #ff6600 !important;
}
#sliderAlbum .slider-for .slick-prev span,
#sliderAlbum .slider-for .slick-next span {
  position: relative;
  display: block;
  width: 17px;
  height: 17px;
  -webkit-border-radius: 0%;
  -moz-border-radius: 0%;
  border-radius: 0%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#sliderAlbum .slider-for .slick-prev span {
  margin: 14px 0 0 17px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#sliderAlbum .slider-for .slick-next span {
  margin: 14px 0 0 11px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#sliderAlbum .slider-for .slick-prev span:before,
#sliderAlbum .slider-for .slick-next span:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 4px;
  height: 100%;
  background: #fff;
  z-index: 2;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
#sliderAlbum .slider-for .slick-prev span:before {
  left: 0;
}
#sliderAlbum .slider-for .slick-next span:before {
  right: 0;
}
#sliderAlbum .slider-for .slick-prev span:after,
#sliderAlbum .slider-for .slick-next span:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 4px;
  background: #fff;
  z-index: 2;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
@media screen and (max-width: 767px) {
  #sliderAlbum .slider-for,
  #sliderAlbum .slider-nav {
    width: 100%;
    margin: 10px auto;
  }
  #sliderAlbum .oneNav .photo {
    width: 100%;
    height: 0%;
    padding-bottom: 66.66%;
  }
  #sliderAlbum .oneNav img {
    position: absolute;
    left: 0;
    top: 0;
  }
  #sliderAlbum .oneAlbum figcaption {
    padding: 0px 20px;
    font-size: 120%;
  }
  #sliderAlbum .slick-current .oneAlbum figcaption {
    padding: 10px 20px;
  }
  #sliderAlbum .explainBox:has(> .explainBody) a {
    font-size: 120%;
  }
}
@media screen and (min-width: 991px) {
  #sliderAlbum .oneAlbum figure {
    border-radius: 20px;
  }
  #sliderAlbum:not(.zoomOut) .slider-for .slick-prev,
  #sliderAlbum:not(.zoomOut) .slider-for .slick-next {
    width: 60px;
    height: 60px;
  }
  #sliderAlbum:not(.zoomOut) .slider-for .slick-prev span,
  #sliderAlbum:not(.zoomOut) .slider-for .slick-next span {
    width: 26px;
    height: 26px;
  }
  #sliderAlbum:not(.zoomOut) .slider-for .slick-prev span {
    margin: 17px 0 0 24px;
  }
  #sliderAlbum:not(.zoomOut) .slider-for .slick-next span {
    margin: 17px 0 0 10px;
  }
}
@media screen and (min-width: 1560px) {
  #sliderAlbum .slider-for {
    width: calc(100% - 280px - 30px);
    margin-right: 30px;
  }
  #sliderAlbum .slider-nav {
    width: 280px;
  }
  .morePageCenter #sliderAlbum .slider-for {
    width: calc(100% - 240px - 30px);
    margin-right: 30px;
  }
  .morePageCenter #sliderAlbum .slider-nav {
    width: 240px;
  }
} /** explainBody **/
.explainBox {
  max-height: 100%;
  overflow: auto;
}
.explainBox .explainHead.current + .explainBody {
  margin-top: 0.5em;
}
.explainBox .explainHead span,
.explainBox .explainHead .btn {
  position: relative;
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  background-color: #000;
  border-radius: 30px;
  margin: 5px;
}
.explainBox .explainHead span::before,
.explainBox .explainHead span::after,
.explainBox .explainHead .btn::before,
.explainBox .explainHead .btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  display: block;
  width: 14px;
  height: 2px;
  margin-top: -1px;
  margin-right: -7px;
  background-color: #fff;
  transition: all 0.3s ease;
}
.explainBox .explainHead span::after,
.explainBox .explainHead .btn::after {
  transform: rotate(90deg);
}
.explainBox .explainHead:hover span:before,
.explainBox .explainHead:focus span::before,
.explainBox .explainHead:hover span::after,
.explainBox .explainHead:focus span::after,
.explainBox .explainHead:hover .btn:before,
.explainBox .explainHead:focus .btn:before,
.explainBox .explainHead:hover .btn::after,
.explainBox .explainHead:focus .btn::after {
  background-color: #ffff00;
}
.explainBox .explainHead.current span:before,
.explainBox .explainHead.current span:after,
.explainBox .explainHead.current .btn:before,
.explainBox .explainHead.current .btn:after {
  width: 16px;
  margin-right: -8px;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
}
.explainBox .explainHead.current span:after,
.explainBox .explainHead.current .btn:after {
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  -o-transform: rotate(315deg);
  transform: rotate(315deg);
}
.explainBox .explainBody {
  line-height: 180%;
}
.explainBody ul,
.explainBody ol {
  margin-left: 1.5em;
}
.explainBox .explainBody pre {
  line-height: 100%;
}
.explainBox .explainBody pre > * {
  line-height: 150%;
}
.explainBody pre > ul,
.explainBody pre > ol {
  margin-top: 1em;
  margin-bottom: 1em;
} /** pageBot **/
.pageBot {
  width: 100%;
  padding: 0;
  margin: 30px auto 0 auto;
}
.pageBot .tit {
  display: block;
  width: 100%;
  color: #000;
  font-size: 2.1em;
  font-weight: bold;
  margin-bottom: 5px;
}
.pageBot .tit span {
  position: relative;
  display: inline-block;
  padding: 12px 15px 12px 42px;
}
.pageBot .tit span:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 35px;
  height: 35px;
  margin-top: -18px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  z-index: 1;
}
.pageBot .tit span::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 35px;
  height: 35px;
  margin-top: -18px;
  background-color: transparent;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.pageBot .tit span.photo:before {
  background-image: url(../images/pageBot-photo.svg);
}
.pageBot .tit span.download:before {
  background-image: url(../images/pageBot-download.svg);
}
.pageBot .tit span.link:before {
  background-image: url(../images/pageBot-link.svg);
}
@media screen and (min-width: 991px) {
  .pageBot {
    margin-top: 50px;
  }
  .pageBot .tit {
    font-size: 2.5em;
    margin-bottom: 15px;
  }
  .pageBot .tit span:before,
  .pageBot .tit span::after {
    width: 40px;
    height: 40px;
    margin-top: -20px;
  }
  .pageBot .tit span {
    padding-left: 45px;
  }
} /** gallery **/
#gallery {
  width: 100%;
  margin: 0 auto;
}
#gallery ul {
  list-style: none;
  letter-spacing: -9px;
  margin: -10px;
}
#gallery ul li {
  display: inline-block;
  width: 33.3333%;
  letter-spacing: 0;
  padding: 10px;
  vertical-align: top;
  box-sizing: border-box;
}
#gallery ul li a {
  float: left;
  width: 100%;
  height: 100%;
  color: #000;
}
#gallery ul li a:hover,
#gallery ul li a:focus {
  color: #008299;
}
#gallery figure {
  margin: 0;
}
#gallery figure .pic {
  width: 100%;
  padding-bottom: 66.66%;
  overflow: hidden;
  border-radius: 12px;
  position: relative;
}
#gallery figure .pic img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
#gallery a:hover figure .pic img,
#gallery a:focus figure .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
#gallery figure figcaption {
  font-size: 1.7em;
  line-height: 130%;
  font-weight: 600;
  text-align: center;
  margin-top: 10px;
}
#gallery figure figcaption strong {
  display: inline-block;
  font-size: 1.3rem;
  margin-bottom: 5px;
}
#gallery figure figcaption strong span {
  display: inline-block;
  color: #fff;
  font-size: 0.9rem;
  line-height: 100%;
  padding: 5px 10px;
  background: #8c3c4a;
  margin-right: 10px;
  vertical-align: top;
}
@media screen and (max-width: 480px) {
  #gallery ul li {
    width: 50%;
  }
}
@media screen and (max-width: 360px) {
  #gallery ul li {
    width: 100%;
  }
}
@media screen and (min-width: 991px) {
  #gallery figure figcaption {
    font-size: 1.9em;
  }
  #gallery ul li {
    width: 25%;
  }
}
@media screen and (min-width: 1260px) {
  #gallery ul li {
    width: 20%;
  }
} /* ----- dnLink ----- */
.dnLink {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  box-sizing: border-box;
}
.dnLink ul {
  list-style: none;
}
.dnLink ul li {
  width: 100%;
  padding: 0;
  border-bottom: dashed 1px #ccc;
}
.dnLink ul li a {
  position: relative;
  display: flex;
  height: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box;
  align-content: center;
  padding: 15px;
}
.dnLink ul li:last-child {
  border-bottom: none;
}
.dnLink ul li a:hover,
.dnLink ul li a:focus {
  background-color: #e5f2f5;
}
.dnLink .labe,
.dnTable td .labe,
ul.tabletolist > li > ul > li .labe {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
}
.dnTable td .labe {
  margin: 0 auto;
}
.dnLink .labe:before,
.dnTable td .labe:before,
ul.tabletolist > li > ul > li .labe:before {
  position: absolute;
  left: 5px;
  top: 0;
  content: "";
  display: block;
  width: 40px;
  height: 50px;
  box-sizing: border-box;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fff;
  -webkit-mask-size: 40px 50px;
  mask-size: 40px 50px;
  -webkit-mask-image: url(../images/dnLink-icon.svg);
  mask-image: url(../images/dnLink-icon.svg);
}
.dnLink .labe span,
.dnTable td .labe span,
ul.tabletolist > li > ul > li .labe span {
  position: absolute;
  right: 0;
  bottom: 13px;
  width: 35px;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.dnTable td .labe span {
  font-size: 0.7em;
  bottom: 6px;
}
ul.tabletolist > li > ul > li .labe span {
  font-size: 0.7em;
  bottom: 12px;
}
.dnLink .labe.pdf,
.dnTable td .labe.pdf,
ul.tabletolist > li > ul > li .labe.pdf {
  background: #a40000;
}
.dnLink .labe.odt,
.dnLink .labe.doc,
.dnLink .labe.docx,
.dnTable td .labe.odt,
.dnTable td .labe.doc,
.dnTable td .labe.docx,
ul.tabletolist > li > ul > li .labe.odt,
ul.tabletolist > li > ul > li .labe.doc,
ul.tabletolist > li > ul > li .labe.docx {
  background: #0068b7;
}
.dnLink .labe.ods,
.dnLink .labe.xls,
.dnLink .labe.xlsx,
.dnTable td .labe.ods,
.dnTable td .labe.xls,
.dnTable td .labe.xlsx,
ul.tabletolist > li > ul > li .labe.ods,
ul.tabletolist > li > ul > li .labe.xls,
ul.tabletolist > li > ul > li .labe.xlsx {
  background: #007300;
}
.dnLink .labe.odp,
.dnLink .labe.ppt,
.dnLink .labe.pptx,
.dnTable td .labe.odp,
.dnTable td .labe.ppt,
.dnTable td .labe.pptx,
ul.tabletolist > li > ul > li .labe.odp,
ul.tabletolist > li > ul > li .labe.ppt,
ul.tabletolist > li > ul > li .labe.pptx {
  background: #cc3300;
}
.dnLink .labe.rar,
.dnTable td .labe.rar,
ul.tabletolist > li > ul > li .labe.rar {
  background: #67005e;
}
.dnLink .labe.zip,
.dnTable td .labe.zip,
ul.tabletolist > li > ul > li .labe.zip {
  background: #6a3906;
}
.dnLink a:hover .labe,
.dnLink a:focus .labe,
.dnTable td a:hover .labe,
.dnTable td a:focus .labe,
ul.tabletolist > li > ul > li a:hover .labe,
ul.tabletolist > li > ul > li a:focus .labe {
  background: #008299;
}
.dnLink dl {
  display: flex;
  width: calc(100% - 60px);
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
}
.dnLink dt {
  color: #000;
  font-family: "Noto Serif TC", "微软雅黑", "Microsoft YaHei";
  font-size: 1.9em;
  font-weight: bold;
  line-height: 135%;
}
.dnLink a:hover dt,
.dnLink a:focus dt {
  color: #00758a;
}
.dnLink dd {
  color: #333333;
  font-size: 1.3em;
  line-height: 135%;
  font-weight: 600;
  margin-top: 3px;
}
.dnLink dd span {
  position: relative;
  padding-left: 10px;
  margin-right: 15px;
  vertical-align: top;
}
.dnLink dd span:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 3px;
  height: 3px;
  background: #333333;
}
@media screen and (max-width: 480px) {
  .dnLink dd {
    margin-top: 0;
  }
  .dnLink dd span {
    display: block;
    margin: 5px 0;
  }
}
@media screen and (min-width: 991px) {
  .dnLink ul {
    display: flex;
    list-style: none;
    flex-direction: row;
    align-items: stretch;
    align-content: stretch;
    flex-wrap: wrap;
  }
  .dnLink ul li {
    display: inline-block;
    box-sizing: border-box;
  }
  .dnLink ul li a {
    padding: 20px;
  }
  .dnLink dt {
    font-size: 2.1em;
  }
  .dnLink dd {
    font-size: 1.5em;
  }
}
@media screen and (min-width: 1260px) {
  .dnLink ul {
    margin: 0 -25px;
  }
  .dnLink ul li {
    width: calc(50% - 50px);
    margin: 0 25px;
  }
  .dnLink ul li:last-of-type,
  .dnLink ul li:has(+ li:last-of-type) {
    border-bottom: none;
  }
} /* ----- getLink ----- */
.getLink {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  box-sizing: border-box;
}
.getLink ul {
  list-style: none;
}
.getLink ul li {
  width: 100%;
  padding: 0;
  box-sizing: border-box;
  border-bottom: dashed 1px #ccc;
}
.getLink ul li a {
  position: relative;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  padding: 15px;
}
.getLink ul li a:hover,
.getLink ul li a:focus {
  background-color: #e5f2f5;
}
.getLink dl {
  position: relative;
  width: 100%;
  padding-left: 60px;
  box-sizing: border-box;
}
.getLink dl::before,
.getLink dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  border-radius: 10px;
}
.getLink dl::before {
  background-color: #378082;
}
.getLink dl::after {
  background-color: #fff;
  mask: url(../images/icon-getLink.svg) no-repeat center center;
  mask-size: 30px 30px;
}
.getLink a:hover dl::before,
.getLink a:focus dl::before {
  background-color: #00758a;
}
.getLink dt {
  color: #000;
  font-size: 1.9em;
  font-weight: bold;
  line-height: 135%;
}
.getLink a:hover dt,
.getLink a:focus dt {
  color: #00758a;
}
.getLink dd {
  color: #333333;
  font-size: 1.3em;
  line-height: 135%;
  word-wrap: break-word;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 3px;
}
@media screen and (min-width: 991px) {
  .getLink ul {
    display: flex;
    list-style: none;
    flex-direction: row;
    align-items: stretch;
    align-content: stretch;
    flex-wrap: wrap;
  }
  .getLink ul li {
    display: inline-block;
    box-sizing: border-box;
  }
  .getLink ul li a {
    padding: 20px;
  }
  .getLink dt {
    font-size: 2.1em;
  }
  .getLink dd {
    font-size: 1.5em;
  }
}
@media screen and (min-width: 1260px) {
  .getLink ul {
    margin: 0 -25px;
  }
  .getLink ul li {
    width: calc(50% - 50px);
    margin: 0 25px;
  }
  .getLink ul li:last-of-type,
  .getLink ul li:has(+ li:last-of-type) {
    border-bottom: none;
  }
} /** page **/
#page {
  display: flex;
  width: 100%;
  flex-direction: column;
  margin: 30px auto 0 auto;
}
#page .total {
  width: 100%;
  display: inline-block;
  color: #3c3c3c;
  font-size: 1.7em;
  line-height: 150%;
  text-align: center;
}
#page .total span {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 1.1rem;
  display: inline-block;
}
#page .num {
  text-align: center;
  margin-top: 20px;
}
#page .num a {
  display: none;
  font-family: Arial, Helvetica, sans-serif;
  color: #3c3c3c;
  font-weight: bold;
  background: #eeeeee;
  vertical-align: middle;
  overflow: hidden;
  margin: 0 15px;
  border-radius: 5px;
}
#page .num .cur {
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
  color: #3c3c3c;
  font-size: 2.1em;
  font-weight: bold;
  text-align: center;
  line-height: 45px;
  vertical-align: middle;
  cursor: text;
  margin: 0 10px;
}
#page .num a.btn-first {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 45px;
  text-align: left;
  text-indent: -9999px;
  background: #3c3c3c;
  box-sizing: border-box;
  margin: 0 10px 0 0;
}
#page .num a.btn-first:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 9px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  margin: -5px 0 0 -8px;
  z-index: 2;
  transform: rotate(45deg);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#page .num a.btn-first:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 9px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  margin: -5px 0 0 1px;
  z-index: 2;
  transform: rotate(45deg);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#page .num a.btn-prev {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 45px;
  text-align: left;
  text-indent: -9999px;
  background: #333333;
  box-sizing: border-box;
  margin: 0 10px 0 0;
}
#page .num a.btn-prev:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 9px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  margin: -5px 0 0 -3px;
  z-index: 2;
  transform: rotate(45deg);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#page .num a.btn-next {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 45px;
  text-align: left;
  text-indent: -9999px;
  background: #333333;
  box-sizing: border-box;
  margin: 0 0 0 10px;
}
#page .num a.btn-next:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 50%;
  width: 9px;
  height: 9px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  margin: -5px -3px 0 0;
  z-index: 2;
  transform: rotate(45deg);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#page .num a.btn-last {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 45px;
  text-align: left;
  text-indent: -9999px;
  background: #3c3c3c;
  box-sizing: border-box;
  margin: 0 0 0 10px;
}
#page .num a.btn-last:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 50%;
  width: 9px;
  height: 9px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  margin: -5px -8px 0 0;
  z-index: 2;
  transform: rotate(45deg);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#page .num a.btn-last:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 50%;
  width: 9px;
  height: 9px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  margin: -5px 1px 0 0;
  z-index: 2;
  transform: rotate(45deg);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#page .num a.btn-first:hover,
#page .num a.btn-first:focus,
#page .num a.btn-prev:hover,
#page .num a.btn-prev:focus,
#page .num a.btn-next:hover,
#page .num a.btn-next:focus,
#page .num a.btn-last:hover,
#page .num a.btn-last:focus {
  background-color: #008299;
}
@media screen and (min-width: 991px) {
  #page {
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
  }
  #page:after {
    display: none;
  }
  #page .num {
    text-align: left;
    margin: 20px 0 0;
  }
  #page .num a {
    display: inline-block;
    width: 45px;
    height: 45px;
    font-size: 1.5em;
    font-weight: normal;
    text-align: center;
    line-height: 45px;
    background-color: #e8e7e3;
    border: none;
    box-sizing: border-box;
    margin: 3px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
  }
  #page .num a:hover,
  #page .num a:focus {
    color: #fff;
    background: #008299;
  }
  #page .num .cur {
    display: inline-block;
    width: 45px;
    height: 45px;
    color: #fff;
    font-size: 1.5em;
    line-height: 45px;
    text-align: center;
    background: #0e872a;
    margin: 3px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
  }
  #page .num a.btn-first,
  #page .num a.btn-prev,
  #page .num a.btn-next,
  #page .num a.btn-last {
    display: inline-block;
    width: 45px;
    height: 45px;
    text-align: left;
    border: none;
    background: #333333;
    margin: 3px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
  }
  #page .num a.btn-first,
  #page .num a.btn-last {
    background: #000000;
  }
  #page .num a.btn-first:hover,
  #page .num a.btn-first:focus,
  #page .num a.btn-prev:hover,
  #page .num a.btn-prev:focus,
  #page .num a.btn-next:hover,
  #page .num a.btn-next:focus,
  #page .num a.btn-last:hover,
  #page .num a.btn-last:focus {
    background: #008299;
  }
}
@media screen and (min-width: 1200px) {
  #page .num a {
    width: 50px;
    height: 50px;
    font-size: 1.7em;
    line-height: 50px;
    margin: 5px;
  }
  #page .num .cur {
    width: 50px;
    height: 50px;
    font-size: 1.7em;
    line-height: 50px;
    margin: 5px;
  }
  #page .num a.btn-first,
  #page .num a.btn-prev,
  #page .num a.btn-next,
  #page .num a.btn-last {
    width: 50px;
    height: 50px;
    margin: 5px;
  }
} /** pageBack **/
#pageBack {
  width: 100%;
  text-align: center;
  margin: 40px auto 0 auto;
}
#pageBack a {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 1.9em;
  font-weight: bold;
  line-height: 25px;
  padding: 10px 25px;
  margin: 0 auto;
  background: #000;
  border-radius: 100px;
}
#pageBack a:hover,
#pageBack a:focus {
  background: #a40035;
}
#pageBack a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 25px;
  width: 25px;
  height: 25px;
  background: #fff;
  border-radius: 100px;
  z-index: 1;
  margin-top: -12.5px;
}
#pageBack a span {
  position: relative;
  display: inline-block;
  padding: 0 35px 0 0;
}
#pageBack a span:before {
  content: "";
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -8px;
  z-index: 2;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 6px 5px 0;
  border-color: transparent #000000 transparent transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#pageBack a span:after {
  content: "";
  display: block;
  position: absolute;
  right: 4px;
  top: 50%;
  width: 10px;
  height: 5px;
  border: 3px solid #000;
  border-left: none;
  border-radius: 0 20px 20px 0;
  margin-top: -5px;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#pageBack a:hover span:before,
#pageBack a:focus span:before {
  border-color: transparent #a40035 transparent transparent;
}
#pageBack a:hover span:after,
#pageBack a:focus span:after {
  border-color: #a40035;
}
@media screen and (min-width: 991px) {
  #pageBack {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1200px) {
  #pageBack {
    margin-top: 60px;
  }
  #pageBack a {
    font-size: 2.1em;
    line-height: 30px;
    padding: 15px 40px;
  }
  #pageBack a:after {
    right: 40px;
  }
  #pageBack a span {
    padding: 0 40px 0 0;
  }
  #pageBack a:after {
    width: 32px;
    height: 32px;
    margin-top: -16px;
  }
  #pageBack a span:before {
    right: 19px;
    margin-top: -8px;
    border-width: 5px 6px 5px 0;
  }
  #pageBack a span:after {
    right: 7px;
    width: 10px;
    height: 6px;
    margin-top: -5px;
  }
} /* ----- pathWrap ----- */
ul.pathWrap {
  list-style-type: none;
  margin-left: 0;
}
ul.pathWrap + ul.pathWrap {
  margin-top: 3em;
}
ul.pathWrap > li {
  position: relative;
}
ul.pathWrap strong[class^="spk_"] {
  width: 100%;
  position: relative;
  padding-left: 1em;
}
ul.pathWrap strong[class^="spk_"]::before {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  position: absolute;
  left: 0.25em;
  top: 0.5125em;
  box-sizing: border-box;
} /*ul.pathWrap strong.spk_01{color:#927049;}ul.pathWrap strong.spk_02{color:#04817C;}ul.pathWrap strong.spk_03{color:#295B80;}ul.pathWrap strong.spk_04{color:#CE472C;}ul.pathWrap strong.spk_05{color:#7B4237;}ul.pathWrap strong.spk_06{color:#7E5CB7;}ul.pathWrap strong.spk_07{color:#198627;}ul.pathWrap strong.spk_08{color:#086042;}*/
ul.pathWrap strong.spk_01::before {
  border-radius: 2px;
  border: 3px solid #927049;
  transform: rotate(45deg);
}
ul.pathWrap strong.spk_02::before {
  border-radius: 20px;
  border: 3px solid #04817c;
}
ul.pathWrap strong.spk_03::before {
  border-radius: 2px;
  border: 3px solid #295b80;
}
ul.pathWrap strong.spk_04::before {
  background-color: #ce472c;
  mask-image: url(../images/spk_04.svg);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  transform: scale(1.2);
}
ul.pathWrap strong.spk_05::before {
  border-radius: 2px;
  background-color: #7b4237;
}
ul.pathWrap strong.spk_06::before {
  border-radius: 20px;
  background-color: #7e5cb7;
}
ul.pathWrap strong.spk_07::before {
  border-radius: 2px;
  background-color: #198627;
  transform: rotate(45deg);
}
ul.pathWrap strong.spk_08::before {
  background-color: #086042;
  clip-path: polygon(
    50% 0%,
    61% 35%,
    98% 35%,
    68% 57%,
    79% 91%,
    50% 70%,
    21% 91%,
    32% 57%,
    2% 35%,
    39% 35%
  );
  transform: scale(1.8);
  top: 0.6em;
}
ul.pathWrap strong.spk_01::before,
ul.pathWrap strong.spk_02::before,
ul.pathWrap strong.spk_03::before {
  border-color: #000;
}
ul.pathWrap strong.spk_04::before,
ul.pathWrap strong.spk_05::before,
ul.pathWrap strong.spk_06::before,
ul.pathWrap strong.spk_07::before,
ul.pathWrap strong.spk_08::before {
  background-color: #000;
}
.moreInfo {
  width: 100%;
  margin-top: 1.5em;
}
.moreInfo .inTx {
  position: relative;
  padding-left: 1em;
}
.moreInfo .inTx::before {
  content: "";
  display: block;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 50%;
  width: 18px;
  height: 16px;
  margin-top: -8px;
  clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
}
@media screen and (min-width: 991px) {
  ul.pathWrap strong[class^="spk_"]::before {
    width: 10px;
    height: 10px;
  }
} /* ----- restable CSS ----- */
ul.tabletolist {
  margin: -20px 0;
}
ul.tabletolist img {
  max-width: 100%;
}
ul.tabletolist.nrh > li {
  border-bottom: 2px solid #ddd;
}
ul.tabletolist,
ul.tabletolist > li > ul {
  padding: 0 !important;
  list-style: none !important;
}
ul.tabletolist > li {
  margin: 20px 0;
}
ul.tabletolist > li strong {
  color: #fff;
}
ul.tabletolist > li > ul {
  margin: 0 !important;
}
ul.tabletolist > li .titles {
  display: block;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  background: #7cd8be;
}
ul.tabletolist > li > ul > li {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 10px 0;
  margin: 0;
  border-bottom: 1px dotted #ccc;
}
ul.tabletolist > li > ul > li:last-child {
  border-bottom: none;
}
ul.tabletolist ul > li:nth-of-type(1) {
  color: #fff;
  background: #243042;
}
ul.tabletolist ul > li .row_headers {
  float: left;
  width: 100px;
  text-align: center;
  font-weight: 400;
  padding: 0 10px;
  box-sizing: border-box;
}
ul.tabletolist ul > li:nth-of-type(1) .row_headers {
  display: none;
}
ul.tabletolist ul > li .row_data {
  float: right;
  width: calc(100% - 100px);
  padding: 0 10px;
  border-left: 1px dashed #666;
  box-sizing: border-box;
  word-break: break-all;
}
ul.tabletolist ul > li .row_data i:before {
  content: "@";
  font-style: normal;
}
ul.tabletolist ul > li:nth-of-type(1) .row_data {
  font-size: 1.3rem;
  width: 100% !important;
  color: #fff;
  border-left: none;
}
ul.tabletolist ul > li .row_data .pic {
  display: inline-block;
  width: 60px;
  vertical-align: middle;
  margin-right: 10px;
}
ul.tabletolist ul > li .row_data .wd {
  display: inline-block;
  font-size: 1rem;
  vertical-align: middle;
}
ul.tabletolist ul > li .row_data .wd strong {
  font-size: 1.5rem;
}
#stripedTable ul.tabletolist ul > li .row_headers {
  width: 120px;
}
#stripedTable ul.tabletolist ul > li .row_headers span {
  display: block;
}
#stripedTable ul.tabletolist ul > li .row_data {
  width: calc(100% - 120px);
}
ul.tabletolist > li > ul > li:before {
  content: " ";
  display: none;
}
ul.tabletolist > li > ul > li:after {
  content: " ";
  display: none;
  clear: both;
}
ul.tabletolist ul > li .row_data.html ul {
  list-style-type: disc;
}
.body-font {
  font-size: 1.1875rem;
}
.ui-datepicker {
  font-size: 1.1rem;
}
@media print {
  #breadcrumbs,
  #searchCriteria,
  #page {
    display: none !important;
  }
  #comPage {
    margin-top: 0 !important;
  }
  #comMain .mianWrap {
    padding-bottom: 34%;
    background-position: bottom right;
  }
  .mianHead .container {
    padding-top: 5%;
    padding-bottom: 0;
  }
  #comMain::before {
    height: 27vw;
  }
}
