@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: 160px;
}

@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;
  background: url(../src/bk-paper.jpg) #fff 0% 0%/600px 600px repeat;
}

/* 基本元素重設 */
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;
}

ol,
ul {
  list-style: none;
}

img,
object,
embed,
video {
  max-width: 100%;
  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
  共用佈局與輔助工具
-------------------------------------------*/
.main {
  overflow-x: hidden;
}

.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--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: #003779;
}

.color-black {
  color: #222222;
}

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

.color-gold {
  color: #F9C277;
}

/*-------------------------------------------
  3. Typography
  文字排版
-------------------------------------------*/
.text-en {
  font-family: "Libre Caslon Text", serif;
  text-transform: uppercase;
}
.text-en--sm {
  font-family: "Libre Caslon Text", 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: "Libre Caslon Text", serif;
  font-size: 24px;
}
@media (max-width: 992px) {
  .text-en--sm-md {
    font-size: 5vmin;
  }
}
.text-en--md {
  font-family: "Libre Caslon Text", 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: 18px;
    letter-spacing: 0.5vmin;
  }
}
.text-en--md-lg {
  font-family: "Libre Caslon Text", 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: 7vmin;
    letter-spacing: 0.7vmin;
  }
}
.text-en--lg {
  font-family: "Libre Caslon Text", serif;
  font-size: 48px;
  font-weight: 400;
}
@media (max-width: 1200px) {
  .text-en--lg {
    font-size: 3.5vmin;
  }
}
@media (max-width: 576px) {
  .text-en--lg {
    font-size: 20px;
    letter-spacing: 0.7vmin;
  }
}
.text-en--max {
  font-family: "Libre Caslon Text", serif;
  font-size: 96px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .text-en--max {
    font-size: 10vmin;
  }
}
@media (max-width: 576px) {
  .text-en--max {
    font-size: 15vmin;
  }
}
.text-en--tel {
  font-family: "Libre Caslon Text", serif;
  font-size: 72px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .text-en--tel {
    font-size: 7vmin;
  }
}

.text-chin--sm {
  font-size: 12px;
}
.text-chin--md {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 35px;
  letter-spacing: 2.8px;
  text-align: justify;
}
@media (max-width: 1200px) {
  .text-chin--md {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .text-chin--md {
    font-size: 14px;
    letter-spacing: 2.5px;
  }
}
.text-chin--md-lg {
  font-size: 16px;
  line-height: 35px;
  letter-spacing: 2.8px;
  font-family: "Noto Serif TC", serif;
  text-wrap: nowrap;
}
@media (max-width: 576px) {
  .text-chin--md-lg {
    font-size: 14px;
  }
}
.text-chin--lg {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 6px;
  font-family: "Noto Serif TC", serif;
  text-wrap: nowrap;
}
@media (max-width: 1200px) {
  .text-chin--lg {
    font-size: 16px;
  }
}
.text-chin--title {
  font-family: "Noto Serif TC", serif;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 9.6px;
  text-align: center;
  line-height: 150%;
}
@media (max-width: 1400px) {
  .text-chin--title {
    font-size: 2.5vmin;
    letter-spacing: 0.4vmin;
  }
}
@media (max-width: 992px) {
  .text-chin--title {
    font-size: 4.5vmin;
    letter-spacing: 1vmin;
  }
}
@media (max-width: 576px) {
  .text-chin--title {
    font-size: 20px;
    letter-spacing: 1vmin;
  }
}

.text-description {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0px;
}
@media (max-width: 1200px) {
  .text-description {
    font-size: 10px;
  }
}
.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-shadow {
  text-shadow: 0px 1px 10px rgba(0, 0, 0, 0.75);
}

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

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

/*-------------------------------------------
  4. Components
  元件
-------------------------------------------*/
/* --- Form --- */
#section-form {
  background: center/cover no-repeat url(../src/sec10/section-form-bk.jpg);
  padding-top: 35vh;
  padding-bottom: 15vh;
  gap: 120px;
}
@media (max-width: 992px) {
  #section-form {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
@media (max-width: 576px) {
  #section-form {
    gap: 60px;
    padding-top: 15vh;
    padding-bottom: 15vh;
  }
}
#section-form .form-box {
  gap: 120px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 200px 120px 160px 120px;
}
@media (max-width: 1400px) {
  #section-form .form-box {
    padding: 15vh 5vw 10vh 5vw;
  }
}
@media (max-width: 1200px) {
  #section-form .form-box {
    gap: 8vh;
  }
}
@media (max-width: 576px) {
  #section-form .form-box {
    gap: 40px;
  }
}
#section-form .form-box .text-title .logo-block {
  width: 30vw;
}
@media (max-width: 1200px) {
  #section-form .form-box .text-title .logo-block {
    width: 45vw;
  }
}
@media (max-width: 992px) {
  #section-form .form-box .text-title .logo-block {
    width: 50vw;
  }
}
@media (max-width: 576px) {
  #section-form .form-box .text-title .logo-block {
    gap: 12px;
    width: 70vw;
  }
}
#section-form .form-box .text-title .logo-block .subTitle {
  width: 70%;
}
#section-form .form-box .text-title h2 {
  font-size: 28px;
  letter-spacing: 8.4px;
  line-height: 200%;
}
@media (max-width: 1200px) {
  #section-form .form-box .text-title h2 {
    font-size: 2.5vmin;
    letter-spacing: 1vmin;
  }
}
@media (max-width: 576px) {
  #section-form .form-box .text-title h2 {
    font-size: 4vmin;
    letter-spacing: 0.5vmin;
  }
}
#section-form .form-box #form .form-msg {
  height: 100%;
}
@media (max-width: 1200px) {
  #section-form .form-box #form .form-msg {
    height: 25vh;
  }
}
#section-form .form-box #form .form-msg textarea {
  height: 100%;
}
#section-form .form-box .info-sub h6 {
  padding: 8px 40px;
  border: 1px solid #003779;
}
@media (max-width: 992px) {
  #section-form .form-box .info-sub h6 {
    padding: 8px 20px;
  }
}
@media (max-width: 576px) {
  #section-form .form-box .info-sub h6 {
    padding: 8px 8px;
    letter-spacing: 1px;
    text-wrap: nowrap;
  }
}
#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;
  }
}
@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: #003779;
}

input[type=text],
input[type=tel],
select,
textarea {
  padding: 20px 20px !important;
  border-bottom: 1px solid #000;
  background-color: transparent !important;
  font-size: 18px !important;
}
@media (max-width: 576px) {
  input[type=text],
  input[type=tel],
  select,
  textarea {
    font-size: 12px !important;
  }
}
input[type=text]::-moz-placeholder, input[type=tel]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: #000 !important;
  font-size: 18px !important;
}
input[type=text]::placeholder,
input[type=tel]::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, select::-moz-placeholder, textarea::-moz-placeholder {
    font-size: 12px !important;
  }
  input[type=text]::placeholder,
  input[type=tel]::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: #222222 !important;
  border: 1px solid #000 !important;
  border-radius: 0 !important;
}
.form-select:focus,
.form-control:focus {
  color: #222222;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #003779 !important;
  box-shadow: unset !important;
}

/* --- Submit Button --- */
#submit {
  width: 100%;
  padding: 20px 0;
  justify-content: center;
  align-items: center;
  background-color: #003779;
  color: #fff;
  border-radius: 0;
  border: 0px solid #000;
  font-weight: bold;
  transition: 0.3s ease-in-out;
}
#submit:hover {
  background-color: #222222 !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: #003779;
  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: 55vw;
}
@media (max-width: 1400px) {
  .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 #222222;
  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;
}

/* --- Other Components --- */
.phoneImg {
  width: 360px;
}
@media (max-width: 576px) {
  .phoneImg {
    width: 240px;
  }
}

.titleLine {
  width: 35px;
  border-top: 1px solid #003779;
}

/*-------------------------------------------
  5. Plugin Overrides
  外部套件覆寫
-------------------------------------------*/
/* --- Owl Carousel --- */
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  margin: 0px 1vw;
  display: flex !important;
  flex-wrap: wrap !important;
  color: #fff !important;
  height: 35px !important;
  align-content: center !important;
  justify-content: center !important;
  cursor: pointer;
  z-index: 10;
}
.owl-carousel .owl-nav button.owl-next img,
.owl-carousel .owl-nav button.owl-prev img {
  height: 35px !important;
}

.owl-theme .owl-nav {
  position: absolute !important;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  z-index: 999 !important;
  margin-top: 0px !important;
  pointer-events: none !important;
}
.owl-theme .owl-nav button {
  pointer-events: auto !important;
}
.owl-theme .owl-dots {
  position: absolute;
  top: 1vh !important;
  right: 1vw !important;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
@media (max-width: 1200px) {
  .owl-theme .owl-dots {
    right: 3vw !important;
  }
}
.owl-theme .owl-dots .owl-dot span {
  margin: 5px 3px !important;
  background: #D9D9D9 !important;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #003779 !important;
}

.owl-stage-outer {
  height: 100%;
}

.owl-text {
  font-family: "Noto Serif TC", serif;
  font-size: 28px;
  font-weight: 500;
}
@media (max-width: 576px) {
  .owl-text {
    font-size: 24px;
  }
}
.owl-text > span {
  font-size: 16px;
  font-weight: 350;
}
@media (max-width: 576px) {
  .owl-text > span {
    font-size: 16px;
  }
}

.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: 1vw;
}
@media (max-width: 576px) {
  .description-box {
    padding-right: 3vw;
  }
}

/*-------------------------------------------
  6. Page Sections
  各區塊獨立設定
-------------------------------------------*/
.section-bk {
  background: center/cover repeat url(../src/section-bk.jpg);
}

.bk-block {
  background-color: #003779;
  opacity: 0.05;
  z-index: -1;
  position: absolute;
}

/* --- Section 1 --- */
#section1 {
  min-height: 100vh !important;
  margin-bottom: -1px;
  background: center/cover no-repeat url(../src/sec1/sec1-bk.jpg);
  padding: 15vh 0 6vh 0;
}
@media (max-width: 992px) {
  #section1 {
    padding: 10vh 0 10vh 0;
  }
}
@media (max-width: 576px) {
  #section1 {
    padding: 12vh 0 10vh 0;
  }
}
#section1 .txt--top {
  gap: 32px;
}
#section1 .txt--top .logo {
  width: 600px;
}
@media (max-width: 992px) {
  #section1 .txt--top .logo {
    width: 65vmin;
  }
}
@media (max-width: 576px) {
  #section1 .txt--top .logo {
    width: 80vmin;
  }
}
#section1 .txt--top .txt-done {
  width: 240px;
}
@media (max-width: 992px) {
  #section1 .txt--top .txt-done {
    width: 25vmin;
  }
}
@media (max-width: 576px) {
  #section1 .txt--top .txt-done {
    width: 40vmin;
  }
}
#section1 .txt--down {
  gap: 60px;
}
@media (max-width: 576px) {
  #section1 .txt--down {
    gap: 6vh;
  }
}
#section1 .txt--down .txt-description {
  width: 545px;
}
@media (max-width: 992px) {
  #section1 .txt--down .txt-description {
    width: 520px;
  }
}
@media (max-width: 576px) {
  #section1 .txt--down .txt-description {
    width: 90vmin;
  }
}
#section1 .txt--down .txt-tel {
  width: 310px;
}
@media (max-width: 992px) {
  #section1 .txt--down .txt-tel {
    width: 35vmin;
  }
}
@media (max-width: 576px) {
  #section1 .txt--down .txt-tel {
    width: 40vmin;
  }
}

/* --- Section 2 --- */
#section2 {
  margin-top: -3px;
  height: -moz-fit-content;
  height: fit-content;
  width: 100vw;
}
#section2 video {
  width: 100%;
}
@media (max-width: 1800px) {
  #section2 {
    min-height: -moz-fit-content;
    min-height: fit-content;
  }
}
@media (max-width: 992px) {
  #section2 {
    height: -moz-fit-content;
    height: fit-content;
  }
}

/* --- Section 3 --- */
#section3 {
  padding: 200px var(--padding-x);
}
@media (max-width: 1400px) {
  #section3 {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
@media (max-width: 992px) {
  #section3 {
    height: -moz-fit-content;
    height: fit-content;
    padding: 15vh 0 0 0;
  }
}
@media (max-width: 992px) {
  #section3 {
    height: -moz-fit-content;
    height: fit-content;
    padding: 15vh var(--padding-x) 0 var(--padding-x);
  }
}
#section3 .info {
  width: 520px;
}
@media (max-width: 992px) {
  #section3 .info {
    width: 80vw;
  }
}
@media (max-width: 576px) {
  #section3 .info {
    width: 100%;
  }
}
#section3 .info img {
  width: 390px;
}
@media (max-width: 992px) {
  #section3 .info img {
    width: 70%;
  }
}
@media (max-width: 576px) {
  #section3 .info img {
    width: 100%;
  }
}
#section3 .info .txtGroup {
  padding-left: 40px;
  border-left: 2px solid #003779;
}
@media (max-width: 992px) {
  #section3 .info .txtGroup {
    padding: 40px 16px;
    border-left: 0;
    border-top: 2px solid #003779;
    border-bottom: 2px solid #003779;
  }
}
#section3 .info .txtGroup h2 {
  text-align: start;
}
#section3 .imgGroup {
  gap: 4px;
  height: -moz-fit-content;
  height: fit-content;
  width: 50vw;
}
@media (max-width: 992px) {
  #section3 .imgGroup {
    width: 100vw;
  }
}
#section3 .imgGroup .img--main {
  width: 100%;
  aspect-ratio: 3/2;
  height: auto;
}
#section3 .imgGroup .img--block {
  display: grid;
  grid-template-rows: repeat(5, 1fr);
  gap: 2px;
}
@media (max-width: 1400px) {
  #section3 .imgGroup .img--block {
    grid-template-rows: repeat(1, 1fr);
    grid-template-columns: repeat(5, 1fr);
    height: 15vh;
  }
}
@media (max-width: 992px) {
  #section3 .imgGroup .img--block {
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(2, 1fr);
    height: auto;
  }
}
#section3 .imgGroup .img--block .img-shadow img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#section3 .imgGroup .img--block .img-shadow .description-box {
  padding-bottom: 4px;
  padding-left: 4px;
}
@media (max-width: 992px) {
  #section3 .imgGroup .img--block .img-col-2 {
    grid-row: 3/span 1;
    grid-column: 1/span 2;
  }
}

/* --- Section 4 --- */
#section4 {
  background-color: #003779;
  padding: 80px var(--padding-x);
}
@media (max-width: 992px) {
  #section4 {
    padding-top: 10vh;
    gap: 40px;
  }
}
#section4 .time-block {
  border-top: 2px #fff solid;
  border-bottom: 2px #fff solid;
  padding: 20px 40px;
}
@media (max-width: 1800px) {
  #section4 .time-block {
    width: 60%;
  }
}
@media (max-width: 1400px) {
  #section4 .time-block {
    width: 50%;
  }
}
@media (max-width: 992px) {
  #section4 .time-block {
    width: 100%;
  }
}
@media (max-width: 576px) {
  #section4 .time-block {
    padding: 32px 20px;
  }
}
#section4 .time-block--item img {
  width: 100%;
}
#section4 .time-block hr {
  border: 1px #fff dashed;
}
@media (max-width: 992px) {
  #section4 .title-block {
    gap: 0px;
  }
}
#section4 .title-block--sub {
  margin-top: 28px;
  padding: 8px 40px;
  background-color: #fff;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 992px) {
  #section4 .title-block--sub {
    margin-top: 20px;
    gap: 20px;
  }
}

/* --- Section 5 --- */
#section5 {
  padding: 200px var(--padding-x);
}
@media (max-width: 992px) {
  #section5 {
    padding: 8vh var(--padding-x);
  }
}
#section5 .text-block p {
  margin-top: 28px;
  padding: 28px 0;
  border-top: 1px solid #003779;
  border-bottom: 1px solid #003779;
  text-align: center;
}
@media (max-width: 992px) {
  #section5 .text-block p {
    padding: 32px 16px;
  }
}

/* --- Section 6 --- */
#section6 {
  width: 100vw;
  position: relative;
}
#section6 img {
  width: 100%;
}
#section6 .title-block {
  position: absolute;
  right: 6vw;
  top: 3vw;
}
@media (max-width: 992px) {
  #section6 .title-block {
    position: relative;
    right: auto;
    top: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
#section6 .title-block h2 {
  text-align: end;
  line-height: 180%;
}
#section6 .description-box {
  padding-right: 1vw;
  height: 30%;
}

/* --- Section 7 --- */
#section7 {
  margin-top: -2px;
  padding: 280px var(--padding-x) 80px var(--padding-x);
}
@media (max-width: 992px) {
  #section7 {
    padding: 160px var(--padding-x) 80px var(--padding-x);
  }
}
#section7 .img-group {
  gap: 80px 40px;
}
@media (max-width: 992px) {
  #section7 .img-group {
    width: 100%;
  }
}
#section7 .img-group--item {
  gap: 20px;
}
@media (max-width: 1200px) {
  #section7 .img-group--item {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  #section7 .img-group--item .img-shadow {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  #section7 .img-group--item .img-shadow img {
    width: 100%;
  }
}
#section7 .img-group--item .description-box {
  padding-right: 1vw;
}
#section7 .img-group--item h4 {
  border: 1px solid #003779;
  padding: 4px 32px;
}
#section7 .text-block {
  width: 880px;
  border-top: 1px solid #003779;
  border-bottom: 1px solid #003779;
  padding: 40px 80px;
}
@media (max-width: 1200px) {
  #section7 .text-block {
    width: 80vw;
  }
}
@media (max-width: 992px) {
  #section7 .text-block {
    width: 100%;
    padding: 40px 20px;
  }
}
@media (max-width: 576px) {
  #section7 .text-block {
    padding: 32px 8px;
  }
}
#section7 .text-block--title {
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 40px;
  background-color: #003779;
}
#section7 .text-block p {
  text-align: center;
}
#section7 .material-logo {
  width: 100%;
  gap: 3vh;
}
@media (max-width: 992px) {
  #section7 .material-logo {
    width: 70%;
  }
}
@media (max-width: 576px) {
  #section7 .material-logo {
    width: 95%;
  }
}
#section7 .material-logo--group {
  gap: 1vw;
}
#section7 .material-logo--group div {
  flex: 1 1 0;
}
#section7 .material-logo--group div img {
  width: 100%;
}

/* --- Section 8 --- */
#section8 {
  margin-top: -2px;
  padding: 200px var(--padding-x);
}
@media (max-width: 992px) {
  #section8 {
    gap: 40px;
  }
}
#section8 .img-group {
  display: grid;
  width: 58vw;
  height: 640px;
  gap: 12px;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 3fr);
}
@media (max-width: 992px) {
  #section8 .img-group {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    grid-template-rows: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 2fr);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px;
  }
}
#section8 .img-group--item .text-label {
  padding: 12px;
  background-color: #003779;
}
@media (max-width: 992px) {
  #section8 .img-group--item .text-label {
    padding: 0px 8px;
  }
}
#section8 .img-group--item .text-label h6 {
  font-family: "Noto Serif TC", serif;
  text-wrap: nowrap;
}
@media (max-width: 1200px) {
  #section8 .img-group--item .text-label h6 {
    letter-spacing: 0.1vmin;
  }
}
@media (max-width: 576px) {
  #section8 .img-group--item .text-label h6 {
    font-size: 12px;
    letter-spacing: 0.5vmin;
  }
}
#section8 .img-group--item .img-block img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#section8 .img-group--item-lg {
  grid-row: 1/span 2;
  grid-column: 3/span 1;
}
@media (max-width: 992px) {
  #section8 .img-group--item-lg {
    grid-row: 3/span 1;
    grid-column: 1/span 2;
  }
}
#section8 .img-group--item-lg .text-label {
  padding: 12px;
  background-color: #003779;
}
#section8 .img-group--item-lg .text-label h6 {
  font-family: "Noto Serif TC", serif;
}
#section8 .img-group--item-lg .img-block img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#section8 .sub-title {
  opacity: 0.5;
}
#section8 .sub-title h3 {
  text-wrap: nowrap;
}
#section8 .sub-title hr {
  width: 100%;
  border: 1px solid #5C5C5C;
}
#section8 .text-title h2 {
  line-height: 180%;
}
@media (max-width: 992px) {
  #section8 .text-title {
    gap: 20px;
  }
}
@media (max-width: 992px) {
  #section8 .text-title svg {
    width: 20px;
  }
}

/* --- Section 9 --- */
#section9 {
  margin-top: -2px;
  padding: 120px var(--padding-x) 200px var(--padding-x);
}
#section9 .img-group {
  gap: 80px 40px;
  width: 960px;
}
@media (max-width: 1200px) {
  #section9 .img-group {
    width: 80vw;
  }
}
@media (max-width: 992px) {
  #section9 .img-group {
    gap: 40px 20px;
    width: 100%;
  }
}
@media (max-width: 576px) {
  #section9 .img-group {
    gap: 60px 12px;
  }
}
#section9 .img-group--item .icon-circle {
  width: 240px;
  aspect-ratio: 1/1;
  background-color: #003779;
  border-radius: 50%;
}
@media (max-width: 992px) {
  #section9 .img-group--item .icon-circle {
    width: 40vw;
  }
}
#section9 .img-group--item .icon-circle img {
  width: 60%;
}
#section9 .img-group--item h4 {
  border: 1px solid #003779;
  padding: 4px 32px;
}
@media (max-width: 576px) {
  #section9 .img-group--item h4 {
    padding: 4px 20px;
  }
}
@media (max-width: 576px) {
  #section9 .img-group--item h5 {
    font-size: 13px;
    letter-spacing: 0.7vmin;
    line-height: 220%;
  }
}
#section9 .text-block {
  width: 960px;
  padding: 40px 80px;
  border-top: 1px solid #003779;
  border-bottom: 1px solid #003779;
}
@media (max-width: 1200px) {
  #section9 .text-block {
    width: 80vw;
  }
}
@media (max-width: 992px) {
  #section9 .text-block {
    width: 100%;
    padding: 40px 20px;
  }
}
@media (max-width: 576px) {
  #section9 .text-block {
    padding: 32px 8px;
  }
}
#section9 .text-block p {
  text-align: center;
}

/* Carousels */
#sec5Carousel {
  max-width: 42vw;
  margin: 0 auto;
}
@media (max-width: 992px) {
  #sec5Carousel {
    max-width: 100%;
  }
}
#sec5Carousel .owl-img img {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

/*-------------------------------------------
  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 */