@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Noto+Serif+TC:wght@200..900&display=swap");
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  overflow-x: hidden;
  background-color: #EEF9F4;
  color: #5a5a5a;
}
body ::-moz-selection {
  background-color: rgba(76, 182, 144, 0.5);
}
body ::selection {
  background-color: rgba(76, 182, 144, 0.5);
}
body.no-scroll {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a,
span,
i {
  display: inline-block;
}

a,
a:hover {
  text-decoration: none;
}

input,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

button,
a {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

@media (min-width: 1440px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1366px;
  }
}
.page-banner {
  margin-top: 64px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 45%;
  color: #ffffff;
}
@media (min-width: 768px) {
  .page-banner {
    padding-bottom: 25%;
  }
}
@media (min-width: 1920px) {
  .page-banner {
    height: 560px;
    padding-bottom: 0;
  }
}
@media (min-width: 1920px) {
  .page-banner {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
  }
}

.breadcrumb {
  background-color: transparent;
  padding: 0;
}
.breadcrumb .breadcrumb-item a {
  color: #5a5a5a;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #5a5a5a;
}
.breadcrumb .breadcrumb-item.active {
  color: #4CB690;
}

main {
  background-color: #eef9f4;
  padding-bottom: 72px;
  padding-top: 18px;
}
main.cms-page {
  margin-top: 64px;
  min-height: 60vh;
}
main .title {
  font-family: "Noto Serif TC", serif;
  color: #2a2a2a;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 46px;
  text-align: center;
  line-height: 56px;
}
main .title::first-letter {
  padding-bottom: 4px;
  border-bottom: 6px solid #4CB690;
}

.date {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
}

.w-1920 {
  max-width: 1920px;
  margin: 0 auto;
}

.font-title {
  font-family: "Noto Serif TC", serif;
}

.text-main {
  color: #4CB690;
}

.text-sub {
  color: #3F3F3E;
}

.text-lightBlack {
  color: #5a5a5a;
}

.text-darkBlack {
  color: #2a2a2a;
}

.text-white {
  color: #ffffff;
}

.fs-14 {
  font-size: 0.875rem;
}

.fs-16 {
  font-size: 1rem;
}

.fs-18 {
  font-size: 1.125rem;
}

.fs-20 {
  font-size: 1.25rem;
}

.fs-23 {
  font-size: 1.4375rem;
}

.fs-24 {
  font-size: 1.5rem;
}

.fs-28 {
  font-size: 1.75rem;
}

.fs-30 {
  font-size: 1.875rem;
}

.fs-32 {
  font-size: 2rem;
}

.fs-48 {
  font-size: 3rem;
}

.mb-12 {
  margin-bottom: 12px;
}

.mb-18 {
  margin-bottom: 1.125rem;
}

.mb-20 {
  margin-bottom: 1.25rem;
}

.mb-30 {
  margin-bottom: 1.875rem;
}

.mb-32 {
  margin-bottom: 2rem;
}

.mb-60 {
  margin-bottom: 3.75rem;
}

.mb-64 {
  margin-bottom: 4rem;
}

.mb-80 {
  margin-bottom: 5rem;
}

.py-60 {
  padding: 3.75rem 0;
}

.pb-32 {
  padding-bottom: 2rem;
}

@media (min-width: 1400px) {
  .d-xxl-block {
    display: block !important;
  }
}

@media (min-width: 1400px) {
  .d-xxl-none {
    display: none !important;
  }
}

.navbar-container {
  background-color: #ffffff;
}
.navbar-container.fixed {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  animation: navbar-move 0.5s forwards ease-in-out;
}

@keyframes navbar-move {
  0% {
    transform: translateY(-35px);
  }
  100% {
    transform: translateY(0px);
  }
}
nav.navbar {
  position: static !important;
  align-items: center;
}
nav.navbar h1 {
  width: 200px;
}
nav.navbar .logo {
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: 101%;
  white-space: nowrap;
  overflow: hidden;
}
nav.navbar .navbarMenu {
  flex-grow: 1;
  flex-basis: 100%;
  position: absolute;
  width: 100%;
  height: calc(100vh - 64px);
  top: -100vh;
  left: 0;
  opacity: 0.5;
  transition: all 0.5s ease-in-out;
}
@media (min-width: 1200px) {
  nav.navbar .navbarMenu {
    position: static;
    flex-basis: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    width: auto;
    height: auto;
  }
}
nav.navbar .nav-item {
  text-align: center;
}
nav.navbar .nav-item {
  margin-bottom: 0.8rem;
}
@media (min-width: 1200px) {
  nav.navbar .nav-item {
    margin-bottom: 0;
    margin-right: 1.25rem;
  }
}
nav.navbar .nav-item .nav-link {
  font-family: "Noto Serif TC", serif;
  color: #2a2a2a;
  position: relative;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  width: 100%;
}
nav.navbar .nav-item .nav-link:hover, nav.navbar .nav-item .nav-link.active {
  color: #4CB690;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
}

#menuToggle {
  display: none;
}

label[for=menuToggle] {
  width: 45px;
  height: 32px;
  position: relative;
  right: 0px;
  top: 50%;
  margin-bottom: 0;
  cursor: pointer;
}
label[for=menuToggle] span {
  position: absolute;
  width: 50%;
  height: 2px;
  background-color: #4CB690;
  left: 25%;
  transform: rotate(0deg);
  transition: all 0.3s ease-in-out;
}
label[for=menuToggle] span:nth-child(1) {
  top: 8px;
}
label[for=menuToggle] span:nth-child(2) {
  top: 16px;
}
label[for=menuToggle] span:nth-child(3) {
  top: 24px;
}
@media (min-width: 1200px) {
  label[for=menuToggle] {
    display: none;
  }
}

#menuToggle:checked ~ label span:nth-child(1) {
  transform: rotate(45deg);
  top: 16px;
}

#menuToggle:checked ~ label span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#menuToggle:checked ~ label span:nth-child(3) {
  transform: rotate(-45deg);
  top: 16px;
}

#menuToggle:checked ~ .navbarMenu {
  background-color: #ffffff;
  opacity: 1;
  top: 64px;
}
@media (min-width: 1200px) {
  #menuToggle:checked ~ .navbarMenu {
    background-color: transparent;
  }
}

#menuToggle:checked ~ .navbarMenu .nav-item .nav-link {
  transition: all 0.3s ease-in-out;
}
#menuToggle:checked ~ .navbarMenu .nav-item:hover .nav-link {
  color: #4CB690;
  transition: all 0.3s ease-in-out;
}

footer {
  background-color: #2a2a2a;
  padding: 40px 0;
  color: #ffffff;
}
footer a {
  color: #ffffff;
}
footer a:hover {
  color: #4CB690;
}
footer .top {
  row-gap: 1rem;
  margin-bottom: 40px;
}
footer .img-container {
  width: 110px;
}
footer .img-container img {
  width: 100%;
}
footer .contact-items, footer .footer-menu-links {
  list-style: none;
  padding-left: 0;
  row-gap: 0.8rem;
  margin-bottom: 0;
}
footer .contact-items li {
  display: flex;
  justify-content: center;
}
@media (min-width: 576px) {
  footer .contact-items li {
    justify-content: initial;
  }
}
footer .contact-items li:not(:last-child) {
  margin-bottom: 0.4rem;
}
footer .contact-items i {
  margin-right: 0.5rem;
}
footer .footer-menu-links {
  font-family: "Noto Serif TC", serif;
}
footer .social-items {
  display: flex;
  justify-content: center;
  list-style: none;
  padding-left: 0;
  -moz-column-gap: 0.8rem;
       column-gap: 0.8rem;
  margin-bottom: 0;
}
@media (min-width: 576px) {
  footer .social-items {
    justify-content: initial;
  }
}
footer .social-items a {
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
}
footer .social-items a:hover {
  color: #ffffff;
}
footer .social-items i {
  font-size: 20px;
}
footer .social-items .fb-icon {
  background-color: #1877f2;
}
footer .social-items .yt-icon {
  background-color: #FF0000;
}
footer .bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 0.5rem;
  font-size: 14px;
}
@media (min-width: 992px) {
  footer .bottom {
    justify-content: space-between;
  }
}
footer .bottom a:hover {
  text-decoration: underline;
}
footer .photonic-text {
  display: flex;
  align-items: center;
  opacity: 0.3;
}
footer .photonic-link {
  display: flex;
  align-items: center;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.loading-container {
  position: fixed;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
}
.loading-container.hide {
  opacity: 0;
}
.loading-container .loader-circle {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #4CB690;
  border-radius: 50%;
  animation: circleFull 1.5s linear 1s both;
}
.loading-container .ark-green {
  animation: imgJump 0.3s linear 4 alternate;
}
.loading-container .ark-white {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  opacity: 0;
  animation: imgLoad 0.5s linear 1s both;
}

@keyframes circleFull {
  0% {
    width: 0;
    height: 0;
  }
  100% {
    width: 180%;
    height: 180%;
  }
}
@keyframes imgJump {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-10px);
  }
}
@keyframes imgLoad {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.banner-carousel-container {
  position: relative;
}

.banner-carousel {
  position: relative;
  visibility: hidden;
}
.banner-carousel.slick-initialized {
  visibility: visible;
}
.banner-carousel.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.banner-carousel .slick-track {
  padding-bottom: 1px;
}
.banner-carousel .slick-dots {
  display: none !important;
  right: -40px;
  bottom: 100px;
  width: auto;
  transform: rotate(90deg);
}
@media (min-width: 992px) {
  .banner-carousel .slick-dots {
    display: block !important;
  }
}
.banner-carousel .slick-dots li {
  margin: 0 2px;
}
.banner-carousel .slick-dots li button:before {
  content: "";
  opacity: 1;
  border: none;
  background-color: #ffffff;
  border-radius: 50%;
  color: #ffffff;
  width: 10px;
  height: 10px;
  line-height: 10px;
}
.banner-carousel .slick-dots li.slick-active button:before {
  color: #4CB690;
  background-color: #4CB690;
}
.banner-carousel .slick-current .item {
  animation: shrink 4.5s ease-in-out 1 forwards;
}
.banner-carousel .slick-current .item > div {
  animation: offset-scale 4.5s ease-in-out 1 forwards;
}
.banner-carousel .item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  font-family: "Noto Serif TC", serif;
  color: #ffffff;
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
  height: 100vh;
  padding-bottom: 132px;
  display: flex !important;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}
@media (min-width: 992px) {
  .banner-carousel .item {
    align-items: initial;
  }
}
.banner-carousel h3 {
  font-size: 36px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .banner-carousel h3 {
    width: 45%;
  }
}
.banner-carousel p.sub_title {
  font-size: 24px;
}
@media (min-width: 992px) {
  .banner-carousel p.sub_title {
    width: 45%;
  }
}
.banner-carousel .text > :first-child {
  font-size: 16px;
  line-height: 26px;
  padding-top: 1rem;
}
@media (min-width: 992px) {
  .banner-carousel .text > :first-child {
    width: 45%;
  }
}
.banner-carousel .text::before {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
}
@media (min-width: 992px) {
  .banner-carousel .text::before {
    width: 45%;
  }
}

@keyframes shrink {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes offset-scale {
  0% {
    transform: scale(0.91);
  }
  100% {
    transform: scale(1);
  }
}
.scroll-down-btn {
  position: absolute;
  left: 50%;
  bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  color: #ffffff;
  cursor: pointer;
  animation: 2s btn-jump ease-out infinite;
}
.scroll-down-btn:hover {
  color: #ffffff;
}
.scroll-down-btn .text {
  font-family: "Noto Serif TC", serif;
}

@keyframes btn-jump {
  0%, 100%, 20%, 50%, 80% {
    transform: translate(-50%, 0);
  }
  40% {
    transform: translate(-50%, -20%);
  }
  60% {
    transform: translate(-50%, -10%);
  }
}
.section1 {
  background: top repeat-x url("/public/frontEndPackage/images/bubble.png"), linear-gradient(#eef9f4, #eef9f4);
  padding: 85px 0;
}
.section1 .row {
  row-gap: 1.5rem;
}
@media (min-width: 992px) {
  .section1 .row > div:nth-child(2) {
    margin-top: 58px;
  }
}
.section1 h2 {
  font-family: "Noto Serif TC", serif;
  color: #2a2a2a;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 46px;
  text-align: center;
  line-height: 56px;
}
.section1 h2::first-letter {
  padding-bottom: 4px;
  border-bottom: 6px solid #4CB690;
}
.section1 .img {
  width: 100%;
  padding-bottom: 60%;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: relative;
  margin-bottom: 1rem;
}
.section1 .img h3 {
  font-family: "Noto Serif TC", serif;
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
  position: absolute;
  bottom: 15px;
}
.section1 .img .intro {
  margin-bottom: 0;
  line-height: 32px;
  padding: 0 6px;
}

.section2 {
  padding-bottom: 76%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: conver;
  position: relative;
  display: block;
}
@media (min-width: 576px) {
  .section2 {
    padding-bottom: 48%;
  }
}
@media (min-width: 768px) {
  .section2 {
    padding-bottom: 32%;
  }
}
@media (min-width: 992px) {
  .section2 {
    padding-bottom: 27%;
  }
}
@media (min-width: 1920px) {
  .section2 {
    padding-bottom: 0;
    height: 520px;
  }
}
.section2 h2 {
  font-family: "Noto Serif TC", serif;
  padding: 0 15px;
  color: #ffffff;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 56px;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  width: 100%;
  text-align: center;
}
.section2 h2::first-letter {
  padding-bottom: 4px;
  border-bottom: 6px solid #ffffff;
}

.section3 {
  background: center/contain repeat url("/public/frontEndPackage/images/nest.png"), linear-gradient(#ffffff, #ffffff);
  padding-bottom: 70px;
}
.section3 .content-container {
  border-radius: 0px;
  background: #ffffff;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  padding: 48px 15px;
}
@media (min-width: 992px) {
  .section3 .content-container {
    padding-top: 0;
    border-radius: 10px;
    position: relative;
    margin-top: -20px;
  }
}
.section3 .row {
  row-gap: 2rem;
}
@media (min-width: 992px) {
  .section3 .item {
    margin-top: -50px;
  }
}
.section3 img {
  width: 104px;
  height: 104px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 24px;
}
.section3 h3 {
  font-family: "Noto Serif TC", serif;
  color: #4CB690;
  font-size: 24px;
  font-weight: 700;
}
.section3 p {
  margin-bottom: 0;
  padding: 0 10px;
}

.carousel-container {
  padding: 86px 0;
  background-color: #F6F6F6;
}
.carousel-container h2 {
  font-family: "Noto Serif TC", serif;
  color: #2a2a2a;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 46px;
  line-height: 56px;
  text-align: center;
}
.carousel-container h2::first-letter {
  padding-bottom: 4px;
  border-bottom: 6px solid #4CB690;
}

.pic-carousel {
  visibility: hidden;
}
.pic-carousel.slick-initialized {
  visibility: visible;
}
.pic-carousel .slick-list {
  padding-bottom: 16px !important;
}
.pic-carousel .slick-track {
  display: flex;
}
.pic-carousel .slick-slide {
  margin: 0 20px;
}
.pic-carousel .slick-slide > div {
  height: 100%;
}
.pic-carousel .item {
  height: 100%;
  display: flex !important;
  flex-direction: column;
}
@media (min-width: 992px) {
  .pic-carousel .item {
    height: auto;
    flex-direction: row;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .pic-carousel .img-container {
    flex-shrink: 0;
    width: 58.3333333333%;
    margin-right: -8.3333333333%;
  }
}
.pic-carousel .img-container .img {
  width: 100%;
  padding-bottom: 58.5%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: #ffffff;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}
@media (min-width: 992px) {
  .pic-carousel .img-container .img {
    background-color: transparent;
    box-shadow: none;
  }
}
.pic-carousel .content {
  flex-grow: 1;
  background-color: #ffffff;
  padding: 20px 20px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}
@media (min-width: 576px) {
  .pic-carousel .content {
    padding: 30px 20px;
  }
}
@media (min-width: 992px) {
  .pic-carousel .content {
    padding: 60px 26px;
    flex-grow: initial;
    border-radius: 15px;
    flex-shrink: 0;
    width: 50%;
    position: relative;
  }
}

.pic-arrows {
  display: flex;
  justify-content: flex-end;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.pic-arrows button {
  position: static;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #4CB690;
  border-radius: 50%;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.pic-arrows button i {
  font-size: 1.5rem;
  color: #ffffff;
  cursor: pointer;
}
.pic-arrows button:hover, .pic-arrows button:focus {
  background-color: #4CB690;
}
.pic-arrows .slick-prev::before {
  font-family: "bootstrap-icons";
  content: "\f284";
}
.pic-arrows .slick-next::before {
  font-family: "bootstrap-icons";
  content: "\f285";
}

.video-container {
  position: relative;
  padding-bottom: 56%;
}
@media (min-width: 1920px) {
  .video-container {
    padding-bottom: 0;
    height: 1080px;
  }
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section4 {
  padding-top: 70px;
  padding-bottom: 140px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.section4 .row {
  row-gap: 1.5rem;
}
.section4 h2 {
  font-family: "Noto Serif TC", serif;
  color: #ffffff;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 46px;
  text-align: center;
  line-height: 56px;
}
.section4 h2::first-letter {
  padding-bottom: 4px;
  border-bottom: 6px solid #ffffff;
}
.section4 .img {
  width: 100%;
  padding-bottom: 65.75%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 5px;
  margin-bottom: 1rem;
}
.section4 h3 {
  font-family: "Noto Serif TC", serif;
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
}
.section4 .intro {
  margin-bottom: 0;
  color: #ffffff;
}

.section5 {
  padding-top: 60px;
  padding-bottom: 100px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.section5::before {
  content: "";
  position: absolute;
  background-image: url("/public/frontEndPackage/images/wave.png");
  background-repeat: repeat-x;
  width: 100%;
  height: 120px;
  left: 0;
  top: -90px;
}
.section5 .content-container {
  position: relative;
  z-index: 1;
}
.section5 .content-container::after {
  content: "";
  position: absolute;
  background-image: url("/public/frontEndPackage/images/ark-white.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  right: 0;
  z-index: -1;
  bottom: -100px;
  width: 180px;
  height: 230px;
}
.section5 h2 {
  font-family: "Noto Serif TC", serif;
  color: #2a2a2a;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 46px;
  line-height: 56px;
  text-align: center;
}
.section5 h2::first-letter {
  padding-bottom: 4px;
  border-bottom: 6px solid #4CB690;
}
.section5 .item {
  border-bottom: 1px solid #cccccc;
  padding-top: 24px;
  padding-bottom: 24px;
}
.section5 .item h3 {
  font-family: "Noto Serif TC", serif;
  color: #2a2a2a;
  position: relative;
  font-size: 24px;
  font-weight: 700;
}
.section5 .item h3::before {
  content: "";
  position: absolute;
  background-image: url("/public/frontEndPackage/images/leave.png");
  left: 0;
  width: 28px;
  height: 28px;
}
@media (min-width: 992px) {
  .section5 .item h3::before {
    margin-left: -15px;
  }
}
.section5 .item h3 span {
  position: relative;
  left: 36px;
}
@media (min-width: 992px) {
  .section5 .item h3 span {
    left: 22px;
  }
}
.section5 .item .intro {
  margin-bottom: 0;
}

.section6 {
  padding: 70px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.section6 h2 {
  font-family: "Noto Serif TC", serif;
  color: #2a2a2a;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 46px;
  line-height: 56px;
  text-align: center;
}
.section6 h2::first-letter {
  padding-bottom: 4px;
  border-bottom: 6px solid #4CB690;
}
.section6 .row {
  row-gap: 2rem;
}
@media (min-width: 992px) {
  .section6 .row > div:nth-child(2) {
    margin-top: 58px;
  }
}
.section6 .img-container {
  width: 170px;
  height: 170px;
  border: 1px dashed #ffffff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: circle-rotate 10s linear infinite;
}
.section6 img {
  width: 148px;
  height: 148px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #ffffff;
  border-radius: 50%;
  animation: circle-static 10s linear infinite;
}
.section6 .line {
  width: 1px;
  height: 110px;
  background-color: #ffffff;
  margin-bottom: 6px;
}
.section6 .content {
  color: #ffffff;
  text-align: center;
}
.section6 h3 {
  font-family: "Noto Serif TC", serif;
  font-size: 24px;
  font-weight: 700;
}
.section6 p {
  margin-bottom: 0;
}

@keyframes circle-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes circle-static {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.about-menu-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 0.8rem;
}
.about-menu-list a {
  background-color: #ffffff;
  color: #4CB690;
  border-radius: 25px;
  border: 1px solid #4CB690;
  transition: all 0.3s ease-in-out;
  padding: 5px 16px;
}
.about-menu-list a:hover, .about-menu-list a.active {
  color: #ffffff;
  background-color: #4CB690;
  transition: all 0.3s ease-in-out;
}

.donation-plan {
  row-gap: 1.5rem;
  margin-bottom: 3rem;
}
.donation-plan .item {
  display: block;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15) inset;
  background-color: #ffffff;
  color: #5a5a5a;
  border-radius: 5px;
  padding: 40px 15px;
  transition: all 0.3s ease-in-out;
}
.donation-plan .item:hover {
  background-color: rgba(76, 182, 144, 0.8);
  transition: all 0.3s ease-in-out;
}

.event-page-banner {
  padding: 70px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.event-page-banner::after {
  content: "";
  position: absolute;
  background-image: url("/public/frontEndPackage/images/turtle.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 300px;
  height: 200px;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
@media (min-width: 768px) {
  .event-page-banner::after {
    display: block;
  }
}

.menu-container {
  position: relative;
  z-index: 1;
}

.menu-switch {
  color: #ffffff;
  background-color: #4CB690;
  padding: 8px 16px;
}
.menu-switch:hover {
  color: #ffffff;
}

.arrow-icon {
  transition: all 0.5s ease-in-out;
}
.arrow-icon.rotate {
  transform: rotate(-180deg);
}

.menu-list {
  margin-bottom: 0;
  list-style: none;
  padding-left: 0;
  position: absolute;
  background-color: #ffffff;
  width: 100%;
  top: 100%;
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.15);
}
@media (min-width: 576px) {
  .menu-list {
    box-shadow: none;
    position: static;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    background-color: transparent;
  }
}
.menu-list a {
  padding: 8px 18px;
  background-color: #ffffff;
  color: #3F3F3E;
  border: 1px solid #cccccc;
  width: 100%;
}
@media (min-width: 576px) {
  .menu-list a {
    color: #4CB690;
    border: none;
    width: auto;
    border-radius: 25px;
    border: 1px solid #4CB690;
    transition: all 0.3s ease-in-out;
    padding: 5px 16px;
  }
}
.menu-list a.active, .menu-list a:hover {
  color: #4CB690;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 576px) {
  .menu-list a.active, .menu-list a:hover {
    background-color: #4CB690;
    color: #ffffff;
  }
}

.event-list {
  row-gap: 2rem;
}
.event-list .item {
  width: 100%;
  color: #5a5a5a;
  transition: all 0.3s ease-in-out;
}
.event-list .item:hover {
  color: #5a5a5a;
  transform: translateY(8px);
  transition: all 0.3s ease-in-out;
}
.event-list .img {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding-bottom: 67%;
  border-radius: 15px;
  margin-bottom: 1rem;
}
.event-list h3 {
  color: #2a2a2a;
  font-size: 24px;
  font-weight: bold;
  font-family: "Noto Serif TC", serif;
}
.event-list p {
  line-height: 32px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

ul.page {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  list-style: none;
  padding-left: 0;
  margin-top: 3.5rem;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
ul.page a {
  color: #5a5a5a;
}
ul.page a:hover, ul.page a.active {
  color: #4CB690;
}
ul.page a.switch {
  color: #ffffff;
  background-color: #4CB690;
  border: 1px solid #4CB690;
  border-radius: 25px;
  border: 1px solid #4CB690;
  transition: all 0.3s ease-in-out;
  padding: 5px 16px;
}
ul.page a.switch:hover {
  color: #4CB690;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}

.event-info-page h2 {
  color: #2a2a2a;
  font-size: 32px;
  font-weight: bold;
  font-family: "Noto Serif TC", serif;
}
.event-info-page .title-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.8rem;
  padding: 0 15px;
  border-bottom: 1px solid #cccccc;
}
.event-info-page p.intro {
  padding: 15px 15px;
}

.back-btn {
  margin-top: 3.5rem;
  background-color: #4CB690;
  color: #ffffff;
  border: none;
  width: auto;
  border-radius: 25px;
  border: 1px solid #4CB690;
  transition: all 0.3s ease-in-out;
  padding: 5px 16px;
}
.back-btn:hover {
  color: #4CB690;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}/*# sourceMappingURL=all.css.map */