@import url("https://fonts.googleapis.com/css2?family=Inria+Serif:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Noto+Serif+TC:wght@200..900&display=swap");
.bg-color {
  background: rgb(244.9, 240.86, 234.8) !important;
  isolation: isolate;
}
.bg-color .nav-link {
  color: #4a4a4a !important;
  text-shadow: unset !important;
}
.bg-color .logoImg img {
  filter: unset !important;
}

* {
  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.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 #4a4a4a;
  margin: 50px 0;
}

.isNumberFontSize {
  font-size: calc(1.04rem + 0.2vw);
  font-weight: 400;
}

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(even):not(:first-of-type):not(:last-of-type) {
  background: rgba(241.5, 236.1, 228, 0.7);
  mix-blend-mode: multiply;
}

.sectionTitle {
  width: fit-content;
  display: flex;
  flex-direction: column;
  justify-items: center;
  align-items: center;
  justify-self: center;
  padding: 20px 12px;
  margin: auto;
  position: relative;
  z-index: 2;
}
.sectionTitle::before {
  content: "";
  width: 80%;
  height: 30px;
  background: rgba(200, 183, 166, 0.6);
  position: absolute;
  top: 16px;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: -1;
}
.sectionTitle * {
  letter-spacing: normal;
}
.sectionTitle h2 {
  display: inline-block;
  font-weight: 600;
  white-space: nowrap;
  color: #7a5a3c;
  text-align: center;
  letter-spacing: 4px;
  line-height: 1;
  margin: auto;
  padding: 4px 20px;
  position: relative;
  isolation: isolate;
  z-index: -1;
}
.sectionTitle .h2_dec {
  width: 100%;
  padding: 2px 8px;
  margin-top: -12px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: -2;
}
.sectionTitle .h2_dec span {
  color: #c8b7a6;
  font-size: calc(1.3rem + 0.3vw);
  font-weight: 500;
  text-align: center;
  text-transform: capitalize;
  letter-spacing: normal;
  text-wrap-mode: nowrap;
  padding: 4px 8px;
  position: relative;
  isolation: isolate;
  z-index: 0;
}
.sectionTitle .h2_dec hr {
  width: 100%;
  border-top: 1px solid #7a5a3c;
  margin: 1rem 0 !important;
  opacity: 0.3;
}

.btn {
  width: 100%;
  letter-spacing: 2px;
  color: #c9a14a;
  background: white;
  border: 1px solid #c9a14a;
  padding: 8px 16px;
  transition: 0.3s ease-in;
}
.btn:hover {
  color: #c8b7a6;
  background: rgba(201, 161, 74, 0.7);
  border: 1px solid rgba(200, 183, 166, 0.7);
}
.btn:hover span {
  color: rgba(200, 183, 166, 0.7);
}
.btn i {
  line-height: normal;
  padding-right: 2px;
  animation: pulse 1s infinite ease-in-out;
}
.btn.fillBtn {
  color: white;
  background: #c9a14a;
  border: 1px solid white;
}
.btn.fillBtn:hover {
  color: #c9a14a;
  background: white !important;
  border: 1px solid #c9a14a;
}
.btn.fillBtn:hover span {
  color: #c9a14a;
}
.btn.LINE {
  background: #2eb900;
}
.btn.LINE:hover {
  color: #2eb900;
  border: 1px solid #2eb900;
  background: white;
}
.btn.LINE:hover span {
  color: #2eb900;
}
.btn.FB {
  background: #0765ff;
}
.btn.FB:hover {
  color: #0765ff;
  border: 1px solid #0765ff;
  background: white;
}
.btn.FB:hover span {
  color: #0765ff;
}
.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 span,
.btn.IG:hover i {
  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(200, 183, 166, 0.8);
  letter-spacing: 4px;
  border-radius: 50px;
}

.interval {
  width: 100%;
  height: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.interval:nth-of-type(1) .intervalBg {
  width: 100%;
  height: 100%;
  max-height: unset;
  position: relative;
  isolation: isolate;
}
.interval:nth-of-type(1) .intervalBg::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #1d1a1c;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1 !important;
}
.interval:nth-of-type(1) .intervalBg img {
  max-height: 400px;
  object-fit: contain;
}
.interval .intervalBg {
  width: 100%;
  height: 40vh;
  max-height: 350px;
  position: relative;
  isolation: isolate;
}
.interval .intervalBg::before {
  content: "";
  width: 100%;
  height: 100%;
  background: white;
  mix-blend-mode: overlay;
  opacity: 0.5;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.interval .intervalBg img {
  object-position: center;
}
.interval .intervalTxt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.interval .intervalTxt h4,
.interval .intervalTxt p {
  color: #4a4a4a;
}

.catalogList .catalogItem h5 {
  width: 100%;
  color: #7a5a3c;
  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: #c8b7a6;
  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(74, 74, 74, 0.7);
}
.catalogList .nav-tabs {
  width: 96%;
  gap: 1rem;
  margin: auto;
  justify-content: center;
  padding: 0px 12px;
  border-bottom: 1px solid rgba(74, 74, 74, 0.4);
}
.catalogList .nav-tabs .nav-link {
  border-radius: 6px;
  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: white;
  letter-spacing: 2px;
  margin-bottom: -4px;
}
.catalogList .nav-tabs .nav-link.active {
  background: #7a5a3c;
}
.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: "Inria Serif", "Noto Serif TC", sans-serif;
  color: #4a4a4a;
  background: #faf8f5;
  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 left center/cover;
  opacity: 0.25;
  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;
  position: relative;
}
header .navbar .navbar-brand .brandTxt h3 {
  font-size: calc(1.5rem + 0.4vw);
  font-weight: 500;
  color: white;
  letter-spacing: 2px;
  line-height: normal;
  text-shadow: 2px 1px 1px rgba(53.6263736264, 39.5604395604, 26.3736263736, 0.8), 0px 0px 0px rgba(53.6263736264, 39.5604395604, 26.3736263736, 0.8);
}
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: 100px;
  height: auto;
  justify-content: center;
  align-items: center;
}
header .navbar .navbar-brand .logoImg img {
  object-fit: contain;
  border-radius: 4px;
}
header .navbar .navbar-toggler {
  width: 50px;
  height: 50px;
  background: rgb(244.9, 240.86, 234.8);
  border-radius: 50%;
  border: 0;
}
header .navbar .navbar-toggler:focus {
  box-shadow: none;
}
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 {
  color: #7a5a3c;
  position: relative;
  font-size: calc(1.1rem + 0.2vw);
  font-weight: 400;
  letter-spacing: 4px;
  line-height: normal;
  text-align: center;
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
  color: transparent !important;
  padding: 8px 16px;
  text-shadow: unset;
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover span {
  width: 100%;
  color: rgb(172.5276595745, 134.4, 51.4723404255);
  text-transform: uppercase;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link span {
  width: 0%;
  color: transparent;
  font-size: calc(1.1rem + 0.2vw);
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.5;
  text-shadow: initial;
  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 .navbar-collapse .navbar-nav .nav-item .nav-link span::before {
  content: "";
  width: 100%;
  height: 50px;
  background: url(../images/decorate/navbar_item_bg.avif) no-repeat center/contain;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 25%, rgb(0, 0, 0));
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 25%, rgb(0, 0, 0));
  filter: drop-shadow(2px 1px 1px rgba(93.9659574468, 73.2, 28.0340425532, 0.4));
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
header .navbar.scrollDown {
  background: rgb(246.6, 243.24, 238.2);
  isolation: isolate;
}
@media (max-width: 767.98px) {
  header .navbar.scrollDown .navbar-nav {
    margin: auto;
    margin-top: 8px;
  }
}
header .navbar.scrollDown .logoImg {
  display: flex;
}
header .navbar.scrollDown .logoImg img {
  filter: unset;
}
header .navbar.scrollDown .brandTxt {
  color: #4a4a4a;
}
header .navbar.scrollDown .nav-link {
  text-align: center !important;
  text-shadow: unset !important;
}

.banner {
  width: 100%;
  height: 95vh;
  display: flex;
  position: relative;
  isolation: isolate;
}
.banner .f-carousel {
  width: 100%;
  height: 100%;
  position: relative;
  isolation: isolate;
}
.banner .f-carousel::before {
  content: "";
  width: 100%;
  height: 30%;
  background: linear-gradient(to bottom, #faf8f5, rgba(250, 248, 245, 0));
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 1;
}
.banner .f-carousel .bannerImg {
  width: 100%;
  height: 100%;
  justify-self: center;
}
@media (max-width: 576px) {
  .banner .f-carousel .bannerImg {
    padding: unset;
  }
}
.banner .f-carousel .f-button svg {
  width: 100px;
  height: 100px;
  stroke-width: 2px;
  stroke: white;
  opacity: 0.5;
}
.banner .txt-content {
  width: fit-content;
  min-width: 240px;
  height: fit-content;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  isolation: isolate;
  z-index: 10;
}
.banner .txt-content hr {
  width: 75%;
  border-top: 1px solid #faf8f5;
  opacity: 0.7;
  margin: 0;
  margin-top: 20px;
}
.banner .txt-content .bannerLogo {
  width: 100%;
}
.banner .txt-content .bannerLogo img {
  border-radius: 8px;
}
.banner .txt-content .txt-contentTitle h1 {
  width: fit-content;
  font-size: calc(2.6rem + 1vw);
  font-weight: 700;
  white-space: nowrap;
  color: #7a5a3c;
  letter-spacing: 8px;
  line-height: 1.2;
  text-shadow: 3px 2px 0px rgb(244.9, 240.86, 234.8), 9px 8px 0px rgba(170.78125, 144.75, 118.71875, 0.15);
}
@media (min-width: 576px) {
  .banner .txt-content .txt-contentTitle h1 {
    font-size: calc(3rem + 1vw);
  }
}
.banner .txt-content .txt-contentTitle span {
  font-size: calc(1.6rem + 0.2vw);
  color: rgb(170.78125, 144.75, 118.71875);
}
.banner .txt-content .txt-contentTitle .smallMark {
  color: white;
  background: transparent;
  border: 1px solid #c9a14a;
  border-radius: 0px;
  padding: 4px 20px;
  margin-top: 12px;
}
.banner .txt-content .txt-contentTitle .smallMark h5 {
  margin: auto;
}
.banner .txt-content .bannerTxt span {
  display: inline-block;
  color: transparent;
  background: linear-gradient(to right, #4a4a4a, rgba(74, 74, 74, 0.8), rgba(74, 74, 74, 0.5), rgba(74, 74, 74, 0.8), #4a4a4a);
  background-clip: text;
  font-size: calc(1.2rem + 0.2vw);
  font-weight: 600;
  text-align: center;
  text-wrap-style: pretty;
}
.banner .txt-content .btnBox {
  width: auto;
  margin-top: 8px;
}
@media (max-width: 576px) {
  .banner .txt-content .btnBox .btn {
    width: 50px;
    height: 50px;
    aspect-ratio: 1;
    padding: 10px !important;
  }
  .banner .txt-content .btnBox i {
    font-size: calc(1.4rem + 0.2vw) !important;
  }
  .banner .txt-content .btnBox span {
    display: none;
  }
}
.banner .txt-content .btnBox .btn {
  width: fit-content;
  margin: auto;
}
.banner .txt-content .btnBox .fillBtn {
  border-radius: 50px;
  padding: 8px 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner .txt-content .btnBox .fillBtn i {
  font-size: calc(1.1rem + 0.2vw);
  letter-spacing: normal;
  padding: 0;
}
.banner .txt-content .btnBox .fillBtn span {
  font-size: calc(0.9rem + 0.2vw);
  white-space: nowrap;
  text-shadow: unset;
  margin: unset;
  margin-left: 4px;
}

.about h3 {
  letter-spacing: 2px;
}
.about h3 i {
  font-size: calc(1.3rem + 0.2vw);
}
.about .smallMark {
  font-weight: bold;
  background: transparent;
}
.about .aboutContext {
  height: 100%;
  position: relative;
}
.about .aboutContext:nth-of-type(2) {
  flex-direction: column-reverse;
}
@media (max-width: 767.98px) {
  .about .aboutContext:nth-of-type(2) {
    flex-direction: column;
  }
}
.about .aboutContext:nth-of-type(2) .aboutImgBox {
  height: 64vh;
}
@media (max-width: 767.98px) {
  .about .aboutContext:nth-of-type(2) .aboutImgBox {
    height: 100%;
  }
}
.about .aboutContext .slogn {
  gap: 0.5rem;
}
.about .aboutContext .slogn h4 {
  width: fit-content;
  white-space: nowrap;
  color: white;
  background: #c8b7a6;
  border-radius: 50px;
  padding: 4px 16px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-shadow: 0px 1px 2px rgba(100.125, 81, 61.875, 0.5), 0px 0px 4px rgba(255, 255, 255, 0.4);
  position: relative;
}
.about .aboutContext .slogn span {
  font-size: calc(1.3rem + 0.2vw);
  font-weight: 500;
  color: #c8b7a6;
  text-align: end;
}
.about .aboutContext b {
  color: rgb(172.5276595745, 134.4, 51.4723404255);
  font-size: calc(1rem + 0.2vw);
  font-weight: 500;
}
.about .aboutContext ul {
  margin: 1rem 0;
  display: flex;
  gap: 0.5rem;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}
.about .aboutContext ul p {
  margin-left: -2rem;
}
.about .aboutContext ul li {
  margin-left: -0.4rem;
  list-style: disc;
}
.about .aboutImgBox {
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.about .aboutImgBox .aboutImg {
  width: 100%;
  height: 100%;
  padding: 0;
  position: relative;
  box-shadow: rgba(182, 152.8, 109, 0.25) 0px 6px 12px -2px, rgba(182, 152.8, 109, 0.3) 0px 3px 7px -3px;
}
.about .aboutImgBox .aboutImg img {
  padding: 0;
}

.services .bntBox {
  width: 100%;
}
.services p {
  line-height: 1.8;
}
.services p b {
  font-weight: 700;
}
.services .styleB .serviceItem {
  align-self: stretch;
  position: relative;
}
.services .styleB .serviceItem:nth-child(1) .serviceCard::before {
  content: "";
  width: 60%;
  height: 60%;
  background: url(../images/services/img-1.avif) no-repeat center/contain;
  mix-blend-mode: multiply;
  opacity: 0.05;
  position: absolute;
  top: 5%;
  right: 0%;
  transform: translate(0%, 0%);
  z-index: -1;
}
.services .styleB .serviceItem:nth-child(2) .serviceCard::before {
  content: "";
  width: 60%;
  height: 60%;
  background: url(../images/services/img-2.avif) no-repeat center/contain;
  mix-blend-mode: multiply;
  opacity: 0.05;
  position: absolute;
  top: 5%;
  right: 0%;
  transform: translate(0%, 0%);
  z-index: -1;
}
.services .styleB .serviceItem:nth-child(3) .serviceCard::before {
  content: "";
  width: 60%;
  height: 60%;
  background: url(../images/services/img-3.avif) no-repeat center/contain;
  mix-blend-mode: multiply;
  opacity: 0.05;
  position: absolute;
  top: 5%;
  right: 0%;
  transform: translate(0%, 0%);
  z-index: -1;
}
.services .styleB .serviceItem:nth-child(4) .serviceCard::before {
  content: "";
  width: 60%;
  height: 60%;
  background: url(../images/services/img-4.avif) no-repeat center/contain;
  mix-blend-mode: multiply;
  opacity: 0.05;
  position: absolute;
  top: 5%;
  right: 0%;
  transform: translate(0%, 0%);
  z-index: -1;
}
.services .styleB .serviceItem:nth-child(5) .serviceCard::before {
  content: "";
  width: 60%;
  height: 60%;
  background: url(../images/services/img-5.avif) no-repeat center/contain;
  mix-blend-mode: multiply;
  opacity: 0.05;
  position: absolute;
  top: 5%;
  right: 0%;
  transform: translate(0%, 0%);
  z-index: -1;
}
.services .styleB .serviceItem:nth-child(6) .serviceCard::before {
  content: "";
  width: 60%;
  height: 60%;
  background: url(../images/services/img-6.avif) no-repeat center/contain;
  mix-blend-mode: multiply;
  opacity: 0.05;
  position: absolute;
  top: 5%;
  right: 0%;
  transform: translate(0%, 0%);
  z-index: -1;
}
.services .styleB .serviceItem:nth-child(7) .serviceCard::before {
  content: "";
  width: 60%;
  height: 60%;
  background: url(../images/services/img-7.avif) no-repeat center/contain;
  mix-blend-mode: multiply;
  opacity: 0.05;
  position: absolute;
  top: 5%;
  right: 0%;
  transform: translate(0%, 0%);
  z-index: -1;
}
.services .styleB .serviceCard {
  width: 100%;
  height: 100%;
  padding: 20px;
  border: 1px solid rgba(200, 183, 166, 0.7);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  position: relative;
  isolation: isolate;
}
.services .styleB .serviceCard .serviceCardImg {
  width: 84px;
  height: 84px;
  background: #faf8f5;
  border: 1px solid rgba(200, 183, 166, 0.3);
  border-radius: 50%;
  margin-bottom: 20px;
  overflow: hidden;
  box-shadow: rgba(172.5276595745, 134.4, 51.4723404255, 0.2) 1px 2px 4px;
}
.services .styleB .serviceCard .serviceCardImg img {
  object-fit: contain;
  padding: 12px;
  transition: all 0.3s ease-in;
}
.services .styleB .serviceCard .serviceCardTxt {
  width: auto;
  height: auto;
  flex-grow: 1;
}
.services .styleB .serviceCard .serviceCardTxt h5 {
  font-weight: 500;
  color: #7a5a3c;
  margin-bottom: 0.5rem;
}
.services .styleB .serviceCard .serviceCardTxt ul.singleTxt {
  margin: 0;
  padding-left: 0;
}
.services .styleB .serviceCard .serviceCardTxt ul.singleTxt li {
  color: #4a4a4a;
}
.services .styleB .serviceCard .serviceCardTxt ul.multipleTxt {
  margin: 0;
  padding-left: 1.5rem;
}
.services .styleB .serviceCard .serviceCardTxt ul.multipleTxt li {
  color: #4a4a4a;
  list-style: disc;
}

.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 {
  height: 100%;
  text-align: center;
  flex-direction: column;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 1px 1px 6px rgba(122, 90, 60, 0.2);
  position: relative;
}
.process .processList-style1 .processCard .processCardImg {
  padding: 0;
  margin: 0;
  position: relative;
  isolation: isolate;
}
.process .processList-style1 .processCard .processCardImg::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, black, rgba(0, 0, 0, 0) 50%);
  mix-blend-mode: multiply;
  opacity: 0.3;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.process .processList-style1 .processCard .processCardImg img {
  height: 50vh;
  border-radius: 8px 8px 0 0;
}
@media (max-width: 425px) {
  .process .processList-style1 .processCard .processCardImg img {
    height: 25vh;
  }
}
.process .processList-style1 .processCard .num {
  width: 108px;
  height: 108px;
  color: white;
  background: #7a5a3c;
  border-radius: 50%;
  border: 4px solid rgb(238.1, 231.34, 221.2);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-shadow: 2px 2px 6px rgba(100.125, 81, 61.875, 0.7);
  position: absolute;
  top: -7%;
  left: -5%;
  transform: translate(0%, 0%);
}
@media (max-width: 425px) {
  .process .processList-style1 .processCard .num {
    top: -14%;
    left: -6%;
  }
}
.process .processList-style1 .processCard .num span {
  font-size: calc(1rem + 0.4vw);
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: -20%;
  margin-top: 40%;
}
.process .processList-style1 .processCard .num h4 {
  font-size: calc(2.8rem + 0.4vw);
  font-weight: 600;
}
.process .processList-style1 .processCard .txtBox {
  flex-grow: 1;
  background: #faf8f5;
  padding: 1rem;
  margin: 0;
}
.process .processList-style1 .processCard .processCardTxt {
  position: relative;
  z-index: 1;
}
.process .processList-style1 .processCard .processCardTxt h4 {
  font-weight: 600;
  letter-spacing: 2px;
  color: rgb(180.5208333333, 157.5, 134.4791666667);
}
.process .processList-style1 .processCard .processCardTxt p,
.process .processList-style1 .processCard .processCardTxt li {
  color: #4a4a4a;
}
.process .processList-style1 .processCard .processCardTxt p {
  margin-top: 0.5rem;
}
.process .processList-style1 .processCard .processCardTxt ul {
  margin: 0;
  margin-top: 0.5rem;
}
.process .processList-style1 .processCard .processCardTxt ul.singleTxt {
  padding-left: 0;
}
.process .processList-style1 .processCard .processCardTxt ul.multipleTxt ul {
  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 {
  aspect-ratio: 1;
  border-radius: 4px;
}
.portfolio .slick-slider {
  margin: auto;
}
.portfolio .slick-slider .slick-next,
.portfolio .slick-slider .slick-prev {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.portfolio .slick-slider .slick-next:before,
.portfolio .slick-slider .slick-prev:before {
  font-size: calc(1.6rem + 0.2vw);
  color: #7a5a3c;
}
.portfolio .slick-slider .slick-prev {
  left: -30px;
}
.portfolio .slick-slider .slick-next {
  right: -30px;
}

.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 .contactInfo {
  padding: 20px 0;
  margin: 0;
}
.contact .contactInfo li {
  margin-bottom: 12px;
}
.contact .contactInfo li a {
  color: #4a4a4a;
  display: flex;
  align-items: center;
  transition: 0.3s;
}
.contact .contactInfo li a:hover {
  color: #c9a14a;
}
.contact .contactInfo i {
  margin-right: 8px;
}
.contact .sns {
  width: auto;
  padding: 0;
}
.contact .sns li {
  width: auto;
}
.contact .sns a {
  letter-spacing: normal;
  width: 60px;
  height: 60px;
  color: white;
  background: #c9a14a;
  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 1px rgba(23, 23, 23, 0.2);
}
.contact .sns a:hover {
  color: #c9a14a;
  background: white;
  border-color: #c9a14a;
}
.contact .sns a i {
  font-size: calc(1.5rem + 0.1vw);
}
.contact .sns a span {
  font-size: calc(0.7rem + 0.2vw);
  writing-mode: vertical-lr;
}
.contact .map {
  height: 100%;
  min-height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  margin: 0;
}
.contact .map p i {
  display: inline-block;
  font-size: calc(0.9rem + 0.1vw);
}
.contact .map iframe {
  display: block;
  margin-top: auto;
}

.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;
  color: white;
  background: #c9a14a;
  border: 1px solid white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  transition: 0.3s;
  text-decoration: none;
  border-radius: 50%;
}
.sidebar ul li a:hover {
  color: #c9a14a;
  background: white;
  border: 1px solid #c9a14a;
}
.sidebar ul li a span {
  display: none;
  margin-left: 5px;
  font-size: calc(0.7rem + 0.2vw);
}
.sidebar ul li a i {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sidebar ul li a i span {
  display: flex;
  margin-left: 2px;
  font-size: calc(0.7rem + 0.2vw);
}

footer {
  color: rgba(255, 255, 255, 0.8);
  background: #7a5a3c;
}
footer * {
  letter-spacing: 1px;
}
footer a {
  font-size: calc(1.2rem + 0.1vw);
  color: white;
  opacity: 0.7;
}
footer a:hover {
  opacity: 1;
}/*# sourceMappingURL=all.css.map */