@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Alumni+Sans+SC:ital,wght@0,100..900;1,100..900&family=Noto+Sans+TC:wght@100..900&display=swap");
* {
  list-style: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

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

a {
  text-decoration: none;
  transition: 0.5s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  display: inline-block;
  margin: 0;
  font-weight: 500;
}

h1 {
  font-size: calc(2rem + 0.5vw);
}

h2 {
  font-size: calc(1.7rem + 0.4vw);
}

h3 {
  font-size: calc(1.45rem + 0.4vw);
}

h4 {
  font-size: calc(1.3rem + 0.2vw);
}

h5 {
  font-size: calc(1.2rem + 0.2vw);
  font-weight: 400;
}

h6 {
  font-size: calc(1rem + 0.2vw);
  font-weight: 400;
}

p,
span,
li,
small {
  font-size: calc(1.07rem + 0.1vw);
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1px;
  text-align: justify;
  margin: 0;
}

small {
  font-size: calc(1rem + 0.3vw);
}

hr {
  width: 90%;
  display: flex;
  justify-self: center;
  border-top: 1px dotted #3b3b3b;
  margin: 16px 0;
}

.isNumberFontSize {
  font-size: calc(1.3rem + 0.2vw);
  font-weight: 400;
}

section {
  scroll-margin-top: calc(var(--navbar-Height) / 2);
  position: relative;
  padding: 90px 0;
}
@media (max-width: 576px) {
  section {
    padding: 70px 0;
  }
  section:nth-of-type(2) {
    padding-top: 120px !important;
  }
}
section:nth-of-type(1) {
  padding: 0;
}
section:nth-of-type(2) {
  padding-top: 150px;
}
section:nth-last-of-type(1) {
  padding-bottom: 0;
  padding: 0;
}
section:nth-of-type(odd):not(:first-of-type):not(:last-of-type) {
  background: rgba(182, 122, 61, 0.7);
  mix-blend-mode: multiply;
}

.sectionTitle {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-items: center;
  align-items: center;
  justify-self: center;
  padding: 12px 0px;
  margin: auto;
  z-index: 0;
  position: relative;
  isolation: isolate;
}
.sectionTitle * {
  letter-spacing: normal;
}
.sectionTitle h2 {
  display: inline-block;
  font-size: calc(2.2rem + 0.3vw);
  font-family: ar-weibeib5, "Noto Sans TC", sans-serif;
  font-weight: 600;
  white-space: nowrap;
  color: #3e5a3a;
  text-align: center;
  letter-spacing: 4px;
  line-height: 1;
  margin: auto;
  padding: 4px;
  text-shadow: 0px 2px 2px rgba(255, 255, 255, 0.4), 0px 4px 4px rgba(255, 255, 255, 0.1);
  position: relative;
  isolation: isolate;
}
.sectionTitle .h2_dec {
  width: fit-content;
  height: 100%;
  padding: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -12%;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: -1;
}
@media (max-width: 767.98px) {
  .sectionTitle .h2_dec {
    top: -10%;
  }
}
@media (max-width: 425px) {
  .sectionTitle .h2_dec span {
    font-size: calc(6rem + 0.3vw) !important;
  }
}
.sectionTitle .h2_dec span {
  color: rgb(29.9527027027, 43.4797297297, 28.0202702703);
  font-size: calc(6.5rem + 0.3vw);
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1;
  text-wrap-mode: nowrap;
  writing-mode: horizontal-tb;
  opacity: 0.15;
  position: relative;
  isolation: isolate;
  z-index: 0;
}
.sectionTitle .h2_dec hr {
  display: none;
  width: 100%;
  border-top: 1px solid #3e5a3a;
  margin: 1rem 0 !important;
  opacity: 0.3;
}

.btn {
  width: 100%;
  letter-spacing: normal;
  color: #8c2f20;
  background: white;
  border: 1px solid #8c2f20;
  padding: 8px 16px;
  transition: 0.3s ease-in;
}
.btn:hover {
  color: white;
  background: #8c2f20 !important;
  border: 1px solid white;
}
.btn:hover i,
.btn:hover span {
  color: white !important;
}
.btn i {
  line-height: normal;
  padding-right: 2px;
  animation: pulse 1s infinite ease-in-out;
}
.btn.fillBtn {
  color: white;
  background: #8c2f20;
  border: 1px solid white;
}
.btn.fillBtn:hover {
  color: rgb(98.488372093, 33.0639534884, 22.511627907);
  background: white !important;
  border: 1px solid #8c2f20;
}
.btn.fillBtn:hover i,
.btn.fillBtn:hover span {
  color: #8c2f20 !important;
}
.btn.LINE {
  color: white;
  background: #2eb900;
}
.btn.LINE i,
.btn.LINE span {
  color: white;
}
.btn.LINE:hover {
  color: #2eb900;
  border: 1px solid #2eb900;
  background: white;
}
.btn.LINE:hover i,
.btn.LINE:hover span {
  color: #2eb900 !important;
}
.btn.FB {
  color: white;
  background: #0765ff;
}
.btn.FB i,
.btn.FB span {
  color: white;
}
.btn.FB:hover {
  color: #0765ff;
  border: 1px solid #0765ff;
  background: white;
}
.btn.FB:hover i,
.btn.FB:hover span {
  color: #0765ff !important;
}
.btn.IG {
  color: white;
  background: linear-gradient(45deg, #d88e55, #a421a7);
}
.btn.IG i,
.btn.IG span {
  color: white;
}
.btn.IG:hover {
  border: 1px solid transparent;
  background-image: linear-gradient(#fff, #fff), linear-gradient(45deg, #d88e55, #a421a7) !important;
  background-origin: padding-box, border-box !important;
  background-clip: padding-box, border-box !important;
}
.btn.IG:hover i,
.btn.IG:hover span {
  color: transparent;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(45deg, #d88e55, #a421a7);
  background-clip: text;
  -webkit-background-clip: text;
}

.smallMark {
  display: inline-flex;
  color: white;
  background: rgba(62, 90, 58, 0.8);
  letter-spacing: 4px;
  border-radius: 50px;
}

.interval {
  width: 100%;
  height: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.interval .intervalBg {
  width: 100%;
  height: 40vh;
  max-height: 350px;
  position: relative;
  isolation: isolate;
}
.interval .intervalBg::before {
  content: "";
  width: 100%;
  height: 100%;
  background: black;
  mix-blend-mode: multiply;
  opacity: 0.2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.interval .intervalBg img {
  object-position: center 15%;
  transform: rotateY(180deg);
}
.interval .intervalTxt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.interval .intervalTxt h4,
.interval .intervalTxt p {
  color: #f6f1e9;
  text-shadow: 1px 1px 0px rgba(59, 59, 59, 0.5), 0px 0px 6px rgba(59, 59, 59, 0.2);
}
.interval .intervalTxt p {
  margin: 12px 0;
}

.catalogList .catalogItem h5 {
  width: 100%;
  color: #b67a3d;
  padding: 12px;
  position: relative;
  isolation: isolate;
}
.catalogList .catalogItem h5::before {
  content: "";
  width: 100%;
  height: 100%;
  clip-path: polygon(0% 0%, 500% 0%, 60% 30%, 0% 300%);
  background: #3e5a3a;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media (max-width: 425px) {
  .catalogList .catalogItem h5::before {
    clip-path: polygon(0% 0%, 0% 0%, 100% 0%, 0% 325%);
  }
}
.catalogList .catalogCard {
  position: relative;
}
.catalogList .catalogCard img {
  height: 150px;
  aspect-ratio: 1;
  border-radius: 4px;
}
@media (min-width: 992px) {
  .catalogList .catalogCard img {
    height: 300px;
  }
}
.catalogList .catalogCard h5 {
  font-weight: 500;
}
.catalogList .catalogCard ul {
  margin-bottom: 0;
}
.catalogList .catalogCard i {
  font-size: calc(1rem + 0.2vw);
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1rem;
  text-shadow: 0px 0px 3px rgba(59, 59, 59, 0.7);
}
.catalogList .nav-tabs {
  width: 96%;
  gap: 1rem;
  margin: auto;
  justify-content: center;
  padding: 0px 12px;
  border-bottom: 1px solid rgba(59, 59, 59, 0.4);
}
.catalogList .nav-tabs .nav-link {
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.catalogList .nav-tabs .nav-link span {
  font-size: calc(1.05rem + 0.2vw);
  font-weight: 400;
  color: #3b3b3b;
  letter-spacing: 2px;
}
.catalogList .nav-tabs .nav-link.active {
  background: #b67a3d;
  padding: 4px 20px;
}
.catalogList .nav-tabs .nav-link.active span {
  color: white;
}
.catalogList .tab-content > .active {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: start;
}

@keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: var(--anime-position) scale(0.85);
  }
  to {
    opacity: 1;
    transform: var(--anime-position) scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: var(--anime-position) scale(0.3);
  }
  50% {
    opacity: 1;
    transform: var(--anime-position) scale(1.05);
  }
  70% {
    transform: var(--anime-position) scale(0.9);
  }
  100% {
    transform: var(--anime-position) scale(1);
  }
}
@keyframes ZoomInOut {
  0% {
    transform: var(--anime-position) scale(0.3);
  }
  50% {
    transform: var(--anime-position) scale(1.1);
  }
  100% {
    transform: var(--anime-position) scale(0.3);
  }
}
@keyframes ZoomInOut-1 {
  0% {
    transform: var(--anime-position) scale(0.5);
  }
  100% {
    transform: var(--anime-position) scale(3);
    opacity: 0;
  }
}
@keyframes ZoomInOut-2 {
  0% {
    transform: var(--anime-position) scale(0.5);
  }
  100% {
    transform: var(--anime-position) scale(5);
    opacity: 0;
  }
}
@keyframes moveRight {
  0% {
    transform: var(--anime-position);
  }
  100% {
    transform: translate(157%, 80%) scale(0.3);
  }
}
@keyframes dotFadeOut {
  0% {
    transform: translate(157%, 80%) scale(0.3);
    opacity: 1;
  }
  100% {
    transform: translate(157%, 80%) scale(0.3);
    opacity: 0;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes sliderOutfadeOut {
  0% {
    transform: var(--anime-position);
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    transform: translate(100%, -50%);
    display: none;
  }
}
@keyframes flash {
  0% {
    opacity: var(--bgImg-opacity);
  }
  50% {
    opacity: 0.7;
  }
  90% {
    opacity: var(--bgImg-opacity);
  }
  100% {
    opacity: var(--bgImg-opacity);
  }
}
@keyframes tadaFade {
  0% {
    color: var(--tada-color-1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(var(--tada-scale-start), var(--tada-scale-start), var(--tada-scale-start)) rotate(var(--tada-rotate));
  }
  90% {
    color: var(--tada-color-2);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(var(--tada-scale-end), var(--tada-scale-end), var(--tada-scale-end)) rotate(calc(var(--tada-rotate) * -6));
  }
  40%, 60%, 80% {
    transform: scale3d(var(--tada-scale-end), var(--tada-scale-end), var(--tada-scale-end)) rotate(var(--tada-rotate));
  }
  100% {
    color: var(--tada-color-1);
    transform: scale3d(1, 1, 1);
  }
}
body {
  font-family: "Alumni Sans SC", "Noto Sans TC", sans-serif;
  color: #3b3b3b;
  background: #f6f1e9;
  overflow-x: hidden;
  position: relative;
}
body .bodyBg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: -1;
  mix-blend-mode: multiply;
}
body .bodyBg::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/decorate/bg.avif) no-repeat center/cover;
  opacity: 0.07;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body main {
  position: relative;
  z-index: 0;
}

header .navbar {
  background: linear-gradient(to bottom, #3e5a3a, rgb(34.2256756757, 49.6824324324, 32.0175675676));
  padding: 1rem 0;
  transition: 0.3s ease;
}
@media (max-width: 991.98px) {
  header .navbar {
    padding: 0.8rem 0;
  }
}
header .navbar .navbar-brand {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0;
}
header .navbar .navbar-brand .brandTxt {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 8px;
  position: relative;
}
header .navbar .navbar-brand .brandTxt h3 {
  font-size: calc(1.7rem + 0.4vw);
  font-weight: 500;
  color: #b67a3d;
  letter-spacing: 2px;
  line-height: normal;
}
header .navbar .navbar-brand .brandTxt span {
  font-size: calc(1.1rem + 0.2vw);
  font-weight: 400;
  color: #3b3b3b;
  letter-spacing: normal;
  line-height: normal;
}
header .navbar .navbar-brand .brandTxt .smallMark {
  border-radius: 4px;
  margin-left: 4px;
}
header .navbar .navbar-brand .brandTxt .smallMark span {
  font-size: calc(0.9rem + 0.2vw);
  color: white;
  line-height: 1;
  padding: 4px 10px;
  position: relative;
}
header .navbar .navbar-brand .logoImg {
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .navbar .navbar-brand .logoImg img {
  width: auto;
  object-fit: contain;
}
header .navbar .navbar-toggler {
  width: 56px;
  height: 40px;
  border-radius: 50%;
  border: 0;
  margin-left: auto;
}
header .navbar .navbar-toggler:focus {
  box-shadow: none;
}
header .navbar .navbar-toggler .hamburger-icon {
  display: flex;
  gap: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
header .navbar .navbar-toggler .hamburger-icon hr {
  width: 100%;
  margin: 0;
  border: 1.5px solid #f6f1e9;
  opacity: 1;
  transition: 0.3s ease;
}
header .navbar .navbar-toggler.closeBtn .hamburger-icon {
  width: 100%;
  height: 100%;
  position: relative;
}
header .navbar .navbar-toggler.closeBtn .hamburger-icon hr {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
header .navbar .navbar-toggler.closeBtn .hamburger-icon hr:nth-of-type(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
header .navbar .navbar-collapse {
  width: 100%;
  align-self: stretch;
  justify-content: end;
  align-items: center;
}
header .navbar .navbar-collapse .navbar-nav {
  height: 100%;
  gap: 8px;
  align-items: center;
}
@media (max-width: 991.98px) {
  header .navbar .navbar-collapse .navbar-nav {
    gap: 16px;
  }
}
@media (min-width: 992px) {
  header .navbar .navbar-collapse .navbar-nav .nav-item {
    height: 100%;
  }
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  height: 100%;
  color: #f6f1e9;
  font-size: calc(1.1rem + 0.2vw);
  letter-spacing: 3px;
  line-height: normal;
  padding: 4px 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-shadow: 0px 2px 4px rgba(67.4074074074, 45.1851851852, 22.5925925926, 0.6);
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
  color: transparent !important;
  text-shadow: unset;
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover span {
  color: #f6f1e9;
  opacity: 1;
  top: 70%;
  z-index: 2;
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover span::before {
  height: 32px;
  transform: translate(-50%, -80%);
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link span {
  width: 100%;
  color: transparent;
  font-size: calc(1.4rem + 0.2vw);
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.3;
  text-shadow: initial;
  text-transform: uppercase;
  opacity: 0;
  padding: 4px 0px;
  margin-bottom: -4px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.4s ease;
  z-index: -1;
  isolation: isolate;
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link span::before {
  content: "";
  width: 100%;
  height: 0%;
  background: url(../images/decorate/navbar_item_bg.avif) no-repeat center/contain;
  position: absolute;
  bottom: 15%;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: -1;
  transition: 0.3s ease;
}
header .navbar .navbar-collapse .navbar-nav .nav-item .fillBtn {
  padding: 4px 8px;
}
header .navbar .navbar-collapse .navbar-nav .nav-item .fillBtn span {
  font-weight: 400;
}
header .navbar .btnBox {
  width: 15%;
  max-width: 100px;
  height: 100%;
}
@media (max-width: 991.98px) {
  header .navbar .btnBox {
    width: fit-content;
    max-width: unset;
    height: fit-content;
    margin-top: 12px;
  }
  header .navbar .btnBox .fillBtn {
    padding: 10px 20px !important;
    border-radius: 0px !important;
  }
}
header .navbar .btnBox .fillBtn {
  width: 65px;
  height: 65px;
  background: #b67a3d;
  padding: 8px;
  border: unset;
  border-radius: 50%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  box-shadow: -2px 0px 3px rgba(0, 0, 0, 0.15);
}
header .navbar .btnBox .fillBtn:hover i,
header .navbar .btnBox .fillBtn:hover span {
  text-shadow: unset !important;
}
header .navbar .btnBox .fillBtn i {
  font-size: calc(2rem + 0.2vw);
  --tada-color-1: rgba(182, 122, 61, 1);
  --tada-color-2: rgba(255, 255, 255, 1);
  --tada-scale-start: 0.9; /* 最小縮小 */
  --tada-scale-end: 1.1; /* 最大放大 */
  --tada-rotate: 3deg; /* 左右搖擺角度 */
  animation: tadaFade 1s infinite;
}
header .navbar .btnBox .fillBtn span {
  display: none;
  font-size: calc(1rem + 0.2vw);
  font-weight: 400;
  line-height: 1.3;
}

.banner {
  width: 100%;
  height: 90vh;
  background: #f6f1e9;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: var(--navbar-Height);
  position: relative;
  isolation: isolate;
}
.banner .carousel-txt-box {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  isolation: isolate;
}
.banner .f-carousel {
  width: 100%;
  height: 100%;
  margin-right: auto;
  position: relative;
  isolation: isolate;
  z-index: 0;
}
.banner .f-carousel .bannerImg {
  width: 100%;
  height: 100%;
  margin: auto;
}
@media (max-width: 576px) {
  .banner .f-carousel .bannerImg {
    padding: unset;
  }
  .banner .f-carousel .bannerImg img {
    object-position: 65% center;
  }
}
.banner .f-carousel .f-button svg {
  width: 100px;
  height: 100px;
  stroke-width: 2px;
  stroke: white;
  opacity: 0.5;
}
.banner .txt-content {
  width: fit-content;
  height: 80%;
  padding: 2rem 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 4%;
  transform: translate(0%, -50%);
  z-index: 2;
}
.banner .txt-content .logo-txt-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.banner .txt-content .txt-contentTitle {
  width: 100%;
  align-self: stretch;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner .txt-content .txt-contentTitle h1 {
  width: 100%;
  font-family: ar-weibeib5, "Noto Sans TC", sans-serif;
  font-size: calc(6rem + 1vw);
  font-weight: 500;
  text-align: center;
  line-height: 1;
  color: #f6f1e9;
  text-shadow: 4px 4px 0px rgb(143.8024691358, 96.3950617284, 48.1975308642), 9px 8px 1px rgba(200.7777777778, 147.4444444444, 93.2222222222, 0.2);
  position: relative;
}
.banner .txt-content .txt-contentTitle span {
  font-size: calc(1.4rem + 0.2vw);
  color: #3e5a3a;
  text-transform: capitalize;
  padding-left: 4px;
}
.banner .txt-content .txt-contentTitle .smallMark {
  color: white;
  background: transparent;
  border: 2px solid #8c2f20;
  border-radius: 0px;
  padding: 2px 16px;
  margin-top: 12px;
}
.banner .txt-content .txt-contentTitle .smallMark h4 {
  font-size: calc(1.5rem + 0.2vw);
  line-height: normal;
  margin: auto;
}
.banner .txt-content .bannerTxt span {
  display: inline-block;
  font-size: calc(1.1rem + 0.2vw);
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  letter-spacing: 2px;
  color: #f6f1e9;
  background: linear-gradient(to right, rgba(182, 122, 61, 0), rgba(182, 122, 61, 0.6), #b67a3d, rgba(182, 122, 61, 0.6), rgba(182, 122, 61, 0));
  padding: 0.7rem 2.5rem;
  text-shadow: 2px 2px 2px rgba(59, 59, 59, 0.2), 0px 0px 8px rgba(246, 241, 233, 0.6);
}
.banner .txt-content .btnBox .btn {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner .txt-content .btnBox .btn i {
  font-size: calc(1.1rem + 0.2vw);
  letter-spacing: normal;
  padding: 0;
}
.banner .txt-content .btnBox .btn span {
  display: none;
  font-size: calc(0.9rem + 0.2vw);
  white-space: nowrap;
  text-shadow: unset;
  margin: unset;
  margin-left: 4px;
}
@media (max-width: 991.98px) {
  .banner .txt-content {
    height: 100%;
  }
  .banner .txt-content .logo-txt-box {
    height: 100%;
    flex-direction: row;
  }
  .banner .txt-content .logo-txt-box h1 {
    writing-mode: vertical-lr;
    padding-right: 12px;
    margin-top: -40%;
  }
  .banner .txt-content .bannerTxt {
    margin-top: 50% !important;
  }
  .banner .txt-content .bannerTxt span {
    writing-mode: vertical-lr;
    letter-spacing: 10px;
    background: linear-gradient(to bottom, rgba(182, 122, 61, 0), rgba(182, 122, 61, 0.6), #b67a3d, rgba(182, 122, 61, 0.6), rgba(182, 122, 61, 0));
    padding: 2rem 0.7rem;
  }
}
@media (max-width: 425px) {
  .banner .txt-content {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .banner .txt-content {
    right: calc(10% + 0.5vw);
  }
  .banner .txt-content h1 {
    font-size: calc(8rem + 1vw) !important;
  }
}
@media (max-width: 425px) {
  .banner .txt-content {
    height: 100%;
  }
  .banner .txt-content .btnBox {
    display: none;
  }
}

.about .container-fluid {
  position: relative;
}
.about h3 {
  letter-spacing: 2px;
}
.about h3 i {
  font-size: calc(1.3rem + 0.2vw);
}
.about .smallMark {
  font-weight: bold;
  background: transparent;
}
.about .aboutContext {
  align-self: stretch;
  margin-top: 30px;
  position: relative;
}
.about .aboutContext hr {
  width: fit-content;
  height: 26vh;
  border-top: unset;
  border-left: 1px solid #3b3b3b;
  align-self: center;
  padding: 0;
  margin: 1rem;
}
@media (max-width: 991.98px) {
  .about .aboutContext hr {
    display: none;
  }
}
.about .aboutContext .slogn {
  margin-bottom: 1rem;
}
.about .aboutContext .slogn h4 {
  width: fit-content;
  color: #faca55;
  border-radius: 50px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: normal;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
}
.about .aboutContext .slogn span {
  font-size: calc(1.3rem + 0.2vw);
  font-weight: 500;
  color: #3e5a3a;
  text-align: end;
}
.about .aboutContext p {
  line-height: 1.8;
}
.about .aboutContext p span {
  display: inline-block;
  padding: 0 4px;
  position: relative;
  isolation: isolate;
}
.about .aboutContext p span::before {
  content: "";
  width: 100%;
  height: 8px;
  background: rgba(140, 47, 32, 0.8);
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: -1;
}
.about .aboutContext b {
  color: #b67a3d;
  font-weight: 500;
}
.about .aboutContext ul {
  margin: 1rem 0;
  display: flex;
  gap: 0.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}
.about .aboutContext ul span {
  margin-left: -2rem;
}
.about .aboutContext ul li {
  margin-left: -0.4rem;
  list-style: disc;
}
.about .aboutImgBox {
  align-self: stretch;
  position: relative;
  isolation: isolate;
}
.about .aboutImgBox > .row {
  width: 100%;
  padding: 0;
}
.about .aboutImg img {
  height: 65vh;
  object-position: center;
  padding: 0;
}
@media (max-width: 425px) {
  .about .aboutImg img {
    height: 40vh;
  }
}
.about #aboutCarousel.f-carousel {
  width: 100%;
  height: 100%;
  margin-top: 30px;
}
.about #aboutCarousel.f-carousel .f-button.is-prev {
  left: 2px !important;
}
.about #aboutCarousel.f-carousel .f-button.is-next {
  right: 2px !important;
}
.about #aboutCarousel.f-carousel .f-button svg {
  width: 100px;
  height: 100px;
  stroke-width: 2px;
  stroke: white;
  opacity: 0.5;
}
.about #aboutCarousel.f-carousel .f-carousel__dots {
  position: relative;
  top: 0;
  bottom: 0;
}
.about #aboutCarousel.f-carousel .f-carousel__dots .f-carousel__dot {
  color: #8c2f20;
}

.services .bntBox {
  width: 100%;
}
.services hr {
  width: 100%;
  margin: auto;
}
.services p {
  line-height: 1.8;
}
.services p b {
  font-weight: 700;
}
.services ul {
  color: #f6f1e9;
  margin: 0;
  margin-top: 0.3rem;
}
.services ul.singleTxt {
  padding-left: 0;
}
.services ul.multipleTxt {
  padding-left: 2rem;
}
.services ul.multipleTxt li {
  list-style: disc;
}
.services .height-light {
  width: 100%;
  font-size: calc(1.1rem + 0.2vw);
  color: #f6f1e9;
  background: linear-gradient(to right, rgba(140, 47, 32, 0), #8c2f20, rgba(140, 47, 32, 0));
}
.services .height-light span {
  font-family: ar-weibeib5, "Noto Sans TC", sans-serif;
  font-size: calc(2rem + 0.2vw);
  color: #f6f1e9;
}
.services .height-light span i {
  font-size: calc(1.2rem + 0.2vw);
  color: #faca55;
  animation: bounce 1s infinite;
}
.services .height-light span i:nth-child(2), .services .height-light span i:nth-child(4) {
  animation-delay: 0.2s;
}
.services .height-light span i:nth-child(3), .services .height-light span i:nth-child(5) {
  animation-delay: 0.5s;
}
.services .serviceCardItem {
  cursor: pointer;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.services .serviceCardItem:hover .serviceCardImg img {
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%) !important;
  transform: scale(1.1);
}
.services .serviceCardItem .serviceCard {
  width: 100%;
  height: 100%;
  flex-grow: 1;
  background: rgba(15.4651162791, 5.1918604651, 3.5348837209, 0.8);
  padding: 1.2rem;
  overflow: hidden;
  box-shadow: rgba(182, 122, 61, 0.1) 0px 4px 12px;
  position: relative;
  isolation: isolate;
}
.services .serviceCardItem .serviceCard .serviceCardImg {
  overflow: hidden;
  padding: 0;
  z-index: -1;
  position: relative;
  isolation: isolate;
}
.services .serviceCardItem .serviceCard .serviceCardImg svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scaleY(0.96);
  transition: 0.3s ease-out;
  z-index: -1;
}
.services .serviceCardItem .serviceCard .serviceCardImg svg polygon {
  fill: rgba(62, 90, 58, 0.7);
}
.services .serviceCardItem .serviceCard .serviceCardImg svg:nth-of-type(2) {
  transform: translate(-50%, -50%) scaleY(1);
}
.services .serviceCardItem .serviceCard .serviceCardImg svg:nth-of-type(2) path {
  stroke: rgba(62, 90, 58, 0.4);
  stroke-width: 0.5px;
}
.services .serviceCardItem .serviceCard .serviceCardImg img {
  clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
  transition: 0.3s ease-out;
}
.services .serviceCardItem .serviceCard .txt-box {
  flex-grow: 1;
  margin-bottom: 1.5rem;
  z-index: 1;
  transition: 0.3s ease-in;
}
.services .serviceCardItem .serviceCard .serviceCardTitle {
  width: fit-content;
  padding: 1rem 0;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.services .serviceCardItem .serviceCard .serviceCardTitle h4 {
  width: 100%;
  color: #f6f1e9;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2px;
  text-align: center;
  padding: 0.5rem 0;
  position: relative;
  isolation: isolate;
}
.services .serviceCardItem .serviceCard .serviceCardTitle h4 span {
  font-size: calc(0.9rem + 0.2vw);
}
.services .serviceCardItem .serviceCard .serviceCardTitle hr {
  border-top: 6px solid #b67a3d;
  opacity: 0.6;
}
.services .serviceCardItem .serviceCard .serviceCardContent {
  width: 100%;
}
.services .serviceCardItem .serviceCard .serviceCardContent span i {
  font-size: calc(0.8rem + 0.2vw);
  color: #f6f1e9;
}

.process p b {
  font-size: calc(1.2rem + 0.2vw);
  font-weight: 600;
}
.process .processList-style4 {
  height: 100%;
  position: relative;
  isolation: isolate;
}
.process .processList-style4 .processItem {
  position: relative;
  isolation: isolate;
}
.process .processList-style4 .processItem:nth-of-type(3) .processCardImg, .process .processList-style4 .processItem:nth-of-type(4) .processCardImg {
  width: 30%;
  max-width: 100px;
}
.process .processList-style4 .processItem:nth-last-child(1) .processCard::after {
  display: none;
}
.process .processList-style4 .processCard {
  width: 55%;
  backdrop-filter: blur(3px);
  padding: 1.5rem 1rem;
  margin: auto;
  position: relative;
  isolation: isolate;
}
@media (max-width: 767.98px) {
  .process .processList-style4 .processCard {
    width: 80%;
  }
}
@media (max-width: 425px) {
  .process .processList-style4 .processCard {
    width: 100%;
  }
}
.process .processList-style4 .processCard::before {
  content: "";
  width: 92%;
  height: 65%;
  background: #3e5a3a;
  mix-blend-mode: multiply;
  opacity: 0.5;
  position: absolute;
  top: 51%;
  left: 32px;
  transform: translate(0%, -50%);
  z-index: -1;
}
.process .processList-style4 .processCard::after {
  content: "";
  width: fit-content;
  height: 22%;
  border-left: 2px dotted rgba(62, 90, 58, 0.7);
  mix-blend-mode: multiply;
  position: absolute;
  bottom: -16%;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: -1;
}
.process .processList-style4 .processCard .processCardImg {
  width: 32%;
  max-width: 108px;
  height: auto;
  padding: 1rem;
  position: absolute;
  top: -2%;
  right: 0%;
}
.process .processList-style4 .processCard .processCardImg img {
  object-fit: contain;
}
.process .processList-style4 .processCard .num {
  color: #b67a3d;
  opacity: 0.8;
}
.process .processList-style4 .processCard .num span {
  font-size: calc(1.5rem + 0.4vw);
  font-weight: 500;
  letter-spacing: normal;
}
.process .processList-style4 .processCard .num h4 {
  font-size: calc(4rem + 0.4vw);
  font-weight: 600;
  line-height: normal;
  padding-left: 8px;
  margin: -30px 0;
}
.process .processList-style4 .processCard .processCardTxt {
  position: relative;
  z-index: 1;
}
.process .processList-style4 .processCard .processCardTxt h5 {
  font-size: calc(1.3rem + 0.2vw);
  font-weight: 600;
  color: rgb(105.6049382716, 70.7901234568, 35.3950617284);
  margin: 1rem 0;
}
.process .processList-style4 .processCard .processCardTxt h5 span {
  color: rgb(20.8368421053, 18.5, 16.1631578947);
}
.process .processList-style4 .processCard .processCardTxt ul {
  padding: 0;
  margin: 0;
}

.food .food-card {
  height: 35vh;
}
@media (max-width: 1199.98px) {
  .food .food-card {
    height: 30vh;
  }
}
@media (max-width: 767.98px) {
  .food .food-card {
    height: 25vh;
  }
}
@media (max-width: 425px) {
  .food .food-card {
    height: 18vh;
  }
}
.food .food-card .food-img {
  overflow: hidden;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(59, 59, 59, 0.2);
  border-radius: 8px;
  padding: 0;
  box-shadow: rgba(59, 59, 59, 0.4) 0px 0px 6px;
  position: relative;
}
.food .food-card .food-img i {
  font-size: calc(1.1rem + 0.2vw);
  color: white;
  opacity: 0.7;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 1;
}
.food .video {
  padding: 20px;
}
.food .video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.portfolio .catalogList .nav-tabs {
  border: unset;
}
.portfolio .style-4 .galleryItem {
  width: 100%;
  height: 45vh;
  padding: 1.5rem 0;
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: start;
}
.portfolio .style-4 .galleryItem .galleryCardTitle {
  width: 25%;
  height: auto;
  aspect-ratio: 1;
  border-radius: 4px;
  padding: 0.5rem;
  margin-right: -16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: -1;
}
@media (max-width: 425px) {
  .portfolio .style-4 .galleryItem .galleryCardTitle {
    margin-right: -50px;
    margin-top: -16px;
  }
  .portfolio .style-4 .galleryItem .galleryCardTitle::before {
    width: 100% !important;
  }
  .portfolio .style-4 .galleryItem .galleryCardTitle::after {
    width: 110% !important;
  }
}
@media (min-width: 768px) {
  .portfolio .style-4 .galleryItem .galleryCardTitle {
    width: 15%;
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .portfolio .style-4 .galleryItem .galleryCardTitle {
    width: 12%;
  }
}
.portfolio .style-4 .galleryItem .galleryCardTitle::before {
  content: "";
  width: 120%;
  height: 100%;
  background: rgba(182, 122, 61, 0.3);
  mix-blend-mode: multiply;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.portfolio .style-4 .galleryItem .galleryCardTitle::after {
  content: "";
  width: 130%;
  height: 110%;
  border: 1px solid rgba(182, 122, 61, 0.15);
  mix-blend-mode: multiply;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.portfolio .style-4 .galleryItem .galleryCardTitle .note {
  font-size: calc(0.7rem + 0.2vw);
  border: 1px solid #3e5a3a;
  border-radius: 50px;
  padding: 2px 10px;
  opacity: 0.7;
  margin-bottom: 8px;
}
.portfolio .style-4 .galleryItem .galleryCardTitle h5 {
  font-size: calc(1.2rem + 0.2vw);
  color: #f6f1e9;
}
.portfolio .style-4 .galleryItem .galleryCardTitle h5 span {
  font-size: calc(1rem + 0.2vw);
  background: unset;
  padding: 0;
}
.portfolio .style-4 .galleryItem .galleryCardTitle .award-mark {
  width: fit-content;
  color: #8c2f20;
  padding: 1rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: baseline;
  position: absolute;
  top: -36px;
  left: 0;
}
@media (max-width: 425px) {
  .portfolio .style-4 .galleryItem .galleryCardTitle .award-mark {
    align-items: center;
    top: -56px;
  }
  .portfolio .style-4 .galleryItem .galleryCardTitle .award-mark p {
    letter-spacing: 1px;
  }
}
.portfolio .style-4 .galleryItem .galleryCardTitle .award-mark i {
  font-size: calc(1.1rem + 0.2vw);
  padding-right: 6px;
}
.portfolio .style-4 .galleryItem .galleryCardTitle .award-mark p {
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.2;
}
.portfolio .style-4 .galleryCard {
  width: 100%;
  height: 100%;
  margin-top: 50px;
  margin-left: auto;
  position: relative;
}
@media (min-width: 992px) {
  .portfolio .style-4 .galleryCard {
    width: 100%;
  }
}
.portfolio .style-4 .galleryCard .f-carousel {
  --f-carousel-width: 100%;
  --f-carousel-gap: 16px;
  width: var(--f-carousel-width);
  height: 100%;
  position: relative;
  z-index: 0;
}
@media (max-width: 767.98px) {
  .portfolio .style-4 .galleryCard .f-carousel {
    --f-carousel-slide-width: 100% !important;
  }
}
@media (min-width: 768px) {
  .portfolio .style-4 .galleryCard .f-carousel {
    --show-item: 2;
    --f-carousel-slide-width: calc(
      (
          var(--f-carousel-width) -
            (var(--f-carousel-gap) * (var(--show-item) - 1))
        ) / var(--show-item)
    );
  }
}
@media (min-width: 1200px) {
  .portfolio .style-4 .galleryCard .f-carousel {
    --show-item: 3;
    --f-carousel-slide-width: calc(
      (
          var(--f-carousel-width) -
            (var(--f-carousel-gap) * (var(--show-item) - 1))
        ) / var(--show-item)
    );
  }
}
.portfolio .style-4 .galleryCard .f-carousel .f-button.is-prev {
  left: 2px !important;
}
.portfolio .style-4 .galleryCard .f-carousel .f-button.is-next {
  right: 2px !important;
}
.portfolio .style-4 .galleryCard .f-carousel .f-button svg {
  width: 44px;
  height: 44px;
  stroke-width: 2px;
  stroke: white;
  opacity: 0.5;
}
.portfolio .style-4 .galleryCard .galleryCardImg {
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  box-shadow: rgba(59, 59, 59, 0.15) 2px 2px 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.portfolio .style-4 .galleryCard .galleryCardImg i {
  font-size: calc(1.1rem + 0.2vw);
  color: white;
  opacity: 0.5;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 1;
}

.contact {
  position: relative;
  isolation: isolate;
}
.contact i {
  font-size: calc(1.3rem + 0.1vw);
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact hr {
  margin: 30px 0;
}
.contact address {
  margin: 0;
  position: relative;
}
.contact .styleA {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .contact .styleA {
    flex-direction: column;
  }
}
.contact .styleA .contact-card {
  width: 100%;
}
.contact .styleA .contactInfo {
  width: fit-content;
  padding: 20px 0;
  margin: auto;
}
.contact .styleA .contactInfo li {
  margin-bottom: 12px;
}
.contact .styleA .contactInfo li a {
  color: #3b3b3b;
  display: flex;
  align-items: center;
  transition: 0.3s;
}
.contact .styleA .contactInfo li a:hover {
  color: #8c2f20;
}
.contact .styleA .contactInfo i {
  margin-right: 8px;
}
.contact .styleA .sns {
  width: auto;
  padding: 0;
}
.contact .styleA .sns li {
  width: auto;
}
.contact .styleA .sns a {
  letter-spacing: normal;
  width: 60px;
  height: 60px;
  color: white;
  background: #3e5a3a;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 1px solid white;
  padding: 12px 18px;
  transition: 0.3s;
  text-shadow: 0px 1px 2px rgba(40.6351351351, 58.9864864865, 38.0135135135, 0.4);
}
.contact .styleA .sns a:hover {
  color: #8c2f20;
  background: white;
  border-color: #8c2f20;
  text-shadow: unset;
}
.contact .styleA .sns a i {
  font-size: calc(1.5rem + 0.1vw);
}
.contact .styleA .sns a span {
  font-size: calc(0.7rem + 0.2vw);
  writing-mode: vertical-lr;
}
.contact .map {
  height: 100%;
  min-height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  margin: 0;
}
.contact .map p i {
  display: inline-block;
  font-size: calc(0.9rem + 0.1vw);
}
.contact .map iframe {
  flex-grow: 1;
}

.sidebar {
  position: fixed;
  bottom: 50px;
  right: 0;
  z-index: 1000;
}
.sidebar .phone {
  display: block;
  font-size: 14px;
  font-weight: bolder;
  margin: 0;
  padding-top: 10px;
}
.sidebar ul {
  list-style: none;
  display: flex;
  gap: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
}
.sidebar ul li .btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: 0.3s;
}
.sidebar ul li .btn span {
  display: none;
  margin-left: 5px;
  font-size: calc(0.7rem + 0.2vw);
}
.sidebar ul li .btn i {
  font-size: calc(1.2rem + 0.2vw);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: unset;
}
.sidebar ul li .btn i span {
  display: flex;
  margin-left: 2px;
  font-size: calc(0.7rem + 0.2vw);
}

footer {
  color: rgba(255, 255, 255, 0.8);
  background: linear-gradient(to bottom, #3e5a3a, rgb(34.2256756757, 49.6824324324, 32.0175675676));
}
footer * {
  letter-spacing: 1px;
}
footer a {
  font-size: calc(1.2rem + 0.1vw);
  color: white;
  opacity: 0.7;
}
footer a:hover {
  opacity: 1;
}/*# sourceMappingURL=all.css.map */