@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: 400;
}

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

p,
span,
li,
small {
  font-size: calc(1rem + 0.1vw);
  font-weight: 300;
  line-height: 1.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 #6e6e6e;
  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, section#portfolio {
  background: #e7dcd1;
}
section#services .sectionTitle h2, section#portfolio .sectionTitle h2 {
  color: #b4a7c0;
}
section#services .sectionTitle .h2_dec span, section#portfolio .sectionTitle .h2_dec span {
  color: #f9f9f9;
}

.sectionTitle {
  width: auto;
  display: flex;
  flex-direction: column;
  justify-items: center;
  align-items: center;
  justify-self: center;
  padding: 30px;
  position: relative;
  isolation: isolate;
}
.sectionTitle::before {
  content: "";
  height: 90px;
  aspect-ratio: 1;
  background: url(../images/decorate/title_bg.png) no-repeat center/contain;
  opacity: 0.7;
  position: absolute;
  top: 35%;
  left: 26%;
  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;
  color: #dbcaba;
  font-weight: 500;
  isolation: isolate;
  z-index: 1;
}
.sectionTitle .h2_dec {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: -4px;
  z-index: 1;
  position: relative;
  isolation: isolate;
}
.sectionTitle .h2_dec span {
  color: #c6bccf;
  font-size: calc(1rem + 0.3vw);
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 1px;
  text-wrap-mode: nowrap;
  margin: auto;
  padding: 0 10px;
  position: relative;
}
.sectionTitle .h2_dec hr {
  display: none;
  width: 100%;
  border-top: 1px solid rgba(223, 218, 228, 0.7);
  margin: 1rem 0px !important;
  opacity: 0.4;
}

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

.fillBtn {
  color: white;
  background: #c6bccf;
  border: 1px solid white;
}
.fillBtn:hover {
  color: #e7dcd1;
  background: white !important;
  border: 1px solid #e7dcd1;
}
.fillBtn:hover span {
  color: #e7dcd1 !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(231, 220, 209, 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;
  letter-spacing: 2px;
}

.catalogList .catalogItem {
  position: relative;
}
.catalogList .catalogCard {
  position: relative;
  isolation: isolate;
}
.catalogList .catalogCard h5 {
  pointer-events: none;
  width: 100%;
  color: #f9f9f9;
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(2px);
  padding: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s ease;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}
.catalogList .catalogCard img {
  aspect-ratio: 1;
  border-radius: 4px;
}
.catalogList .catalogCard h5 {
  font-weight: 500;
}
.catalogList .catalogCard ul {
  margin-bottom: 0;
}
.catalogList .catalogCard i {
  font-size: calc(1rem + 0.2vw);
  position: absolute;
  top: 0;
  right: 0;
  padding: 1rem;
  text-shadow: 0px 0px 3px rgba(110, 110, 110, 0.7);
}
.catalogList .nav-tabs {
  width: 96%;
  margin: auto;
  justify-content: center;
  padding: 0px 12px;
  border-bottom: 1px solid rgba(110, 110, 110, 0.4);
}
.catalogList .nav-tabs .nav-link {
  font-weight: 500;
  color: #7f7f7f;
  letter-spacing: 2px;
  border: unset;
}
.catalogList .nav-tabs .nav-link.active {
  color: #cdb69f;
  background: #f9f9f9;
  border-radius: 6px;
  box-shadow: 1px 2px 4px rgba(179, 144, 108, 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 Sans TC", sans-serif;
  color: #6e6e6e;
  background: #f9f9f9;
  position: relative;
}
body .bodyBg {
  width: 100%;
  height: 100%;
  mix-blend-mode: luminosity;
  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;
  opacity: 0.3;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

header .navbar {
  background: white;
  transition: 0.3s ease;
}
header .navbar .navbar-brand {
  display: contents;
}
header .navbar .navbar-brand .brandTxt {
  margin-left: 6px;
}
header .navbar .navbar-brand .brandTxt h3 {
  font-weight: 500;
  color: white;
  letter-spacing: 2px;
}
header .navbar .navbar-brand .brandTxt .smallMark {
  width: 100%;
  background: #e7dcd1;
  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: 55px;
  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: 4px;
}
@media (max-width: 767.98px) {
  header .navbar .navbar-collapse .navbar-nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  font-size: calc(1.1rem + 0.15vw);
  font-weight: 400;
  color: #d6c3af;
  text-align: center;
  transition: 0.2s ease-in;
  position: relative;
  isolation: isolate;
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link::before {
  content: "";
  width: 0%;
  height: 100%;
  border-bottom: 4px solid #c6bccf;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  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::before {
  content: "";
  width: 85%;
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover span {
  font-size: calc(1rem + 0.2vw);
  font-weight: 400;
  color: #c6bccf;
  text-transform: uppercase;
  letter-spacing: 1px;
  overflow: hidden;
  top: 50%;
  z-index: 2;
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link span {
  color: transparent;
  text-shadow: initial;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s ease;
  z-index: -1;
  isolation: isolate;
}

.banner {
  width: 100%;
  height: 100%;
  display: flex;
  margin-top: 109px;
  position: relative;
  isolation: isolate;
}
.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%;
  max-height: 85vh;
  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: #f9f9f9;
  opacity: 0.5;
}
.banner .txtBox {
  width: max-content;
  height: auto;
  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: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  isolation: isolate;
}
.banner .txtBox::before {
  content: "";
  width: 100%;
  height: 105%;
  border-top: 2px solid white;
  border-bottom: 2px solid white;
  mix-blend-mode: plus-lighter;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media (max-width: 767.98px) {
  .banner .txtBox {
    width: 100%;
    height: 30vh;
    max-width: unset;
    top: unset;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, 0%);
    isolation: isolate;
  }
  .banner .txtBox::before {
    content: "";
    width: 100%;
    height: 6px;
    background: #e7dcd1;
    mix-blend-mode: unset;
    border: unset;
    opacity: 0.7;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: 2;
  }
  .banner .txtBox .txt-contentTitle h1 {
    letter-spacing: 8px;
  }
  .banner .txtBox .btn {
    letter-spacing: normal;
  }
}
.banner .txtBox hr {
  width: 50%;
  border-top: 2px dotted rgba(110, 110, 110, 0.8);
  margin: 10px 0;
}
@media (max-width: 767.98px) {
  .banner .txtBox hr {
    display: none;
  }
}
.banner .txtBox .txt-content {
  width: 75%;
  max-width: 280px;
}
.banner .txtBox .txt-content h1 {
  font-size: calc(3rem + 0.5vw);
  color: #ececec;
  letter-spacing: 12px;
  line-height: 1.3;
  margin-bottom: 8px;
  text-shadow: 2px 2px 1px #f2f2f2;
}
.banner .txtBox .txt-content .smallMark {
  width: 100%;
  color: white;
  background: #f9f9f9;
  border-radius: 4px;
  padding: 2px 16px;
  justify-content: center;
  align-items: center;
  position: relative;
  isolation: isolate;
}
.banner .txtBox .txt-content .smallMark h4 {
  width: 100%;
  font-size: calc(1.2rem + 0.2vw);
  font-weight: 300;
  letter-spacing: normal;
  text-align-last: justify;
}
.banner .txtBox .txt-content .smallMark i {
  font-size: calc(1.2rem + 0.2vw);
  padding: 0 4px;
}
.banner .txtBox .txt-content span {
  display: inline-block;
  color: rgba(110, 110, 110, 0.2);
  font-size: calc(6.5rem + 0.2vw);
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  text-wrap-style: pretty;
  position: absolute;
  top: 26%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.banner .txtBox .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 .txtBox .btn {
    aspect-ratio: 1;
  }
}
.banner .txtBox .btn span {
  font-size: unset;
  margin: unset;
  text-shadow: unset;
  margin-left: 8px;
  position: relative;
  z-index: 0;
}
.banner .txtBox1 {
  width: auto;
  padding: 1rem;
  position: absolute;
  bottom: -30px;
  left: 0%;
  transform: translate(0%, 0%);
}
@media (max-width: 767.98px) {
  .banner .txtBox1 {
    bottom: -40px;
  }
}
.banner .txtBox1 .btn {
  aspect-ratio: 1;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: bounce 2s 0.5s ease-in infinite forwards;
}
.banner .txtBox1 .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 .smallMark:nth-of-type(2) {
  color: #c98e6c;
}
.about .aboutContext {
  position: relative;
}
.about .aboutContext .slogn h5 {
  width: fit-content;
  color: #c6bccf;
  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: #c6bccf;
  text-align: end;
}
.about .aboutContext p {
  padding: 1rem;
  margin: 8px 0;
}
.about .aboutContext b {
  color: #c6c6c6;
}
.about .aboutImg {
  width: 100%;
  height: 100%;
}
.about .aboutImg img {
  object-fit: contain;
  padding: 0;
}
.about .imgBox .blockItem:nth-of-type(2) .blockBg {
  position: relative;
  isolation: isolate;
}
.about .imgBox .blockItem:nth-of-type(2) .blockBg::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/about/img-1.jpg) no-repeat center/cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.about .imgBox .blockItem:nth-of-type(4) .blockBg {
  position: relative;
  isolation: isolate;
}
.about .imgBox .blockItem:nth-of-type(4) .blockBg::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/about/img-2.jpg) no-repeat center/cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.about .imgBox .blockItem:nth-of-type(6) .blockBg {
  position: relative;
  isolation: isolate;
}
.about .imgBox .blockItem:nth-of-type(6) .blockBg::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/about/img-3.jpg) no-repeat center/cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.about .imgBox .blockItem:nth-of-type(8) .blockBg {
  position: relative;
  isolation: isolate;
}
.about .imgBox .blockItem:nth-of-type(8) .blockBg::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/about/img-4.jpg) no-repeat center/cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.about .imgBox .blockItem:nth-of-type(10) .blockBg {
  position: relative;
  isolation: isolate;
}
.about .imgBox .blockItem:nth-of-type(10) .blockBg::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/about/img-5.jpg) no-repeat center/cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.about .imgBox .blockItem:nth-of-type(12) .blockBg {
  position: relative;
  isolation: isolate;
}
.about .imgBox .blockItem:nth-of-type(12) .blockBg::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/about/img-6.jpg) no-repeat center/cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.about .imgBox .blockBg {
  aspect-ratio: 1;
  background: #f2e4dc;
}
.about #aboutCarousel.f-carousel {
  height: 100%;
  --f-carousel-gap: 8px;
  --f-carousel-slide-width: calc((100% - 16px) / 3);
}
@media (max-width: 576px) {
  .about #aboutCarousel.f-carousel {
    --f-carousel-slide-width: calc((100% - 16px) / 2);
  }
}
.about #aboutCarousel.f-carousel .aboutImg {
  position: relative;
  isolation: isolate;
}
.about #aboutCarousel.f-carousel .aboutImg img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}
@media (min-width: 768px) {
  .about #aboutCarousel.f-carousel .aboutImg img {
    max-height: 40vh;
  }
}
.about #aboutCarousel.f-carousel .aboutImg h5 {
  letter-spacing: 2px;
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 1;
}
.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 .aboutVideo video {
  width: 100%;
  height: 100%;
  max-height: 65vh;
  object-fit: contain;
  object-position: center;
}

.services .btn {
  border-radius: 50px;
  padding: 8px 20px;
}
.services .serviceItem {
  position: relative;
}
.services .serviceItem:hover {
  cursor: pointer;
}
.services .serviceItem:hover .serviceCard {
  background: #f2e4dc;
  border: 1px solid white;
  box-shadow: rgba(255, 255, 255, 0.8) 0px 3px 8px;
  z-index: 3;
}
.services .serviceItem:hover .serviceCardTxt h5 {
  color: #d6c3af;
  background: white;
  border-radius: 50px;
}
.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);
  border: 1px solid transparent;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.services .serviceCard .serviceCardImg {
  aspect-ratio: 1/0.7;
  padding: 0;
  overflow: hidden;
  position: relative;
  isolation: isolate;
  transition: all 0.3s ease-in;
}
@media (min-width: 768px) {
  .services .serviceCard .serviceCardImg {
    height: 100%;
  }
}
.services .serviceCard .serviceCardImg img {
  transition: all 0.3s ease-in;
}
.services .serviceCard .serviceCardTxt {
  height: auto;
  padding: 20px;
  isolation: isolate;
}
.services .serviceCard .serviceCardTxt h5 {
  width: 100%;
  font-weight: 500;
  color: #decfc0;
  text-align: center;
  letter-spacing: 2px;
  text-wrap-style: pretty;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8px;
  margin-bottom: 12px;
  transition: 0.3s ease-in-out;
}
.services .serviceCard .serviceCardTxt ul {
  width: fit-content;
  margin: auto;
}
.services .serviceCard .serviceCardTxt ul li {
  list-style: disc;
  line-height: 2;
}
.services .serviceBanner .serviceBannerTitle {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.services .serviceBanner .serviceBannerTitle h4 {
  color: #c6bccf;
}
.services .serviceBanner .serviceBannerTitle i {
  color: rgba(198, 188, 207, 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(110, 110, 110, 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 .processCard {
  height: 100%;
  background: white;
  border: 1px solid rgba(198, 188, 207, 0.5);
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  box-shadow: rgba(231, 220, 209, 0.2) 0px 2px 8px 0px;
  position: relative;
  isolation: isolate;
}
.process .processList .processCard .processCardTitle {
  height: -webkit-fill-available;
  background: linear-gradient(45deg, #f9f9f9, #e7dcd1);
  border-radius: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
}
.process .processList .processCard .processCardTitle .num {
  width: auto;
  height: 44px;
  border-radius: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px 24px;
  z-index: 2;
}
.process .processList .processCard .processCardTitle .num span {
  font-size: calc(3rem + 0.3vw);
  color: #e7dcd1;
  opacity: 0.8;
  margin-left: -44px;
  margin-right: -24px;
  transform: rotate(90deg);
}
.process .processList .processCard .processCardTitle .num h6 {
  font-size: calc(3rem + 0.3vw);
  font-weight: 500;
  color: #d6c3af;
  margin-top: -4px;
  margin-bottom: -8px;
}
.process .processList .processCard .processCardTxt {
  text-align: center;
  padding: 1rem;
}
.process .processList .processCard .processCardTxt h4 {
  color: #c6bccf;
  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: #6e6e6e;
  margin-bottom: 1rem;
}
.process .processList .processCard .processCardTxt p {
  color: #6e6e6e;
  text-align: center;
}
.process .processList .processCard .processCardImg {
  height: 80%;
  aspect-ratio: 1;
  opacity: 0.1;
  position: absolute;
  top: 65%;
  left: 95%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.process .processList hr {
  align-self: center;
  border: 2px solid rgba(110, 110, 110, 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;
}
@media (min-width: 576px) {
  .portfolio .sliderItem:nth-of-type(1) .slick-track {
    transform: unset !important;
  }
}
.portfolio .slick-slider {
  width: 90%;
  margin: auto;
}
.portfolio .slick-slider .slick-next,
.portfolio .slick-slider .slick-prev {
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}
.portfolio .slick-slider .slick-next:before,
.portfolio .slick-slider .slick-prev:before {
  font-size: calc(1.2rem + 0.2vw);
  color: #e7dcd1;
}
.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 {
  width: auto;
  color: #6e6e6e;
  display: flex;
  align-items: center;
  transition: 0.3s;
}
.contact .contactInfo li a:hover {
  color: #e7dcd1;
}
.contact .contactInfo li a:hover i {
  color: #e7dcd1;
  opacity: 1;
}
.contact .contactInfo i {
  color: rgba(198, 188, 207, 0.7);
  margin-right: 8px;
  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: #f2e4dc;
  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(214, 171, 146, 0.2), 0px 4px 6px rgba(214, 171, 146, 0.1), 0px 0px 10px rgba(214, 171, 146, 0.1);
}
.contact .sns a:hover {
  background: #e7dcd1;
  border: 1px solid #e7dcd1;
  text-shadow: unset;
}
.contact .sns a:hover i {
  color: white;
}
.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: #c6bccf;
  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: #949494;
  background: #e7dcd1;
  position: relative;
  isolation: isolate;
}
footer * {
  letter-spacing: 1px;
}
footer a {
  font-size: calc(1.2rem + 0.1vw);
  color: #949494;
  opacity: 0.6;
}
footer a:hover {
  opacity: 1;
}/*# sourceMappingURL=all.css.map */