@charset "UTF-8";
/* =============================================================== */
/* Typography TW 繁體字型
/* =============================================================== */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200..900&display=swap");
/* =============================================================== */
/* Typography EN 英文字型
/* =============================================================== */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400..700;1,400..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Alegreya:ital,wght@0,400..900;1,400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rufina:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
/* =============================================================== */
/* Typography Number 數字,英文 字型
/* =============================================================== */
@import url("https://fonts.googleapis.com/css2?family=Bitter:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Graduate&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Fjalla+One&display=swap");
/***************************************************************************/
/*                              Color Style                                */
/***************************************************************************/
.success {
  color: #198754;
}

.danger {
  color: #dc3545;
}

.warning {
  color: #ffc107;
}

.info {
  color: #0dcaf0;
}

.bg--success {
  background-color: #198754;
}

.bg--danger {
  background-color: #dc3545;
}

.bg--warning {
  background-color: #ffc107;
}

.bg--info {
  background-color: #0dcaf0;
}

/* =============================================================== */
/* Spacing Scale（間距尺度系統）
/* =============================================================== */
/***************************************************************************/
/*                                 Typography                              */
/***************************************************************************/
.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.25;
}
@media screen and (min-width: 1190px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.25;
}
@media screen and (min-width: 1190px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.25;
}
@media screen and (min-width: 1190px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.25;
}
@media screen and (min-width: 1190px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.25;
}
@media screen and (min-width: 1190px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.25;
}
@media screen and (min-width: 1190px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

body {
  font-family: "Noto Sans TC", "Microsoft Jhenghei", "微軟正黑體", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #495057;
  -webkit-text-size-adjust: none;
  text-rendering: optimizeLegibility;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Noto Serif TC", serif;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #495057;
  margin-top: 0;
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
  margin-bottom: 1.8125rem;
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
  margin-bottom: 0.8125rem;
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
  margin-bottom: 1rem;
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
  margin-bottom: 1.3125rem;
}

h5, .h5 {
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
}

h6, .h6 {
  font-size: 1rem;
  margin-bottom: 0.375rem;
}

@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
    line-height: 3.75rem;
  }
  h2, .h2 {
    font-size: 2rem;
    line-height: 3rem;
  }
  h3, .h3 {
    font-size: 1.75rem;
    line-height: 2.625rem;
  }
  h4, .h4 {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
  h5, .h5 {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
  h6, .h6 {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 1200px) {
  h1, .h1 {
    margin-bottom: 2.25rem;
  }
  h2, .h2 {
    margin-bottom: 1.5rem;
  }
  h3, .h3 {
    margin-bottom: 1.875rem;
  }
  h4, .h4 {
    margin-bottom: 0.75rem;
  }
  h5, .h5 {
    margin-bottom: 1.125rem;
  }
  h6, .h6 {
    margin-bottom: 0rem;
  }
}
p, li, th, td {
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.2px;
  color: #495057;
  margin-bottom: 1.5rem;
}

th, td {
  line-height: 1.25rem;
  margin-bottom: 0;
}

p.small {
  font-size: 0.85rem;
  line-height: 1.5rem;
}

dl, ol, ul {
  margin-bottom: 1.5rem;
  line-height: 1.5rem;
}

ul li {
  margin-bottom: 0.5rem;
}

p:last-child, li:last-child {
  margin-bottom: 0;
}

.content {
  margin: 0 auto;
}

.v11-page {
  font-family: "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", sans-serif;
  background-color: #FAFAF8;
  color: #1A1A1A;
}

.v11-page h2, .v11-page h3, .v11-page h4 {
  font-family: "Noto Serif TC", "PingFang TC", serif;
  margin-bottom: 0;
}

.v11-btn-reserve {
  background-color: #1A1A1A;
  color: #FAFAF8;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 0.875rem;
  padding: 0.5rem 1.25rem;
  text-decoration: none;
  display: inline-block;
}
.v11-btn-reserve:hover {
  opacity: 0.8;
  color: #FAFAF8;
}

.v11-btn-hero {
  color: #C9A84C;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0.125rem;
  padding: 0.75rem 2.25rem;
  border: 0.0625rem solid #C9A84C;
  text-decoration: none;
  display: inline-block;
}
.v11-btn-hero:hover {
  background-color: rgba(201, 168, 76, 0.1);
}

.v11-btn-cta {
  color: #C9A84C;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0.1875rem;
  padding: 1rem 2.75rem;
  border: 0.0625rem solid #C9A84C;
  text-decoration: none;
  display: inline-block;
}
.v11-btn-cta:hover {
  background-color: rgba(201, 168, 76, 0.1);
}

.v11-nav {
  background-color: #FAFAF8;
  border-bottom: 0.0625rem solid #E8E0D0;
  position: sticky;
  top: 0;
  z-index: 100;
}

.v11-nav__logo {
  font-family: "Noto Serif TC", serif;
  font-size: 0.875rem;
  font-weight: 600;
  color: #1A1A1A;
  letter-spacing: 0.1875rem;
  text-decoration: none;
}

.v11-nav__links {
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 2.5rem;
}

.v11-nav__links li {
  margin-bottom: 0;
}

.v11-nav__link {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 0.875rem;
  color: #1A1A1A;
  text-decoration: none;
}
.v11-nav__link:hover {
  color: #C9A84C;
}

.v11-hero {
  position: relative;
  overflow: hidden;
  background-color: #1A1A1A;
}

.v11-hero__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.65;
  z-index: 0;
}

.v11-hero__inner {
  position: relative;
  z-index: 1;
  min-height: 700px;
  flex-direction: column;
  justify-content: flex-end;
  gap: 1.25rem;
  padding: 5rem 0;
}
@media screen and (min-width: 576px) and (max-width: 1190px) {
  .v11-hero__inner {
    min-height: 560px;
  }
}
@media screen and (max-width: 576px) {
  .v11-hero__inner {
    min-height: 480px;
    gap: 1rem;
    padding: 3.5rem 0;
  }
}

.v11-hero__eye {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 0.875rem;
  color: #C9A84C;
  letter-spacing: 0.1875rem;
}

.v11-hero__h1 {
  font-family: "Noto Serif TC", serif;
  font-weight: 700;
  color: #FAFAF8;
  line-height: 1.3;
  margin-bottom: 0;
}
@media screen and (min-width: 576px) and (max-width: 1190px) {
  .v11-hero__h1 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 576px) {
  .v11-hero__h1 {
    font-size: 2rem;
  }
}

.v11-hero__sub {
  font-family: "Noto Serif TC", serif;
  font-size: 1.25rem;
  color: #FAFAF8;
  opacity: 0.85;
  margin-bottom: 0;
}

.v11-hero__row {
  flex-wrap: wrap;
}

.v11-hero__info {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 0.875rem;
  color: #FAFAF8;
  opacity: 0.55;
}

.v11-vp {
  background-color: #FAFAF8;
  padding: 6.25rem 0;
}
@media screen and (max-width: 576px) {
  .v11-vp {
    padding: 3.5rem 0;
  }
}

.v11-vp__inner {
  flex-direction: column;
  gap: 1.75rem;
  text-align: center;
}

.v11-vp__label {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 0.6875rem;
  color: #C9A84C;
  letter-spacing: 0.25rem;
}

.v11-vp__h2 {
  font-family: "Noto Serif TC", serif;
  font-size: 2rem;
  font-weight: 600;
  color: #1A1A1A;
}

.v11-vp__divider {
  width: 40px;
  height: 1px;
  background-color: #C9A84C;
}

.v11-vp__body {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 1rem;
  color: #1A1A1A;
  line-height: 1.9;
  max-width: 640px;
  margin: 0;
}

.v11-feat {
  background-color: #1A1A1A;
  padding: 5rem 0;
}
@media screen and (max-width: 576px) {
  .v11-feat {
    padding: 3.5rem 0;
  }
}

.v11-feat__top {
  margin-bottom: 3rem;
}

.v11-feat__label {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 0.6875rem;
  color: #C9A84C;
  letter-spacing: 0.25rem;
}

.v11-feat__h2 {
  font-family: "Noto Serif TC", serif;
  font-size: 2rem;
  font-weight: 600;
  color: #FAFAF8;
}

.v11-feat__grid {
  gap: 0.25rem;
}

.v11-feat__card {
  background-color: rgb(36.2, 36.2, 36.2);
  padding: 2rem 1.5rem;
  flex-direction: column;
}

.v11-feat__bar {
  width: 32px;
  height: 2px;
  background-color: #C9A84C;
  flex-shrink: 0;
}

.v11-feat__title {
  font-family: "Noto Serif TC", serif;
  font-size: 1rem;
  font-weight: 600;
  color: #FAFAF8;
  margin-bottom: 0;
}

.v11-feat__desc {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 0.875rem;
  color: #FAFAF8;
  opacity: 0.6;
  line-height: 1.6;
  margin-bottom: 0;
}

.v11-exp {
  background-color: #FAFAF8;
}

@media screen and (min-width: 576px) and (max-width: 1190px) {
  .v11-exp__inner {
    flex-direction: column;
  }
}
@media screen and (max-width: 576px) {
  .v11-exp__inner {
    flex-direction: column;
  }
}

.v11-exp__img {
  width: 560px;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
  display: block;
}
@media screen and (min-width: 576px) and (max-width: 1190px) {
  .v11-exp__img {
    width: 100%;
    height: 360px;
  }
}
@media screen and (max-width: 576px) {
  .v11-exp__img {
    width: 100%;
    height: 240px;
  }
}

.v11-exp__txt {
  flex: 1;
  flex-direction: column;
  padding: 5rem 4.5rem;
}
@media screen and (min-width: 576px) and (max-width: 1190px) {
  .v11-exp__txt {
    padding: 3rem 2rem;
  }
}
@media screen and (max-width: 576px) {
  .v11-exp__txt {
    padding: 2.5rem 1.25rem;
  }
}

.v11-exp__label {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 0.6875rem;
  color: #C9A84C;
  letter-spacing: 0.25rem;
}

.v11-exp__h2 {
  font-family: "Noto Serif TC", serif;
  font-size: 2rem;
  font-weight: 600;
  color: #1A1A1A;
  line-height: 1.4;
}
@media screen and (max-width: 576px) {
  .v11-exp__h2 {
    font-size: 1.75rem;
  }
}

.v11-exp__divider {
  width: 40px;
  height: 1px;
  background-color: #C9A84C;
}

.v11-exp__body {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 1rem;
  color: #1A1A1A;
  line-height: 1.9;
  margin-bottom: 0;
}

.v11-exp__tag {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 0.875rem;
  color: #1A1A1A;
  opacity: 0.5;
  margin-bottom: 0;
}

.v11-gal {
  background-color: #1A1A1A;
  padding: 5rem 0;
}
@media screen and (max-width: 576px) {
  .v11-gal {
    padding: 3.5rem 0;
  }
}

.v11-gal__top {
  margin-bottom: 2.5rem;
}

.v11-gal__label {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 0.6875rem;
  color: #C9A84C;
  letter-spacing: 0.25rem;
}

.v11-gal__h2 {
  font-family: "Noto Serif TC", serif;
  font-size: 2rem;
  font-weight: 600;
  color: #FAFAF8;
}

.v11-gal__grid {
  height: 520px;
}
@media screen and (min-width: 576px) and (max-width: 1190px) {
  .v11-gal__grid {
    height: 360px;
  }
}
@media screen and (max-width: 576px) {
  .v11-gal__grid {
    flex-direction: column;
    height: auto;
  }
}

.v11-gal__big {
  flex: 0 0 680px;
  overflow: hidden;
  border-radius: 0.25rem;
}
@media screen and (min-width: 576px) and (max-width: 1190px) {
  .v11-gal__big {
    flex: 0 0 60%;
  }
}
@media screen and (max-width: 576px) {
  .v11-gal__big {
    flex: none;
  }
}

.v11-gal__big-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.v11-gal__small {
  flex: 1;
  flex-direction: column;
}

.v11-gal__small-img {
  flex: 1;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 0.25rem;
}
@media screen and (max-width: 576px) {
  .v11-gal__small-img {
    height: 200px;
    flex: none;
  }
}

.v11-gal__caption {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 0.875rem;
  color: #FAFAF8;
  opacity: 0.4;
  letter-spacing: 0.125rem;
  margin-top: 2.5rem;
}

.v11-tes {
  background-color: #FAFAF8;
  padding: 5rem 0;
}
@media screen and (max-width: 576px) {
  .v11-tes {
    padding: 3.5rem 0;
  }
}

.v11-tes__hdr {
  flex-direction: column;
  text-align: center;
  margin-bottom: 3rem;
}

.v11-tes__label {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 0.6875rem;
  color: #C9A84C;
  letter-spacing: 0.25rem;
}

.v11-tes__h2 {
  font-family: "Noto Serif TC", serif;
  font-size: 2rem;
  font-weight: 600;
  color: #1A1A1A;
}

.v11-tes__card {
  background-color: #F5F0E8;
  border-radius: 0.125rem;
  padding: 2.5rem;
  flex-direction: column;
  gap: 1.25rem;
}

.v11-tes__quote {
  font-family: "Noto Serif TC", serif;
  font-size: 1rem;
  color: #1A1A1A;
  line-height: 1.9;
  margin-bottom: 0;
}

.v11-tes__author {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 0.875rem;
  color: #C9A84C;
  margin-bottom: 0;
}

.v11-proc {
  background-color: #1A1A1A;
  padding: 5rem 0;
}
@media screen and (max-width: 576px) {
  .v11-proc {
    padding: 3.5rem 0;
  }
}

.v11-proc__hdr {
  flex-direction: column;
  text-align: center;
  margin-bottom: 3rem;
}

.v11-proc__label {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 0.6875rem;
  color: #C9A84C;
  letter-spacing: 0.25rem;
}

.v11-proc__h2 {
  font-family: "Noto Serif TC", serif;
  font-size: 2rem;
  font-weight: 600;
  color: #FAFAF8;
}

.v11-proc__grid {
  gap: 0.25rem;
}

.v11-proc__step {
  background-color: rgb(36.2, 36.2, 36.2);
  padding: 2rem 1.5rem;
  flex-direction: column;
  gap: 0.75rem;
}

.v11-proc__num {
  font-family: "Noto Serif TC", serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #C9A84C;
  line-height: 1;
  margin-bottom: 0;
}

.v11-proc__title {
  font-family: "Noto Serif TC", serif;
  font-size: 1rem;
  font-weight: 600;
  color: #FAFAF8;
  margin-bottom: 0;
}

.v11-proc__desc {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 0.875rem;
  color: #FAFAF8;
  opacity: 0.55;
  line-height: 1.6;
  margin-bottom: 0;
}

.v11-cta {
  position: relative;
  overflow: hidden;
  background-color: rgb(13.25, 13.25, 13.25);
  min-height: 520px;
}
@media screen and (max-width: 576px) {
  .v11-cta {
    min-height: 400px;
  }
}

.v11-cta__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.45;
  z-index: 0;
}

.v11-cta__inner {
  position: relative;
  z-index: 1;
  flex-direction: column;
  gap: 1.25rem;
  text-align: center;
  padding: 7.5rem 0;
}
@media screen and (max-width: 576px) {
  .v11-cta__inner {
    padding: 5rem 0;
  }
}

.v11-cta__label {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 0.6875rem;
  color: #C9A84C;
  letter-spacing: 0.25rem;
}

.v11-cta__h2 {
  font-family: "Noto Serif TC", serif;
  font-weight: 600;
  color: #FAFAF8;
  line-height: 1.3;
  max-width: 640px;
  margin-bottom: 0;
}
@media screen and (min-width: 576px) and (max-width: 1190px) {
  .v11-cta__h2 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 576px) {
  .v11-cta__h2 {
    font-size: 2rem;
  }
}

.v11-cta__sub {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 1rem;
  color: #FAFAF8;
  opacity: 0.7;
  margin-bottom: 0;
}

.v11-ftr {
  background-color: rgb(8.15, 8.15, 8.15);
  padding: 4rem 0;
}

.v11-ftr__top {
  margin-bottom: 2rem;
}
@media screen and (max-width: 576px) {
  .v11-ftr__top {
    flex-direction: column;
    gap: 2rem;
  }
}

.v11-ftr__left {
  flex-direction: column;
  gap: 0.75rem;
}

.v11-ftr__logo {
  font-family: "Noto Serif TC", serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: #FAFAF8;
  margin-bottom: 0;
}

.v11-ftr__slogan {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 0.875rem;
  color: #FAFAF8;
  opacity: 0.4;
  margin-bottom: 0;
}

.v11-ftr__right {
  flex-direction: column;
}
@media screen and (max-width: 576px) {
  .v11-ftr__right {
    align-items: flex-start;
  }
}

.v11-ftr__addr, .v11-ftr__phone, .v11-ftr__hrs {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 0.875rem;
  color: #FAFAF8;
  opacity: 0.55;
  margin-bottom: 0;
}

.v11-ftr__line {
  height: 1px;
  background-color: #FAFAF8;
  opacity: 0.08;
  margin-bottom: 2rem;
}

.v11-ftr__copy {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 0.6875rem;
  color: #FAFAF8;
  opacity: 0.35;
}