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

/* Arrows */
.slick-prev,
.slick-next {
  --btn-size: 40px;
  position: absolute;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--btn-size);
  height: var(--btn-size);
  cursor: pointer;
  border: 0;
  background-color: transparent !important;
  border-radius: 0;
  padding: 0;
  outline: none;
  z-index: 9;
  font-size: 1rem;
  border: 2px solid #cccccc;
  border-radius: 50%;
  transform: translateY(-50%);
  transition: all 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}
.slick-prev i,
.slick-next i {
  font-size: 1.3rem;
  color: #cccccc;
  transition: all 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}
.slick-prev:hover, .slick-prev:active, .slick-prev:focus,
.slick-next:hover,
.slick-next:active,
.slick-next:focus {
  outline: none;
  border: 2px solid #dc4236;
  background-color: #dc4236 !important;
}
.slick-prev:hover i, .slick-prev:active i, .slick-prev:focus i,
.slick-next:hover i,
.slick-next:active i,
.slick-next:focus i {
  filter: brightness(0) invert(1);
}
@media (min-width: 1200px) {
  .slick-prev,
  .slick-next {
    --btn-size: 60px;
  }
}

.slick-prev {
  left: calc(var(--btn-size) * -1 - 1em);
}

.slick-next {
  right: calc(var(--btn-size) * -1 - 1em);
}

/* Dots */
.slick-dots {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  text-align: start;
  margin: 1.5em 0 0 0;
  --bs-gutter-x: 1.5em;
  padding-right: calc(var(--bs-gutter-x) * 2) !important;
  padding-left: calc(var(--bs-gutter-x) * 2) !important;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 769px) {
  .slick-dots {
    padding-right: calc(var(--bs-gutter-x) * 1.5) !important;
    padding-left: calc(var(--bs-gutter-x) * 1.5) !important;
  }
}
@media (min-width: 1200px) {
  .slick-dots {
    padding-right: calc(var(--bs-gutter-x) * 2.5) !important;
    padding-left: calc(var(--bs-gutter-x) * 2.5) !important;
  }
}
@media (min-width: 1680px) {
  .slick-dots {
    padding-right: calc(var(--bs-gutter-x) * 4.5) !important;
    padding-left: calc(var(--bs-gutter-x) * 4.5) !important;
  }
}
.slick-dots li {
  position: relative;
  display: flex;
  height: 24px !important;
  width: 24px !important;
  margin: 5px 10px !important;
  padding: 0 !important;
  cursor: pointer;
}
.slick-dots li:before {
  display: none;
}
.slick-dots li button {
  position: relative;
  border: 0;
  background: transparent;
  display: block;
  height: 100%;
  width: 100%;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 0;
  cursor: pointer;
  text-align: center;
}
.slick-dots li button:before {
  position: absolute;
  width: 12px;
  height: 12px;
  top: 50%;
  left: 50%;
  content: "";
  transform: translate(-50%, -50%);
  background-color: transparent;
  border: 2px solid #cccccc;
  opacity: 1;
  border-radius: 25px;
  transition: all 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li.slick-active button:before {
  width: 12px;
  height: 12px;
  background-color: #dc4236;
  border: 2px solid #dc4236;
}/*# sourceMappingURL=slick-theme.css.map */