@charset "UTF-8";
@media screen and (max-width: 390px) {
  html {
    font-size: 15px;
  }
}
@media screen and (max-width: 360px) {
  html {
    font-size: 14px;
  }
}
@media screen and (max-width: 320px) {
  html {
    font-size: 13px;
  }
}

body {
  font-family: "Roboto", "Noto Sans TC", 微軟正黑體, "Microsoft JhengHei", sans-serif;
  line-height: 1.3;
}

a {
  color: #ba272d;
}
a:hover {
  color: #ba272d;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1rem;
  line-height: 1.3;
}

h1,
.h1 {
  font-size: 2.25rem;
}
@media (min-width: 768px) {
  h1,
  .h1 {
    font-size: 2.5rem;
  }
}

h2,
.h2 {
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  h2,
  .h2 {
    font-size: 2rem;
  }
}

h3,
.h3 {
  font-size: 1.575rem;
}
@media (min-width: 768px) {
  h3,
  .h3 {
    font-size: 1.75rem;
  }
}

h4,
.h4 {
  font-size: 1.35rem;
}
@media (min-width: 768px) {
  h4,
  .h4 {
    font-size: 1.5rem;
  }
}

h5,
.h5 {
  font-size: 1.125rem;
}
@media (min-width: 768px) {
  h5,
  .h5 {
    font-size: 1.25rem;
  }
}

h6,
.h6 {
  font-size: 0.9rem;
}
@media (min-width: 768px) {
  h6,
  .h6 {
    font-size: 1rem;
  }
}

.bg-primary {
  background-color: #ba272d !important;
}

.bg-secondary {
  background-color: #91c531 !important;
}

.bg-success {
  background-color: #00a476 !important;
}

.bg-light {
  background-color: #f1f1f1 !important;
}

.bg-dark {
  background-color: #0d0b0d !important;
}

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

.text-muted {
  color: #999999 !important;
}

.text-dark {
  color: #0d0b0d !important;
}

.shadow-sm {
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.16) !important;
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.16) !important;
}

.container-fluid,
.container {
  padding-left: 1rem;
  padding-right: 1rem;
}

.btn {
  border-width: 2px;
  border-radius: 0.3125rem;
}
.btn:hover {
  text-decoration: none;
}

.btn-outline-light:hover {
  color: #0d0b0d;
}

.btn-success {
  background-color: #91c531;
  border-color: #91c531;
}
.btn-success.btn:active, .btn-success:hover {
  background-color: #91c531;
  border-color: #91c531;
}

.btn-dark {
  background-color: #0d0b0d;
  color: #FFF;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 3.2px;
  min-width: 12.5rem;
  padding: 0.625rem;
}
@media screen and (max-width: 991.98px) {
  .btn-dark {
    font-size: 1.125rem;
  }
}

.input-group {
  border-bottom: 0.8px solid #707070;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 991.98px) {
  .input-group {
    margin-bottom: 1.125rem;
  }
}
.input-group:focus-within {
  border-bottom: 0.8px solid #ba272d;
}
.input-group .input-group-text {
  border: unset;
  background-color: unset;
  font-size: 1.25rem;
  line-height: 1.35;
  color: #0d0b0d;
  padding: 0.375rem 1rem 0.375rem 0;
}
@media screen and (max-width: 991.98px) {
  .input-group .input-group-text {
    font-size: 1rem;
  }
}
.input-group .form-control {
  border: unset;
  background-color: unset;
  font-size: 1.25rem;
  line-height: 1.35;
  padding: 0.625rem 0;
}
@media screen and (max-width: 991.98px) {
  .input-group .form-control {
    font-size: 1rem;
  }
}
.input-group .form-control:focus {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}
.input-group:has(textarea) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 991.98px) {
  .input-group:has(textarea) {
    margin-top: 1rem;
  }
}
.input-group:has(textarea) .form-control {
  width: 100%;
  min-height: 10.25rem;
}

.contact-form .row {
  --bs-gutter-x: 4rem;
}

@media screen and (min-width: 576px) {
  .contact-modal .modal-dialog {
    width: 95vw;
    max-width: 1320px;
  }
}
.contact-modal .modal-dialog .modal-content {
  border-radius: unset;
  border: unset;
  -webkit-box-shadow: 3px 10px 20px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 3px 10px 20px 0 rgba(0, 0, 0, 0.25);
  background-color: rgba(255, 255, 255, 0.95);
}
.contact-modal .modal-dialog .modal-content .modal-header {
  position: relative;
  border: unset;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 3.5rem 10% 4rem;
}
@media screen and (max-width: 991.98px) {
  .contact-modal .modal-dialog .modal-content .modal-header {
    padding: 2.5rem 6%;
  }
}
.contact-modal .modal-dialog .modal-content .modal-header .modal-title {
  color: #0d0b0d;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.35;
  text-align: center;
}
@media screen and (max-width: 991.98px) {
  .contact-modal .modal-dialog .modal-content .modal-header .modal-title {
    font-size: 1.5rem;
  }
}
.contact-modal .modal-dialog .modal-content .modal-header .btn-close {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
}
.contact-modal .modal-dialog .modal-content .modal-header .btn-close:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.contact-modal .modal-dialog .modal-content .modal-body {
  padding: 0 10% 4rem;
}
@media screen and (max-width: 991.98px) {
  .contact-modal .modal-dialog .modal-content .modal-body {
    padding: 0 6% 2.5rem;
  }
}

.modal-backdrop.show {
  opacity: 0.1 !important;
}

.navbar {
  background-color: #0d0b0d;
  padding: 1.4625rem 0;
  height: 6.25rem;
}
@media screen and (max-width: 991.98px) {
  .navbar {
    padding: 1.2rem 0;
    height: 4.375rem;
  }
}

.navbar-brand {
  margin: auto;
  padding: 0;
  width: 22.6125rem;
}
@media screen and (max-width: 991.98px) {
  .navbar-brand {
    width: 13.41875rem;
  }
}
.navbar-brand img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.section {
  padding: 2.5rem 0;
}
@media (min-width: 768px) {
  .section {
    padding: 4.375rem 0;
  }
}

.footer {
  padding: 5.925rem 0;
  color: #fff;
  background-color: #0d0b0d;
}
@media screen and (max-width: 576.98px) {
  .footer {
    padding: 4rem 0 1.5rem;
  }
}
.footer .footer-upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3.75rem;
}
@media screen and (max-width: 991.98px) {
  .footer .footer-upper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.5rem;
  }
}
.footer a {
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer a:hover {
  color: #ba272d;
}
.footer p {
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.36;
  font-weight: 500;
}
@media screen and (max-width: 991.98px) {
  .footer p {
    font-size: 1rem;
  }
}
.footer .links-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.03125rem;
}
@media screen and (max-width: 991.98px) {
  .footer .links-wrap {
    margin: 0 auto;
    gap: 2rem;
  }
}
.footer .links-wrap .link-image {
  width: 9.58125rem;
}
@media screen and (max-width: 767.98px) {
  .footer .links-wrap .link-image {
    width: 7.5rem;
  }
}
.footer .social-wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 1.4px;
}
@media screen and (max-width: 991.98px) {
  .footer .social-wrap {
    margin-top: 1.25rem;
  }
}
.footer .social-wrap img {
  width: 1.625rem;
  height: 1.625rem;
  margin-left: 1.25rem;
}
.footer .copyright {
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 1.8px;
}
@media screen and (max-width: 991.98px) {
  .footer .copyright {
    font-size: 1rem;
    letter-spacing: 0;
  }
}
.footer .copyright a {
  text-decoration: underline;
  color: #FFF;
}

.footer-logo {
  height: 4.0625rem;
  display: inline-block;
}
@media screen and (max-width: 991.98px) {
  .footer-logo {
    height: 2.875rem;
  }
}
.footer-logo img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.links-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.275rem;
}
@media screen and (max-width: 767.98px) {
  .links-wrap {
    margin: 2.43125rem auto 0;
    gap: 1.9625rem;
  }
}
.links-wrap .link-image {
  width: 12.4125rem;
}
@media screen and (max-width: 767.98px) {
  .links-wrap .link-image {
    width: 7.6875rem;
  }
}
.links-wrap .link-image img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes zoom {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.hero-section {
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (min-width: 992px) {
  .hero-section.scroll-animate .section-bg {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}
@media screen and (max-width: 991.98px) {
  .hero-section.scroll-animate .section-bg {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
}
.hero-section .section-bg {
  width: 100%;
  padding-bottom: 43.23%;
  overflow: hidden;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 991.98px) {
  .hero-section .section-bg {
    padding-bottom: 65%;
  }
}
@media screen and (max-width: 767.98px) {
  .hero-section .section-bg {
    padding-bottom: 90%;
  }
}
.hero-section .section-bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-animation-name: zoom;
          animation-name: zoom;
  -webkit-animation-duration: 8s;
          animation-duration: 8s;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
.hero-section .links-wrap {
  margin-top: 3.55rem;
}
@media screen and (max-width: 991.98px) {
  .hero-section .links-wrap {
    margin-top: 2.5rem;
  }
}
@media screen and (hover: hover) {
  .hero-section .links-wrap .link-image {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .hero-section .links-wrap .link-image:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.hero-section .section-content {
  width: 100%;
  max-width: 75%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
  -webkit-transform: translate(-50%, -70%);
          transform: translate(-50%, -70%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .hero-section .section-content {
    text-align: left;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-transform: translate(-50%, -57%);
            transform: translate(-50%, -57%);
  }
}
.hero-section .section-content .section-title {
  color: #FFF;
  font-size: 4.5625rem;
  font-weight: 700;
  margin-bottom: 1.53125rem;
}
@media screen and (max-width: 1499.98px) {
  .hero-section .section-content .section-title {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 991.98px) {
  .hero-section .section-content .section-title {
    font-size: 2.625rem;
    margin-bottom: 0.375rem;
    white-space: nowrap;
  }
}
.hero-section .section-content .section-des {
  color: #FFF;
  font-size: 2.25rem;
  font-weight: 700;
  margin: 0;
}
@media screen and (max-width: 1499.98px) {
  .hero-section .section-content .section-des {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 991.98px) {
  .hero-section .section-content .section-des {
    font-size: 1.125rem;
  }
}

.section {
  padding: 5.625rem 0 2.5rem;
}
@media screen and (max-width: 767.98px) {
  .section {
    padding: 4.5rem 0 3rem;
  }
}
.section.feature-1 .image-wrap {
  margin: 0 8rem 0 auto;
}
@media screen and (max-width: 991.98px) {
  .section.feature-1 .image-wrap {
    margin: 0.75rem auto 0;
  }
}
.section.feature-1 .text-wrap {
  margin: 0 4rem 0 auto;
  margin-top: 22%;
}
@media screen and (max-width: 991.98px) {
  .section.feature-1 .text-wrap {
    margin: 0 auto;
    margin-top: 22%;
  }
}
@media screen and (max-width: 767.98px) {
  .section.feature-1 .text-wrap {
    margin: 0 auto;
  }
}
.section.feature-2 .image-wrap {
  margin: 0 8rem 0 auto;
}
@media screen and (max-width: 991.98px) {
  .section.feature-2 .image-wrap {
    margin: 0 auto;
  }
}
.section.feature-2 .text-wrap {
  margin: 0 8rem 0 auto;
  margin-top: 22%;
}
@media screen and (max-width: 991.98px) {
  .section.feature-2 .text-wrap {
    margin: 0 auto;
    margin-top: 22%;
  }
}
@media screen and (max-width: 767.98px) {
  .section.feature-2 .text-wrap {
    margin: 0 auto;
  }
}
.section.update {
  padding: 0;
  min-height: 740px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767.98px) {
  .section.update {
    min-height: auto;
    padding: 3.4375rem 0;
  }
}
.section.update .inner-wrap {
  width: 100%;
  max-width: 85%;
  margin: 0 auto;
}
@media screen and (max-width: 767.98px) {
  .section.update .inner-wrap {
    max-width: 90%;
  }
}
@media screen and (max-width: 1499.98px) {
  .section.update .section-des {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 991.98px) {
  .section.update .section-des {
    font-size: 1.375rem;
  }
}
.section .inner-wrap {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.section .image-wrap {
  width: 23.5rem;
}
@media screen and (max-width: 991.98px) {
  .section .image-wrap {
    width: 18rem;
  }
}
@media screen and (max-width: 767.98px) {
  .section .image-wrap {
    width: 84%;
  }
}
.section .image-wrap img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section .section-title {
  font-size: 4rem;
  font-weight: 700;
  margin: 0;
}
@media screen and (max-width: 1499.98px) {
  .section .section-title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 991.98px) {
  .section .section-title {
    font-size: 2.25rem;
  }
}
.section .section-des {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.37;
  margin: 0;
  margin-top: 2.8125rem;
}
@media screen and (max-width: 1499.98px) {
  .section .section-des {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 991.98px) {
  .section .section-des {
    font-size: 1.5rem;
    margin-top: 1rem;
  }
}

.article-wrap {
  padding: 1.875rem 0 6.25rem;
}
.article-wrap h1, .article-wrap h2, .article-wrap h3, .article-wrap h4, .article-wrap h5, .article-wrap h6 {
  color: #0d0b0d;
  font-weight: 500;
  line-height: 1.35;
  margin-bottom: 0.5rem;
}
.article-wrap h1 {
  font-size: 1.75rem;
  text-align: center;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 991.98px) {
  .article-wrap h1 {
    font-size: 1.25rem;
  }
}
.article-wrap h2 {
  font-size: 1.5rem;
}
@media screen and (max-width: 991.98px) {
  .article-wrap h2 {
    font-size: 1.125rem;
  }
}
.article-wrap p {
  color: #0d0b0d;
  font-size: 1.125rem;
  line-height: 1.56;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 991.98px) {
  .article-wrap p {
    font-size: 1rem;
  }
}
/*# sourceMappingURL=style.css.map */