@charset "UTF-8";
body {
  font-family: "Noto Sans TC", "思源黑體", "Roboto", sans-serif !important;
  font-size: 1.1rem;
  line-height: 1.6;
  font-weight: 400;
}
@media (min-width: 768px) {
  body {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.7;
  }
}

p {
  font-weight: 500 !important;
}

/* 字體顏色 */
.text-yellow-01{
  color: #A04B1C;
}

.text-yellow-02{
  color: #50260E;
}

.text-yellow-03{
  color: #9c8331;
}

.text-yellow-04{
  color: #a3511f;
}

.text-yellow-05{
  color: #562b12;
}


/* 字體紅色 */
.text-red-01{
  color: #c03531;
}

/* 字體紅色 */
.text-red-02{
  color: #BF0000;
}

/* 捐贈與支持的圖片 */
.img-public_service{
  height: auto;
  width: 80%;
  overflow: hidden;
  border-radius: 300px;
  background-color: #ffffff;
  margin: 0 auto;
}

/* 圓角30px */
.border-30{
  border-radius: 30px;
}

.form-control,
.custom-select {
  font-weight: 500 !important;
}

.mask.rgba-gradient-1 {
  background: linear-gradient(45deg, rgba(255, 88, 88, 0.7), rgba(238, 66, 146, 0.8));
}

.mask.rgba-gradient-2 {
  background: linear-gradient(98deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5));
}

.mask.rgba-gradient-3 {
  background: linear-gradient(45deg, rgba(42, 27, 161, 0.7), rgba(255, 48, 48, 0.7));
}

.mask.rgba-gradient-4 {
  background: linear-gradient(98deg, rgba(22, 91, 231, 0.5), rgba(255, 32, 32, 0.5));
}

.dotted-scrollspy {
  background: rgba(0, 0, 0, 0);
  width: 50px;
  z-index: 9;
}
.dotted-scrollspy li a.active span {
  background-color: #666;
}
.dotted-scrollspy li a span {
  background-color: #ddd;
}

#btnTop .btn-default {
  background-color: #C8A063 !important;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
#btnTop .btn-default.btn-floating i {
  color: #FFF !important;
}
#btnTop .btn-default:hover {
  background-color: #F2DEC5 !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#btnTop .btn-default:hover.btn-floating i {
  color: #C8A063 !important;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 40px 30px 40px;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
header.sticky {
  background: rgba(255, 255, 255, 0.95) !important;
  padding: 10px 80px;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}
header.sticky .logo {
  color: #111;
}
header .navigation {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  padding: 0px;
}
header .navigation li {
  list-style: none;
  margin-top: 5px;
  margin-left: 20px;
}
header .navigation li a {
  font-size: 1.12rem;
  text-decoration: none;
  color: #50260E;
  font-weight: 400;
}
header .navigation li a:hover {
  color: #AE2924;
}
header.sticky .navigation li a {
  color: #50260E;
  text-shadow: none;
}
header.sticky .navigation li a:hover {
  color: #AE2924;
}

@media (max-width: 1350px) {
  header {
    padding: 10px 20px;
  }
  header.sticky {
    padding: 10px 20px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  header .navigation {
    display: none;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  header .navigation.active {
    width: 100%;
    position: fixed;
    height: 100%;
    top: 0px;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: #fff;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  header .navigation li {
    margin-left: 0;
  }
  header .navigation li a {
    color: #111;
    font-size: 1.3em;
    text-shadow: none;
  }

  .menuToggle {
    position: relative;
    width: 40px;
    height: 40px;
    background: url(../img/menu.png);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    z-index: 100;
  }
  .menuToggle.active {
    background: url(../img/close.png);
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center;
  }
}
.page-footer {
    position: relative;
    font-size: 14px;
    background-color: #be0000 !important;
    position: relative;
    min-height: 230px;
    padding: 20px 0px 40px 20px;
}
.page-footer:before {
  position: absolute;
  content: " ";
  width: 100%;
  height: 80px;
  left: 0px;
  top: -78px;
}
.page-footer .footer-container {
  width: calc(100% - 160px);
  margin-left: auto;
  margin-right: auto;
}
.page-footer .footer-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #bdbdbd;
}
.page-footer .footer-row a {
  color: #F4E5C8;
}
.page-footer .footer-row a:hover {
  color: #C8A063;
}
.page-footer .footer-row .footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-footer .footer-row .footer-content .content-info {
  width: calc(100% - 120px);
}
.page-footer .footer-row .footer-content .footer-qrcode {
  margin-left: auto;
}
.page-footer .footer-row .footer-logo img,
.page-footer .footer-row .footer-logo svg,
.page-footer .footer-row .footer-logo image {
  width: 300px;
  height: 86px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.page-footer .footer-row .footer-logo .icon-group {
  text-align: center;
  font-size: 24px !important;
  color: #fff !important;
}
.page-footer .footer-row .footer-logo .icon-group i {
  margin-left: 6px;
  margin-right: 6px;
}
@media (min-width: 1330px) {
  .page-footer .footer-row .footer-logo {
    width: 360px;
  }
  .page-footer .footer-row .footer-content {
    width: calc(100% - 400px);
    margin-top: 36px;
    font-size: 15px;
    font-weight: 300;
  }
  .page-footer .footer-row .footer-content .footer-nav {
    font-size: 18px;
    line-height: 1.6em;
    font-weight: 400;
  }
  .page-footer .footer-row .footer-content .footer-qrcode img {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 1330px) {
  .page-footer .footer-row .footer-logo {
    width: 100%;
    border-bottom: 1px solid #312e29;
    margin-bottom: 15px;
  }
  .page-footer .footer-row .footer-logo .logo_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page-footer .footer-row .footer-logo .icon-group {
    width: 100%;
    display: block;
  }
  .page-footer .footer-row .footer-content {
    width: calc(100% - 20px);
    margin-top: 10px;
    margin-bottom: 50px;
    text-align: center;
  }
  .page-footer .footer-row .footer-content .footer-info {
    width: calc(100% - 100px);
    text-align: center;
  }
  .page-footer .footer-row .footer-content .footer-qrcode img {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 992px) {
  .page-footer .footer-row .footer-content {
    width: 100% !important;
  }
  .page-footer .footer-row .footer-content .content-info {
    width: 100% !important;
  }
  .page-footer .footer-row .footer-content .footer-qrcode {
    display: none !important;
  }
}

body {
  overflow-y: scroll;
  overflow-x: hidden;
}

.container-index {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 575.98px) {
  .container-index {
    width: 96%;
  }
}
@media (min-width: 576px) and (max-width: 1199.98px) {
  .container-index {
    width: 88%;
  }
}
@media (min-width: 1200px) and (max-width: 1299.98px) {
  .container-index {
    width: 88%;
  }
}
@media (min-width: 1300px) and (max-width: 1500px) {
  .container-index {
    width: 85%;
  }
}
@media (min-width: 1500px) {
  .container-index {
    width: 80%;
  }
}

.scaleSize {
  position: relative;
  display: block;
  cursor: pointer;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.scaleSize::before {
  display: block;
  content: "";
}
.scaleSize .scaleSize-item,
.scaleSize img,
.scaleSize iframe,
.scaleSize embed,
.scaleSize object,
.scaleSize video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.scaleSize-21by9::before {
  padding-top: 42.857143%;
}

.scaleSize-16by9::before {
  padding-top: 56.25%;
}

.scaleSize-10by6::before {
  padding-top: 60%;
}

.scaleSize-4by3::before {
  padding-top: 75%;
}

.scaleSize-1by1::before {
  padding-top: 100%;
}

.index_video {
  position: relative;
}
.index_video .video_top {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.9))), -webkit-gradient(linear, left bottom, left top, color-stop(20%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.4)));
  background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9)), linear-gradient(to top, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.4));
  height: 180px;
}
.index_video .jarallax {
  position: relative;
  min-height: 100vh !important;
}
.index_video .jarallax .video_into {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.index_video .jarallax .video_into h1.title_c {
  font-family: "Noto Serif TC", 思源宋體, serif !important;
  font-size: 60px;
  font-weight: 800 !important;
  color: #fff;
  text-align: center;
  margin-bottom: -16px;
  text-shadow: 2px 3px 0.1em rgba(0, 0, 0, 0.6);
}
.index_video .jarallax .video_into h1.title_e {
  font-family: "roboto", serif !important;
  font-size: 65px;
  font-weight: 200 !important;
  color: #fff;
  text-align: center;
  margin-bottom: 0px;
  text-shadow: 2px 3px 0.1em rgba(0, 0, 0, 0.6);
}
.index_video .jarallax .video_into p.text {
  font-size: 16px;
  font-weight: 300 !important;
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}

/* 聲音開關 ---------------- */
.jarallax-video-pause {
  font-size: 26px;
  color: #FFF;
  padding-top: 0px;
  text-align: center;
  position: absolute;
  top: 85%;
  right: 4%;
  border: 1px solid rgba(255, 255, 255, 0.6);
  width: 45px;
  height: 45px;
  border-radius: 50%;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.jarallax-video-pause:hover {
  color: #FFC500;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

@media (max-width: 767.98px) {
  .jarallax-video-pause {
    top: 75%;
    right: 8%;
  }
}
/* end 聲音開關 ----- */
/* 下方滑鼠動畫 文字  ------------------------ */
.scroll-down {
  width: 30px;
  height: 50px;
  border: 2px solid #fff;
  border-radius: 50px;
  cursor: pointer;
  position: absolute;
  top: 84%;
  right: 48%;
  margin: 0 auto;
  z-index: 100;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  background-color: rgba(0, 0, 0, 0.2);
}
.scroll-down span {
  color: #fff;
  display: block;
  width: 100px;
  margin-top: 52px;
  margin-left: -50%;
  text-shadow: 0 0 10px #666;
}
.scroll-down:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 20px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #fff;
  -webkit-animation: scrollDown 1.5s ease infinite;
          animation: scrollDown 1.5s ease infinite;
}
.scroll-down:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 5px;
  width: 6px;
  height: 15px;
  border-radius: 3px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #fff;
}

/* 下方滑鼠動畫 */
@media (max-width: 991.98px) {
  .scroll-down {
    top: 85%;
  }
}
@media (max-width: 767.98px) {
  .scroll-down {
    display: none;
  }
}
@-webkit-keyframes scrollDown {
  0% {
    -webkit-transform: translate(-50%, 0px);
            transform: translate(-50%, 0px);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(-50%, 8px);
            transform: translate(-50%, 8px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, 16px);
            transform: translate(-50%, 16px);
    opacity: 0;
  }
}
@keyframes scrollDown {
  0% {
    -webkit-transform: translate(-50%, 0px);
            transform: translate(-50%, 0px);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(-50%, 8px);
            transform: translate(-50%, 8px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, 16px);
            transform: translate(-50%, 16px);
    opacity: 0;
  }
}
/* end 下方滑鼠動畫 文字  ------------------------ */

.list-bottom-img{
  position: absolute;
  right: 10px;
  /*bottom: 10px;*/
}
.indexNews {
  min-height: 100vh !important;
  background-color: #fefefe;
  background-image: url(../img/page_bg.png);
  background-repeat: repeat;
  position: relative;
}
.indexNews:before {
  position: absolute;
  width: 100%;
  height: 107px;
  content: " ";
  background-image: url(../img/news_top2.png);
  left: 0;
  top: -100px;
}
@media (min-width: 992px) {
  .indexNews .newsArticle {
    padding-top: 100px;
    padding-bottom: 100px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  @supports (display: grid) {
    .indexNews .newsArticle {
      display: grid;
      grid-template-columns: 5fr 7fr;
    }
  }
}
@media (max-width: 600px) {
  .indexNews {
    padding-bottom: 60px !important;
  }
}
.indexNews .newsArticle .newsArticle__header {
  background-image: url("../img/pic_005.jpg");
  background-position: center;
  background-size: cover;
  border-radius: 4px;
  height: 700px;
  z-index: 1;
}
.indexNews .newsArticle .newsArticle__header .newsArticle__header-text .newsArticle__header-title {
  margin-bottom: 10px;
  font-family: "Noto Serif TC", 思源宋體, serif !important;
  font-size: 60px !important;
  font-weight: 600 !important;
  text-shadow: 2px 3px 0.1em rgba(0, 0, 0, 0.6);
}
.indexNews .newsArticle .newsArticle__header .newsArticle__header-text .newsArticle__header-byline {
  font-size: 1.5rem;
  font-weight: 300 !important;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}
.indexNews .newsArticle .newsArticle__header .newsArticle__header-text .newsArticle__header-title,
.indexNews .newsArticle .newsArticle__header .newsArticle__header-text .newsArticle__header-byline {
  color: #fff !important;
}
@media (min-width: 992px) {
  .indexNews .newsArticle .newsArticle__header {
    width: 90%;
  }
  .indexNews .newsArticle .newsArticle__header-text {
    position: absolute;
    top: 11%;
    right: 30px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .indexNews .newsArticle .newsArticle__header {
    height: 50vh;
  }
  .indexNews .newsArticle .newsArticle__header .newsArticle__header-text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-align: center !important;
  }
}
@media (max-width: 600px) {
  .indexNews .newsArticle .newsArticle__header {
    height: 30vh !important;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.indexNews .newsArticle .newsArticle__article {
  padding: 1rem;
  width: calc(100% - 80px);
  margin: auto;
  z-index: 1;
}
.indexNews .newsArticle .newsArticle__article .newsArticle__article-event h1 {
  font-family: Microsoft JhengHei !important;
  font-weight: 600;
  font-size: 2.5rem;
}
@media (min-width: 992px) {
  .indexNews .newsArticle .newsArticle__article-content {
    -moz-columns: 3;
    -webkit-columns: 3;
            columns: 3;
    -moz-column-width: 100px;
    -webkit-column-width: 100px;
            column-width: 100px;
  }
  .indexNews .newsArticle .newsArticle__article-content p {
    font-size: 0.95rem;
  }
}
@media (min-width: 600px) {
  .indexNews .newsArticle .newsArticle__article-content {
    -moz-columns: 2;
    -webkit-columns: 2;
            columns: 2;
    -moz-column-width: 300px;
    -webkit-column-width: 300px;
            column-width: 300px;
  }
  .indexNews .newsArticle .newsArticle__article-content p:first-of-type {
    margin-top: 0;
  }
}

.newsArticle__article-event {
  width: 90%;
  margin: auto;
  margin-left: 10%;
}
.newsArticle__article-event .newsArticle__article-list .newsArticle__article-list-item {
  color: #000;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  border-top: 1px solid #e8e8e8;
  -webkit-transition: 0.8s all;
  transition: 0.8s all;
  cursor: pointer;
}
.newsArticle__article-event .newsArticle__article-list .newsArticle__article-list-item:last-child {
  border-bottom: 1px solid #e8e8e8;
}
.newsArticle__article-event .newsArticle__article-list .overlay .newsArticle__article-list-item {
  position: absolute;
  bottom: 0;
  border: 0;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
.newsArticle__article-event .newsArticle__article-list .newsArticle__article-list-item:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0px;
  padding: 0 20px;
  background: transparent;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-transform: scaleY(0.1);
          transform: scaleY(0.1);
  z-index: 10;
}
.newsArticle__article-event .newsArticle__article-list .newsArticle__article-list-item:hover:after {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  background: #A2000E;
  -webkit-box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.3);
}
.newsArticle__article-event .newsArticle__article-list .newsArticle__article-list-item > * {
  position: relative;
  z-index: 12;
}
.newsArticle__article-event .newsArticle__article-list .newsArticle__article-list-item .date {
  width: 20%;
  margin-left: -20%;
  padding-right: 5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
.newsArticle__article-event .newsArticle__article-list .overlay .newsArticle__article-list-item .date {
  color: white;
}
.newsArticle__article-event .newsArticle__article-list .newsArticle__article-list-item:hover .date {
  color: #A2000E;
}
.newsArticle__article-event .newsArticle__article-list .newsArticle__article-list-item .date-day {
  font-size: 36px;
  line-height: 1em;
}
.newsArticle__article-event .newsArticle__article-list .newsArticle__article-list-item .info {
  padding: 10px;
  margin-left: 0px;
  width: 100%;
}
.newsArticle__article-event .newsArticle__article-list .newsArticle__article-list-item:hover .info {
  color: white;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
.newsArticle__article-event .newsArticle__article-list .newsArticle__article-list-item .info-title {
  font-family: "Noto Serif TC", "思源宋體", serif !important;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.3em;
}
.newsArticle__article-event .newsArticle__article-list .newsArticle__article-list-item .info-cate {
  font-size: 13px;
  margin-bottom: 4px;
}
.newsArticle__article-event .newsArticle__article-list .newsArticle__article-list-item .info-desc {
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.newsArticle__article-event .more {
  text-align: left;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .newsArticle__article-event .more {
    text-align: center;
  }
}
.newsArticle__article-event .more a.btn {
  color: #fff;
  background-color: #000 !important;
}
.newsArticle__article-event .more .btn:hover {
  background-color: #A2000E !important;
}

.indexNews__bg1 {
  position: absolute;
  top: 8%;
  right: 20%;
}
.indexNews__bg1-colud {
  width: 240px;
  fill: rgba(227, 227, 227, 0.7);
}
@media (max-width: 992px) {
  .indexNews__bg1 {
    display: none;
  }
}
.indexNews__bg2 {
  position: absolute;
  top: 70%;
  left: 5%;
  z-index: 12;
}
.indexNews__bg2-colud {
  width: 240px;
  fill: #cdd3d8;
  -webkit-filter: drop-shadow(12px 12px 7px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(12px 12px 7px rgba(0, 0, 0, 0.3));
}
@media (max-width: 992px) {
  .indexNews__bg2 {
    display: none;
  }
}
.indexNews__bg3 {
  position: absolute;
  top: 4%;
  left: 33%;
}
.indexNews__bg3-Oup {
  height: 450px;
  width: 450px;
  z-index: 0;
  background: url(../img/news_bg_Oup.png) no-repeat;
  background-size: cover;
}
@media (max-width: 992px) {
  .indexNews__bg3 {
    display: none;
  }
}
.indexNews__bg4 {
  position: absolute;
  top: 43%;
  left: 35%;
}
.indexNews__bg4-Odown {
  height: 430px;
  width: 430px;
  z-index: 0;
  background: url(../img/news_bg_Odown.png) no-repeat;
  background-size: cover;
}
@media (max-width: 992px) {
  .indexNews__bg4 {
    display: none;
  }
}
.indexNews__bg5 {
  position: absolute;
  top: 20%;
  left: 41%;
}
.indexNews__bg5-text {
  width: 200px;
  fill: rgba(255, 255, 255, 0.7);
}
@media (max-width: 992px) {
  .indexNews__bg5 {
    display: none;
  }
}

.indexService {
  position: relative;
  min-height: 80vh !important;
  padding-top: 6%;
  padding-bottom: 6%;
  background: linear-gradient(120deg, #a04b1c 5%, #a04b1c 50%);
  z-index: 1;
  -webkit-filter: drop-shadow(3px 7px 15px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(3px 7px 15px rgba(0, 0, 0, 0.3));
}
.indexService .service-title {
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  width: 70%;
}
@media (max-width: 992px) {
  .indexService .service-title {
    width: 100%;
  }
}
.indexService .service-title h1 {
  font-family: "Noto Serif TC", "思源宋體", serif !important;
  font-weight: 600;
  font-size: 2.5rem;
}
.indexService .service-title p {
  font-size: 20px;
  line-height: 1.4em;
  font-weight: 300 !important;
}

.indexService .container-set {
  width: calc(100% - 80px);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1200px) {
  .indexService .container-set {
    width: 1200px;
  }
}
.indexService .Swiper_service {
  position: relative;
  z-index: 10;
}
.indexService .Swiper_service .swiper-wrapper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.indexService .Swiper_service .swiper-wrapper .swiper-slide:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.indexService .Swiper_service .swiper-wrapper .swiper-slide.swiper-slide-active {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

.indexService .swiper-button-prev,
.indexService .swiper-button-next {
  top: 45%;
}
.indexService .swiper-button-prev:after,
.indexService .swiper-button-next:after {
  display: none;
}
.indexService .swiper-button-prev {
  left: 0px;
}
.indexService .swiper-button-next {
  left: 85%;
}
@media (max-width: 575.98px) {
  .indexService .swiper-button-prev {
    left: auto;
  }
  .indexService .swiper-button-next {
    left: 92%;
  }
}
@media (min-width: 576px) {
  .indexService .swiper-button-prev {
    left: -60px;
  }
  .indexService .swiper-button-next {
    left: 99%;
  }
}
@media (min-width: 768px) {
  .indexService .swiper-button-prev {
    left: -60px;
  }
  .indexService .swiper-button-next {
    left: 99%;
  }
}
@media (min-width: 992px) {
  .indexService .swiper-button-prev {
    left: -20px;
  }
  .indexService .swiper-button-next {
    left: 96%;
  }
}
@media (min-width: 1200px) {
  .indexService .swiper-button-prev {
    left: -6%;
  }
  .indexService .swiper-button-next {
    left: 100%;
  }
}

.indexService .bt-round-next,
.indexService .bt-round-prev {
  cursor: none;
}
.indexService .bt-round-next svg,
.indexService .bt-round-prev svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  -webkit-transition: background-color 0.3s, -webkit-transform 1.2s;
  transition: background-color 0.3s, -webkit-transform 1.2s;
  transition: transform 1.2s, background-color 0.3s;
  transition: transform 1.2s, background-color 0.3s, -webkit-transform 1.2s;
  border-radius: 100%;
  overflow: hidden;
}
.indexService .bt-round-next svg circle,
.indexService .bt-round-prev svg circle {
  stroke-dasharray: 267;
  stroke-dashoffset: 267px;
  -webkit-transition: stroke-dashoffset 1.2s, -webkit-transform 1.2s;
  transition: stroke-dashoffset 1.2s, -webkit-transform 1.2s;
  transition: stroke-dashoffset 1.2s, transform 1.2s;
  transition: stroke-dashoffset 1.2s, transform 1.2s, -webkit-transform 1.2s;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  stroke: #e3e3e3;
}
.indexService .bt-round-next svg circle:last-child,
.indexService .bt-round-prev svg circle:last-child {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.indexService .bt-round-next.is-inview svg,
.indexService .bt-round-prev.is-inview svg {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.indexService .bt-round-next.is-inview svg circle:first-child,
.indexService .bt-round-prev.is-inview svg circle:first-child {
  stroke-dashoffset: 22px;
}
.indexService .bt-round-next.is-inview:hover svg circle:first-child,
.indexService .bt-round-prev.is-inview:hover svg circle:first-child {
  stroke-dashoffset: 267px;
  -webkit-transform: rotate(540deg);
          transform: rotate(540deg);
  -webkit-transition: stroke-dashoffset 0.8s, -webkit-transform 0.8s;
  transition: stroke-dashoffset 0.8s, -webkit-transform 0.8s;
  transition: stroke-dashoffset 0.8s, transform 0.8s;
  transition: stroke-dashoffset 0.8s, transform 0.8s, -webkit-transform 0.8s;
}
.indexService .bt-round-next.is-inview:hover svg circle:last-child {
  stroke-dashoffset: 22px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.indexService .bt-round-prev.is-inview:hover svg circle:last-child {
  stroke-dashoffset: 22px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.indexService .bt-round-prev.is-inview:hover svg circle:first-child {
  stroke-dashoffset: 267px;
  -webkit-transform: rotate(540deg);
          transform: rotate(540deg);
  -webkit-transition: stroke-dashoffset 0.8s, -webkit-transform 0.8s;
  transition: stroke-dashoffset 0.8s, -webkit-transform 0.8s;
  transition: stroke-dashoffset 0.8s, transform 0.8s;
  transition: stroke-dashoffset 0.8s, transform 0.8s, -webkit-transform 0.8s;
}
.indexService .bt-round-next,
.indexService .bt-round-prev {
  display: block;
  width: 4.125rem;
  height: 4.125rem;
  background: none;
  border-radius: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-positive: 0;
  -webkit-box-flex: 0;
          flex-grow: 0;
  cursor: pointer;
}
.indexService .bt-round-next.form__submit_disabled,
.indexService .bt-round-prev.form__submit_disabled {
  cursor: default;
}
.indexService .bt-round-next:hover i:after, .indexService .bt-round-next:hover i:before {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.indexService .bt-round-prev:hover i:after, .indexService .bt-round-prev:hover i:before {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.indexService .bt-round-next:hover i:before,
.indexService .bt-round-prev:hover i:before {
  -webkit-transform: translateX(120%);
          transform: translateX(120%);
}
.indexService .bt-round-next:hover i:after,
.indexService .bt-round-prev:hover i:after {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 0.3s 0.1s;
  transition: -webkit-transform 0.3s 0.1s;
  transition: transform 0.3s 0.1s;
  transition: transform 0.3s 0.1s, -webkit-transform 0.3s 0.1s;
}
.indexService .bt-round-next i,
.indexService .bt-round-prev i {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1.625rem;
  height: 0.9375rem;
  margin: -0.46875rem 0 0 -0.8125rem;
  overflow: hidden;
}
.indexService .bt-round-next i:after, .indexService .bt-round-next i:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: 50% 50% no-repeat;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 17'%3E%3Cpath fill='none' stroke='%23FFF' stroke-width='1.5' stroke-linecap='square' d='M1.5 8.5h24m-6-7l7 7m-7 7L26 9'/%3E%3C/svg%3E");
  background-size: contain;
  -webkit-transition: -webkit-transform 0.3s 0.2s;
  transition: -webkit-transform 0.3s 0.2s;
  transition: transform 0.3s 0.2s;
  transition: transform 0.3s 0.2s, -webkit-transform 0.3s 0.2s;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.indexService .bt-round-prev i:after, .indexService .bt-round-prev i:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: 50% 50% no-repeat;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 17'%3E%3Cpath fill='none' stroke='%23FFF' stroke-width='1.5' stroke-linecap='square' d='M2.5,8.5h24m-25,0,7-7M2,9l6.5,6.5'/%3E%3C/svg%3E");
  background-size: contain;
  -webkit-transition: -webkit-transform 0.3s 0.2s;
  transition: -webkit-transform 0.3s 0.2s;
  transition: transform 0.3s 0.2s;
  transition: transform 0.3s 0.2s, -webkit-transform 0.3s 0.2s;
  -webkit-transform: translateX(180);
          transform: translateX(180);
}
.indexService .bt-round-next i:after {
  -webkit-transform: translateX(-120%);
          transform: translateX(-120%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.indexService .bt-round-prev i:after {
  -webkit-transform: translateX(120%);
          transform: translateX(120%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.indexService .bt-round-next.bottom_ i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-animation: none;
          animation: none;
}
.indexService .bt-round-prev.bottom_ i {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  -webkit-animation: none;
          animation: none;
}
.indexService .bt-round-next.black_ i:after, .indexService .bt-round-next.black_ i:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 17'%3E%3Cpath fill='none' stroke='%23bbb' stroke-width='1.5' stroke-linecap='square' d='M2.5,8.5h24m-25,0,7-7M2,9l6.5,6.5'/%3E%3C/svg%3E") !important;
}
.indexService .bt-round-prev.black_ i:after, .indexService .bt-round-prev.black_ i:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 17'%3E%3Cpath fill='none' stroke='%23bbb' stroke-width='1.5' stroke-linecap='square' d='M1.5 8.5h24m-6-7l7 7m-7 7L26 9'/%3E%3C/svg%3E") !important;
}

.psvd-card {
  position: relative;
  display: block;
  overflow: hidden;
  border: none !important;
  border-radius: 0 !important;
}
.psvd-card:after {
  content: "";
  display: block;
  padding-bottom: 0;
}
.psvd-card:before {
  width: 100%;
  height: 150px;
  position: absolute;
  top: 0;
  left: 0;
  height: 150px;
  content: "";
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(32%, hsla(0, 0%, 100%, 0)), color-stop(70%, rgba(0, 0, 0, 0.7)));
  background-image: linear-gradient(0deg, hsla(0, 0%, 100%, 0) 20%, rgba(0, 0, 0, 0.7) 70%);
  z-index: 1;
}
.psvd-card img {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}
.psvd-card .card-body {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  overflow: hidden;
  padding: 25px 25px 0;
  width: 100%;
  height: 80px;
  color: #fff;
  z-index: 2;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.psvd-card .card-body .card-title {
  color: #fff;
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 15px;
  max-height: 54px;
  line-height: normal;
  letter-spacing: 1.13px;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.psvd-card .card-body .card-text {
  font-weight: 300;
  color: #000;
  margin: 15px 0;
  max-height: 168px;
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.psvd-card:hover .card-body {
  padding-top: 25px;
  height: 100%;
  text-align: left;
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.psvd-card:hover .card-body .card-title {
  color: #0f0e0e;
}
.psvd-card:hover .card-body .card-text,
.psvd-card:hover .card-body .card-btn {
  opacity: 1;
}

.indexService__bg1 {
  position: absolute;
  top: 70%;
  right: 2%;
  z-index: 20;
}
.indexService__bg1-colud {
  width: 240px;
  fill: #e0b885;
}
@media (max-width: 992px) {
  .indexService__bg1 {
    display: none;
  }
}
.indexService__bg2 {
  position: absolute;
  top: 15%;
  left: 5%;
  z-index: 20;
}
.indexService__bg2-colud {
  width: 240px;
  fill: rgba(224, 185, 133, 0.8);
}
@media (max-width: 992px) {
  .indexService__bg2 {
    display: none;
  }
}
.indexService__bg3 {
  position: absolute;
  z-index: -1;
}
.indexService__bg3-colud {
  background: url(../img/server_cloudR.png) no-repeat;
  background-size: cover;
}
@media (min-width: 992px) {
  .indexService__bg3 {
    top: -300px;
    right: -50px;
  }
  .indexService__bg3-colud {
    width: 560px;
    height: 560px;
  }
}
@media (max-width: 992px) {
  .indexService__bg3 {
    top: -200px;
    right: -140px;
  }
  .indexService__bg3-colud {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 767.98px) {
  .indexService__bg3 {
    display: none;
  }
}
.indexService__bg4 {
  position: absolute;
  z-index: 1;
}
.indexService__bg4-colud {
  background: url(../img/server_cloudL.png) no-repeat;
  background-size: cover;
}
@media (min-width: 992px) {
  .indexService__bg4 {
    bottom: -20px;
    left: -100px;
  }
  .indexService__bg4-colud {
    width: 500px;
    height: 150px;
  }
}
@media (max-width: 992px) {
  .indexService__bg4 {
    bottom: -20px;
    left: -100px;
  }
  .indexService__bg4-colud {
    width: 350px;
    height: 100px;
  }
}
.indexService__bg5 {
  position: absolute;
  top: 50%;
  right: 80%;
}
.indexService__bg5-text {
  width: 170px;
  fill: rgba(255, 255, 255, 0.1);
}

.indexService__bg6 {
  position: absolute;
  top: 5%;
  left: 80%;
}
.indexService__bg6-text {
  width: 170px;
  fill: rgba(255, 255, 255, 0.1);
}
@media (max-width: 992px) {
  .indexService__bg5 {
    display: none;
  }
}

.indexLink {
  background-color: #fefefe;
  background-image: url(../img/page_bg.png);
  background-repeat: repeat;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}
.indexLink__haeder--title {
  font-family: "Noto Serif TC", "思源宋體", serif !important;
  font-weight: 600;
  font-size: 2.5rem;
  text-align: center;
}

.quickLink {
  min-height: 80vh !important;
  background-image: url(../img/page_bg.png);
  background-repeat: repeat;
  background-color: #fefefe;
  padding-top: 10%;
  padding-bottom: 10%;
  position: relative;
}
.quickLink__header--title {
  font-family: "Noto Serif TC", "思源宋體", serif !important;
  font-weight: 600;
  font-size: 2.5rem;
  text-align: center;
  position: relative;
  display: block;
  z-index: 100;
}

.Swiper_quickLink {
  position: relative;
  width: 100%;
}
.Swiper_quickLink .swiper-wrapper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.Swiper_quickLink .swiper-wrapper .swiper-slide .quickLink__txt {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.Swiper_quickLink .swiper-wrapper .swiper-slide:hover .quickLink__txt {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.Swiper_quickLink .swiper-wrapper .swiper-button-next {
  color: #000;
}
.Swiper_quickLink .swiper-wrapper .swiper-button-prev {
  color: #000;
}

.Swiper_quickLink {
  padding-top: 60px;
}
.Swiper_quickLink .quickLink__link {
  position: relative;
}
.Swiper_quickLink .quickLink__link svg {
  width: 180px;
  height: 180px;
}
.Swiper_quickLink .quickLink__txt {
  position: absolute;
  width: 100%;
  line-height: 1.2em;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  top: 50px;
  color: #fff;
}
.Swiper_quickLink .quickLink__txt i {
  font-size: 30px;
  display: block;
  margin-bottom: 6px;
}
.Swiper_quickLink .quickLink__link.quickLink__link-01 svg {
  fill: #586f99;
}
.Swiper_quickLink .quickLink__link.quickLink__link-02 svg {
  fill: #b9b1ab;
}
.Swiper_quickLink .quickLink__link.quickLink__link-03 svg {
  fill: #d8bf9a;
}
.Swiper_quickLink .quickLink__link.quickLink__link-04 svg {
  fill: #a7655f;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .Swiper_quickLink .swiper-wrapper {
    margin-left: -120px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .Swiper_quickLink .swiper-wrapper {
    margin-left: -100px;
  }
}
.quickLink .swiper-button-prev,
.quickLink .swiper-button-next {
  top: 45%;
}
.quickLink .swiper-button-prev:after,
.quickLink .swiper-button-next:after {
  color: #d8bf9a;
}
.quickLink .swiper-button-prev {
  left: 0px;
}
.quickLink .swiper-button-next {
  left: 85%;
}
@media (min-width: 576px) {
  .quickLink .swiper-button-prev {
    top: 60%;
  }
  .quickLink .swiper-button-next {
    top: 60%;
  }
}
@media (min-width: 768px) {
  .quickLink .swiper-button-prev {
    top: 60%;
    left: -60px;
  }
  .quickLink .swiper-button-next {
    top: 60%;
    left: 99%;
  }
}
@media (min-width: 992px) {
  .quickLink .swiper-button-prev {
    top: 40%;
    left: -20px;
  }
  .quickLink .swiper-button-next {
    top: 40%;
    left: 96%;
  }
}
@media (min-width: 1200px) {
  .quickLink .swiper-button-prev {
    left: -6%;
  }
  .quickLink .swiper-button-next {
    left: 96%;
  }
}

.quickLink__Sun {
  position: relative;
  background: url(../img/quicklnik_Sun.png) no-repeat;
  background-size: cover;
  height: 380px;
  width: 355px;
}
@media (min-width: 992px) {
  .quickLink__Sun {
    margin-top: -60px;
    height: 380px;
    width: 355px;
  }
}
@media (max-width: 992px) {
  .quickLink__Sun {
    height: 270px;
    width: 250px;
  }
}
.quickLink__God {
  position: absolute;
  background: url(../img/quicklnik_God.png) no-repeat;
  background-size: cover;
}
@media (min-width: 992px) {
  .quickLink__God {
    height: 247px;
    width: 400px;
    top: 60px;
    right: -120px;
  }
}
@media (max-width: 992px) {
  .quickLink__God {
    height: 185px;
    width: 300px;
    top: 60px;
    right: 0px;
    z-index: 10;
  }
}
.quickLink__bg3 {
  position: absolute;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.quickLink__bg3-hillL {
  z-index: 0;
  background: url(../img/quicklnik_hillL.png) no-repeat;
  background-size: cover;
}
@media (min-width: 1200px) {
  .quickLink__bg3 {
    bottom: -50px;
    left: -50px;
  }
  .quickLink__bg3-hillL {
    width: 800px;
    height: 400px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .quickLink__bg3 {
    bottom: -60px;
    left: -50px;
  }
  .quickLink__bg3-hillL {
    width: 600px;
    height: 300px;
  }
}
@media (max-width: 768px) {
  .quickLink__bg3 {
    bottom: -15px;
    left: -50px;
  }
  .quickLink__bg3-hillL {
    width: 400px;
    height: 200px;
  }
}
.quickLink__bg4 {
  position: absolute;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.quickLink__bg4-hillR {
  z-index: 0;
  background: url(../img/quicklnik_hillR.png) no-repeat;
  background-size: cover;
}
@media (min-width: 1200px) {
  .quickLink__bg4 {
    bottom: -100px;
    right: -10px;
  }
  .quickLink__bg4-hillR {
    width: 700px;
    height: 300px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .quickLink__bg4 {
    bottom: -80px;
    right: -10px;
  }
  .quickLink__bg4-hillR {
    width: 450px;
    height: 250px;
  }
}
@media (max-width: 768px) {
  .quickLink__bg4 {
    bottom: -50px;
    right: -50px;
  }
  .quickLink__bg4-hillR {
    width: 350px;
    height: 150px;
  }
}
.quickLink__bg5 {
  position: absolute;
  top: 15%;
  left: 42%;
}
.quickLink__bg5-text {
  width: 200px;
  fill: rgba(212, 188, 152, 0.5);
}
@media (max-width: 992px) {
  .quickLink__bg5 {
    top: 16%;
    left: 33%;
    left-width: 130px;
  }
}

.page * {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.page .articleContent {
  background-color: #fefefe;
  background-image: url(../img/page_bg.png);
  background-repeat: repeat;
  position: relative;
}
.page .articleContent:before {
  position: absolute;
  width: 100%;
  height: 107px;
  content: " ";
  background-image: url(../img/page_top.png);
  left: 0;
  top: -100px;
}
.page .page_content {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 575.98px) {
  .page .page_content {
    width: 96%;
  }
}
@media (min-width: 576px) and (max-width: 1199.98px) {
  .page .page_content {
    width: 88%;
  }
}
@media (min-width: 1200px) and (max-width: 1299.98px) {
  .page .page_content {
    width: 88%;
  }
}
@media (min-width: 1300px) and (max-width: 1500px) {
  .page .page_content {
    width: 85%;
  }
}
@media (min-width: 1500px) {
  .page .page_content {
    width: 80%;
  }
}

.aboutArea {
  margin-top: -20px;
  background: url("../img/about_bg.png") no-repeat center top;
  background-size: cover;
  padding: 150px 0;
}

.page.detail .detail_title {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: "Noto Serif TC", "思源宋體", serif !important;
  font-weight: 600;
}
.page.detail .upDownPage a {
  color: #333;
  font-weight: 300;
}
.page.detail .upDownPage a:hover {
  color: #A2000E;
  font-weight: 400;
}
.page.detail .btn-goList {
  background-color: #333 !important;
  color: #fff;
}
.page.detail .btn-goList:hover {
  background-color: #A2000E !important;
}

.page_banner {
  position: relative;
}
.page_banner .banner_top {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.9))), -webkit-gradient(linear, left bottom, left top, color-stop(20%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.4)));
  background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9)), linear-gradient(to top, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.4));
  height: 180px;
}


@media only screen and (max-width: 766px){
  .page_banner .jarallax {
    min-height: 250px !important;
  }
  .page_banner .jarallax .jarallax-img {
    height: auto !important;
    margin-top: 120px !important;
    width: 100%;
    opacity: 0.7;
  }
}
@media screen and (min-width: 767px) { 
  .page_banner .jarallax {
    min-height: 400px !important;
  }
  .page_banner .jarallax .jarallax-img {
    height: auto !important;
    width: 100%;
    opacity: 0.4;
  }
}



.page_banner .jarallax .banner_info {
  position: absolute;
  top: 65%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.page_banner .jarallax .banner_info h1 {
  font-family: "Noto Serif TC", 思源宋體, serif !important;
  font-size: 40px;
  font-weight: 700 !important;
  color: #fff;
  text-align: center;
  text-shadow: 2px 3px 0.2em rgba(0, 0, 0, 0.6);
}
.page_banner .jarallax .banner_info p {
  font-size: 22px;
  font-weight: 300 !important;
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.page.news .page_content {
  padding-bottom: 80px;
}

.newsList {
  padding-bottom: 20px;
}
.newsList .newsItem {
  background: rgba(255, 255, 255, 0.8666666667);
  border: 1px solid #ddd;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 25px 30px;
  min-height: 160px;
  position: relative;
  top: 0px;
  border-radius: 4px;
  text-decoration: none;
  z-index: 0;
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .newsList .newsItem {
    padding: 15px 20px;
  }
}
.newsList .newsItem .newsDate {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
  display: block;
  font-family: "Roboto", sans-serif !important;
}
.newsList .newsItem .newsDate__md {
  font-size: 1.6rem;
  font-weight: 600;
  color: #133c3b;
  line-height: 1.2em;
}
.newsList .newsItem .newsDate__year {
  font-size: 1rem;
  color: #a1a1a1;
  font-weight: 400;
}
.newsList .newsItem .newsContent {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}
.newsList .newsItem .newsContent .newsCate {
  font-size: 0.85rem;
  color: #000;
}
.newsList .newsItem .newsContent .newsTitle {
  color: #000;
  font-family: "Noto Serif TC", "思源宋體", serif !important;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.3em;
  position: relative;
  width: 100%;
  display: block;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 2rem;
}
.newsList .newsItem .newsContent .newsPreview {
  font-size: 0.95rem;
  color: #333;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.newsList .newsItem:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-box-shadow: 0px 4px 8px rgba(38, 38, 38, 0.6);
          box-shadow: 0px 4px 8px rgba(38, 38, 38, 0.6);
  border: 1px solid #89000b;
  background-color: #A2000E;
  cursor: pointer;
}
.newsList .newsItem:hover .newsDate__md {
  color: #fff;
}
.newsList .newsItem:hover .newsDate__year {
  color: #fff;
}
.newsList .newsItem:hover .newsCate {
  color: #fff;
}
.newsList .newsItem:hover .newsTitle {
  color: #fff;
}
.newsList .newsItem:hover .newsPreview {
  color: #fff;
}

.page.album .page_content {
  padding-bottom: 80px;
}

.albumList .hoverable {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.55s ease-in-out;
  transition: all 0.55s ease-in-out;
}
.albumList .card {
  background-color: rgba(0, 0, 0, 0);
}
.albumList .card .view {
  padding: 15px;
  border: 1px solid #e2e2e2;
  min-height: 200px;
}
.albumList .card img {
  height: auto;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.albumList .card .card-body {
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  padding: 0.8rem 0rem 1.8rem 0rem;
}
.albumList .card .card-body .card-title {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.25rem;
  text-align: center !important;
  color: #000 !important;
  margin-bottom: 0.5rem;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.albumList .card .card-body .card-text {
  font-size: 0.85rem;
  font-weight: 300;
}

@media (max-width: 575.98px) {
  .albumList .card .view {
    min-height: 300px;
  }
}
.timeline {
  font-family: "Noto Sans TC", "思源黑體", sans-serif !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 700px;
  position: relative;
}
.timeline:before {
  position: absolute;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  content: "";
  background: rgba(0, 0, 0, 0.07);
}

@media only screen and (min-width: 1200px) {
  .timeline {
    max-width: 1000px;
  }
}
@media only screen and (max-width: 767px) {
  .timeline:before {
    left: 40px;
  }
}
.timeline__content .timeline__content-title {
  margin: -10px 0 0 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 66px;
  font-family: "SilverSouthSerif", Times, serif !important;
  font-weight: 400;
  color: #fff;
  text-shadow: black 0.1em 0.1em 0.2em;
}
.timeline__content .timeline__content-desc {
  margin: 0;
  font-size: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto Sans TC", "思源黑體", sans-serif !important;
  color: #000;
  font-weight: 300 !important;
  line-height: 25px;
}

.timeline-item {
  padding: 100px 0 40px 0;
  opacity: 0.3;
  -webkit-filter: blur(2px);
          filter: blur(2px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(50% - 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-transform: translateY(-80px);
          transform: translateY(-80px);
}
.timeline-item:before {
  content: attr(data-text);
  width: 100%;
  position: absolute;
  color: rgb(0, 0, 0);
  font-family: "Noto Serif TC", "思源宋體", serif !important;
  font-size: 24px;
  font-weight: 600;
  border-left: 2px solid rgb(0, 0, 0);
  top: 70%;
  margin-top: -5px;
  padding-left: 15px;
  opacity: 0;
  right: calc(-100% - 39px);
}
.timeline-item:nth-child(even) {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.timeline-item:nth-child(even):before {
  right: auto;
  text-align: right;
  left: calc(-100% - 39px);
  padding-left: 0;
  border-left: none;
  border-right: 2px solid rgba(0, 0, 0, 0.8);
  padding-right: 15px;
}

.timeline-item--active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-filter: blur(0px);
          filter: blur(0px);
}
.timeline-item--active:before {
  top: 50%;
  -webkit-transition: 0.3s all 0.2s;
  transition: 0.3s all 0.2s;
  opacity: 1;
}
.timeline-item--active .timeline__content .timeline__content-title {
  margin: -30px 0 20px 0;
}

@media only screen and (max-width: 767px) {
  .timeline-item {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    width: 100%;
    padding: 60px 30px 100px 80px;
  }
  .timeline-item:before {
    left: 10px !important;
    padding: 0 !important;
    top: 20px;
    text-align: left !important;
    width: 85%;
    border: none !important;
    margin-left: 50px;
    margin-top: -90px;
    font-size: 20px !important;
  }
  .timeline-item:last-child {
    padding-bottom: 40px;
  }
}
.timeline__content .timeline__img {
  max-width: 100%;
  -webkit-box-shadow: 0 10px 15px rgba(255, 255, 255, 0.4);
          box-shadow: 0 10px 15px rgba(255, 255, 255, 0.4);
  border-radius: 5px;
}

.timeline-container {
  width: 100%;
  position: relative;
  padding: 0px 0 80px 0;
  -webkit-transition: 0.3s ease 0s;
  transition: 0.3s ease 0s;
  background-attachment: fixed;
  background-size: cover;
}
.timeline-container:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /*background: rgba(255, 255, 255, 0.8);*/
  content: "";
}

.timeline-header {
  width: 80%;
  text-align: center;
  margin-bottom: 80px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.timeline-header__title {
  color: #000;
  font-size: 34px;
  font-family: "Noto Serif TC", "思源宋體", serif !important;
  font-weight: 600 !important;
  margin: 0;
}

.timeline-header__subtitle {
  color: #000;
  font-family: "Noto Sans TC", "思源黑體", sans-serif !important;
  font-size: 18px;
  letter-spacing: 2px;
  margin: 10px 0 0 0;
  font-weight: 400;
  line-height: 1.6em;
}

.demo-footer {
  padding: 60px 0;
  text-align: center;
}
.demo-footer a {
  color: #999;
  display: inline-block;
  font-family: "Noto Sans TC", "思源黑體", sans-serif !important;
}

.cateBtn {
  border-radius: 2px;
  padding: 0.6rem 1.4rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  background-color: #faefee;
  border: 1px solid #A2000E;
  color: #A2000E;
  cursor: pointer;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  margin: 3px 3px;
}
.cateBtn.btn-active {
  background-color: #A2000E !important;
  color: #fff;
}
.cateBtn:hover {
  background-color: #81565a !important;
  color: #fff;
}
.cateBtn__L2 {
  padding: 0.4rem 1.2rem;
  background-color: #e5eded;
  border: 1px solid #A2000E;
  color: #A2000E;
}
.cateBtn__L2.btn-active {
  background-color: #A2000E !important;
  color: #fff;
}
.cateBtn__L2:hover {
  background-color: #00b99a !important;
  color: #fff;
}

.SubMenu {
  padding-top: 20px;
  padding-bottom: 20px;
}
.SubMenu_L2 {
  text-align: center;
}
.SubMenu_L3 {
  text-align: center;
}
.SubMenu .page .page_content {
  min-height: 30vh;
}

.btn.btn-seach {
  background-color: #171717;
  color: #fff;
}
.btn.btn-seach:hover {
  background-color: #000000;
}

.pagination.pg-blue .page-item.active .page-link {
  background-color: #A2000E;
}

.page__bg1 {
  position: absolute;
  top: 5%;
  right: 5%;
}
.page__bg1-colud {
  width: 240px;
  fill: rgba(224, 185, 133, 0.3);
}
@media (max-width: 992px) {
  .page__bg1 {
    display: none;
  }
}
.page__bg2 {
  position: absolute;
  top: 16%;
  left: 0%;
  z-index: 12;
}
.page__bg2-colud {
  width: 240px;
  fill: rgba(224, 185, 133, 0.2);
  -webkit-filter: drop-shadow(6px 6px 5px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(6px 6px 5px rgba(0, 0, 0, 0.1));
}
@media (max-width: 992px) {
  .page__bg2 {
    display: none;
  }
}

.page__bg3 {
  position: absolute;
  top: 45%;
  right: 5%;
  z-index: 20;
}
.page__bg3-colud {
  width: 240px;
  fill: #e0b885;
}
@media (max-width: 992px) {
  .page__bg3 {
    display: none;
  }
}
.page__bg4 {
  position: absolute;
  top: 60%;
  left: 5%;
  z-index: 20;
}
.page__bg4-colud {
  width: 240px;
  fill: rgba(224, 185, 133, 0.8);
}
@media (max-width: 992px) {
  .page__bg4 {
    display: none;
  }
}

.page__bg5 {
  position: absolute;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.page__bg5-hillL {
  z-index: 0;
  background: url(../img/quicklnik_hillL.png) no-repeat;
  background-size: cover;
}
@media (min-width: 1200px) {
  .page__bg5 {
    bottom: 30px;
    left: -50px;
  }
  .page__bg5-hillL {
    width: 800px;
    height: 400px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .page__bg5 {
    bottom: 160px;
    left: -50px;
  }
  .page__bg5-hillL {
    width: 600px;
    height: 300px;
  }
}
@media (max-width: 768px) {
  .page__bg5 {
    bottom: 0px;
    left: -50px;
  }
  .page__bg5-hillL {
    width: 400px;
    height: 200px;
  }
}
.page__bg6 {
  position: absolute;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.page__bg6-hillR {
  z-index: 0;
  background: url(../img/quicklnik_hillR.png) no-repeat;
  background-size: cover;
}
@media (min-width: 1200px) {
  .page__bg6 {
    bottom: 110px;
    right: -10px;
  }
  .page__bg6-hillR {
    width: 750px;
    height: 340px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .page__bg6 {
    bottom: 250px !important;
    right: -10px;
  }
  .page__bg6-hillR {
    width: 550px;
    height: 300px;
  }
}
@media (max-width: 768px) {
  .page__bg6 {
    bottom: 0px;
    right: -50px;
  }
  .page__bg6-hillR {
    width: 350px;
    height: 150px;
  }
}