@charset "UTF-8";
/* base ===================== */
/* cover ===================== */
main {
  padding-top: 60px;
}
@media (min-width: 1200px) {
  main {
    padding-top: 100px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1250px;
  }
}

.default-padding-sm {
  padding-top: 36px;
  padding-bottom: 36px;
}
@media (min-width: 768px) {
  .default-padding-sm {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.default-padding-md {
  padding-top: 48px;
  padding-bottom: 48px;
}
@media (min-width: 768px) {
  .default-padding-md {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.default-padding-lg {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .default-padding-lg {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.ul-unstyle {
  padding: 0;
  margin: 0;
}
.ul-unstyle li {
  list-style: none;
}

.h-full {
  height: 100%;
}

.article-content img {
  display: block;
  margin: 2rem auto;
}

@font-face {
  font-family: "Noto Sans TC";
  src: url("../fonts/NotoSansTC-Light.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Noto Sans TC";
  src: url("../fonts/NotoSansTC-Regular.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "Noto Sans TC";
  src: url("../fonts/NotoSansTC-Medium.ttf") format("truetype");
  font-weight: 600;
}
body {
  font-family: "Noto Sans TC", sans-serif;
}

p {
  margin-bottom: 0.75rem;
}
p.lh-sm {
  line-height: 0.8;
}
p.lh-md {
  line-height: 1.3;
}
p.lh-lg {
  line-height: 1.5;
}

a {
  text-decoration: none;
  color: var(--bs-body-color);
}
a:hover {
  color: #034d99;
}

ul li {
  margin-bottom: 0.5rem;
}

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

.bg-second {
  background-color: #fdd835 !important;
}

.bg-gray {
  background-color: #f7f7f7 !important;
}

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

.text-second {
  color: #fdd835 !important;
}

.text-gray {
  color: #808080 !important;
}

.text-white {
  color: #fff !important;
}

.text-red {
  color: rgb(241, 23, 23);
}

.btn {
  padding: 0.5rem 1.5rem;
  min-width: 220px;
}

.btn-primary {
  border-color: #fdd835;
  background-color: #fdd835;
  color: #000;
  border-radius: 0;
}
.btn-primary:hover {
  border-color: #fdd835;
  background-color: #034d99;
}

.slider-container.dot-fixed .lSpg {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0) !important;
}

/* owl 卡片輪播箭頭按紐 */
.owl-carousel {
  position: relative;
}
.owl-carousel.arrow-center .owl-nav {
  display: none;
}
@media (min-width: 1200px) {
  .owl-carousel.arrow-center .owl-nav {
    display: block;
  }
}
.owl-carousel.arrow-center .owl-nav .owl-prev, .owl-carousel.arrow-center .owl-nav .owl-next {
  color: #fff !important;
  background: #034d99 !important;
  border: 1px solid #808080 !important;
  position: absolute;
  height: 2.5rem;
  line-height: 2.5rem;
  margin: -20px 0 0;
  padding: 0;
  width: 2.5rem;
  left: -70px;
  top: 50%;
}
.owl-carousel.arrow-center .owl-nav .owl-prev:hover, .owl-carousel.arrow-center .owl-nav .owl-next:hover {
  opacity: 0.8;
  background: #fdd835 !important;
  border-color: #fdd835 !important;
  color: #fff !important;
}
.owl-carousel.arrow-center .owl-nav .owl-next {
  left: auto;
  right: -70px;
  border-color: #fff;
}
.owl-carousel.arrow-down .owl-nav {
  display: block;
  margin-top: 2rem;
}
.owl-carousel.arrow-down .owl-nav button {
  position: relative;
}
.owl-carousel.arrow-down .owl-nav button i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.owl-carousel.arrow-down .owl-nav .owl-prev, .owl-carousel.arrow-down .owl-nav .owl-next {
  color: #fff !important;
  background: #034d99 !important;
  border: 1px solid #808080 !important;
  height: 2.5rem !important;
  line-height: 2.5rem !important;
  padding: 0;
  width: 2.5rem;
  border-radius: 50%;
}
.owl-carousel.arrow-down .owl-nav .owl-prev:hover, .owl-carousel.arrow-down .owl-nav .owl-next:hover {
  opacity: 0.8;
  background: #fdd835 !important;
  border-color: #fdd835 !important;
  color: #fff !important;
}
.owl-carousel.arrow-down .owl-nav .owl-next {
  border-color: #fff;
}
.accordion-item:not(:first-child) {
  margin-top: 1rem;
}
.accordion-item:first-of-type, .accordion-item:last-of-type, .accordion-item:first-of-type .accordion-button, .accordion-item:last-of-type .accordion-button {
  border-radius: 0 !important;
}
.accordion-item .accordion-button {
  background-color: #034d99;
  color: #fdd835;
}
.accordion-item .accordion-button::after {
  color: white;
  background-image: url(../img/faq-arrow.png);
}

/* components ===================== */
nav.navbar {
  padding: 0;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
@media (min-width: 1200px) {
  nav.navbar {
    height: 100px;
  }
}
nav.navbar .navbar-container {
  width: 100%;
}
@media (min-width: 1200px) {
  nav.navbar .navbar-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1250px;
    margin: auto;
  }
}
nav.navbar .navbar-container .navbar-header {
  position: relative;
  text-align: center;
  width: 100%;
}
@media (min-width: 1200px) {
  nav.navbar .navbar-container .navbar-header {
    width: auto;
  }
}
nav.navbar .navbar-container .navbar-header .navbar-toggler {
  position: absolute;
  border: none;
  padding: 0.5rem;
  top: 50%;
  left: 0.5rem;
  transform: translate(0, -50%);
}
nav.navbar .navbar-container .navbar-header .navbar-toggler:focus {
  box-shadow: none;
}
nav.navbar .navbar-container .navbar-header .navbar-brand {
  padding: 10px;
  margin: 0;
  height: 60px;
  display: inline-block;
}
@media (min-width: 1200px) {
  nav.navbar .navbar-container .navbar-header .navbar-brand {
    padding: 20px;
    height: 100px;
  }
}
nav.navbar .navbar-container .navbar-header .navbar-brand img {
  height: 40px;
}
@media (min-width: 1200px) {
  nav.navbar .navbar-container .navbar-header .navbar-brand img {
    height: 60px;
  }
}
nav.navbar .navbar-container .navbar-collapse {
  max-height: 350px;
  overflow-y: auto;
}
@media (min-width: 1200px) {
  nav.navbar .navbar-container .navbar-collapse {
    justify-content: end;
    max-height: unset;
    overflow-y: unset;
  }
}
nav.navbar .navbar-container .navbar-collapse .navbar-nav.style-text a {
  color: #000;
}
nav.navbar .navbar-container .navbar-collapse .navbar-nav.style-text a:hover {
  color: #034d99;
}
nav.navbar .navbar-container .navbar-collapse .navbar-nav.style-text li.active > a {
  color: #034d99;
}
nav.navbar .navbar-container .navbar-collapse .navbar-nav a {
  display: inline-block;
  text-decoration: none;
  width: 100%;
  padding: 0.75rem 1rem;
}
nav.navbar .navbar-container .navbar-collapse .navbar-nav .dropdown .dropdown-toggle::after {
  float: right;
  margin-top: 0.75rem;
}
@media (min-width: 992px) {
  nav.navbar .navbar-container .navbar-collapse .navbar-nav .dropdown .dropdown-toggle::after {
    display: none;
  }
}
nav.navbar .navbar-container .navbar-collapse .navbar-nav .dropdown .dropdown-menu {
  border: none;
  border-radius: 0;
  opacity: 0;
  padding: 0;
  transition: max-height 0.3s ease-out;
}
nav.navbar .navbar-container .navbar-collapse .navbar-nav .dropdown .dropdown-menu.show {
  opacity: 1 !important;
}
@media (min-width: 1200px) {
  nav.navbar .navbar-container .navbar-collapse .navbar-nav .dropdown .dropdown-menu.show {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    min-width: 12rem;
  }
}
nav.navbar .navbar-container .navbar-collapse .navbar-nav .dropdown .dropdown-menu li {
  width: 100%;
}
nav.navbar .navbar-container .navbar-collapse .navbar-nav .dropdown .dropdown-menu li a {
  display: inline-block;
  width: 100%;
  padding-left: 2rem;
}
@media (min-width: 1200px) {
  nav.navbar .navbar-container .navbar-collapse .navbar-nav .dropdown .dropdown-menu li a {
    padding-left: 1rem;
  }
}

footer .footer-main {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
footer .footer-main a,
footer .footer-main p,
footer .footer-main span {
  color: hsla(0, 0%, 100%, 0.9);
}
footer .footer-main a:hover {
  color: #fdd835;
}
footer .footer-main h5 {
  color: #fff;
}
footer .footer-main .title p {
  width: 2.5rem;
  height: 4px;
  background-color: #fdd835;
  margin: 1rem 0 1.5rem;
  border-radius: 0.5rem;
}
footer .footer-main .qrcode {
  display: block;
  width: 13rem;
  margin: auto;
}
footer .copyright {
  background-color: #def2fb;
}
footer .copyright p {
  font-size: 14px;
  color: #0068b4;
  padding: 16px 0;
  margin: 0;
  text-align: center;
}

.fixed-links {
  position: fixed;
  right: 4px;
  bottom: 20px;
  z-index: 50;
}
@media (min-width: 576px) {
  .fixed-links {
    right: 20px;
  }
}
.fixed-links ul {
  display: grid;
  padding: 0;
  margin: 0;
}
.fixed-links ul li {
  list-style: none;
  cursor: pointer;
}
.fixed-links ul li img {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
}
.fixed-links .btn-to-top {
  display: none;
}

/* 頁碼 */
.pagination-m {
  text-align: center;
  margin-top: 80px;
}
.pagination-m ul {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.pagination-m ul li {
  display: inline;
}
.pagination-m ul li a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
}
.pagination-m ul li a.active {
  border-radius: 4px;
  background-color: #fdd835;
  color: white;
}
.pagination-m ul li a:hover:not(.active) {
  border-radius: 4px;
  background-color: rgba(253, 216, 53, 0.25);
}

/* 分頁banner */
.page-banner {
  background-position: center;
  width: 100%;
  height: 200px;
}
@media (min-width: 992px) {
  .page-banner {
    height: 400px;
  }
}
.page-banner .container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.page-banner .container h1 {
  font-weight: 500;
  font-size: 24px;
  color: #fff;
}
@media (min-width: 768px) {
  .page-banner .container h1 {
    font-size: 30px;
  }
}
.page-banner .container h1::before {
  content: "— ";
}
.page-banner .container h1::after {
  content: " —";
}

.img-box-1-1 {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 0;
  padding-bottom: 100%;
}
.img-box-1-1 img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.img-box-3-4 {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 0;
  padding-bottom: 75%;
}
.img-box-3-4 img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#zoomIn a {
  position: relative;
  display: inline-block;
  width: 100%;
}
#zoomIn a img {
  width: 100%;
}
#zoomIn a:hover .img-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#zoomIn a:hover .img-wrapper i {
  color: #fff; /* Set the icon color */
  font-size: 2rem; /* Adjust the size as needed */
}
#zoomIn a .img-wrapper {
  display: none;
}

.address-item {
  margin-bottom: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.aside-menu {
  text-align: left;
  margin-bottom: 1.5rem;
}
.aside-menu h5 {
  color: #034d99;
  font-weight: 500;
  margin-bottom: 1rem;
}
.aside-menu ul li {
  position: relative;
}
.aside-menu ul li.active > a {
  color: #fdd835;
  background-color: #034d99;
}
.aside-menu ul li a {
  display: inline-block;
  border-radius: 6px;
  padding: 0.5rem 0.75rem;
  margin-bottom: 0.75rem;
  width: 100%;
  font-weight: 500;
  background-color: #f7f7f7;
}
.aside-menu ul li a:hover {
  background-color: #fdd835;
  color: #000;
}

.section-title {
  text-align: center;
  color: #0068b4;
  margin-bottom: 3rem;
}
.section-title p {
  width: 2.5rem;
  height: 4px;
  background-color: #fdd835;
  margin: 1rem auto 0;
  border-radius: 0.5rem;
}

img {
  max-width: 100%;
}

time {
  color: #808080;
}

#banner-slider {
  list-style: none;
  margin: 0;
  padding: 0;
}

.card-content .title {
  color: #034d99;
}
@media (min-width: 992px) {
  .card-content .title {
    text-align: center;
    margin-top: 1rem;
  }
}
@media (min-width: 992px) {
  .card-content p {
    text-align: center;
  }
}

.section-contact {
  display: flex;
  align-items: center;
  height: 600px;
}
.section-contact .contact-btn-group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin: 2rem 0;
}
@media (min-width: 992px) {
  .section-contact .contact-btn-group {
    flex-direction: row;
  }
}

.news-body .title {
  color: #034d99;
  margin: 0.5rem 0 0;
}
.news-body time {
  color: #808080;
}
.news-body .content {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  margin-top: 0.5rem;
  color: #808080;
}
.news-body .content p {
  font-size: 0.875rem;
}

@media (min-width: 768px) {
  .business-card {
    width: 90%;
  }
}/*# sourceMappingURL=style.css.map */