@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat+Alternates:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Noto+Sans+TC:wght@100..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 {
  margin: 0;
  letter-spacing: 4px;
  line-height: 1.3;
  font-weight: 500;
}

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

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

h3 {
  font-size: calc(1.5rem + 0.5vw);
}

h4 {
  font-size: calc(1.2rem + 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.7;
  letter-spacing: 2px;
  text-align: justify;
  margin: 0;
}

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

.link-item {
  text-transform: uppercase;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-light .navbar-toggler {
  border: none;
}

section {
  padding: 7rem 0;
  overflow: hidden;
  position: relative;
}
@media (max-width: 992px) {
  section {
    padding: 4rem 0;
  }
}

h2 {
  font-weight: 600;
  position: relative;
  display: inline-block;
  color: #99cbb1;
  padding: 24px 50px;
  letter-spacing: 0.4rem;
}
h2::before, h2:after {
  content: "";
  width: 100%;
  height: 70px;
  background: url(../images/decorate/title_bg.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
}
h2::before {
  left: 11%;
  transform: translate(-50%, -50%) rotateY(180deg);
}
h2:after {
  right: -84%;
  transform: translate(-50%, -50%);
}
@media (max-width: 992px) {
  h2 {
    font-size: 28px;
  }
}
h2 .h2_dec {
  color: #e4ada8;
  font-size: calc(1rem + 0.3vw);
  font-weight: 500;
  letter-spacing: 2px;
  text-align: center;
  text-transform: capitalize;
  opacity: 0.7;
}

.list-style {
  list-style: none;
  margin-bottom: 40px;
}
.list-style li {
  margin-bottom: 15px;
  padding-left: 20px;
  position: relative;
  font-weight: 300;
  color: #ccc;
  transition: 0.4s;
}
.list-style li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 10px;
  border: 1px solid #eee;
  border-radius: 50%;
  transform: rotate(45deg) translateY(-50%);
}
.list-style li::after {
  content: "";
  position: absolute;
  top: 12px;
  left: 7px;
  width: 3px;
  height: 3px;
  background: #aaa;
  border-radius: 50%;
  transition: 1s;
}
.list-style li:hover {
  filter: brightness(2);
}

.sidebar {
  position: fixed;
  bottom: 50px;
  right: 0;
  z-index: 1000;
}
.sidebar * {
  transform: scaleX(1);
  letter-spacing: 0.15rem;
}
.sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar ul li {
  margin-bottom: 16px;
}
.sidebar ul li a {
  width: 50px;
  height: 50px;
  background: #e4ada8;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  transition: 0.3s;
  opacity: 0.75;
  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;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.parallax-object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.btn {
  border: 1px solid #bbdccb;
  padding: 8px 16px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.btn:hover {
  color: #bbdccb;
  background: #d8d7b1;
  border: 0;
}
.btn i {
  font-size: calc(1rem + 0.2vw);
  margin-left: 8px;
}

.fillBtn {
  border: 0;
  background: #bbdccb;
}
.fillBtn:hover {
  color: #78b998;
  border: 1px solid #bbdccb;
  background: transparent;
}

body {
  width: 100%;
  height: 100%;
  font-family: "Noto Sans TC", sans-serif;
  color: #513c2c;
  background-color: #fffdf5;
  background-blend-mode: multiply;
  position: relative;
}
body::before {
  content: "";
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: url(../images/decorate/bg.jpg) repeat center/contain;
  opacity: 0.05;
  position: absolute;
  top: 0;
  left: 0;
}

header .navbar {
  position: fixed;
  top: 0;
  width: 100%;
  background: transparent;
  transition: 0.4s;
  z-index: 99;
}
@media (max-width: 992px) {
  header .navbar {
    background: #bbdccb;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.212);
  }
}
header .navbar .navbar-brand {
  display: flex;
  align-items: center;
  transition: 0.5s;
}
@media (max-width: 992px) {
  header .navbar .navbar-brand {
    margin-top: unset;
  }
}
header .navbar .navbar-brand h4 {
  color: #513c2c;
}
@media (max-width: 992px) {
  header .navbar .navbar-brand h4 {
    color: white;
  }
}
header .navbar .navbar-brand small {
  letter-spacing: 0.3rem;
  color: #fff;
}
@media (max-width: 992px) {
  header .navbar .navbar-brand small {
    color: #ffde5c;
  }
}
header .navbar .navbar-brand img {
  width: 60px;
  box-shadow: -2px -2px 2px rgba(216, 215, 177, 0.3);
  transition: 0.3s;
}
@media (max-width: 992px) {
  header .navbar .navbar-brand img {
    filter: unset;
    width: 40px;
    margin-right: unset;
  }
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  position: relative;
  color: #513c2c;
}
@media (max-width: 992px) {
  header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    color: white;
    text-align: center;
  }
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  background: #fff;
  width: 100%;
  height: 0px;
  transition: 0.5s;
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover::before {
  height: 8px;
}
header .scrolled {
  background: #bbdccb;
}
header .scrolled .navbar-brand {
  margin-top: unset;
}
header .scrolled .navbar-brand h4 {
  color: white;
}
header .scrolled .navbar-brand small {
  color: #ffde5c;
}
header .scrolled .navbar-brand img {
  width: 50px;
  box-shadow: -2px -2px 2px rgba(216, 215, 177, 0.3);
}
@media (max-width: 992px) {
  header .scrolled .navbar-brand img {
    width: 30px;
  }
}
header .scrolled .nav-link {
  color: white !important;
}
header .scrolled .nav-link::before {
  background: white !important;
  bottom: -15px !important;
}
header .scrolled .nav-link:hover::before {
  height: 8px;
}

.hero {
  color: #fff;
  position: relative;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  overflow-y: hidden;
}
@media (max-width: 991.98px) {
  .hero {
    height: 70vh;
  }
}
.hero .bannerImgBox {
  width: 100%;
  height: 100%;
  position: relative;
}
.hero .bannerImgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero .bannerImgBox .slick-list {
  width: 100%;
  height: 100%;
}
.hero .bannerImgBox .slick-list .slick-track {
  height: 100%;
}
.hero .bannerImgBox .hero_fade {
  width: 65vw;
  height: 65vw;
  border: 10px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: -8%;
  right: -10%;
}
@media (max-width: 991.98px) {
  .hero .bannerImgBox .hero_fade {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 0px;
    position: relative;
    top: 0;
    right: 0;
  }
}
.hero .bannerImgBox .hero_fade-1 {
  width: 25vw;
  height: 25vw;
  border: 10px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 3%;
  left: 9%;
}
.hero .bannerImgBox .hero_fade-2 {
  width: 36vw;
  height: 36vw;
  border: 10px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 44%;
  left: 25%;
  transform: translateX(-50%);
}
.hero .txt-content {
  width: calc(200px + 8vw);
  height: calc(200px + 8vw);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  text-shadow: -1px -1px 2px rgba(255, 255, 255, 0.5), 1px 1px 2px rgba(255, 255, 255, 0.5), 1px 1px 2px rgba(255, 255, 255, 0.5), 2px 2px 3px rgba(255, 255, 255, 0.5);
  box-shadow: 2px 2px 3px rgba(255, 253, 245, 0.2);
  display: flex;
  align-items: center;
  z-index: 1;
}
.hero .txt-content h1 {
  font-size: calc(2rem + 1.5vw);
  color: #4e9771;
  letter-spacing: 0.15rem;
  line-height: 1.3;
}
.hero .txt-content h1 small {
  font-size: 1rem;
}
.hero .txt-content span {
  color: #78b998;
  margin: auto;
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 300;
  padding: 6px 10px;
}
.hero .txt-content-1 {
  color: white;
  text-shadow: -1px -1px 2px rgba(81, 60, 44, 0.5), 1px 1px 2px rgba(81, 60, 44, 0.3), 1px 1px 2px rgba(81, 60, 44, 0.2), 2px 2px 3px rgba(81, 60, 44, 0.1);
  position: absolute;
  bottom: 50px;
  right: 30px;
  z-index: 3;
}
.hero .txt-content-1 h4 {
  font-size: calc(1.5rem + 0.3vw);
}

section .scroll-down {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  z-index: 2;
  display: inline-block;
  transform: translateX(-50%);
  color: #fffdf5;
  text-decoration: none;
  transition: opacity 0.3s;
  padding-top: 80px;
}
section .scroll-down:hover {
  opacity: 0.5;
}
section .scroll-down .arrow {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 2px solid #fffdf5;
  border-bottom: 2px solid #fffdf5;
  transform: rotate(-45deg);
  animation: sdb07 2s infinite;
  opacity: 0;
  box-sizing: border-box;
}
section .scroll-down .arrow:nth-of-type(1) {
  animation-delay: 0s;
}
section .scroll-down .arrow:nth-of-type(2) {
  top: 16px;
  animation-delay: 0.15s;
}
section .scroll-down .arrow:nth-of-type(3) {
  top: 32px;
  animation-delay: 0.3s;
}
@media (max-width: 991.98px) {
  section .scroll-down {
    color: white;
  }
  section .scroll-down .arrow {
    border-left: 2px solid white;
    border-bottom: 2px solid white;
  }
}

@keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.masonry-store {
  column-width: 300px;
  column-gap: 10px;
}
.masonry-store a {
  display: inline-block;
  padding: 5px;
  border: 1px solid #aaa;
  margin-bottom: 5px;
}
.masonry-store a img {
  filter: brightness(0.8);
  transition: 0.4s;
}
.masonry-store a img:hover {
  filter: brightness(1);
}
@media (max-width: 576px) {
  .masonry-store {
    column-width: 150px;
  }
  .masonry-store a img {
    filter: brightness(1);
  }
}

.about .aboutImg {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-bottom: 32px;
}
.about .aboutImg div:nth-child(2) {
  margin-top: auto;
  margin-bottom: -32px;
  margin-right: auto;
  margin-left: -16%;
  outline: 10px solid white;
  border-radius: 10px;
}
.about span {
  display: inline-block;
  font-weight: 400;
  color: white;
  background: #bbdccb;
  border-radius: 50px;
  padding: 4px 12px;
  margin-bottom: 8px;
}
.about img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}
.about a {
  background-color: #fff;
  color: #93856d;
  border: 2px solid #93856d;
  margin-top: 20px;
  width: fit-content;
  padding: 10px 10px;
  border-radius: 50px;
  text-decoration: none;
  transition: 0.5s;
}
.about a:hover {
  background-color: #93856d;
  border: 2px solid transparent;
  color: #fff;
  transition: 0.5s;
}

.room span {
  font-size: 5rem;
  color: #fffdf5;
}
.room img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}
.room ul {
  list-style-position: inside;
}
.room li {
  font-size: 16px;
  line-height: 2.5;
  text-align: justify;
}
.room li::marker {
  content: "➤";
}

.services .serviceCard {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  background: white;
  border-radius: 8px;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  position: relative;
  isolation: isolate;
}
.services .serviceCard::before {
  content: "";
  width: 100%;
  height: 110px;
  background: #bbdccb;
  border-radius: 8px 8px 0 0;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: -1;
}
.services .serviceCard .serviceCardImg {
  background: white;
  border-radius: 50%;
  padding: 20px;
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.services .serviceCard .serviceCardImg img {
  width: 100%;
  height: 48px;
  object-fit: contain;
  object-position: center;
}
.services h5 {
  color: white;
  background: #bbdccb;
  border-radius: 50px;
  padding: 8px 20px;
  margin: 1.5rem 0;
  margin-top: 4rem;
}
.services span {
  font-size: 1rem;
  color: white;
  background: #e4ada8;
  padding: 2px 4px;
  border-radius: 6px;
  letter-spacing: 2px;
  text-align-last: justify;
}
.services ul li {
  list-style: disc;
}

.process * {
  transform-origin: left;
}
.process h4 {
  display: inline-block;
  width: auto;
  color: white;
  background: #d8d7b1;
  border-radius: 50px;
  padding: 4px 20px;
  margin-bottom: 12px;
}
.process .processCardTxt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  padding-bottom: 1rem;
}
.process .processCardTxt .step h3 {
  letter-spacing: 0.25rem;
  font-style: italic;
  display: inline-block;
  width: 160px;
  height: fit-content;
  opacity: 0.5;
}
@media (max-width: 992px) {
  .process .processCardTxt .step h3 {
    width: 100%;
  }
}
.process .processCardTxt ul {
  margin: 0;
}
.process .processCardTxt ul li {
  list-style: disc;
  text-align: left;
}
.process .rules hr {
  width: 2px;
  height: 100%;
  background: rgba(105, 105, 105, 0.4);
  margin: 10px;
}
.process .rules ul {
  padding-left: inherit;
}
.process .rules ul li {
  list-style: decimal;
}
.process .note {
  color: white;
  background: #e4ada8;
}
@media (max-width: 576px) {
  .process .note {
    text-align: center;
  }
}

.portfolio * {
  transform-origin: left;
}
.portfolio .awards {
  margin-top: 2rem;
}
.portfolio .awards li {
  margin-bottom: 1rem;
  opacity: 0.8;
  font-size: 14px;
}
.portfolio .awards a {
  padding: 0 !important;
}
.portfolio .awards_logo img {
  height: 100px;
  object-fit: contain;
  width: fit-content;
}
.portfolio span {
  width: 60px;
  display: inline-block;
  font-size: 0.9rem;
  text-align: center;
  letter-spacing: 0;
  color: #fff;
  background: #010101;
  border-radius: 20px;
  padding: 0.1rem 0.5rem;
}
.portfolio span.silver {
  background: rgb(155, 155, 155);
}
.portfolio h5 {
  width: auto;
  font-size: 24px;
}
.portfolio img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
@media (max-width: 576px) {
  .portfolio img {
    height: 200px;
  }
}
.portfolio .h-25 img {
  height: 200px;
}
@media (max-width: 992px) {
  .portfolio .h-25 img {
    height: 120px;
  }
}
@media (max-width: 768px) {
  .portfolio .h-25 img {
    height: 100px;
  }
}
.portfolio .row a {
  padding: 0.5rem;
  display: block;
}
.portfolio .nav-link {
  color: #513c2c;
}
.portfolio .nav-pills .nav-link.active,
.portfolio .nav-pills .show > .nav-link {
  background: #bbdccb;
}
.portfolio .slick_box a {
  padding: 0;
  width: 100%;
  transform: scaleX(1);
}
.portfolio .slick_box img {
  width: 100%;
  height: 65vh;
}
.portfolio .slick_box .slick-arrow {
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 100%;
  transition: 0.5s;
}
.portfolio .slick_box .slick-arrow::before {
  color: #fff;
  opacity: 0.8;
  font-size: 1.5rem;
}
.portfolio .slick_box .slick-prev {
  left: 0px;
}
.portfolio .slick_box .slick-next {
  right: 0px;
}
.portfolio .slick_box .slick-disabled {
  opacity: 0;
}
.portfolio .slick_box .slick-dots {
  bottom: 0px;
  transform: translateY(100%);
}

.view .viewList .viewCard h5,
.view .viewList .viewCard span {
  display: inline-block;
  font-weight: 500;
  letter-spacing: 2px;
  color: white;
  background: #bbdccb;
  border-radius: 4px;
  padding: 8px 16px;
  margin-bottom: 12px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}
.view .viewList .viewCard hr:nth-last-of-type(1) {
  display: none;
}
.view .viewList .viewCard .viewCardImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 6px;
}
@media (max-width: 767.98px) {
  .view .viewList .viewCard .viewCardImg img {
    height: 350px;
  }
}
@media (max-width: 425px) {
  .view .viewList .viewCard .viewCardImg img {
    height: 250px;
  }
}
.view .viewList .viewCard .viewCardText {
  padding: 1rem;
}
.view .viewList .viewCard .viewCardText i {
  width: 24px;
  height: 24px;
  font-size: 0.7rem;
  line-height: unset;
  color: white;
  background: #e4ada8;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.view .viewList .viewCard .viewCardText ul {
  margin: 0;
}
.view .viewList .viewCard .viewCardText ul li {
  list-style-type: disc;
  line-height: unset;
  padding: 4px 0;
}
.view .viewList .viewCard .viewCardText ul li li {
  list-style-type: disclosure-closed;
}
.view .viewList .nav-tabs {
  justify-content: center;
  border: 0;
}
.view .viewList .nav-tabs .nav-link {
  color: rgba(120, 185, 152, 0.8);
  border: 0;
  border-radius: 8px;
}
.view .viewList .nav-tabs .nav-link.active {
  color: white;
  background: #78b998;
}

.traffic span {
  display: inline-block;
  color: white;
  background: #e4ada8;
  padding: 4px 12px;
  border-radius: 50px;
  margin-bottom: 12px;
}
.traffic .trafficCard i {
  width: 26px;
  height: 26px;
  font-size: 1rem;
  color: white;
  background: rgba(81, 60, 44, 0.5);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  letter-spacing: normal;
}
.traffic .trafficCard ul li {
  list-style: disc;
}

.contact {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.contact * {
  transform: scaleX(1);
  letter-spacing: 0.2rem;
}
.contact h2 {
  letter-spacing: 0.8rem;
}
.contact address ul li a {
  color: #513c2c;
  transition: 0.4s;
}
.contact address ul li a:hover {
  color: #d8d7b1 !important;
}
.contact address ul li a i {
  font-size: 18px;
  line-height: 24px;
}
.contact .sns a {
  width: 50px;
  height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid white;
  color: white;
  background: #bbdccb;
  text-decoration: none;
  font-size: 20px;
  transition: 0.5s;
}
.contact .sns a:hover {
  border: 1px solid #fff;
  color: #bbdccb;
  background: #d8d7b1;
}
.contact .sns i {
  letter-spacing: 0;
}
.contact .map iframe {
  display: block;
}

.sidebar .phone {
  display: block;
  font-size: 14px;
  font-weight: bolder;
  margin: 0;
  padding-top: 10px;
}

footer {
  background: #bbdccb;
  margin-bottom: 0px;
}
footer * {
  transform: scaleX(1);
  letter-spacing: 0.15rem;
  color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 576px) {
  footer {
    font-size: 0.9rem;
  }
}

.navbar-dark .navbar-toggler {
  color: white;
  border: none;
}

.mp4 {
  width: 100%;
  height: 100%;
}
.mp4 video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  border-radius: 6px;
}/*# sourceMappingURL=all.css.map */