@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.5s;
}

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.45rem + 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 #808080;
  margin: 50px 0;
}

section {
  position: relative;
  padding: 80px 0;
}
@media (min-width: 768px) {
  section {
    padding-bottom: 100px;
  }
}
section:nth-last-of-type(1) {
  padding-bottom: 0;
}
section:nth-child(3)::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(169, 198, 83, 0.2);
  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: #33645B;
  letter-spacing: 4px;
  padding: 24px;
  background: linear-gradient(0deg, white 65%, rgba(255, 255, 255, 0));
}
.sectionTitle h2::before {
  content: "";
  width: 100%;
  height: 75%;
  background: url(../images/decorate/title_bg.png) no-repeat center/contain;
  mix-blend-mode: multiply;
  filter: saturate(0.5) opacity(1);
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.sectionTitle h2 .h2_dec {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -4px;
}
.sectionTitle h2 .h2_dec span {
  color: #ede6bd;
  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 #F8F5E5;
  margin: 1rem 0 !important;
  opacity: 0.4;
}

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

.fillBtn {
  color: white;
  background: #A9C653;
  border: 0;
}
.fillBtn:hover {
  color: #70862d;
  border: 1px solid #A9C653;
  background: transparent;
}

body {
  font-family: "Tenor Sans", "Noto Sans TC", sans-serif;
  color: #808080;
  background: white;
  overflow-x: hidden;
  position: relative;
}
body .bodyBg {
  width: 100vw;
  height: 100vh;
  background: url(../images/decorate/bg.png) no-repeat center/cover;
  background-blend-mode: overlay;
  opacity: 0.1;
  position: fixed;
  top: 0;
  z-index: -1;
}
@media (max-width: 768px) {
  body .bodyBg {
    background: url(../images/decorate/bg-1.png) no-repeat center/cover;
  }
}

header .navbar {
  background: #A9C653;
}
header .navbar .navbar-brand {
  display: flex;
  align-items: center;
}
header .navbar .navbar-brand h3 {
  letter-spacing: 4px;
  font-weight: 400;
}
header .navbar .navbar-brand img {
  width: 100px;
}
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;
  text-align: center;
}

.banner {
  width: 100%;
  height: 100%;
  margin-top: 79px;
  position: relative;
  isolation: isolate;
}
.banner .f-carousel {
  height: 100%;
}
.banner .f-carousel .f-carousel__slide:nth-child(1) img {
  object-fit: contain;
}
.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(0, 0, 0, 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: #A9C653;
  letter-spacing: 6px;
  line-height: 1.3;
  margin-bottom: 12px;
}
.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: #33645B;
  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 #33645B;
  border-bottom: 2px solid #33645B;
  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 h3 {
  letter-spacing: 2px;
}
.about h3 i {
  font-size: calc(1.3rem + 0.2vw);
}
.about .aboutContext {
  position: relative;
}
.about .aboutImg img {
  border-radius: 8px;
  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%;
  background: rgba(250, 248, 237, 0.7);
  backdrop-filter: blur(4px);
  border-radius: 4px;
  padding: 1rem;
  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-1.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 ul {
  align-self: center;
  padding-left: 36px;
  margin: 0;
}
.services .serviceCard ul li {
  color: #70862d;
  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 h5 {
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 2;
}
.services .serviceCard i {
  font-size: calc(1rem + 0.1vw);
  margin-right: 8px;
}
.services .serviceCard p {
  text-align: center;
}
.services .serviceCard img {
  border-radius: 8px;
}
.services .case img {
  border-radius: 6px;
}
.services .case .caseItem {
  border: unset;
  background: transparent;
}
.services .case .caseCard {
  position: relative;
  padding: 0;
}
.services .case .caseCard:hover .caseCardTxt {
  opacity: 0;
}
.services .case .caseCard .caseCardImg {
  width: 100%;
  height: 250px;
  padding: 0;
  overflow: hidden;
}
.services .case .caseCard .caseCardTxt {
  width: 100%;
  color: white;
  text-align: center;
  padding: 24px 0;
  background: rgba(51, 100, 91, 0.7);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s ease-in;
}
.services .case .modal .modal-dialog {
  max-width: 65%;
}
@media (max-width: 576px) {
  .services .case .modal .modal-dialog {
    max-width: unset;
  }
}
.services .case .modal .modal-content {
  max-height: 95%;
}
.services .case .modal .btn-close:focus {
  box-shadow: none;
}
.services .case .modal .modal-header {
  border: unset;
}
.services .case .modal .modal-body {
  padding: 0 30px;
}
.services .case .modal .modal-body .modalImg {
  margin-bottom: 1rem;
}
.services .case .modal .modal-body .modalImg.smallImg {
  margin-bottom: 12px;
}
.services .case .modal .modal-body h5 {
  width: 100%;
  text-align: center;
  margin-bottom: 1.7rem;
}
.services .case .modal .modal-body ul {
  padding-left: 1rem;
  margin-bottom: 12px;
  position: relative;
  isolation: isolate;
}
.services .case .modal .modal-body ul::before {
  content: "" "";
  width: 5px;
  height: 100%;
  background: #A9C653;
  position: absolute;
  top: 50%;
  left: 2px;
  transform: translate(-50%, -50%);
  z-index: -1;
}

@media (min-width: 768px) {
  .process .SFtexture-list .nav-link, .process .SFmake-list .nav-link {
    border: 8px solid white !important;
    margin-bottom: unset;
    transition: 0.2s ease-in;
  }
  .process .SFtexture-list .nav-link.active, .process .SFmake-list .nav-link.active {
    border-radius: 12px !important;
    margin-bottom: -12px;
    z-index: 1;
  }
}
.process .SFmake-list .accordion {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
}
.process .SFmake-list .accordion .accordion-item {
  width: fit-content;
  border: unset;
  padding: 0;
}
.process .SFmake-list .accordion .accordion-item .accordion-button {
  color: #c0c0c0;
  padding: 8px 16px;
}
.process .SFmake-list .accordion .accordion-item .accordion-button::after {
  display: none;
}
.process .SFmake-list .accordion .accordion-item .accordion-button:focus, .process .SFmake-list .accordion .accordion-item .accordion-button:not(.collapsed) {
  color: #33645B;
  border: 1px solid rgba(51, 100, 91, 0.5);
  border-radius: 6px;
  box-shadow: unset;
  background: transparent;
  position: relative;
}
@media (min-width: 768px) {
  .process .SFmake-list .accordion .accordion-item .accordion-button:focus::before, .process .SFmake-list .accordion .accordion-item .accordion-button:not(.collapsed)::before {
    content: "";
    width: 12px;
    height: 12px;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    background: rgba(51, 100, 91, 0.5);
    position: absolute;
    top: 123%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(180deg) scale(1.5, 0.7);
    z-index: -1;
  }
}
.process .SFmake-list .accordion .accordion-body {
  padding: 0;
  margin-top: 20px;
}
.process .SFmake-list .accordion .accordion-body .tab-content > .active {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: unset;
}
.process .SFmake-list .accordion .accordion-body .tab-content .catalogCard {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.process .SFmake-list .accordion .accordion-body .tab-content .catalogCard p {
  margin: 8px 0;
  letter-spacing: 1px;
}
.process .SFmake-list .accordion .accordion-body .tab-content .catalogCard p span {
  display: inline-block;
  font-size: calc(0.8rem + 0.1vw);
  color: white;
  background: #A9C653;
  border-radius: 50px;
  padding: 0 8px;
  margin-right: 6px;
}
.process .SFmake-list .accordion .accordion-body .tab-content .catalogCard .catalogCardImg {
  margin-top: auto;
}

.catalogList .catalogCard img {
  height: 150px;
  border-radius: 6px;
}
@media (min-width: 992px) {
  .catalogList .catalogCard img {
    height: 200px;
  }
}
.catalogList .catalogCard h5 {
  font-weight: 500;
}
.catalogList .catalogCard ul {
  margin-bottom: 0;
}
.catalogList .nav-tabs {
  width: 96%;
  margin: auto;
  justify-content: center;
  padding: 0px 12px;
  border-bottom: 1px solid rgba(128, 128, 128, 0.4);
}
.catalogList .nav-tabs .nav-link {
  color: #33645B;
  border: unset;
}
.catalogList .nav-tabs .nav-link.active {
  color: #F8F5E5;
  background: #33645B;
  border-radius: 6px;
}
.catalogList .tab-content > .active {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: start;
}

.portfolio a {
  width: 100%;
  height: 150px;
  overflow: hidden;
  border-radius: 8px;
}
@media (min-width: 1200px) {
  .portfolio a {
    height: 250px;
  }
}

.media .mediaCardImg {
  align-self: stretch;
}
.media .mediaCardImg img {
  border-radius: 8px;
}
.media span {
  font-size: calc(0.9rem + 0.1vw);
  opacity: 0.7;
}
.media P {
  margin: 30px 0;
}
.media .bigTxt {
  font-size: calc(2.3rem + 0.2vw);
  font-weight: 400;
  color: white;
  position: relative;
  isolation: isolate;
}
.media .bigTxt::before {
  content: "";
  width: 70px;
  height: 70px;
  background: rgba(169, 198, 83, 0.7);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.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 {
  margin-bottom: 12px;
}
.contact address ul li a {
  color: #808080;
  justify-content: center;
  transition: 0.4s;
}
.contact address ul li a:hover {
  color: #A9C653 !important;
}
.contact address ul i {
  margin-right: 8px;
}
.contact .sns {
  padding: 0;
}
.contact .sns li {
  width: auto;
  padding: 8px;
}
.contact .sns a {
  width: 56px;
  height: 56px;
  color: white;
  background: #A9C653;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid white;
  transition: 0.3s;
}
.contact .sns a:hover {
  color: #A9C653;
  background: white;
  border: 1px solid #A9C653;
}
.contact .sns a i {
  font-size: calc(1.5rem + 0.1vw);
  margin: unset;
}
.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: rgba(248, 245, 229, 0.7);
  background: #A9C653;
}
footer a {
  color: #F8F5E5;
}
footer a:hover {
  color: #e2d695;
}/*# sourceMappingURL=all.css.map */