@charset "utf-8";
/*===================================================
  • Public setting
  • Header Nav
  • Footer
  • Top (Home / Inner)
     KV & Animtion
     Banner Slider
  • Decor (Top decor / Page decor)
  • Breadcrumb
  • Sidebar Nav
  • Pagenation
  • Event Calendar (Flatpickr.js)
  • AOS (aos.js)
  • FancyApp
  • Search
  ---------------------------------------------------
  last update 2025-08
===================================================*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;700;900&display=swap');
:root {
  font-size: 62.5%;
}
body {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
}
main {
  overflow: hidden;
  background: url('../images/main-bg.jpg') no-repeat bottom right;
  background-size: 100%;
  padding-bottom: 260px;
}
img {
  max-width: 100%;
}
a {
  text-decoration: none;
  transition: all .4s ease;
}
.navbar {
  padding: 0
}
.navbar > div {
  padding: 0.8rem 0
}
.navbar-brand {
  padding-left: 12px;
}
.navbar-toggler {
  padding: .4rem 1.2rem;
}
.navbar-toggler-icon {
  width: 3rem;
  height: 3rem;
}
@media all and (max-width: 1024px) {
  main {
    background-size: 150%;
    padding-bottom: 160px;
  }
}
@media all and (max-width: 768px) {
  main {
    background-size: 180%;
    padding-bottom: 160px;
  }
}
@media all and (max-width: 575px) {
  main {
    padding-bottom: 100px;
  }
}
/*swiper button*/
.swiper-button-prev:after, .swiper-button-next:after {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
}
.swiper-button-prev:after {
  background: url('../images/Swiper-prev.png') no-repeat center center;
  background-size: 100%;
}
.swiper-button-next:after {
  background: url('../images/Swiper-next.png') no-repeat center center;
  background-size: 100%;
}
/*-----------------------------------------------
  Header Nav
-----------------------------------------------*/
header nav {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 1px;
}
@media all and (min-width: 1200px) {
  header .navbar-wraper {
    text-align: center
  }
  .mainNav {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
    max-width: 100%;
    height: 100px;
    border-radius: 50rem;
    background: rgb(214, 214, 215);
    background: linear-gradient(0deg, rgba(214, 214, 215, 0.85) 5%, rgba(234, 234, 234, 0.85) 30%, rgba(255, 255, 255, 0.85) 100%);
    -webkit-box-shadow: 0px 0px 8px 0px rgba(153, 153, 153, 0.2);
    -moz-box-shadow: 0px 0px 8px 0px rgba(153, 153, 153, 0.2);
    box-shadow: 0px 0px 8px 0px rgba(153, 153, 153, 0.2);
    margin: auto;
  }
  .mainNav > li {
    position: relative;
    padding: 0 22px;
    height: 100%
  }
  .mainNav > li:after {
    content: url('../images/nav-line.png');
    position: absolute;
    top: 23px;
    right: 0;
  }
  .mainNav > li:first-child:before {
    content: url('../images/nav-line.png');
    position: absolute;
    top: 23px;
    left: 0;
  }
  .mainNav > li > a span {
    color: #000;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .mainNav > li > a img {
    width: 60px;
    height: auto;
    margin-bottom: 5px;
    transition: all .4s ease;
  }
  .mainNav > li > a:hover img {
    transform: translateY(-5px);
  }
  /*mainnav dropdown*/
  .mainNav .dropdown-toggle:after {
    display: none;
  }
  .mainNav .nav-item.dropdown {
    display: flex;
    justify-content: center;
  }
  .mainNav .nav-item .dropdown-menu {
    background: rgb(214, 214, 215);
    background: linear-gradient(0deg, rgba(214, 214, 215, 0.85) 5%, rgba(234, 234, 234, 0.85) 30%, rgba(255, 255, 255, 0.85) 100%);
    -webkit-box-shadow: 0px 0px 8px 0px rgba(153, 153, 153, 0.2);
    -moz-box-shadow: 0px 0px 8px 0px rgba(153, 153, 153, 0.2);
    box-shadow: 0px 0px 8px 0px rgba(153, 153, 153, 0.2);
    border: none;
    border-radius: 15px;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    padding: 8px 15px;
    display: none;
  }
  .mainNav .nav-item:hover .dropdown-menu {
    display: block;
  }
  .mainNav .nav-item .dropdown-menu:before {
    content: url('../images/dropdown-menu_top.png');
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
  }
  .mainNav .nav-item .dropdown-menu li a:hover, .mainNav .nav-item .dropdown-menu li a:active {
    background: transparent;
  }
  .mainNav .nav-item .dropdown-menu li a:hover:after {
    transform: translateX(5px);
  }
  .memberNav a {
    color: #238158;
  }
  .memberNav a img {
    width: 50px;
    height: auto;
    margin-right: 10px;
    transition: all .4s ease;
  }
  .memberNav a:hover img {
    transform: translateY(-5px);
  }
  .memberNav .music {
    display: flex;
    align-items: center;
    margin-left: 10px;
  }
  .memberNav .music a {
    font-size: 1.6rem;
    letter-spacing: 0;
    color: #fff;
    background-color: #ff9900;
    padding: 3px 13px;
    border-radius: 50rem;
    display: flex;
    align-items: center;
  }
  .memberNav .music a.music-on:after {
    content: url('../images/nav-music-icon_play.png');
    margin-left: 5px;
    transform: translateY(2px);
    transition: all .4s ease;
  }
  .memberNav .music a.music-off:after {
    content: url('../images/nav-music-icon_pause.png');
    margin-left: 5px;
    transform: translateY(2px);
    transition: all .4s ease;
  }
  .memberNav .music a:hover:after {
    transform: translateX(2px) translateY(2px);
  }
  .memberNav .music a img {
    display: none;
  }
  /*nav scrolled*/
  .scrolled {
    background: rgb(214, 214, 215);
    background: linear-gradient(0deg, rgba(214, 214, 215, 0.85) 5%, rgba(234, 234, 234, 0.85) 30%, rgba(255, 255, 255, 0.85) 100%);
  }
  .scrolled .navbar-brand img {
    height: 64px;
  }
  .scrolled .mainNav {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    border-radius: 0;
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    position: relative;
    top: 0;
    left: 0;
    transform: translateX(0);
    padding-right: 20px;
    animation: none;
  }
  .scrolled .mainNav:after {
    content: url('../images/nav-line.png');
    position: absolute;
    top: 23px;
    right: 0;
  }
  .scrolled .mainNav img {
    width: 50px;
  }
  .scrolled .mainNav > li {
    padding: 0 8px;
  }
  .scrolled .mainNav > li:after, .scrolled .mainNav > li:first-child:before {
    display: none;
  }
  .scrolled .mainNav .nav-item .dropdown-menu {
    top: calc(100% + 1px);
  }
  .scrolled .memberNav {
    padding-top: 8px;
    padding-left: 20px;
    order: 2
  }
  .scrolled .memberNav li {
    padding: 0 5px;
  }
  .scrolled .memberNav li a span {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .scrolled .memberNav img {
    width: 40px;
    margin-right: 0;
  }
  .scrolled .memberNav .music a {
    font-size: 1.8rem;
    letter-spacing: 1px;
    color: #ff9900;
    background-color: transparent;
    transition: all .4s ease;
  }
  .scrolled .memberNav .music a:after {
    display: none;
  }
  .scrolled .memberNav .music a img {
    display: block;
  }
  .mainNav .nav-item .dropdown-menu {
    display: none;
  }
  .mainNav .nav-item:hover .dropdown-menu {
    display: block;
  }
  .mainNav .nav-item .dropdown-menu {
    margin-top: 0;
    min-width: 9rem;
  }
  /*navbarCollapse*/
  #navbarCollapse > div {
    width: 100%;
    position: absolute;
    top: 150px;
    left: 0;
  }
  .scrolled #navbarCollapse > div {
    width: auto;
    position: static;
  }
}
.mainNav .nav-item .dropdown-menu li:not(:last-child) {
  border-bottom: 2px dotted #7bbaa5;
}
.mainNav .nav-item .dropdown-menu li a {
  font-size: 1.6rem;
  letter-spacing: 0;
  color: #333;
  padding: 10px 0;
  width: 170px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mainNav .nav-item .dropdown-menu li a:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url('../images/dropdown-menu_arrow.png') no-repeat center center;
  background-size: 100%;
  transition: all .4s ease;
}
.mainNav .dropdown-menu .back-btn {
  display: none
}
@media (max-width: 1400px) {
  header nav, .scrolled .memberNav .music a {
    letter-spacing: 0;
  }
  .scrolled .navbar-brand img {
    height: 53px;
  }
  .scrolled .mainNav > li, .scrolled .memberNav li {}
  .scrolled .mainNav {
    padding-right: 10px;
  }
  .scrolled .memberNav {
    padding-left: 10px;
  }
}
@media (max-width: 1199px) {
  .menuActive {
    overflow: hidden
  }
  header:after {
    content: '';
    position: fixed;
    background-color: #e7e7e7;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    transition: all .3s;
    transform-origin: top center;
    transform: scale(0) translateY(-50%);
    border-radius: 0 0 100% 100%;
    z-index: 2;
  }
  .menuActive header:after {
    transform: scale(1) translateY(0);
    border-radius: 0;
  }
  .navbar-toggler {
    background-color: #fff;
  }
  .mbNav {
    transition: all .3s
  }
  .mbNav .navbar-toggler {
    margin-right: 12px;
  }
  .mbNav > div {
    padding: 0;
  }
  .scrolled.mbNav > div {
    background-color: #fff;
    box-shadow: 0 2px 5px 5px #00000010;
  }
  .menuActive .mbNav > div {
    background-color: #fff;
    box-shadow: none;
  }
  .mbNav .navbar-wraper {
    overflow-x: auto
  }
  .mbNav .navbar-collapse {
    background-color: #e7e7e7;
    position: relative;
  }
  .mbNav .memberNav {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin: auto;
    order: -1;
    width: 100%;
    max-width: 450px;
    padding: 10px;
    column-gap: 1vw
  }
  .mbNav .memberNav a span {
    display: flex;
    align-items: center;
    font-size: 1.3rem;
    flex-direction: column
  }
  .mbNav .memberNav img {
    width: 30px;
    height: auto;
    margin-right: 5px;
    margin-left: 7px;
  }
  .mbNav .mainNav {
    padding: 10px 10px 0 10px;
    /*overflow: hidden;*/
    transition: transform 0.3s ease-in-out;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    position: static !important;
  }
  .mbNav .mainNav.hide {
    overflow: visible;
  }
  .mbNav .mainNav > .nav-item {
    flex-basis: 20%;
    flex-grow: 0;
    flex-shrink: 0;
    padding: 0 10px 20px 10px;
    text-align: center;
    position: static;
  }
  .mbNav .mainNav > .nav-item > a {
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 5px 5px 2px #00000010
  }
  .mbNav .mainNav > .nav-item > a > span {
    display: flex;
    flex-direction: column;
  }
  .mbNav .mainNav > .nav-item > a > span img {
    margin: 0.5rem auto;
    max-width: 80px;
  }
  .mbNav .mainNav .dropdown-toggle {
    border: 2px solid #fff
  }
  .mbNav .mainNav .dropdown-toggle::after {
    font-family: "Font Awesome 6 Free";
    font-weight: 400;
    content: "\f0fe";
    color: #666;
    border: none;
    padding: 0;
    font-size: 2rem;
    justify-content: center;
    align-items: center;
    margin: 0.5rem auto;
  }
  .mbNav .mainNav .dropdown-toggle.show {
    border: 2px solid #C7E0AC
  }
  .mbNav .mainNav .dropdown-toggle.show::after {
    content: "\f146";
    color: #C7E0AC;
  }
  .mbNav .mainNav .dropdown-menu {
    position: absolute;
    padding: 0 20px 20px;
    top: 100%;
    left: 0;
    width: 100%;
    transition: transform 0.3s ease-in-out;
    transform: translateY(-100%);
    z-index: 10;
    font-size: 1.8rem;
    background-color: #e7e7e7;
    border: none;
  }
  .mbNav .mainNav .dropdown-menu.show {
    transform: translateY(-5px);
  }
  .mbNav .mainNav .dropdown-menu li {
    border-bottom: none !important;
    margin-bottom: 0.5rem;
  }
  .mbNav .mainNav .dropdown-menu li a {
    font-size: 2rem;
    width: 100%;
    background-color: #fff;
    padding: 0.5em 1em;
    border-radius: 10px;
  }
  .mainNav .dropdown-menu .back-btn {
    display: none
  }
}
@media (max-width: 576px) {
  .navbar-brand img, .scrolled .navbar-brand img {
    height: 45px;
  }
  .navbar-brand img:last-child {
    display: none;
  }
  .mbNav .mainNav {
    flex-wrap: wrap;
  }
  .mbNav .mainNav.hide {
    transform: translateX(-100%);
  }
  .mbNav .mainNav > .nav-item {
    flex-basis: 50%;
  }
  /*  .mbNav .mainNav > .nav-item:last-child {
    flex-basis: 100%;
    flex-grow: 1;
    flex-shrink: 0;
  }
  .mbNav .mainNav > .nav-item:last-child > a > span {
    flex-direction: row;
    gap: 20px;
    align-items: center;
    justify-content: center;
  }
  .mbNav .mainNav > .nav-item:last-child > a > span img {
    margin: 0;
  }*/
  .mbNav .mainNav .dropdown-menu {
    top: 0;
    left: 100%;
  }
  .mainNav .dropdown-menu .back-btn {
    display: flex;
    align-items: center;
    z-index: 20;
    background: #C7E0AC;
    padding: 5px 15px 5px 10px;
    margin-bottom: 1em;
    font-size: 1.6rem;
    cursor: pointer;
    border-radius: 50px;
  }
  .mainNav .dropdown-menu .back-btn:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url('../images/dropdown-menu_arrow.png') no-repeat center center;
    background-size: 100%;
    transform: rotate(-180deg);
    padding: 1rem;
  }
}
/*-----------------------------------------------
  Footer
-----------------------------------------------*/
footer {
  background: url('../images/footer-bg.jpg'), #efefef;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100%;
  color: #666;
  padding: 50px 0 150px 0;
}
footer hr {
  border-top: 1px solid #fff;
  opacity: 1;
}
.ft-about-hsinyi {
  padding: 30px 0;
  color: #666;
}
.ft-about-hsinyi a {
  color: #666;
}
.ft-about-hsinyi h5 {
  font-size: 2rem;
  margin-bottom: 30px;
}
.ft-about-hsinyi h5:before {
  content: "|";
  margin-right: 10px;
}
.ft-about-hsinyi ul {
  margin: -20px 0 0 15px;
}
.ft-about-hsinyi ul li {
  font-size: 1.4rem;
  line-height: 30px;
}
.ft-info {
  padding: 30px 0 50px;
  font-size: 1.4rem;
}
.ft-info a {
  color: #666;
}
.ft-info ul.list-inline li:before {
  content: "|";
  margin-right: 5px;
}
.ft-info ul.list-inline li:first-child:before {
  content: none;
}
.ft-info-icon li {
  margin-bottom: 10px;
}
.ft-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  position: relative;
  margin-right: 10px;
  border-radius: 50%;
  background: #fff;
  flex: 0 0 24px;
  color: #999999;
  text-align: center;
}
.ft-icon svg {
  color: #efefef;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 5px;
  left: 5px;
}
.ft-icon svg.fa-facebook-f {
  left: 8px;
}
.fb-link li {
  margin-bottom: 0;
  line-height: 30px;
}
@media screen and (max-width: 1439px) {
  footer {
    padding: 20px 0 80px 0;
  }
}
@media screen and (max-width: 991px) {
  .ft-about-hsinyi .col-sm-6 {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  footer {
    padding: 20px 0 40px 0;
  }
}
@media screen and (max-width: 576px) {
  footer {
    padding: 0;
  }
}
/*-----------------------------------------------
  Top KV & Animtion
-----------------------------------------------*/
.top {
  padding-top: 330px;
  background: url('../images/top-bg.png') no-repeat top center;
  background-size: 100%;
  position: relative;
}
.topAni {
  width: 100%;
  position: relative;
}
.inner-top .topAni {
  top: -60px;
}
.topAni > div {
  position: absolute;
  top: -180px;
}
.topAni .topClouds {
  left: 5%;
}
.topAni .topClouds > div {
  position: relative;
  animation-iteration-count: infinite;
}
.topAni .tc1 {
  opacity: 0;
  top: 0;
  left: 70px;
  animation-name: tcAni1;
  animation-duration: 17s;
  animation-delay: 1.5s;
}
.topAni .tc2 {
  opacity: 0;
  top: 65px;
  left: 115px;
  animation-name: tcAni2;
  animation-duration: 14s;
  animation-delay: 1s;
}
.topAni .tc3 {
  opacity: 0;
  top: -25px;
  left: 265px;
  animation-name: tcAni3;
  animation-duration: 16s;
  animation-delay: 1.2s;
}
@keyframes tcAni1 {
  0% {
    opacity: 0;
    left: 70px;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    left: 370px;
  }
}
@keyframes tcAni2 {
  0% {
    opacity: 0;
    left: 115px;
  }
  10% {
    opacity: 0;
    left: 145px;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    left: 415px;
  }
}
@keyframes tcAni3 {
  0% {
    opacity: 0;
    left: 265px;
  }
  20% {
    opacity: 0;
    left: 315px;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    left: 515px;
  }
}
.topAni .topBirds {
  opacity: 0;
  top: -180px;
  right: 23%;
  animation-name: tbAni;
  animation-duration: 12s;
  animation-iteration-count: infinite;
  animation-delay: 2s;
}
@keyframes tbAni {
  0% {
    opacity: 0;
    top: -180px;
    right: 23%;
    transform: scale(1);
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    right: 15%;
    transform: scale(0.5);
  }
  100% {
    top: -200px;
    opacity: 0;
  }
}
.topAni .topBlueBird {
  top: -150px !important;
  left: -30px;
}
@media (min-width: 1920px) {
  .inner-top {
    background: url('../images/inner-top-bg.png') no-repeat top center;
    background-size: 100%;
  }
}
@media (max-width: 1919px) {
  .topAni {
    top: -20px;
  }
  .topAni > div {
    transform: scale(0.8);
  }
}
@media (max-width: 1440px) {
  .topAni {
    top: -50px;
  }
  .topAni > div {
    transform: scale(0.6);
  }
  .topAni .topBlueBird {
    top: -160px !important;
    left: -60px;
  }
}
@media (max-width: 1024px) {
  .top, .inner-top {
    padding-top: 220px;
    background: url('../images/top-bg_m.png') no-repeat top center;
    background-size: 100%;
  }
  .topAni {
    display: none;
  }
}
@media (max-width: 768px) {
  .top {
    padding-top: 180px;
  }
}
@media (max-width: 576px) {
  .top {
    padding-top: 120px;
  }
}
@media (max-width: 400px) {
  .top {
    padding-top: 80px;
  }
}
/*-----------------------------------------------
  Top Banner Slider
-----------------------------------------------*/
.topSwiper {
  border: 10px solid #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
}
body:not(.home) .topSwiper .swiper-wrapper {
  aspect-ratio: 22 / 5;
}
.topSwiper .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background-color: #fff;
  opacity: 1;
}
.topSwiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ffff00;
}
.topSwiper img {
  width: 100%;
}
@media (max-width: 1024px) {
  .topSwiper {
    border: 8px solid #fff;
  }
}
@media (max-width: 576px) {
  .topSwiper {
    border: 5px solid #fff;
  }
  .topSwiper .swiper-button-prev {
    left: 0;
  }
  .topSwiper .swiper-button-next {
    right: 0;
  }
  .topSwiper .swiper-pagination {
    bottom: 0;
  }
  .topSwiper .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
}
/*-----------------------------------------------
  Decor
-----------------------------------------------*/
.top-decor {
  position: absolute;
  top: 430px;
  right: 5%;
}
.home .top-decor {
  top: 600px;
}
.page-decor {
  position: absolute;
  top: 650px;
  left: -30px;
  z-index: -1;
}
.home .page-decor {
  position: absolute;
  top: 750px;
  left: -270px;
}
@media (max-width: 1440px) {
  .top-decor {
    top: 460px;
    right: -10px;
  }
  .top-decor img {
    width: 180px;
  }
  .home .top-decor {
    top: 460px;
    right: 10px;
  }
  .page-decor {
    top: 600px;
    left: -40px;
  }
  .page-decor img {
    width: 220px;
  }
  .home .page-decor img {
    width: 500px !important;
  }
  .home .page-decor {
    top: 680px;
    left: -200px;
  }
}
@media (max-width: 1439px) {
  .top-decor {
    top: 410px;
    right: -10px;
  }
  .top-decor img {
    width: 170px;
  }
  .home .top-decor {
    top: 400px;
    right: 0;
  }
  .page-decor {
    top: 650px;
    left: -40px;
  }
  .event .page-decor img {
    width: 180px;
  }
}
@media (max-width: 1024px) {
  .top div[class*="-decor"] {
    display: none;
  }
}
/*-----------------------------------------------
  Breadcrumb
-----------------------------------------------*/
.breadcrumb {
  display: flex;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 60px;
}
.breadcrumb:before {
  content: url('../images/breadcrumb.svg');
  width: 16px;
  height: 18px;
  margin-right: 5px;
}
.breadcrumb a {
  color: #0099cc;
}
@media (max-width: 1024px) {
  .breadcrumb {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .breadcrumb {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
/*-----------------------------------------------
  Sidebar Nav
-----------------------------------------------*/
.sb-top {
  height: 85px;
  background: url('../images/sidebar-bg-top.png') no-repeat top center;
}
.sb-center {
  background: url('../images/sidebar-bg-center.png') repeat-y top center;
}
.sb-center > ul {
  width: 160px;
  padding-top: 10px;
  padding-bottom: 30px;
  margin: auto;
}
.sb-bottom {
  height: 100px;
  background: url('../images/sidebar-bg-bottom.png') no-repeat bottom center;
}
/*sidebar nav*/
.sidebar ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.sidebar a:hover {
  color: #238158;
}
.sidebar a[class^="sbNav-"] {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 5px;
}
.sbNav a {
  display: block;
  text-align: right;
  position: relative;
  z-index: 2;
  right: 0;
  padding-right: 40px;
}
.sb_icon {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}
.sb_icon[data-bs-toggle] {
  z-index: 3
}
.sb_icon:after {
  content: "";
  width: 2.6rem;
  height: 2.6rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  transition: all .3s;
}
.sbNav-1st > span:after {
  /* content: "\f054";
	第一層*/
  background: url("../images/sidebar-arr-lv01.png") no-repeat center center;
  background-size: contain;
}
.sbNav-1st li span[data-bs-toggle="collapse"]:after {
  /* content: "\f054";
	第二層*/
  background: url("../images/sidebar-arr-lv02.png") no-repeat center center;
  background-size: contain;
}
.sbNav-1st li .sb_icon:not([data-bs-toggle]) {
  /*第二層無子選單隱藏*/
  display: none !important;
}
.sbNav-1st .sb_icon[aria-expanded="true"]:after {
  content: "";
  transform: rotate(90deg)
}
.sbNav li[class^="sbNav-"] {
  position: relative;
}
.sbNav-1st > a {
  font-size: 2rem;
  color: #690;
  padding-top: 10px;
  padding-bottom: 10px;
}
.sbNav-1st > .sb_icon {
  top: 10px;
}
.sbNav-2nd > a {
  color: #333;
  margin-bottom: 5px;
}
.sbNav-3rd > a {
  color: #888;
  padding-bottom: 5px;
}
.sbNav-3rd:last-child {
  margin-bottom: 10px;
}
.sbNav-3rd > .collapse {}
.sbNav-3rd a, .sbNav-3rd > .collapse li a {
  color: #888;
}
.sbNav-3rd > .collapse li a:hover {
  color: #238158;
}
@media (min-width: 992px) {
  .sbNav-3rd:hover > .collapse {
    display: block;
    visibility: visible;
    height: auto;
    opacity: 1;
  }
  .sbNav-3rd > .collapse {
    display: none;
    visibility: hidden;
    opacity: 0;
    height: 0;
    width: 100%;
    position: absolute;
    left: 100%;
    top: 0;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px;
  }
  .sbNav-3rd > .collapse li:not(:last-child) {
    margin-bottom: 10px;
  }
  .sbNav-3rd > .collapse li a {
    text-align: left;
    display: block;
  }
}
@media (max-width: 991px) {
  .sidebar {
    padding: 15px 20px;
    overflow-y: auto;
    width: 300px !important;
  }
  .container .navbar-toggler.resourceNav {
    font-size: 1.8rem;
    color: #fff;
    background-color: #669900;
    border-radius: 50rem;
    padding: 10px 20px;
  }
  .sidebar .offcanvas-header {
    padding-right: 0;
    padding-left: 0;
  }
  .sb-top, .sb-bottom {
    display: none;
  }
  .sb-center {
    background: none;
  }
  .sb-center > ul {
    width: 100%;
  }
  .sbNav-3rd > .collapse li:last-child {
    margin-bottom: 10px;
  }
}
/*-----------------------------------------------
  Pagination
-----------------------------------------------*/
.pagination {
  margin-top: 50px;
  justify-content: center;
}
.pagination li {
  margin: 0 5px;
}
.pagination a {
  font-size: 1.8rem;
  color: #d94f4d;
  border: 2px solid #d94f4d;
  border-radius: 50rem;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination a.active {
  background-color: #d94f4d;
  border-color: #d94f4d;
}
.pagination a:hover, .pagination a:focus {
  color: #fff;
  background-color: #d94f4d;
  border: 2px solid #d94f4d;
}
.pagination li a > span {
  line-height: 0;
  text-indent: -30000px;
  display: block;
  width: 100%;
  height: 100%;
}
.pagination li a > span:after {
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 1.6rem;
  text-indent: 0;
}
.pagination li:last-child a > span:after {
  content: "\f101";
}
.pagination li:first-child a > span:after {
  content: "\f100";
}
@media (max-width: 576px) {
  .pagination li {
    margin: 0 3px;
  }
  .pagination a {
    font-size: 1.6rem;
    width: 34px;
    height: 34px;
  }
}
/*-----------------------------------------------
Event Calendar (Flatpickr.js)
-----------------------------------------------*/
.calendar-bg {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 100%;
}
.flatpickr-input {
  display: none
}
.flatpickr-calendar.inline {
  position: absolute;
  box-shadow: none !important;
  background-color: transparent;
  top: 35%;
  right: 15%
}
.flatpickr-monthDropdown-months, .flatpickr-weekdays, .flatpickr-monthDropdown-months {
  display: none
}
.flatpickr-months {
  position: absolute;
  width: 100%;
  top: -20%
}
.flatpickr-prev-month, .flatpickr-next-month {
  background-color: #4A3E2D;
  border-radius: 50px;
  display: flex;
  align-content: center;
  justify-content: center
}
.flatpickr-months .flatpickr-prev-month svg path, .flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill .1s;
  transition: fill .1s;
  fill: #fff;
}
.flatpickr-month {
  overflow: visible !important
}
.flatpickr-current-month .numInputWrapper {
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%
}
.flatpickr-current-month input.cur-year {
  color: #4A3E2D;
  font-size: 3rem;
  font-weight: bold;
  width: 100%;
  height: auto;
  line-height: 1.2;
  padding: 0;
  margin: 0
}
.flatpickr-day {
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: default;
}
.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover {
  color: #4A3E2D;
  cursor: default;
}
.weekend {
  color: red !important; /* 設定文字顏色為紅色 */
  font-weight: bold; /* 讓文字更醒目 */
}
.flatpickr-day:not(.flatpickr-disabled) {
  color: #fff !important;
  background-color: #09f
}
.flatpickr-day:not(.flatpickr-disabled):hover {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff
}
.flatpickr-day.today {
  border-color: #959ea9 !important
}
@media (max-width:1024px) {
  .flatpickr-calendar.inline {
    right: 12%;
  }
}
/*-----------------------------------------------
AOS (aos.js)
-----------------------------------------------*/
@media (min-width:1200px) {
  [data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
    transition-duration: .5s
  }
  [data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
    transition-delay: 0
  }
  [data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
    transition-delay: .5s
  }
  [data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
    transition-duration: 1s
  }
  [data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
    transition-delay: 0
  }
  [data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
    transition-delay: 1s
  }
  [data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
    transition-duration: 1.5s
  }
  [data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
    transition-delay: 0
  }
  [data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
    transition-delay: 1.5s
  }
  [data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
    transition-duration: 2s
  }
  [data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
    transition-delay: 0
  }
  [data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
    transition-delay: 2s
  }
  [data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
    transition-duration: 3s
  }
  [data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
    transition-delay: 0
  }
  [data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
    transition-delay: 3s
  }
  [data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
    transition-timing-function: cubic-bezier(.175, .885, .32, 1.275)
  }
  [data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    transition-property: opacity, transform
  }
  [data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: translateZ(0)
  }
  [data-aos=fade-up] {
    transform: translate3d(0, 100px, 0)
  }
  [data-aos=fade-right] {
    transform: translate3d(-100px, 0, 0)
  }
}
/*-----------------------------------------------
  FancyApp
-----------------------------------------------*/
.fancybox-content {
  background: #fff !important;
}
/*-----------------------------------------------
  Search
-----------------------------------------------*/
.searchContent {
  margin: 30px auto;
  max-width: 900px;
}
.search {
  margin-bottom: 6rem;
  display: flex;
  flex-wrap: nowrap;
  gap: 0.5em;
}
input.input-search, input.input-search:focus {
  appearance: none; /* 大部分快瀏覽器 */
  -webkit-appearance: none; /* Safari, Chrome */
  -moz-appearance: none; /* Firefox */
  border: 4px solid var(--color-active) !important;
  border-radius: 500px;
  flex: 1 1 100%;
  padding-left: 1.8rem;
  padding-right: 1.8rem;
  outline: none !important
}
.input-search::placeholder {
  color: #05a159;
}
.btn-search {
  aspect-ratio: 1 /1;
  color: #fff;
  background-color: var(--color-active);
  border-radius: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.2em !important;
  border: none
}
.btn-search svg {
  transform: scale(0.8);
  transition: all .3s;
}
.btn-search:hover svg {
  transform: scale(1);
}
.search-filter {
  padding: 3rem 1.8rem;
  display: flex;
  column-gap: 0.5em;
}
.search-filter .form-check-input:checked, .search-filter .form-check-input:focus {
  background-color: var(--color-active);
  border-color: var(--color-active);
  box-shadow: none;
}
@media (max-width:576px) {
  .search-filter {
    flex-direction: column;
    row-gap: 0.5em;
  }
}