@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Sarpanch:wght@400;500;600;700;800;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: 500;
}

h1 {
  font-size: calc(2rem + 0.5vw);
}

h2 {
  font-size: calc(1.7rem + 0.4vw);
}

h3 {
  font-size: calc(1.45rem + 0.4vw);
}

h4 {
  font-size: calc(1.3rem + 0.2vw);
}

h5 {
  font-size: calc(1.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 #8b8787;
  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;
}
section:nth-last-of-type(1) {
  padding-bottom: 0;
}
section:nth-of-type(odd):not(:first-child) {
  background: rgba(254, 249, 235, 0.5);
  isolation: isolate;
}

.sectionTitle {
  display: flex;
  flex-direction: column;
  justify-items: center;
  align-items: center;
  margin-bottom: 30px;
}
.sectionTitle * {
  letter-spacing: normal;
}
.sectionTitle h2 {
  position: relative;
  display: inline-block;
  margin: auto;
  text-align: center;
  letter-spacing: 4px;
  padding: 24px;
  color: #0f325f;
  font-weight: bolder;
  isolation: isolate;
}
.sectionTitle h2 .h2_dec {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -94px;
  position: relative;
  z-index: -1;
}
.sectionTitle h2 .h2_dec span {
  width: 100%;
  height: 100%;
  color: #eaba38;
  font-size: calc(3rem + 0.3vw);
  font-weight: 400;
  opacity: 0.5;
  text-align: center;
  text-transform: capitalize;
  text-wrap-mode: nowrap;
  padding: 8px;
  position: relative;
  isolation: isolate;
}
.sectionTitle h2 .h2_dec span::before {
  content: "";
  width: 120%;
  height: 12%;
  background: #d8a417;
  clip-path: polygon(20% 0, 100% 0, 80% 100%, 0% 100%);
  mix-blend-mode: multiply;
  opacity: 0.3;
  position: absolute;
  top: 74%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.sectionTitle h2 .h2_dec hr {
  display: none;
  width: 100%;
  border-top: 1px solid rgba(185, 179, 173, 0.7);
  margin: 1rem 0 !important;
  opacity: 0.4;
}

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

.fillBtn {
  letter-spacing: normal;
  color: white;
  background: #eaba38;
  border: 1px solid white;
}
.fillBtn:hover {
  color: #133e75;
  background: white;
  border: 1px solid #133e75;
}
.fillBtn.LINE {
  background: #2eb900;
}
.fillBtn.LINE:hover {
  color: #2eb900;
  border: 1px solid #2eb900;
  background: white;
}

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

body {
  font-family: "Sarpanch", "Noto Sans TC", sans-serif;
  color: #8b8787;
  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;
  opacity: 0.2;
  position: fixed;
  top: 0;
  z-index: -1;
}

header .navbar {
  background: #133e75;
}
header .navbar .navbar-brand {
  height: 50px;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 0;
}
header .navbar .navbar-brand h3 {
  font-size: calc(1.4rem + 0.4vw);
  font-weight: 500;
  color: #b82e2b;
  letter-spacing: 2px;
}
header .navbar .navbar-brand img {
  width: 65px;
  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 {
  position: relative;
  color: white;
  background: #133e75;
  text-align: center;
}
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 {
  text-transform: uppercase;
  letter-spacing: normal;
  color: #eaba38;
  padding: 4px 12px;
  z-index: 2;
}
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%;
  height: 80vh;
  display: flex;
  margin-top: 82px;
  position: relative;
  isolation: isolate;
}
@media (max-width: 576px) {
  .banner {
    height: 90vh;
  }
}
.banner .f-carousel {
  width: 70%;
  height: 100%;
}
@media (max-width: 767.98px) {
  .banner .f-carousel {
    width: 100%;
  }
}
.banner .f-carousel .bannerImg {
  width: 100%;
  height: 100%;
  justify-self: center;
}
.banner .f-carousel .f-button svg {
  width: 100px;
  height: 100px;
  stroke-width: 2px;
  stroke: white;
  opacity: 0.5;
}
.banner .txt-content {
  width: 30%;
  height: auto;
  background: rgba(255, 255, 255, 0.2);
  padding: 1rem 0;
  overflow: hidden;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.banner .txt-content h1 {
  color: #eaba38;
  font-size: calc(3rem + 0.5vw);
  font-weight: 700;
  writing-mode: vertical-lr;
  letter-spacing: 8px;
  line-height: 1.3;
}
.banner .txt-content .smallMark {
  color: white;
  background: rgba(184, 46, 43, 0.8);
  letter-spacing: 2px;
  writing-mode: vertical-lr;
  padding: 8px 0;
  border-radius: 50px;
  margin: 8px 4px;
}
.banner .txt-content .smallMark h5 {
  font-size: calc(1.1rem + 0.2vw);
  margin-right: 4px;
}
.banner .txt-content span {
  color: #8b8787;
  display: inline-block;
  font-size: calc(1.1rem + 0.2vw);
  font-weight: 300;
  text-align: center;
  margin-top: 12px;
  text-wrap-style: pretty;
}
.banner .txt-content a {
  font-size: calc(0.9rem + 0.2vw);
  border-radius: 50px;
  padding: 8px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner .txt-content a i {
  margin-right: 8px;
}
@media (max-width: 576px) {
  .banner .txt-content {
    width: 85%;
    height: auto;
    color: #133e75;
    background: linear-gradient(0deg, rgba(252, 238, 201, 0.8), rgba(234, 186, 56, 0.6));
    backdrop-filter: blur(3px);
    border-radius: 20px 20px 0 0;
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: 1;
  }
  .banner .txt-content h1,
  .banner .txt-content span {
    color: white;
  }
  .banner .txt-content h1 {
    writing-mode: unset;
    text-shadow: 4px 3px 0px #7c5e0d, 9px 8px 0px rgba(124, 94, 13, 0.15);
  }
  .banner .txt-content .smallMark {
    margin: 0 4px;
  }
  .banner .txt-content span {
    text-shadow: 1px 1px 2px #7c5e0d;
  }
}
.banner .scroll-down {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  z-index: 2;
  display: inline-block;
  transform: translateX(-50%);
  color: #eaba38;
  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 #eaba38;
  border-bottom: 2px solid #eaba38;
  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 #8b8787;
  justify-self: start;
  margin: 0.5rem 0;
}
.about .aboutContext h4 {
  width: 100%;
  color: #b82e2b;
  text-align: center;
  position: relative;
}
.about .aboutContext p {
  margin: 8px 0;
}
.about .aboutContext b {
  color: #aa8112;
}
.about .aboutImg {
  width: 100%;
  aspect-ratio: 1/0.5;
}
.about .aboutImg img {
  padding: 0;
  border-radius: 4px;
}
.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 .fillBtn {
  border-radius: 50px;
  padding: 12px 20px;
}
.services .serviceItem {
  position: relative;
}
.services .serviceItem:nth-of-type(4n + 2) .serviceCard, .services .serviceItem:nth-of-type(4n + 3) .serviceCard {
  flex-direction: row-reverse;
}
.services .serviceItem:hover {
  cursor: pointer;
}
.services .serviceItem:hover .serviceCard {
  background: #133e75;
}
.services .serviceItem:hover .serviceCardTxt p {
  color: white;
}
.services .serviceItem:hover img {
  transform: scale(1.2);
}
@media (max-width: 576px) {
  .services .serviceItem:nth-of-type(4n + 2) .serviceCard, .services .serviceItem:nth-of-type(4n + 3) .serviceCard {
    flex-direction: unset;
  }
  .services .serviceItem:nth-of-type(odd) .serviceCard {
    flex-direction: row-reverse;
  }
}
.services .serviceCard {
  width: 100%;
  background: rgba(255, 253, 249, 0.8);
  backdrop-filter: blur(3px);
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  box-shadow: rgba(139, 135, 135, 0.4) 0px 2px 8px 0px;
}
.services .serviceCard .serviceCardImg {
  height: 100%;
  overflow: hidden;
}
.services .serviceCard .serviceCardImg img {
  width: 100%;
  aspect-ratio: 1;
  transition: all 0.3s ease-in;
}
.services .serviceCard .serviceCardTxt {
  padding: 20px;
}
.services .serviceCard .serviceCardTxt h4 {
  width: 100%;
  font-weight: 500;
  color: #eaba38;
  text-wrap-style: pretty;
  letter-spacing: 2px;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease-in-out;
}
.services .serviceCard .serviceCardTxt ul {
  padding: 20px;
  margin: 0;
}
.services .serviceCard .serviceCardTxt ul li {
  color: #b82e2b;
  text-align: center;
}

.process a {
  display: inline-block;
  width: 75%;
}
.process .processList .processItem {
  align-self: stretch;
}
.process .processList .processCard {
  height: 100%;
  background: white;
  padding: 1rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 0px 50px 0 50px;
  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 .processCardTitle {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  position: relative;
}
.process .processList .processCard .processCardTitle .num {
  width: 65%;
  background: #133e75;
  border-radius: 4px 4px 50px 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -24px;
}
.process .processList .processCard .processCardTitle .num span {
  color: white;
  padding: 8px 0;
  margin-bottom: -24px;
}
.process .processList .processCard .processCardTitle .num h6 {
  font-size: calc(4rem + 0.3vw);
  font-weight: 500;
  color: white;
  opacity: 0.5;
  margin-bottom: -4px;
}
.process .processList .processCard .processCardTitle h5 {
  color: #eaba38;
  font-size: calc(1.2rem + 0.1vw);
  font-weight: 500;
  letter-spacing: 2px;
  padding: 4px 12px;
}
.process .processList .processCard .processCardTitle .processCardImg {
  width: 75%;
  padding: 1.2rem;
  border-radius: 50%;
  box-shadow: rgba(234, 186, 56, 0.3) 6px 5px 5px, rgba(234, 186, 56, 0.3) 0px 0px 0px 1px;
  margin-top: auto;
}
.process .processList .processCard .processCardTitle .processCardImg img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center;
}
.process .processList .processCard .processCardTxt {
  padding-left: 12px;
}
.process .processList hr {
  align-self: center;
  border: 2px solid rgba(139, 135, 135, 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;
}

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

.sidebar {
  position: fixed;
  bottom: 50px;
  right: 0;
  z-index: 1000;
}
.sidebar .phone {
  display: block;
  font-size: 14px;
  font-weight: bolder;
  margin: 0;
  padding-top: 10px;
}
.sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar ul li {
  margin-bottom: 16px;
}
.sidebar ul li a {
  letter-spacing: normal;
  width: 50px;
  height: 50px;
  color: white;
  background: #133e75;
  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.7rem + 0.2vw);
}
.sidebar ul li a i {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sidebar ul li a i span {
  display: flex;
  margin-left: 2px;
  font-size: calc(0.7rem + 0.2vw);
}

footer {
  color: rgba(252, 238, 201, 0.8);
  background: #133e75;
}
footer * {
  letter-spacing: 1px;
}
footer a {
  color: white;
  opacity: 0.5;
}
footer a:hover {
  opacity: 1;
}/*# sourceMappingURL=all.css.map */