@charset "UTF-8";
/* ========================
  🎨 Design Tokens - Variables
======================== */
/* Color */
/* Breakpoints（對齊 Bootstrap） */
/* Font Family */
/* Section Spacing */
/*
  content-edge：內容版心與瀏覽器邊界的預設距離
  section-py：section 上下留白
  如果不需要上下 padding，可用 .section-py--mobile-0 等類別局部去除。
*/
/* Section Spacing - Mobile */
/* Section Spacing - Desktop */
/* Text Block Padding */
.txt-title {
  margin-bottom: 3em;
}

.page-zh-title {
  font-size: calc(36 * var(--vw-base));
  font-family: "Noto Serif TC", "PMingLiU", serif;
  color: #383838;
  font-weight: 600;
  letter-spacing: 0.15em;
}
@media (max-width: 991px) {
  .page-zh-title {
    font-size: calc(29 * var(--vw-base));
  }
}

.page-en-title {
  font-size: calc(50 * var(--vw-base));
  text-transform: none;
  font-weight: 500;
  font-family: "Noto Serif TC", "PMingLiU", serif;
}
@media (max-width: 991px) {
  .page-en-title {
    font-size: calc(38 * var(--vw-base));
  }
}

.page-zh-subtitle {
  font-size: calc(70 * var(--vw-base));
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media (max-width: 991px) {
  .page-zh-subtitle {
    font-size: calc(48 * var(--vw-base));
  }
}

.page-en-subtitle {
  font-size: calc(76 * var(--vw-base));
  font-family: "Times New Roman";
  font-style: italic;
  font-weight: 400;
}
@media (max-width: 991px) {
  .page-en-subtitle {
    font-size: calc(48 * var(--vw-base));
    margin-bottom: 0.3em;
  }
}

.txt-body p {
  font-size: calc(24 * var(--vw-base));
  color: #383838;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media (max-width: 991px) {
  .txt-body p {
    font-size: calc(20 * var(--vw-base));
  }
}

.bannerArea {
  aspect-ratio: 16/9;
}
@media (max-width: 991px) {
  .bannerArea {
    aspect-ratio: 9/16;
  }
}

.page01 .img-box {
  --bs-gutter-x: calc(10 * var(--vw-base));
}
@media (max-width: 991px) {
  .page01 .img-box {
    --bs-gutter-x: calc(6 * var(--vw-base));
  }
}
.page01 .deco-line {
  display: flex !important;
  align-items: center;
}
.page01 .deco-line::before {
  content: "";
  display: block;
  flex: 1;
  background-color: #383838;
  height: 1px;
  margin-right: 0.6em;
}
.page01 .img-wrap {
  position: relative;
}
.page01 .img-txt {
  position: absolute;
  bottom: 2%;
  left: 7%;
  z-index: 2;
  font-family: "Noto Serif TC", "PMingLiU", serif;
  color: #fff;
}
.page01 .img-txt .zh-txt {
  font-size: calc(26 * var(--vw-base));
}
.page01 .img-txt .en-txt {
  font-size: calc(38 * var(--vw-base));
}
@media (max-width: 991px) {
  .page01 .img-txt {
    bottom: 1%;
  }
  .page01 .img-txt .zh-txt {
    font-size: calc(16 * var(--vw-base));
  }
  .page01 .img-txt .en-txt {
    font-size: calc(22 * var(--vw-base));
  }
}

.page02 {
  position: relative;
  aspect-ratio: 16/9;
}
@media (min-width: 992px) {
  .page02 .content-px {
    position: absolute !important;
    inset: 0;
    display: flex;
    align-items: center;
  }
}
.page02 .page-zh-subtitle span small {
  font-size: calc(42 * var(--vw-base));
}
@media (max-width: 991px) {
  .page02 {
    aspect-ratio: 9/16;
  }
  .page02 .page-zh-subtitle span small {
    font-size: calc(30 * var(--vw-base));
  }
}

@media (min-width: 992px) {
  .page04 {
    background-image: url(../images/img/page04-img-1.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    aspect-ratio: 16/9;
    display: flex;
    align-items: center;
  }
  .page04 .txt-wrap {
    padding-left: calc(110 * var(--vw-base));
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.5);
  }
  .page04 .txt-wrap .page-zh-title {
    font-weight: 400;
  }
  .page04 .deco-txt::after {
    content: "";
    display: block;
    background-color: #fff;
    width: calc(453 * var(--vw-base));
    height: 1px;
  }
}
@media (max-width: 991px) {
  .page04 .txt-wrap {
    padding-inline: calc(60 * var(--vw-base));
    padding-top: calc(40 * var(--vw-base));
    padding-bottom: calc(20 * var(--vw-base));
  }
}

.page03 .img-wrap .img-cover {
  -o-object-position: right;
     object-position: right;
}

@media (max-width: 991px) {
  .page03 .page-en-subtitle,
  .page05 .page-en-subtitle,
  .page06 .page-en-subtitle {
    font-size: calc(56 * var(--vw-base));
  }
}
.page03 .page-zh-subtitle span small,
.page05 .page-zh-subtitle span small,
.page06 .page-zh-subtitle span small {
  font-size: calc(40 * var(--vw-base));
  font-weight: 500;
}
@media (max-width: 991px) {
  .page03 .page-zh-subtitle span small,
  .page05 .page-zh-subtitle span small,
  .page06 .page-zh-subtitle span small {
    font-size: calc(32 * var(--vw-base));
  }
}

@media (min-width: 992px) {
  .page07 .col-lg-10,
  .page08 .col-lg-10 {
    margin-top: calc(170 * var(--vw-base));
  }
}
@media (min-width: 992px) {
  .page07 .txt-wrap,
  .page08 .txt-wrap {
    display: flex;
    align-items: end;
  }
  .page07 .txt-wrap .page-en-subtitle,
  .page08 .txt-wrap .page-en-subtitle {
    margin-right: calc(42 * var(--vw-base));
  }
}
.page07 .page-zh-title i,
.page08 .page-zh-title i {
  font-style: normal;
}
.page07 .deco-line,
.page08 .deco-line {
  --deco-line-width: 6em;
  display: inline-flex !important;
  align-items: center;
  vertical-align: bottom;
}
.page07 .deco-line::before,
.page08 .deco-line::before {
  content: "";
  display: block;
  width: var(--deco-line-width);
  background-color: #383838;
  height: 1px;
  margin-right: 0.6em;
}
@media (min-width: 992px) {
  .page07 .left-box,
  .page08 .left-box {
    padding-right: calc(117 * var(--vw-base));
  }
  .page07 .right-box,
  .page08 .right-box {
    padding-left: calc(117 * var(--vw-base));
  }
}
@media (max-width: 991px) {
  .page07 .deco-line,
  .page08 .deco-line {
    display: block !important;
  }
  .page07 .deco-line::before,
  .page08 .deco-line::before {
    content: "";
    display: block;
    width: 1px;
    height: calc(50 * var(--vw-base));
    background-color: #383838;
    margin: 0.4em auto 0.6em;
  }
}

.page09 .deco-line {
  display: flex !important;
  align-items: center;
}
.page09 .deco-line::before {
  content: "";
  display: block;
  flex: 1;
  background-color: #383838;
  height: 1px;
  margin-right: 0.6em;
}
.page09 .img-wrap {
  position: relative;
}
.page09 .img-wrap::after {
  content: "";
  position: absolute;
  background-image: url(../images/img/page09-logo.png);
  background-size: contain;
  aspect-ratio: 67/121;
  top: 3%;
  left: 3%;
  width: 10%;
}
@media (max-width: 991px) {
  .page09 .img-wrap::after {
    top: 3%;
    left: 3%;
    width: 8%;
  }
}
.page09 .img-txt {
  position: absolute;
  bottom: 6%;
  left: 3%;
  z-index: 2;
  width: calc(784 * var(--vw-base));
}
.page09 .img-txt img {
  width: 100%;
  display: block;
}
@media (max-width: 991px) {
  .page09 .img-txt {
    width: calc(460 * var(--vw-base));
  }
}

.page10 {
  aspect-ratio: 16/9;
}
@media (max-width: 991px) {
  .page10 {
    aspect-ratio: 9/16;
  }
}

.page12 .page12-color-block {
  padding-block: calc(60 * var(--vw-base));
}
.page12 .page-zh-title small {
  font-size: 0.65em;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media (min-width: 992px) {
  .page12 .col-lg-6 {
    padding-inline: calc(100 * var(--vw-base));
  }
  .page12 img {
    max-width: 100%;
    width: 100%;
    margin-bottom: calc(20 * var(--vw-base));
  }
}
@media (max-width: 991px) {
  .page12 .page12-color-block {
    padding-block: calc(50 * var(--vw-base));
  }
  .page12 .page12-color-block .txt-wrap {
    padding-bottom: calc(30 * var(--vw-base));
  }
  .page12 .page12-color-block .page-zh-title {
    font-size: calc(22.5 * var(--vw-base));
  }
  .page12 .page12-color-block img {
    width: 100%;
    display: block;
  }
  .page12 .txt-wrap p {
    letter-spacing: 0.05em;
  }
  .page12 .deco-line {
    display: flex !important;
    align-items: center;
  }
  .page12 .deco-line::before {
    content: "";
    display: block;
    flex: 1;
    background-color: #383838;
    height: 1px;
    margin-right: 0.6em;
  }
}

@media (min-width: 992px) {
  .page14 .pc-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-attachment: fixed;
    background-image: url(../images/img/banner-bg.jpg);
  }
}
@media (max-width: 991px) {
  .page14 {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-attachment: scroll;
    background-image: url(../images/img/banner-bg-m.jpg);
  }
}
.page14 .grid-pad {
  padding: calc(30 * var(--vw-base)) calc(100 * var(--vw-base)) calc(60 * var(--vw-base));
}
@media (max-width: 991px) {
  .page14 .grid-pad {
    padding: calc(30 * var(--vw-base)) calc(74 * var(--vw-base)) calc(60 * var(--vw-base));
  }
}
.page14 .info-box {
  display: flex;
  height: 100%;
}
.page14 .info-label {
  width: calc(80 * var(--vw-base));
  background: rgba(255, 255, 255, 0.85);
  border-right: 3px solid #0b3340;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: calc(20 * var(--vw-base));
  line-height: 1.3;
}
.page14 .info-label small {
  font-size: 0.75em;
  white-space: nowrap;
}
.page14 .info-content {
  flex: 1;
  background: rgba(255, 255, 255, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: calc(20 * var(--vw-base));
  text-align: center;
  min-height: calc(120 * var(--vw-base));
  padding: calc(20 * var(--vw-base));
}
.page14 .house-layout {
  display: flex;
  margin-top: 40px;
}
.page14 .layout-title {
  width: calc(80 * var(--vw-base));
  font-size: calc(20 * var(--vw-base));
  background: rgba(255, 255, 255, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
}
.page14 .layout-item {
  flex: 1;
  background: rgba(255, 255, 255, 0.85);
  border-left: 3px solid #0b3340;
  font-size: calc(26 * var(--vw-base));
  min-height: calc(120 * var(--vw-base));
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .page14 .layout-title,
  .page14 .layout-item,
  .page14 .info-label,
  .page14 .info-content {
    min-height: calc(80 * var(--vw-base));
    font-size: calc(13 * var(--vw-base));
  }
  .page14 .info-content {
    padding: calc(6 * var(--vw-base));
  }
}
@media (max-width: 767px) {
  .page14 .info-content {
    min-height: calc(100 * var(--vw-base));
  }
}

@media (max-width: 991px) {
  .page16 .col-lg-5 {
    padding-inline: calc(60 * var(--vw-base));
    padding-top: calc(60 * var(--vw-base));
  }
}

.page17 {
  background-color: rgba(128, 84, 36, 0.5333333333);
}

.page18 .right-box {
  padding: calc(60 * var(--vw-base)) calc(60 * var(--vw-base)) 0 calc(60 * var(--vw-base));
}
@media (min-width: 992px) {
  .page18 .right-box {
    padding-left: calc(100 * var(--vw-base));
  }
}

.page19 {
  background-image: url(../images/img/page19-img-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.page19 .col-12 img {
  max-width: 100%;
  width: 16%;
}
.page19 .col-lg-5 {
  margin-bottom: calc(190 * var(--vw-base));
}
@media (max-width: 991px) {
  .page19 {
    background-image: url(../images/img/page19-img-1-m.jpg);
    background-attachment: scroll;
  }
  .page19 .col-12 img {
    width: 30%;
  }
  .page19 .col-lg-5 {
    margin-bottom: calc(200 * var(--vw-base));
  }
}/*# sourceMappingURL=style.css.map */