@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Noto+Serif+TC:wght@200..900&display=swap");
.bg-color {
  background: #7bb98c !important;
}
.bg-color .logoImg {
  width: 68px;
  display: flex;
  filter: unset !important;
}
.bg-color .brandTxt {
  text-shadow: 2px 1px 2px rgba(250, 249, 246, 0.6), 0px 0px 1px rgba(250, 249, 246, 0.4) !important;
}
.bg-color .brandTxt h3,
.bg-color .brandTxt span {
  color: #f9d85c !important;
}
.bg-color .nav-link {
  color: #f9d85c !important;
  text-shadow: unset !important;
}
.bg-color .nav-link:hover span {
  color: #f9d85c !important;
  text-shadow: unset !important;
}
.bg-color .navbar-toggler hr {
  border: 1.5px solid #f9d85c !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: normal;
  text-align: justify;
  margin: 0;
}

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

hr {
  width: 90%;
  display: flex;
  justify-self: center;
  border-top: 1px dotted #5c5c5c;
  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;
}
section:nth-of-type(odd):not(:first-of-type):not(:last-of-type) {
  background: rgba(220, 233, 223, 0.8);
  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;
}
.sectionTitle::before, .sectionTitle:after {
  content: "";
  width: 35%;
  height: 100%;
  background: url(../images/logo/logo_T2.avif) no-repeat center/contain;
  mix-blend-mode: multiply;
  position: absolute;
  top: 55%;
  left: -38%;
  --anime-position: translate(0%, -50%);
  transform: var(--anime-position);
  z-index: -1;
  animation: bounceIn 2s infinite alternate-reverse ease-in;
}
.sectionTitle:after {
  left: unset;
  right: -37%;
}
.sectionTitle h2 {
  display: inline-block;
  font-weight: 500;
  white-space: nowrap;
  color: #386f64;
  text-align: center;
  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(123, 185, 140, 0.7);
  font-size: calc(1.3rem + 0.3vw);
  font-weight: 600;
  text-align: center;
  text-transform: capitalize;
  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 #7bb98c;
  margin: 1rem 0 !important;
  opacity: 0.3;
}

.btn {
  width: 100%;
  color: #f9d85c;
  background: white;
  border: 1px solid #f9d85c;
  padding: 8px 16px;
  transition: 0.3s ease-in;
}
.btn:hover {
  color: #faf9f6;
  background: #7bb98c !important;
  border: 1px solid #faf9f6;
}
.btn:hover i,
.btn:hover span {
  color: #faf9f6 !important;
}
.btn i {
  line-height: normal;
  padding-right: 2px;
  animation: pulse 1s infinite ease-in-out;
}
.btn.fillBtn {
  color: #5d4b1d;
  background: #f9d85c;
  border: 1px solid white;
}
.btn.fillBtn:hover {
  color: #5fae9e;
  background: white !important;
  border: 1px solid #5fae9e;
}
.btn.fillBtn:hover i,
.btn.fillBtn:hover span {
  color: #5fae9e !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(249, 216, 92, 0.8);
  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;
}
@media (max-width: 768px) {
  .interval .intervalBg {
    height: 60vh;
  }
}
.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: 70% top;
     object-position: 70% top;
}
.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(92, 92, 92, 0.5), 0px 0px 6px rgba(92, 92, 92, 0.2);
}
.interval .intervalTxt p {
  margin: 12px 0;
}

.catalogList .catalogItem h5 {
  width: 100%;
  color: #7bb98c;
  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: #f9d85c;
  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(92, 92, 92, 0.7);
}
.catalogList .nav-tabs {
  width: 96%;
  gap: 1rem;
  margin: auto;
  justify-content: center;
  padding: 0px 12px;
  border-bottom: 1px solid rgba(92, 92, 92, 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: #5c5c5c;
}
.catalogList .nav-tabs .nav-link.active {
  background: #7bb98c;
  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);
  }
}
body {
  font-family: "Noto Sans TC", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #5c5c5c;
  background: #faf9f6;
  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;
}

p {
  line-height: 2;
}

header .navbar {
  background: white;
  padding: 0;
  transition: 0.3s ease;
  flex-wrap: nowrap;
}
header .navbar .tel {
  color: black;
  font-weight: 600;
}
@media (max-width: 768px) {
  header .navbar .tel {
    font-size: 0.8rem;
  }
}
header .navbar .tel i {
  color: #7bb98c;
  font-size: 0.8rem;
}
@media (max-width: 768px) {
  header .navbar .tel i {
    font-size: 0.7rem;
  }
}
header .navbar .navbar-brand {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0;
}
header .navbar .navbar-brand .brandTxt {
  color: transparent;
  padding-left: 8px;
  position: relative;
}
@media (max-width: 768px) {
  header .navbar .navbar-brand .brandTxt {
    padding-left: 2px;
  }
}
header .navbar .navbar-brand .brandTxt h3 {
  font-size: calc(1.4rem + 0.2vw);
  font-weight: 400;
  color: rgb(68, 68, 68);
  color: #c8a54b;
  line-height: normal;
}
@media (max-width: 768px) {
  header .navbar .navbar-brand .brandTxt h3 {
    font-size: 0.9rem;
  }
}
header .navbar .navbar-brand .brandTxt span {
  font-size: calc(0.9rem + 0.2vw);
  color: white;
  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: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  overflow: hidden;
}
@media (max-width: 768px) {
  header .navbar .navbar-brand .logoImg {
    width: 35px;
    height: 35px;
  }
}
header .navbar .navbar-brand .logoImg img {
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.2);
  border-radius: 4px;
}
header .navbar .navbar-toggler {
  width: 50px;
  height: 40px;
  border-radius: 50%;
  border: 0;
}
@media (max-width: 768px) {
  header .navbar .navbar-toggler {
    width: 25px;
    height: 20px;
    padding: 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: 1px solid #faf9f6;
  border-color: rgb(48, 48, 48);
  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-width: 2px;
  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 {
  justify-content: end;
  align-items: center;
  flex-direction: column;
  align-items: end;
}
header .navbar .navbar-collapse .tel {
  font-size: 1.4rem;
  padding: 4px 10px;
  color: #c8a54b;
}
header .navbar .navbar-collapse .tel i {
  color: #7bb98c;
  font-size: 1.4rem;
}
header .navbar .navbar-collapse .navbar-nav {
  gap: 4px;
}
header .navbar .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  display: inline-block;
  font-size: calc(1.1rem + 0.2vw);
  color: #5c5c5c;
  line-height: normal;
  padding: 4px 8px;
  position: relative;
  text-align: center;
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
  color: transparent !important;
  text-shadow: unset;
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover span {
  width: -moz-fit-content;
  width: fit-content;
  color: #faf9f6;
  background: #f9d85c;
  transform: translate(-50%, -50%);
  text-shadow: 1px 1px 1px rgba(92, 92, 92, 0.4), 0px 0px 1px rgba(92, 92, 92, 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;
  line-height: 1.3;
  text-shadow: initial;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 4px 8px;
  margin-bottom: -4px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0%);
  transition: 0.3s ease;
  z-index: -1;
  isolation: isolate;
}
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;
}

#banner {
  width: 100%;
  height: 70vh;
  position: relative;
}
@media (max-width: 768px) {
  #banner {
    height: 60vh;
  }
}
#banner img {
  width: 100%;
  height: 100%;
}
#banner .text-box {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.302));
  display: flex;
  align-items: end;
  justify-content: start;
  color: white;
}
#banner .text-box .text {
  padding: 4rem;
  text-shadow: black 0.1em 0.1em 0.2em;
  font-family: "Noto Serif TC", serif;
}
@media (max-width: 768px) {
  #banner .text-box .text {
    padding: 2rem;
  }
}
#banner .text-box .text .slogan {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
  font-weight: 600;
}
@media (max-width: 768px) {
  #banner .text-box .text .slogan {
    font-size: 1.5rem;
  }
}
#banner .text-box .text p {
  font-size: 1.3rem;
}
@media (max-width: 768px) {
  #banner .text-box .text p {
    font-size: 1rem;
  }
}

.about .container-fluid {
  position: relative;
}
.about h3 i {
  font-size: calc(1.3rem + 0.2vw);
}
.about .smallMark {
  font-weight: bold;
  background: transparent;
}
.about .aboutContext {
  align-self: stretch;
  margin-top: 30px;
  position: relative;
}
.about .aboutContext hr {
  width: -moz-fit-content;
  width: fit-content;
  height: 26vh;
  border-top: unset;
  border-left: 1px solid #5c5c5c;
  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: #c8a54b;
  border-radius: 50px;
  font-weight: 500;
  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: #f9d85c;
  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(95, 174, 158, 0.8);
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: -1;
}
.about .aboutContext b {
  color: #7bb98c;
  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: #dce9df;
  mix-blend-mode: multiply;
  opacity: 0.4;
  position: absolute;
  bottom: -5%;
  left: 0%;
  z-index: -1;
}
.about .aboutImg {
  width: 100%;
  height: 100%;
}
.about .aboutImg img {
  padding: 0;
}
.about #aboutCarousel.f-carousel {
  width: 70%;
  height: 100%;
  margin-left: auto;
  -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0), black 70%);
          mask-image: linear-gradient(to right, rgba(0, 0, 0, 0), black 70%);
  position: absolute;
  top: 53%;
  right: 0%;
  transform: translate(0%, -50%);
  z-index: -1;
}
@media (max-width: 767.98px) {
  .about #aboutCarousel.f-carousel {
    width: 100%;
    margin: 20px 0;
    -webkit-mask-image: unset;
            mask-image: unset;
    position: relative;
    transform: unset;
  }
  .about #aboutCarousel.f-carousel .aboutImg {
    height: 40vh;
  }
}
.about #aboutCarousel.f-carousel .f-button.is-prev {
  left: 2px !important;
}
.about #aboutCarousel.f-carousel .f-button.is-next {
  right: 2px !important;
}
.about #aboutCarousel.f-carousel .f-button svg {
  width: 100px;
  height: 100px;
  stroke-width: 2px;
  stroke: white;
  opacity: 0.5;
}
.about #aboutCarousel.f-carousel .f-carousel__dots {
  position: relative;
  top: 0;
  bottom: 0;
}
.about #aboutCarousel.f-carousel .f-carousel__dots .f-carousel__dot {
  color: #5fae9e;
}

#plan {
  background: rgba(220, 233, 223, 0.8);
  mix-blend-mode: multiply;
  color: #5c5c5c;
  padding: 80px 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#plan .cta {
  background: #5fae9e;
  padding: 1rem 2rem;
  text-align: start;
  color: white;
  border-radius: 0.5rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  #plan .cta {
    padding: 1rem 1rem;
  }
}
#plan .sectionTitle {
  text-align: center;
}
#plan .sectionTitle .h2_dec {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
#plan .sectionTitle .h2_dec span {
  display: block;
  color: #7bb98c;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0 15px;
}
#plan .sectionTitle .h2_dec hr {
  width: 50px;
  height: 2px;
  background-color: #7bb98c;
  border: none;
  opacity: 1;
  margin: 0;
}
#plan .sectionTitle h2 {
  color: #5c5c5c;
  font-weight: 700;
  margin-bottom: 15px;
}
#plan .plan-card {
  background: #fff;
  border-radius: 12px;
  padding: 2.5rem;
  height: 100%;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.03);
  border: 1px solid transparent;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  #plan .plan-card {
    padding: 1rem;
  }
}
#plan .plan-card:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  transform: translateY(-5px);
}
#plan .plan-card .plan-title {
  color: #7bb98c;
  font-weight: 700;
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 0.5rem;
}
#plan .plan-card .plan-price {
  color: #c8a54b;
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  font-family: sans-serif;
  margin-bottom: 0.5rem;
}
#plan .plan-card .plan-price .unit {
  font-size: 1rem;
  color: #8f8f8f;
  font-weight: 400;
  margin-left: 5px;
}
#plan .plan-card .plan-slogan {
  text-align: center;
  color: #767676;
  font-size: 0.95rem;
  margin-bottom: 1.5rem;
  font-weight: 300;
}
#plan .plan-card .divider {
  border-top: 1px dashed #bedcc6;
  margin: 1.5rem 0;
  opacity: 0.5;
}
#plan .plan-card .price-list {
  font-size: 1rem;
  padding: 0 10px;
}
#plan .plan-card .price-list .list-header span {
  font-size: 0.9rem;
  color: #5fae9e;
  font-weight: 800;
}
#plan .plan-card .price-list .d-flex {
  align-items: center;
  border-bottom: 1px solid #ecf3ed;
  padding-bottom: 8px;
  margin-bottom: 8px !important;
}
#plan .plan-card .price-list .d-flex:last-child {
  border-bottom: none;
}
#plan .plan-card .price-list span {
  color: #5c5c5c;
}
#plan .plan-card .price-list .price {
  font-weight: 700;
  color: #7bb98c;
  font-family: sans-serif;
}
#plan .plan-card .service-features {
  margin-top: 2rem;
}
#plan .plan-card .service-features .feature-head {
  font-size: 1.1rem;
  font-weight: 700;
  color: #7bb98c;
  margin-bottom: 1.2rem;
  text-align: center;
  width: 100%;
}
#plan .plan-card .service-features ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#plan .plan-card .service-features ul li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  color: #5c5c5c;
  line-height: 1.5;
}
#plan .plan-card .service-features ul li::before {
  content: "•";
  color: #7bb98c;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.5rem;
  line-height: 1.5rem;
}
#plan .plan-card .service-features ul li strong {
  font-weight: 600;
  color: #434343;
}
#plan .plan-card .service-features ul li .desc {
  display: block;
  font-size: 0.85rem;
  color: #828282;
  margin-top: 2px;
}
#plan .plan-card.premium {
  border: 1px solid #e0cc99;
  background: linear-gradient(to bottom, #fff 0%, #fcfbf9 100%);
}
#plan .plan-card.premium .plan-title {
  color: #5aa76f;
}
#plan .small-note {
  font-size: 0.95rem;
  line-height: 1.8;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 60px 0;
  border-radius: 8px;
  display: inline-block;
}
#plan .small-note p {
  margin-bottom: 5px;
  padding: 0 2rem;
}
#plan .small-note p:last-child {
  margin-bottom: 0;
  font-weight: 700;
  color: #7bb98c;
}
#plan .small-note i {
  margin-right: 5px;
}

.services .bntBox {
  width: 100%;
}
.services hr {
  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: #5c5c5c;
}
.services ul.multipleTxt {
  padding-left: 2rem;
}
.services ul.multipleTxt li {
  color: #5c5c5c;
  list-style: disc;
}
.services .serviceCardItem {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.services .serviceCardItem.serviceCardItem-last {
  width: 100%;
}
.services .serviceCardItem.serviceCardItem-last .serviceCardImg {
  height: 35vh;
}
@media (min-width: 768px) {
  .services .serviceCardItem.serviceCardItem-last .serviceCardImg {
    height: 100% !important;
  }
}
.services .serviceCardItem .serviceCard {
  width: 100%;
  flex-grow: 1;
  background: rgba(250, 249, 246, 0.6);
  border: 1px solid rgba(123, 185, 140, 0.3);
  border-width: 0px 4px 4px 0px;
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
  isolation: isolate;
}
.services .serviceCardItem .serviceCard .serviceCardImg {
  height: 32vh;
  overflow: hidden;
  padding: 0;
}
.services .serviceCardItem .serviceCard .serviceCardTitle {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.services .serviceCardItem .serviceCard .serviceCardTitle h4 {
  width: 100%;
  color: #faf9f6;
  font-weight: 400;
  text-align: center;
  position: relative;
  isolation: isolate;
}
.services .serviceCardItem .serviceCard .serviceCardTitle h4::before {
  content: "";
  width: 100%;
  height: 150%;
  background: #5aa76f;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.services .serviceCardItem .serviceCard .serviceCardContent {
  width: 100%;
  padding: 1.5rem;
}
.services .serviceCardItem .serviceCard .serviceCardContent span i {
  font-size: calc(0.8rem + 0.2vw);
  color: #5fae9e;
}

.process p b {
  font-size: calc(1.2rem + 0.2vw);
  font-weight: 600;
}
.process .processList-style4 .processItem {
  padding: 0;
}
.process .processList-style4 .processItem:nth-of-type(2n) .processCard {
  flex-direction: row-reverse;
}
.process .processList-style4 .processItem:nth-of-type(2n) .num {
  background: #c8a54b !important;
}
.process .processList-style4 .processItem:nth-of-type(2n) h4::before {
  background: rgba(200, 165, 75, 0.2) !important;
}
.process .processList-style4 .processItem:nth-of-type(2n) h4 span {
  color: #c8a54b !important;
}
.process .processList-style4 .processCard {
  width: 100%;
  padding: 0;
  position: relative;
}
.process .processList-style4 .processCard .processCardImg {
  align-self: stretch;
}
@media (max-width: 767.98px) {
  .process .processList-style4 .processCard .processCardImg {
    height: 30vh;
  }
}
.process .processList-style4 .processCard .processCardContent {
  text-align: center;
  padding: 1.5rem;
  padding-top: 3rem;
}
.process .processList-style4 .processCard .processCardContent .txtBox {
  margin-top: 36px;
}
.process .processList-style4 .processCard .processCardContent .num {
  width: -moz-fit-content;
  width: fit-content;
  color: white;
  background: #7bb98c;
  border-radius: 50px;
  padding: 2px 16px;
}
.process .processList-style4 .processCard .processCardContent .num span {
  display: inline-block;
}
.process .processList-style4 .processCard .processCardContent .num span:nth-of-type(2) {
  font-size: calc(1.3rem + 0.2vw);
  font-weight: 500;
}
.process .processList-style4 .processCard .processCardContent .processCardTxt {
  padding-bottom: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.process .processList-style4 .processCard .processCardContent .processCardTxt:last-of-type hr {
  display: none;
}
.process .processList-style4 .processCard .processCardContent h4 {
  position: relative;
  isolation: isolate;
}
.process .processList-style4 .processCard .processCardContent h4::before {
  content: "";
  width: 100px;
  height: 100px;
  background: rgba(123, 185, 140, 0.2);
  border-radius: 50%;
  position: absolute;
  bottom: -50%;
  left: 25%;
  transform: translate(-50%, 0%);
  z-index: -1;
}
.process .processList-style4 .processCard .processCardContent h4 span {
  color: #5aa76f;
  font-size: calc(1.5rem + 0.2vw);
  font-weight: 500;
  padding: 0 2px;
}
.process .processList-style4 .processCard .processCardContent h5 {
  margin-top: 1rem;
}
.process .processList-style4 .processCard .processCardContent p {
  margin: 8px 0;
}
.process .processList-style4 .processCard .processCardContent hr {
  width: -moz-fit-content;
  width: fit-content;
  height: 3vh;
  margin: 0;
  border: unset;
  border-left: 4px dotted #5c5c5c;
}

.portfolio .catalogList .nav-tabs {
  border: unset;
}
.portfolio img {
  height: 40vh;
  box-shadow: rgba(92, 92, 92, 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 .styleC .contactInfo {
  width: 85%;
  padding: 20px;
  margin: auto;
}
@media (max-width: 767.98px) {
  .contact .styleC .contactInfo {
    width: 100%;
  }
}
.contact .styleC .contactInfo li {
  align-self: stretch;
}
.contact .styleC .contactInfo li a {
  height: 100%;
  color: #5c5c5c;
  background: #faf9f6;
  border: 1px solid #dce9df;
  border-radius: 1rem;
  padding: 20px 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
.contact .styleC .contactInfo li a:hover {
  color: #faf9f6;
  background: #5fae9e;
  border: 1px solid #52a291;
}
.contact .styleC .contactInfo i {
  font-size: calc(1.7rem + 0.2vw);
  margin-bottom: 0.5rem;
}
.contact .styleC .sns {
  width: auto;
  padding: 0;
}
.contact .styleC .sns li {
  width: auto;
}
.contact .styleC .sns a {
  width: 60px;
  height: 60px;
  color: white;
  background: #5fae9e;
  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(247, 204, 43, 0.4);
}
.contact .styleC .sns a:hover {
  color: #5fae9e;
  background: white;
  border-color: #5fae9e;
  text-shadow: unset;
}
.contact .styleC .sns a i {
  font-size: calc(1.5rem + 0.1vw);
}
.contact .styleC .sns a span {
  font-size: calc(0.7rem + 0.2vw);
  writing-mode: vertical-lr;
}
.contact .styleC .map {
  height: 100%;
  min-height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  margin: 0;
}
.contact .styleC .map p i {
  display: inline-block;
  font-size: calc(0.9rem + 0.1vw);
}
.contact .styleC .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.5rem;
  margin: 0;
  background: rgb(255, 255, 255);
  border: 1px solid rgba(0, 0, 0, 0.136);
}
@media (max-width: 768px) {
  .sidebar ul {
    padding: 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.fillBtn {
  background: red;
  background: transparent;
  border: none;
}
.sidebar ul li .btn.fillBtn.tel i {
  color: #5fae9e;
}
.sidebar ul li .btn.fillBtn.line {
  color: #01b24e;
}
.sidebar ul li .btn.fillBtn.fb {
  color: #4064ae;
}
.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.8vw);
  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: #7bb98c;
}
footer a {
  font-size: calc(1.2rem + 0.1vw);
  color: white;
  opacity: 0.7;
}
footer a:hover {
  opacity: 1;
}/*# sourceMappingURL=all.css.map */