@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Oranienbaum&display=swap");
.bg-color {
  background: #4a4a4a !important;
}
.bg-color .navbar-brand {
  display: flex !important;
}
.bg-color .nav-link {
  color: #f7f7f7 !important;
  text-shadow: unset !important;
}
.bg-color .navbar-toggler hr {
  border-color: #d8cfc4 !important;
}

* {
  list-style: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     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(1rem + 0.1vw);
  font-weight: 300;
  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 #2e2e2e;
  margin: 16px 0;
}

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(216, 207, 196, 0.8);
  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;
}
.sectionTitle * {
  letter-spacing: normal;
}
.sectionTitle h2 {
  display: inline-block;
  font-weight: 500;
  white-space: nowrap;
  color: #4a4a4a;
  text-align: center;
  letter-spacing: 2px;
  line-height: 1;
  margin: auto;
  padding: 4px;
  position: relative;
  isolation: isolate;
}
.sectionTitle .h2_dec {
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px;
  margin-left: -35px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 1%;
  left: -2%;
  z-index: -1;
}
.sectionTitle .h2_dec span {
  color: #baaa96;
  font-size: calc(12rem + 0.3vw);
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1;
  text-wrap-mode: nowrap;
  position: relative;
  isolation: isolate;
  z-index: 0;
  writing-mode: sideways-rl;
  opacity: 0.2;
}
.sectionTitle .h2_dec hr {
  display: none;
  width: 100%;
  border-top: 1px solid #d8cfc4;
  margin: 1rem 0 !important;
  opacity: 0.3;
}

.btn {
  width: 100%;
  letter-spacing: normal;
  color: #aab2b9;
  background: white;
  border: 1px solid #aab2b9;
  padding: 8px 16px;
  transition: 0.3s ease-in;
}
.btn:hover {
  color: #f7f7f7;
  background: #aab2b9 !important;
  border: 1px solid #f7f7f7;
}
.btn:hover i,
.btn:hover span {
  color: #f7f7f7 !important;
}
.btn i {
  line-height: normal;
  padding-right: 2px;
  animation: pulse 1s infinite ease-in-out;
}
.btn.fillBtn {
  color: #f7f7f7;
  background: #aab2b9;
  border: 1px solid white;
}
.btn.fillBtn:hover {
  color: #8e99a2;
  background: white !important;
  border: 1px solid #aab2b9;
}
.btn.fillBtn:hover i,
.btn.fillBtn:hover span {
  color: #8e99a2 !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(216, 207, 196, 0.8);
  letter-spacing: 4px;
  border-radius: 50px;
}

.interval {
  width: 100%;
  height: -moz-fit-content;
  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 {
  -o-object-position: center;
     object-position: center;
}
.interval .intervalTxt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.interval .intervalTxt h4,
.interval .intervalTxt p {
  color: white;
  text-shadow: 1px 1px 0px rgba(46, 46, 46, 0.5), 0px 0px 6px rgba(46, 46, 46, 0.2);
}
.interval .intervalTxt p {
  margin: 12px 0;
}

.catalogList .catalogItem h5 {
  width: 100%;
  color: #4a4a4a;
  padding: 12px;
  position: relative;
  isolation: isolate;
}
.catalogList .catalogItem h5::before {
  content: "";
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(0% 0%, 500% 0%, 60% 30%, 0% 300%);
          clip-path: polygon(0% 0%, 500% 0%, 60% 30%, 0% 300%);
  background: #d8cfc4;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media (max-width: 425px) {
  .catalogList .catalogItem h5::before {
    -webkit-clip-path: polygon(0% 0%, 0% 0%, 100% 0%, 0% 325%);
            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(46, 46, 46, 0.7);
}
.catalogList .nav-tabs {
  width: 96%;
  gap: 1rem;
  margin: auto;
  justify-content: center;
  padding: 0px 12px;
  border-bottom: 1px solid rgba(46, 46, 46, 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: #2e2e2e;
  letter-spacing: 2px;
}
.catalogList .nav-tabs .nav-link.active {
  background: #4a4a4a;
  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;
  }
}
body {
  font-family: "Oranienbaum", "Noto Sans TC", sans-serif;
  color: #2e2e2e;
  background: #f7f7f7;
  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.2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body main {
  position: relative;
  z-index: 0;
}

/* Modal 外層：預設關閉 display:none */
.modal {
  display: none; /* 一定要有這行，才不會一開頁就出現 */
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* 顯示中的狀態（JS 會加這個 class） */
.modal.is-active {
  display: flex;
}

/* 內容卡片 */
.modal-content {
  position: relative;
  background: #fff;
  padding: 28px 24px;
  border-radius: 12px;
  max-width: 360px;
  width: 90%;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
}

/* 關閉按鈕 */
.modal-close {
  position: absolute;
  top: 10px;
  right: 12px;
  border: none;
  background: transparent;
  font-size: 20px;
  cursor: pointer;
}

/* 點背景也可以關閉 */
.modal-backdrop {
  position: absolute;
  inset: 0;
}

header .navbar {
  padding: 0;
  transition: 0.3s ease;
}
header .navbar .navbar-brand {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0;
}
header .navbar .navbar-brand .brandTxt {
  color: transparent;
  padding-left: 4px;
  position: relative;
  text-shadow: 1px 1px 2px rgba(21, 21, 21, 0.4), 0px 0px 4px rgba(0, 0, 0, 0.4);
}
header .navbar .navbar-brand .brandTxt h3 {
  font-size: calc(1.2rem + 0.4vw);
  font-weight: 500;
  color: #f7f7f7;
  letter-spacing: 2px;
  line-height: normal;
}
header .navbar .navbar-brand .brandTxt span {
  font-size: calc(0.9rem + 0.2vw);
  color: white;
  letter-spacing: 1px;
  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: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .navbar .navbar-brand .logoImg img {
  width: auto;
  -o-object-fit: contain;
     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 #4a4a4a;
  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 {
  border-color: #4a4a4a;
  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 (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: #f7f7f7;
  font-size: calc(1.05rem + 0.2vw);
  letter-spacing: 3px;
  line-height: normal;
  display: flex;
  width: 100px;
  justify-content: center;
  align-items: center;
  position: relative;
  text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.4);
  color: #f7f7f7;
}
@media (max-width: 991.98px) {
  header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    color: transparent !important;
    text-shadow: unset;
  }
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
  color: transparent !important;
  text-shadow: unset;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 8px 0px;
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover span {
  height: 100%;
  color: #4a4a4a;
  border-width: 4px;
  top: 50%;
  z-index: 2;
  opacity: 1;
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover span::before {
  height: 100%;
  transform: translate(-50%, 0%);
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link span {
  width: 100%;
  height: 100%;
  color: transparent;
  font-size: calc(1.1rem + 0.2vw);
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.3;
  text-shadow: initial;
  text-transform: uppercase;
  border-bottom: 0px solid rgba(247, 247, 247, 0.6);
  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;
  opacity: 0;
}
@media (max-width: 991.98px) {
  header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link span {
    opacity: 1;
    z-index: 2;
    color: #d8cfc4;
    top: 50%;
  }
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link span::before {
  height: 0%;
}
@media (max-width: 991.98px) {
  header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link span::before {
    height: 100%;
    transform: translate(-50%, 0%);
  }
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link span::before {
  content: "";
  width: 100%;
  height: 0%;
  background: #d8cfc4;
  position: absolute;
  bottom: 0%;
  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: 150px;
  margin: 0 auto;
  align-self: stretch;
}
@media (max-width: 991.98px) {
  header .navbar .btnBox {
    width: -moz-fit-content;
    width: fit-content;
    max-width: unset;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: 12px;
  }
  header .navbar .btnBox .fillBtn {
    padding: 10px 20px !important;
    border-radius: 0px !important;
  }
}
header .navbar .btnBox .fillBtn {
  height: 100%;
  padding: 8px;
  border: unset;
  border-radius: 0px 0px 0px 50px;
  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 {
  color: #727f8b !important;
  text-shadow: unset;
}
header .navbar .btnBox .fillBtn i,
header .navbar .btnBox .fillBtn span {
  font-size: calc(1rem + 0.2vw);
  color: white;
}
header .navbar .btnBox .fillBtn span {
  font-weight: 400;
  line-height: 1.3;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}
header .navbar.scrollDown {
  background: #4a4a4a;
  isolation: isolate;
}
header .navbar.scrollDown .navbar-brand {
  display: flex;
}
header .navbar.scrollDown .nav-link {
  color: #f7f7f7 !important;
  text-shadow: unset !important;
}
header .navbar.scrollDown .navbar-toggler hr {
  border-color: #d8cfc4 !important;
}

.banner {
  width: 100%;
  height: 90vh;
  background: #f7f7f7;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  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 .f-button svg {
  width: 100px;
  height: 100px;
  stroke-width: 2px;
  stroke: white;
  opacity: 0.5;
}
.banner .txt-content {
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  padding: 2rem 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
  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-logo {
  width: calc(150px + 3vw);
  height: auto;
  position: relative;
  isolation: isolate;
}
@media (max-width: 425px) {
  .banner .txt-content .txt-logo {
    display: none;
  }
}
.banner .txt-content .txt-logo::before {
  content: "";
  width: 100%;
  height: 100%;
  border: 0.5px solid rgba(247, 247, 247, 0.4);
  border-radius: 50%;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  box-shadow: rgba(74, 74, 74, 0.2) 0px 10px 36px 0px, rgba(74, 74, 74, 0.1) 0px 0px 0px 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.banner .txt-content .bannerTxt span {
  display: inline-block;
  font-size: calc(1rem + 0.2vw);
  font-weight: 400;
  white-space: nowrap;
  letter-spacing: 2px;
  color: #f7f7f7;
  background: linear-gradient(to right, rgba(115, 115, 115, 0), rgba(115, 115, 115, 0.6), rgba(115, 115, 115, 0));
  padding: 0.7rem 2.5rem;
  text-shadow: 0px 0px 2px rgba(247, 247, 247, 0.2), 0px 0px 8px rgba(247, 247, 247, 0.6);
}
@media (max-width: 425px) {
  .banner .txt-content .bannerTxt span {
    writing-mode: vertical-lr;
    letter-spacing: 12px;
    background: linear-gradient(to bottom, rgba(115, 115, 115, 0), rgba(115, 115, 115, 0.6), rgba(115, 115, 115, 0));
    padding: 2rem 0.7rem;
  }
}
.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: 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;
  position: relative;
}
.about .aboutContext hr {
  width: -moz-fit-content;
  width: fit-content;
  height: 26vh;
  border-top: unset;
  border-left: 1px solid #2e2e2e;
  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: -moz-fit-content;
  width: fit-content;
  color: #727f8b;
  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: #d8cfc4;
  text-align: end;
}
.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(170, 178, 185, 0.8);
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: -1;
}
.about .aboutContext b {
  color: #4a4a4a;
  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::before {
  content: "";
  width: 100%;
  height: 95%;
  background: rgba(216, 207, 196, 0.5);
  border-radius: 8px;
  mix-blend-mode: multiply;
  opacity: 0.4;
  position: absolute;
  bottom: -7%;
  left: -12%;
  z-index: -1;
}
.about .aboutImgBox > .row {
  flex-grow: 1;
}
.about .aboutImgBox > .row:nth-of-type(1) {
  margin-top: 30%;
}
.about .aboutImg {
  height: 100%;
}
.about .aboutImg img {
  -o-object-position: center;
     object-position: center;
  padding: 0;
  border-radius: 8px;
}

#award {
  padding: 10rem 0;
}
#award h3 {
  margin-bottom: 1rem;
}
#award ul {
  list-style: none;
  padding: 0;
}
#award ul li {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid gray;
}
#award ul li a {
  color: #aab2b9;
  color: gray;
}

.services .bntBox {
  width: 100%;
}
.services hr {
  width: 100%;
  margin: auto;
}
.services p {
  line-height: 1.8;
}
.services p b {
  font-weight: 700;
}
.services ul {
  margin: 0;
  margin-top: 0.3rem;
}
.services ul.singleTxt {
  padding-left: 0;
}
.services ul.singleTxt li {
  color: #f7f7f7;
}
.services ul.multipleTxt {
  padding-left: 2rem;
}
.services ul.multipleTxt li {
  color: #f7f7f7;
  list-style: disc;
}
.services .serviceCardItem {
  cursor: pointer;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  --serviceCard-border-width: 4px;
}
.services .serviceCardItem:hover .serviceCardImg {
  transform: scale(1.1);
}
.services .serviceCardItem:hover .serviceCardImg::before {
  height: 40% !important;
}
@media (min-width: 768px) {
  .services .serviceCardItem:nth-of-type(2n) .serviceCard {
    border-width: 0px 0px var(--serviceCard-border-width) 0px;
  }
  .services .serviceCardItem:nth-last-of-type(1) .serviceCard, .services .serviceCardItem:nth-last-of-type(2) .serviceCard {
    border-bottom-width: 0px;
  }
}
@media (min-width: 992px) {
  .services .serviceCardItem:nth-of-type(2n) .serviceCard {
    border-width: 0px var(--serviceCard-border-width) var(--serviceCard-border-width) 0px;
  }
  .services .serviceCardItem:nth-of-type(3n) .serviceCard {
    border-width: 0px 0px var(--serviceCard-border-width) 0px;
  }
  .services .serviceCardItem:nth-last-of-type(1) .serviceCard, .services .serviceCardItem:nth-last-of-type(2) .serviceCard, .services .serviceCardItem:nth-last-of-type(3) .serviceCard {
    border-bottom-width: 0px;
  }
}
@media (max-width: 767.98px) {
  .services .serviceCardItem .serviceCard {
    border-width: 0px 0px var(--serviceCard-border-width) 0px !important;
  }
}
.services .serviceCardItem .serviceCard {
  width: 100%;
  height: 50vh;
  flex-grow: 1;
  background: rgba(247, 247, 247, 0.6);
  border: 1px solid rgba(247, 247, 247, 0.8);
  border-width: 0px var(--serviceCard-border-width) var(--serviceCard-border-width) 0px;
  padding: 1.2rem;
  overflow: hidden;
  box-shadow: rgba(74, 74, 74, 0.1) 0px 4px 12px;
  position: relative;
  isolation: isolate;
}
.services .serviceCardItem .serviceCard .serviceCardImg {
  width: 100%;
  height: 100%;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s ease-out;
  z-index: -1;
  isolation: isolate;
}
.services .serviceCardItem .serviceCard .serviceCardImg::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 20%, rgba(0, 0, 0, 0.05));
  mix-blend-mode: multiply;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -100%);
  transition: 0.3s ease-in;
  z-index: 0;
}
.services .serviceCardItem .serviceCard .txt-box {
  flex-grow: 1;
  margin-top: auto;
  z-index: 1;
}
.services .serviceCardItem .serviceCard .serviceCardTitle {
  width: -moz-fit-content;
  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 h5 {
  width: 100%;
  color: #d8cfc4;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2px;
  text-align: center;
  padding: 0.5rem 0;
  position: relative;
  isolation: isolate;
}
.services .serviceCardItem .serviceCard .serviceCardTitle h5 span {
  font-size: calc(0.9rem + 0.2vw);
}
.services .serviceCardItem .serviceCard .serviceCardTitle hr {
  border-top: 1.5px solid #bfbfbf;
  opacity: 0.6;
}
.services .serviceCardItem .serviceCard .serviceCardContent {
  width: 100%;
}
.services .serviceCardItem .serviceCard .serviceCardContent span i {
  font-size: calc(0.8rem + 0.2vw);
  color: #f7f7f7;
}

.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%;
  -webkit-backdrop-filter: blur(3px);
          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: #d8cfc4;
  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: -moz-fit-content;
  width: fit-content;
  height: 22%;
  border-left: 2px dotted rgba(216, 207, 196, 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 {
  -o-object-fit: contain;
     object-fit: contain;
}
.process .processList-style4 .processCard .num {
  color: #4a4a4a;
  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: #171717;
  margin: 1rem 0;
}
.process .processList-style4 .processCard .processCardTxt h5 span {
  color: #737373;
}
.process .processList-style4 .processCard .processCardTxt ul {
  padding: 0;
  margin: 0;
}

#projects .more-btn {
  font-size: 1rem;
  font-weight: 300;
  padding: 0.5rem 1.2rem;
  border: 1px solid #000;
  cursor: pointer;
  transition: 0.5s;
}
#projects .more-btn:hover {
  background: #000;
  color: white;
}
@media (max-width: 768px) {
  #projects .more-btn {
    font-size: 0.9rem;
    padding: 0.5rem 1rem;
  }
}
#projects .image {
  position: relative;
  overflow: hidden;
  margin-bottom: 1.5rem;
  aspect-ratio: 3/2;
  position: relative;
  overflow: hidden;
}
#projects .image::after {
  content: "↗";
  font-weight: 400;
  position: absolute;
  right: 12px;
  bottom: 12px;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  font-size: 18px;
  z-index: 3;
  pointer-events: none;
  opacity: 0;
  transform: translateY(6px);
  transition: 0.35s ease;
}
@media (max-width: 768px) {
  #projects .image::after {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 768px) {
  #projects .image:active img {
    transform: scale(1.03);
  }
}
#projects .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.6s;
}
#projects .image .content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: 0.6s;
  opacity: 0;
}
#projects .image .content h3 {
  width: 90%;
  height: 90%;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  font-weight: 300;
  background: rgba(0, 0, 0, 0.5215686275);
  letter-spacing: 0.1rem;
  font-size: 1.3rem;
}
#projects .image:hover .content {
  opacity: 1;
}
#projects .image:hover img {
  filter: grayscale(0);
  transform: scale(1.1);
}

#google-form {
  padding: 4rem 0;
  background: #f7f7f7;
}
#google-form .imp {
  color: red;
  font-weight: 600;
}
#google-form h2 {
  color: #4a4a4a;
  margin-bottom: 1rem;
  text-align: center;
  font-weight: 600;
}
#google-form form {
  max-width: 900px;
  margin: 0 auto;
  padding: 2.5rem;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
  /* 送出按鈕 */
}
#google-form form fieldset {
  border: 1px solid #e2e5e7;
  padding: 1.8rem 1.5rem;
  margin-bottom: 2rem;
  border-radius: 10px;
  background: #f7f7f7;
  /* 🟦 改善 Legend — 美觀、專業、有層次 */
  /* 🟩 label 不被斷行 */
  /* 🟧 針對長欄位（姓名、縣市等）強制換行 */
}
#google-form form fieldset legend {
  font-size: 1.2rem;
  font-weight: 600;
  color: #4a4a4a;
  padding: 0 10px;
  background: #f7f7f7;
  border-left: 4px solid #4a4a4a;
  line-height: 1;
  margin-left: -4px;
  margin-bottom: 2rem;
}
#google-form form fieldset label {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-bottom: 0.8rem;
  margin-right: 1.6rem;
  white-space: nowrap;
  font-size: 0.95rem;
  color: #2e2e2e;
}
@media (max-width: 767.98px) {
  #google-form form fieldset label {
    flex-wrap: wrap;
  }
}
#google-form form fieldset label input[type=text],
#google-form form fieldset label input[type=tel],
#google-form form fieldset label input[type=email],
#google-form form fieldset label input[type=date],
#google-form form fieldset label textarea {
  display: block;
  white-space: normal;
  width: 100%;
  margin-top: 0.4rem;
  padding: 0.6rem 0.8rem;
  border: 1px solid #c6cbd0;
  border-radius: 6px;
  background: #fff;
}
#google-form form fieldset label input[type=text],
#google-form form fieldset label input[type=email],
#google-form form fieldset label input[type=tel],
#google-form form fieldset label input[type=date],
#google-form form fieldset textarea {
  white-space: normal !important;
  width: 100%;
}
#google-form form textarea {
  display: block;
  white-space: normal;
  width: 100%;
  margin-top: 0.4rem;
  padding: 0.6rem 0.8rem;
  border: 1px solid #c6cbd0;
  border-radius: 6px;
  background: #fff;
}
#google-form form button[type=submit] {
  width: 100%;
  padding: 0.9rem;
  background: #4a4a4a;
  color: #fff;
  border-radius: 8px;
  border: none;
  font-size: 1.05rem;
  letter-spacing: 1px;
  margin-top: 1rem;
  cursor: pointer;
  transition: 0.2s;
}
#google-form form button[type=submit]:hover {
  background: #313131;
}

@media (max-width: 768px) {
  #google-form form {
    padding: 1.5rem;
  }
  #google-form fieldset label {
    display: block;
    margin-right: 0;
  }
}
.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;
}
.contact .styleE {
  width: 100%;
  max-width: 900px;
  padding: 30px;
  margin: auto;
}
.contact .styleE .sectionTitle {
  display: none;
}
.contact .styleE .logoImg {
  width: 160px;
  height: 100%;
  padding-bottom: 16px;
  margin: auto;
}
.contact .styleE .contact-card {
  border-radius: 1rem;
  padding: 20px;
  box-shadow: rgba(165, 145, 119, 0.2) 0px 7px 8px 4px;
}
.contact .styleE address {
  padding-bottom: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contact .styleE .contactInfo {
  width: 100%;
  padding: 20px 0.5rem;
  margin: auto;
  display: flex;
  gap: 0.7rem;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}
.contact .styleE .contactInfo li a {
  height: 100%;
  color: #2e2e2e;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .contact .styleE .contactInfo li a {
    white-space: nowrap;
  }
}
.contact .styleE .contactInfo li a:hover {
  color: #9ca5ad;
}
.contact .styleE .contactInfo i {
  font-size: calc(1rem + 0.2vw);
  line-height: normal;
  margin-right: 4px;
}
.contact .styleE .sns {
  width: auto;
  padding: 0;
}
.contact .styleE .sns li {
  width: auto;
}
.contact .styleE .sns a {
  letter-spacing: normal;
  width: 50px;
  height: 50px;
  color: #f7f7f7;
  background: #d8cfc4;
  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(95, 80, 62, 0.4);
}
.contact .styleE .sns a:hover {
  color: #aab2b9;
  background: white;
  border-color: #aab2b9;
  text-shadow: unset;
}
.contact .styleE .sns a i {
  font-size: calc(1.5rem + 0.1vw);
}
.contact .styleE .sns a span {
  font-size: calc(0.7rem + 0.2vw);
  writing-mode: vertical-lr;
}
.contact .styleE .map {
  height: 100%;
  min-height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  margin: 0;
}
.contact .styleE .map p i {
  display: inline-block;
  font-size: calc(0.9rem + 0.1vw);
}
.contact .styleE .map iframe {
  flex-grow: 1;
}
@media (min-width: 768px) {
  .contact .styleE address {
    padding: 0;
    padding-left: 32px;
    align-items: start;
    margin-top: auto;
    position: relative;
    isolation: isolate;
  }
  .contact .styleE address::before {
    content: "";
    width: 4px;
    height: 100%;
    background: rgba(216, 207, 196, 0.6);
    position: absolute;
    bottom: 0%;
    left: 16px;
    transform: translate(0%, 0%);
    z-index: -1;
  }
  .contact .styleE .contactInfo {
    padding: 0.5rem 0;
  }
}

.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: 0.5rem;
  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: #4a4a4a;
}
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 */