@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;
}

.a01-page {
  background-color: #0D1117;
  font-family: "Noto Sans TC", sans-serif;
  color: #F5ECD7;
}

.a01-page h2 {
  font-family: "Noto Serif TC", serif;
  font-weight: 400;
  color: #F5ECD7;
  letter-spacing: 0.125rem;
  margin-bottom: 0;
}

.a01-nav {
  background-color: #0D1117;
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 0.0625rem solid rgba(201, 169, 110, 0.25);
}

.a01-nav__brand {
  font-family: "Noto Serif TC", serif;
  font-size: 1rem;
  font-weight: 700;
  color: #C9A96E;
  letter-spacing: 0.25rem;
  text-decoration: none;
}
@media screen and (max-width: 576px) {
  .a01-nav__brand {
    font-size: 0.875rem;
  }
}

.a01-nav__right {
  gap: 2.5rem;
}

.a01-nav__links {
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 2.5rem;
}
@media screen and (max-width: 576px) {
  .a01-nav__links {
    display: none;
  }
}

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

.a01-nav__link {
  font-size: 0.875rem;
  color: rgba(245, 236, 215, 0.75);
  letter-spacing: 0.125rem;
  text-decoration: none;
}
.a01-nav__link:hover {
  color: #F5ECD7;
}

.a01-nav__cta {
  display: inline-block;
  font-size: 0.875rem;
  color: #C9A96E;
  letter-spacing: 0.125rem;
  text-decoration: none;
  padding: 0.5rem 1.25rem;
  border: 0.0625rem solid #C9A96E;
}
.a01-nav__cta:hover {
  background-color: #C9A96E;
  color: #0D1117;
}

.a01-hero {
  position: relative;
  overflow: hidden;
  min-height: 700px;
}
@media screen and (max-width: 576px) {
  .a01-hero {
    min-height: 560px;
  }
}

.a01-hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 0;
}

.a01-hero__overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(13, 17, 23, 0.55);
  z-index: 1;
}

.a01-hero .wrap {
  position: relative;
  z-index: 2;
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.a01-hero__content {
  flex-direction: column;
  text-align: center;
  max-width: 760px;
  margin: 0 auto;
  gap: 1.5rem;
}

.a01-hero__eyebrow {
  font-family: "Noto Serif TC", serif;
  font-size: 0.875rem;
  letter-spacing: 0.375rem;
  color: #C9A96E;
  text-transform: uppercase;
}

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

.a01-hero__tagline {
  font-size: 1rem;
  letter-spacing: 0.25rem;
  color: rgba(201, 169, 110, 0.9);
  margin-bottom: 0;
}

.a01-hero__desc {
  font-size: 0.875rem;
  line-height: 1.9;
  color: rgba(245, 236, 215, 0.7);
  max-width: 600px;
  margin: 0 auto;
}

.a01-hero__cta {
  gap: 1.5rem;
}

.a01-hero__btn {
  display: inline-block;
  padding: 1rem 2.5rem;
  background-color: #C9A96E;
  color: #0D1117;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.125rem;
  text-decoration: none;
}
.a01-hero__btn:hover {
  background-color: rgb(189.9286432161, 151.367839196, 80.2713567839);
  color: #0D1117;
}

.a01-hero__hint {
  font-size: 0.875rem;
  color: rgba(245, 236, 215, 0.6);
  letter-spacing: 0.125rem;
  margin-bottom: 0;
}

.a01-vp {
  background-color: #0D1117;
  padding: 5rem 0;
}

.a01-vp__inner {
  flex-direction: column;
  text-align: center;
  gap: 0;
}

.a01-vp__label {
  font-family: "Noto Serif TC", serif;
  font-size: 0.6875rem;
  letter-spacing: 0.375rem;
  color: #C9A96E;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

.a01-vp__title {
  font-size: 2rem;
  margin-bottom: 2rem;
  text-align: center;
}

.a01-vp__rule {
  width: 40px;
  height: 1px;
  background-color: #C9A96E;
  margin-top: 2rem;
  margin-bottom: 2.5rem;
  flex-shrink: 0;
}

.a01-vp__desc {
  font-size: 1rem;
  line-height: 2;
  color: rgba(245, 236, 215, 0.75);
  max-width: 680px;
  text-align: center;
  margin-bottom: 0;
}

.a01-feat {
  background-color: #0D1117;
  padding: 5rem 0;
  border-top: 0.0625rem solid rgba(201, 169, 110, 0.15);
}

.a01-feat__hdr {
  text-align: center;
  margin-bottom: 3.5rem;
}

.a01-feat__label {
  font-family: "Noto Serif TC", serif;
  font-size: 0.6875rem;
  letter-spacing: 0.375rem;
  color: #C9A96E;
  text-transform: uppercase;
  margin-bottom: 1rem;
  text-align: center;
}

.a01-feat__title {
  font-size: 2rem;
  text-align: center;
}

.a01-feat__grid {
  width: 100%;
}

.a01-feat__item {
  flex: 1;
  flex-direction: column;
  padding: 2.5rem 2rem;
  border-right: 0.0625rem solid rgba(201, 169, 110, 0.2);
  text-align: center;
}

.a01-feat__item--last {
  border-right: none;
}

.a01-feat__icon-box {
  width: 48px;
  height: 48px;
  border: 0.0625rem solid rgba(201, 169, 110, 0.4);
  margin-bottom: 1.25rem;
  flex-shrink: 0;
}

.a01-feat__icon {
  font-size: 1rem;
  line-height: 1;
}

.a01-feat__name {
  font-family: "Noto Serif TC", serif;
  font-size: 0.875rem;
  letter-spacing: 0.0625rem;
  color: #C9A96E;
  margin-bottom: 0.75rem;
}

.a01-feat__desc {
  font-size: 0.875rem;
  color: rgba(245, 236, 215, 0.6);
  line-height: 1.8;
  margin-bottom: 0;
}

.a01-exp {
  background-color: rgb(17.6041666667, 23.0208333333, 31.1458333333);
  min-height: 520px;
}
@media screen and (min-width: 576px) and (max-width: 1190px) {
  .a01-exp {
    flex-direction: column;
  }
}
@media screen and (max-width: 576px) {
  .a01-exp {
    flex-direction: column;
  }
}

.a01-exp__photo {
  flex: 1;
  position: relative;
  overflow: hidden;
  min-height: 360px;
}

.a01-exp__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.a01-exp__content {
  flex: 1;
  flex-direction: column;
  justify-content: center;
  padding: 5rem 4.5rem;
}
@media screen and (min-width: 576px) and (max-width: 1190px) {
  .a01-exp__content {
    padding: 4rem 3rem;
  }
}
@media screen and (max-width: 576px) {
  .a01-exp__content {
    padding: 3rem 1.5rem;
  }
}

.a01-exp__label {
  font-family: "Noto Serif TC", serif;
  font-size: 0.6875rem;
  letter-spacing: 0.375rem;
  color: #C9A96E;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

.a01-exp__title {
  font-size: 2rem;
  margin-bottom: 1.5rem;
  letter-spacing: 0.125rem;
}

.a01-exp__rule {
  width: 32px;
  height: 1px;
  background-color: #C9A96E;
  margin-top: 1.5rem;
  margin-bottom: 1.75rem;
  flex-shrink: 0;
}

.a01-exp__desc {
  font-size: 0.875rem;
  line-height: 2;
  color: rgba(245, 236, 215, 0.7);
  margin-bottom: 2rem;
}

.a01-exp__meta {
  font-size: 0.875rem;
  letter-spacing: 0.1875rem;
  color: rgba(201, 169, 110, 0.8);
}

.a01-gal {
  background-color: #0D1117;
  padding: 5rem 0;
  border-top: 0.0625rem solid rgba(201, 169, 110, 0.15);
}

.a01-gal__hdr {
  text-align: center;
  margin-bottom: 2rem;
}

.a01-gal__label {
  font-family: "Noto Serif TC", serif;
  font-size: 0.6875rem;
  letter-spacing: 0.375rem;
  color: #C9A96E;
  text-transform: uppercase;
  margin-bottom: 1rem;
  text-align: center;
}

.a01-gal__title {
  font-size: 2rem;
  text-align: center;
}

.a01-gal__grid {
  gap: 0.75rem;
}

.a01-gal__item {
  position: relative;
  overflow: hidden;
  height: 300px;
}

.a01-gal__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.a01-gal__item:hover .a01-gal__img {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}

.a01-gal__caption {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  color: rgba(245, 236, 215, 0.85);
  background-color: rgba(13, 17, 23, 0.65);
  letter-spacing: 0.0625rem;
}

.a01-tes {
  background-color: rgb(17.6041666667, 23.0208333333, 31.1458333333);
  padding: 6.25rem 0;
  border-top: 0.0625rem solid rgba(201, 169, 110, 0.15);
}

.a01-tes__hdr {
  text-align: center;
  margin-bottom: 3.5rem;
}

.a01-tes__label {
  font-family: "Noto Serif TC", serif;
  font-size: 0.6875rem;
  letter-spacing: 0.375rem;
  color: #C9A96E;
  text-transform: uppercase;
  margin-bottom: 1rem;
  text-align: center;
}

.a01-tes__title {
  font-size: 2rem;
  text-align: center;
}

.a01-tes__cards {
  gap: 2rem;
}

.a01-tes__card {
  position: relative;
  padding: 3rem 2.5rem;
  border: 0.0625rem solid rgba(201, 169, 110, 0.25);
}

.a01-tes__qmark {
  position: absolute;
  top: 1rem;
  left: 2rem;
  font-family: "Noto Serif TC", serif;
  line-height: 1;
  color: rgba(201, 169, 110, 0.2);
  pointer-events: none;
}

.a01-tes__quote {
  font-size: 0.875rem;
  line-height: 2;
  color: rgba(245, 236, 215, 0.8);
  margin-bottom: 2rem;
  position: relative;
}

.a01-tes__author {
  font-size: 0.875rem;
  letter-spacing: 0.125rem;
  color: #C9A96E;
}

.a01-proc {
  background-color: #0D1117;
  padding: 6.25rem 0;
  border-top: 0.0625rem solid rgba(201, 169, 110, 0.15);
}

.a01-proc__hdr {
  text-align: center;
  margin-bottom: 4rem;
}

.a01-proc__label {
  font-family: "Noto Serif TC", serif;
  font-size: 0.6875rem;
  letter-spacing: 0.375rem;
  color: #C9A96E;
  text-transform: uppercase;
  margin-bottom: 1rem;
  text-align: center;
}

.a01-proc__title {
  font-size: 2rem;
  text-align: center;
}

@media screen and (min-width: 576px) and (max-width: 1190px) {
  .a01-proc__steps {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 576px) {
  .a01-proc__steps {
    flex-direction: column;
    gap: 2rem;
  }
}

.a01-proc__step {
  flex: 1;
  flex-direction: column;
  padding: 0 1.5rem;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .a01-proc__step {
    padding: 0;
  }
}

.a01-proc__vdiv {
  width: 1px;
  height: 56px;
  flex-shrink: 0;
  align-self: flex-start;
  margin-top: 1.75rem;
  background-color: rgba(201, 169, 110, 0.2);
}
@media screen and (max-width: 576px) {
  .a01-proc__vdiv {
    display: none;
  }
}

.a01-proc__num-box {
  width: 56px;
  height: 56px;
  border: 0.0625rem solid #C9A96E;
  margin-bottom: 1.5rem;
  flex-shrink: 0;
}

.a01-proc__num {
  font-family: "Noto Serif TC", serif;
  font-size: 0.875rem;
  color: #C9A96E;
  letter-spacing: 0.0625rem;
}

.a01-proc__step-title {
  font-family: "Noto Serif TC", serif;
  font-size: 1rem;
  color: #F5ECD7;
  letter-spacing: 0.0625rem;
  margin-bottom: 0.75rem;
}

.a01-proc__step-desc {
  font-size: 0.875rem;
  color: rgba(245, 236, 215, 0.55);
  line-height: 1.8;
  margin-bottom: 0;
}

.a01-cta {
  position: relative;
  overflow: hidden;
  min-height: 428px;
  border-top: 0.0625rem solid rgba(201, 169, 110, 0.15);
}

.a01-cta__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 0;
}

.a01-cta__overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(13, 17, 23, 0.82);
  z-index: 1;
}

.a01-cta .wrap {
  position: relative;
  z-index: 2;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.a01-cta__content {
  flex-direction: column;
  text-align: center;
  gap: 1rem;
}

.a01-cta__label {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0.375rem;
  color: #C9A96E;
  text-transform: uppercase;
}

.a01-cta__title {
  font-family: "Noto Serif TC", serif;
  font-weight: 700;
  font-size: 1.75rem;
  color: #F5ECD7;
  letter-spacing: 0.1875rem;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 0;
}
@media screen and (max-width: 576px) {
  .a01-cta__title {
    font-size: 1.5rem;
  }
}

.a01-cta__sub {
  font-size: 0.875rem;
  color: rgba(245, 236, 215, 0.65);
  letter-spacing: 0.125rem;
  margin-bottom: 0;
  text-align: center;
}

.a01-cta__btn {
  display: inline-block;
  margin-top: 1rem;
  padding: 1rem 2.5rem;
  min-width: 160px;
  background-color: #C9A96E;
  color: #0D1117;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.125rem;
  text-align: center;
  text-decoration: none;
}
.a01-cta__btn:hover {
  background-color: rgb(189.9286432161, 151.367839196, 80.2713567839);
  color: #0D1117;
}

.a01-ftr {
  background-color: rgb(8.3958333333, 10.9791666667, 14.8541666667);
  padding: 3rem 0;
  border-top: 0.0625rem solid rgba(201, 169, 110, 0.15);
}

@media screen and (max-width: 576px) {
  .a01-ftr__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
  }
}

.a01-ftr__brand {
  font-family: "Noto Serif TC", serif;
  font-size: 1rem;
  letter-spacing: 0.1875rem;
  color: #C9A96E;
  margin-bottom: 0.5rem;
}

.a01-ftr__info {
  font-size: 0.875rem;
  color: rgba(245, 236, 215, 0.4);
  line-height: 1.8;
  margin-bottom: 0;
}

.a01-ftr__hours {
  font-size: 0.6875rem;
  color: rgba(245, 236, 215, 0.3);
  letter-spacing: 0.125rem;
}