@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+TC&amp;display=swap");
html, body {
  font-family: "Noto Serif TC", sans-serif;
  background-color: #f4f0e3 !important;
  color: #504e4a;
}

p, ul {
  font-size: 16px;
}

.title {
  line-height: 1.5;
  color: #000;
  font-size: 24px;
}
@media (min-width: 992px) {
  .title {
    font-size: 36px;
  }
}
.title-1 {
  font-size: 36px;
}
.title-2 {
  font-size: 24px;
}
.title-3 {
  font-size: 21px;
}
.title-4 {
  font-size: 18px;
}
.title-5 {
  font-size: 16px;
}

.subtitle {
  font-size: 18px;
}
@media (min-width: 992px) {
  .subtitle {
    font-size: 24px;
  }
}

.chapter {
  background: #000000;
}

.text-14 {
  font-size: 14px;
}

.text-12 {
  font-size: 14px;
}

.text-60 {
  font-size: 60px;
}

.navbar {
  background-color: #f4f0e3;
}
.navbar-brand img {
  height: 100px;
}
.navbar .nav-link {
  color: #a9914d;
  font-weight: bold;
  font-size: 1rem;
  transition: color 0.3s;
}
@media (min-width: 992px) {
  .navbar .nav-link {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .navbar .nav-link {
    font-size: 16px;
  }
}
@media (min-width: 1400px) {
  .navbar .nav-link {
    font-size: 18px;
  }
}
.navbar .nav-link:hover {
  color: var(--haiyin-gold);
}

.content-bg {
  background-image: url("../images/content-bg.jpg");
  background-position: center 60px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  min-height: 100vh;
}

.img-shadow {
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.ad {
  background: left bottom url("../images/icon3.png") no-repeat #b6a05e;
}

.footer {
  background-color: #f4f0e3;
  padding: 60px 0;
  min-height: 600px;
}
.footer hr {
  border-color: #e7e5e4;
  opacity: 1;
}
.footer a {
  color: #333;
  text-decoration: none;
}
.footer a:hover {
  color: #c9a96e;
}

.footer-bg {
  background-image: url("../images/footer-bg.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 120%;
}
@media (min-width: 992px) {
  .footer-bg {
    min-height: 600px;
    background-size: contain;
  }
}

.social-icon svg {
  width: 22px;
  height: 22px;
  color: #ccc;
  transition: 0.3s;
}

.social-icon:hover svg {
  color: #c9a96e; /* 你的淡金色 */
  transform: translateY(-2px);
}

.text-gold {
  color: #c9a96e; /* 你的淡金色 */
}

.heading {
  color: #a9914d;
  width: 100%;
  position: relative;
  padding: 0;
}
@media (min-width: 768px) {
  .heading {
    padding: 30px 50px;
  }
}
@media (min-width: 992px) {
  .heading {
    padding: 60px 80px;
  }
}
.heading::before {
  position: absolute;
  top: -20px;
  left: 0;
  content: "“";
  font-size: 40px;
}
@media (min-width: 768px) {
  .heading::before {
    font-size: 80px;
    left: -60px;
  }
}
@media (min-width: 992px) {
  .heading::before {
    font-size: 120px;
  }
}
.heading::after {
  position: absolute;
  bottom: -40px;
  right: 0;
  content: "”";
  font-size: 40px;
}
@media (min-width: 768px) {
  .heading::after {
    font-size: 80px;
    right: -60px;
  }
}
@media (min-width: 992px) {
  .heading::after {
    font-size: 120px;
  }
}
.heading .heading-ch {
  font-size: 36px;
}
@media (min-width: 992px) {
  .heading .heading-ch {
    font-size: 60px;
  }
}
.heading .heading-en {
  font-size: 12px;
  color: #504e4a;
}

.quote-mark {
  font-size: 120px;
  color: #a9914d;
  line-height: 1;
}

.mainpic {
  width: 100%;
}
@media (min-width: 768px) {
  .mainpic {
    max-width: 200px;
  }
}
@media (min-width: 992px) {
  .mainpic {
    max-width: 300px;
  }
}
@media (min-width: 1200px) {
  .mainpic {
    max-width: 400px;
  }
}

.bread {
  color: #a9914d;
  font-size: 14px;
  display: inline-block;
  border-radius: 2px;
}

.navbar-brand img {
  height: 80px;
}

.section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.section-title .title {
  white-space: nowrap;
}
.section-title .line {
  flex: 1;
  height: 1px;
  background-color: #c8a96b;
}

.footer-title {
  font-size: 14px;
  padding-left: 15px;
}

.square {
  border-left: 2px solid #bfa060;
}

.mytable th {
  background: #324e19;
  color: #fff;
}
.mytable tr {
  background: #e0e0e0;
  color: #324e19;
}
.mytable td {
  background-color: none;
}

.question {
  border: 2px solid #c19b25;
  background: #f8f5ed;
  align-items: center;
}
.question .q {
  font-size: 60px;
  color: #b6a05e;
  line-height: 1;
}

.box {
  border: 2px solid #c19b25;
  background: #f8f5ed;
  background: center bottom url("../images/flower-bg.png") no-repeat;
  background-position-y: 110%;
  min-height: 200px;
}

.custom-lh {
  line-height: 1.75;
}

.catalog {
  min-height: 600px;
  background: #fcf9f4;
  border-top: 3px solid #a9914d;
  border-bottom: 3px solid #a9914d;
  position: relative;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
}
.catalog > .title {
  position: relative;
  background: #a9914d;
  color: #fff;
  text-align: center;
}
@media (min-width: 992px) {
  .catalog > .title {
    position: absolute;
    content: "";
    width: 130px;
    left: 50%;
    top: -30px;
    margin-left: -65px;
    text-align: center;
  }
}
.catalog a {
  font-size: 21px;
  color: #323232;
  text-decoration: none;
}
.catalog a:hover {
  color: #a9914d;
  text-decoration: underline;
}
.catalog .icon {
  width: 44px;
}

.scroll-middle {
  width: 100%;
  background: url("../images/scroll-middle.png") repeat-x;
}

.scroll-content {
  min-height: 600px;
  margin: 0 auto;
  background: #fff;
  border: 2px solid #a9914d;
}

.scroll-content-text {
  max-width: 500px;
  margin: 0 auto;
}

.scroll-left {
  margin-left: -15px;
}

.scroll-right {
  margin-right: -15px;
}

.num-title {
  font-size: 36px;
  color: #b6a05e;
  line-height: 1;
}
@media (max-width: 991.98px) {
  .num-title {
    font-size: 60px;
  }
}

.notice {
  background-color: #b2b2b2;
}

.round {
  background: #b79c5a;
  width: 80px;
  height: 80px;
  color: #f5f1e3;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.photo-sample {
  -o-object-fit: cover;
     object-fit: cover;
  height: 284px;
}

.chinese-marker {
  list-style: none;
  counter-reset: item;
}
.chinese-marker li {
  counter-increment: item;
  line-height: 2;
}
.chinese-marker li::before {
  content: counter(item, cjk-ideographic) "、";
  margin-right: 0.5rem;
  color: #c8a96b;
  font-weight: bold;
}

.grid-layout {
  display: grid;
  gap: 40px;
  /* =========================
     手機版：1欄
     照片在上、文字在下
  ========================= */
  grid-template-columns: 1fr;
  /* =========================
     平板以上：恢復原順序
  ========================= */
  /* =========================
     桌機：3欄
     第一格文字
     第二格照片
     第三格文字
     下一列依此類推
  ========================= */
}
.grid-layout .item:nth-child(2) {
  order: 1;
}
.grid-layout .item:nth-child(1) {
  order: 2;
}
.grid-layout .item:nth-child(4) {
  order: 3;
}
.grid-layout .item:nth-child(3) {
  order: 4;
}
.grid-layout .item:nth-child(6) {
  order: 5;
}
.grid-layout .item:nth-child(5) {
  order: 6;
}
@media (min-width: 768px) {
  .grid-layout {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-layout .item {
    order: initial;
  }
}
@media (min-width: 992px) {
  .grid-layout {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-layout .item-3,
.grid-layout .item-4 {
    grid-column: auto;
    grid-row: auto;
  }
}

.summary {
  border: 3px solid #b6a05e;
  border-radius: 10px;
  counter-increment: summary-count;
}
.summary > h5 {
  position: relative;
}
.summary > h5::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  margin-left: -44px;
  width: 88px;
  height: 4px;
  background: #b6a05e;
}
.summary > h5::before {
  content: counter(summary-count);
  position: absolute;
  left: 50%;
  top: -25px;
  margin-left: -120px;
  color: #e1d8bf;
  font-size: 60px;
  font-style: italic;
}

.number-01 h5::before {
  content: "1.";
}

.number-02 h5::before {
  content: "2.";
}

.number-03 h5::before {
  content: "3.";
}

.number-04 h5::before {
  content: "4.";
}

/* Mobile adjustments */
@media (max-width: 991.98px) {
  .navbar-brand img {
    height: 60px;
    margin-right: 0;
  }
  .navbar-nav {
    padding: 20px 0;
  }
}
/* 手機版才作用 */
@media (max-width: 991.98px) {
  .navbar-toggler {
    position: absolute;
    left: 12px;
    top: 40px;
    transform: translateY(-50%);
  }
  .navbar-brand {
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .navbar .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}
.dropdown-toggle::after {
  display: none;
}

.blend-multiply {
  mix-blend-mode: multiply;
}

.text-justify {
  text-align: justify;
}

.main-photo {
  aspect-ratio: 16/9;
  overflow: hidden;
}

.thumb-photo {
  aspect-ratio: 16/10;
  overflow: hidden;
}

.main-photo-section {
  position: relative;
}
.main-photo-section .photo-text {
  position: absolute;
  bottom: 7%;
  right: 3%;
  color: #fff;
  width: 70%;
}

.black-shadow {
  background: rgba(0, 0, 0, 0.6);
}

.side-content {
  flex: 1 1 0;
}

.middle-photo {
  width: 100%;
  flex-shrink: 0;
}
@media (min-width: 992px) {
  .middle-photo {
    max-width: 420px;
  }
}

.p6-bg {
  background: none;
}
@media (min-width: 992px) {
  .p6-bg {
    background: center right url("../images/p6-bg.jpg") no-repeat;
    background-position: 100% 60%;
  }
}

.author {
  position: relative;
}
.author::after {
  position: absolute;
  top: 50%;
  left: 0;
  margin-left: -50px;
  content: "";
  width: 20px;
  height: 1px;
  background-color: #b6a05e;
}
.author::before {
  position: absolute;
  top: 50%;
  right: 0;
  margin-right: -50px;
  content: "";
  width: 20px;
  height: 1px;
  background-color: #b6a05e;
}

.news {
  border: 3px solid #a9914d;
}
.news .border-left-top {
  background-color: #f4f0e2;
  margin-top: -3px;
  margin-left: -3px;
}
.news .border-right-top {
  background-color: #f4f0e2;
  margin-top: -3px;
  margin-right: -3px;
}
.news .border-left-bottom {
  background-color: #f4f0e3;
  margin-bottom: -3px;
  margin-left: -3px;
}
.news .border-right-bottom {
  background-color: #f4f0e3;
  margin-bottom: -3px;
  margin-right: -3px;
}

.news-middle .newstitle {
  position: relative;
  padding-bottom: 30px;
}
.news-middle .newstitle::after {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 50%;
  width: 120px;
  height: 5px;
  margin-left: -60px;
  background: #c8b06e;
}

.media {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
  /* 手機：1欄 */
}
@media (min-width: 768px) {
  .media {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 992px) {
  .media {
    grid-template-columns: repeat(5, 1fr);
  }
}

.pressrelease-head {
  background: #a9914d;
  color: #fff;
}
.pressrelease-body {
  background: #fff;
}

.temple-swiper .swiper-slide {
  aspect-ratio: 4/3;
  overflow: hidden;
}

.temple-swiper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}

.dharma-talk {
  background: url(../images/dharma-talk.png) no-repeat;
  background-size: 100%;
  min-height: 574px;
  width: 100%;
}
.dharma-talk-middle {
  border: 4px solid #a9914d;
  width: 90%;
  margin: 0 auto;
  background: rgb(227, 209, 174);
}
@media (min-width: 768px) {
  .dharma-talk-middle {
    background: rgba(227, 209, 174, 0.4);
  }
}
.dharma-talk-text {
  width: 100%;
  max-width: 584px;
}
.dharma-talk-text img {
  width: 100%;
}
@media (min-width: 992px) {
  .dharma-talk {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (min-width: 1200px) {
  .dharma-talk {
    min-height: 620px;
  }
}

.photoshow {
  position: relative;
  width: 100%;
  max-width: 1176px;
  min-height: 700px;
  margin: auto;
}

.show5 {
  width: 100%;
  display: block;
  mix-blend-mode: multiply;
}

.show1,
.show2,
.show3,
.show4 {
  position: absolute;
  width: 100%;
  width: 272px;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}

.show1 {
  top: 40px;
  left: 20px;
}

.show2 {
  top: 40px;
  right: 20px;
}

.show3 {
  bottom: 40px;
  left: 20px;
}

.show4 {
  bottom: 40px;
  right: 20px;
}

@media (max-width: 991px) {
  .photoshow {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    min-height: auto;
  }
  .show5 {
    grid-column: 1/-1;
  }
  .show1,
.show2,
.show3,
.show4 {
    position: static;
    width: 100%;
  }
}
.qr-img {
  width: 100%;
  max-width: 220px;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin: auto;
}

.vertical-text {
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  text-orientation: upright;
  white-space: nowrap;
}

.photo-item {
  aspect-ratio: 1/1;
  overflow: hidden;
}
@media (min-width: 992px) {
  .photo-item {
    aspect-ratio: 1/1.5;
  }
}
.photo-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.custom-list {
  list-style: none;
  padding-left: 0;
}
.custom-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 1rem;
}
.custom-list li::before {
  content: "●";
  color: #504e4a;
  font-size: 1.2rem;
  line-height: 1.6;
  flex-shrink: 0;
}

.title-bar {
  width: 10px;
  height: 44px;
  background: #c19e3e;
  display: inline-block;
  border-radius: 10px;
}

.accordion-item {
  border: 2px solid #c19b25;
  border-radius: 10px;
}
.accordion-item .faq-qa {
  font-size: 36px;
  font-weight: normal;
  font-style: italic;
  color: #b89b5e;
  margin-right: 0.25rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .accordion-item .faq-qa {
    font-size: 48px;
  }
}
@media (min-width: 992px) {
  .accordion-item .faq-qa {
    font-size: 60px;
  }
}

.accordion-button {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7;
  padding: 1.3rem 1rem;
  box-shadow: none !important;
  background: transparent;
  font-weight: normal;
  border-bottom: none;
  align-items: flex-start;
}
@media (min-width: 992px) {
  .accordion-button {
    align-items: center;
  }
}

.accordion-button::after {
  background-image: none !important;
  content: "\f282"; /* bootstrap icon */
  font-family: "bootstrap-icons";
  font-size: 1rem;
  font-weight: bold;
  color: #b89b5e;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(0deg);
  transition: transform 0.3s ease;
}

/* 展開後旋轉 */
.accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
  color: #8d6b2f;
}

.accordion-button:not(.collapsed) {
  background: transparent;
  color: #000;
  border-bottom: 1px solid #c19b25;
}

.accordion-item:not(:first-of-type) {
  border-top: 2px solid #c19b25 !important;
}

.accordion-body {
  padding: 1.5rem 1rem 2rem;
  color: #444;
  font-size: 1rem;
  line-height: 1.95;
}

.activity-card,
.small-card {
  overflow: hidden;
}

/* 圖片 */
.activity-card img,
.small-card img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

/* 大卡 */
.large-card img {
  height: 500px;
}

/* 下方文字 */
.activity-content {
  padding: 1.2rem;
}

.activity-content h4 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.activity-content p {
  margin-bottom: 0;
  line-height: 1.8;
}

/* 小卡 */
.small-card-title {
  padding: 1rem 1.25rem;
  font-weight: 600;
  font-size: 1.1rem;
}

.news-card h4 {
  border-left: 5px solid #b58e3f;
}

.section-title {
  font-size: 30px;
  line-height: 1.4;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .section-title {
    font-size: 36px;
  }
}
@media (min-width: 992px) {
  .section-title {
    font-size: 48px;
  }
}

.section-subtitle {
  display: inline-block;
  color: #b08b4f;
  letter-spacing: 1px;
}

.btn-outline-gold {
  border: 1px solid #b08b4f;
  color: #b08b4f;
  padding: 14px 40px;
  border-radius: 0;
}
.btn-outline-gold:hover {
  background: #b08b4f;
  color: #fff;
}

/* Hero */
.hero-main {
  position: relative;
  height: auto;
  display: flex;
  align-items: center; /* 🔥 垂直置中 */
  justify-content: center;
}
@media (min-width: 1400px) {
  .hero-main {
    height: 800px;
  }
}

.hero-main::before {
  content: "";
  position: absolute;
  inset: 0;
  background: top center/cover no-repeat url("../images/hero-bg.jpg");
  pointer-events: none;
  z-index: 0;
  opacity: 0.7;
}

/* 固定 hero 高度 */
/* picture 滿版 */
.hero-item picture {
  position: absolute;
  inset: 0;
}

/* 圖片滿版 */
.heroSwiper {
  max-width: 1200px;
  height: 675px;
  margin: auto;
}

.hero-item {
  width: 100%;
  max-width: 1200px;
  height: 650px;
  position: relative;
  display: flex;
  align-items: center;
}

.hero-item picture,
.hero-item img {
  width: 100%;
  height: auto;
  display: block;
}

.more-link {
  color: #000;
}

/* 箭頭改成固定在視窗兩側 */
.heroSwiper .swiper-button-next,
.heroSwiper .swiper-button-prev {
  color: #fff;
  width: 48px;
  height: 48px;
}

/* 左右貼視窗 */
.heroSwiper .swiper-button-prev {
  left: 2vw;
}

.heroSwiper .swiper-button-next {
  right: 2vw;
}

.swiper-pagination-bullet-active {
  background: yellowgreen;
}

/* Video */
.video-banner {
  overflow: hidden;
}
.video-banner img {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}

/* =========================
   首頁透明 Navbar
========================= */
.navbar-home {
  background: transparent;
  /* 滾動後變有底色 */
}
.navbar-home .navbar-toggler {
  color: white;
}
.navbar-home .nav-link {
  color: white;
}
.navbar-home.scrolled {
  background: rgba(0, 0, 0, 0.75);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
}

.small {
  font-size: 12px;
}/*# sourceMappingURL=main.css.map */