@charset "utf-8";
/*-----------------------------
    GLOBE SETTING
-----------------------------*/

/*REGULER FONTS*/
@import url("https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@100;300;400;600;800&family=Noto+Sans+TC:wght@100;300;500;700;900&family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&display=swap");
/*
font-family: 'Be Vietnam Pro', sans-serif;
font-family: 'Noto Sans TC', sans-serif;
font-family: 'Noto Serif TC', serif;
*/
:root {
  --xbg: #fdd000;
}
* {
  font-family: "Be Vietnam Pro", "Noto Sans TC", sans-serif;
  font-size: 13pt;
  color: #605a45;
  font-weight: 300;
}

.home-section {
  position: relative;
  z-index: 3;
  padding: 100px 0;
}
h1,
h2,
h3,
h4,
h5,
p,
ul,
ol,
img {
  margin: 0;
  padding: 0;
}

ul,
ol:not(.detail) {
  list-style: none;
}

ul li,
ol:not(.detail) li {
  list-style: none;
}

p,
a,
span,
i {
  color: inherit;
  font-size: inherit;
  transition: all 0.3s;
  line-height: inherit;
  font-weight: inherit;
}

p {
  font-size: 1.3rem;
  text-align: justify;
}

a:focus,
a:hover {
  color: inherit;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

::selection {
  color: #000;
  background-color: #ffeb2b;
}

.sp-only {
  display: none !important;
}

.cover.bg-cover {
  display: block;
}

.bg-cover {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
}

.cover-rectangle {
  padding-bottom: 64%;
}

.cover-square {
  padding-bottom: 100%;
}

.cover-rectangle-cloumn {
  padding-bottom: 150% !important;
}
.x-bg {
  background-image: url(../../images/xbg-01.jpg);
  background-attachment: fixed;
}
.x-bg-second {
  background-color: #605a45;
}
.container-lg {
  padding: 0 15px;
}
@media (max-width: 1199px) {
  .container-lg {
    max-width: 100%;
  }
  .container {
    max-width: none;
  }
}
@media (min-width: 1200px) {
  .container-lg {
    max-width: 1500px;
    margin: 0 auto;
  }
  .container-sm {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .sp-only {
    display: block !important;
  }
  .pc-only {
    display: none !important;
  }
}
/*-----------------------------
        Booking Btn
-----------------------------*/

#Booking {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 99;
}

#Booking ul.booking-group {
  list-style: none;
  position: relative;
}

#Booking ul.booking-group li {
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 10;
}

#Booking ul.booking-group li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #ddd;
  border-radius: 100%;
  font-size: 1.2rem;
  line-height: 1.2rem;
}

#Booking ul.booking-group li {
  transition: all 0.3s;
  transform: rotate(180deg);
}

#Booking ul.booking-group li:nth-child(4) {
  transform: rotate(0deg);
}

#Booking ul.booking-group li.show:nth-child(1) {
  bottom: calc((60px + 5px) * 1);
  transform: rotate(0deg);
}

#Booking ul.booking-group li.show:nth-child(2) {
  bottom: calc((60px + 5px) * 2);
  transform: rotate(0deg);
}

#Booking ul.booking-group li.show:nth-child(3) {
  bottom: calc((60px + 5px) * 3);
  transform: rotate(0deg);
}

#Booking ul.booking-group.show {
  display: block;
}

#Booking ul.booking-group li:nth-child(1) a {
  background-color: #8cdc2e;
  font-weight: 600;
  color: #fff;
}

#Booking ul.booking-group li:nth-child(2) a {
  background-color: #8cdc2e;
  font-weight: 600;
  color: #fff;
}

#Booking ul.booking-group li:nth-child(3) a {
  background-color: #795548;
  font-weight: 600;
  color: #fff;
}

#Booking ul.booking-group li:nth-child(4) a {
  background-color: #fff;
  font-weight: 600;
  border: 2px solid #363d44;
}
/*--------------
  Stage Setting
--------------*/
#kvstage {
  position: relative;
  z-index: 5;
}
#kvstage .headItem {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  z-index: 5;
}
#kvstage .headItem h1 {
  font-size: 1.2em;
  color: #fff;
  text-align: center;
}
#kvstage .headItem h1 > span {
  position: relative;
}
#kvstage .headItem h1 > span:not(:last-of-type) {
  padding-right: 25px;
}
#kvstage .headItem h1 > span:not(:last-of-type):after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url(../../images/componer/dot-01.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 2px;
  top: 50%;
  transform: translateY(-50%);
}
#kvstage .headItem p span {
  font-size: 5em;
  letter-spacing: 4px;
  border-bottom: 2px solid #fff;
  color: #fff;
}
.kv-switch {
  display: flex;
  overflow: hidden;
}
.kv-switch .kv-switch-item {
  flex: 0 0 50%;
  overflow: hidden;
  height: 100dvh;
}
.kv-switch .kv-switch-item .imgWrap {
  width: 100%;
  height: 100%;
  position: relative;
}
.kv-switch .kv-switch-item .imgWrap .promo-link {
  position: absolute;
  z-index: 5;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
}
.kv-switch .kv-switch-item .imgWrap .promo-link > a {
  display: block;
  padding: 15px 30px;
  background-color: #ffc107;
  font-weight: 600;
  border-radius: 8px;
  min-width: 220px;
  text-align: center;
}
.kv-switch .kv-switch-item .imgWrap > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
}

@media (max-width: 991px) {
  .kv-switch {
    flex-direction: column;
    height: 100dvh;
  }
  .kv-switch .kv-switch-item {
    flex: inherit;
    height: 50%;
  }
  .kv-switch .kv-switch-item .imgWrap img {
    width: 100%;
    height: auto;
  }
  #kvstage .headItem p span {
    font-size: 10vw;
    white-space: nowrap;
  }
  #kvstage .headItem h1 {
    font-size: 0.8em;
  }
  .kv-switch .kv-switch-item .imgWrap .promo-link > a:first-of-type {
    margin-bottom: 15px;
  }
}

/**/
.bgFixed {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100dvw;
  height: 100dvh;
  z-index: 2;
}
.home-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
.home-title span img {
  max-width: 140px;
  margin-bottom: 10px;
}
.home-title h2 {
  color: #32665b;
  font-weight: 600;
  letter-spacing: 3px;
  margin-right: -3px;
}
.home-title-inline {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.home-title-inline > span {
  max-width: 60px;
}
.home-title-inline h2 {
  margin-left: 15px;
  color: #32665b;
  font-weight: 600;
}
.home-title-inline h2 > span.highlight {
  display: inline-flex;
  padding: 10px;
  background-color: #ddd;
  line-height: 1em;
  border-radius: 100%;
  background-color: #32666a;
  color: #fff;
  margin-left: 5px;
}
.panel-wrap {
  background-color: #f2f0e9;
  padding: 30px 40px;
  border-radius: 12px;
  margin-bottom: 50px;
}
.panel-wrap .panel-title {
  margin-bottom: 30px;
}
.panel-wrap .panel-title h3 {
  font-size: 1.6em;
  color: #605a45;
}

/**/
ul.introl-list {
  display: flex;
  flex-wrap: wrap;
}
ul.introl-list li {
  flex: 0 0 calc(100% / 4 - 30px);
  margin: 0 15px 30px;
  display: flex;
  align-items: center;
}
ul.introl-list li .introl-icon {
  flex: 0 0 45px;
  background-color: #908251;
  border-radius: 8px;
}
ul.introl-list li .introl-content {
  margin-left: 15px;
}
ul.introl-list li .introl-content h4 {
  font-size: 1em;
  color: #555;
}
ul.introl-list li .introl-content p {
}

@media (max-width: 991px) {
  ul.introl-list li {
    flex: 0 0 200px;
    margin: 0 15px 30px;
    display: flex;
    align-items: center;
  }
}
/**/
.switch-box {
  display: flex;
  justify-content: space-between;
}
.switch-box .sbItem {
  flex: 0 0 calc(100% / 2 - 20px);
}
@media (min-width: 768px) {
  .switch-box.sb64 .sbItem {
    flex: 1 1 50%;
  }
  .switch-box.sb64 .sbItem:first-child {
    flex: 0 0 60%;
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .switch-box {
    flex-wrap: wrap;
  }
  .switch-box .sbItem {
    flex: 0 0 100%;
  }
  .switch-box .sbItem:first-of-type {
    margin-bottom: 30px;
  }
}
/**/
.project {
  border: 3px solid #32665b;
  border-radius: 16px;
  overflow: hidden;
}
.project h3 {
  text-align: center;
  padding: 15px;
  background-color: #32665b;
  color: #fff;
}
.project .project-wrap {
  padding: 30px;
}
.project .project-wrap .price {
  margin-bottom: 30px;
}
.project .project-wrap .price h4 {
  text-align: center;
  color: #32665b;
  font-weight: 600;
}
.project .project-wrap .price h4 > span {
  font-size: 0.7em;
  margin-left: 2px;
  color: #999;
  text-decoration: line-through;
  font-weight: 300;
  display: block;
}
ul.detail {
  padding-left: 30px;
  margin-bottom: 30px;
  list-style: decimal;
}
ul.detail li {
  list-style: circle;
}
ul.detail li:not(:last-of-type) {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px dashed #ccc;
}
.cover-radius {
  border-radius: 12px;
  overflow: hidden;
}

.box-list {
  display: flex;
  flex-wrap: wrap;
}
.box-list .prod {
  flex: 0 0 calc(100% / 6 - 40px);
  margin: 0 20px 30px;
}
.box-list .prod a {
  display: block;
}
.prod-title {
}
.prod-title h3 {
  display: flex;
  flex-direction: column;
  font-size: 0.9em;
}
.prod-title h3 span {
}
@media (max-width: 991px) {
  .box-list .prod {
    flex: 0 0 calc(100% / 4 - 40px);
  }
}
@media (max-width: 767px) {
  .box-list .prod {
    flex: 0 0 calc(100% / 3 - 40px);
  }
}
@media (max-width: 576px) {
  .box-list {
    max-width: 400px;
    margin: 0 auto;
    padding: 0 15px;
  }
  .box-list .prod {
    flex: 0 0 100%;
    margin: 0 0 30px;
    display: flex;
  }
  .box-list .prod .cover-radius {
    flex: 0 0 80px;
    margin-right: 20px;
  }
  .box-list .prod .prod-title h3 {
    font-size: 0.8em;
  }
}

/* iconStep list*/
ul.iconStep-list {
  display: flex;
}
ul.iconStep-list .iconStep {
  display: flex;
  flex-direction: column;
  flex: 0 0 calc(100% / 5 - 30px);
  margin: 0 15px 0;
  justify-content: center;
  align-items: center;
}
ul.iconStep-list .iconStep:not(:last-of-type) {
  position: relative;
}
ul.iconStep-list .iconStep:not(:last-of-type):after {
  content: "";
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  border-top: 8px solid #605a45;
  border-right: 8px solid #605a45;
  transform: translateY(-50%) rotate(45deg);
  top: 50%;
  right: -30px;
  z-index: 5;
}
ul.iconStep-list .iconStep .title h4 {
  font-size: 1em;
}
ul.iconStep-list .iconStep .icon {
  position: relative;
  background-color: #908251;
  width: 150px;
  height: 150px;
  border-radius: 100%;
  margin-bottom: 10px;
}
ul.iconStep-list .iconStep .icon > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
  ul.iconStep-list {
    flex-wrap: wrap;
    margin: 0 auto;
  }
  ul.iconStep-list .iconStep {
    flex: 0 0 100%;
    margin-left: 0;
    margin-right: 0;
  }
  ul.iconStep-list .iconStep .icon {
    width: 200px;
    height: 200px;
    padding: 0;
  }
  ul.iconStep-list .iconStep:not(:last-of-type) {
    margin-bottom: 60px;
  }
  ul.iconStep-list .iconStep:not(:last-of-type):after {
    top: inherit;
    right: inherit;
    left: 50%;
    bottom: -35px;
    transform: translate(-50%) rotate(135deg);
  }
}
@media (max-width: 576px) {
  ul.iconStep-list .iconStep .icon {
    width: 150px;
    height: 150px;
    padding: 0;
  }
}
.img-wall {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.img-wall .cover {
  flex: 0 0 calc(100% / 3 - 6px);
}
.img-wall .cover:first-of-type {
  flex: 0 0 100%;
  margin-bottom: 12px;
  position: relative;
}
.img-wall .cover:last-of-type {
  position: relative;
}
.img-wall .cover:first-of-type:after,
.img-wall .cover:last-of-type:after {
  content: "參考圖片";
  display: block;
  position: absolute;
  font-size: 12px;
  color: #f2f2f2;
  text-shadow: 0 0 2px rgba(0 0 0 / 0.5);
  z-index: 5;
  right: 10px;
  bottom: 10px;
}
a.act-btn {
  padding: 20px;
  background-color: #ffc107;
  min-width: 240px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  border-radius: 12px;
}
a.act-btn > span {
  font-weight: 600;
  letter-spacing: 2px;
}
a.act-btn:hover {
  background-color: #ffeb3b;
}

ul.notice-list {
}
ul.notice-list li:not(:last-of-type) {
  margin-bottom: 50px;
}
ul.notice-list li .question-title {
  text-align: justify;
}
ul.notice-list li .answer {
  text-align: justify;
}
address {
  display: flex;
  justify-content: flex-end;
}
address p {
  font-size: 1em;
  font-weight: 400;
  padding-left: 10px;
  border-left: 2px solid #625c47;
}
footer p {
  color: #fff;
  font-size: 0.9em;
}
@media (max-width: 767px) {
  a.act-btn {
    width: 100%;
    max-width: 100%;
  }
}
.brand-logo {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 6;
}

.wave {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 30px;
  overflow: hidden;
}

.wave .inner {
  width: 250%;
  height: 100%;
  background: url("../../images/bg/wave-01.png") repeat-x bottom;
  background-size: contain;
  animation: fillUpSvg 2s linear infinite;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 3;
}

.wave .inner2 {
  width: 250%;
  height: 100%;
  background: url("../../images/bg/wave-02.png") repeat-x bottom;
  background-size: contain;
  animation: fillUpSvg2 2s linear infinite;
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 3;
}
.wave.rotate {
  transform: scaleY(-1);
  z-index: 3;
  top: 0px;
  left: 0px;
}
.wave.rota {
  transform: rotate(180deg);
  bottom: inherit;
}
@keyframes fillUpSvg {
    0% {
        margin-left: -450px;
    }

    100% {
        margin-left: 0px;
    }
}

@keyframes fillUpSvg2 {
    0% {
        margin-right: -450px;
    }

    100% {
        margin-right: 0px;
    }
}


.photoWall {
  display: flex;
  flex-wrap: wrap;
}
.photoWall > a {
  flex: 0 0 calc(100% / 4);
}
@media (max-width: 767px) {
  .photoWall > a {
    flex: 1 0 calc(100% / 3);
  }
}
