@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&family=Noto+Sans+TC:wght@100..900&family=Quicksand:wght@300..700&display=swap");
.page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  clear: both;
  width: 100%;
  text-align: center;
  font-size: 20px;
  gap: 20px;
  margin: 100px auto 20px;
  font-weight: 500;
}
@media all and (max-width: 768px) {
  .page {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 50px auto 9px;
    gap: 10px;
  }
}
.page dt,
.page dd {
  vertical-align: baseline;
  display: inline-block;
  text-align: center;
}
.page dt a,
.page dd a {
  display: block;
  text-decoration: none;
}
.page dd {
  position: relative;
  cursor: pointer;
}
.page dd a {
  position: relative;
  display: block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #4c4c4c;
  font-size: 18px;
  font-weight: 700;
}
@media all and (max-width: 768px) {
  .page dd a {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
@media all and (min-width: 992px) {
  .page dd a:hover {
    color: #649033;
  }
}
.page dd.active a {
  color: #fff;
  background-color: #649033;
  border-radius: 1000px;
}
.page dt.rtbn a,
.page dt.ltbn a {
  width: 45px;
  height: 45px;
  margin: 0 auto;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media all and (max-width: 768px) {
  .page dt.rtbn a,
  .page dt.ltbn a {
    width: 30px;
    height: 30px;
  }
}
.page dt.ltbn a {
  margin-right: 5px;
  position: relative;
  width: 45px;
  aspect-ratio: 1;
}
@media all and (max-width: 768px) {
  .page dt.ltbn a {
    width: 30px;
  }
}
.page dt.ltbn a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  margin-left: auto;
  width: 10px;
  aspect-ratio: 1/2;
  -webkit-mask: url("../images/common/page_arrow_L.svg") center/contain no-repeat;
          mask: url("../images/common/page_arrow_L.svg") center/contain no-repeat;
  background-color: #649033;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
@media all and (max-width: 768px) {
  .page dt.ltbn a::before {
    width: 6px;
  }
}
@media all and (min-width: 992px) {
  .page dt.ltbn a:hover {
    background-color: rgba(100, 144, 51, 0.2);
    border-radius: 1000px;
  }
}
.page dt.rtbn a {
  margin-left: 5px;
  position: relative;
  width: 45px;
  height: auto;
  aspect-ratio: 1;
}
@media all and (max-width: 768px) {
  .page dt.rtbn a {
    width: 30px;
  }
}
.page dt.rtbn a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  margin-right: auto;
  width: 10px;
  aspect-ratio: 1/2;
  -webkit-mask: url("../images/common/page_arrow_R.svg") center/contain no-repeat;
          mask: url("../images/common/page_arrow_R.svg") center/contain no-repeat;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  background-color: #649033;
}
@media all and (max-width: 768px) {
  .page dt.rtbn a::before {
    width: 6px;
  }
}
@media all and (min-width: 992px) {
  .page dt.rtbn a:hover {
    background-color: rgba(100, 144, 51, 0.2);
    border-radius: 1000px;
  }
}
.page .ltbn.nopage a,
.page .rtbn.nopage a {
  pointer-events: none;
}
.page .ltbn.nopage a::before,
.page .rtbn.nopage a::before {
  background-color: #CCCCCC;
}

body {
  background-color: #f7f1e1;
}

main {
  position: relative;
}
main .footer-wave {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  background: url("../images/index/pc_footer.svg") center/cover no-repeat;
  width: 100%;
  height: 120px;
  z-index: 1;
}
@media all and (max-width: 768px) {
  main .footer-wave {
    bottom: -1px;
    background: url("../images/index/mb_footer.svg") center/cover no-repeat;
    width: 100%;
    height: auto;
    aspect-ratio: 1/0.130208;
  }
}
main .people {
  position: absolute;
  bottom: 1vw;
  left: 2vw;
  background: url("../images/common/people.png") center/contain no-repeat;
  max-width: 126px;
  width: 6.5vw;
  aspect-ratio: 1/1.26984;
  z-index: 1;
}
@media all and (min-width: 769px) and (max-width: 991px) {
  main .people {
    max-width: 95px;
    width: 24.7vw;
    bottom: -2vw;
  }
}
@media all and (max-width: 768px) {
  main .people {
    max-width: 95px;
    width: 24.7vw;
    left: 2.6vw;
    bottom: -2vw;
  }
}

.faq {
  position: relative;
}
.faq .left-birds {
  position: absolute;
  top: 12.7vw;
  left: 3.9vw;
  background: url("../images/common/birds_1.png") center/contain no-repeat;
  max-width: 249px;
  width: 12.9vw;
  aspect-ratio: 1/0.59036;
}
@media all and (max-width: 991px) {
  .faq .left-birds {
    display: none;
  }
}
.faq .left-cloud {
  position: absolute;
  top: 59.7vw;
  left: 0;
  background: url("../images/common/cloud_3.png") center/contain no-repeat;
  max-width: 802px;
  width: 41.7vw;
  aspect-ratio: 1/0.40399;
}
@media all and (max-width: 991px) {
  .faq .left-cloud {
    display: none;
  }
}
.faq .right-cloud {
  position: absolute;
  top: 54vw;
  right: 0;
  background: url("../images/common/cloud_4.png") center/contain no-repeat;
  max-width: 186px;
  width: 9.6vw;
  aspect-ratio: 1/0.44086;
}
@media all and (max-width: 991px) {
  .faq .right-cloud {
    display: none;
  }
}
.faq .right-birds {
  position: absolute;
  top: 96vw;
  right: 0;
  background: url("../images/common/birds_2.png") center/contain no-repeat;
  max-width: 249px;
  width: 12.9vw;
  aspect-ratio: 1/0.590361;
}
@media all and (max-width: 991px) {
  .faq .right-birds {
    display: none;
  }
}
.faq .bg-txt {
  position: absolute;
  left: 4.16vw;
  bottom: 180px;
  font-family: "Caveat", sans-serif;
  font-size: 100px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  color: #95BEDE;
  opacity: 0.24;
  width: 100%;
}
@media all and (max-width: 1440px) {
  .faq .bg-txt {
    font-size: 5.2083333333vw;
  }
}
@media all and (max-width: 991px) {
  .faq .bg-txt {
    font-size: 50px;
    left: 5.2vw;
    bottom: 29.4vw;
  }
}

.faq-container {
  position: relative;
  z-index: 1;
  padding-top: 72px;
  padding-bottom: 350px;
}
@media all and (max-width: 768px) {
  .faq-container {
    padding-top: 50px;
    padding-bottom: 240px;
  }
}

.content-wrap .card-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media all and (max-width: 991px) {
  .content-wrap .card-list {
    gap: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.content-wrap .card {
  position: relative;
  width: calc((100% - 48px) / 3);
  height: 482px;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}
@media all and (max-width: 991px) {
  .content-wrap .card {
    width: calc((100% - 24px) / 2);
  }
}
@media all and (max-width: 768px) {
  .content-wrap .card {
    width: 100%;
    height: 400px;
  }
}
.content-wrap .card .skin {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  padding: 28px;
  -webkit-transition: -webkit-transform 0.8s ease;
  transition: -webkit-transform 0.8s ease;
  transition: transform 0.8s ease;
  transition: transform 0.8s ease, -webkit-transform 0.8s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media all and (max-width: 991px) {
  .content-wrap .card .skin {
    padding: 15px;
  }
}
.content-wrap .card .no {
  display: inline-block;
  width: 45px;
  height: 45px;
  text-align: center;
  border-radius: 50%;
  font-family: "Quicksand", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 45px;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
@media all and (max-width: 991px) {
  .content-wrap .card .no {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    margin-bottom: 11px;
  }
}
.content-wrap .card .content {
  font-family: "Noto Sans TC", sans-serif;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0 12px;
}
.content-wrap .card .content ul,
.content-wrap .card .content ol {
  margin: 0;
  padding-left: 0.5em; /* 保留縮排，不會太大 */
}
.content-wrap .card .content ol {
  list-style-type: decimal;
}
.content-wrap .card .content .li {
  margin: 0 0 0.5em 0; /* 控制 li 的間距 */
  line-height: inherit;
}
.content-wrap .card .act-btn {
  position: absolute;
  bottom: 28px;
  right: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
}
@media all and (max-width: 991px) {
  .content-wrap .card .act-btn {
    width: 40px;
    height: 40px;
  }
}
.content-wrap .card .act-btn img {
  display: block;
}
.content-wrap .front {
  background-color: #649033;
  cursor: pointer;
}
.content-wrap .front .no {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.content-wrap .front .content {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #fff;
  height: 12.8em;
  overflow-y: auto;
}
.content-wrap .front .content::-webkit-scrollbar {
  width: 3px;
}
.content-wrap .front .content::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.2);
}
.content-wrap .front .content::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 3px;
}
@media all and (max-width: 991px) {
  .content-wrap .front .content {
    font-size: 20px;
  }
}
.content-wrap .front .act-btn {
  background-color: rgba(255, 255, 255, 0.2);
}
.content-wrap .back {
  background-color: #fff;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.content-wrap .back .no {
  background-color: rgba(140, 101, 35, 0.2);
  color: #7A5820;
}
.content-wrap .back .content {
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  height: 16.2em;
  overflow-y: auto;
}
@media all and (max-width: 991px) {
  .content-wrap .back .content {
    height: 18em;
  }
}
@media all and (max-width: 768px) {
  .content-wrap .back .content {
    height: 14.4em;
  }
}
.content-wrap .back .content::-webkit-scrollbar {
  width: 3px;
}
.content-wrap .back .content::-webkit-scrollbar-track {
  background: rgba(204, 204, 204, 0.3);
}
.content-wrap .back .content::-webkit-scrollbar-thumb {
  background: rgba(140, 101, 35, 0.3);
  border-radius: 3px;
}
.content-wrap .back .content span {
  font-weight: 500;
  line-height: inherit;
}
.content-wrap .back .content .style-default {
  color: #4c4c4c;
  font-weight: 400;
}
.content-wrap .back .content .style-01 {
  color: #649033;
  font-weight: 500;
}
.content-wrap .back .content .style-02 {
  color: #7A5820;
  font-weight: 500;
}
.content-wrap .back .act-btn {
  cursor: pointer;
  background-color: rgba(140, 101, 35, 0.2);
}
.content-wrap .card.flipped .front {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.content-wrap .card.flipped .back {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}