@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 {
  text-decoration: none;
  transition: 0.5s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  display: inline-block;
  margin: 0;
  line-height: 1.5;
  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.2rem + 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.6;
  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 #9d9d9d;
  margin: 50px 0;
}

section {
  position: relative;
  padding: 90px 0;
}
@media (max-width: 576px) {
  section {
    padding: 80px 0;
  }
  section:nth-child(2) {
    padding-top: 160px;
  }
}
section:nth-child(1) {
  padding: 0;
}
section:nth-child(2) {
  padding-top: 200px;
}
section:nth-last-of-type(1) {
  padding-bottom: 0;
}

.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: #CCAC85;
  letter-spacing: 4px;
  padding: 24px;
}
.sectionTitle h2 .h2_dec {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -4px;
}
.sectionTitle h2 .h2_dec span {
  color: rgba(192, 192, 192, 0.7);
  font-size: calc(1rem + 0.3vw);
  font-weight: 400;
  text-transform: capitalize;
  text-wrap-mode: nowrap;
  padding: 0 8px;
}
.sectionTitle h2 .h2_dec hr {
  width: 100%;
  border-top: 1px solid rgba(192, 192, 192, 0.7);
  margin: 1rem 0 !important;
  opacity: 0.4;
}

.btn {
  width: 100%;
  color: #CCAC85;
  border: 1px solid #CCAC85;
  padding: 8px 16px;
}
.btn:hover {
  color: #fffbf0;
  background: #CCAC85;
  border: 0;
}

.fillBtn {
  color: white;
  background: #CCAC85;
  border: 0;
}
.fillBtn:hover {
  color: #c2a672;
  border: 1px solid #E1D3B9;
  background: transparent;
}
.fillBtn.LINE {
  background: #2EB900;
}

body {
  font-family: "Tenor Sans", "Noto Sans TC", sans-serif;
  color: #9d9d9d;
  background: white;
  overflow-x: hidden;
  position: relative;
}
body .bodyBg {
  width: 100%;
  height: 100%;
  background: url(../images/decorate/bg.jpg) no-repeat center/cover;
  background-blend-mode: screen;
  opacity: 0.2;
  position: fixed;
  top: 0;
  z-index: -1;
}

header .navbar {
  background: #CCAC85;
}
header .navbar .navbar-brand {
  display: flex;
  align-items: center;
}
header .navbar .navbar-brand h4 {
  color: #9d9d9d;
}
@media (max-width: 992px) {
  header .navbar .navbar-brand h4 {
    color: white;
  }
}
header .navbar .navbar-brand img {
  width: 70px;
}
header .navbar .navbar-toggler {
  border: 0;
}
header .navbar .navbar-toggler:focus {
  box-shadow: none;
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  position: relative;
  color: white;
  background: #CCAC85;
  text-align: center;
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
  color: transparent;
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover span {
  color: white;
  background: #CCAC85;
  border-radius: 50px;
  padding: 4px 12px;
  z-index: 2;
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s ease;
  z-index: -1;
}

.banner {
  width: 100%;
  height: 100%;
  margin-top: 88px;
  position: relative;
  isolation: isolate;
}
.banner .f-carousel {
  height: 100%;
}
.banner .f-carousel .bannerImg {
  justify-self: center;
  overflow: hidden;
}
.banner .txt-content {
  width: 50%;
  height: auto;
  padding: 30px;
  background: rgba(58, 43, 24, 0.3);
  backdrop-filter: blur(2px);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
}
.banner .txt-content h1 {
  color: #E1D3B9;
  letter-spacing: 6px;
  line-height: 1.3;
  margin-bottom: 12px;
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
}
.banner .txt-content span {
  color: white;
  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: #CCAC85;
  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 #CCAC85;
  border-bottom: 2px solid #CCAC85;
  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;
  }
}

@keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.about .sectionTitle h2 {
  padding-top: 0;
}
.about h3 {
  letter-spacing: 2px;
}
.about h3 i {
  font-size: calc(1.3rem + 0.2vw);
}
.about .aboutContext {
  position: relative;
}
.about .aboutContext hr {
  width: 100%;
  border-top: 1px solid #9d9d9d;
  justify-self: start;
  margin: 0.5rem 0;
}
.about .aboutContext h4 {
  width: 100%;
  color: #E1D3B9;
  text-align: center;
  position: relative;
}
.about .aboutContext p {
  margin: 8px 0;
}
.about .aboutImg {
  height: 100%;
}
.about .aboutImg img {
  padding: 0;
  border-radius: 4px;
}
.about .f-carousel .f-button {
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 0.4);
}
.about .f-carousel .f-button svg {
  stroke: white;
}
.about #aboutCarousel {
  width: 100%;
  height: 40vh;
}
@media (min-width: 768px) {
  .about #aboutCarousel {
    height: 100%;
  }
}
.about #evnCarousel {
  width: 100%;
  height: 40vh;
}
@media (min-width: 768px) {
  .about #evnCarousel .f-carousel__slide {
    width: 33.3333333333%;
    --f-carousel-spacing: 12px;
  }
}
.about video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.services .serviceItem {
  padding: 20px;
  padding-bottom: 60px;
}
.services .serviceCard {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  background: #fffbf0;
  border-radius: 4px;
  position: relative;
  box-shadow: rgba(130, 96, 54, 0.4) 0px 2px 8px 0px;
  isolation: isolate;
}
.services .serviceCard::before {
  content: "";
  width: 100%;
  height: 16px;
  background: #CCAC85;
  border-radius: 0 0 4px 4px;
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: -1;
}
.services .serviceCard h5 {
  width: 100%;
  color: white;
  font-weight: 500;
  letter-spacing: 2px;
  background: #CCAC85;
  padding: 1rem 0;
  border-radius: 4px 4px 0 0;
  position: relative;
  isolation: isolate;
}
.services .serviceCard h5::before {
  content: "";
  width: 50px;
  height: 20px;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%, 0% 0%);
  background: #CCAC85;
  position: absolute;
  bottom: -20%;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: -1;
}
.services .serviceCard ul {
  padding: 0;
  margin: 24px 0;
  margin-bottom: 60px;
}
.services .serviceCard ul li {
  text-align: center;
}
.services .serviceCard .serviceCardImg {
  width: 80px;
  height: 80px;
  background: #ccac85;
  border-radius: 50%;
  padding: 1.2rem;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translate(-50%, 0%);
}
.services .serviceCard .serviceCardImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: invert(1) brightness(5);
}

.process .processList .processCard {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: white;
  padding: 1rem;
  border-radius: 8px;
  position: relative;
}
.process .processList .processCard .num {
  display: inline-block;
  width: 44px;
  height: 44px;
  font-weight: 500;
  color: white;
  background: #E1D3B9;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  position: absolute;
  top: -16px;
}
.process .processList .processCard h5 {
  color: #CCAC85;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 1rem;
}
.process .processList .processCard p {
  text-align: center;
}
.process .processList .processCard img {
  margin-top: 2rem;
  width: 100%;
  height: 60px;
  object-fit: contain;
  object-position: center;
}
.process .processList hr {
  align-self: center;
  border: 2px solid rgba(157, 157, 157, 0.5);
  opacity: 1;
  margin: 50px 0;
}
.process .processList hr:nth-last-of-type(1) {
  display: none;
}
@media (max-width: 425px) {
  .process .processList hr {
    transform: rotate(90deg);
    margin: 30px 0;
  }
}

.catalogList .catalogItem h5 {
  width: 100%;
  color: #CCAC85;
  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: #E1D3B9;
  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;
  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(204, 172, 133, 0.7);
}
.catalogList .nav-tabs {
  width: 96%;
  margin: auto;
  justify-content: center;
  padding: 0px 12px;
  border-bottom: 1px solid rgba(157, 157, 157, 0.4);
}
.catalogList .nav-tabs .nav-link {
  color: #9d9d9d;
  border: unset;
}
.catalogList .nav-tabs .nav-link.active {
  color: white;
  background: #CCAC85;
  border-radius: 6px;
  text-shadow: 0px 1px 2px rgba(130, 96, 54, 0.3);
}
.catalogList .tab-content > .active {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: start;
}

.portfolio .catalogList .nav-tabs {
  border: unset;
}

.contact {
  position: relative;
  isolation: isolate;
}
.contact .sectionTitle {
  width: 100%;
}
.contact i {
  font-size: calc(1.3rem + 0.1vw);
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact hr {
  margin: 30px 0;
}
.contact .contactInfo {
  padding: 0;
  margin: 0;
}
.contact .contactInfo li {
  margin-bottom: 12px;
}
.contact .contactInfo li a {
  color: #9d9d9d;
  display: flex;
  align-items: center;
  transition: 0.3s;
}
.contact .contactInfo li a:hover {
  color: #e1d3b9;
}
.contact .contactInfo i {
  margin-right: 8px;
}
.contact .sns {
  padding: 0;
}
.contact .sns li {
  width: auto;
  padding: 8px;
}
.contact .sns a {
  letter-spacing: normal;
  width: 60px;
  height: 60px;
  color: white;
  background: #E1D3B9;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 1px solid white;
  transition: 0.3s;
}
.contact .sns a:hover {
  color: #E1D3B9;
  background: white;
  border: 1px solid #E1D3B9;
}
.contact .sns a i {
  font-size: calc(1.5rem + 0.1vw);
}
.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: #c0c0c0;
  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: #fffbf0;
  background: #CCAC85;
}
footer * {
  letter-spacing: 1px;
}
footer a {
  color: #fffbf0;
}
footer a:hover {
  color: #a67a45;
}/*# sourceMappingURL=all.css.map */