@charset "utf-8";
html {
  max-width: 100vw;
  overflow-x: hidden;
  height: 100%;
  font-family: 'Noto Sans TC', '微軟正黑體', serif;
}
html.ie7 {
  overflow-x: hidden;
}
html.ie7 body {
  overflow-x: visible;
}
html.ie7 em {
  font-style: normal;
}
body {
  max-width: 100vw;
  margin: 0;
  background-repeat: no-repeat;
  font-size: 12px;
  color: #000;
  background-color: #fff;
  overflow-x: hidden;
  font-family: 'Noto Sans TC', '微軟正黑體', serif;
}
* {
  box-sizing: border-box;
  font-family: 'Noto Sans TC', '微軟正黑體', serif;
}
.to-top {
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  bottom: 80px;
  right: 80px;
  z-index: 5;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  transform: translateY(-30px);
  width: 70px;
}
.to-top img {
  display: block;
  width: 100%;
}
@media (max-width: 1024px) {
  .to-top {
    bottom: 40px;
    right: 40px;
  }
}
@media (max-width: 768px) {
  .to-top {
    right: 30px;
    bottom: 30px;
  }
}
.to-top.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.to-top.active:hover {
  opacity: 0.9;
}
.swiper-btn-box {
  display: flex;
  align-items: center;
}
.swiper-pagination-bullets {
  width: auto!important;
  margin: 0 10px;
}
.swiper-pagination-bullets .swiper-pagination-bullet {
  opacity: 1;
  width: 10px;
  height: 10px;
  margin: 0 6px;
  border: solid 1px #5A781E;
  background-color: transparent;
}
.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #5A781E;
}
.pagination-prev,
.pagination-next {
  cursor: pointer;
  z-index: 1;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pagination-prev:hover,
.pagination-next:hover {
  opacity: 0.9;
}
@media (max-width: 1024px) {
  .pagination-prev,
  .pagination-next {
    transform: scale(0.7);
  }
}
@media (max-width: 768px) {
  .pagination-prev,
  .pagination-next {
    display: none;
  }
}
.pagination-prev {
  background-image: url('../images/arrow-left-2025.svg');
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pagination-prev:hover {
  background-image: url('../images/arrow-left-hover-2025.svg');
}
.pagination-next {
  background-image: url('../images/arrow-right-2025.svg');
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pagination-next:hover {
  background-image: url('../images/arrow-right-hover-2025.svg');
}
.yellow-btn {
  display: inline-block;
  background-color: #F4D132;
  border-radius: 30px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.yellow-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 15px;
  color: #3E3A39;
  padding: 10px 15px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .yellow-btn a {
    font-size: 12px;
  }
}
.yellow-btn a i.icon-arrow {
  margin-left: 5px;
  width: 17px;
  height: 12px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .yellow-btn a i.icon-arrow {
    width: 11px;
    height: 7px;
  }
}
.yellow-btn a i.btn-arrow-down {
  margin-left: 5px;
  width: 12px;
  height: 17px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .yellow-btn a i.btn-arrow-down {
    width: 7px;
    height: 11px;
  }
}
.yellow-btn a i.btn-arrow-right {
  background-image: url('../images/btn-arrow-right.svg');
}
.yellow-btn a i.btn-arrow-left {
  background-image: url('../images/btn-arrow-left.svg');
}
.yellow-btn a i.btn-arrow-down {
  background-image: url('../images/btn-arrow-down.svg');
}
.yellow-btn:hover {
  background-color: #3E3A39;
}
.yellow-btn:hover a {
  color: #F4D132;
}
.yellow-btn:hover a i.btn-arrow-right {
  background-image: url('../images/btn-arrow-right-hover.svg');
}
.yellow-btn:hover a i.btn-arrow-left {
  background-image: url('../images/btn-arrow-left-hover.svg');
}
.yellow-btn:hover a i.btn-arrow-down {
  background-image: url('../images/btn-arrow-down-hover.svg');
}
.lightbox {
  display: none;
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.lightbox .bg {
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0,0.7);
}
.lightbox .btn-close {
  cursor: pointer;
  z-index: 2;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 28px;
  height: 28px;
  background-image: url('../images/mobile-menu-close.svg');
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.lightbox .btn-close:hover {
  opacity: 0.8;
}
.lightbox .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 800px;
}
.lightbox .content .swiper-container-lightbox {
  text-align: center;
}
.lightbox .content .swiper-container-lightbox .swiper-slide {
  opacity: 0!important;
  border-radius: 20px;
  overflow: hidden;
}
.lightbox .content .swiper-container-lightbox .swiper-slide img {
  width: 100%;
}
.lightbox .content .swiper-container-lightbox .swiper-slide .btn-view-more {
  display: block;
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.lightbox .content .swiper-container-lightbox .swiper-slide.swiper-slide-active {
  opacity: 1!important;
}
.lightbox .content .swiper-pagination-lightbox {
  text-align: center;
  margin-top: 30px;
}
.lightbox .content .swiper-pagination-lightbox .swiper-pagination-bullet {
  background-color: #fff;
}
.lightbox .content .swiper-pagination-lightbox .swiper-pagination-bullet-active {
  background: #5A781E;
}
.lightbox .content .btn-prev-lightbox,
.lightbox .content .btn-next-lightbox {
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  min-width: 40px;
  height: 40px;
  color: #F08300;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.lightbox .content .btn-prev-lightbox:hover,
.lightbox .content .btn-next-lightbox:hover {
  opacity: 0.9;
}
@media (max-width: 1024px) {
  .lightbox .content .btn-prev-lightbox,
  .lightbox .content .btn-next-lightbox {
    display: none;
  }
}
.lightbox .content .btn-prev-lightbox {
  left: -80px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../images/arrow-left-2025.svg');
}
.lightbox .content .btn-next-lightbox {
  right: -80px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../images/arrow-right-2025.svg');
}
.footer-section {
  z-index: 5;
}
.rope {
  width: 100%;
  height: 21px;
  background-repeat: repeat;
  background-size: contain;
  background-image: url('../images/section3-rope.png');
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  -o-transition: 1.5s;
  -ms-transition: 1.5s;
  transition: 1.5s;
}
@media (max-width: 1280px) {
  .rope {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .rope {
    top: 175px;
    height: 12px;
  }
}
@media (max-width: 480px) {
  .rope {
    margin-top: 5px;
    height: 11px;
  }
}
.rope.init {
  transition: all 0s ease;
}
header {
  z-index: 6;
  position: fixed;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 300px;
  display: flex;
  justify-content: space-between;
  padding: 0 0 0 30px;
}
@media (max-width: 480px) {
  header {
    padding-left: 20px;
  }
}
@media (max-width: 1024px) {
  header {
    height: 130px;
  }
}
header .logo {
  float: left;
}
@media (max-width: 1280px) {
  header .logo {
    width: 147px;
    height: 108px;
  }
}
@media (max-width: 480px) {
  header .logo {
    width: auto;
    height: 70px;
  }
}
header .logo a {
  display: block;
  padding-top: 10%;
  height: 100%;
  max-height: 269px;
}
@media (max-width: 1280px) {
  header .logo a {
    max-height: 220px;
    padding-top: 0;
    margin-top: 20px;
  }
}
header .logo a img {
  height: 100%;
}
header .right-box {
  width: 775px;
  border-radius: 0 0 45px 45px;
  padding: 0 55px;
  height: 88px;
  margin-right: 30px;
  background-color: #5A781E;
}
@media (max-width: 1024px) {
  header .right-box {
    height: auto;
    width: 100%;
    padding: 0;
    border-radius: 0;
    margin-right: 0;
    background-color: transparent;
  }
}
header .right-box .logo-for-active {
  display: none;
}
header ul {
  float: right;
  overflow: hidden;
}
@media (max-width: 1024px) {
  header ul {
    display: none;
  }
}
header ul li {
  cursor: pointer;
  float: left;
  font-size: 16px;
  padding: 36px 0px;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header ul li:hover {
  color: #F4D132;
}
header ul li span {
  padding: 0 15px;
  border-right: solid 1px #d8d8d8;
}
header ul li a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header ul li a:hover {
  color: #f08300;
}
header ul li:last-child span {
  border-right: none;
}
header .for-mobile-only {
  display: none;
}
@media (max-width: 1024px) {
  header .for-mobile-only {
    display: block;
  }
  header .for-mobile-only .logo-mobile {
    display: none;
  }
}
header .menu-btn-mobile {
  display: none;
  cursor: pointer;
  float: right;
  font-size: 26px;
  width: 73px;
  height: 53px;
  margin-top: 40px;
  background-image: url('../images/menu-btn-mobile-2025.png');
}
@media (max-width: 1024px) {
  header .menu-btn-mobile {
    display: block;
  }
}
@media (max-width: 480px) {
  header .menu-btn-mobile {
    margin-top: 27px;
  }
}
header.active {
  height: 128px;
}
@media (min-width: 1025px) {
  header.active {
    padding: 0;
  }
  header.active .logo-for-active {
    display: block;
  }
  header.active .right-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 60px);
    margin: 0 auto;
    box-shadow: 0 2px 15px rgb(0, 0, 0, 0.1);
    transform: translateY(-100px);
    animation: slideDown 1s ease 0s 1 forwards;
  }
}
@keyframes slideDown {
  0% {
    transform: translateY(-100px);
  }
  100% {
    transform: translateY(0px);
  }
}
header.active ul li {
  color: #000;
  text-shadow: none;
}
header.active ul li a {
  padding-top: 5%;
}
@media (max-width: 1024px) {
  header.active {
    padding: 0px 20px;
    height: auto;
  }
  header.active .logo {
    display: none;
  }
  header.active .for-mobile-only {
    display: flex;
    justify-content: space-between;
    background-color: #5A781E;
    padding: 5px 10px 5px 30px;
    border-radius: 0px 0px 20px 20px;
    overflow: hidden;
    transform: translateY(-100px);
    animation: slideDown 1s ease 0s 1 forwards;
  }
  @keyframes slideDown {
    0% {
      transform: translateY(-100px);
    }
    100% {
      transform: translateY(0px);
    }
  }
  header.active .for-mobile-only .logo-mobile {
    display: flex;
    align-items: center;
    width: 130px;
  }
  header.active .for-mobile-only .logo-mobile img {
    width: 100%;
  }
  header.active .for-mobile-only .menu-btn-mobile {
    margin-top: 0px;
  }
}
.header-menu-for-mobile {
  transform: translateX(100%);
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  min-width: 150px;
  height: 100vh;
  background-color: #5A781E;
  z-index: 10;
  overflow: hidden;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
.header-menu-for-mobile::-webkit-scrollbar {
  display: none;
}
.header-menu-for-mobile .close-btn {
  position: absolute;
  top: 40px;
  right: 30px;
  cursor: pointer;
  width: 28px;
  height: 28px;
  background-image: url('../images/mobile-menu-close.svg');
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-menu-for-mobile .close-btn:hover {
  opacity: 0.8;
}
.header-menu-for-mobile .logo-box {
  text-align: center;
  margin-top: 7vh;
  margin-bottom: 3vh;
}
.header-menu-for-mobile .logo-box img {
  width: 150px;
}
.header-menu-for-mobile .header-menu {
  height: calc(100% - 45vh);
  overflow: scroll;
  overflow-x: hidden;
}
.header-menu-for-mobile .header-menu::-webkit-scrollbar {
  display: none;
}
.header-menu-for-mobile .header-menu li {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 10px;
  padding: 15px 30px 10px 30px;
  text-align: center;
  color: #fff;
}
.header-menu-for-mobile .header-menu li a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  padding-bottom: 15px;
  border-bottom: solid 1px #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-menu-for-mobile .header-menu li a:hover {
  opacity: 0.8;
}
.header-menu-for-mobile.active {
  transform: translateX(0%);
}
footer {
  z-index: 2;
  position: relative;
  width: 100%;
  height: 240px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  footer {
    height: auto;
  }
}
footer .inner-wrap {
  display: flex;
  width: 100%;
  height: 100%;
}
@media (max-width: 1024px) {
  footer .inner-wrap {
    flex-direction: column-reverse;
  }
}
footer .main-box {
  width: 70%;
  min-width: 1370px;
  height: 100%;
  border-radius: 0 100px 0 0;
  padding: 40px 40px 40px 250px;
  background-color: #5A781E;
}
@media (max-width: 1650px) {
  footer .main-box {
    padding: 40px;
    min-width: 0px;
  }
}
@media (max-width: 1024px) {
  footer .main-box {
    width: 90%;
  }
}
footer .main-box > ul {
  overflow: hidden;
  margin-bottom: 20px;
}
footer .main-box > ul li {
  float: left;
}
footer .main-box > ul li a {
  display: block;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  padding-right: 15px;
  margin-right: 15px;
  border-right: solid 1px #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer .main-box > ul li a:hover {
  color: #F4D132;
}
@media (max-width: 1024px) {
  footer .main-box > ul li a {
    font-size: 12px;
    margin-bottom: 25px;
  }
}
footer .main-box > ul li:last-child a {
  border-right: none;
}
footer .main-box .mid-box {
  margin-bottom: 30px;
}
footer .main-box .mid-box .slogan {
  display: inline-block;
  margin-right: 90px;
}
@media (max-width: 1024px) {
  footer .main-box .mid-box .slogan {
    width: 90%;
  }
}
@media (max-width: 1024px) {
  footer .main-box .mid-box .slogan img {
    width: 100%;
    max-width: 528px;
  }
}
footer .main-box .mid-box .footer-logo {
  display: inline-block;
}
@media (max-width: 1024px) {
  footer .main-box .mid-box .footer-logo {
    width: 90%;
  }
}
@media (max-width: 1024px) {
  footer .main-box .mid-box .footer-logo img {
    width: 100%;
    max-width: 439px;
  }
}
footer .main-box .mid-box img {
  display: block;
}
footer .main-box .copyright {
  font-size: 12px;
  color: #000;
}
footer .community-box {
  display: flex;
  align-items: flex-end;
  width: 30%;
  padding: 25px 45px;
}
@media (max-width: 1024px) {
  footer .community-box {
    padding: 15px 35px;
  }
}
footer .community-box a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer .community-box a:hover {
  opacity: 0.8;
}
footer .community-box img {
  cursor: pointer;
  display: inline-block;
  margin-right: 20px;
}
body {
  width: 100%;
  max-width: 100vw;
  overflow-x: hidden;
  background-color: #faf0e6;
}
.section1 {
  opacity: 0;
  overflow: hidden;
  padding-bottom: 110px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.section1 .kv-box {
  position: relative;
  width: 90%;
  float: right;
  max-height: 100vh;
  overflow: hidden;
  border-radius: 0 0 0 100px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 768px) {
  .section1 .kv-box {
    width: 100%;
  }
}
.section1 .kv-box .swiper-wrapper {
  max-height: 100vh;
}
@media (max-width: 768px) {
  .section1 .kv-box .swiper-wrapper {
    height: 100vh;
  }
}
.section1 .kv-box .swiper-slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
  max-height: 100vh;
  transform: scale(1);
}
@media (max-width: 768px) {
  .section1 .kv-box .swiper-slide img {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
  }
}
.section1 .kv-box .swiper-slide.swiper-slide-active {
  overflow: hidden;
}
.section1 .kv-box .swiper-slide.swiper-slide-active img {
  animation: slideScale 9s linear 0s 1 both;
}
@media (max-width: 768px) {
  .section1 .kv-box .swiper-slide.swiper-slide-active img {
    animation: slideScale2 9s linear 0s 1 both;
  }
}
.section1 .kv-box .swiper-slide.swiper-slide-prev {
  overflow: hidden;
}
.section1 .kv-box .swiper-slide.swiper-slide-prev img {
  animation: slideScale 9s linear 0s 1 both;
}
@media (max-width: 768px) {
  .section1 .kv-box .swiper-slide.swiper-slide-prev img {
    animation: slideScale2 9s linear 0s 1 both;
  }
}
@keyframes slideScale {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
@keyframes slideScale2 {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    transform: translate(-50%, -50%) scale(1.1);
  }
}
.section1 .kv-box.for-desktop {
  display: block;
}
@media (max-width: 768px) {
  .section1 .kv-box.for-desktop {
    display: none;
  }
}
.section1 .kv-box.for-mobile {
  display: none;
}
@media (max-width: 768px) {
  .section1 .kv-box.for-mobile {
    display: block;
  }
}
.section1 .swiper-btn-box {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 50px;
  right: 60px;
}
@media (max-width: 768px) {
  .section1 .swiper-btn-box {
    right: 30px;
  }
}
.section1 .kv-more {
  position: absolute;
  left: 8%;
  bottom: 220px;
  width: 13px;
  height: 198px;
  background-repeat: no-repeat;
  background-image: url('../images/kv-more-2025.png');
}
@media (max-width: 768px) {
  .section1 .kv-more {
    display: none;
  }
}
.section1 .kv-dec {
  z-index: 3;
  position: absolute;
  bottom: 10px;
  left: 10%;
  width: 274px;
  height: 271px;
}
@media (max-width: 1024px) {
  .section1 .kv-dec {
    width: 200px;
    height: 200px;
    left: 5%;
  }
}
@media (max-width: 768px) {
  .section1 .kv-dec {
    width: 110px;
    height: 109px;
    bottom: 65px;
  }
}
.section1 .kv-dec .dec1,
.section1 .kv-dec .dec2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-image: url('../images/kv-dec1.png');
  background-repeat: no-repeat;
}
.section1 .kv-dec .dec1 {
  animation: kvDec1 50s linear 0s infinite forwards;
}
.section1 .kv-dec .dec2 {
  background-image: url('../images/kv-dec2.png');
}
@keyframes kvDec1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.section1.active {
  opacity: 1;
}
section {
  position: relative;
  z-index: 2;
  max-width: 100%;
  background-repeat: repeat;
}
section .section-title {
  margin-bottom: 68px;
}
@media (max-width: 768px) {
  section .section-title {
    margin-bottom: 45px;
  }
}
section .section-title .flex-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
section .section-title .title {
  font-size: 42px;
  color: #203567;
  margin: 0 5px;
  letter-spacing: 8.4px;
  font-weight: 300;
}
@media (max-width: 768px) {
  section .section-title .title {
    font-size: 32px;
  }
}
@media (max-width: 500px) {
  section .section-title .title {
    font-size: 26px;
    margin: 0 -5px 0 0px;
  }
}
.section2 {
  position: relative;
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .section2 {
    overflow: hidden;
    margin-bottom: 35px;
  }
}
.section2 .marquee-box {
  width: 80%;
  max-width: 1300px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 768px) {
  .section2 .marquee-box {
    width: 90%;
    margin: 0;
    float: right;
  }
}
.section2 .marquee-box .title {
  display: block;
  font-size: 44px;
  color: #fdd23e;
  font-weight: bold;
  font-family: 'Noto Sans TC', '微軟正黑體', serif;
  letter-spacing: 1px;
  text-align: right;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .section2 .marquee-box .title {
    font-size: 30px;
    text-align: left;
    margin-bottom: 0px;
  }
}
.section2 .marquee-box .bottom-box {
  display: flex;
  align-items: center;
}
.section2 .marquee-box .bottom-box .dec1,
.section2 .marquee-box .bottom-box .dec2 {
  min-width: 66px;
  max-width: 66px;
  height: 124px;
  background-repeat: no-repeat;
  background-position: center;
  /*background-image: url('../images/marquee-dec.png');*/
}
@media (max-width: 768px) {
  .section2 .marquee-box .bottom-box .dec1,
  .section2 .marquee-box .bottom-box .dec2 {
    display: none;
  }
}
.section2 .marquee-box .bottom-box .marquee {
  width: 100%;
  max-width: calc(100% - 178px);
  margin: 0 23px;
  border-radius: 20px;
  padding: 45px;
  background-color: #fff;
  box-shadow: 0 2px 15px rgb(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .section2 .marquee-box .bottom-box .marquee {
    margin: 20px 0px;
    padding: 25px 0px 25px 25px;
    border-radius: 20px 0px 0px 20px;
    max-width: 100%;
  }
}
.section2 .marquee-box .bottom-box .marquee ul {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.section2 .marquee-box .bottom-box .marquee ul li {
  display: inline-block;
  white-space: nowrap;
  margin-right: 30px;
}
.section2 .marquee-box .bottom-box .marquee ul li a {
  display: flex;
  align-items: center;
  font-size: 22px;
  color: #000;
  text-decoration: none;
  -webkit-text-size-adjust: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.section2 .marquee-box .bottom-box .marquee ul li a:hover {
  opacity: 0.8;
}
@media (max-width: 728px) {
  .section2 .marquee-box .bottom-box .marquee ul li a {
    font-size: 18px;
  }
}
.section2 .marquee-box .bottom-box .marquee ul li a i {
  display: inline-block;
  margin-right: 15px;
}
@media (max-width: 728px) {
  .section2 .marquee-box .bottom-box .marquee ul li a i {
    width: 11px;
    height: 29px;
  }
}
@media (max-width: 728px) {
  .section2 .marquee-box .bottom-box .marquee ul li a i img {
    width: 100%;
  }
}
.section2 .meat-you {
  position: absolute;
  right: 20px;
  bottom: -60px;
  width: 176px;
  height: 238px;
  background-image: url('../images/section2-dec.png');
}
@media (max-width: 1024px) {
  .section2 .meat-you {
    display: none;
  }
}
.section3 {
  position: relative;
  margin-bottom: 300px;
}
.section3:after {
  content: '';
  display: table;
  clear: both;
}
@media (max-width: 768px) {
  .section3 {
    margin-bottom: 70px;
  }
}
.section3 .rope {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  height: 21px;
  background-repeat: repeat;
  background-size: contain;
  background-image: url('../images/section3-rope.png');
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  -o-transition: 1.5s;
  -ms-transition: 1.5s;
  transition: 1.5s;
}
@media (max-width: 768px) {
  .section3 .rope {
    top: 175px;
    height: 12px;
  }
}
@media (max-width: 480px) {
  .section3 .rope {
    height: 11px;
  }
}
.section3 .rope.init {
  transition: all 0s ease;
}
.section3 .left-banner {
  z-index: 1;
  float: left;
  position: relative;
  width: 350px;
  height: 650px;
  margin-right: 0px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('../images/section3-banner-2025.png?ver=20250414');
  background-color: #5A781E;
  border-radius: 0 40px 40px 0;
}
@media (max-width: 1280px) {
  .section3 .left-banner {
    width: 272px;
    height: 728px;
    background-image: url('../images/section3-banner2-2025.png?ver=20250414');
  }
}
@media (max-width: 768px) {
  .section3 .left-banner {
    float: none;
    width: 268px;
    height: 149px;
    background-image: url('../images/section3-banner-m-2025.png');
  }
}
.section3 .left-banner .btn-view-more {
  position: absolute;
  bottom: 30px;
  right: 30px;
}
@media (max-width: 768px) {
  .section3 .left-banner .btn-view-more {
    display: none;
  }
}
.section3 .right-box {
  z-index: 1;
  float: right;
  width: calc(100% - 350px);
  padding: 0 50px;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .section3 .right-box {
    width: calc(100% - 272px);
  }
}
@media (max-width: 768px) {
  .section3 .right-box {
    float: none;
    width: 100%;
    padding: 0;
  }
}
.section3 .right-box .swiper-btn-box.disabled {
  display: none;
}
.section3 .right-box .swiper-container {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .section3 .right-box .swiper-container {
    padding: 20px 10%;
    margin-bottom: 0;
  }
}
.section3 .right-box .swiper-container .swiper-wrapper.disabled {
  transform: translate3d(0px, 0, 0) !important;
}
.section3 .right-box .swiper-container .swiper-wrapper.disabled .swiper-slide {
  margin-right: 40px;
}
.section3 .right-box .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
  width: 450px;
  padding: 30px;
  margin-top: 60px;
  background-color: #fff;
  transform: skew(0deg, 0deg) rotateY(0deg) scale(1);
  filter: blur(0px);
  transform-origin: top center;
  box-shadow: 0 2px 15px rgb(0, 0, 0,0.1);
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  -o-transition: 1.5s;
  -ms-transition: 1.5s;
  transition: 1.5s;
}
@media (max-width: 1280px) {
  .section3 .right-box .swiper-container .swiper-wrapper .swiper-slide {
    width: 350px;
    padding: 22px;
    margin-top: 90px;
  }
}
@media (max-width: 768px) {
  .section3 .right-box .swiper-container .swiper-wrapper .swiper-slide {
    width: 70%;
    margin-top: 60px;
  }
}
@media (max-width: 480px) {
  .section3 .right-box .swiper-container .swiper-wrapper .swiper-slide {
    width: 100%;
    margin-top: 30px;
  }
}
.section3 .right-box .swiper-container .swiper-wrapper .swiper-slide .dec {
  position: absolute;
  top: -40px;
  left: 50%;
  width: 25px;
  height: 40px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .section3 .right-box .swiper-container .swiper-wrapper .swiper-slide .dec {
    top: -30px;
    width: 17px;
    height: 30px;
  }
}
.section3 .right-box .swiper-container .swiper-wrapper .swiper-slide .dec1 {
  transform: translateX(-212px);
}
@media (max-width: 1280px) {
  .section3 .right-box .swiper-container .swiper-wrapper .swiper-slide .dec1 {
    transform: translateX(-150px);
  }
}
@media (max-width: 768px) {
  .section3 .right-box .swiper-container .swiper-wrapper .swiper-slide .dec1 {
    transform: translateX(-25vw);
  }
}
.section3 .right-box .swiper-container .swiper-wrapper .swiper-slide .dec2 {
  transform: translateX(188px);
}
@media (max-width: 1360px) {
  .section3 .right-box .swiper-container .swiper-wrapper .swiper-slide .dec2 {
    transform: translateX(145px);
  }
}
@media (max-width: 1280px) {
  .section3 .right-box .swiper-container .swiper-wrapper .swiper-slide .dec2 {
    transform: translateX(125px);
  }
}
@media (max-width: 768px) {
  .section3 .right-box .swiper-container .swiper-wrapper .swiper-slide .dec2 {
    transform: translateX(22.5vw);
  }
}
.section3 .right-box .swiper-container .swiper-wrapper .swiper-slide .img-box {
  margin-bottom: 35px;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 480px) {
  .section3 .right-box .swiper-container .swiper-wrapper .swiper-slide .img-box {
    margin-bottom: 20px;
  }
}
.section3 .right-box .swiper-container .swiper-wrapper .swiper-slide .img-box img {
  width: 100%;
  height: auto;
}
.section3 .right-box .swiper-container .swiper-wrapper .swiper-slide .detail-box {
  padding: 0 20px;
}
@media (max-width: 480px) {
  .section3 .right-box .swiper-container .swiper-wrapper .swiper-slide .detail-box {
    padding: 0px 15px;
  }
}
.section3 .right-box .swiper-container .swiper-wrapper .swiper-slide .detail-box .title {
  margin-bottom: 10px;
}
.section3 .right-box .swiper-container .swiper-wrapper .swiper-slide .detail-box .title a {
  display: block;
  text-decoration: none;
  font-size: 28px;
  font-weight: bold;
  color: #3E3A39;
}
@media (max-width: 1280px) {
  .section3 .right-box .swiper-container .swiper-wrapper .swiper-slide .detail-box .title a {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .section3 .right-box .swiper-container .swiper-wrapper .swiper-slide .detail-box .title a {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .section3 .right-box .swiper-container .swiper-wrapper .swiper-slide .detail-box .title a {
    font-size: 20px;
  }
}
.section3 .right-box .swiper-container .swiper-wrapper .swiper-slide .detail-box .date {
  font-size: 18px;
  font-weight: bold;
  color: #C81414;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .section3 .right-box .swiper-container .swiper-wrapper .swiper-slide .detail-box .date {
    font-size: 15px;
  }
}
.section3 .right-box .swiper-container .swiper-wrapper .swiper-slide .detail-box .text {
  font-size: 18px;
  line-height: 1.5;
  color: #3E3A39;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: nowrap;
  white-space: normal;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .section3 .right-box .swiper-container .swiper-wrapper .swiper-slide .detail-box .text {
    font-size: 15px;
  }
}
.section3 .right-box .swiper-container .swiper-wrapper .swiper-slide .detail-box .btn-view-more {
  float: right;
}
@media (min-width: 1400px) {
  .section3 .right-box .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-prev,
  .section3 .right-box .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-duplicate-prev,
  .section3 .right-box .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-next + div + div {
    transform: skew(10deg, 0deg) rotateY(55deg) scale(0.9);
    filter: blur(2px);
  }
}
@media (max-width: 1880px) and (min-width: 1400px) {
  .section3 .right-box .swiper-container .swiper-wrapper.swiper-two .swiper-slide.swiper-slide-prev {
    transform: skew(10deg, 0deg) rotateY(55deg) scale(0.9);
    filter: blur(2px);
  }
  .section3 .right-box .swiper-container .swiper-wrapper.swiper-two .swiper-slide.swiper-slide-duplicate-prev,
  .section3 .right-box .swiper-container .swiper-wrapper.swiper-two .swiper-slide.swiper-slide-next + div + div {
    transform: none;
    filter: none;
  }
}
@media (max-width: 768px) {
  .section3 .right-box .swiper-btn-box {
    justify-content: center;
  }
}
.section3 .right-box .btn-box {
  display: none;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .section3 .right-box .btn-box {
    display: flex;
    justify-content: center;
    padding: 10px 15px;
  }
}
.section3 .right-box .btn-box .yellow-btn a {
  font-size: 12px;
  font-weight: bold;
}
.section3 .right-box .btn-box .yellow-btn a i {
  display: inline-block;
  width: 14px;
  height: 12px;
  margin-left: 5px;
  background-repeat: no-repeat;
  background-size: contain;
}
.section3 .dec-left {
  position: absolute;
  bottom: -150px;
  left: 250px;
  width: 298px;
  height: 187px;
  /*background-image: url('../images/dec-left.png');*/
}
@media (max-width: 992px) {
  .section3 .dec-left {
    left: 10%;
  }
}
@media (max-width: 768px) {
  .section3 .dec-left {
    bottom: auto;
    top: 80px;
    left: auto;
    right: -64px;
    width: 118px;
    height: 74px;
    background-size: contain;
  }
}
.section3 .dec-right {
  position: absolute;
  transform: translateY(650px);
  right: 0px;
  width: 343px;
  height: 242px;
}
@media (max-width: 768px) {
  .section3 .dec-right {
    transform: translateY(-130px);
    right: -10px;
    width: 178px;
    height: 121px;
    background-size: contain;
    transform: scale(0.7);
  }
}
@media (max-width: 480px) {
  .section3 .dec-right {
    right: -12%;
    transform: translateY(-150px);
  }
}
.section3 .dec-right .dec-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/dec-right-1.png');
  transition: all 1s ease;
  transform-origin: top right;
  transform: rotate(-15deg);
  animation: decRight1 6s cubic-bezier(0.49, 0.07, 0.13, 0.61) 0s infinite forwards;
}
@media (max-width: 768px) {
  .section3 .dec-right .dec-1 {
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.section3 .dec-right .dec-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background-image: url('../images/dec-right-2.png');*/
}
@media (max-width: 768px) {
  .section3 .dec-right .dec-2 {
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@keyframes decRight1 {
  0% {
    transform: rotate(-15deg);
  }
  35% {
    transform: rotate(-5deg);
  }
  70% {
    transform: rotate(-15deg);
  }
  100% {
    transform: rotate(-15deg);
  }
}
.lightbox .content .swiper-container-lightbox > .swiper-wrapper.disabled > .swiper-slide {
  opacity: 1 !important;
}
.btn-prev-lightbox.disabled,
.btn-next-lightbox.disabled,
.swiper-pagination-lightbox.disabled {
  display: none;
}
