@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 #868686;
  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;
  padding-bottom: 62px;
}
section:nth-of-type(2) {
  padding-top: 150px;
}
section:nth-last-of-type(1) {
  padding: 0;
}
section:not(:first-child):nth-of-type(odd) {
  background: rgb(22.48125, 86.51875, 76.3);
}
section:not(:first-child):nth-of-type(odd) .sectionTitle h2 {
  color: #f5f1eb;
}
section:not(:first-child):nth-of-type(odd) .sectionTitle h2::before {
  border-bottom: 4px solid #f5f1eb;
}
section:not(:first-child):nth-of-type(odd) .sectionTitle .h2_dec span {
  color: #f5f1eb;
}

.sectionTitle {
  width: auto;
  display: flex;
  flex-direction: column;
  justify-items: center;
  align-items: center;
  justify-self: center;
  margin-right: auto;
  position: relative;
  isolation: isolate;
}
.sectionTitle * {
  letter-spacing: normal;
}
.sectionTitle h2 {
  display: inline-block;
  color: rgb(162.3142857143, 46.9857142857, 70.9057142857);
  font-weight: 500;
  letter-spacing: 4px;
  margin-right: auto;
  margin-bottom: -20px;
  position: relative;
  isolation: isolate;
  z-index: 1;
}
.sectionTitle h2::before {
  content: "";
  width: 100%;
  height: 100%;
  border-bottom: 4px solid #be3753;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.sectionTitle h2::after {
  content: "";
  height: 120%;
  aspect-ratio: 1;
  background: url(../images/decorate/title_bg.png) no-repeat center/contain;
  opacity: 1;
  position: absolute;
  top: 53%;
  left: 105%;
  transform: translate(0%, -50%);
  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: rgb(235.5816326531, 187.9183673469, 197.8040816327);
  font-size: calc(4.5rem + 1vw);
  font-weight: 600;
  opacity: 0.3;
  text-transform: capitalize;
  letter-spacing: 1px;
  text-wrap-mode: nowrap;
  margin: auto;
  padding: 0;
  position: relative;
}
.sectionTitle .h2_dec hr {
  display: none;
  width: 100%;
  border-top: 1px solid rgba(251.4571428571, 217.4457142857, 134.5428571429, 0.7);
  margin: 1rem 0px !important;
  opacity: 0.4;
}

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

.fillBtn {
  color: white;
  background: #faca55;
  border: 1px solid white;
}
.fillBtn:hover {
  color: #be3753;
  background: white !important;
  border: 1px solid #be3753;
}
.fillBtn:hover span {
  color: #be3753 !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 !important;
}

.smallMark {
  display: inline-flex;
  color: white;
  background: rgba(190, 55, 83, 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: #217f70;
  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(134, 134, 134, 0.7);
}
.catalogList .nav-tabs {
  width: 96%;
  margin: auto;
  justify-content: center;
  padding: 0px 12px;
  border-bottom: 1px solid rgba(134, 134, 134, 0.4);
}
.catalogList .nav-tabs .nav-link {
  font-size: calc(1.1rem + 0.2vw);
  font-weight: 400;
  color: #f5f1eb;
  letter-spacing: 2px;
  border: unset;
}
.catalogList .nav-tabs .nav-link.active {
  color: #f5f1eb;
  background: #217f70;
  border-radius: 6px;
  box-shadow: 1px 2px 4px rgba(1.44375, 5.55625, 4.9, 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: #868686;
  background: rgb(250.1, 248.14, 245.2);
  position: relative;
}
body .bodyBg {
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  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.15;
  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 h3 {
  font-size: calc(1.8rem + 0.4vw);
  font-weight: 600;
  color: #217f70;
  letter-spacing: 2px;
  margin-right: 4px;
}
header .navbar .navbar-brand .brandTxt .smallMark {
  width: 100%;
  background: #217f70;
  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: 90px;
  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.05rem + 0.15vw);
  font-weight: 400;
  color: rgb(108.5, 108.5, 108.5);
  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 #217f70;
  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: #217f70;
  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: 75px;
  position: relative;
  isolation: isolate;
}
@media (min-width: 768px) {
  .banner {
    margin-top: 78px;
  }
}
.banner .txtBox {
  width: 30%;
  height: auto;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(3px);
  padding: 40px 1%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  isolation: isolate;
}
.banner .txtBox::before {
  content: "";
  width: 100%;
  height: 100%;
  border-top: 12px solid rgba(134, 134, 134, 0.5);
  border-bottom: 12px solid rgba(134, 134, 134, 0.5);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.banner .txtBox::after {
  content: "";
  width: 45%;
  height: 100%;
  background: url(../images/decorate/banner_bg.png) no-repeat center/contain;
  opacity: 0.3;
  position: absolute;
  top: 50%;
  left: -6%;
  transform: translate(0%, -50%) rotateY(180deg);
  z-index: -1;
}
@media (min-width: 1600px) {
  .banner .txtBox {
    padding: 20px 4%;
  }
}
@media (max-width: 767.98px) {
  .banner .txtBox {
    width: 40%;
    max-width: 300px;
    background: unset;
    border: 1px solid rgba(245, 241, 235, 0.7);
    border-radius: 10px;
    padding: 0.5rem;
    position: absolute;
    bottom: 35px;
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: 3;
  }
  .banner .txtBox::before {
    content: "";
    width: 100%;
    height: 100%;
    border-top: unset;
    border-bottom: unset;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
  }
  .banner .txtBox::after {
    display: none;
  }
  .banner .txtBox .btn {
    letter-spacing: normal;
  }
}
.banner .txtBox hr {
  width: 70%;
  border-top: 1px dotted rgba(134, 134, 134, 0.7);
  margin: 10px 0;
}
@media (max-width: 767.98px) {
  .banner .txtBox hr {
    display: none;
  }
}
.banner .txtBox .txt-content {
  width: 100%;
}
.banner .txtBox .txt-content h1 {
  font-size: calc(3rem + 0.5vw);
  color: rgb(170.2244897959, 49.2755102041, 74.3612244898);
  letter-spacing: 12px;
  line-height: 1.3;
  margin-bottom: 8px;
  text-shadow: 2px 2px 1px rgb(242.25, 242.25, 242.25);
}
.banner .txtBox .txt-content .smallMark {
  width: 100%;
  max-width: 150px;
  color: white;
  background: #be3753;
  border-radius: 4px;
  padding: 2px 16px;
  margin: auto;
  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;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  text-wrap-style: pretty;
  margin-top: 1rem;
}
.banner .txtBox .txt-content .bannerTxtBg {
  font-size: calc(6.5rem + 0.2vw);
  font-weight: 600;
  color: rgba(134, 134, 134, 0.2);
  position: absolute;
  top: 26%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.banner .txtBox .btn {
  width: 100%;
  max-width: 190px;
  font-size: calc(0.9rem + 0.2vw);
  border-radius: 10px;
  padding: 8px 16px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767.98px) {
  .banner .txtBox .btn {
    aspect-ratio: 1;
    padding: 14px;
  }
  .banner .txtBox .btn span {
    display: none;
  }
}
.banner .txtBox .btn span {
  font-size: unset;
  margin: unset;
  text-shadow: unset;
  margin-left: 8px;
  position: relative;
  z-index: 0;
}
.banner .txtBox .btn i {
  animation: tada 2s 0.5s ease-in infinite forwards;
}
.banner .f-carousel {
  width: 70%;
  height: auto;
}
@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 .f-button svg {
  width: 100px;
  height: 100px;
  stroke-width: 2px;
  stroke: white;
  opacity: 0.5;
}
.banner .f-carousel .f-progressbar {
  background: #217f70;
  opacity: 0.5;
}

.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: rgb(194, 169.6, 133);
}
.about .aboutContext {
  position: relative;
}
.about .aboutContext .slogn h3 {
  width: fit-content;
  color: #faca55;
  letter-spacing: 2px;
  padding: 0;
  position: relative;
  text-shadow: 1px 1px 1px rgba(77.7142857143, 55.7714285714, 2.2857142857, 0.7);
}
.about .aboutContext .slogn span {
  font-size: calc(1.3rem + 0.2vw);
  font-weight: 500;
  color: #faca55;
  text-align: end;
}
.about .aboutContext p {
  padding: 1rem 0;
  margin: 8px 0;
}
.about .aboutContext b {
  color: rgb(11.9625, 46.0375, 40.6);
}
.about .aboutImg {
  width: 100%;
  height: 100%;
  position: relative;
}
.about .aboutImg img {
  max-height: 35vh;
  aspect-ratio: 1;
  padding: 0;
}
.about .aboutImg i {
  font-size: calc(1.2rem + 0.2vw);
  color: white;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 100px 0 0 0;
  padding: 1.2rem 0.5rem 0.5rem 1.2rem;
  margin-right: 0.25rem;
  position: absolute;
  bottom: 0%;
  right: 0%;
  transform: translate(0%, 0%);
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
}
.about .imgBoxA {
  margin-top: -100px;
}
@media (max-width: 576px) {
  .about .imgBoxA {
    margin-top: -50px;
  }
}
.about .imgBoxA img {
  max-height: 25vh;
}
.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 p {
  color: white;
}
.services .serviceItem {
  position: relative;
}
.services .serviceItem:hover {
  cursor: pointer;
}
.services .serviceItem:hover .serviceCard {
  background: #faca55;
  border: 1px solid white;
  box-shadow: rgba(255, 255, 255, 0.8) 0px 3px 8px;
  z-index: 3;
}
.services .serviceItem:hover .serviceCard::before {
  display: none;
}
.services .serviceItem:hover .serviceCardTxt h5 {
  color: white;
  border-radius: 50px;
}
.services .serviceItem:hover .serviceCardTxt p,
.services .serviceItem:hover .serviceCardTxt li,
.services .serviceItem:hover .serviceCardTxt span {
  color: rgb(1.44375, 5.55625, 4.9);
}
.services .serviceItem:hover .serviceCardTxt span {
  font-weight: 500;
}
.services .serviceItem:hover .serviceCardImg img {
  transform: scale(1.2);
}
.services .serviceCard {
  width: 100%;
  height: 100%;
  background: white;
  backdrop-filter: blur(3px);
  border: 1px solid transparent;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  isolation: isolate;
}
.services .serviceCard::before {
  content: "";
  width: 200%;
  height: 100%;
  background: url(../images/decorate/bg.jpg) repeat center/cover;
  mix-blend-mode: multiply;
  opacity: 0.2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  z-index: -1;
}
.services .serviceCard .serviceCardImg {
  aspect-ratio: 1;
  padding: 0;
  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 {
  height: auto;
  padding: 20px;
  isolation: isolate;
}
.services .serviceCard .serviceCardTxt h5 {
  width: 100%;
  font-weight: 500;
  color: rgb(27.740625, 106.759375, 94.15);
  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 span {
  display: inline-block;
  color: #faca55;
  margin-top: 1.5rem;
}
.services .serviceCard .serviceCardTxt span i {
  font-size: calc(1.2rem + 0.2vw);
  color: gold;
  animation: flip 2s 0.5s ease-in infinite forwards;
}
.services .serviceCard .serviceCardTxt ul {
  width: fit-content;
  margin: auto;
  padding: 0px;
}
.services .serviceCard .serviceCardTxt ul li {
  line-height: 1.7;
}
.services .serviceBanner .serviceBannerTitle {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.services .serviceBanner .serviceBannerTitle h4 {
  color: #faca55;
}
.services .serviceBanner .serviceBannerTitle i {
  color: rgba(250, 202, 85, 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(134, 134, 134, 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(250, 202, 85, 0.5);
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  box-shadow: rgba(190, 55, 83, 0.2) 0px 2px 8px 0px;
  position: relative;
  isolation: isolate;
}
.process .processList .processCard .processCardTitle {
  height: -webkit-fill-available;
  background: linear-gradient(45deg, #f5f1eb, #be3753);
  border-radius: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: start;
  position: relative;
}
.process .processList .processCard .processCardTitle .num {
  width: auto;
  height: 90px;
  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: rgb(150.4489795918, 43.5510204082, 65.7224489796);
  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: #217f70;
  margin-top: -4px;
  margin-bottom: -8px;
}
.process .processList .processCard .processCardTxt {
  text-align: center;
  border-radius: 50px 0 0 50px;
  padding: 1rem;
}
.process .processList .processCard .processCardTxt h4 {
  color: #faca55;
  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: #868686;
  margin-bottom: 1rem;
}
.process .processList .processCard .processCardTxt p {
  color: #868686;
  text-align: center;
}
.process .processList .processCard .processCardImg {
  height: 38%;
  aspect-ratio: 1;
  opacity: 0.5;
  position: absolute;
  top: 75%;
  left: 17%;
  transform: translate(-50%, -50%);
  z-index: 0;
  filter: sepia(1);
}
.process .processList hr {
  align-self: center;
  border: 2px solid rgba(134, 134, 134, 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: #be3753;
}
.portfolio .slick-slider .slick-prev {
  left: -30px;
}
.portfolio .slick-slider .slick-next {
  right: -30px;
}

.share .shareContext {
  color: white;
  margin: 0;
}
.share .shareContext:not(:first-child):nth-of-type(odd) {
  flex-direction: row-reverse;
}
.share .shareContext:not(:first-child):nth-of-type(odd) p {
  padding-left: 30px;
}
@media (max-width: 991.98px) {
  .share .shareContext:not(:first-child):nth-of-type(odd) p {
    padding: 0 8px;
  }
}
.share .shareContext p {
  margin: 1.5rem 0;
}
.share .shareContext p b {
  font-weight: 500;
}
.share .shareContext ul li {
  list-style-type: disc;
}
.share .shareContext ul li li {
  list-style-type: circle;
}
.share .shareContext .shareContextImg {
  margin: 0;
  padding: 0;
}
@media (min-width: 992px) {
  .share .shareContext .shareContextImg {
    gap: 12px;
  }
  .share .shareContext .shareContextImg img {
    padding: 0;
  }
}
@media (max-width: 991.98px) {
  .share .shareContext .shareContextImg {
    align-self: stretch;
  }
}
.share .shareContext .shareContextImg img {
  margin: 0;
}

.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 {
  width: fit-content;
  padding: 20px 0;
  margin: auto;
}
.contact .contactInfo li {
  margin-bottom: 12px;
}
.contact .contactInfo li a {
  width: auto;
  color: #868686;
  display: flex;
  align-items: center;
  transition: 0.3s;
}
.contact .contactInfo li a:hover {
  color: #be3753;
}
.contact .contactInfo li a:hover i {
  color: #be3753;
  opacity: 1;
}
.contact .contactInfo i {
  color: rgba(250, 202, 85, 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: #be3753;
  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(211, 193.4, 167, 0.2), 0px 4px 6px rgba(211, 193.4, 167, 0.1), 0px 0px 10px rgba(211, 193.4, 167, 0.1);
}
.contact .sns a:hover {
  background: white;
  border: 1px solid #be3753;
  text-shadow: unset;
}
.contact .sns a:hover i {
  color: #be3753;
}
.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: #faca55;
  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: #f5f1eb;
  background: #217f70;
  position: relative;
  isolation: isolate;
}
footer * {
  letter-spacing: 1px;
}
footer a {
  font-size: calc(1.2rem + 0.1vw);
  color: white;
  opacity: 0.6;
}
footer a:hover {
  opacity: 1;
}/*# sourceMappingURL=all.css.map */