@charset "UTF-8";
@font-face {
  font-family: "Anton";
  src: url("./font/Anton/Anton-Regular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans TC Local";
  src: url("./font/Noto_Sans_TC/NotoSansTC-Regular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans TC Local";
  src: url("./font/Noto_Sans_TC/NotoSansTC-Medium.otf") format("opentype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans TC Local";
  src: url("./font/Noto_Sans_TC/NotoSansTC-Bold.otf") format("opentype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans SC Local";
  src: url("./font/Noto_Sans_SC/NotoSansSC-Regular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans SC Local";
  src: url("./font/Noto_Sans_SC/NotoSansSC-Medium.otf") format("opentype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans SC Local";
  src: url("./font/Noto_Sans_SC/NotoSansSC-Bold.otf") format("opentype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
/* Montserrat 字體（英文） */
@font-face {
  font-family: "Montserrat";
  src: local("Montserrat"), url("./font/Montserrat/Montserrat-VariableFont_wght.ttf") format("truetype"), url("./font/Montserrat/Montserrat-VariableFont_wght.otf") format("opentype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
html:lang(zh-Hant) body,
html:lang(zh-TW) body,
html:lang(zh-HK) body,
html:lang(zh-MO) body {
  font-family: "Montserrat", "Noto Sans TC Local", sans-serif;
}

html:lang(zh-Hans) body,
html:lang(zh-CN) body,
html:lang(zh-SG) body {
  font-family: "Montserrat", "Noto Sans SC Local", sans-serif;
}

*::-webkit-scrollbar {
  height: 10px;
  width: 12px;
  background-color: white;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

*::-webkit-scrollbar-thumb {
  background-color: #999;
  border: 2px solid white;
  border-radius: 10px;
}

:root {
  --bs-gutter-x: 1.5rem;
  --nav-height: 70px;
}

@media (min-width: 769px) {
  :root {
    --nav-height: 80px;
  }
}
@media (min-width: 992px) {
  :root {
    --nav-height: 85px;
  }
}
@media (min-width: 1200px) {
  :root {
    --nav-height: 80px;
  }
}
@media (min-width: 1400px) {
  :root {
    --nav-height: 100px;
  }
}
@media (min-width: 1680px) {
  :root {
    --nav-height: 120px;
  }
}
html {
  padding: 0 !important;
  font-size: 16px;
  width: 100%;
  overflow-x: hidden;
}
html.offcanvas-open {
  overflow: hidden;
  overscroll-behavior: none;
}

body {
  font-family: "Montserrat", "Noto Sans TC Local", sans-serif;
  font-size: 1rem;
  color: #333;
  background-color: white;
  overflow-x: hidden;
}
body.offcanvas-open {
  overflow: hidden;
  overscroll-behavior: none;
}
@media (min-width: 992px) {
  body {
    font-size: 1.0625rem;
  }
}
@media (min-width: 1200px) {
  body {
    font-size: 1.125rem;
  }
}
body ul,
body li {
  font-size: 1rem;
}
@media (min-width: 992px) {
  body ul,
  body li {
    font-size: 1.125rem;
  }
}
@media (min-width: 1200px) {
  body ul,
  body li {
    font-size: 1.25rem;
  }
}
body p {
  line-height: 1.8;
  font-size: 1em;
}
body p:last-child {
  margin-bottom: 0;
}
body a {
  text-decoration: none;
  transition: all 0.3s linear !important;
}
body img {
  transition: all 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}
body mark,
body .mark {
  color: #dc4236;
  padding: 0;
  font-weight: bold;
  background-color: transparent !important;
  margin: 0 0.2em;
}
body button {
  transition: all 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}
body hr {
  border-top: 1px solid #efefef;
  opacity: 1;
  margin: 3.5em 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  line-height: 1.5;
}

.container-fluid {
  --bs-gutter-x: 1.5em;
  padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
  padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
}
@media (min-width: 769px) {
  .container-fluid {
    padding-right: calc(var(--bs-gutter-x) * 1.5) !important;
    padding-left: calc(var(--bs-gutter-x) * 1.5) !important;
  }
}
@media (min-width: 1200px) {
  .container-fluid {
    padding-right: calc(var(--bs-gutter-x) * 2.5) !important;
    padding-left: calc(var(--bs-gutter-x) * 2.5) !important;
  }
}
@media (min-width: 1680px) {
  .container-fluid {
    padding-right: calc(var(--bs-gutter-x) * 4.5) !important;
    padding-left: calc(var(--bs-gutter-x) * 4.5) !important;
  }
}

.text-primary {
  color: #dc4236 !important;
}

.text-secondary {
  color: #38854f !important;
}

.text-light {
  color: white !important;
}

.block-title {
  font-size: 1.8em;
  position: relative;
  margin-bottom: 1.2em;
  padding: 0;
  line-height: 1.2;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
}
.block-title:before {
  display: inline-flex;
  align-items: center;
  content: "";
  width: 40px;
  height: 1em;
  background-image: url(../images/icon-block-title.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 0.3em;
}
@media (min-width: 769px) {
  .block-title {
    font-size: 2.2em;
  }
}
@media (min-width: 992px) {
  .block-title {
    font-size: 2.6em;
  }
}
@media (min-width: 1200px) {
  .block-title {
    font-size: 3em;
    padding-right: 130px !important;
  }
}
@media (min-width: 1680px) {
  .block-title {
    font-size: 3.6em;
  }
}

.block-title2 {
  color: #dc4236;
  font-size: 1.4em;
  margin-bottom: 0.5em;
  font-weight: 700;
  line-height: 1.2;
}
@media (min-width: 769px) {
  .block-title2 {
    font-size: 1.5em;
  }
}
@media (min-width: 992px) {
  .block-title2 {
    font-size: 1.6em;
  }
}
@media (min-width: 1200px) {
  .block-title2 {
    font-size: 1.85em;
  }
}
@media (min-width: 1680px) {
  .block-title2 {
    font-size: 2em;
  }
}

.block-title3 {
  display: inline-flex;
  font-size: 1.2em;
  font-weight: 700;
  margin-bottom: 1.5em;
  line-height: 1.3;
  color: white;
  background-color: #dc4236;
  padding: 0.45em 1.2em;
}

.block-title4 {
  font-size: 1.6em;
  letter-spacing: 0.025em;
  font-weight: 700;
  margin-bottom: 0.5em;
  line-height: 1.2;
  color: #38854f;
}
@media (min-width: 992px) {
  .block-title4 {
    font-size: 1.8em;
  }
}
@media (min-width: 1200px) {
  .block-title4 {
    font-size: 2.4em;
  }
}
@media (min-width: 1680px) {
  .block-title4 {
    font-size: 3em;
  }
}

.block-title5 {
  font-size: 1.2em;
  font-style: italic;
  color: #999;
  font-weight: 600;
  margin-bottom: 1.5em;
}
@media (min-width: 992px) {
  .block-title5 {
    font-size: 1.1em;
  }
}
@media (min-width: 1200px) {
  .block-title5 {
    font-size: 1.15em;
  }
}
@media (min-width: 1680px) {
  .block-title5 {
    font-size: 1.2em;
  }
}

.img-wrap {
  display: flex;
  overflow: hidden;
}
.img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (min-width: 992px) {
  .img-wrap:hover img {
    transform: scale(1.1);
  }
}

.square {
  aspect-ratio: 1/1;
}

.btn {
  position: relative;
  background-color: transparent !important;
  padding: 0.8em 2.5em !important;
  border-radius: 0;
  font-weight: 600;
  font-size: 1em;
  transition: all 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}
.btn img {
  filter: invert(60%) sepia(15%) saturate(7100%) hue-rotate(1deg) brightness(90%) contrast(110%);
  width: 20px !important;
  height: auto;
  margin-right: 0.7em;
  transition: all 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (min-width: 992px) {
  .btn {
    padding: 0.9em 3em !important;
  }
}
@media (min-width: 1200px) {
  .btn {
    padding: 1em 3.3em !important;
  }
}
@media (min-width: 1680px) {
  .btn {
    padding: 1.1em 3.6em !important;
  }
}

.btn-sm {
  padding: 0.15em 1.2em !important;
  font-size: 0.85em !important;
  height: 50px !important;
  transition: all 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}
.btn-sm i {
  font-weight: normal;
}
@media (min-width: 992px) {
  .btn-sm {
    padding: 0.2em 1.2em !important;
  }
}
@media (min-width: 1680px) {
  .btn-sm {
    padding: 0.3em 1.2em !important;
  }
}

.btn-outline-light {
  border: 1px solid white !important;
  color: white !important;
}
.btn-outline-light:hover {
  background-color: #dc4236 !important;
  color: white !important;
}

.btn-close {
  padding: 1em !important;
}

header {
  min-height: 92px;
}

.navbar {
  left: 0;
  padding: 0.5em 0 !important;
  right: 0;
  top: 0;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  z-index: 1030;
}
.navbar .navbar-nav {
  column-gap: 1.2rem;
  align-items: center;
}
.navbar {
  background: #fff;
  border-bottom: 2px solid #dc4236;
  min-height: 90px;
  padding: 0;
}
.navbar.is-fixed {
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
  position: fixed;
}
.navbar.is-hidden {
  transform: translateY(-100%);
}
.navbar .navbar-brand {
  align-items: center;
  display: flex;
  height: 90px;
  padding: 0.55rem 0;
}
.navbar .navbar-brand img {
  height: 100%;
  width: auto;
}
.navbar .navbar-toggler {
  border-color: rgba(28, 28, 28, 0.4);
  border-radius: 0;
}
.navbar .navbar-toggler:focus {
  box-shadow: 0 0 0 0.18rem rgba(56, 133, 79, 0.25);
}
.navbar .nav-link {
  font-family: "Anton", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  padding: 0.9rem 1.6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
}
.navbar .nav-link .nav-zh {
  font-family: "Noto Sans TC Local", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  display: block;
  line-height: 1;
  color: #000;
  margin-bottom: 0.25em;
}
.navbar .nav-link .nav-en {
  font-family: "Anton", sans-serif;
  font-size: 0.75rem;
  /* clearer small label */
  letter-spacing: 0.12em;
  display: block;
  margin-top: 0.08rem;
  text-transform: uppercase;
  color: #dc4236;
  transition: color 0.15s ease;
}
.navbar .nav-link:hover .nav-en, .navbar .nav-link:focus .nav-en {
  color: #38854f;
}
.nav-item:first-child .navbar .nav-link .nav-en {
  color: #38854f;
}
.nav-item:first-child .navbar .nav-link:hover .nav-en, .nav-item:first-child .navbar .nav-link:focus .nav-en {
  color: #dc4236;
}

@media (max-width: 991.98px) {
  .navbar .nav-link {
    padding: 0.7rem 0;
  }
}
.offcanvas .offcanvas-body {
  padding-top: 0;
}
.offcanvas .navbar-nav {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.offcanvas .navbar-nav .nav-link {
  padding: 0.9rem 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.offcanvas .navbar-nav .nav-link .nav-zh {
  font-size: 1.1rem;
  margin-bottom: 0;
}
.offcanvas .navbar-nav .nav-link .nav-en {
  font-size: 0.82rem;
  margin-left: 0.5rem;
}

@media (min-width: 992px) {
  .navbar .navbar-toggler {
    display: none;
  }
  .navbar .navbar-nav {
    display: flex !important;
    gap: 1.6rem;
    align-items: center;
  }
  .navbar .nav-link {
    padding: 0.9rem 1.8rem;
    flex-direction: column;
  }
  .navbar .nav-link .nav-zh {
    font-size: 1.2rem;
  }
  .navbar .nav-link .nav-en {
    font-size: 0.72rem;
    letter-spacing: 0.12em;
    margin-top: 0.06rem;
  }
  .offcanvas {
    display: none;
  }
}
* {
  box-sizing: border-box;
}

body {
  font-family: "Montserrat", "Noto Sans TC Local", sans-serif;
  margin: 0;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

hr {
  border-top: 1px solid #999 !important;
}

footer {
  background: white;
  border-top: 3px solid #dc4236;
  color: #1c1c1c;
  padding: 2.5rem 0 2rem;
}
footer p {
  color: #756f67;
  font-size: 0.75rem;
  margin: 1.1rem 0 0;
}
footer .footer-sitemap {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 2rem;
  justify-content: center;
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
}
footer .footer-sitemap a {
  color: #1c1c1c;
  font-family: "Noto Sans TC Local", sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
}
footer .footer-sitemap a span {
  color: #38854f;
  font-family: "Anton", sans-serif;
  font-size: 0.78rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-left: 0.35rem;
}
footer .footer-sitemap a:hover, footer .footer-sitemap a:focus {
  color: #dc4236;
}
@media (min-width: 1200px) {
  footer .footer-sitemap a {
    font-size: 1.2rem;
  }
}
footer .footer-logos {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 1.5em;
}
footer .footer-logos a {
  display: inline-flex;
  margin: 0 1.5em;
  height: 70px;
}
footer .footer-logos a img {
  width: 100%;
  height: auto;
}
footer .social-media {
  color: #1c1c1c;
  display: inline-block;
  font-size: 1.2rem;
  margin-top: 1.5rem;
}
footer .social-media a {
  width: 48px;
  height: 48px;
  background-color: black;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 3px;
  margin: 0.25em;
}
footer .social-media a img {
  width: 26px;
  height: 26px;
}
@media (min-width: 992px) {
  footer .social-media a:hover {
    background-color: #dc4236;
  }
}
@media (max-width: 575.98px) {
  footer .footer-sitemap {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.85rem;
  }
  footer .footer-sitemap a span {
    display: inline-block;
    min-width: 60px;
  }
}/*# sourceMappingURL=normal.css.map */