@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Trirong:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap");
.bg-color {
  background: #dcf5d4 !important;
}
.bg-color .logoImg {
  width: 68px;
  display: flex;
  filter: unset !important;
}
.bg-color .brandTxt {
  text-shadow: 2px 1px 2px rgba(250, 250, 248, 0.6), 0px 0px 1px rgba(250, 250, 248, 0.4) !important;
}
.bg-color .brandTxt h3,
.bg-color .brandTxt span {
  color: #48896b !important;
}
.bg-color .nav-link {
  color: #48896b !important;
  text-shadow: unset !important;
}
.bg-color .nav-link:hover span {
  color: #7dba9e !important;
  text-shadow: unset !important;
}
.bg-color .navbar-toggler hr {
  border: 1.5px solid #48896b !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(1.05rem + 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 #414f46;
  margin: 50px 0;
}

@media (max-width: 991.98px) {
  .w-md-100 {
    width: 100%;
  }
}

section {
  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: 0;
}
section:nth-of-type(odd):not(:first-of-type):not(:last-of-type) {
  background: rgba(220, 245, 212, 0.3);
  mix-blend-mode: multiply;
}

.sectionTitle {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  justify-items: center;
  align-items: center;
  justify-self: center;
  padding: 12px 0px;
  margin: auto;
  z-index: 2;
  position: relative;
  isolation: isolate;
}
.sectionTitle::before {
  content: "";
  width: 50%;
  height: 70px;
  background: url(../images/decorate/title_bg.avif) no-repeat center/contain;
  position: absolute;
  bottom: 24px;
  left: -25%;
  transform: rotate(20deg);
  z-index: 2;
}
.sectionTitle * {
  letter-spacing: normal;
}
.sectionTitle h2 {
  display: inline-block;
  font-weight: 500;
  white-space: nowrap;
  color: #48896b;
  text-align: center;
  letter-spacing: 2px;
  line-height: 1;
  margin: auto;
  padding: 4px;
  position: relative;
  isolation: isolate;
}
.sectionTitle .h2_dec {
  width: 100%;
  padding: 4px;
  margin-bottom: -8px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}
.sectionTitle .h2_dec span {
  color: rgba(168, 183, 160, 0.7);
  font-size: calc(1.3rem + 0.3vw);
  font-weight: 600;
  text-align: center;
  text-transform: capitalize;
  letter-spacing: 2px;
  line-height: 1;
  text-wrap-mode: nowrap;
  padding: 4px 8px;
  position: relative;
  isolation: isolate;
  z-index: 0;
}
.sectionTitle .h2_dec hr {
  display: none;
  width: 100%;
  border-top: 1px solid #dcf5d4;
  margin: 1rem 0 !important;
  opacity: 0.3;
}

.btn {
  width: 100%;
  letter-spacing: normal;
  color: #f5b3a8;
  background: white;
  border: 1px solid #f5b3a8;
  padding: 8px 16px;
  transition: 0.3s ease-in;
}
.btn:hover {
  color: #48896b;
  background: #f5b3a8 !important;
  border: 1px solid #fafaf8;
}
.btn:hover i,
.btn:hover span {
  color: #48896b !important;
}
.btn i {
  line-height: normal;
  padding-right: 2px;
  animation: pulse 1s infinite ease-in-out;
}
.btn.fillBtn {
  color: white;
  background: #f5b3a8;
  border: 1px solid white;
}
.btn.fillBtn:hover {
  color: #f5b3a8;
  background: white !important;
  border: 1px solid #f5b3a8;
}
.btn.fillBtn:hover i,
.btn.fillBtn:hover span {
  color: #f5b3a8 !important;
}
.btn.LINE {
  background: #2eb900;
}
.btn.LINE:hover {
  color: #2eb900;
  border: 1px solid #2eb900;
  background: white;
}
.btn.LINE:hover i,
.btn.LINE:hover span {
  color: #2eb900 !important;
}
.btn.FB {
  background: #0765ff;
}
.btn.FB:hover {
  color: #0765ff;
  border: 1px solid #0765ff;
  background: white;
}
.btn.FB:hover i,
.btn.FB:hover span {
  color: #0765ff !important;
}
.btn.IG {
  background: linear-gradient(45deg, #d88e55, #a421a7);
}
.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(125, 186, 158, 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 .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(65, 79, 70, 0.5), 0px 0px 6px rgba(65, 79, 70, 0.2);
}

.catalogList .catalogItem h5 {
  width: 100%;
  color: #dcf5d4;
  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: #7dba9e;
  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(65, 79, 70, 0.7);
}
.catalogList .nav-tabs {
  width: 96%;
  gap: 1rem;
  margin: auto;
  justify-content: center;
  padding: 0px 12px;
  border-bottom: 1px solid rgba(65, 79, 70, 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: #414f46;
  letter-spacing: 2px;
  margin-bottom: -4px;
}
.catalogList .nav-tabs .nav-link.active {
  background: #f5b3a8;
}
.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);
  }
}
body {
  font-family: "Trirong", "Noto Sans TC", sans-serif;
  color: #414f46;
  background: #fafaf8;
  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;
}

header .navbar {
  background: transparent;
  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: 2px 1px 2px rgba(19, 23, 20, 0.6), 0px 0px 1px rgba(19, 23, 20, 0.4);
}
header .navbar .navbar-brand .brandTxt h3 {
  font-size: calc(1.3rem + 0.3vw);
  font-weight: 500;
  color: white;
  letter-spacing: 4px;
  line-height: normal;
  margin-bottom: -10px;
}
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: 70px;
  height: auto;
  margin-bottom: -6px;
  display: flex;
  justify-content: center;
  align-items: center;
  filter: grayscale(1) brightness(2) drop-shadow(1px 1px 1px rgba(55, 103, 81, 0.6));
  transition: 0.3s ease-in;
}
header .navbar .navbar-brand .logoImg img {
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 4px;
}
header .navbar .navbar-toggler {
  width: 56px;
  height: 40px;
  border-radius: 50%;
  border: 0;
}
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 #fafaf8;
  opacity: 1;
}
header .navbar .navbar-collapse {
  justify-content: end;
  align-items: center;
}
header .navbar .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  display: inline-block;
  color: #fafaf8;
  position: relative;
  font-size: calc(1.1rem + 0.2vw);
  font-weight: 400;
  letter-spacing: 4px;
  line-height: normal;
  text-align: center;
  text-shadow: 2px 1px 1px rgba(19, 23, 20, 0.6), 0px 0px 1px rgba(19, 23, 20, 0.4);
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
  color: transparent !important;
  padding: 8px;
  text-shadow: unset;
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover span {
  width: -moz-fit-content;
  width: fit-content;
  color: #dcf5d4;
  border-bottom: 1px solid #dcf5d4;
  left: 50%;
  transform: translate(-50%, -50%);
  text-shadow: 1px 1px 1px rgba(19, 23, 20, 0.4), 0px 0px 1px rgba(19, 23, 20, 0.4);
  z-index: 2;
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link span {
  width: 100%;
  color: transparent;
  font-size: calc(1rem + 0.2vw);
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.3;
  text-shadow: initial;
  text-transform: uppercase;
  margin-bottom: -4px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
  transition: 0.3s ease;
  z-index: -1;
  isolation: isolate;
}
header .navbar.scrollDown {
  background: #dcf5d4;
  isolation: isolate;
}
header .navbar.scrollDown .logoImg {
  width: 68px;
  display: flex;
  filter: unset;
}
@media (max-width: 576px) {
  header .navbar.scrollDown .logoImg {
    width: 50px;
  }
}
header .navbar.scrollDown .brandTxt {
  text-shadow: 2px 1px 2px rgba(250, 250, 248, 0.6), 0px 0px 1px rgba(250, 250, 248, 0.4);
}
header .navbar.scrollDown .brandTxt h3,
header .navbar.scrollDown .brandTxt span {
  color: #48896b;
}
header .navbar.scrollDown .nav-link {
  color: #48896b !important;
  text-shadow: unset !important;
}
header .navbar.scrollDown .nav-link:hover span {
  color: #7dba9e !important;
  text-shadow: unset !important;
}
header .navbar.scrollDown .navbar-toggler hr {
  border: 1.5px solid #48896b !important;
}

.banner {
  width: 100%;
  height: 95vh;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 576px) {
  .banner {
    height: auto;
    margin-top: 88px;
  }
}
.banner .f-carousel {
  width: 100%;
  height: 100%;
  margin-right: auto;
  position: relative;
  isolation: isolate;
}
.banner .f-carousel .bannerImg {
  width: 100%;
  height: 100%;
  justify-self: center;
}
@media (max-width: 576px) {
  .banner .f-carousel .bannerImg {
    padding: unset;
  }
}
.banner .f-carousel .bannerImg img {
  -o-object-position: center;
     object-position: center;
}
.banner .f-carousel .f-button svg {
  width: 100px;
  height: 100px;
  stroke-width: 2px;
  stroke: white;
  opacity: 0.5;
}
.banner .txt-content {
  width: calc(420px + 10vw);
  height: calc(420px + 10vw);
  background: linear-gradient(to bottom, white 66%, rgba(255, 255, 255, 0));
  border-radius: 100%;
  padding: 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: rgba(65, 79, 70, 0.24) -4px 0px 4px;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translate(0%, -50%);
  isolation: isolate;
  z-index: 10;
}
@media (max-width: 576px) {
  .banner .txt-content {
    display: none;
  }
}
.banner .txt-content::before {
  content: "";
  width: 100%;
  height: 95%;
  background: url(../images/decorate/banner_txt_bg.avif) no-repeat center/contain;
  -webkit-mask-image: linear-gradient(to left, white, rgba(255, 255, 255, 0) 80%);
          mask-image: linear-gradient(to left, white, rgba(255, 255, 255, 0) 80%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  z-index: -1;
}
.banner .txt-content .bannerLogo {
  width: 100%;
}
.banner .txt-content .bannerLogo img {
  border-radius: 8px;
}
.banner .txt-content .txt-contentTitle h1 {
  width: 100%;
  font-size: calc(3rem + 1vw);
  font-weight: 500;
  color: #48896b;
  letter-spacing: 4px;
  line-height: 1.2;
  position: relative;
}
.banner .txt-content .txt-contentTitle span {
  font-size: calc(1.6rem + 0.2vw);
  color: #7dba9e;
  text-transform: capitalize;
  padding-left: 4px;
}
.banner .txt-content .txt-contentTitle .smallMark {
  color: white;
  background: transparent;
  border: 2px solid #f5b3a8;
  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.2rem + 0.2vw);
  font-weight: 400;
  color: #a8b7a0;
  text-align: center;
  text-wrap-style: pretty;
}
.banner .txt-content .btnBox {
  padding: 20px 30px;
}
.banner .txt-content .btnBox .btn {
  min-width: 156px;
  border-radius: 50px;
  padding: 8px 12px;
  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 {
  font-size: calc(0.9rem + 0.2vw);
  white-space: nowrap;
  text-shadow: unset;
  margin: unset;
  margin-left: 4px;
}
@media (max-width: 767.98px) {
  .banner .txt-content {
    width: calc(300px + 10vw);
    height: calc(300px + 10vw);
  }
  .banner .txt-content .txt-contentTitle h1 {
    font-size: calc(2.3rem + 1vw);
  }
  .banner .txt-content .txt-contentTitle span {
    font-size: calc(1.2rem + 0.2vw);
  }
  .banner .txt-content .bannerTxt span {
    font-size: calc(1rem + 0.2vw);
    letter-spacing: normal;
    line-height: 1;
  }
  .banner .txt-content .btn {
    width: 50px;
    height: 50px;
    min-width: unset !important;
  }
  .banner .txt-content .btn span {
    display: none;
  }
}

.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-bottom: 30px;
  position: relative;
}
.about .aboutContext hr {
  width: -moz-fit-content;
  width: fit-content;
  height: 26vh;
  border-top: unset;
  border-left: 1px solid #414f46;
  align-self: center;
  padding: 0;
  margin: 1rem;
}
@media (max-width: 991.98px) {
  .about .aboutContext hr {
    display: none;
  }
}
.about .aboutContext .slogn {
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.about .aboutContext .slogn h4 {
  width: -moz-fit-content;
  width: fit-content;
  color: #7dba9e;
  border-radius: 50px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: normal;
  padding: 2px 16px;
  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: #7dba9e;
  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(245, 179, 168, 0.8);
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: -1;
}
.about .aboutContext b {
  color: #7dba9e;
  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: 80%;
  height: 80%;
  background: #48896b;
  mix-blend-mode: multiply;
  opacity: 0.4;
  position: absolute;
  bottom: -5%;
  left: 0%;
  z-index: -1;
}
.about .aboutImgBox .aboutImg {
  height: 100%;
}
.about .aboutImgBox .aboutImg img {
  padding: 0;
}

.services .bntBox {
  width: 100%;
}
.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: #414f46;
}
.services ul.multipleTxt {
  padding-left: 2rem;
}
.services ul.multipleTxt li {
  color: #414f46;
  list-style: disc;
}
.services .serviceCardItem {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.services .serviceCardItem .serviceCard {
  width: 100%;
  flex-grow: 1;
  background: rgba(250, 250, 248, 0.6);
  border: 1px solid rgba(168, 183, 160, 0.7);
  border-radius: 1rem;
  padding: 1rem;
  position: relative;
  isolation: isolate;
}
.services .serviceCardItem .serviceCard .serviceCardTitle {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.services .serviceCardItem .serviceCard .serviceCardTitle h5 {
  padding-top: 1.5rem;
  text-align: center;
}
.services .serviceCardItem .serviceCard .serviceCardTitle .serviceCardImg {
  width: 250px;
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 1.5rem 1.2rem;
}
.services .serviceCardItem .serviceCard .serviceCardTitle .serviceCardImg img {
  -o-object-fit: contain;
     object-fit: contain;
}
.services .serviceCardItem .serviceCard .serviceCardContent {
  padding: 0.5rem 1rem;
}
.services .serviceCardItem .serviceCard .serviceCardContent p {
  width: -moz-fit-content;
  width: fit-content;
  line-height: normal;
  color: white;
  background: #7dba9e;
  border-radius: 50px;
  padding: 4px 12px;
}

.process p b {
  font-size: calc(1.2rem + 0.2vw);
  font-weight: 600;
}
.process .processList-style1 {
  height: auto;
  position: relative;
  isolation: isolate;
}
.process .processList-style1 .processItem {
  align-self: stretch;
  position: relative;
  isolation: isolate;
}
.process .processList-style1 .processCard {
  text-align: center;
  flex-direction: column;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 1px 1px 6px rgba(65, 79, 70, 0.2);
  position: relative;
}
.process .processList-style1 .processCard .processCardImg {
  width: 100%;
  height: 100%;
  height: 300px;
  padding: 0;
  margin: 0;
  z-index: -1;
}
.process .processList-style1 .processCard .txtBox {
  padding: 0;
  margin-top: auto;
}
.process .processList-style1 .processCard .num {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  color: white;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: baseline;
  mix-blend-mode: overlay;
  opacity: 0.8;
  z-index: 1;
  position: absolute;
  bottom: 17%;
  right: -13%;
  z-index: -1;
}
.process .processList-style1 .processCard .num span {
  display: none;
  font-size: calc(1.7rem + 0.4vw);
  font-weight: 500;
  letter-spacing: 1px;
  padding-right: 4px;
}
.process .processList-style1 .processCard .num h4 {
  font-size: calc(18rem + 0.4vw);
  font-weight: 700;
}
.process .processList-style1 .processCard .processCardTxt {
  background: #5c987c;
  padding: 1.5rem;
  text-shadow: 2px 2px 2px rgba(65, 79, 70, 0.3);
  z-index: -1;
  position: relative;
  isolation: isolate;
}
.process .processList-style1 .processCard .processCardTxt::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(250, 250, 248, 0.2);
  -webkit-mask-image: linear-gradient(to top, black 70%, rgba(0, 0, 0, 0));
          mask-image: linear-gradient(to top, black 70%, rgba(0, 0, 0, 0));
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media (min-width: 1400px) {
  .process .processList-style1 .processCard .processCardTxt {
    height: calc(21vh + 3vw);
  }
}
@media (max-width: 767.98px) and (min-width: 576px) {
  .process .processList-style1 .processCard .processCardTxt {
    height: calc(21vh + 3vw);
  }
}
.process .processList-style1 .processCard .processCardTxt h4 {
  font-weight: 500;
  letter-spacing: 2px;
  color: #fafaf8;
}
.process .processList-style1 .processCard .processCardTxt p,
.process .processList-style1 .processCard .processCardTxt li {
  color: #f7fff4;
}
.process .processList-style1 .processCard .processCardTxt p {
  margin-top: 0.5rem;
}
.process .processList-style1 .processCard .processCardTxt ul {
  margin: 0;
  margin-top: 1rem;
}
.process .processList-style1 .processCard .processCardTxt ul.singleTxt {
  padding-left: 0;
}
.process .processList-style1 .processCard .processCardTxt ul.multipleTxt ul {
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}
.process .processList-style1 .processCard .processCardTxt ul.multipleTxt ul li {
  list-style: disc;
}

.portfolio .catalogList .nav-tabs {
  border: unset;
}
.portfolio img {
  height: 40vh;
  box-shadow: rgba(65, 79, 70, 0.15) 1.95px 1.95px 2.6px;
}

.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 .styleD {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 60%;
  padding: 30px;
  margin: auto;
}
.contact .styleD .contact-card {
  background: rgba(250, 250, 248, 0.4);
  border-radius: 1rem;
  padding: 20px;
  box-shadow: rgba(72, 137, 107, 0.2) 0px 7px 29px 0px;
}
.contact .styleD .contactInfo {
  width: 100%;
  padding: 20px;
  margin: auto;
  display: flex;
  gap: 0.7rem;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}
.contact .styleD .contactInfo li a {
  height: 100%;
  color: #414f46;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .contact .styleD .contactInfo li a {
    white-space: nowrap;
  }
}
.contact .styleD .contactInfo li a:hover {
  color: #f29f91;
}
.contact .styleD .contactInfo i {
  font-size: calc(1rem + 0.2vw);
  margin-right: 4px;
}
.contact .styleD .sns {
  width: auto;
  padding: 0;
}
.contact .styleD .sns li {
  width: auto;
}
.contact .styleD .sns a {
  letter-spacing: normal;
  width: 60px;
  height: 60px;
  color: white;
  background: #f5b3a8;
  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(92, 168, 133, 0.4);
}
.contact .styleD .sns a:hover {
  color: #f5b3a8;
  background: white;
  border-color: #f5b3a8;
  text-shadow: unset;
}
.contact .styleD .sns a i {
  font-size: calc(1.5rem + 0.1vw);
}
.contact .styleD .sns a span {
  font-size: calc(0.7rem + 0.2vw);
  writing-mode: vertical-lr;
}
.contact .styleD .map {
  height: 100%;
  min-height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  margin: 0;
}
.contact .styleD .map p i {
  display: inline-block;
  font-size: calc(0.9rem + 0.1vw);
}
.contact .styleD .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: 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;
  transition: 0.3s;
  text-decoration: none;
}
.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;
}
.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: #7dba9e;
}
footer * {
  letter-spacing: 1px;
}
footer a {
  font-size: calc(1.2rem + 0.1vw);
  color: white;
  opacity: 0.7;
}
footer a:hover {
  opacity: 1;
}

.music-btn {
  cursor: pointer;
  width: 50px;
  height: 50px;
  background: #dcf5d4;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  border: 1px solid rgba(250, 250, 248, 0.7);
  border-radius: 50%;
  margin-left: auto;
  margin-right: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 12px 30px rgba(65, 79, 70, 0.5);
  transition: background 0.25s ease, transform 0.2s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  z-index: 99;
  /* 播放中狀態 */
}
@media (min-width: 992px) {
  .music-btn {
    margin: 0 6px;
  }
}
.music-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 40px rgba(65, 79, 70, 0.6);
}
.music-btn i {
  font-size: calc(1.2rem + 0.2vw);
  color: #48896b;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.music-btn.is-playing {
  background: radial-gradient(circle at 30% 0, rgba(245, 179, 168, 0.3) 0, rgba(245, 179, 168, 0.7) 40%, #f5b3a8 100%), #fafaf8;
  border-color: rgba(250, 250, 248, 0.9);
  color: #fafaf8;
}
.music-btn.is-playing i {
  animation: music-spin 2.2s linear infinite;
}/*# sourceMappingURL=all.css.map */