@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Noto+Serif+TC:wght@200..900&family=Roboto+Flex:opsz,wght@8..144,100..1000&display=swap");
* {
  list-style: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

a {
  text-decoration: none;
  transition: 0.5s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  display: inline-block;
  margin: 0;
  line-height: 1.5;
  font-weight: 600;
}

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: 500;
}

h6 {
  font-size: calc(1rem + 0.2vw);
  font-weight: 500;
}

p,
span,
li,
small {
  font-size: calc(1rem + 0.1vw);
  font-weight: 400;
  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 #2d2d2d;
  margin: 50px 0;
}

section {
  position: relative;
  padding: 90px 0;
}
@media (max-width: 576px) {
  section {
    padding: 70px 0;
  }
  section:nth-of-type(2) {
    padding-top: 120px;
  }
}
section:nth-of-type(1) {
  padding: 0;
}
section:nth-of-type(2) {
  padding-top: 150px;
}
section:nth-last-of-type(1) {
  padding: 0;
}
section#services::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #7c1e1e, #5b3c2a);
  mix-blend-mode: multiply;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
section#services::after {
  content: "";
  width: 100%;
  height: 100%;
  border: 44px solid transparent;
  border-image: url(../images/decorate/border.png) 120 stretch;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
section#services .sectionTitle::before {
  filter: hue-rotate(224deg) invert(1);
}
section#services .sectionTitle h2 {
  color: white;
  -webkit-text-fill-color: white;
  background: unset;
}
section#services .sectionTitle .h2_dec::before {
  filter: invert(1);
}

.sectionTitle {
  width: fit-content;
  display: flex;
  flex-direction: column;
  justify-items: center;
  align-items: center;
  justify-self: center;
  padding: 30px;
  position: relative;
  isolation: isolate;
}
.sectionTitle::before {
  content: "";
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  background: url(../images/decorate/title_bg.png) no-repeat center/contain;
  opacity: 1;
  position: absolute;
  top: 76%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.sectionTitle * {
  letter-spacing: normal;
}
.sectionTitle h2 {
  position: relative;
  display: inline-block;
  margin: auto;
  text-align: center;
  letter-spacing: 4px;
  font-weight: 700;
  color: transparent;
  background: linear-gradient(45deg, #7c1e1e, #5b3c2a);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  isolation: isolate;
  z-index: 1;
}
.sectionTitle .h2_dec {
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 4px;
  z-index: 1;
  position: relative;
  isolation: isolate;
}
.sectionTitle .h2_dec span {
  color: #c7a979;
  font-size: calc(1rem + 0.3vw);
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 1px;
  text-wrap-mode: nowrap;
  position: relative;
}
.sectionTitle .h2_dec hr {
  display: none;
  width: 100%;
  border-top: 2px solid #7a7a7a;
  margin: 1rem -12px !important;
  opacity: 0.4;
}

.btn {
  width: 100%;
  letter-spacing: 2px;
  color: #7c1e1e;
  background: white;
  border: 1px solid #7c1e1e;
  padding: 8px 16px;
  transition: 0.4s ease-in;
}
.btn:hover {
  color: #e5d7c1;
  background: white;
  border: 1px solid #e5d7c1;
}
.btn:hover span {
  color: #e5d7c1 !important;
}
.btn span {
  color: #7c1e1e !important;
}

.fillBtn {
  color: white;
  background: #ceb887;
  border: 1px solid white;
}
.fillBtn:hover {
  color: #7c1e1e;
  background: white !important;
  border: 1px solid #7c1e1e;
}
.fillBtn:hover span {
  color: #7c1e1e !important;
}
.fillBtn span {
  color: white !important;
}
.fillBtn.LINE {
  background: #2eb900;
}
.fillBtn.LINE:hover {
  color: #2eb900;
  border: 1px solid #2eb900;
  background: white;
}
.fillBtn.LINE:hover span {
  color: #2eb900 !important;
}
.fillBtn.FB {
  background: #0765ff;
}
.fillBtn.FB:hover {
  color: #0765ff;
  border: 1px solid #0765ff;
  background: white;
}
.fillBtn.FB:hover span {
  color: #0765ff;
}

.smallMark {
  display: inline-flex;
  color: white;
  background: rgba(91, 60, 42, 0.8);
  letter-spacing: 4px;
  border-radius: 50px;
}

.interval {
  height: 40vh;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.interval .intervalBg {
  height: 100%;
  position: relative;
  isolation: isolate;
}
.interval .intervalBg::before {
  content: "";
  width: 100%;
  height: 100%;
  background: black;
  mix-blend-mode: multiply;
  opacity: 0.4;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.interval .intervalBg img {
  transform: rotateY(180deg);
}
.interval .intervalTxt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.interval .intervalTxt h4,
.interval .intervalTxt p {
  color: white;
}

.catalogList .catalogItem h5 {
  width: 100%;
  color: #7c1e1e;
  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: #5b3c2a;
  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(45, 45, 45, 0.7);
}
.catalogList .nav-tabs {
  width: 96%;
  margin: auto;
  justify-content: center;
  padding: 0px 12px;
  border-bottom: 1px solid rgba(45, 45, 45, 0.4);
}
.catalogList .nav-tabs .nav-link {
  font-weight: 600;
  color: #5b3c2a;
  border: unset;
}
.catalogList .nav-tabs .nav-link.active {
  color: #e5d7c1;
  background: #7c1e1e;
  border-radius: 6px;
  text-shadow: 0px 1px 2px rgba(45, 45, 45, 0.3);
}
.catalogList .tab-content > .active {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: start;
}

@keyframes arrowDown {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
body {
  font-family: "Roboto Flex", "Noto Serif TC", "Noto Sans TC", sans-serif;
  color: #2d2d2d;
  overflow-x: hidden;
  position: relative;
}
body .bodyBg {
  width: 100%;
  height: 100%;
  background: #e5d7c1;
  position: fixed;
  top: 0;
  z-index: -1;
}
body .bodyBg::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/decorate/bg.jpg) no-repeat center/cover;
  mix-blend-mode: luminosity;
  opacity: 0.08;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

header .navbar {
  background: #7c1e1e;
  isolation: isolate;
  transition: 0.3s ease;
  isolation: isolate;
}
header .navbar::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/decorate/bg.jpg) no-repeat center/cover;
  mix-blend-mode: multiply;
  filter: invert(1) grayscale(1);
  opacity: 0.2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
header .navbar .navbar-brand {
  display: contents;
}
header .navbar .navbar-brand .brandTxt {
  margin-left: 6px;
}
header .navbar .navbar-brand .brandTxt h3 {
  font-family: "Noto Serif TC", "Noto Sans TC", sans-serif;
  font-size: calc(1.3rem + 0.4vw);
  font-weight: 600;
  color: #5b3c2a;
  letter-spacing: 2px;
  margin-bottom: 4px;
}
header .navbar .navbar-brand .brandTxt .smallMark {
  width: 100%;
  background: #5b3c2a;
  padding: 4px;
  margin-bottom: 4px;
  border-radius: 4px;
}
header .navbar .navbar-brand .brandTxt .smallMark span {
  font-size: calc(0.8rem + 0.1vw);
  color: white;
  line-height: 16px;
  letter-spacing: 4px;
  margin: auto;
}
header .navbar .navbar-brand .logoImg {
  width: 84px;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .navbar .navbar-brand .logoImg img {
  object-fit: contain;
}
header .navbar .navbar-toggler {
  border: 0;
}
header .navbar .navbar-toggler:focus {
  box-shadow: none;
}
header .navbar .navbar-collapse {
  justify-content: end;
}
header .navbar .navbar-collapse .navbar-nav {
  gap: 8px;
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  position: relative;
  font-size: calc(1.1rem + 0.15vw);
  font-weight: 400;
  color: white;
  text-align: right;
  transition: 0.2s ease-in;
}
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 {
  font-size: calc(1rem + 0.2vw);
  font-weight: 400;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
  overflow: hidden;
  top: 50%;
  z-index: 2;
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover span::before {
  content: "";
  width: 100%;
  height: 70%;
  border-left: 8px solid #ceb887;
  border-right: 8px solid #ceb887;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link span {
  color: transparent;
  text-shadow: initial;
  padding: 1px 12px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s ease;
  z-index: -1;
  isolation: isolate;
}
@media (max-width: 767.98px) {
  header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link span {
    left: 100%;
    transform: translate(-100%, -50%);
  }
}

.banner {
  width: 100%;
  height: 90vh;
  display: flex;
  margin-top: 80px;
  position: relative;
  isolation: isolate;
}
@media (min-width: 768px) {
  .banner {
    margin-top: 94px;
  }
}
.banner .f-carousel {
  width: 100%;
  height: 100%;
}
@media (max-width: 767.98px) {
  .banner .f-carousel {
    width: 100%;
  }
}
.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 {
  aspect-ratio: 1/0.6;
}
.banner .f-carousel .f-button svg {
  width: 100px;
  height: 100px;
  stroke-width: 2px;
  stroke: white;
  opacity: 0.5;
}
.banner .f-carousel .f-progressbar {
  background: #7c1e1e;
  opacity: 0.5;
}
.banner .txt-content {
  width: 35%;
  max-width: 400px;
  height: 85%;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(3px);
  padding: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0%;
  right: 5%;
  transform: translate(0%, 0%);
  isolation: isolate;
}
.banner .txt-content::before {
  content: "";
  width: 106%;
  height: 103%;
  border: 2px solid white;
  mix-blend-mode: plus-lighter;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.banner .txt-content::after {
  content: "";
  width: 100%;
  height: 60%;
  background: url(../images/decorate/bannerTxt_bg.png) no-repeat center/cover;
  position: absolute;
  bottom: -10%;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: -1;
}
@media (max-width: 576px) {
  .banner .txt-content {
    width: 100%;
    height: 35vh;
    max-width: unset;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0), white);
    top: unset;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, 0%);
    isolation: isolate;
  }
  .banner .txt-content::before {
    content: "";
    width: 100%;
    height: 6px;
    background: #5b3c2a;
    mix-blend-mode: unset;
    border: unset;
    opacity: 0.7;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: 2;
  }
  .banner .txt-content::after {
    content: "";
    width: 100%;
    height: 60%;
    background: url(../images/decorate/bannerTxt_bg.png) no-repeat center/cover;
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: -1;
  }
  .banner .txt-content .txt-contentTitle h1,
  .banner .txt-content .txt-contentTitle span {
    writing-mode: unset;
  }
  .banner .txt-content .txt-contentTitle h1 {
    letter-spacing: 8px;
  }
  .banner .txt-content .btn {
    letter-spacing: normal;
  }
}
.banner .txt-content hr {
  width: 80%;
  border-top: 2px dotted rgba(91, 60, 42, 0.8);
  margin: 10px 0;
}
@media (max-width: 767.98px) {
  .banner .txt-content hr {
    display: none;
  }
}
.banner .txt-content h1 {
  font-size: calc(3rem + 0.5vw);
  font-weight: 700;
  color: #671919;
  letter-spacing: 12px;
  line-height: 1.3;
  margin-bottom: 8px;
  text-shadow: 2px 2px 1px #f2f2f2, 7px 6px 0px rgba(1, 0, 0, 0.15);
}
.banner .txt-content .smallMark {
  color: white;
  background: #7c1e1e;
  border-radius: 4px;
  padding: 2px 8px;
  justify-content: center;
  align-items: center;
  position: relative;
  isolation: isolate;
}
.banner .txt-content .smallMark h4 {
  font-weight: 300;
  letter-spacing: 8px;
}
.banner .txt-content .smallMark i {
  font-size: calc(1.2rem + 0.2vw);
  padding: 0 4px;
}
.banner .txt-content span {
  display: inline-block;
  color: #5b3c2a;
  font-size: calc(1.1rem + 0.2vw);
  text-align: center;
  margin-top: 12px;
  text-wrap-style: pretty;
}
.banner .txt-content .btn {
  width: 100%;
  font-size: calc(0.9rem + 0.2vw);
  border-radius: 50px;
  padding: 8px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 576px) {
  .banner .txt-content .btn {
    aspect-ratio: 1;
  }
}
.banner .txt-content .btn span {
  font-size: unset;
  margin: unset;
  text-shadow: unset;
  margin-left: 8px;
}

.about h3 {
  letter-spacing: 2px;
}
.about h3 i {
  font-size: calc(1.3rem + 0.2vw);
}
.about .smallMark {
  font-weight: bold;
  background: transparent;
}
.about .smallMark:nth-of-type(2) {
  color: #b89155;
}
.about .aboutContext {
  position: relative;
}
.about .aboutContext hr {
  width: 100%;
  border-top: 1px solid #2d2d2d;
  justify-self: start;
  margin: 0.5rem;
}
.about .aboutContext .slogn h5 {
  width: fit-content;
  color: #ceb887;
  letter-spacing: 2px;
  padding: 8px;
  margin: 0 8px;
  position: relative;
}
.about .aboutContext .slogn span {
  font-size: calc(1.3rem + 0.2vw);
  font-weight: 500;
  color: #ceb887;
  text-align: end;
}
.about .aboutContext p {
  padding: 1rem;
  margin: 8px 0;
}
.about .aboutContext b {
  color: #2a0a0a;
}
.about .aboutImg {
  width: 100%;
  height: 100%;
}
.about .aboutImg img {
  padding: 0;
}
.about #aboutCarousel.f-carousel {
  --f-carousel-gap: 8px;
  --f-carousel-slide-width: calc((100% - 16px) / 2);
}
.about #aboutCarousel.f-carousel img {
  aspect-ratio: 1/0.7;
}
.about #aboutCarousel.f-carousel .f-button {
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 0.4);
}
.about #aboutCarousel.f-carousel .f-button svg {
  stroke: white;
}
.about video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.menu .menuSort {
  align-self: stretch;
  padding: 30px 16px;
  position: relative;
}
.menu h4 {
  width: 70%;
  max-width: 250px;
  text-align: center;
  letter-spacing: 2px;
  color: #5b3c2a;
  background: #7c1e1e;
  border: 4px solid #e5d7c1;
  padding: 8px 16px;
  margin: auto;
  position: absolute;
  top: 6%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.menu .menuCard {
  width: 100%;
  height: 100%;
  min-height: 35vh;
  background: rgba(143, 95, 66, 0.4);
  border-radius: 4px;
  backdrop-filter: blur(3px);
  padding: 50px 45px;
  overflow: hidden;
  position: relative;
  isolation: isolate;
}
.menu .menuCard::before {
  content: "";
  width: 100%;
  height: 100%;
  border: 30px solid transparent;
  border-image: url(../images/decorate/menu_border.png) 60 round;
  mix-blend-mode: multiply;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.menu .menuCard ul {
  margin: 0;
  margin-top: 10px;
}
.menu .menuCard ul li {
  list-style: disc;
  line-height: 2;
}
.menu .menuCard ul ol li {
  list-style: circle;
}
.menu .menuCard .imgBox {
  width: 44%;
  aspect-ratio: 1;
  opacity: 0.6;
  mix-blend-mode: multiply;
  position: absolute;
  top: 55%;
  right: -20%;
  transform: translate(-50%, -50%);
}

.services .btn {
  border-radius: 50px;
  padding: 8px 20px;
}
.services .serviceItem {
  height: 65vh;
  position: relative;
}
.services .serviceItem:hover {
  cursor: pointer;
}
.services .serviceItem:hover .serviceCard {
  background: #7c1e1e;
  border: 1px solid #e5d7c1;
  box-shadow: rgba(229, 215, 193, 0.4) 0px 3px 8px;
}
.services .serviceItem:hover .serviceCardTxt {
  margin-top: auto;
}
.services .serviceItem:hover .serviceCardTxt h5 {
  color: #e5d7c1;
}
.services .serviceItem:hover .serviceCardTxt p,
.services .serviceItem:hover .serviceCardTxt li {
  color: white;
}
.services .serviceItem:hover .serviceCardImg {
  height: 100%;
  position: absolute;
  bottom: 100%;
  left: 0%;
  transform: translate(0%, 100%);
  isolation: isolate;
}
.services .serviceItem:hover .serviceCardImg::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8) 85%);
  mix-blend-mode: multiply;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.services .serviceItem:hover .serviceCardImg img {
  transform: scale(1.2);
}
.services .serviceCard {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(3px);
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  box-shadow: rgba(42, 10, 10, 0.4) 0px 2px 4px 0px;
}
.services .serviceCard .serviceCardImg {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  padding: 0;
  background: rgba(242, 242, 242, 0.3);
  overflow: hidden;
  position: relative;
  isolation: isolate;
  transition: all 0.3s ease-in;
}
.services .serviceCard .serviceCardImg img {
  transition: all 0.3s ease-in;
}
.services .serviceCard .serviceCardTxt {
  width: 100%;
  height: auto;
  padding: 20px;
  isolation: isolate;
}
.services .serviceCard .serviceCardTxt h5 {
  width: 100%;
  font-weight: 700;
  color: #4a3022;
  text-align: center;
  letter-spacing: 2px;
  text-wrap-style: pretty;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
  transition: 0.3s ease-in-out;
}
.services .serviceCard .serviceCardTxt ul {
  padding: 0px;
  margin: 0px;
}
.services .serviceCard .serviceCardTxt ul li {
  line-height: 2;
}
.services .serviceBanner .serviceBannerTitle {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.services .serviceBanner .serviceBannerTitle h4 {
  color: #ceb887;
}
.services .serviceBanner .serviceBannerTitle i {
  color: rgba(206, 184, 135, 0.5);
  font-size: calc(1.3rem + 0.2vw);
  margin: 0 8px;
}
.services .serviceBanner .f-carousel {
  --f-carousel-slide-width: calc(100% / 1.5);
}
@media (min-width: 768px) {
  .services .serviceBanner .f-carousel {
    --f-carousel-slide-width: calc(100% / 3);
  }
}
.services .serviceBanner .f-carousel .f-button {
  width: 40px;
  height: 40px;
  background: rgba(45, 45, 45, 0.5);
}
.services .serviceBanner .f-carousel .f-button svg {
  width: 32px;
  height: 32px;
  stroke-width: 2px;
  stroke: white;
  opacity: 0.5;
}

.process a {
  display: inline-block;
  width: 75%;
}
.process .processList .processItem {
  display: flex;
  flex-direction: column;
  align-self: stretch;
}
.process .processList .processCardTitle {
  width: fit-content;
  background: linear-gradient(45deg, #7c1e1e, #5b3c2a);
  border-radius: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
}
.process .processList .processCardTitle .num {
  width: auto;
  height: 44px;
  background: white;
  border-radius: 0;
  margin-bottom: -44px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px 24px;
  z-index: 2;
}
.process .processList .processCardTitle .num span {
  font-size: calc(1rem + 0.3vw);
  color: #7c1e1e;
  opacity: 0.6;
  padding: 8px 0;
  margin-bottom: -8px;
}
.process .processList .processCardTitle .num h6 {
  font-size: calc(3rem + 0.3vw);
  font-weight: 500;
  color: #7c1e1e;
  margin-top: -4px;
  margin-bottom: -8px;
}
.process .processList .processCardTitle .processCardImg {
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  border-radius: 0px 0px 0 50px;
}
.process .processList .processCardTitle .processCardImg img {
  max-height: 200px;
}
.process .processList .processCard {
  height: 100%;
  background: white;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  border-radius: 0px 0px 10px 10px;
  position: relative;
  isolation: isolate;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
.process .processList .processCard .processCardTxt {
  text-align: center;
}
.process .processList .processCard .processCardTxt h4 {
  color: #ceb887;
  font-size: calc(1.2rem + 0.1vw);
  font-weight: 500;
  letter-spacing: 2px;
  padding: 4px 0px;
}
.process .processList .processCard .processCardTxt ul li {
  list-style: disc;
  color: #2d2d2d;
  margin-bottom: 1rem;
}
.process .processList hr {
  align-self: center;
  border: 2px solid rgba(45, 45, 45, 0.5);
  opacity: 1;
  margin: 50px 0;
}
.process .processList hr:nth-last-of-type(1) {
  display: none;
}
@media (max-width: 425px) {
  .process .processList hr {
    transform: rotate(90deg);
    margin: 30px 0;
  }
}

.portfolio .catalogList .nav-tabs {
  border: unset;
}
.portfolio img {
  aspect-ratio: 1;
  border-radius: 4px;
}
.portfolio .sliderItem h4 {
  color: #5b3c2a;
}
.portfolio .slick-slider {
  width: 90%;
  margin: auto;
}
.portfolio .slick-slider .slick-next,
.portfolio .slick-slider .slick-prev {
  width: 30px;
  height: 30px;
}
.portfolio .slick-slider .slick-next:before,
.portfolio .slick-slider .slick-prev:before {
  font-size: calc(1.5rem + 0.2vw);
  color: #7c1e1e;
}
.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: #5b3c2a;
  display: flex;
  align-items: center;
  transition: 0.3s;
}
.contact .contactInfo li a:hover {
  color: #7c1e1e;
}
.contact .contactInfo li a:hover i {
  opacity: 1;
}
.contact .contactInfo i {
  margin-right: 8px;
  opacity: 0.5;
  transition: 0.3s;
}
.contact .sns {
  width: auto;
  padding: 0;
}
.contact .sns li {
  width: auto;
}
.contact .sns a {
  letter-spacing: normal;
  width: 60px;
  height: 60px;
  color: white;
  background: #ceb887;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 1px solid white;
  transition: 0.3s;
  text-shadow: 0px 2px 2px rgba(170, 139, 69, 0.2), 0px 4px 6px rgba(170, 139, 69, 0.1), 0px 0px 10px rgba(170, 139, 69, 0.1);
}
.contact .sns a:hover {
  background: white;
  border: 1px solid #7c1e1e;
  text-shadow: unset;
}
.contact .sns a:hover i {
  color: #7c1e1e;
}
.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 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: #5b3c2a;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  transition: 0.3s;
  opacity: 0.7;
  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: calc(0.9rem + 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: #7c1e1e;
  position: relative;
  isolation: isolate;
}
footer::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/decorate/bg.jpg) no-repeat center/cover;
  mix-blend-mode: multiply;
  filter: invert(1) grayscale(1);
  opacity: 0.4;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
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 */