@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&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;
  letter-spacing: 2px;
}

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;
  color: #f9b744;
}

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

p,
span,
li,
small {
  font-size: calc(1rem + 0.1vw);
  font-weight: 300;
  line-height: 1.5;
  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 #73747b;
  margin: 50px 0;
}

section {
  position: relative;
  padding: 90px 0;
}
@media (max-width: 576px) {
  section {
    padding: 80px 0;
  }
  section:nth-child(2) {
    padding-top: 160px;
  }
}
section:nth-child(1) {
  padding: 0;
}
section:nth-child(2) {
  padding-top: 150px;
}
@media (min-width: 768px) {
  section:nth-child(2) {
    padding-top: 240px;
  }
}
section:nth-last-of-type(1) {
  padding-bottom: 0;
}

.sectionTitle {
  display: flex;
  flex-direction: row;
  justify-items: center;
  align-items: center;
}
.sectionTitle * {
  letter-spacing: normal;
}
.sectionTitle h2 {
  position: relative;
  display: inline-block;
  margin: auto;
  text-align: center;
  letter-spacing: 4px;
  padding: 24px;
  color: #563963;
  isolation: isolate;
}
.sectionTitle h2::before {
  content: "";
  width: 100%;
  height: 110%;
  background: url(../images/decorate/title_bg.png) no-repeat center/contain;
  position: absolute;
  top: 35%;
  left: 33%;
  transform: translate(-50%, -50%) rotateY(180deg);
  z-index: -1;
}
.sectionTitle h2 .h2_dec {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -4px;
}
.sectionTitle h2 .h2_dec span {
  color: rgba(100, 66, 115, 0.6);
  font-size: calc(1rem + 0.3vw);
  font-weight: 400;
  text-transform: capitalize;
  text-wrap-mode: nowrap;
  padding: 0 8px;
  margin-left: auto;
  position: relative;
  z-index: 10;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.7), 2px 2px 8px rgba(255, 255, 255, 0.7), 3px 3px 1px rgba(255, 255, 255, 0.7);
}
.sectionTitle h2 .h2_dec hr {
  width: 100%;
  border-top: 1px solid rgba(185, 179, 173, 0.7);
  margin: 1rem 0 !important;
  opacity: 0.4;
}

.btn {
  width: 100%;
  color: #563963;
  border: 1px solid #563963;
  border-radius: 0;
  padding: 8px 16px;
  transition: 0.4s ease-in;
}
.btn:hover {
  color: white;
  background: #563963;
  border: 0;
}

.fillBtn {
  letter-spacing: 2px;
  color: white;
  background: #f9b744;
  border: 1px solid white;
}
.fillBtn:hover {
  color: #f9b744;
  border: 1px solid #f9b744;
  background: white;
}
.fillBtn.LINE {
  color: white;
  background: #2eb900 !important;
}
.fillBtn.LINE:hover {
  color: #2eb900;
  border: 1px solid #2eb900;
  background: white !important;
}
.fillBtn.FB {
  color: white;
  background: #0765fe !important;
}
.fillBtn.FB:hover {
  color: #0765fe;
  border: 1px solid #0765fe;
  background: white !important;
}

.catalogList .catalogItem h5 {
  width: 100%;
  color: #563963;
  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: #f9b744;
  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;
  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(115, 116, 123, 0.7);
}
.catalogList .nav-tabs {
  width: 96%;
  margin: auto;
  justify-content: center;
  padding: 0px 12px;
  border-bottom: 1px solid rgba(115, 116, 123, 0.4);
}
.catalogList .nav-tabs .nav-link {
  color: #73747b;
  border: unset;
}
.catalogList .nav-tabs .nav-link.active {
  color: white;
  background: #563963;
  border-radius: 6px;
  text-shadow: 0px 1px 2px rgba(115, 116, 123, 0.3);
}
.catalogList .tab-content > .active {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: start;
}

body {
  font-family: "Playfair Display", "Noto Serif TC", serif;
  color: #73747b;
  background: white;
  overflow-x: hidden;
  position: relative;
}
body .bodyBg {
  width: 100%;
  height: 100%;
  background: url(../images/decorate/bg.jpg) no-repeat center/cover;
  mix-blend-mode: multiply;
  filter: grayscale(1) brightness(1.2);
  opacity: 0.1;
  position: fixed;
  top: 0;
  z-index: -1;
}

header .navbar {
  background: #f9b744;
}
header .navbar .navbar-brand {
  height: 50px;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 0;
}
header .navbar .navbar-brand h3 {
  letter-spacing: 2px;
  text-shadow: 2px 1px 3px rgba(249, 183, 68, 0.8);
}
header .navbar .navbar-brand img {
  width: 170px;
  border-radius: 4px;
}
header .navbar .navbar-toggler {
  border: 0;
}
header .navbar .navbar-toggler:focus {
  box-shadow: none;
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  font-weight: 400;
  color: #563963;
  background: #f9b744;
  text-align: center;
  padding: 8px 12px;
  position: relative;
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
  color: transparent;
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover span {
  color: white;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 50px;
  padding: 4px 12px;
  z-index: 2;
  text-shadow: 0 1px 2px rgba(208, 135, 7, 0.5);
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s ease;
  z-index: -1;
}

.banner {
  width: 100%;
  overflow: hidden;
  margin-top: 82px;
  position: relative;
  isolation: isolate;
}
.banner .bannerBox {
  width: 100%;
  height: 100%;
  position: relative;
}
.banner .bannerBox .f-carousel {
  width: 70%;
  height: 100%;
}
@media (max-width: 767.98px) {
  .banner .bannerBox .f-carousel {
    width: 100%;
  }
}
.banner .bannerBox .f-carousel .f-button svg {
  stroke: white;
}
.banner .bannerBox .f-carousel .bannerImg {
  width: 100%;
  height: 100%;
  justify-self: center;
}
.banner .bannerBox .f-thumbs {
  width: 45%;
  background: rgba(255, 255, 255, 0.7);
  padding: 0.5%;
  margin-top: -50px;
  margin-left: auto;
}
.banner .bannerBox .f-thumbs.f-carousel__thumbs {
  height: calc(100px + 3vw);
}
@media (max-width: 767.98px) {
  .banner .bannerBox .f-thumbs {
    width: 100%;
    margin: unset;
  }
}
.banner .bannerBox .f-thumbs .f-thumbs__track {
  height: 100%;
}
.banner .bannerBox .f-thumbs .f-thumbs__track .f-thumbs__slide {
  width: 30%;
  height: 100%;
}
.banner .bannerBox .f-thumbs .f-thumbs__track .f-thumbs__slide .f-thumbs__slide__button {
  width: 100%;
  height: 100%;
}
.banner .txt-content {
  width: 30%;
  height: auto;
  text-align: center;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 35%;
  right: 0%;
  transform: translate(0%, -50%);
  z-index: 1;
}
.banner .txt-content h1 {
  color: #563963;
  font-weight: 500;
  letter-spacing: 8px;
  line-height: 1.3;
  margin-bottom: 12px;
  text-shadow: 2px 2px 1px rgba(115, 116, 123, 0.2);
}
.banner .txt-content h5 {
  color: #644273;
  letter-spacing: 10px;
  opacity: 0.7;
}
.banner .txt-content span {
  display: inline-block;
  font-weight: 300;
  text-wrap-style: pretty;
  font-size: calc(0.8rem + 0.2vw);
  margin: 12px 0;
}
.banner .txt-content a {
  width: calc(44px + 1vw);
  height: calc(44px + 1vw);
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner .txt-content a i {
  font-size: calc(1.3rem + 0.3vw);
  margin: 0;
  letter-spacing: initial;
}
.banner .txt-content1 {
  width: 50%;
  padding: 12px;
  position: absolute;
  bottom: 0%;
  left: 0%;
  transform: translate(0%, 0%);
}
.banner .txt-content1 span {
  font-size: calc(0.8rem + 0.2vw);
  font-weight: 300;
  text-wrap-style: pretty;
}
.banner .scroll-down {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  z-index: 2;
  display: inline-block;
  transform: translateX(-50%);
  color: #563963;
  text-decoration: none;
  transition: opacity 0.3s;
  padding-top: 80px;
}
.banner .scroll-down:hover {
  opacity: 0.5;
}
.banner .scroll-down .arrow {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 2px solid #563963;
  border-bottom: 2px solid #563963;
  transform: rotate(-45deg);
  animation: sdb07 2s infinite;
  opacity: 0;
  box-sizing: border-box;
}
.banner .scroll-down .arrow:nth-of-type(1) {
  animation-delay: 0s;
}
.banner .scroll-down .arrow:nth-of-type(2) {
  top: 16px;
  animation-delay: 0.15s;
}
.banner .scroll-down .arrow:nth-of-type(3) {
  top: 32px;
  animation-delay: 0.3s;
}
@media (max-width: 991.98px) {
  .banner .scroll-down {
    color: white;
  }
  .banner .scroll-down .arrow {
    border-left: 2px solid white;
    border-bottom: 2px solid white;
  }
}

@keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.about h3 {
  letter-spacing: 2px;
}
.about h3 i {
  font-size: calc(1.3rem + 0.2vw);
}
.about .aboutContext {
  position: relative;
}
.about .aboutContext hr {
  width: 100%;
  border-top: 1px solid #73747b;
  justify-self: start;
  margin: 0.5rem 0;
}
.about .aboutContext h4 {
  width: 100%;
  color: #f9b744;
  text-align: center;
  position: relative;
}
.about .aboutContext p {
  margin: 8px 0;
}
.about .aboutImg {
  height: 100%;
}
.about .aboutImg img {
  padding: 0;
}
.about .f-carousel {
  width: 100%;
  max-height: 500px;
}
.about .f-carousel .f-button {
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 0.4);
}
.about .f-carousel .f-button svg {
  stroke: white;
}
.about #aboutCarousel {
  width: 100%;
}
@media (min-width: 768px) {
  .about #aboutCarousel {
    height: 100%;
  }
}
.about video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.services .serviceItem {
  padding: 1rem;
}
.services .serviceCard {
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(86, 57, 99, 0.3);
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  border-radius: 8px;
  box-shadow: rgba(58, 38, 67, 0.3) 0px 2px 8px 0px;
  overflow: hidden;
  position: relative;
  isolation: isolate;
}
.services .serviceCard::before, .services .serviceCard::after {
  content: "";
  width: 100%;
  height: 40px;
  background: #6c487d;
  position: absolute;
  transform: translate(-50%, -50%) skewY(-45deg);
  z-index: 1;
  box-shadow: rgba(2, 1, 2, 0.3) 0px 2px 3px;
  transition: 0.3s ease-in;
}
.services .serviceCard::before {
  top: 0%;
  left: 35%;
}
.services .serviceCard::after {
  bottom: 0%;
  right: -95%;
}
.services .serviceCard:hover {
  cursor: pointer;
}
.services .serviceCard:hover::before, .services .serviceCard:hover::after {
  height: 0;
}
.services .serviceCard .serviceCardTxt h4 {
  width: fit-content;
  color: #563963;
  font-weight: 500;
  text-wrap-style: pretty;
  letter-spacing: 2px;
  margin: 20px auto;
  padding: 4px 0;
  border-bottom: 1px solid rgba(86, 57, 99, 0.5);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.services .serviceCard .serviceCardTxt h4 span {
  display: inline-block;
  font-size: calc(0.8rem + 0.2vw);
  color: rgba(255, 255, 255, 0.8);
  background: #563963;
  padding: 4px 12px;
  border-radius: 50px;
  margin-top: 8px;
}
.services .serviceCard .serviceCardTxt ul {
  padding: 0;
  padding-left: 20px;
  margin: 0;
}
.services .serviceCard .serviceCardTxt ul li {
  padding-left: 8px;
  margin: 12px 0;
}
.services .serviceCard .serviceCardTxt ul li::marker {
  content: "\f5bb";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: rgba(115, 116, 123, 0.4);
}
.services .serviceCard .serviceCardTxt ul span {
  display: inline-block;
  padding: 4px;
  border-radius: 50px;
  margin-bottom: 4px;
  position: relative;
  isolation: isolate;
}
.services .serviceCard .serviceCardTxt ul span::before {
  content: "";
  width: 100%;
  height: 40%;
  background: rgba(225, 211, 185, 0.8);
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.services .serviceCard .serviceCardImg {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  overflow: hidden;
  transition: all 0.3s ease-in;
}
.services .serviceCard .serviceCardImg img {
  object-fit: contain;
}

.process a {
  display: inline-block;
  width: 75%;
}
.process .processList .processItem:nth-child(even) .processCard {
  margin-top: 60px;
}
@media (max-width: 575.98px) {
  .process .processList .processItem:nth-child(even) .processCard {
    margin-top: 0;
  }
}
.process .processList .processCard {
  background: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  isolation: isolate;
  box-shadow: rgba(159, 103, 5, 0.3) 0px 2px 8px 0px;
}
.process .processList .processCard img {
  width: 100%;
  height: 70px;
  object-fit: contain;
  object-position: center;
  opacity: 0.8;
}
.process .processList .processCard .num {
  width: 100%;
  margin: 20px 0;
}
.process .processList .processCard .num h6 {
  height: 80px;
  font-size: calc(4rem + 0.3vw);
  font-weight: 500;
  color: white;
  background: #e1d3b9;
  border-radius: 0 50px 50px 0;
  opacity: 0.5;
  padding-bottom: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-shadow: 2px 2px 1px rgba(115, 116, 123, 0.4);
}
.process .processList .processCard .processCardTxt {
  width: 100%;
  padding: 1.5rem;
  margin-top: auto;
  position: relative;
  z-index: 1;
}
.process .processList .processCard .processCardTxt h4 {
  color: #f9b744;
  font-weight: 500;
  letter-spacing: 2px;
  border-radius: 50px;
  padding: 4px 0px;
  margin-bottom: 1rem;
}
.portfolio .catalogList .nav-tabs {
  border: unset;
}
.portfolio #photo-List {
  width: 95%;
  margin: auto;
}
.portfolio #photo-List img {
  height: 250px;
}
.portfolio #photo-List .slick-slider .slick-next::before,
.portfolio #photo-List .slick-slider .slick-prev::before {
  color: rgba(249, 183, 68, 0.8);
}

.product .catalogList .nav-tabs {
  border: unset;
}
.product .productCard img {
  border-radius: 4px;
}

.faq .accordion-item {
  border: 0px;
}
.faq .accordion-item .accordion-header {
  width: 100%;
}
.faq .accordion-item .accordion-button {
  background: rgba(86, 57, 99, 0.5);
  border-radius: 8px !important;
}
.faq .accordion-item .accordion-button:focus {
  box-shadow: none;
}
.faq .accordion-item .accordion-button::after {
  content: "▼";
  font-size: 1rem;
  background: none;
  color: white;
  opacity: 0.8;
}
.faq .accordion-item .accordion-button:not(.collapsed)::after {
  background: none;
}
.faq .accordion-body i {
  font-size: 1.2rem;
  color: #f9b744;
  opacity: 0.8;
}

.feedback #feedback-List {
  width: 95%;
  margin: auto;
}
.feedback #feedback-List .slick-slider .slick-track {
  display: flex;
}
.feedback #feedback-List .feedbackCard {
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(2px);
  border-radius: 4px;
  padding: 24px;
  box-shadow: 1px 1px 8px rgba(86, 57, 99, 0.7);
}
.feedback #feedback-List .feedbackCard img {
  height: 80px;
  object-fit: contain;
}

.contact {
  position: relative;
  isolation: isolate;
}
.contact .sectionTitle {
  width: 100%;
}
.contact i {
  font-size: calc(1.3rem + 0.1vw);
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact hr {
  margin: 30px 0;
}
.contact .contactInfo {
  padding: 24px;
  margin: 0;
}
.contact .contactInfo li {
  margin-bottom: 12px;
}
.contact .contactInfo li a {
  color: #73747b;
  display: flex;
  align-items: center;
  transition: 0.3s;
}
.contact .contactInfo li a:hover {
  color: #f9b744;
}
.contact .contactInfo i {
  margin-right: 8px;
}
.contact .sns {
  width: auto;
  padding: 0;
}
.contact .sns li {
  width: auto;
  padding: 8px;
}
.contact .sns a {
  letter-spacing: normal;
  width: 60px;
  height: 60px;
  color: white;
  background: #a57fb6;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 1px solid white;
  transition: 0.3s;
}
.contact .sns a:hover {
  color: #483053;
  background: white;
  border: 1px solid #563963;
}
.contact .sns a i {
  font-size: calc(1.5rem + 0.1vw);
}
.contact .map iframe {
  display: block;
}

.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;
  background: #483053;
  color: white;
  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: 14px;
}
.sidebar ul li:last-child a {
  border: none;
}

footer {
  color: white;
  background: #563963;
}
footer * {
  letter-spacing: 1px;
}
footer a {
  color: rgba(255, 255, 255, 0.6);
}
footer a:hover {
  color: white;
}

.interval {
  height: 40vh;
  padding: 50px 0;
  background: url(../images/decorate/interval_bg.jpg) no-repeat center/cover;
  display: flex;
  position: relative;
  isolation: isolate;
}
.interval::before {
  content: "";
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.4;
  mix-blend-mode: multiply;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.interval a {
  border: unset;
}
.interval .intervalPadding {
  padding: 0 8%;
}
@media (min-width: 1440px) {
  .interval .intervalPadding {
    padding: 0 16%;
  }
}
.interval h4,
.interval p {
  color: white;
}
.interval h6 {
  color: #e1d3b9;
  margin-bottom: 8px;
}/*# sourceMappingURL=all.css.map */