@charset "UTF-8";
/* Theme Name: longtancreation
Author: B.P M.K.T
Author URI: https://bpmkt.com.tw
Description: 專為野陵蔓生製作的佈景主題
Version: 2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
/* http://meyerweb.com/eric/tools/css/reset/ 

   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-decoration: none;
  max-width: 100vw;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.header {
  position: relative;
  background-color: white;
  padding-top: 20px;
  padding-bottom: 20px;
}
.header nav {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.header nav .logo img {
  width: 80%;
}
.header .mobilemenu {
  display: none;
}
.header .menu ul {
  display: flex;
}
.header .menu ul li {
  padding: 10px;
}
.header .menu ul li img {
  width: 100px;
  height: 35px;
}
.header .menu ul li a {
  color: #BF9A61;
}
.header .menu ul li:hover {
  background-color: #BF9A61;
  border-radius: 10px;
  padding: 12px 6px;
}
.header .menu ul li:hover a {
  color: white;
}

.mgmameBtn {
  display: none;
  width: 120px;
}
.mgmameBtn img {
  width: 100%;
}

.header.active {
  position: fixed;
  width: 100vw;
  height: 100px;
  z-index: 999;
}

.footer {
  background-color: #F7EFE1;
  padding-bottom: 40px;
  position: relative;
}
.footer .footer-wrapper {
  position: relative;
  padding-top: 50px;
  display: flex;
  width: 100%;
  align-items: center;
}
.footer .footer-wrapper .logo {
  width: 40%;
  margin: auto;
  text-align: right;
}
.footer .footer-wrapper .info {
  width: 60%;
  padding-left: 20px;
  display: grid;
  grid-template-rows: 40px 40px 40px;
  align-items: center;
}
.footer .footer-wrapper .info p {
  color: #BF9A61;
  font-size: 1.4rem;
  letter-spacing: 2px;
}
.footer .footer-wrapper .info span {
  margin-right: 10px;
}
.footer .footer-wrapper .socialIcon {
  position: absolute;
  bottom: 5%;
  right: 25%;
  width: 50px;
  height: 50px;
}
.footer .footer-wrapper .socialIcon ion-icon {
  width: 50px;
  height: 50px;
  color: #BF9A61;
}
.footer .gototop {
  position: absolute;
  top: -10%;
  right: 5%;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

.index {
  /* 基本分頁器樣式 */
  /* 所有分頁器按鈕的基本樣式 */
  /* 圓點樣式 - 非當前頁面 */
  /* 短橫條樣式 - 當前頁面 */
  /* 活動狀態的基本樣式 */
}
.index .temple-banner {
  width: 100%;
  height: 100vh; /* 全屏高度 */
  margin: 0;
  overflow: hidden;
  position: relative;
  background-color: black;
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  padding-top: 80px;
  padding-bottom: 20px;
}
.index .splide__slide {
  width: 100%;
  height: 100%;
  position: relative;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
}
.index .banner-image {
  width: 100%;
  height: 100%;
  position: relative;
}
.index .banner-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* 確保圖片覆蓋整個區域但不變形 */
}
.index .splide__pagination {
  position: absolute;
  bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  z-index: 10;
}
.index .splide__pagination__page {
  border: none;
  padding: 0;
  margin: 0 5px;
  cursor: pointer;
  transition: all 0.3s ease;
  background: white;
  opacity: 0.6;
}
.index .splide__pagination__page.is-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.index .splide__pagination__page.is-dash {
  width: 40px; /* 短橫條的寬度 */
  height: 10px; /* 短橫條的高度 */
  border-radius: 10px;
  background-color: #9AB686;
  opacity: 1;
}
.index .splide__pagination__page.is-active {
  transform: scale(1);
  outline: none;
}
.index .indexIntro .intro-wrapper {
  max-width: 90%;
  margin: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}
.index .indexIntro .intro-wrapper .introContext {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  text-align: center;
  color: #9AB686;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: bold;
}
.index .indexIntro .intro-wrapper .introCore {
  width: 50%;
  margin: auto;
  margin-top: 20px;
}
.index .indexIntro .intro-wrapper .introCore img {
  width: 100%;
}
.index .tabsection {
  background-color: #F7EFE1;
}
.index .tabsection .section-wrapper {
  max-width: 90%;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 70px 0;
  /* 上方主要導航樣式 */
  /* 內容區域樣式 */
  /* 主Tab內容 */
  /* 左側次級導航樣式 */
  /* 次級Tab內容 */
  /* 右側內容展示樣式 */
}
.index .tabsection .section-wrapper .temple-container {
  max-width: 80%;
  margin: 0 auto;
  justify-content: space-around;
}
.index .tabsection .section-wrapper .main-tabs {
  display: flex;
  justify-content: space-around;
  gap: 20px;
  margin-bottom: 40px;
}
.index .tabsection .section-wrapper .tab {
  padding: 6px 40px;
  background-color: #f7f4eb;
  border: 2px solid #a6c496;
  border-radius: 30px;
  color: #6b8e58;
  font-size: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
}
.index .tabsection .section-wrapper .tab:hover {
  background-color: #e8f2e1;
}
.index .tabsection .section-wrapper .tab.active {
  background-color: #a6c496;
  color: white;
}
.index .tabsection .section-wrapper .tab-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.index .tabsection .section-wrapper .tab-arrow {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #a6c496;
  display: none;
}
.index .tabsection .section-wrapper .tab.active .tab-arrow {
  display: block;
}
.index .tabsection .section-wrapper .content-area {
  background-color: white;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.index .tabsection .section-wrapper .main-tab-content {
  display: none;
}
.index .tabsection .section-wrapper .main-tab-content.active {
  display: flex;
  gap: 15px;
}
.index .tabsection .section-wrapper .secondary-tabs {
  width: 25%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.index .tabsection .section-wrapper .secondary-tab {
  padding: 15px 20px;
  background-color: white;
  border-radius: 30px;
  color: #6b8e58;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease;
  font-weight: bold;
}
.index .tabsection .section-wrapper .secondary-tab:hover {
  background-color: #DFEED3;
}
.index .tabsection .section-wrapper .secondary-tab:hover .arrow {
  visibility: visible;
}
.index .tabsection .section-wrapper .secondary-tab.active {
  background-color: #DFEED3;
  color: #6b8e58;
}
.index .tabsection .section-wrapper .secondary-tab.active .arrow {
  visibility: visible;
}
.index .tabsection .section-wrapper .arrow {
  font-size: 12px;
  visibility: hidden;
}
.index .tabsection .section-wrapper .sub-content-container {
  width: 75%;
}
.index .tabsection .section-wrapper .sub-content {
  display: none;
}
.index .tabsection .section-wrapper .sub-content.active {
  display: block;
}
.index .tabsection .section-wrapper .content-display {
  position: relative;
  display: flex;
  gap: 30px;
}
.index .tabsection .section-wrapper .temple-image {
  width: 50%;
}
.index .tabsection .section-wrapper .temple-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
.index .tabsection .section-wrapper .temple-description {
  width: 50%;
  color: #444;
  line-height: 1.6;
}
.index .tabsection .section-wrapper .read-more {
  position: absolute;
  bottom: -30px;
  right: -30px;
  text-align: right;
  color: #a6c496;
  margin-top: 20px;
  padding: 8px 20px;
  background-color: #e8f2e1;
  border-radius: 20px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  display: inline-block;
  float: right;
  cursor: pointer;
  transition: all 0.3s ease;
}
.index .tabsection .section-wrapper .read-more:hover {
  background-color: #a6c496;
  color: white;
}
.index .mobile-tabsection {
  display: none;
  /* 容器樣式 */
  /* 主要標籤樣式 */
  /* 所有標籤的基本樣式 */
  /* 活動標籤樣式 - 變大 */
  /* 輪播區域樣式 */
  /* 內容區塊共用樣式 */
  /* 圖片內容 */
  /* 文字內容 */
  /* 隱藏的內容 */
  /* 顯示的內容 */
  /* 自定義導航箭頭 */
  /* 次級選單樣式 */
  /* 固定背景色 */
}
.index .mobile-tabsection .temple-container {
  max-width: 900px;
  margin: 30px auto;
  position: relative;
}
.index .mobile-tabsection .main-tabs {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  position: relative;
  align-items: center;
  gap: 20px;
}
.index .mobile-tabsection .main-tab {
  border-radius: 30px;
  text-align: center;
  cursor: pointer;
  z-index: 2;
  transition: all 0.3s ease;
  position: relative;
  padding: 10px 20px;
  font-size: 16px;
  border: 1px solid #a6c496;
  color: #a6c496;
  background-color: white;
}
.index .mobile-tabsection .main-tab.active {
  background-color: #a6c496;
  color: white;
  padding: 15px 30px;
  font-size: 18px;
  font-weight: 500;
  z-index: 3;
}
.index .mobile-tabsection .arrow-down {
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #a6c496;
  z-index: 3;
}
.index .mobile-tabsection .main-splide {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.index .mobile-tabsection .slide-content {
  padding: 20px 40px;
}
.index .mobile-tabsection .content-display {
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 20px;
  transition: all 0.3s ease;
  background-color: white;
}
.index .mobile-tabsection .image-content {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.index .mobile-tabsection .text-content {
  padding: 20px;
  height: 100%;
  overflow-y: auto;
  box-sizing: border-box;
}
.index .mobile-tabsection .text-content h3 {
  color: #4a7a3a;
  margin-top: 0;
}
.index .mobile-tabsection .text-content p {
  line-height: 1.6;
  color: #555;
}
.index .mobile-tabsection .content-item {
  display: none;
}
.index .mobile-tabsection .content-item.active {
  display: block;
}
.index .mobile-tabsection .custom-arrows {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 5;
}
.index .mobile-tabsection .custom-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  cursor: pointer;
  pointer-events: auto;
  background: transparent;
  border: none;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}
.index .mobile-tabsection .custom-arrow:hover {
  transform: scale(1.2);
}
.index .mobile-tabsection .custom-arrow.prev {
  left: 10px;
  border-right: 20px solid #a6c496; /* 右邊框，創建向左的三角形 */
  border-left: 0;
}
.index .mobile-tabsection .custom-arrow.next {
  right: 10px;
  border-left: 20px solid #a6c496; /* 左邊框，創建向右的三角形 */
  border-right: 0;
}
.index .mobile-tabsection .sub-menu {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 20px;
  padding: 10px;
}
.index .mobile-tabsection .sub-menu-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: white;
  border: 1px solid #a6c496;
  border-radius: 30px;
  padding: 15px 25px;
  color: #a6c496;
  text-decoration: none;
  font-size: 18px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.index .mobile-tabsection .sub-menu-item:hover {
  background-color: #f0f8e8;
}
.index .mobile-tabsection .sub-menu-item.active {
  background-color: #a6c496;
  color: white;
}
.index .mobile-tabsection .sub-menu-item.active span.arrow {
  color: white;
}
.index .mobile-tabsection .sub-menu-item span.arrow {
  color: #a6c496;
  margin-left: 10px;
}
.index .mobile-tabsection .bg-wrapper {
  padding: 20px 0;
  border-radius: 10px;
}
.index .brigeImage {
  position: relative;
  /* 響應式設計 */
}
.index .brigeImage .brigeImage-wrapper {
  position: relative;
  padding-top: 50px;
  z-index: 11;
}
.index .brigeImage .brigebg {
  position: absolute;
  top: 0;
  background-image: url("./images_new/關於我們-格子背景-03.png");
  width: 100%;
  height: 650px;
  background-size: contain;
}
.index .brigeImage .about-card {
  width: 100%;
  max-width: 70%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  background-color: #f9f9e9;
}
.index .brigeImage .about-image {
  width: 100%;
  height: 100%;
}
.index .brigeImage .about-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.index .brigeImage .about-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.15);
}
.index .brigeImage .about-text {
  text-align: center;
  color: white;
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 30px;
  padding: 0 20px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  font-weight: 500;
}
.index .brigeImage .about-text p {
  margin: 0;
  padding: 5px 0;
}
.index .brigeImage .about-button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(230, 240, 220, 0.9);
  color: #6a7d5a;
  padding: 12px 30px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  transition: all 0.3s ease;
}
.index .brigeImage .about-button:hover {
  background-color: rgb(230, 240, 220);
  transform: translateY(-2px);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
.index .brigeImage .about-button svg {
  margin-left: 10px;
}
@media (max-width: 768px) {
  .index .brigeImage .about-text {
    font-size: 18px;
  }
  .index .brigeImage .about-button {
    font-size: 16px;
    padding: 10px 24px;
  }
}
.index .indexLastnews {
  margin-top: 100px;
  /* 整體區域樣式 */
  /* 標題樣式 */
  /* 中文標題樣式 */
  /* 英文副標題樣式 */
  /* 水平線與三角形的容器 */
  /* 倒三角形樣式 - 從線上延伸下來 */
  /* Splide 輪播自定義樣式 */
  /* 卡片樣式 */
  /* 自定義導航箭頭 */
  /* 響應式調整 */
}
.index .indexLastnews .news-section {
  max-width: 1200px;
  margin: 60px auto;
  padding: 0 20px;
  font-family: "Microsoft JhengHei", sans-serif;
}
.index .indexLastnews .news-title {
  text-align: center;
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 40px;
}
.index .indexLastnews .news-title h2 {
  color: #a6c496;
  font-size: 42px;
  font-weight: 500;
  margin: 0;
  letter-spacing: 5px;
}
.index .indexLastnews .news-title p {
  color: #a6c496;
  text-transform: lowercase;
  margin: 10px 0 0;
  font-size: 24px;
  letter-spacing: 3px;
  font-weight: 300;
}
.index .indexLastnews .title-decoration {
  position: relative;
  height: 1px;
  background-color: #a6c496;
  margin-top: 20px;
}
.index .indexLastnews .title-arrow {
  content: "";
  position: absolute;
  top: 70%; /* 確保三角形頂部與線重合 */
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
}
.index .indexLastnews .splide {
  margin: 0 auto;
}
.index .indexLastnews .news-card {
  background-color: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  margin: 10px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.index .indexLastnews .news-image {
  height: 220px;
  overflow: hidden;
}
.index .indexLastnews .news-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.index .indexLastnews .news-card:hover .news-image img {
  transform: scale(1.05);
}
.index .indexLastnews .news-content {
  padding: 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.index .indexLastnews .news-content h3 {
  color: #333;
  font-size: 18px;
  margin: 0 0 10px;
  line-height: 1.4;
}
.index .indexLastnews .news-date {
  color: #8baa79;
  font-size: 14px;
  margin: 0 0 15px;
}
.index .indexLastnews .news-desc {
  color: #666;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
  flex-grow: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.index .indexLastnews .splide__arrows .splide__arrow {
  background: #a6c496;
  opacity: 1;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  transition: all 0.3s ease;
}
.index .indexLastnews .splide__arrows .splide__arrow:hover {
  background: #8baa79;
}
.index .indexLastnews .splide__arrows .splide__arrow svg {
  fill: white;
  width: 20px;
  height: 20px;
  transform: scaleX(1);
}
.index .indexLastnews .splide__arrow--prev {
  left: -25px;
}
.index .indexLastnews .splide__arrow--next {
  right: -25px;
}
@media (max-width: 768px) {
  .index .indexLastnews .splide__arrow--prev {
    left: -35px;
  }
  .index .indexLastnews .splide__arrow--next {
    right: -35px;
  }
  .index .indexLastnews .splide__arrows .splide__arrow {
    width: 40px;
    height: 40px;
  }
}

.about {
  position: relative;
  background-image: url("./uploads/longtanassets/images_new/關於我們-格子背景-03.png");
  background-repeat: repeat;
  background-size: contain;
  display: flex;
  flex-direction: column;
}
.about .banner {
  opacity: 1;
  background: linear-gradient(to bottom, white 0%, white 40%, #F7EFE1 40%, #F7EFE1 100%);
}
.about .banner #banner-slider .swiper-slide {
  justify-items: center;
  aspect-ratio: 1291/672;
}
.about .banner #banner-slider .swiper-slide img {
  width: 100%;
}
.about .banner #banner-slider .introText {
  display: none;
}
.about .banner .splide__slide {
  max-width: 1291px;
  width: 1291px;
  max-height: 672px;
  height: 672px;
  margin: auto;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 30px;
}
.about .banner .splide__slide img {
  width: 100%;
  height: 100%;
  border-radius: 20.5px;
}
.about .banner .splide__arrow {
  border-radius: 0%;
  background-color: transparent;
  height: 3em;
  width: 3em;
}
.about .banner .splide__arrow::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #9AB686;
  transform: rotate(45deg);
  transition: all 0.3s ease;
}
.about .banner .splide__arrow--prev {
  transform: translateX(60px);
  left: 0.5em;
}
.about .banner .splide__arrow--next {
  transform: translateX(-60px);
  right: 0.5em;
}
.about .banner .splide__arrow svg {
  z-index: 11;
}
.about .intro {
  background-color: white;
  border-top-style: solid;
  border-top-width: 8px;
  border-top-color: #BAD498;
}
.about .intro::after {
  position: absolute;
  top: 18.2%;
  left: 47%;
  content: "";
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 40px solid #BAD498;
}
.about .intro-wrap {
  max-width: 80%;
  margin: auto;
  position: relative;
}
.about .intro-wrap .deco {
  position: absolute;
  width: 150px;
  height: 150px;
  top: 10%;
  right: 20%;
}
.about .intro-wrap .deco img {
  width: 100%;
}
.about .introText {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 120px;
}
.about .introText p {
  color: #99B685;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 2;
}
.about .brandCore {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  align-items: center;
  max-width: 85%;
  margin: auto;
  position: relative;
}
.about .coreIntro {
  width: 100%;
}
.about .coreIntro p {
  padding-left: 60px;
  color: #4d4d4d;
  letter-spacing: 2px;
  line-height: 2;
}
.about .icon {
  width: 90%;
  text-align: right;
}
.about .icon img {
  width: 300px;
  padding-right: 60px;
}
.about .icon::after {
  position: absolute;
  top: -22%;
  left: 48.5%;
  width: 2px;
  height: 280px;
  content: "";
  background-color: #BAD498;
}
.about .fourCore {
  display: grid;
  grid-template-columns: 0.5fr 0.5fr 0.5fr 0.5fr;
  align-items: center;
  max-width: 75%;
  justify-content: space-around;
  margin: auto;
  margin-top: 80px;
}
.about .fourCore .corePoint {
  width: 80%;
}
.about .fourCore .corePoint img {
  width: 100%;
}
.about .point-image {
  max-width: 100%;
  margin: auto;
  background-color: #f8efdf;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 60px;
}
.about .point-image .imageBox {
  max-width: 70%;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.about .point-image .imageBox .Box {
  padding: 5px;
}
.about .point-image .imageBox .Box img {
  width: 100%;
  border-radius: 10px;
}
.about .point-image .imageBox2 {
  max-width: 70%;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.about .point-image .imageBox2 .Box {
  padding: 5px;
}
.about .point-image .imageBox2 .Box img {
  border-radius: 10px;
  width: 100%;
}
.about .point-image .m_imageBox {
  display: none;
}
.about .point-image .m_imageBox2 {
  display: none;
}
.about .brand {
  background-color: transparent;
  padding-top: 40px;
  padding-bottom: 0px;
}
.about .brand .brand-wrap {
  position: relative;
  max-width: 75%;
  margin: auto;
  background-color: white;
  border-radius: 20px;
  padding-top: 20px;
}
.about .brand .brand-wrap .deco {
  position: absolute;
  width: 120px;
  height: 120px;
  top: 8%;
  left: 20%;
}
.about .brand .brand-wrap .deco2 {
  position: absolute;
  width: 120px;
  height: 120px;
  top: 19%;
  right: 10%;
}
.about .brand .brandTitle {
  margin-top: 30px;
  text-align: center;
  position: relative;
}
.about .brand .brandTitle p {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  background-color: #93B781;
  border-radius: 20px;
  padding: 10px 20px;
  color: white;
  font-weight: 900;
  letter-spacing: 2px;
  font-size: 1.2rem;
}
.about .brand .brandTitle::after {
  position: absolute;
  bottom: -20px;
  left: 49%;
  content: "";
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 20px solid #93B781;
}
.about .brand .brandIntroImage {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 65%;
  margin: auto;
  margin-top: 60px;
  transform: translate(-70px, 0);
}
.about .brand .brandIntroImage .left {
  width: 60%;
  margin: auto;
}
.about .brand .brandIntroImage .rightPoint {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-items: center;
}
.about .brand .brandIntroImage .rightPoint img {
  width: 100%;
}
.about .brand .brandIntroImage .rightPoint::after {
  content: "";
  position: absolute;
  left: -20%;
  top: 50%;
  width: 60px;
  height: 2px;
  background-color: #947143;
}
.about .brand .brandIntroImage .rightPoint:nth-child(1)::after {
  content: "";
  position: absolute;
  left: -20%;
  top: 85%;
  width: 80px;
  height: 2px;
  background-color: #947143;
  transform: rotate(-45deg);
}
.about .brand .brandIntroImage .rightPoint:nth-child(3)::after {
  content: "";
  position: absolute;
  left: -20%;
  top: 15%;
  width: 80px;
  height: 2px;
  background-color: #947143;
  transform: rotate(45deg);
}
.about .brand .brandIntroImage .pointText {
  color: #947143;
  font-weight: 700;
  line-height: 1.2;
  font-size: 0.995rem;
  letter-spacing: 1.1px;
}
.about .brand .brandText {
  max-width: 55%;
  margin: auto;
  padding-top: 20px;
}
.about .brand .brandText p {
  font-size: 0.995rem;
  line-height: 2;
  letter-spacing: 1.1px;
}
.about .brand .sixService .sixTitle {
  margin-top: 30px;
  text-align: center;
  position: relative;
}
.about .brand .sixService .sixTitle p {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  background-color: #93B781;
  border-radius: 20px;
  padding: 10px 20px;
  color: white;
  font-weight: 900;
  letter-spacing: 2px;
  font-size: 1.2rem;
}
.about .brand .sixService .sixTitle::after {
  position: absolute;
  bottom: -20px;
  left: 49%;
  content: "";
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 20px solid #93B781;
}
.about .brand .sixService .sixPoint {
  max-width: 55%;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 50px;
  padding-bottom: 20px;
}
.about .brand .sixService .sixPoint img {
  width: 100%;
}

.temple {
  display: flex;
  flex-direction: column;
}
.temple .banner {
  padding-top: 20px;
}
.temple .banner img {
  border-top-left-radius: 55px;
  border-top-right-radius: 55px;
}
.temple .wogou-wrapper {
  max-width: 100%;
  height: 100%;
  margin: auto;
  position: relative;
  z-index: 11;
  background-color: white;
}
.temple .wogou-wrapper::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 92%;
  bottom: -45px;
  left: 0;
  background-color: #f8efdf; /* 下半部分顏色 */
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  z-index: -1;
}
.temple .logoDiv {
  background-color: white;
  max-width: 100%;
}
.temple .wogouLogo {
  max-width: 50%;
  margin: auto;
}
.temple .wogouLogo img {
  width: 100%;
}
.temple .wogouImage {
  max-width: 60%;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 40px;
}
.temple .wogouImage img {
  border-radius: 44px;
  width: 100%;
}
.temple .wogouText {
  max-width: 50%;
  margin: auto;
  text-align: center;
  color: #8c6239;
}
.temple .wogouText p {
  line-height: 2;
  letter-spacing: 1px;
  text-align: left;
  text-indent: 2em;
  color: #8c6239;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 0.875rem;
}
.temple .wogouText span {
  color: #614827;
  font-weight: 900;
  font-size: 1rem;
  letter-spacing: 2px;
  line-height: 1.5;
}
.temple .wogouVideo {
  background-image: url("./uploads/longtanassets/images_new/關於我們-格子背景-03.png");
  background-size: cover;
  background-repeat: repeat;
  padding-top: 80px;
  padding-bottom: 40px;
}
.temple .wogouVideo .Title {
  position: relative;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 60px;
}
.temple .wogouVideo .Title p {
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 30px;
  background-color: #93B781;
  padding: 12px 20px;
  color: white;
  letter-spacing: 2px;
  font-size: 1.2rem;
  font-weight: 700;
}
.temple .wogouVideo .Title::after {
  position: absolute;
  bottom: -20px;
  left: 45%;
  content: "";
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 20px solid #93B781;
}
.temple .wogouVideo .Title2 {
  position: relative;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-top: 30px;
}
.temple .wogouVideo .Title2 p {
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 30px;
  background-color: #93B781;
  padding: 12px 20px;
  color: white;
  letter-spacing: 2px;
  font-size: 1.2rem;
  font-weight: 700;
}
.temple .wogouVideo .Title2::after {
  position: absolute;
  bottom: -20px;
  left: 40%;
  content: "";
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 20px solid #93B781;
}
.temple .wogouVideo .videoBlock {
  max-width: 50%;
  margin: auto;
}
.temple .wogouVideo .videoBlock img {
  width: 100%;
  border-radius: 23px;
}
.temple .wogouVideo .videoBlock iframe {
  width: 100%;
  border-radius: 25px;
}
.temple .recordList {
  background-image: url("./uploads/longtanassets/images_new/波浪背景.png");
  background-position: center;
  background-repeat: repeat;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}
.temple .recordList .list-wrap {
  max-width: 60%;
  height: 700px;
  overflow: scroll;
  margin: auto;
  background-color: white;
  display: flex;
  flex-direction: column;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 20px;
}
.temple .recordList .list-wrap .list-item {
  margin-top: 20px;
  margin-bottom: 20px;
}
.temple .recordList .list-wrap .year {
  width: 100%;
}
.temple .recordList .list-wrap .year h4 {
  width: -moz-fit-content;
  width: fit-content;
  background-color: #C79857;
  border-radius: 30px;
  padding: 4px 16px;
  color: white;
  font-size: 1.6rem;
  margin-top: 10px;
  margin-bottom: 10px;
  letter-spacing: 4px;
}
.temple .recordList .list-wrap .content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: space-around;
  grid-column-gap: 1.2rem;
}
.temple .recordList .list-wrap .content .contentText {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.temple .recordList .list-wrap .content .month h5 {
  color: #BF9A61;
  letter-spacing: 2px;
  font-size: 1.8rem;
}
.temple .recordList .list-wrap .content .contentTitle h2 {
  color: #4d4d4d;
  letter-spacing: 2px;
  font-size: 1.6rem;
}
.temple .recordList .list-wrap .content .contentDescription p {
  color: #555;
  letter-spacing: 2px;
  line-height: 2;
  margin-top: 10px;
  margin-bottom: 10px;
}
.temple .recordList .list-wrap .contentImage img {
  width: 100%;
  border-radius: 20px;
}
.temple .recordList .scrollIcon {
  position: absolute;
  width: 30px;
  top: 45%;
  left: 18.5%;
  animation-name: scroll;
  animation-iteration-count: infinite;
  animation-duration: 2s;
  animation-timing-function: linear;
}
.temple .recordList .readmoreBtn {
  display: none;
}
.temple .plan-wrap {
  max-width: 60%;
  margin: auto;
  margin-bottom: 40px;
}
.temple .plan-wrap .slogan {
  text-align: center;
  margin-top: 60px;
}
.temple .plan-wrap .slogan p {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  color: #9AB686;
  letter-spacing: 2px;
  font-weight: 900;
  font-size: 1.4rem;
  line-height: 2;
}
.temple .plan-wrap .plan-list {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.temple .plan-wrap .plan-list .list-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom-style: solid;
  border-bottom-color: #BBD499;
  border-bottom-width: 2px;
}
.temple .plan-wrap .plan-list .list-item .itemImage {
  position: relative;
}
.temple .plan-wrap .plan-list .list-item .itemImage img {
  width: 100%;
  border-radius: 20px;
}
.temple .plan-wrap .plan-list .list-item .itemContent {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.temple .plan-wrap .plan-list .list-item .itemContent .contentTitle h3 {
  font-size: 1.8rem;
}
.temple .plan-wrap .plan-list .list-item .itemContent .contentDescription p {
  letter-spacing: 2px;
  line-height: 2;
  font-size: 0.795rem;
}
.temple .plan-wrap .plan-list .list-item .itemContent .contentCTA {
  text-align: right;
}
.temple .plan-wrap .plan-list .list-item .itemContent .contentCTA a {
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 12px;
  border-style: solid;
  border-width: 1px;
  border-radius: 20px;
  color: #4d4d4d;
  letter-spacing: 2px;
}
.temple .plan-wrap .plan-list .list-item .itemContent .contentCTA a:hover {
  background-color: #93B781;
  color: white;
}
.temple .plan-wrap .plan-list .list-item:nth-child(3) {
  border-bottom-style: none;
}
.temple .plan-wrap .pagination ul {
  display: flex;
  justify-content: center;
}
.temple .plan-wrap .pagination ul li {
  margin-right: 4px;
  margin-left: 4px;
}
.temple .plan-wrap .pagination ul li a {
  color: #DFCCAF;
}
.temple .plan-wrap .pagination ul li a.actived {
  color: #BF9A61;
}
.temple .plan-wrap .pagination ul li a:hover {
  color: #BF9A61;
}

.dragon .dragonVideo .title {
  margin-top: 60px;
  text-align: center;
  position: relative;
  margin-bottom: 100px;
}
.dragon .dragonVideo .title h3 {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  background-color: #93B781;
  border-radius: 20px;
  padding: 10px 20px;
  color: white;
  font-weight: 900;
  letter-spacing: 2px;
  font-size: 1.2rem;
}
.dragon .dragonVideo .title::after {
  position: absolute;
  bottom: -20px;
  left: 49%;
  content: "";
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 20px solid #93B781;
}
.dragon .dragonVideo .VideoBlock {
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 50%;
  margin: auto;
  background-color: #E6E6E6;
  border-radius: 25px;
  margin-bottom: 100px;
}
.dragon .dragonVideo .VideoBlock img {
  width: 100%;
  border-radius: 25px;
}
.dragon .dragonVideo .VideoBlock iframe {
  width: 100% !important;
  border-radius: 23px;
}
.dragon .dragonVideo .videoDescription {
  padding: 30px 35px;
}
.dragon .dragonVideo .videoDescription p {
  color: #535353;
  line-height: 2;
  letter-spacing: 2px;
}
.dragon .dragonVideo .videoDescription ul {
  padding-left: 20px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.dragon .dragonVideo .videoDescription ul li {
  list-style: disc;
  color: #535353;
  line-height: 2;
  letter-spacing: 2px;
}
.dragon .dragonVideo .showblocks {
  max-width: 85%;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 20px;
  margin-bottom: 40px;
}
.dragon .dragonVideo .showblocks .blockItem {
  position: relative;
}
.dragon .dragonVideo .showblocks .blockItem a {
  display: block;
  width: 100%;
  height: 100%;
}
.dragon .dragonVideo .showblocks .blockItem a img {
  width: 100%;
  transition: transform 0.3s ease;
}
.dragon .dragonVideo .showblocks .blockItem::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease;
  z-index: 1;
  pointer-events: none;
}
.dragon .dragonVideo .showblocks .blockItem:hover::before {
  opacity: 0;
}
.dragon .dragonVideo .showblocks .blockItem:hover img {
  transform: scale(1.1) translateY(-30px);
}
.dragon .topImage {
  width: 100vw;
}
.dragon .topImage img {
  width: 100%;
}
.dragon .slogan {
  margin-top: 60px;
  text-align: center;
}
.dragon .slogan h4 {
  color: #8c6239;
  font-size: 1.1rem;
  font-weight: 800;
}
.dragon .phonDonText {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 80px;
}
.dragon .phonDonText p {
  color: #8c6239;
  line-height: 2;
  font-size: 1rem;
}
.dragon .m-slogan {
  display: none;
}
.dragon .m-phoneDonText {
  display: none;
}
.dragon .phonDonImage {
  margin-bottom: 40px;
}
.dragon .phonDonImage .Image-wrap {
  max-width: 60%;
  margin: auto;
}
.dragon .phonDonImage .Image-wrap .top img {
  width: 100%;
  border-radius: 38px;
  margin-bottom: 20px;
}
.dragon .phonDonImage .Image-wrap .bottom {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}
.dragon .phonDonImage .Image-wrap .bottom .bleft {
  flex: 1;
}
.dragon .phonDonImage .Image-wrap .bottom .bleft img {
  width: 100%;
  height: 100%;
  border-radius: 36px;
  -o-object-fit: cover;
     object-fit: cover;
}
.dragon .phonDonImage .Image-wrap .bottom .bright {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.dragon .phonDonImage .Image-wrap .bottom .bright img {
  width: 100%;
  border-radius: 36px;
  -o-object-fit: cover;
     object-fit: cover;
  height: calc(50% - 10px);
}
.dragon .phonDonImage .Image-wrap .slogonImage {
  max-width: 55%;
  margin: auto;
  margin-top: 30px;
}
.dragon .phonDonImage .Image-wrap .slogonImage img {
  width: 100%;
}
.dragon .nightDragonImage .Image-wrap {
  max-width: 60%;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 50px;
}
.dragon .nightDragonImage .Image-wrap .bottom {
  display: flex;
  gap: 20px;
}
.dragon .nightDragonImage .Image-wrap .bottom .bleft {
  flex: 1;
}
.dragon .nightDragonImage .Image-wrap .bottom .bleft img {
  width: 100%;
  height: 100%;
  border-radius: 36px;
  -o-object-fit: cover;
     object-fit: cover;
}
.dragon .nightDragonImage .Image-wrap .bottom .bright {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.dragon .nightDragonImage .Image-wrap .bottom .bright img {
  width: 100%;
  border-radius: 36px;
  height: calc(50% - 10px);
  -o-object-fit: cover;
     object-fit: cover;
}
.dragon #vegonTemple .slogon {
  margin-top: 60px;
  text-align: center;
}
.dragon #vegonTemple .slogon h4 {
  color: #8c6239;
  font-size: 1.1rem;
  font-weight: 800;
}
.dragon #vegonTemple .vegonTempleText {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 80px;
}
.dragon #vegonTemple .vegonTempleText p {
  color: #8c6239;
  line-height: 2;
  font-size: 1rem;
}
.dragon #vegonTemple .m-vegonTempleText {
  display: none;
}
.dragon #vegonTemple .vegonImages {
  text-align: center;
}
.dragon #vegonTemple .vegonImages .topImage {
  max-width: 60%;
  margin: auto;
}
.dragon #vegonTemple .vegonImages .topImage img {
  width: 100%;
  border-radius: 38px;
}
.dragon #vegonTemple .vegonImages .bottomImages {
  margin-top: 80px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 80px;
  justify-content: space-between;
}
.dragon #vegonTemple .vegonImages .bottomImages img {
  width: 100%;
  border-radius: 15px;
}
.dragon #vegonTemple .vegonImages .subText {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-top: 20px;
  color: #8c6239;
}
.dragon #vegonTemple .vegonImages .subText::before {
  position: absolute;
  content: "";
  top: 2%;
  left: -30%;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 15px solid #8c6239;
}
.dragon #wildGod {
  margin-top: 80px;
  margin-bottom: 40px;
}
.dragon #wildGod .slogon {
  margin-top: 60px;
  text-align: center;
}
.dragon #wildGod .slogon h4 {
  color: #8c6239;
  font-size: 1.1rem;
  font-weight: 800;
}
.dragon #wildGod .wildText {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 80px;
}
.dragon #wildGod .wildText p {
  color: #8c6239;
  line-height: 2;
  font-size: 1rem;
}
.dragon #wildGod .m-wildText {
  display: none;
}
.dragon #wildGod .wildImage {
  max-width: 30%;
  margin: auto;
}
.dragon #wildGod .wildImage img {
  width: 100%;
}
.dragon #wildGod .wildslider {
  margin: auto;
  margin-top: 20px;
  max-width: 80%;
}
.dragon #wildGod .splide__slide img {
  width: 100%;
  max-width: 445px;
  max-height: 305px;
  border-radius: 12px;
}
.dragon #wildGod .splide__slide.is-visible.is-active img {
  width: 100%;
  max-width: 520px;
  max-height: 350px;
  border-radius: 12px;
}

.gailong {
  /* 基本樣式重置 */
  /* 街龍專欄區塊樣式 - 桌面版 */
  /* 圖片容器樣式 */
  /* 全寬圖片樣式 */
  /* 標題容器樣式 */
  /* 移動版覆蓋標題容器，初始隱藏 */
  /* 標題樣式 */
  /* 標題裝飾容器 */
  /* 水平分隔線樣式 */
  /* 標題下方箭頭樣式 */
  /* 主容器 */
  /* 整體新聞列表容器 - 白色背景 */
  /* 文章行容器 */
  /* 文章卡片容器 */
  /* 卡片內容 */
  /* 文章圖片容器 */
  /* 文章文字內容 */
  /* 文章標題 */
  /* 發布日期 */
  /* 文章摘要 */
  /* 閱讀更多按鈕 */
  /* 分頁導航區域 - 米色背景 */
  /* 分頁導航 */
}
.gailong .street-dragon-section {
  max-width: 100%;
  margin: 0 auto;
}
.gailong .image-container {
  width: 100%;
  height: 800px;
  overflow: hidden;
  position: relative; /* 為了定位內部元素 */
}
.gailong .full-width-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.gailong .title-container {
  padding: 30px 0 50px;
  background-color: white;
  text-align: center;
}
.gailong .mobile-overlay {
  display: none;
}
.gailong .section-title {
  color: #a6c496;
  font-size: 28px;
  font-weight: normal;
  margin-bottom: 20px;
  display: inline-block;
}
.gailong .title-decoration {
  position: relative;
  max-width: 80%;
  margin: 0 auto;
}
.gailong .title-line {
  height: 1px;
  background-color: #a6c496;
  width: 100%;
  position: relative;
}
.gailong .title-arrow {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
}
.gailong .gailongList {
  background-color: #f8f3e6;
}
.gailong .newsList {
  background-color: #f8f3e6;
}
.gailong .main-container {
  max-width: 80%;
  margin: 20px auto;
  overflow: hidden;
  border-radius: 10px;
  background-color: #f8f3e6;
  /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); */
}
.gailong .news-container {
  width: 100%;
  background-color: #f8f3e6; /*; 白色背景 */
  margin-top: 40px;
}
.gailong .news-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px 20px -15px;
  padding: 10px 20px;
  background-color: #fff;
}
.gailong .news-card {
  flex: 0 0 33.333333%;
  margin-bottom: 30px;
}
.gailong .card-content {
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 10px;
  padding-left: 30px;
  padding-right: 30px;
}
.gailong .card-image {
  width: 100%;
  height: 180px;
  overflow: hidden;
}
.gailong .card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.gailong .card-image img:hover {
  transform: scale(1.05);
}
.gailong .card-text {
  padding: 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.gailong .card-title {
  color: #a6c496;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 8px;
  line-height: 1.4;
}
.gailong .card-date {
  color: #a6c496;
  font-size: 12px;
  margin-bottom: 12px;
}
.gailong .card-excerpt {
  color: #666;
  font-size: 12px;
  line-height: 1.2;
  margin-bottom: 15px;
  flex-grow: 1;
}
.gailong .read-more {
  display: inline-block;
  color: #a6c496;
  border: 1px solid #a6c496;
  border-radius: 30px;
  padding: 8px 25px;
  font-size: 12px;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s ease;
  align-self: flex-start;
  width: 70%;
  margin: auto;
}
.gailong .read-more:hover {
  background-color: #a6c496;
  color: white;
}
.gailong .pagination-container {
  padding: 20px 0;
  background-color: #fff; /* 米色背景，與頁面背景一致 */
  margin-top: 20px;
  margin-bottom: 60px;
}
.gailong .pagination {
  display: flex;
  justify-content: center;
}
.gailong .pagination a {
  color: #a6c496;
  margin: 0 8px;
  font-size: 16px;
  text-decoration: none;
}
.gailong .pagination a.active {
  font-weight: bold;
}

.lastnews {
  /* 街龍專欄區塊樣式 - 桌面版 */
  /* 圖片容器樣式 */
  /* 全寬圖片樣式 */
  /* 標題容器樣式 */
  /* 移動版覆蓋標題容器，初始隱藏 */
  /* 桌面版標題 */
  /* 標題樣式 */
  /* 副標題樣式 */
  /* 標題裝飾容器 */
  /* 水平分隔線樣式 */
  /* 標題下方箭頭樣式 */
  /* 主容器 */
  /* 整體新聞列表容器 - 白色背景 */
  /* 文章行容器 */
  /* 文章卡片容器 */
  /* 卡片內容 */
  /* 文章圖片容器 */
  /* 文章文字內容 */
  /* 文章標題 */
  /* 發布日期 */
  /* 文章摘要 */
  /* 閱讀更多按鈕 */
  /* 分頁導航區域 - 米色背景 */
  /* 分頁導航 */
}
.lastnews .street-dragon-section {
  max-width: 100%;
  margin: 0 auto;
}
.lastnews .image-container {
  width: 100%;
  position: relative;
}
.lastnews .full-width-image {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.lastnews .title-container {
  text-align: center;
  padding: 30px 0;
  background-color: white;
}
.lastnews .mobile-overlay {
  display: none;
}
.lastnews .desktop-title {
  position: relative;
  padding: 20px 0;
  max-width: 80%;
  margin: 0 auto;
}
.lastnews .section-title {
  color: #a6c496;
  font-size: 28px;
  font-weight: normal;
  margin: 0 0 15px;
  display: block;
}
.lastnews .subsection-title {
  color: #a6c496;
  font-size: 18px;
  margin: 15px 0 0;
  font-weight: normal;
  letter-spacing: 2px;
}
.lastnews .title-decoration {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
}
.lastnews .title-line {
  height: 1px;
  background-color: #a6c496;
  width: 100%;
  position: relative;
}
.lastnews .title-arrow {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #a6c496;
}
.lastnews .newsList {
  background: linear-gradient(to bottom, white 0%, white 15%, #f9f3e9 15%, #f9f3e9 80%, white 80%, white 100%);
}
.lastnews .main-container {
  max-width: 80%;
  margin: 20px auto;
  overflow: hidden;
  border-radius: 10px;
  background-color: transparent;
  /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); */
}
.lastnews .news-container {
  width: 100%;
  margin-top: 40px;
}
.lastnews .news-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px 20px -15px;
  justify-content: center;
}
.lastnews .news-card {
  flex: 0 0 30%;
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}
.lastnews .card-content {
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.lastnews .card-image {
  width: 100%;
  height: 180px;
  overflow: hidden;
  position: relative;
}
.lastnews .card-image .cardmask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none; /* so it doesn’t block clicks */
}
.lastnews .card-image.actived .cardmask {
  opacity: 1;
}
.lastnews .card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.lastnews .card-image img:hover {
  transform: scale(1.05);
}
.lastnews .card-text {
  padding: 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  position: relative;
}
.lastnews .card-title {
  color: #a6c496;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 8px;
  line-height: 1.4;
}
.lastnews .card-date {
  color: #a6c496;
  font-size: 12px;
  margin-bottom: 12px;
}
.lastnews .card-excerpt {
  color: #666;
  font-size: 12px;
  line-height: 1.2;
  margin-bottom: 15px;
  flex-grow: 1;
}
.lastnews .read-more {
  padding: 6px 20px;
  font-size: 14px;
  letter-spacing: 2px;
  background-color: #a6c496;
  color: white;
  position: absolute;
  top: -50%;
  width: -moz-fit-content;
  width: fit-content;
  left: 35%;
  visibility: hidden;
  transition: 0.3s;
  border-radius: 20px;
}
.lastnews .read-more.actived {
  visibility: inherit;
}
.lastnews .pagination-container {
  padding: 20px 0;
  background-color: #fff; /* 米色背景，與頁面背景一致 */
  margin-top: 20px;
  margin-bottom: 60px;
}
.lastnews .pagination {
  display: flex;
  justify-content: center;
}
.lastnews .pagination a {
  color: #a6c496;
  margin: 0 8px;
  font-size: 16px;
  text-decoration: none;
}
.lastnews .pagination a.active {
  font-weight: bold;
}

.single-post-container {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
}

.single-post {
  margin-bottom: 60px;
}

/* Featured image styling */
.post-featured-image {
  width: 100%;
  margin-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
}

.post-featured-image img {
  width: 100%;
  height: auto;
  display: block;
}

/* Post metadata styling */
.post-meta-container {
  padding: 0 20px;
  margin-bottom: 40px;
}

.post-categories {
  margin-bottom: 10px;
}

.post-categories a {
  color: #85b995; /* The green color from the image */
  text-decoration: none;
  font-size: 14px;
}

.post-title {
  color: #85b995; /* The green color from the image */
  font-size: 20px;
  font-weight: normal;
  margin: 5px 0 15px 0;
  line-height: 1.4;
}

.post-date {
  color: #666;
  font-size: 14px;
  margin-bottom: 15px;
}

.post-meta-divider {
  height: 1px;
  background-color: #e0e0e0;
  margin: 20px 0;
}

/* Post content styling */
.post-content {
  padding: 0 20px;
  color: #333;
  line-height: 1.8;
  font-size: 16px;
}

.post-content p {
  margin-bottom: 20px;
}

.post-content img {
  max-width: 100%;
  height: auto;
  margin: 20px 0;
}

/* Post tags styling */
.post-tags {
  padding: 0 20px;
  margin-top: 40px;
}

.post-tags a {
  display: inline-block;
  background-color: #f5f5f5;
  color: #666;
  padding: 5px 10px;
  margin-right: 10px;
  font-size: 12px;
  border-radius: 3px;
  text-decoration: none;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Mobile responsive */
@media (max-width: 768px) {
  .post-meta-container,
  .post-content,
  .post-tags {
    padding: 0 10px;
  }
  .post-title {
    font-size: 18px;
  }
}
@keyframes scroll {
  0% {
    transform: translate(0, -10px);
  }
  50% {
    transform: translate(0, -20px);
  }
  100% {
    transform: translate(0, -10px);
  }
  50% {
    transform: translate(0, 10px);
  }
  0% {
    transform: translate(0, -10px);
  }
}
/* 行動裝置樣式 */
@media (max-width: 992px) {
  .gailong .news-card {
    flex: 0 0 50%;
  }
}
/* 行動裝置樣式 */
@media (max-width: 768px) {
  .lastnews .newsList {
    background: linear-gradient(to bottom, white 0%, white 5%, #f9f3e9 5%, #f9f3e9 100%, white 100%, white 100%);
  }
  .lastnews .main-container {
    max-width: 80%;
    margin: 10px auto;
  }
  .lastnews .news-container {
    padding: 15px 0;
  }
  .lastnews .news-row {
    display: block;
    margin: 0 0 15px 0;
    padding: 0;
    background-color: transparent;
  }
  .lastnews .news-card {
    flex: 0 0 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .lastnews .card-content {
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    position: relative;
  }
  .lastnews .card-image {
    height: auto;
    position: relative;
  }
  .lastnews .card-image .cardmask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.7);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none; /* so it doesn’t block clicks */
  }
  .lastnews .card-image.actived .cardmask {
    opacity: 1;
  }
  .lastnews .card-text {
    padding: 15px;
  }
  .lastnews .card-title {
    font-size: 14px;
  }
  .lastnews .card-excerpt {
    font-size: 13px;
  }
  .lastnews .read-more {
    padding: 6px 20px;
    font-size: 14px;
    letter-spacing: 2px;
    background-color: #a6c496;
    color: white;
    border: none;
    position: absolute;
    top: -90%;
    width: -moz-fit-content;
    width: fit-content;
    left: 35%;
    visibility: hidden;
    transition: 0.3s;
  }
  .lastnews .read-more.actived {
    visibility: inherit;
  }
  .lastnews .read-more:hover {
    background-color: white;
    color: #a6c496;
  }
  .lastnews .pagination {
    margin: 10px 0;
  }
  .gailong .main-container {
    max-width: 80%;
    margin: 10px auto;
  }
  .gailong .news-container {
    padding: 15px 0;
  }
  .gailong .news-row {
    display: block;
    margin: 0 0 15px 0;
    padding: 0;
    background-color: transparent;
  }
  .gailong .news-card {
    flex: 0 0 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .gailong .card-content {
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    position: relative;
  }
  .gailong .card-image {
    height: auto;
    position: relative;
  }
  .gailong .card-image .cardmask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.7);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none; /* so it doesn’t block clicks */
  }
  .gailong .card-image.actived .cardmask {
    opacity: 1;
  }
  .gailong .card-text {
    padding: 15px;
  }
  .gailong .card-title {
    font-size: 14px;
  }
  .gailong .card-excerpt {
    font-size: 13px;
  }
  .gailong .read-more {
    padding: 6px 20px;
    font-size: 12px;
    letter-spacing: 2px;
    background-color: #a6c496;
    color: white;
    border: none;
    position: absolute;
    top: 25%;
    width: -moz-fit-content;
    width: fit-content;
    left: 35%;
    visibility: hidden;
    transition: 0.3s;
  }
  .gailong .read-more.actived {
    visibility: inherit;
  }
  .gailong .read-more:hover {
    background-color: white;
    color: #a6c496;
  }
  .gailong .pagination {
    margin: 10px 0;
  }
}
@media screen and (max-width: 525px) {
  .header {
    position: relative;
  }
  .header .menu {
    display: none;
  }
  .header .mobilemenu {
    display: block;
    position: relative;
  }
  .header .mobilemenu ul {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: -100vh;
    width: 100vw;
    height: 20vh;
    left: 0;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: 0.5s ease-in-out;
    z-index: 99;
  }
  .header .mobilemenu ul li {
    text-align: center;
    background-color: white;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: 0.3s;
    opacity: 0;
    transform: translateY(-20px);
    transition-delay: 0s;
  }
  .header .mobilemenu ul li a {
    font-size: 1.6rem;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #4d4d4d;
    text-decoration: none;
    letter-spacing: 2px;
  }
  .header .mobilemenu ul #game {
    display: none;
  }
  .header .mobilemenu ion-icon[name=close-outline] {
    display: none;
    width: 50px;
    height: 50px;
    color: #97B680;
  }
  .header .mobilemenu ion-icon[name=menu-outline] {
    width: 50px;
    height: 50px;
    color: #97B680;
  }
  .header .mobilemenu.actived ion-icon[name=close-outline] {
    display: block;
  }
  .header .mobilemenu.actived ion-icon[name=menu-outline] {
    display: none;
  }
  .header .mobilemenu.actived ul {
    top: 20%;
    display: flex;
    transition: 0.5s;
  }
  .header .mobilemenu.actived ul li {
    opacity: 1;
    transform: translateY(0);
  }
  .header .mobilemenu.actived ul li:nth-child(1) {
    transition-delay: 0.3s;
  }
  .header .mobilemenu.actived ul li:nth-child(2) {
    transition-delay: 0.4s;
  }
  .header .mobilemenu.actived ul li:nth-child(3) {
    transition-delay: 0.5s;
  }
  .header .mobilemenu.actived ul li:nth-child(4) {
    transition-delay: 0.6s;
  }
  .header .mobilemenu.actived ul li:nth-child(5) {
    transition-delay: 0.7s;
  }
  .header .mobilemenu.actived ul li:nth-child(6) {
    transition-delay: 0.8s;
  }
  .header .mobilemenu.actived ul li:nth-child(7) {
    transition-delay: 0.9s;
  }
  .mgmameBtn {
    width: 100px;
    display: block;
  }
  .about .brandCore {
    display: flex;
    flex-direction: column;
    max-width: 100%;
  }
  .about .coreIntro {
    margin-top: 100px;
    text-align: center;
  }
  .about .coreIntro p {
    padding-left: 0;
  }
  .about .banner .splide__slide {
    padding-left: 0;
    padding-right: 0;
  }
  .about .intro::after {
    top: 27.3%;
    left: 46%;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 20px solid #BAD498;
  }
  .about .introText {
    display: none;
  }
  .about .icon {
    text-align: center;
  }
  .about .icon img {
    padding-right: 0;
  }
  .about .icon::after {
    height: 2px;
    top: 45%;
    left: 0;
    width: 100%;
  }
  .about .intro-wrap {
    margin-bottom: 20px;
    margin-top: 30px;
  }
  .about .intro-wrap .deco {
    display: none;
  }
  .about .fourCore {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 100%;
  }
  .about .fourCore .corePoint {
    margin: auto;
  }
  .about .point-image {
    max-width: 100%;
    margin: auto;
  }
  .about .point-image .imageBox {
    display: none;
  }
  .about .point-image .imageBox2 {
    display: none;
  }
  .about .point-image .m_imageBox {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: center;
    max-width: 80%;
    margin: auto;
  }
  .about .point-image .m_imageBox img {
    width: 100%;
    border-radius: 20px;
  }
  .about .point-image .m_imageBox2 {
    display: block;
    max-width: 80%;
    margin: auto;
    margin-top: 10px;
  }
  .about .point-image .m_imageBox2 img {
    width: 100%;
    border-radius: 20px;
  }
  .about .brand .brand-wrap {
    max-width: 90%;
  }
  .about .brand .brand-wrap .deco {
    width: 60px;
    height: 60px;
  }
  .about .brand .brand-wrap .deco2 {
    width: 60px;
    height: 60px;
    top: 17%;
    right: 1%;
  }
  .about .brand .brandIntroImage {
    max-width: 100%;
    transform: translate(0, 0);
  }
  .about .brand .brandIntroImage .pointText {
    font-size: 10px;
  }
  .about .brand .brandIntroImage .pointText p {
    font-size: 14px;
  }
  .about .brand .brandIntroImage .rightPoint img {
    width: 85%;
  }
  .about .brand .brandIntroImage .left {
    margin-left: 0;
  }
  .about .brand .brandIntroImage .right {
    transform: translate(-25%, 0);
  }
  .about .brand .brandIntroImage .rightPoint::after {
    left: -15%;
    width: 20px;
  }
  .about .brand .brandIntroImage .rightPoint:nth-child(1)::after {
    width: 20px;
    left: -15%;
  }
  .about .brand .brandIntroImage .rightPoint:nth-child(3)::after {
    width: 20px;
    left: -15%;
  }
  .about .brand .brandText {
    max-width: 90%;
  }
  .about .brand .sixService .sixPoint {
    max-width: 85%;
  }
  .temple .wogou-wrapper::after {
    bottom: -30px;
    height: 96%;
  }
  .temple .wogouLogo {
    max-width: 70%;
  }
  .temple .wogouImage {
    max-width: 80%;
    margin-top: 10px;
  }
  .temple .wogouText {
    max-width: 70%;
  }
  .temple .wogouVideo {
    padding-top: 20px;
  }
  .temple .wogouVideo .videoBlock {
    max-width: 80%;
  }
  .temple .wogouVideo .videoBlock iframe {
    height: 188px;
  }
  .temple .plan-wrap {
    max-width: 95%;
  }
  .temple .plan-wrap .plan-list .list-item {
    display: flex;
    flex-direction: column;
    background-color: #EBEBEB;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-style: none;
    padding-top: 0;
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .temple .plan-wrap .plan-list .list-item .itemImage img {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .temple .plan-wrap .plan-list .list-item .itemContent {
    max-width: 90%;
    margin: auto;
    margin-top: 10px;
  }
  .temple .plan-wrap .plan-list .list-item .itemContent .contentTitle h3 {
    color: #4D4D4D;
    margin-top: 10px;
    margin-bottom: 10px;
    letter-spacing: 2px;
    font-weight: 800;
  }
  .temple .plan-wrap .plan-list .list-item .itemContent .contentDescription p {
    color: #4D4D4D;
  }
  .temple .plan-wrap .plan-list .list-item .itemContent .contentCTA {
    display: none;
  }
  .temple .plan-wrap .plan-list .list-item:hover .contentCTA {
    display: block;
    position: absolute;
    top: 32%;
    left: 37%;
    z-index: 12;
  }
  .temple .plan-wrap .plan-list .list-item:hover .contentCTA a {
    font-size: 1.2rem;
    background-color: rgba(255, 255, 255, 0.6);
  }
  .temple .plan-wrap .plan-list .list-item:hover .itemImage-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8); /* 藍色遮罩，0.3為透明度 */
    z-index: 11;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .temple .recordList .list-wrap {
    max-width: 85%;
    background-color: transparent;
  }
  .temple .recordList .list-wrap .list-item {
    background-color: white;
    border-radius: 20px;
    height: -moz-fit-content;
    height: fit-content;
  }
  .temple .recordList .list-wrap .list-item .year {
    display: none;
  }
  .temple .recordList .list-wrap .content {
    grid-column-gap: 10px;
    align-items: center;
    position: relative;
    flex-shrink: 0;
  }
  .temple .recordList .list-wrap .content .contentImage {
    height: 100%;
  }
  .temple .recordList .list-wrap .content .contentImage img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .temple .recordList .list-wrap .contentText .month {
    position: absolute;
    top: 10px;
    left: 10px;
  }
  .temple .recordList .list-wrap .contentText .month h5 {
    font-size: 1.2rem;
    padding: 8px 10px;
    border-radius: 30px;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .temple .recordList .list-wrap .contentText .contentTitle h2 {
    font-size: 0.895rem;
  }
  .temple .recordList .list-wrap .contentText .contentDescription p {
    font-size: 0.575rem;
    line-height: 1.5;
    letter-spacing: 1;
  }
  .temple .recordList .scrollIcon {
    display: none;
  }
  .temple .recordList .readmoreBtn {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    margin-top: 30px;
    border-radius: 20px;
    border-style: solid;
    background-color: white;
    padding: 12px 20px;
  }
  .temple .recordList .readmoreBtn a {
    color: #93B781;
    text-decoration: none;
    letter-spacing: 2px;
    font-size: 1.2rem;
  }
  .dragon .dragonVideo .VideoBlock {
    max-width: 80%;
  }
  .dragon .dragonVideo .VideoBlock iframe {
    height: 205px;
  }
  .dragon .dragonVideo .VideoBlock .videoDescription {
    padding: 30px 20px;
  }
  .dragon .dragonVideo .VideoBlock .videoDescription p {
    font-size: 0.975rem;
    letter-spacing: 1px;
  }
  .dragon .dragonVideo .VideoBlock .videoDescription ul li {
    font-size: 0.81rem;
    letter-spacing: 1px;
  }
  .dragon .dragonVideo .showblocks {
    grid-template-columns: 1fr 1fr;
  }
  .dragon .phonDonText {
    max-width: 80%;
    margin: auto;
    display: none;
  }
  .dragon .phonDonText p {
    font-size: 1.2rem;
  }
  .dragon .m-phoneDonText {
    display: block;
    max-width: 80%;
    margin: auto;
    margin-bottom: 40px;
  }
  .dragon .m-phoneDonText p {
    color: #8c6239;
    line-height: 1.5;
    font-size: 0.875rem;
    font-weight: 600;
  }
  .dragon .slogan {
    display: none;
  }
  .dragon .m-slogan {
    display: block;
    text-align: center;
    max-width: 60%;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 10px;
  }
  .dragon .m-slogan h4 {
    width: -moz-fit-content;
    width: fit-content;
    color: #8c6239;
    font-weight: 900;
    margin: auto;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 1px;
  }
  .dragon .phonDonImage .Image-wrap {
    max-width: 80%;
  }
  .dragon .phonDonImage .Image-wrap .bottom {
    flex-direction: column;
    gap: 15px;
  }
  .dragon .phonDonImage .Image-wrap .bottom .bleft, .dragon .phonDonImage .Image-wrap .bottom .bright {
    margin: 0;
  }
  .dragon .phonDonImage .Image-wrap .bottom .bright {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
  .dragon .phonDonImage .Image-wrap .bottom .bright img {
    height: auto;
  }
  .dragon .phonDonImage .Image-wrap .slogonImage {
    max-width: 80%;
  }
  .dragon .nightDragonImage .Image-wrap {
    max-width: 80%;
  }
  .dragon .nightDragonImage .Image-wrap .bottom {
    flex-direction: column;
    gap: 15px;
  }
  .dragon .nightDragonImage .Image-wrap .bottom .bleft {
    margin: 0;
  }
  .dragon .nightDragonImage .Image-wrap .bottom .bright {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
  .dragon .nightDragonImage .Image-wrap .bottom .bright img {
    height: auto;
  }
  .dragon .vegonTempleText {
    display: none;
  }
  .dragon #vegonTemple .m-vegonTempleText {
    display: block;
    max-width: 80%;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 40px;
  }
  .dragon #vegonTemple .m-vegonTempleText p {
    color: #8c6239;
    line-height: 1.5;
    font-size: 0.875rem;
    font-weight: 600;
  }
  .dragon #vegonTemple .vegonImages .topImage {
    max-width: 80%;
  }
  .dragon #vegonTemple .vegonImages .bottomImages {
    max-width: 90%;
    margin: auto;
    margin-top: 30px;
    grid-column-gap: 10px;
  }
  .dragon #vegonTemple .vegonImages .subText {
    font-size: 0.975rem;
  }
  .dragon #wildGod .slogon {
    max-width: 50%;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .dragon #wildGod .slogon h4 {
    line-height: 1.5;
  }
  .dragon #wildGod .wildText {
    display: none;
  }
  .dragon #wildGod .m-wildText {
    display: block;
    max-width: 80%;
    margin: auto;
    margin-bottom: 40px;
  }
  .dragon #wildGod .m-wildText p {
    color: #8c6239;
    font-size: 0.875rem;
    letter-spacing: 2px;
    line-height: 2;
  }
  .dragon #wildGod .wildImage {
    max-width: 50%;
  }
  .gailong, .lastnews {
    /* 響應式樣式 - 行動裝置 */
  }
}
@media screen and (max-width: 525px) and (max-width: 768px) {
  .gailong, .lastnews {
    /* 行動版元件樣式 */
    /* 桌面版標題隱藏 */
    /* 行動版覆蓋標題顯示 */
  }
  .gailong .street-dragon-section, .lastnews .street-dragon-section {
    width: 100%;
    margin: 0;
    border-radius: 0; /* 移除圓角以填滿邊緣 */
  }
  .gailong .image-container, .lastnews .image-container {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1; /* 保持正方形比例 */
    border-radius: 0; /* 確保沒有圓角 */
  }
  .gailong .full-width-image, .lastnews .full-width-image {
    width: 100%;
    border-radius: 0; /* 確保圖片沒有圓角 */
  }
  .gailong .desktop-title, .lastnews .desktop-title {
    display: none;
  }
  .gailong .mobile-overlay, .lastnews .mobile-overlay {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8); /* 半透明白色背景 */
    padding: 15px 0;
    z-index: 2;
  }
  .gailong .mobile-overlay .section-title, .lastnews .mobile-overlay .section-title {
    font-size: 20px;
    margin-bottom: 15px;
    color: #333;
  }
  .gailong .mobile-overlay .title-line, .lastnews .mobile-overlay .title-line {
    background-color: #333;
    max-width: 80%;
    margin: 0 auto;
  }
  .gailong .mobile-overlay .title-arrow, .lastnews .mobile-overlay .title-arrow {
    border-top-color: #333;
    border-left-width: 8px;
    border-right-width: 8px;
    border-top-width: 8px;
  }
  .gailong .subsection-title, .lastnews .subsection-title {
    color: black;
  }
}
@media screen and (max-width: 525px) {
  .gailong .title-container {
    padding: 30px 0;
  }
  .footer .footer-wrapper {
    position: relative;
    display: flex;
    max-width: 90%;
    margin: auto;
    justify-content: space-around;
    padding-top: 30px;
  }
  .footer .footer-wrapper .logo {
    text-align: center;
  }
  .footer .footer-wrapper .logo img {
    width: 100%;
  }
  .footer .footer-wrapper .info {
    width: 65%;
    padding-left: 5px;
    grid-template-rows: 35px 35px 35px;
  }
  .footer .footer-wrapper .info p {
    font-size: 10px;
    letter-spacing: 1px;
  }
  .footer .footer-wrapper .socialIcon {
    right: 0;
    bottom: 20%;
  }
  .footer .gototop {
    position: absolute;
    top: -8%;
    right: 5%;
    width: 30px;
    height: 30px;
  }
  .index .temple-banner {
    height: auto;
    padding-top: 40px;
  }
  .index .indexIntro .intro-wrapper .introContext {
    font-size: 1rem;
    line-height: 2;
  }
  .index .indexIntro .intro-wrapper .introCore {
    width: 70%;
  }
  .index .tabsection {
    display: none;
  }
  .index .brigeImage .about-card {
    max-width: 80%;
  }
  .index .brigeImage .about-text {
    font-size: 12px;
  }
  .index .brigeImage .about-button {
    font-size: 12px;
  }
  .index .brigeImage .brigebg {
    height: 250px;
  }
  .index .brigeImage .brigeImage-wrapper {
    padding-top: 30px;
  }
  .index .mobile-tabsection {
    display: inherit;
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 30%, #F7EFE1 30%, #F7EFE1 100%);
  }
  .index .mobile-tabsection .temple-container {
    max-width: 90%;
    padding-top: 30px;
    margin-bottom: 0;
  }
  .index .mobile-tabsection .main-tab {
    font-size: 12px;
  }
  .index .mobile-tabsection .main-tab.active {
    font-size: 14px;
    padding: 10px 25px;
  }
  .index .mobile-tabsection .custom-arrow.prev {
    top: -120px;
    left: -10px;
  }
  .index .mobile-tabsection .custom-arrow.next {
    top: -120px;
    right: -10px;
  }
  .index .indexLastnews .news-title {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .index .indexLastnews .news-title h2 {
    font-size: 1.2rem;
  }
  .index .indexLastnews .news-title p {
    font-size: 0.775rem;
  }
  .index .indexLastnews .news-title .title-decoration {
    margin-top: 15px;
  }
  .index .indexLastnews .news-title .title-arrow {
    top: 73%; /* 確保三角形頂部與線重合 */
  }
  .index .indexLastnews .splide {
    max-width: 80%;
  }
}/*# sourceMappingURL=style.css.map */