@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Tenor+Sans&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 {
  display: inline-block;
  text-decoration: none;
  transition: 0.3s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  display: inline-block;
  margin: 0;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 2px;
}

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

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

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

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

h5 {
  font-size: calc(1.1rem + 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: 1.7;
  letter-spacing: 2px;
  text-align: justify;
  margin: 0;
}

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

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

section {
  position: relative;
  padding: 100px 0;
}
section:nth-last-of-type(1) {
  padding-bottom: 0;
}
section:nth-child(1) {
  padding: 0;
}
section:nth-child(2) {
  padding-top: 200px;
}
section:nth-of-type(3)::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(232, 207, 200, 0.1);
  opacity: 0.5;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.sectionTitle {
  display: flex;
  flex-direction: row;
  justify-items: center;
  align-items: center;
}
.sectionTitle * {
  letter-spacing: normal;
}
.sectionTitle h2 {
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: center;
  color: rgb(216.9615384615, 175.6153846154, 164.0384615385);
  letter-spacing: 4px;
  padding: 24px;
}
.sectionTitle h2::before {
  content: "";
  width: 100%;
  height: 80%;
  background: url(../images/decorate/title_bg.png) no-repeat center/contain;
  mix-blend-mode: multiply;
  filter: opacity(1);
  position: absolute;
  top: 22%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.sectionTitle h2 .h2_dec {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -10px;
}
.sectionTitle h2 .h2_dec span {
  color: rgb(218.4, 200.1, 169.6);
  font-size: calc(1rem + 0.3vw);
  font-weight: 400;
  text-transform: capitalize;
  text-wrap-mode: nowrap;
  padding: 0 8px;
  position: relative;
}
.sectionTitle h2 .h2_dec hr {
  width: 100%;
  border-top: 2px solid #b7c3b2;
  margin: 1rem 0 !important;
  opacity: 0.4;
  display: none;
}

.btn {
  width: 100%;
  color: #b7c3b2;
  border: 1px solid #f9f6f1;
  padding: 8px 16px;
  transition: 0.3s ease-in;
}
.btn:hover {
  color: #e8cfc8;
  background: #e8cfc8;
  border: 1px solid transparent;
}
.btn i {
  margin-right: 0.25rem;
}

.fillBtn {
  color: white;
  background: #b7c3b2;
  border: 1px solid #f9f6f1;
}
.fillBtn:hover {
  color: rgb(201.9230769231, 144.2307692308, 128.0769230769);
  border: 1px solid #e8cfc8;
  background: transparent;
}

.catalogList .catalogItem h5 {
  width: 100%;
  color: #f9f6f1;
  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: #e8cfc8;
  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(75, 66, 55, 0.7);
}
.catalogList .nav-tabs {
  width: 96%;
  margin: auto;
  justify-content: center;
  padding: 0px 12px;
  border-bottom: 1px solid #e8cfc8;
}
.catalogList .nav-tabs .nav-link {
  font-weight: 600;
  color: #e8cfc8;
  border: unset;
}
.catalogList .nav-tabs .nav-link.active {
  color: #4b4237;
  background: #e8cfc8;
  border-radius: 6px 6px 0 0;
  text-shadow: 0px 1px 2px rgba(249, 246, 241, 0.3);
}
.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;
  }
}
body {
  font-family: "Tenor Sans", "Noto Sans TC", sans-serif;
  color: #4b4237;
  background: white;
  overflow-x: hidden;
  position: relative;
}

main {
  width: 75%;
  max-width: calc(100% - 300px);
  float: right;
}
@media (max-width: 991.98px) {
  main {
    width: 100%;
    max-width: unset;
  }
}
main .bodyBg {
  width: 100%;
  height: 100%;
  background: url(../images/decorate/bg.png) no-repeat center/cover;
  background-blend-mode: overlay;
  opacity: 0.1;
  position: fixed;
  top: 0;
  z-index: -1;
}

header #fixedLeftNavbar.navbar {
  width: 25%;
  min-width: 300px;
  height: 100vh;
  background: #f9f6f1;
  align-items: start;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  isolation: isolate;
}
@media (max-width: 991.98px) {
  header #fixedLeftNavbar.navbar {
    width: 60px;
    min-width: unset;
    height: 60px;
    border-radius: 50%;
    align-items: center;
    top: 24px;
    right: 30px;
    left: unset;
  }
}
@media (min-width: 992px) {
  header #fixedLeftNavbar.navbar .navBarContxtPosition {
    padding-top: 30%;
  }
}
header #fixedLeftNavbar.navbar .navbar-brand {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  text-shadow: none !important;
}
header #fixedLeftNavbar.navbar .navbar-brand h3 {
  color: #e8cfc8;
  font-size: calc(2.1rem + 0.7vw);
  font-weight: 400;
  letter-spacing: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
header #fixedLeftNavbar.navbar .navbar-brand h3 span {
  font-size: calc(1rem + 0.2vw);
  letter-spacing: normal;
  margin-top: -8px;
}
header #fixedLeftNavbar.navbar .navbar-brand .logo-box {
  width: 65%;
  aspect-ratio: 1;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
header #fixedLeftNavbar.navbar .navbar-brand .logo-box img {
  height: 30vh;
  mix-blend-mode: multiply;
}
header #fixedLeftNavbar.navbar .navbar-toggler {
  border: 0;
  padding: 0;
}
header #fixedLeftNavbar.navbar .navbar-toggler:focus {
  box-shadow: none;
}
header #fixedLeftNavbar.navbar .offcanvas {
  background: #f9f6f1;
  justify-content: center;
}
@media (max-width: 576px) {
  header #fixedLeftNavbar.navbar .offcanvas {
    max-width: 70%;
  }
}
header #fixedLeftNavbar.navbar .offcanvas::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/decorate/bg.png) no-repeat center top/cover;
  mix-blend-mode: multiply;
  opacity: 0.2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
header #fixedLeftNavbar.navbar .offcanvas .btn-close {
  font-size: 1.3rem;
  padding: 30px;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.4;
}
header #fixedLeftNavbar.navbar .offcanvas .btn-close:focus {
  box-shadow: none;
}
header #fixedLeftNavbar.navbar .offcanvas .navbar-nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: unset;
}
@media (max-width: 991.98px) {
  header #fixedLeftNavbar.navbar .offcanvas .navbar-nav {
    padding-top: 30%;
  }
}
header #fixedLeftNavbar.navbar .offcanvas .navbar-nav .nav-item .nav-link {
  font-size: calc(1.1rem + 0.2vw);
  color: #4b4237;
  text-align: center;
  transition: 0.3s ease-in;
  position: relative;
}
header #fixedLeftNavbar.navbar .offcanvas .navbar-nav .nav-item .nav-link span {
  color: transparent;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s ease-in;
}
header #fixedLeftNavbar.navbar .offcanvas .navbar-nav .nav-item:hover .nav-link {
  color: transparent;
}
header #fixedLeftNavbar.navbar .offcanvas .navbar-nav .nav-item:hover .nav-link span {
  color: white;
  background: #e8cfc8;
  border-radius: 50px;
  padding: 4px 12px;
}

.banner {
  width: 100%;
  height: 100%;
  position: relative;
  isolation: isolate;
}
.banner .f-carousel {
  height: 100%;
}
.banner .f-carousel .f-button {
  color: rgba(249, 246, 241, 0.5);
}
.banner .f-carousel .bannerImg {
  height: 75vh;
}
@media (max-width: 991.98px) {
  .banner .f-carousel .bannerImg {
    height: 60vh;
  }
}
@media (max-width: 576px) {
  .banner .f-carousel .bannerImg {
    height: 35vh;
  }
}
.banner .txt-content {
  width: 50%;
  height: auto;
  padding: 30px;
  background: rgba(186.8846153846, 112.8461538462, 92.1153846154, 0.3);
  backdrop-filter: blur(3px);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
  border-radius: 0px 4px 4px 0px;
  box-shadow: 1px 1px 0px rgba(255, 255, 255, 0.8), 0px 0px 12px rgba(255, 255, 255, 0.5);
}
.banner .txt-content h1 {
  color: white;
  letter-spacing: 6px;
  line-height: 1.3;
  margin-bottom: 12px;
}
.banner .txt-content span {
  color: white;
  opacity: 0.7;
  margin: auto;
  display: inline-block;
  font-weight: 300;
}
.banner .scroll-down {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  z-index: 2;
  display: inline-block;
  transform: translateX(-50%);
  color: #f9f6f1;
  text-decoration: none;
  transition: opacity 0.3s;
  padding-top: 80px;
}
.banner .scroll-down:hover {
  opacity: 0.5;
}
.banner .scroll-down .arrow {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 2px solid #f9f6f1;
  border-bottom: 2px solid #f9f6f1;
  transform: rotate(-45deg);
  animation: sdb07 2s infinite;
  opacity: 0;
  box-sizing: border-box;
}
.banner .scroll-down .arrow:nth-of-type(1) {
  animation-delay: 0s;
}
.banner .scroll-down .arrow:nth-of-type(2) {
  top: 16px;
  animation-delay: 0.15s;
}
.banner .scroll-down .arrow:nth-of-type(3) {
  top: 32px;
  animation-delay: 0.3s;
}
@media (max-width: 991.98px) {
  .banner .scroll-down {
    color: white;
  }
  .banner .scroll-down .arrow {
    border-left: 2px solid white;
    border-bottom: 2px solid white;
  }
}

.about h3 {
  letter-spacing: 2px;
}
.about h3 i {
  font-size: calc(1.3rem + 0.2vw);
}
.about .aboutContext {
  position: relative;
}
.about .aboutImg {
  overflow: hidden;
  border-radius: 8px;
}
.about .aboutImg img {
  padding: 0;
}

.news h2 {
  background: linear-gradient(0deg, #f7faf0 65%, rgba(247, 250, 240, 0));
}
.news .notice {
  color: white;
  background: #fad161;
  border-radius: 50px;
  padding: 4px 8px;
}

.services .serviceCard {
  height: 100%;
  backdrop-filter: blur(4px);
  border-radius: 4px;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  position: relative;
  isolation: isolate;
}
.services .serviceCard::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/decorate/bg.png) no-repeat right bottom/cover;
  filter: contrast(0.6) opacity(0.1);
  mix-blend-mode: multiply;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.services .serviceCard .serviceCardImg {
  width: 100%;
  aspect-ratio: 1;
  padding: 0;
}
.services .serviceCard .serviceCardTitle {
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.services .serviceCard .serviceCardTitle h4 {
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  line-height: 2;
}
.services .serviceCard .serviceCardTitle span {
  width: 100%;
  text-align: center;
  color: rgba(75, 66, 55, 0.7);
  background: #e8cfc8;
  padding: 2px 12px;
}
.services .serviceCard ul {
  align-self: center;
  padding-left: 36px;
  margin: 0;
}
.services .serviceCard ul li {
  color: rgb(201.9230769231, 144.2307692308, 128.0769230769);
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 2;
  padding-left: 6px;
}
.services .serviceCard ul li::marker {
  content: "\e06e";
  font-size: calc(0.8rem + 0.1vw);
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.services .serviceCard i {
  font-size: calc(1rem + 0.1vw);
  margin-right: 8px;
}
.services .serviceCard p {
  text-align: center;
}

.process hr {
  margin: unset;
  align-self: center;
  border-top: 2px solid rgba(232, 207, 200, 0.7);
}
@media (max-width: 425px) {
  .process hr {
    width: 10%;
    margin: 20px 0;
    transform: rotate(90deg);
  }
}
.process .processCard {
  padding: 1rem 0;
  position: relative;
}
.process .processCard:hover .processCardImg::before {
  opacity: 0;
}
.process .processCard .processCardImg {
  align-self: stretch;
  padding: 0;
  position: relative;
  isolation: isolate;
  transition: 0.3s ease-in;
}
.process .processCard .processCardImg::before {
  content: "";
  width: 100%;
  height: 100%;
  background: black;
  mix-blend-mode: multiply;
  opacity: 0.4;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  transition: 0.3s ease-in;
}
.process .processCard .processCardImg .num {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.process .processCard .processCardImg .num h4 {
  font-size: calc(3rem + 0.2vw);
  font-weight: 500;
  color: rgba(232, 207, 200, 0.8);
  display: flex;
  justify-content: center;
  align-items: baseline;
}
.process .processCard .processCardImg .num span {
  font-size: calc(1.3rem + 0.2vw);
}
.process .processCard .processCardImg img {
  aspect-ratio: 1;
}
.process .processCard .processCardTxt {
  font-weight: 400;
  text-align: center;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.process .processCard .processCardTxt h4 {
  font-weight: 500;
  color: #e8cfc8;
  display: flex;
  justify-content: center;
  align-items: center;
}
.portfolio a {
  width: 100%;
  height: 150px;
  overflow: hidden;
  border-radius: 8px;
}
@media (min-width: 1200px) {
  .portfolio a {
    height: 250px;
  }
}
.portfolio i {
  font-size: 1.2rem;
  color: white;
  opacity: 0.7;
  position: absolute;
  top: 16px;
  left: 16px;
}

.contact {
  position: relative;
  isolation: isolate;
}
.contact * {
  letter-spacing: normal;
}
.contact i {
  font-size: calc(1.3rem + 0.1vw);
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact hr {
  width: 75%;
  margin: 16px 0;
}
.contact address {
  margin: 0;
}
.contact address h3 {
  font-weight: 400;
  margin-bottom: 24px;
}
.contact address ul {
  text-align: center;
  padding: 0;
  margin: 0;
}
.contact address ul li a {
  color: #4b4237;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 8px 12px;
  transition: 0.3s;
}
.contact address ul li a:hover {
  color: white !important;
  background: rgba(232, 207, 200, 0.8);
  border-radius: 8px;
}
.contact address ul li a.add {
  align-items: start;
}
.contact address ul i {
  margin-right: 8px;
}
.contact .sns {
  padding: 50px 20px;
}
.contact .sns li {
  text-align: center;
  padding: 8px;
}
.contact .sns a {
  width: 50px;
  height: 50px;
  color: #f9f6f1;
  background: #b7c3b2;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  transition: 0.3s;
}
.contact .sns a:hover {
  color: white;
  background: #e8cfc8;
  border: 1px solid #e8cfc8;
}
.contact .sns a i {
  font-size: calc(1.5rem + 0.1vw);
  margin: unset;
}
.contact .map {
  height: 100%;
  min-height: 320px;
}
.contact .map iframe {
  display: block;
}

.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;
  padding: 0;
  margin: 0;
}
.sidebar ul li {
  margin-bottom: 16px;
}
.sidebar ul li a {
  letter-spacing: normal;
  width: 50px;
  height: 50px;
  background: #fad161;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  transition: 0.3s;
  opacity: 0.75;
  text-decoration: none;
  border-radius: 50%;
}
.sidebar ul li a:hover {
  opacity: 1;
}
.sidebar ul li a span {
  display: none;
  margin-left: 5px;
  font-size: 14px;
}
.sidebar ul li:last-child a {
  border: none;
}

footer {
  color: #f9f6f1;
  background: #e8cfc8;
}
footer a {
  color: #f9f6f1;
}
footer a:hover {
  color: rgb(129.3941605839, 150.3284671533, 120.6715328467);
}/*# sourceMappingURL=all.css.map */