@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700;900&display=swap");
html {
  font-size: 16px;
}

.bs {
  box-shadow: 0 8px 10px rgba(122, 122, 122, 0.4);
}

.dib-center {
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: #ffffff;
}
#loading .lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#loading .lds-ripple div {
  position: absolute;
  border: 4px solid #fbf3e8;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
#loading .lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  4.9% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  5% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}

body {
  margin: 0;
  color: #7b797b;
  font-family: "Noto Serif TC", Suranna, 微軟正黑體, "Microsoft JhengHei", Arial, sans-serif !important;
  position: relative;
}
body .bodyBg {
  width: 100%;
  height: 100%;
  background: url(../images/decorate/bg.jpg) no-repeat center/cover;
  background-blend-mode: overlay;
  opacity: 0.1;
  position: fixed;
  top: 0;
  z-index: -1;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: 1px;
  transition: all 0.4s !important;
}

.container {
  max-width: 1140px;
  width: 95%;
  margin: auto;
}

hr {
  background-color: #fbf3e8;
}

a {
  text-decoration: none;
  display: inline-block;
}

h1,
h2,
h3,
h4 {
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 2px;
  margin: 0;
  margin-bottom: 18px;
}

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

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

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

h4 {
  font-size: calc(1.2rem + 0.2vw);
  font-weight: 700;
}

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

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

p,
span,
li,
small {
  font-size: calc(1rem + 0vw);
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 2px;
  text-align: justify;
  margin: 0;
}

small {
  font-size: calc(1rem + 0.3vw);
}

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

ul {
  margin-bottom: 12px;
}
ul li:not(:last-child) {
  margin-bottom: 12px;
}

.row:not(:last-child) {
  margin-bottom: 20px;
}

.sectionTitle h2 {
  color: #9e622d;
  font-size: 1.8em;
  letter-spacing: 3px;
  text-align: center;
  margin-top: 80px;
  position: relative;
}
.sectionTitle h2:after {
  content: "";
  width: 70px;
  height: 70px;
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
}
.sectionTitle h2 span {
  display: block;
  font-size: 0.5em;
  color: #cdcdcd;
  text-align: center;
}

section:nth-of-type(2) .sectionTitle h2:after {
  background: url(../images/decorate/title_bg-1.png) no-repeat center/contain;
}

section:nth-of-type(3) .sectionTitle h2:after {
  background: url(../images/decorate/title_bg-2.png) no-repeat center/contain;
}

section:nth-of-type(4) .sectionTitle h2:after {
  background: url(../images/decorate/title_bg-3.png) no-repeat center/contain;
}

section:nth-of-type(5) .sectionTitle h2:after {
  background: url(../images/decorate/title_bg-1.png) no-repeat center/contain;
}

section:nth-of-type(6) .sectionTitle h2:after {
  background: url(../images/decorate/title_bg-2.png) no-repeat center/contain;
}

section:nth-of-type(7) .sectionTitle h2:after {
  background: url(../images/decorate/title_bg-3.png) no-repeat center/contain;
}

section#services, section#notice {
  background: white;
  position: relative;
  isolation: isolate;
}
section#services::before, section#notice::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/decorate/gray_bg.jpg) no-repeat center/cover;
  opacity: 0.3;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
section#notice::before {
  background: url(../images/decorate/gallery_bg.jpg) no-repeat center/cover;
  opacity: 0.3;
}

.slick-prev:before,
.slick-next:before {
  color: #fbf3e8;
  font-size: 24px;
}

.btn-check:focus + .btn,
.btn:focus {
  box-shadow: unset;
}

.btn {
  width: 80%;
  max-width: 300px;
  line-height: 1.5;
  font-size: 1.5em;
  border-radius: 0;
  margin: 16px 8px;
  border: 2px solid #fff;
  background-color: #eba0bf;
  color: white;
}
.btn * {
  color: white;
}

.link-btn {
  display: block;
  font-size: 16px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  color: #fbf3e8;
  background-color: white;
  border-radius: 50vh;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
}

.line {
  width: 1px;
  height: 200px;
  background-color: #9e9e9e;
  align-self: center;
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
  border: unset;
}

section:not(:first-child) {
  padding: 40px 0;
}

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 4px rgba(104, 104, 104, 0.2);
  box-shadow: 0 2px 4px rgba(104, 104, 104, 0.2);
  transition: all 0.3s;
}
.navbar a.navbar-brand {
  margin-left: 12px;
  font-weight: 400;
  font-family: "Noto Serif TC", serif;
  display: block;
}
.navbar a.navbar-brand h4 {
  color: #9e622d;
  margin: 0;
}
.navbar a.navbar-brand img {
  width: 70px;
}
.navbar .navbar-toggler {
  color: transparent;
}
.navbar .navbar-toggler i {
  color: #7b797b;
}
.navbar .navbar-collapse {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.navbar .navbar-collapse .navbar-nav {
  margin-left: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.navbar .navbar-collapse .navbar-nav .nav-link {
  text-align: center;
  margin: 4px 0;
  padding: 8px 0;
  color: #7b797b;
  font-weight: 300;
  font-family: "Noto Serif TC", serif;
}

#banner {
  position: relative;
  padding-top: 62px;
  z-index: 0;
}
#banner .text {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 10;
}
#banner .text h1,
#banner .text p,
#banner .text small {
  color: #fff;
}
#banner .text p {
  letter-spacing: 0.2em;
}
#banner .text small {
  font-size: calc(1.1rem + 0.2vw);
  font-weight: 300;
  letter-spacing: 0.1em;
  text-wrap-style: pretty;
}
#banner img {
  height: 80vh;
  -webkit-filter: brightness(0.9);
  filter: brightness(0.9);
}
#banner .img-content {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 10;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: white;
}
#banner .img-content h1 {
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.8);
  font-size: 1.5em;
  font-weight: 400;
  letter-spacing: 2px;
  font-family: "Baloo Tamma 2", cursive;
}
#banner .img-content h1 small {
  display: block;
  font-size: 16px;
  letter-spacing: 1px;
}
#banner .img-content h1 .animate__fadeIn {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

#about h6 {
  color: #eba0bf;
  text-align: center;
  margin: 30px 0;
}
#about p {
  text-align: center;
  max-width: 800px;
  margin: auto;
}

#services {
  position: relative;
}
#services .box {
  position: relative;
  border: 1px solid rgba(158, 98, 45, 0.3);
  border-radius: 4px;
  padding: 1rem;
  margin: 40px 0;
  transition: all 0.3s;
}
#services .box img {
  height: 250px;
}
#services .box h3 {
  width: 80%;
  max-width: 150px;
  font-size: 18px;
  text-align: center;
  line-height: 36px;
  color: #fff;
  background-color: #9e622d;
  border: 2px solid #fff;
  position: absolute;
  bottom: -36px;
}
#services .box:hover {
  transform: scale(1.08);
}

.process .processItem {
  padding: 1rem;
}
.process .processItem:nth-child(3) h4 {
  font-size: calc(1.1rem + 0.2vw);
}
.process .processCard {
  width: 100%;
  max-width: 190px;
  height: 100%;
  aspect-ratio: 1;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(3px);
  border: 1px solid rgba(235, 160, 191, 0.3);
  border-radius: 50%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  justify-self: center;
  position: relative;
  box-shadow: rgba(235, 160, 191, 0.3) 0px 4px 10px;
}
.process .processCard .num {
  aspect-ratio: 1;
  background: white;
  border-radius: 50%;
  padding: 4px;
  opacity: 0.7;
  backdrop-filter: blur(3px);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 10%;
  left: 10%;
  transform: translate(-50%, -50%);
  box-shadow: rgba(235, 160, 191, 0.4) 2px 2px 4px;
}
.process .processCard .num h3 {
  font-size: 32px;
  font-weight: 600;
  margin: 0;
}
.process .processCard .processCardImg {
  height: 80px;
  border-radius: 50%;
  padding: 8px;
  margin-top: 8px;
}
.process .processCard .processCardImg img {
  object-fit: contain;
}
.process .processCard h4 {
  color: #9e622d;
  margin: 0;
}
.process .noticeTxt h4 {
  width: fit-content;
  border-bottom: 2px dotted rgba(158, 98, 45, 0.6);
  padding-bottom: 2px;
}
.process .noticeTxt h4 i {
  color: rgba(235, 160, 191, 0.6);
}

.appt ul li span {
  display: inline-block;
  color: white;
  background: #eba0bf;
  padding: 2px 8px;
}

.notice .noticeTxt {
  width: 100%;
}
.notice .noticeTxt hr {
  width: 2px;
  height: 80vh;
  border-right: 1px dotted rgba(158, 98, 45, 0.6);
  padding: 0;
  margin: 0 1rem;
  align-self: center;
}
@media (max-width: 767.98px) {
  .notice .noticeTxt hr {
    width: 90%;
    height: auto;
    border-bottom: 1px dotted rgba(158, 98, 45, 0.6);
    padding: 0;
    margin: 0;
    justify-self: center;
  }
}
.notice .noticeTxt h4 {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.notice .noticeTxt h4 i {
  font-size: calc(0.8rem + 0.2vw);
  color: #eba0bf;
  padding: 0 4px;
}
.notice .noticeTxt ul {
  margin-bottom: 40px;
}
.notice .noticeTxt ul h6 {
  width: fit-content;
  font-weight: 600;
  border-bottom: 4px solid rgba(235, 160, 191, 0.3);
  padding-bottom: 8px;
  margin-left: -20px;
}
.notice .noticeTxt ul ol {
  margin-top: 12px;
}

#contact {
  padding: 20px 0 100px;
  background: url(../images/decorate/contact_bg.jpg) no-repeat center/cover;
  position: relative;
  isolation: isolate;
}
#contact::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #2e2d2e;
  mix-blend-mode: multiply;
  opacity: 0.5;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
#contact * {
  color: #fff;
}

@media screen and (min-width: 992px) {
  html {
    font-size: 18px;
  }
  a.btn:hover {
    filter: brightness(1.1);
    color: #fff;
  }
  .navbar a img {
    width: 50px;
  }
  .navbar .navbar-collapse .navbar-nav .nav-link {
    position: relative;
    display: block;
    margin: 16px 20px 0;
    font-size: 15px;
  }
  .navbar .navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-bottom: 1px solid;
    width: 0%;
    background-color: #fbf3e8;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .navbar .navbar-nav .nav-link:hover:after {
    width: 100%;
  }
}
#gallery {
  position: relative;
}
#gallery .gallery-img {
  height: 250px;
}
@media (min-width: 425px) {
  #gallery .gallery-img {
    height: 300px;
  }
}

#connect {
  background-color: #fbf3e8;
}
#connect p {
  color: #9e622d;
  line-height: 1.5rem;
  margin: 8px 0;
}
#connect p b {
  color: #4f3116;
  opacity: 0.7;
}
#connect p a {
  all: unset;
  cursor: pointer;
}
#connect p a:hover {
  color: #eba0bf;
}

footer {
  padding: 20px;
  background-color: #9e622d;
}
footer * {
  color: whitesmoke;
  font-size: 14px;
}
footer a:hover {
  color: #fbf3e8;
}

.quick-links {
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: flex;
  flex-direction: column;
}
.quick-links a {
  text-align: center;
  border-radius: 8px;
  padding: 6px;
  margin: 4px 0;
  transition: 0.3s ease;
}
.quick-links a i {
  font-size: calc(1.7rem + 1vw);
  color: #eba0bf;
  opacity: 0.7;
  transition: 0.3s ease;
}
.quick-links a:hover i {
  color: #9e622d;
  opacity: 1;
}


.catalogList nav {
  width: 100%;
}
.catalogList .catalogItem h5 {
  width: 100%;
  color: #fbf3e8;
  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: #9e622d;
  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 {
  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(251, 243, 232, 0.7);
}
.catalogList .nav-tabs {
  width: 96%;
  margin: auto;
  justify-content: center;
  padding: 0px 12px;
  border-bottom: 1px solid #9e622d;
}
.catalogList .nav-tabs .nav-link {
  color: #7b797b;
  border: unset;
}
.catalogList .nav-tabs .nav-link.active {
  color: white;
  background: #9e622d;
  border-radius: 6px 6px 0 0;
  text-shadow: 0px 1px 2px rgba(39, 24, 11, 0.3);
}
.catalogList .tab-content > .active {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: start;
}/*# sourceMappingURL=style.css.map */