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

.about {
  background-image: url(/images/hero.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.about .banner {
  padding: 5em 0;
}
.about .banner-logo img {
  width: 80%;
  height: auto;
  max-width: 500px;
  margin-bottom: 0.5em;
  font-size: clamp(2.5rem, 5vw, 5rem);
  font-weight: 700;
  letter-spacing: 0.12em;
}
.about .banner-title {
  font-family: Georgia, serif;
  font-size: clamp(2.4rem, 4vw, 3.7rem);
  font-style: italic;
  letter-spacing: 0.08em;
  line-height: 1.1;
  margin: 0.5rem 0 0;
}
.about .banner-subtitle {
  font-family: Georgia, serif;
  font-size: clamp(1rem, 1.6vw, 1.55rem);
  letter-spacing: 0.13em;
  margin: 0.25rem 0 2rem;
}
.about .content {
  padding-bottom: 5em;
}
.about .content .wrapper {
  position: relative;
  padding: 45px;
  border-radius: 50px;
  border: 6px solid #dc4236;
}
.about .content .wrapper .page-title {
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  font-weight: 600;
}
.about .content .wrapper:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 46px;
  z-index: -1;
  background-color: rgba(251, 248, 243, 0.8);
}
.about .content .wrapper:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 32px);
  height: calc(100% + 32px);
  border-radius: 60px;
  border: 6px solid #38854f;
  z-index: 1;
}
.about .content .wrapper .btn {
  position: relative;
  z-index: 2;
  border: 1px solid #333;
  color: #333;
}/*# sourceMappingURL=about.css.map */