@charset "UTF-8";
/*-------------------------------------------
  0. SCSS Setup
  SCSS 設定 (變數、Mixins 等)
-------------------------------------------*/
.text-yellow, .text-gold {
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}

:root {
  --padding-x: 96px;
}

@media (max-width: 1800px) {
  :root {
    --padding-x: 80px;
  }
}
@media (max-width: 1400px) {
  :root {
    --padding-x: 40px;
  }
}
@media (max-width: 576px) {
  :root {
    --padding-x: 20px;
  }
}
/*-------------------------------------------
  1. Global Resets & Base
  全域重設與基礎樣式
-------------------------------------------*/
*,
:after,
:before {
  box-sizing: border-box;
}

html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  max-width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Noto Serif TC", serif;
  overflow-x: hidden;
}
/* 基本元素重設 */
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
summary,
table,
time,
tt,
u,
ul,
var,
video {
  margin: 0;
  margin-bottom: 0 !important;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

section {
  margin-top: -1px;
}

ol,
ul {
  list-style: none;
}

img,
object,
embed,
video {
  vertical-align: text-top;
  border: 0;
}

video {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

a {
  transition: 1s;
  text-decoration: none;
  color: #fff;
}
a:link, a:hover, a:active, a:visited {
  text-decoration: none;
  color: #fff;
}

p {
  color: #5C5C5C;
  word-wrap: break-word;
}

/*-------------------------------------------
  2. Layout & Helpers
  共用佈局與輔助工具
-------------------------------------------*/
.container {
  max-width: 86% !important;
}

/* Padding */
.px-9vw {
  padding-right: 9vw;
  padding-left: 9vw;
}

.pl-5vw {
  padding-left: 5vw;
}

.pl-8vw {
  padding-left: 8vw;
}

.pr-5vw {
  padding-right: 5vw;
}

.pr-8vw {
  padding-right: 8vw;
}

.py-10vh {
  padding-top: 10vh;
  padding-bottom: 10vh;
}

.pt-18vh {
  padding-top: 18vh;
}

.pb-13vh {
  padding-bottom: 13vh;
}

.pt-20vh {
  padding-top: 20vh;
}

/* Margin */
.mt-5vh {
  margin-top: 5vh;
}

.mt-7vh {
  margin-top: 7vh;
}

.mb-5vh {
  margin-bottom: 5vh !important;
}

.mb-10vh {
  margin-bottom: 10vh !important;
}

.mb-20vh {
  margin-bottom: 20vh !important;
}

/* Sizing */
.w-45 {
  width: 45%;
}

.w-53 {
  width: 53%;
}

.h-100vh {
  height: 100vh;
}

/* Flexbox Gap */
.gap--4 {
  gap: 4px;
}

.gap--12 {
  gap: 12px;
}

.gap--20 {
  gap: 20px;
}

.gap--40 {
  gap: 40px;
}

.gap--60 {
  gap: 60px;
}

.gap--80 {
  gap: 80px;
}

.gap--100 {
  gap: 100px;
}

.gap--120 {
  gap: 120px;
}

.gap--160 {
  gap: 160px;
}

/* Z-index */
.zindex-999 {
  z-index: 999;
}

/* Colors */
.color-white {
  color: #fff;
}

.color-blue {
  color: #0B3359;
}

.color-black {
  color: #000;
}

.color-text {
  color: #5C5C5C;
}

.color-gold {
  color: #9D7D61;
}

/*-------------------------------------------
  3. Typography
  文字排版
-------------------------------------------*/
.text-en {
  font-family: "Lora", serif;
  text-transform: uppercase;
}
.text-en--sm {
  font-family: "Lora", serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1.6px;
}
@media (max-width: 576px) {
  .text-en--sm {
    font-size: 12px;
  }
}
.text-en--sm-md {
  font-family: "Lora", serif;
  font-size: 24px;
}
@media (max-width: 992px) {
  .text-en--sm-md {
    font-size: 15px;
  }
}
.text-en--md {
  font-family: "Lora", serif;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 1.6px;
  text-align: center;
}
@media (max-width: 1400px) {
  .text-en--md {
    font-size: 2vmin;
  }
}
@media (max-width: 992px) {
  .text-en--md {
    font-size: 4vmin;
  }
}
@media (max-width: 576px) {
  .text-en--md {
    font-size: 20px;
    letter-spacing: 0.1vmin;
  }
}
.text-en--md-lg {
  font-family: "Lora", serif;
  font-size: 40px;
  font-weight: 500;
}
@media (max-width: 1200px) {
  .text-en--md-lg {
    font-size: 4vmin;
  }
}
@media (max-width: 576px) {
  .text-en--md-lg {
    font-size: 5vmin;
    letter-spacing: 0.7vmin;
  }
}
.text-en--lg {
  font-family: "Lora", serif;
  font-size: 96px;
  font-weight: 400;
}
@media (max-width: 1400px) {
  .text-en--lg {
    font-size: 76px;
  }
}
@media (max-width: 992px) {
  .text-en--lg {
    font-size: 48px;
    letter-spacing: 0.3vmin;
  }
}
.text-en--max {
  font-family: "Lora", serif;
  font-size: 180px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .text-en--max {
    font-size: 20vmin;
  }
}
@media (max-width: 576px) {
  .text-en--max {
    font-size: 96px;
  }
}
.text-en--tel {
  font-family: "Noto Serif TC", serif;
  font-size: 36px;
  font-weight: 400;
  letter-spacing: 1.8px;
}
@media (max-width: 992px) {
  .text-en--tel {
    font-size: 28px;
  }
}

.text-chin--sm {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 12px;
}
.text-chin--md {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 350;
  line-height: 35px;
  letter-spacing: 4px;
  text-align: justify;
}
@media (max-width: 1400px) {
  .text-chin--md {
    font-size: 16px;
    letter-spacing: 0.2vmin;
    line-height: 250%;
  }
}
@media (max-width: 576px) {
  .text-chin--md {
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 220%;
  }
}
.text-chin--md-lg {
  font-size: 20px;
  font-weight: 350;
  letter-spacing: 12px;
  font-family: "Noto Sans TC", sans-serif;
  line-height: 150%;
  text-wrap: nowrap;
}
@media (max-width: 992px) {
  .text-chin--md-lg {
    font-size: 18px;
    letter-spacing: 4px;
  }
}
@media (max-width: 576px) {
  .text-chin--md-lg {
    font-size: 16px;
    line-height: 200%;
  }
}
.text-chin--lg {
  font-size: 48px;
  font-weight: 600;
  letter-spacing: 9.6px;
  font-family: "Noto Serif TC", serif;
  line-height: 120%;
}
@media (max-width: 992px) {
  .text-chin--lg {
    font-size: 32px;
  }
}
@media (max-width: 576px) {
  .text-chin--lg {
    font-size: 28px;
    letter-spacing: 9px;
  }
}
.text-chin--title {
  font-family: "Noto Serif TC", serif;
  font-size: 68px;
  font-weight: 600;
  letter-spacing: 9.6px;
  text-align: center;
  line-height: 150%;
}
@media (max-width: 1400px) {
  .text-chin--title {
    font-size: 3vmin;
    letter-spacing: 0.7vmin;
  }
}
@media (max-width: 992px) {
  .text-chin--title {
    font-size: 4vmin;
    letter-spacing: 1vmin;
  }
}
@media (max-width: 576px) {
  .text-chin--title {
    font-size: 24px;
    letter-spacing: 1.5vmin;
  }
}

.text-description {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0px;
  position: absolute;
  left: 20px;
  bottom: 20px;
}
@media (max-width: 1200px) {
  .text-description {
    font-size: 10px !important;
  }
}
@media (max-width: 576px) {
  .text-description {
    left: 2vw;
    bottom: 2vw;
  }
}
.text-description--lg {
  font-family: "Noto Serif TC", serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 163%;
  letter-spacing: 6px;
}

.text-form {
  font-family: "Noto Serif TC", serif;
  font-size: 18px;
  line-height: 160%;
  font-weight: 200;
  letter-spacing: 0.9px;
}
@media (max-width: 576px) {
  .text-form {
    font-size: 12px;
  }
}
.text-form--lg {
  font-family: "Noto Serif TC", serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 3.2px;
}
@media (max-width: 1200px) {
  .text-form--lg {
    font-size: 36px;
    letter-spacing: 4px;
  }
}
@media (max-width: 992px) {
  .text-form--lg {
    line-height: 150%;
  }
}
@media (max-width: 576px) {
  .text-form--lg {
    font-size: 24px;
    letter-spacing: 0.7vmin;
  }
}
.text-form--md {
  font-family: "Noto Serif TC", serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 2.4px;
}
@media (max-width: 576px) {
  .text-form--md {
    font-size: 4vmin;
  }
}
.text-form--sm {
  font-size: 12px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.6px;
}
@media (max-width: 576px) {
  .text-form--sm {
    font-size: 10px;
    line-height: 150%;
  }
}

.text-gold {
  background: linear-gradient(270deg, #FBE9B9 -22.33%, #C4B08B -0.15%, #98835F 32.01%, #FBE9B9 61.95%, #98835F 88.57%);
}

.text-yellow {
  background: linear-gradient(312deg, #FBE9B9 -540.04%, #C4B08B -310.43%, #98835F 22.52%, #FBE9B9 332.5%, #98835F 608.04%);
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: end;
}

/*-------------------------------------------
  4. Components
  元件
-------------------------------------------*/
/* --- Form --- */
#section-form {
  background-color: white;
  gap: 120px;
  transition: all 0.5s ease-in-out;
  position: relative;
  padding-bottom: 120px;
}
@media (max-width: 992px) {
  #section-form {
    padding-top: 200px;
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
@media (max-width: 576px) {
  #section-form {
    gap: 60px;
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
#section-form .form-box {
  gap: 80px;
  padding: 200px 120px 160px 120px;
}
@media (max-width: 1800px) {
  #section-form .form-box {
    padding: 15vmin 18vmin 10vmin 18vmin;
  }
}
@media (max-width: 1200px) {
  #section-form .form-box {
    padding: 15vmin 10vmin 10vmin 10vmin;
    gap: 8vh;
  }
}
@media (max-width: 992px) {
  #section-form .form-box {
    gap: 60px;
    padding: 0;
  }
}
#section-form .form-box .text-group .logo {
  width: 320px;
}
@media (max-width: 576px) {
  #section-form .form-box .text-group .logo {
    width: 70vw;
  }
}
#section-form .form-box .text-group--title {
  gap: 12px;
}
@media (max-width: 576px) {
  #section-form .form-box .text-group--title {
    gap: 40px;
  }
}
#section-form .form-box .text-group--title h4 {
  letter-spacing: 4px;
}
#section-form .form-box .form-msg {
  height: 140px;
}
@media (max-width: 1200px) {
  #section-form .form-box .form-msg {
    height: 25vh;
  }
}
#section-form .form-box .form-msg textarea {
  height: 100%;
}
#section-form .form-box .info-sub {
  width: 55vw;
}
@media (max-width: 1800px) {
  #section-form .form-box .info-sub {
    width: 100%;
  }
}
@media (max-width: 576px) {
  #section-form .form-box .info-sub {
    gap: 60px;
  }
}
#section-form .form-box .info-sub h3 {
  font-size: 16px;
}
#section-form .form-box .info-sub h4 {
  font-size: 32px;
  line-height: 150%;
}
@media (max-width: 992px) {
  #section-form .form-box .info-sub h4 {
    font-size: 4vmin;
  }
}
@media (max-width: 576px) {
  #section-form .form-box .info-sub h4 {
    font-size: 5vmin;
  }
}
#section-form .form-box .info-sub p {
  font-family: "Noto Serif TC", serif;
}
#section-form .form-box .info-sub p a {
  font-family: "Noto Serif TC", serif;
  font-weight: 600;
  line-height: 80%;
}
#section-form .form-box .info-sub p span {
  font-size: 32px;
}
@media (max-width: 992px) {
  #section-form .form-box .info-sub p span {
    font-size: 4vmin;
  }
}
#section-form .form-box .info-sub button {
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 16px;
  border: 1px solid black;
  background-color: transparent;
  letter-spacing: 0.8px;
  height: -moz-fit-content;
  height: fit-content;
}
#section-form .form-box .info-sub button img {
  width: 20px;
}
@media (max-width: 992px) {
  #section-form .text-chin--lg {
    font-size: 28px;
  }
}
@media (max-width: 576px) {
  #section-form .text-chin--md {
    font-size: 12px;
    letter-spacing: 2px;
    line-height: 180%;
  }
}
#section-form a,
#section-form a:link,
#section-form a:hover,
#section-form a:active,
#section-form a:visited {
  color: #000;
}

input[type=text],
input[type=tel],
input[type=email],
select,
textarea {
  padding: 20px 0px !important;
  border-bottom: 1px solid #000;
  background-color: transparent !important;
  font-size: 18px !important;
}
@media (max-width: 576px) {
  input[type=text],
  input[type=tel],
  input[type=email],
  select,
  textarea {
    font-size: 12px !important;
  }
}
input[type=text]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=email]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: #000 !important;
  font-size: 18px !important;
}
input[type=text]::placeholder,
input[type=tel]::placeholder,
input[type=email]::placeholder,
select::placeholder,
textarea::placeholder {
  color: #000 !important;
  font-size: 18px !important;
}
@media (max-width: 576px) {
  input[type=text]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=email]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
    font-size: 12px !important;
  }
  input[type=text]::placeholder,
  input[type=tel]::placeholder,
  input[type=email]::placeholder,
  select::placeholder,
  textarea::placeholder {
    font-size: 12px !important;
  }
}

textarea:focus::-moz-placeholder {
  opacity: 0;
}

textarea:focus::placeholder {
  opacity: 0;
}

.form-select,
.form-control {
  color: #000 !important;
  border: 0px solid #000 !important;
  border-bottom: 1px solid #000 !important;
  border-radius: 0 !important;
}
.form-select:focus,
.form-control:focus {
  color: #000;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #0B3359 !important;
  box-shadow: unset !important;
}

/* --- Submit Button --- */
#submit {
  width: 100%;
  padding: 20px 0;
  justify-content: center;
  align-items: center;
  background-color: black;
  color: #fff;
  border-radius: 0;
  border: 0px solid #000;
  font-weight: bold;
  transition: 0.3s ease-in-out;
}
#submit:hover {
  background-color: #000 !important;
  transition: 0.3s ease-in-out;
}

/* --- Form page button --- */
.btn-form {
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 40px;
  background-color: #fff;
  border-radius: 1000px;
  color: #0B3359;
  font-size: 24px;
  font-weight: 700;
  font-family: "Noto Serif TC", serif;
  border: 0px;
  letter-spacing: 2.5px;
}
@media (max-width: 576px) {
  .btn-form {
    font-size: 16px;
  }
}

/* --- Custom Checkbox --- */
.formCheck {
  width: 60vw;
}
@media (max-width: 1800px) {
  .formCheck {
    width: 100%;
  }
}

.custom-checkbox {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  cursor: pointer;
}
.custom-checkbox input[type=checkbox] {
  display: none;
}
.custom-checkbox input[type=checkbox]:checked + .circle::after {
  content: "";
  position: absolute;
  left: 25%;
  top: 50%;
  width: 7px;
  height: 12px;
  border: 1px solid #000;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg) translate(-50%, -50%);
  border-radius: 1px;
}
.custom-checkbox .circle {
  display: inline-block;
  width: 22px;
  height: 22px;
  border: 1px solid #5C5C5C;
  border-radius: 50%;
  background: transparent;
  position: relative;
  transition: border-color 0.2s;
  margin-right: 0;
  box-sizing: border-box;
  vertical-align: middle;
}

/*-------------------------------------------
  5. Plugin Overrides
  外部套件覆寫
-------------------------------------------*/
.description-box {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 80%);
  width: 100%;
  height: 50%;
  left: 0;
  bottom: 0;
  position: absolute !important;
  padding-bottom: 1vh;
  padding-left: 1vh;
}
@media (max-width: 576px) {
  .description-box {
    padding-right: 2vw;
    padding-bottom: 2vw;
  }
}

/*-------------------------------------------
  6. Page Sections
  各區塊獨立設定
-------------------------------------------*/
/* --- Section 1 --- */
#section1 {
  width: 100%;
  max-width: 100%;
}

/* --- Section 2 --- */
#section2 {
  background: url(../src/sec2/sec2-bk.jpg) center/cover no-repeat;
  padding-top: 200px;
  padding-left: 120px;
  padding-bottom: 200px;
  overflow: hidden;
  width: 100vw;
  height: 130vmin;
}
@media (max-width: 1400px) {
  #section2 {
    padding-top: 140px;
    padding-right: 100px;
    padding-left: 100px;
  }
}
@media (max-width: 992px) {
  #section2 {
    height: 1300px;
    padding-top: 100px;
    padding-left: 10vw;
    padding-right: 0;
  }
}
@media (max-width: 576px) {
  #section2 {
    height: 850px;
    padding-left: 5vw;
  }
}
#section2 .sec2-house {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 85vw;
  height: auto;
}
@media (max-width: 992px) {
  #section2 .sec2-house {
    width: 115vw;
  }
}
@media (max-width: 576px) {
  #section2 .sec2-house {
    width: 125vw;
  }
}
#section2 .txtGroup {
  height: 100%;
}
@media (max-width: 1400px) {
  #section2 .txtGroup {
    gap: 100px;
  }
}
@media (max-width: 576px) {
  #section2 .txtGroup {
    gap: 60px;
  }
}
#section2 .txtGroup--top {
  gap: 70px;
}
@media (max-width: 576px) {
  #section2 .txtGroup--top {
    gap: 40px;
  }
}
#section2 .txtGroup--top .titleGroup {
  gap: 32px;
}
@media (max-width: 576px) {
  #section2 .txtGroup--top .titleGroup {
    gap: 16px;
  }
}
#section2 .txtGroup--top .titleGroup h2 {
  width: -moz-fit-content;
  width: fit-content;
}
#section2 .txtGroup--top .titleGroup h4 {
  padding: 20px 0 20px 0;
  border-top: 1px solid rgba(157, 125, 97, 0.2);
  border-bottom: 1px solid rgba(157, 125, 97, 0.2);
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 576px) {
  #section2 .txtGroup--top .titleGroup h4 {
    padding: 12px 0 12px 0;
  }
}
#section2 .txtGroup--down {
  z-index: 1;
  height: 125px;
}
@media (max-width: 992px) {
  #section2 .txtGroup--down {
    height: 110px;
  }
}
@media (max-width: 576px) {
  #section2 .txtGroup--down {
    height: 20vw;
  }
}
#section2 .txtGroup--down img {
  height: 100%;
}
#section2 .text-description {
  z-index: 1;
}

/* --- Section 3 --- */
#section3 .imgBlock .sec3-bk {
  width: 100vw;
  height: auto;
}
#section3 .imgBlock .description-box {
  height: 10%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 80%);
}

/* --- Section 4 --- */
#section4 {
  background: url(../src/sec4/sec4-bk.jpg) center/cover no-repeat;
  width: 100vw;
  height: 2400px;
  padding: 200px 0 0 120px;
}
@media (max-width: 992px) {
  #section4 {
    padding: 140px 0 0 10vw;
    height: 2600px;
  }
}
@media (max-width: 576px) {
  #section4 {
    padding: 140px 0 0 5vw;
    height: 1700px;
  }
}
#section4 .titleGroup {
  gap: 32px;
}
#section4 .titleGroup img {
  height: 17px;
}
@media (max-width: 992px) {
  #section4 .titleGroup img {
    height: 14px;
  }
}
@media (max-width: 576px) {
  #section4 .titleGroup img {
    height: 10px;
  }
}
#section4 figure {
  position: absolute;
  width: 800px;
  height: 530px;
  overflow: hidden;
}
@media (max-width: 1800px) {
  #section4 figure {
    width: 600px;
    height: 400px;
    aspect-ratio: 3/2;
  }
}
@media (max-width: 1400px) {
  #section4 figure {
    width: 500px;
    height: 333px;
    aspect-ratio: 3/2;
  }
}
@media (max-width: 1200px) {
  #section4 figure {
    width: 420px;
    height: 280px;
    aspect-ratio: 3/2;
  }
}
@media (max-width: 576px) {
  #section4 figure {
    width: 300px;
    height: 200px;
    aspect-ratio: 3/2;
  }
}
#section4 figure:nth-of-type(1) {
  left: 120px;
  top: 460px;
}
@media (max-width: 1400px) {
  #section4 figure:nth-of-type(1) {
    top: 840px;
  }
}
@media (max-width: 992px) {
  #section4 figure:nth-of-type(1) {
    left: 10vw;
    top: 800px;
  }
}
@media (max-width: 576px) {
  #section4 figure:nth-of-type(1) {
    left: 5vw;
    top: 650px;
  }
}
#section4 figure:nth-of-type(2) {
  right: 0;
  top: 925px;
}
@media (max-width: 1400px) {
  #section4 figure:nth-of-type(2) {
    top: 1200px;
  }
}
@media (max-width: 992px) {
  #section4 figure:nth-of-type(2) {
    top: 1200px;
  }
}
@media (max-width: 576px) {
  #section4 figure:nth-of-type(2) {
    top: 900px;
  }
}
#section4 figure:nth-of-type(3) {
  left: 0;
  top: 1330px;
}
@media (max-width: 1400px) {
  #section4 figure:nth-of-type(3) {
    top: 1500px;
  }
}
@media (max-width: 992px) {
  #section4 figure:nth-of-type(3) {
    top: 1600px;
  }
}
@media (max-width: 576px) {
  #section4 figure:nth-of-type(3) {
    top: 1150px;
  }
}
#section4 figure:nth-of-type(4) {
  right: 140px;
  top: 1600px;
}
@media (max-width: 1400px) {
  #section4 figure:nth-of-type(4) {
    top: 1800px;
    right: 80px;
  }
}
@media (max-width: 992px) {
  #section4 figure:nth-of-type(4) {
    right: 10vw;
    top: 2000px;
  }
}
@media (max-width: 576px) {
  #section4 figure:nth-of-type(4) {
    top: 1400px;
  }
}
#section4 .txtGroup {
  gap: 100px;
  position: absolute;
  top: 460px;
  right: 254px;
}
@media (max-width: 1800px) {
  #section4 .txtGroup {
    right: 60px;
  }
}
@media (max-width: 1400px) {
  #section4 .txtGroup {
    left: 120px;
    right: unset;
    gap: 60px;
  }
}
@media (max-width: 992px) {
  #section4 .txtGroup {
    left: 10vw;
    top: 360px;
  }
}
@media (max-width: 576px) {
  #section4 .txtGroup {
    left: 5vw;
    top: 300px;
  }
}

/* --- Section 5 --- */
#section5 .swiper .aflow {
  position: absolute;
  z-index: 888;
  left: 20px;
  bottom: 20px;
  font-size: 15px;
  color: #FFF;
}
@media (max-width: 576px) {
  #section5 .swiper .aflow {
    left: 2vw;
    bottom: 2vw;
  }
}
#section5 .swiper .swiper-slide {
  width: 100vw;
  height: auto;
}
#section5 .swiper img {
  width: 100%;
  height: 100%;
}

/* --- Section 6 --- */
#section6 {
  background: url(../src/sec6/sec6-bk.jpg) center/cover no-repeat;
  padding: 240px 0 240px 140px;
}
@media (max-width: 1800px) {
  #section6 {
    gap: 80px;
  }
}
@media (max-width: 1200px) {
  #section6 {
    padding: 0 0 240px 0;
    gap: 120px;
  }
}
@media (max-width: 576px) {
  #section6 {
    gap: 80px;
    padding: 140px 5vw 140px 5vw;
  }
}
@media (max-width: 1200px) {
  #section6 .txtGroup {
    gap: 100px;
    padding: 200px 0 0px 140px;
  }
}
@media (max-width: 992px) {
  #section6 .txtGroup {
    padding: 140px 0 0px 10vw;
  }
}
@media (max-width: 576px) {
  #section6 .txtGroup {
    padding: 0;
    gap: 80px;
  }
}
#section6 .txtGroup .engTitle {
  height: 125px;
  width: auto;
}
@media (max-width: 992px) {
  #section6 .txtGroup .engTitle {
    height: 110px;
  }
}
@media (max-width: 576px) {
  #section6 .txtGroup .engTitle {
    height: 20vw;
  }
}
#section6 .sec6Swiper {
  width: 1248px;
  margin: 0;
}
@media (max-width: 1800px) {
  #section6 .sec6Swiper {
    width: 100%;
  }
}
#section6 .sec6Swiper .swiper-slide {
  width: 450px !important;
  height: auto;
}
@media (max-width: 992px) {
  #section6 .sec6Swiper .swiper-slide {
    width: calc(50% - 10px) !important;
  }
}
@media (max-width: 576px) {
  #section6 .sec6Swiper .swiper-slide {
    width: 100% !important;
  }
}
#section6 .sec6Swiper .swiper-slide img {
  width: 100%;
  height: auto;
}

/* --- Section 7 --- */
#section7 .imgBlock .sec7-bk {
  width: 100vw;
  height: auto;
}

/* --- Section 8 --- */
#section8 {
  background: url(../src/sec8/sec8-bk.jpg) center/cover no-repeat;
  padding: 200px 0 280px 0;
  gap: 110px;
}
@media (max-width: 576px) {
  #section8 {
    padding: 140px 0 140px 0;
  }
}
#section8 .txtGroup {
  gap: 60px;
}
@media (max-width: 576px) {
  #section8 .txtGroup {
    gap: 40px;
  }
}
#section8 .txtGroup .titleGroup {
  gap: 16px;
}
#section8 .txtGroup .titleGroup h4 {
  padding: 20px 0 20px 0;
  border-top: 1px solid rgba(157, 125, 97, 0.2);
  border-bottom: 1px solid rgba(157, 125, 97, 0.2);
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 576px) {
  #section8 .txtGroup .titleGroup h4 {
    padding: 12px 0 12px 0;
  }
}
#section8 .txtGroup .engTitle {
  height: 17px;
}
@media (max-width: 992px) {
  #section8 .txtGroup .engTitle {
    height: 14px;
  }
}
@media (max-width: 576px) {
  #section8 .txtGroup .engTitle {
    height: 10px;
  }
}
#section8 .sec8Swiper {
  width: 85vw;
  margin: 0 auto;
}
@media (max-width: 992px) {
  #section8 .sec8Swiper {
    width: 90vw;
  }
}
#section8 .sec8Swiper .swiper-slide {
  height: auto;
}
#section8 .sec8Swiper .swiper-slide img {
  width: 100%;
  height: auto;
}
#section8 .sec8Swiper .swiper-button-next, #section8 .sec8Swiper .swiper-button-prev {
  top: calc(50% - 24px);
}

/* --- map --- */
.map iframe {
  height: 600px;
}

/* Swiper Carousels */
.swiper {
  --swiper-theme-color: white;
  /* 例如橘色 */
  --swiper-pagination-color: white;
  /* pagination 圓點顏色 */
}

/*-----------------------------------------------------
置底小圖示navbar設定
-----------------------------------------------------*/
.nav-bar {
  position: fixed;
  z-index: 1000;
  bottom: -100px;
  /*一開始先隱藏header*/
  width: 100vw;
  padding: 30px 60px 30px 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 95%);
  transition: bottom 0.5s ease-in-out;
}
@media (max-width: 992px) {
  .nav-bar {
    padding: 12px 32px 12px 32px;
  }
}
.nav-bar .logo {
  height: 70px;
}
.nav-bar .call_to_action {
  display: flex;
  gap: 24px;
}
.nav-bar .call_to_action a {
  width: 60px;
  padding: 8px;
  box-sizing: border-box;
  transition: all 0.3s;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.nav-bar .call_to_action a:hover {
  opacity: 0.8;
}
.nav-bar .call_to_action a .fa {
  font-size: 30px;
}
.nav-bar .call_to_action a p {
  color: #fff;
  font-family: "Noto Sans TC", sans-serif;
  text-wrap: nowrap;
  font-size: 16px;
}
@media (max-width: 992px) {
  .nav-bar .call_to_action a p {
    font-size: 10px;
  }
}

/*-------------------------------------------
  7. Responsive Media Queries (Generated from above)
  響應式設計 (已整合至上方各選擇器中)

  以下為新增的 RWD Helpers
-------------------------------------------*/
@media (max-width: 992px) {
  .px-lg--8vw {
    padding-left: 8vw;
    padding-right: 8vw;
  }
}
@media (max-width: 576px) {
  .gap-sm--60 {
    gap: 60px;
  }
  .px-sm--20 {
    padding-left: 20px;
    padding-right: 20px;
  }
}/*# sourceMappingURL=style.css.map */