@charset "UTF-8";
@import "../bootstrap.css";
@import "../fancybox.css";
@import "../swiper-bundle.min.css";
@import "../owl.carousel.min.css";
@import "../owl.theme.default.css";
@import "../reset.css";
.main-navbar {
  border-top: 2rem solid #516fb5;
  background-color: #fff;
}
@media (max-width: 992px) {
  .main-navbar {
    border-top: 1rem solid #516fb5;
    padding: 1.5rem 0;
  }
}
.main-navbar .top-navbar {
  width: 85.625%;
  margin: auto;
}

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0;
}

.top-nav-logo {
  display: block;
  width: 16.6145vw;
  max-width: 319px;
  min-width: 240px;
}
.top-nav-logo img {
  width: 100%;
  vertical-align: middle;
}

.navbar-nav {
  padding: 0;
  align-items: center;
}
.navbar-nav .nav-item {
  margin: 0 1.5rem;
}
.navbar-nav .nav-item:hover a::after {
  width: 100%;
  transition: width 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .navbar-nav .nav-item:hover a::after {
    display: none;
  }
}
@media (max-width: 1400px) {
  .navbar-nav .nav-item {
    margin: 0 0.7rem;
  }
}
@media (max-width: 992px) {
  .navbar-nav .nav-item {
    margin: 0;
  }
  .navbar-nav .nav-item + .nav-item {
    margin-top: 24px;
  }
}
.navbar-nav .nav-item a {
  font-size: 19px;
  font-weight: 400;
  color: #000;
  letter-spacing: 0.05rem;
  text-decoration: none;
  display: block;
  padding: 45px 0;
  position: relative;
}
.navbar-nav .nav-item a::after {
  content: "";
  display: block;
  width: 0;
  height: 8px;
  background-color: #516fb5;
  position: absolute;
  top: 100%;
  left: 0;
  transform: translateY(-100%);
}
@media (max-width: 1400px) {
  .navbar-nav .nav-item a {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .navbar-nav .nav-item a {
    font-size: 17px;
    padding: 0;
  }
}
@media (max-width: 992px) {
  .navbar-nav {
    align-items: flex-start;
    padding: 2rem 0;
  }
}

.nav-dropdown-pic {
  width: 10px;
  margin-left: 12px;
}
.nav-dropdown-pic img {
  width: 100%;
  vertical-align: middle;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    top: calc(100% + 14px);
  }
}
.dropdown-item:hover,
.dropdown-item:focus {
  background-color: transparent;
}

.navbar-nav .dropdown-menu {
  padding: 22px 8px;
  border-radius: 0;
  margin: 0;
  border: none;
  position: absolute;
  background: #fff;
}
.navbar-nav .dropdown-menu li {
  padding: 20px 24px;
}
.navbar-nav .dropdown-menu li:hover {
  background: #a3b7e5;
}
.navbar-nav .dropdown-menu li:hover a {
  color: #fff;
}
@media (max-width: 992px) {
  .navbar-nav .dropdown-menu li {
    padding: 0px;
  }
  .navbar-nav .dropdown-menu li + li {
    margin-top: 24px;
  }
}

.dropdown-item {
  padding: 0;
}

.top-nav-search {
  width: 13.28125vw;
  min-width: 200px;
  height: 44px;
  display: flex;
  align-items: center;
  background-color: #f7f7f7;
  margin-left: auto;
}
@media (max-width: 992px) {
  .top-nav-search {
    width: 255px;
    margin-left: 0;
    margin-right: auto;
  }
}
.top-nav-search input {
  width: 0;
  flex-grow: 1;
  border: none;
  background-color: transparent;
  height: 100%;
  text-indent: 0.5em;
}
.top-nav-search input:focus {
  outline: none;
}
.top-nav-search input::-moz-placeholder {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #cccccc;
  text-indent: 12px;
}
.top-nav-search input::placeholder {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #cccccc;
  text-indent: 12px;
}
@media (max-width: 1400px) {
  .top-nav-search input::-moz-placeholder {
    font-size: 13px;
  }
  .top-nav-search input::placeholder {
    font-size: 13px;
  }
}

.nav-search-btn {
  width: -moz-fit-content;
  width: fit-content;
  padding: 12px 0 12px 24px;
}
.nav-search-btn .nav-search-btn-pic {
  width: 20px;
}
.nav-search-btn .nav-search-btn-pic img {
  width: 100%;
  vertical-align: middle;
}

ul.dropdown-menu.show {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
ul.dropdown-menu.show li > a {
  padding: 0;
}
ul.dropdown-menu.show li > a::after {
  display: none;
}

.dropdown-menu {
  --bs-dropdown-item-padding-x: 0;
  --bs-dropdown-item-padding-y: 0;
}

.main-footer {
  padding: 80px 0;
  background-color: #516fb5;
  border-bottom: 72px solid #425ea3;
}
.main-footer .footer-content {
  width: 66.25%;
  margin: auto;
}
@media (max-width: 992px) {
  .main-footer .footer-content {
    width: 83%;
    align-items: center;
  }
}

.footer-prfile {
  width: 0;
  flex-grow: 1;
}
@media (max-width: 992px) {
  .footer-prfile {
    width: 100px;
  }
}

.footer-prfile-pic {
  width: 19.32291667vw;
  min-width: 250px;
  margin-bottom: 4rem;
}
@media (max-width: 992px) {
  .footer-prfile-pic {
    width: 250px;
    margin: auto;
    margin-bottom: 30px;
  }
}
.footer-prfile-pic img {
  width: 100%;
  vertical-align: middle;
}

.footer-prfile-list {
  gap: 2rem;
}
.footer-prfile-list ul li + li {
  margin-top: 20px;
}
.footer-prfile-list ul li a {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
}

.footer-nav-copyright {
  width: 56.13207547%;
  padding-top: 25px;
}
@media (max-width: 992px) {
  .footer-nav-copyright {
    width: 100%;
  }
}
.footer-nav-copyright ul {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  gap: 10px 48px;
}
@media (max-width: 992px) {
  .footer-nav-copyright ul {
    margin-left: 0;
    margin-right: auto;
  }
}
.footer-nav-copyright ul li a {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
}
.footer-nav-copyright p {
  margin-top: auto;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  margin-bottom: 20px;
  text-align: end;
  line-height: 1.2;
}
@media (max-width: 992px) {
  .footer-nav-copyright p {
    text-align: start;
    line-height: 1.4;
  }
}
.footer-nav-copyright a {
  display: block;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  margin-bottom: 20px;
  text-align: end;
  text-decoration: none;
}
@media (max-width: 992px) {
  .footer-nav-copyright a {
    text-align: start;
  }
}

.index-about {
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-image: url(../../src/web/index/construction-worker-engineer-looking-mobile-crane-up-lift-precast-concrete-wall-1.jpg);
}
.index-about .index-about-main {
  width: 49.375%;
  margin: auto;
  padding: 170px 0;
}
@media (max-width: 1400px) {
  .index-about .index-about-main {
    width: 93%;
  }
}
@media (max-width: 992px) {
  .index-about .index-about-main {
    padding: 60px 0;
  }
}
.index-about .index-about-main h1 {
  font-size: 48px;
  font-weight: 600;
  font-family: "Noto Serif TC", sans-serif;
  text-align: center;
  color: #000000;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 992px) {
  .index-about .index-about-main h1 {
    font-size: 28px;
  }
}
.index-about .index-about-main h1::after {
  content: "";
  display: flex;
  width: 100px;
  border-top: 8px solid #516fb5;
  margin-top: 2rem;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .index-about .index-about-main h1::after {
    width: 60px;
    border-top: 8px solid #516fb5;
    margin-bottom: 50px;
  }
}
.index-about .index-about-main p {
  font-size: 19px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.8;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .index-about .index-about-main p {
    font-size: 16px;
  }
}
.index-about .index-about-main .index-base-btn {
  margin: auto;
  margin-top: 80px;
}
@media (max-width: 992px) {
  .index-about .index-about-main .index-base-btn {
    margin-top: 50px;
  }
}

.index-base-btn {
  text-decoration: none;
  display: block;
  border: none;
  padding: 20px 0;
  color: #fff;
  width: 223px;
  border-radius: 6px;
  background-color: #516fb5;
}
.index-base-btn:hover {
  background-color: #425ea3;
  color: #fff;
}
@media (max-width: 992px) {
  .index-base-btn {
    padding: 16px 0;
  }
}

.index-service-item {
  width: 100%;
  aspect-ratio: 309/368;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.index-service-item:hover .index-service-article {
  transform: translateY(-20px);
}
.index-service-item:hover::after {
  background: rgba(0, 0, 0, 0.2);
}
.index-service-item::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  transition: 0.3s ease-in-out;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.index-service-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: middle;
}
@media (max-width: 992px) {
  .index-service-item {
    aspect-ratio: 1/1;
  }
}
.index-service-item .index-service-article {
  transform: translateY(0);
  transition: 0.3s ease-in-out;
  position: absolute;
  width: 84.46601942%;
  bottom: 28px;
  left: 0;
  right: 0;
  margin: auto;
  color: #fff;
  z-index: 2;
}
.index-service-item .index-service-article h3 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #fff;
  font-family: "Noto Serif TC", sans-serif;
  padding: 7px 8px;
  background-color: #516fb5;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 1rem;
}
@media (max-width: 992px) {
  .index-service-item .index-service-article h3 {
    font-size: 23px;
  }
}
.index-service-item .index-service-article p {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 992px) {
  .index-service-item .index-service-article p {
    font-size: 20px;
  }
}

.index-service {
  padding: 136px 0;
  background-color: #f0f4fe;
}
@media (max-width: 1300px) {
  .index-service {
    padding: 60px 0;
  }
}
.index-service .index-service-main {
  width: 66.25%;
  margin: auto;
}
@media (max-width: 1300px) {
  .index-service .index-service-main {
    width: 83%;
  }
}
.index-service .index-service-main h2 {
  font-size: 48px;
  font-weight: 600;
  font-family: "Noto Serif TC", sans-serif;
  text-align: center;
  color: #000000;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 992px) {
  .index-service .index-service-main h2 {
    font-size: 28px;
  }
}
.index-service .index-service-main h2::after {
  content: "";
  display: flex;
  width: 100px;
  border-top: 8px solid #516fb5;
  margin-top: 2rem;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .index-service .index-service-main h2::after {
    width: 60px;
    border-top: 8px solid #516fb5;
    margin-top: 1rem;
    margin-bottom: 30px;
  }
}

.index-service-menu {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 12px;
}
@media (max-width: 1024px) {
  .index-service-menu {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 762px) {
  .index-service-menu {
    grid-template-columns: repeat(1, 1fr);
  }
}

.index-service-more {
  text-decoration: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  display: flex;
  background: linear-gradient(180deg, #ffffff 0%, #d9d9d9 100%);
}

.service-more-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
}
.service-more-center .service-more-pic {
  width: 40px;
  margin-bottom: 2rem;
}
.service-more-center .service-more-pic img {
  width: 100%;
  vertical-align: middle;
}
.service-more-center p {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #000000;
  letter-spacing: 0.05em;
  font-family: "Noto Serif TC", sans-serif;
}
@media (max-width: 992px) {
  .service-more-center p {
    font-size: 16px;
  }
}

.index-makeprice {
  padding: 170px 0;
  background-image: url(../../src/web/index/create-value-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 992px) {
  .index-makeprice {
    padding: 60px 0 100px;
  }
}
.index-makeprice .index-makeprice-main {
  width: 66.25%;
  margin: auto;
}
@media (max-width: 992px) {
  .index-makeprice .index-makeprice-main {
    width: 83%;
  }
}
.index-makeprice .index-makeprice-main h2 {
  font-size: 48px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
  font-family: "Noto Serif TC", sans-serif;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 2rem;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-bottom: 160px;
}
@media (max-width: 992px) {
  .index-makeprice .index-makeprice-main h2 {
    font-size: 30px;
    gap: 1rem;
    margin-bottom: 50px;
  }
}
.index-makeprice .index-makeprice-main h2::after {
  content: "";
  display: block;
  width: 48px;
  height: 1px;
  background-color: #fff;
}
@media (max-width: 992px) {
  .index-makeprice .index-makeprice-main h2::after {
    width: 25px;
  }
}
.index-makeprice .index-makeprice-main h2::before {
  content: "";
  display: block;
  width: 48px;
  height: 1px;
  background-color: #fff;
}
@media (max-width: 992px) {
  .index-makeprice .index-makeprice-main h2::before {
    width: 25px;
  }
}
@media (max-width: 1300px) {
  .index-makeprice .index-makeprice-main {
    width: 83%;
  }
}

.index-makeprice-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 9.6875vw;
}
@media (max-width: 762px) {
  .index-makeprice-list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.index-makeprice-item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.index-makeprice-item:nth-child(1) .index-makeprice-pic {
  width: 103px;
}
@media (max-width: 992px) {
  .index-makeprice-item:nth-child(1) .index-makeprice-pic {
    width: 80px;
  }
}
.index-makeprice-item:nth-child(2) .index-makeprice-pic {
  width: 174px;
}
@media (max-width: 992px) {
  .index-makeprice-item:nth-child(2) .index-makeprice-pic {
    width: 120px;
  }
}
.index-makeprice-item:nth-child(3) .index-makeprice-pic {
  width: 130px;
}
@media (max-width: 992px) {
  .index-makeprice-item:nth-child(3) .index-makeprice-pic {
    width: 65px;
  }
}
.index-makeprice-item .index-makeprice-pic {
  margin-bottom: 3rem;
}
@media (max-width: 992px) {
  .index-makeprice-item .index-makeprice-pic {
    margin-bottom: 1rem;
  }
}
.index-makeprice-item .index-makeprice-pic img {
  width: 100%;
  vertical-align: middle;
}
.index-makeprice-item h3 {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.05em;
  font-family: "Noto Serif TC", sans-serif;
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .index-makeprice-item h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.index-makeprice-item p {
  font-size: 19px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
  line-height: 1.6;
}

.index-banner-Swiper .swiper-button-next:after,
.index-banner-Swiper .swiper-button-prev:after {
  content: "";
  height: 200px;
  width: 50px;
  background-color: rgba(217, 217, 217, 0);
}
.index-banner-Swiper .swiper-pagination-bullet {
  opacity: 1;
  background-color: #fff;
  width: 10px;
  height: 10px;
}
.index-banner-Swiper .swiper-pagination-bullet-active {
  background-color: #6e87c3;
  opacity: 1;
}

.index-portfolio {
  padding: 136px 0;
  background-color: #f0f4fe;
}
@media (max-width: 992px) {
  .index-portfolio {
    padding: 60px 0 130px;
  }
}
.index-portfolio .index-portfolio-main {
  width: 57.8125%;
  margin: auto;
}
@media (max-width: 992px) {
  .index-portfolio .index-portfolio-main {
    width: 83%;
  }
}
.index-portfolio .index-portfolio-main h2 {
  font-size: 48px;
  font-weight: 600;
  font-family: "Noto Serif TC", sans-serif;
  text-align: center;
  color: #000000;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 992px) {
  .index-portfolio .index-portfolio-main h2 {
    font-size: 28px;
  }
}
.index-portfolio .index-portfolio-main h2::after {
  content: "";
  display: flex;
  width: 100px;
  border-top: 8px solid #516fb5;
  margin-top: 2rem;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .index-portfolio .index-portfolio-main h2::after {
    width: 60px;
    border-top: 8px solid #516fb5;
    margin-top: 1rem;
    margin-bottom: 30px;
  }
}
.index-portfolio .index-portfolio-main .swiper-button-prev:after,
.index-portfolio .index-portfolio-main .swiper-rtl .swiper-button-next:after,
.index-portfolio .index-portfolio-main .swiper-button-next:after,
.index-portfolio .index-portfolio-main .swiper-rtl .swiper-button-prev:after {
  content: "";
}
.index-portfolio .index-portfolio-main .swiper-button-next,
.index-portfolio .index-portfolio-main .swiper-button-prev {
  display: block;
  width: 55px;
  color: #000000;
}
.index-portfolio .index-portfolio-main .swiper-button-next:hover,
.index-portfolio .index-portfolio-main .swiper-button-prev:hover {
  color: #000;
  opacity: 1;
}
.index-portfolio .index-portfolio-main .swiper-button-next {
  right: 0;
  left: auto;
  transform: translateX(calc(100% + 40px));
}
@media (max-width: 992px) {
  .index-portfolio .index-portfolio-main .swiper-button-next {
    top: 105%;
    right: 50%;
    left: auto;
    transform: translateX(100%);
  }
}
.index-portfolio .index-portfolio-main .swiper-button-prev {
  left: 0;
  right: auto;
  transform: translateX(calc(-100% - 40px));
}
@media (max-width: 992px) {
  .index-portfolio .index-portfolio-main .swiper-button-prev {
    top: 105%;
    left: 50%;
    transform: translateX(-100%);
  }
}

.index-portfolio-item {
  text-decoration: none;
  background-color: #fff;
}
.index-portfolio-item:hover .index-portfolio-pic img {
  scale: 1.2;
}
.index-portfolio-item .index-portfolio-pic {
  width: 100%;
  aspect-ratio: 543/400;
  overflow: hidden;
}
.index-portfolio-item .index-portfolio-pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: middle;
  scale: 1;
  transition: 0.2s ease-in-out;
}
.index-portfolio-item .index-portfolio-content {
  padding: 2rem;
  width: 100%;
}
.index-portfolio-item .index-portfolio-content p {
  font-size: 19px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #5b5b5b;
}
.index-portfolio-item .index-portfolio-title {
  padding-bottom: 24px;
  margin-bottom: 24px;
  position: relative;
  border-bottom: 1px solid #cccccc;
}
.index-portfolio-item .index-portfolio-title::after {
  content: "";
  display: block;
  width: 72px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #516fb5;
  transform: translateY(1px);
}
.index-portfolio-item .index-portfolio-title h3 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #000000;
  font-family: "Noto Serif TC", sans-serif;
}

.index-portfolio-content-tag {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 24px;
  gap: 8px;
}
.index-portfolio-content-tag span {
  font-size: 16px;
  font-weight: 600;
  background-color: #a3b7e5;
  color: #fff;
  padding: 8px 16px;
  border-radius: 4px;
}

.wave-fade-text {
  clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
  padding: 30px 50px;
  position: absolute;
  top: 25%;
  left: 20vw;
  background-color: #516fb5;
  color: #fff;
  font-family: "Noto Serif TC", sans-serif;
}
@media (max-width: 992px) {
  .wave-fade-text {
    padding: 1rem 1.5rem;
    left: 0;
    right: 0;
    margin: auto;
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
  }
}

.wave-line {
  display: flex;
  font-weight: 700;
}

.wave-line:first-child {
  font-size: 72px;
}
@media (max-width: 992px) {
  .wave-line:first-child {
    font-size: 30px;
  }
}

.wave-line.en {
  font-size: 28px;
  margin-top: 12px;
  letter-spacing: 0.05em;
}
@media (max-width: 992px) {
  .wave-line.en {
    font-size: 18px;
  }
}

.wave-line span {
  display: inline-block;
  opacity: 0;
  transform: translateY(20px);
}

.swiper-slide-active .wave-line span {
  animation: fadeWave 1.4s ease forwards;
 /* animation-delay: calc(var(--i) * 0.15s); */
}

@keyframes fadeWave {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  50% {
    opacity: 1;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.page-about-nav {
  width: 57.8125%;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding-top: 96px;
  gap: 20px;
}
@media (max-width: 1400px) {
  .page-about-nav {
    width: 78%;
  }
}
@media (max-width: 992px) {
  .page-about-nav {
    width: 83%;
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.page-about-nav li a {
  text-decoration: none;
  text-align: center;
  display: block;
  color: #5b5b5b;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding: 22px 0;
  background-color: #e9e9e9;
  border-bottom: 4px solid #425ea3;
  font-family: "Noto Sans TC", sans-serif;
}
.page-about-nav li a:hover {
  background-color: #425ea3;
  color: #fff;
}
.page-about-nav li a.active {
  background-color: #425ea3;
  color: #fff;
}

.page-about-servie {
  padding: 136px 0;
  background-color: #f0f4fe;
}
@media (max-width: 992px) {
  .page-about-servie {
    padding: 60px 0;
  }
}
.page-about-servie .page-about-servie-main {
  width: 66.45833333%;
  margin: auto;
}
@media (max-width: 1400px) {
  .page-about-servie .page-about-servie-main {
    width: 83%;
  }
}
.page-about-servie .page-about-servie-main h2 {
  font-size: 48px;
  font-weight: 600;
  font-family: "Noto Serif TC", sans-serif;
  text-align: center;
  color: #000000;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 992px) {
  .page-about-servie .page-about-servie-main h2 {
    font-size: 26px;
  }
}
.page-about-servie .page-about-servie-main h2::after {
  content: "";
  display: flex;
  width: 100px;
  border-top: 8px solid #516fb5;
  margin-top: 2rem;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .page-about-servie .page-about-servie-main h2::after {
    width: 60px;
    border-top: 8px solid #516fb5;
    margin-top: 1rem;
    margin-bottom: 30px;
  }
}

.about-servie-box {
  width: 1px;
  margin: auto;
  border-right: 2px solid #cccccc;
  position: relative;
  height: 900px;
}
@media (max-width: 992px) {
  .about-servie-box {
    width: 100%;
    height: 700px;
    border-right: none;
  }
}

.about-servie-item {
  padding: 0 0 0 50px;
  display: flex;
  align-items: center;
  position: absolute;
}
@media (max-width: 992px) {
  .about-servie-item {
    padding: 0;
  }
}
.about-servie-item::after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #a3b7e5;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(calc(-50% + 1px), -100%);
}
@media (max-width: 992px) {
  .about-servie-item::after {
    display: none;
  }
}
.about-servie-item:nth-child(odd) {
  left: 100%;
}
@media (max-width: 992px) {
  .about-servie-item:nth-child(odd) {
    left: 0;
    right: 0;
  }
}
.about-servie-item:nth-child(even) {
  flex-direction: row-reverse;
  padding: 0 50px 0 0;
  right: 100%;
}
@media (max-width: 992px) {
  .about-servie-item:nth-child(even) {
    flex-direction: row;
    padding: 0;
    right: unset;
  }
}
.about-servie-item:nth-child(even)::after {
  content: "";
  left: unset;
  right: 0;
  transform: translate(calc(50% + 1px), -100%);
}
.about-servie-item:nth-child(even) .about-servie-item-pic {
  margin: 0 0 0 20px;
}
@media (max-width: 992px) {
  .about-servie-item:nth-child(even) .about-servie-item-pic {
    margin: 0 20px 0 0;
  }
}
.about-servie-item:first-child {
  top: 0;
}
.about-servie-item:nth-child(2) {
  top: 150px;
}
@media (max-width: 992px) {
  .about-servie-item:nth-child(2) {
    top: 140px;
  }
}
@media (max-width: 390px) {
  .about-servie-item:nth-child(2) {
    top: 150px;
  }
}
.about-servie-item:nth-child(3) {
  top: 300px;
}
@media (max-width: 992px) {
  .about-servie-item:nth-child(3) {
    top: 260px;
  }
}
@media (max-width: 390px) {
  .about-servie-item:nth-child(3) {
    top: 278px;
  }
}
.about-servie-item:nth-child(4) {
  top: 450px;
}
@media (max-width: 1400px) {
  .about-servie-item:nth-child(4) {
    top: 470px;
  }
}
@media (max-width: 1200px) {
  .about-servie-item:nth-child(4) {
    top: 400px;
  }
}
@media (max-width: 390px) {
  .about-servie-item:nth-child(4) {
    top: 478px;
  }
}
.about-servie-item:nth-child(5) {
  top: 600px;
}
@media (max-width: 1200px) {
  .about-servie-item:nth-child(5) {
    top: 560px;
  }
}
@media (max-width: 992px) {
  .about-servie-item:nth-child(5) {
    top: 530px;
  }
}
@media (max-width: 390px) {
  .about-servie-item:nth-child(5) {
    top: 625px;
  }
}
.about-servie-item .about-servie-item-pic {
  max-width: 200px;
  width: 10.41666667vw;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 20px 0 0;
  flex-shrink: 0;
}
@media (max-width: 992px) {
  .about-servie-item .about-servie-item-pic {
    width: 100px;
  }
}
.about-servie-item .about-servie-item-pic img {
  width: 100%;
  vertical-align: middle;
}
.about-servie-item .about-servie-content h3 {
  width: 18.54166667vw;
  text-align: center;
  padding: 1rem;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #425ea3;
  background-color: #fff;
  border-radius: 40px;
  margin-bottom: 20px;
  font-family: "Noto Serif TC", sans-serif;
  line-height: 1.2;
}
@media (max-width: 1400px) {
  .about-servie-item .about-servie-content h3 {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .about-servie-item .about-servie-content h3 {
    width: -moz-fit-content;
    width: fit-content;
    padding: 0.5rem 1rem;
    margin-bottom: 5px;
  }
}
.about-servie-item .about-servie-content p {
  font-size: 19px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.8;
  color: #000000;
}
@media (max-width: 992px) {
  .about-servie-item .about-servie-content p {
    font-size: 15px;
    line-height: 1.4;
  }
}

.page-about-group-pic img {
  width: 100%;
  vertical-align: middle;
}

.page-certificate {
  padding: 170px 0;
  background-image: url(../../src/web/about/license-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 763px) {
  .page-certificate {
    padding: 60px 0 100px;
  }
}

.page-certificate-main {
  width: 45.10416667%;
  margin: auto;
}
@media (max-width: 1200px) {
  .page-certificate-main {
    width: 83%;
  }
}
.page-certificate-main h2 {
  font-size: 48px;
  font-weight: 600;
  font-family: "Noto Serif TC", sans-serif;
  text-align: center;
  color: #000000;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 992px) {
  .page-certificate-main h2 {
    font-size: 28px;
  }
}
.page-certificate-main h2::after {
  content: "";
  display: flex;
  width: 100px;
  border-top: 8px solid #516fb5;
  margin-top: 2rem;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .page-certificate-main h2::after {
    width: 60px;
    border-top: 8px solid #516fb5;
    margin-top: 1rem;
    margin-bottom: 30px;
  }
}

.page-certificate-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 80px;
}
@media (max-width: 763px) {
  .page-certificate-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.page-certificate-list .page-certificate-item:hover a {
  background-color: #a3b7e5;
  border: 1px solid #a3b7e5;
  color: #fff;
}
.page-certificate-list .page-certificate-item a {
  color: #fff;
  border: 1px solid #fff;
  text-align: center;
  width: 100%;
  padding: 16px 0;
  display: block;
  text-decoration: none;
}

.base-pages-banner img {
  width: 100%;
  vertical-align: middle;
}

.base-pages-bread {
  padding-top: 4rem;
}
@media (max-width: 992px) {
  .base-pages-bread {
    padding-top: 2rem;
  }
}
.base-pages-bread .base-pages-bread-main {
  width: 66.25%;
  margin: auto;
  display: flex;
}
.base-pages-bread .base-pages-bread-main ul {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .base-pages-bread .base-pages-bread-main ul {
    justify-content: center;
  }
}
.base-pages-bread .base-pages-bread-main ul li:last-child a {
  color: #425ea3;
}
.base-pages-bread .base-pages-bread-main ul li a {
  text-decoration: none;
  color: #000000;
}

.base-pages-title h1 {
  font-size: 48px;
  font-weight: 600;
  font-family: "Noto Serif TC", sans-serif;
  text-align: center;
  color: #000000;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 992px) {
  .base-pages-title h1 {
    font-size: 28px;
    padding-top: 1.5rem;
  }
}
.base-pages-title h1::after {
  content: "";
  display: flex;
  width: 100px;
  border-top: 8px solid #516fb5;
  margin-top: 2rem;
}
@media (max-width: 992px) {
  .base-pages-title h1::after {
    width: 60px;
    border-top: 8px solid #516fb5;
    margin-top: 1rem;
    margin-bottom: 30px;
  }
}

.page-base-pagination-main {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding-top: 80px;
}
.page-base-pagination-main ul {
  margin: 0 2.91666667vw;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 3rem;
}
@media (max-width: 992px) {
  .page-base-pagination-main ul {
    gap: 1rem;
  }
}
.page-base-pagination-main ul li a {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-family: "Lato", sans-serif;
  text-decoration: none;
  color: #000000;
}

@media (max-width: 992px) {
  .page-base-pagination-main ul li a {
    font-size: 16px;
  }
  &.active {
          background-color: #007bff;
          color: white;
          font-weight: 600;
          box-shadow: 0 2px 4px rgba(0, 123, 255, 0.2);
        }
}

.page-base-pagination-arrow {
  font-size: 14px;
  border: none;
  background-color: transparent;
}

.section-service {
  padding: 96px 0 136px;
}
@media (max-width: 992px) {
  .section-service {
    padding: 30px 0 60px;
  }
}

.section-service-main {
  width: 66.25%;
  margin: auto;
}
@media (max-width: 1400px) {
  .section-service-main {
    width: 83%;
  }
}
.section-service-main > h1 {
  font-size: 48px;
  font-weight: 600;
  font-family: "Noto Serif TC", sans-serif;
  text-align: center;
  color: #000000;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 992px) {
  .section-service-main > h1 {
    font-size: 28px;
  }
}
.section-service-main > h1::after {
  content: "";
  display: flex;
  width: 100px;
  border-top: 8px solid #516fb5;
  margin-top: 2rem;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .section-service-main > h1::after {
    width: 60px;
    border-top: 8px solid #516fb5;
    margin-top: 1rem;
    margin-bottom: 30px;
  }
}

.section-service-item {
  display: block;
  text-decoration: none;
  position: relative;
  padding-bottom: 31.44654088%;
  min-height: 400px;
  overflow: hidden;
  background-position: center;
}
.section-service-item:hover .section-service-item-content {
  transform: translateY(-20px);
}
.section-service-item:hover .section-service-btn {
  transform: translateY(-20px);
  background-color: #fff;
  color: #000000;
}
.section-service-item:hover::after {
  background: rgba(0, 0, 0, 0.2);
}
.section-service-item::after {
  content: "";
  display: block;
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  inset: 0;
}
.section-service-item + .section-service-item {
  margin-top: 20px;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-service-item .section-service-item-content {
  position: absolute;
  bottom: 56px;
  left: 3.33333333vw;
  z-index: 2;
  transition: 0.2s ease-in-out;
}
@media (max-width: 992px) {
  .section-service-item .section-service-item-content {
    bottom: unset;
    top: 20%;
  }
}
.section-service-item .section-service-item-content h3 {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #fff;
  padding: 9px 12px;
  background-color: #516fb5;
  margin-bottom: 20px;
  font-family: "Noto Sans TC", sans-serif;
}
.section-service-item .section-service-item-content p {
  font-size: 19px;
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 1.6;
}

.section-service-btn {
  z-index: 2;
  display: block;
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 11px 27px;
  position: absolute;
  bottom: 56px;
  right: 5vw;
  transition: 0.2s ease-in-out;
}
.section-service-btn:focus-visible {
  outline: none;
}
.section-service-btn i {
  font-size: 13px;
  margin-left: 12px;
}

.service-inner-list {
  width: 19.81132075%;
}
@media (max-width: 992px) {
  .service-inner-list {
    width: 100%;
    margin-bottom: 2rem;
  }
}

.service-inner-content {
  width: 0;
  flex-grow: 1;
  padding-left: 3.75vw;
}
@media (max-width: 992px) {
  .service-inner-content {
    padding-left: 0;
  }
}
.service-inner-content .service-inner-btn {
  margin: auto;
  margin-top: 80px;
}
.service-inner-content .swiper-button-prev:after,
.service-inner-content .swiper-rtl .swiper-button-next:after,
.service-inner-content .swiper-button-next:after,
.service-inner-content .swiper-rtl .swiper-button-prev:after {
  content: "";
}
.service-inner-content .swiper-button-next,
.service-inner-content .swiper-button-prev {
  display: block;
  width: 55px;
  color: #000000;
}
.service-inner-content .swiper-button-next:hover,
.service-inner-content .swiper-button-prev:hover {
  color: #000;
  opacity: 1;
}
@media (max-width: 992px) {
  .service-inner-content {
    width: 100%;
  }
}

.service-menu-title {
  background-color: #fff;
  padding: 16px 24px;
  border: 2px solid #516fb5;
}
.service-menu-title h3 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #000;
  text-align: center;
}

.service-inner-menu {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 992px) {
  .service-inner-menu {
    background-color: #fff;
  }
}
@media (max-width: 992px) {
  .service-inner-menu {
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease;
  }
}
.service-inner-menu li.active {
  background-color: #425ea3;
}
.service-inner-menu li.active a {
  color: #fff;
}
.service-inner-menu li:hover {
  background-color: #425ea3;
}
.service-inner-menu li:hover a {
  color: #fff;
}
.service-inner-menu li + li {
  margin-top: 24px;
}
@media (max-width: 992px) {
  .service-inner-menu li + li {
    margin-top: 0px;
  }
}
.service-inner-menu li a {
  display: flex;
  align-items: center;
  padding: 22px 24px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-decoration: none;
  color: #000000;
  border-bottom: 1px solid #cccccc;
}
@media (max-width: 992px) {
  .service-inner-menu li a {
    padding: 16px 16px;
    font-size: 16px;
  }
}

.service-item-pic {
  width: 16px;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .service-item-pic {
    width: 9px;
    margin-right: 8px;
  }
}
.service-item-pic img {
  width: 100%;
  vertical-align: middle;
}

.service-inner-content-title {
  padding-bottom: 28px;
  border-bottom: 2px solid #cccccc;
  position: relative;
  margin-bottom: 28px;
}
.service-inner-content-title::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100px;
  height: 2px;
  background-color: #516fb5;
  transform: translateY(100%);
}
.service-inner-content-title > h1 {
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #000;
  font-family: "Noto Serif TC", sans-serif;
}
@media (max-width: 992px) {
  .service-inner-content-title > h1 {
    font-size: 24px;
  }
}

.service-inner-swiper {
  margin-bottom: 112px;
}
@media (max-width: 992px) {
  .service-inner-swiper {
    margin-bottom: 30px;
  }
}

.service-inner-article .inner-article-nav {
  border-bottom: 2px solid #516fb5;
}
.service-inner-article .inner-article-nav li {
  width: 31.64556962%;
}
@media (max-width: 992px) {
  .service-inner-article .inner-article-nav li {
    width: 33.333%;
  }
}
.service-inner-article .inner-article-nav li button {
  display: block;
  width: 100%;
  padding: 22px 0;
  color: #516fb5;
  background-color: #fff;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.05em;
  border-radius: 0;
  font-family: "Noto Serif TC", sans-serif;
}
.service-inner-article .nav-pills .nav-link.active,
.service-inner-article .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #516fb5;
}
.service-inner-article .tab-pane {
  padding-top: 2rem;
}
.service-inner-article .tab-pane p {
  font-size: 19px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #5b5b5b;
  line-height: 1.8;
}
@media (max-width: 992px) {
  .service-inner-article .tab-pane p {
    font-size: 16px;
  }
}

.inner-about-project {
  padding-top: 2rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
@media (max-width: 992px) {
  .inner-about-project {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 500px) {
  .inner-about-project {
    grid-template-columns: repeat(1, 1fr);
  }
}
.inner-about-project .inner-about-project-item-pic img {
  width: 100%;
  vertical-align: middle;
}
.inner-about-project .inner-about-project-item-content {
  padding: 28px 1.45833333vw;
  background-color: #fff;
}
.inner-about-project .inner-about-project-item-content p {
  font-size: 16px;
  font-weight: 400;
  color: #5b5b5b;
  line-height: 1.8;
}
.inner-about-project .inner-about-project-item-title {
  padding-bottom: 18px;
  border-bottom: 1px solid #cccccc;
  position: relative;
  margin-bottom: 12px;
}
.inner-about-project .inner-about-project-item-title::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 72px;
  height: 2px;
  background-color: #516fb5;
  transform: translateY(100%);
}
.inner-about-project .inner-about-project-item-title h4 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #000;
  font-family: "Noto Serif TC", sans-serif;
}

.service-inner-btn {
  display: block;
  border-radius: 6px;
  color: #fff;
  background-color: #516fb5;
  padding: 20px 0;
  width: 223px;
  border: none;
}

.inner-about-project-title {
  padding-bottom: 2rem;
  margin-top: 112px;
}
@media (max-width: 992px) {
  .inner-about-project-title {
    margin-top: 60px;
  }
}
.inner-about-project-title h3 {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #000;
}

.project-page-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 24px;
}
@media (max-width: 992px) {
  .project-page-list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.project-inner-tags {
  padding: 0 0 48px;
  gap: 8px;
}
.project-inner-tags span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  padding: 6px 1rem;
  background-color: #a3b7e5;
  border-radius: 4px;
}

.page-project-article {
  padding-bottom: 112px;
}
@media (max-width: 992px) {
  .page-project-article {
    padding-bottom: 60px;
  }
}
.page-project-article p {
  font-size: 19px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #5b5b5b;
  line-height: 1.6;
}

.project-album-item img {
  width: 100%;
  vertical-align: middle;
}

.project-album-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
@media (max-width: 992px) {
  .project-album-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.project-album-title {
  padding-bottom: 2rem;
}
.project-album-title h3 {
  font-size: 24px;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.page-contact {
  padding: 96px 0 136px;
}
@media (max-width: 992px) {
  .page-contact {
    padding: 30px 0 60px;
  }
}

.page-contact-main {
  width: 68.75%;
  margin: auto;
}
@media (max-width: 992px) {
  .page-contact-main {
    width: 83%;
  }
}

.page-contact-card {
  padding: 64px 6.25vw;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
@media (max-width: 992px) {
  .page-contact-card {
    padding: 2rem 1rem;
  }
}

.page-contact-profile {
  width: 39.62962963%;
}
@media (max-width: 992px) {
  .page-contact-profile {
    width: 100%;
  }
}
.page-contact-profile p {
  width: 85%;
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #000000;
  line-height: 1.8;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .page-contact-profile p {
    width: 100%;
    font-size: 16px;
    margin-bottom: 30px;
  }
}
.page-contact-profile h2 {
  font-family: "Noto Serif TC", sans-serif;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #425ea3;
}
@media (max-width: 992px) {
  .page-contact-profile h2 {
    font-size: 22px;
  }
}
.page-contact-profile ul {
  padding-top: 28px;
}
@media (max-width: 992px) {
  .page-contact-profile ul {
    padding-top: 16px;
  }
}
.page-contact-profile ul li + li {
  margin-top: 10px;
}
.page-contact-profile ul li a {
  font-size: 19px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #5b5b5b;
  text-decoration: none;
}
@media (max-width: 992px) {
  .page-contact-profile ul li a {
    font-size: 16px;
  }
}

.contact-profile-pic {
  width: 56px;
  margin-right: 2rem;
}
@media (max-width: 992px) {
  .contact-profile-pic {
    width: 36px;
    margin-right: 1rem;
  }
}
.contact-profile-pic img {
  width: 100%;
  vertical-align: middle;
}

.page-contact-profile-title {
  width: 85%;
  padding-bottom: 28px;
  border-bottom: 2px solid #cccccc;
  position: relative;
  margin-bottom: 28px;
  align-items: center;
}
@media (max-width: 992px) {
  .page-contact-profile-title {
    width: 100%;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
}
.page-contact-profile-title::after {
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  background-color: #516fb5;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(2px);
}
.page-contact-profile-title h1 {
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #000000;
  font-family: "Noto Serif TC", sans-serif;
}
@media (max-width: 992px) {
  .page-contact-profile-title h1 {
    font-size: 30px;
  }
}

.page-contact-form {
  width: 0;
  flex-grow: 1;
}
.page-contact-form .service-inner-btn {
  margin-top: 48px;
}
@media (max-width: 992px) {
  .page-contact-form .service-inner-btn {
    margin: auto;
    margin-top: 1.5rem;
  }
}
@media (max-width: 992px) {
  .page-contact-form {
    width: 100%;
  }
}
.page-contact-form label {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #5b5b5b;
}
@media (max-width: 992px) {
  .page-contact-form label {
    font-size: 16px;
  }
}
.page-contact-form input {
  border: 1px solid #e9e9e9;
  background-color: #f7f7f7;
  border-radius: 6px;
  height: 44px;
}
.page-contact-form textarea {
  height: 208px;
  border: 1px solid #e9e9e9;
  background-color: #f7f7f7;
}
.page-contact-form .form-control:focus {
  border: 1px solid #e9e9e9;
  background-color: #f7f7f7;
  box-shadow: none;
}

.page-contact-map {
  width: 100%;
  padding-bottom: 29.62962963%;
  position: relative;
}
@media (max-width: 992px) {
  .page-contact-map {
    padding-bottom: 50%;
  }
}
.page-contact-map iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sitemap-list li {
  background-color: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.sitemap-list li + li {
  margin-top: 1rem;
}
.sitemap-list li a {
  display: block;
  padding: 20px 2rem;
  font-size: 19px;
  color: #000000;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-decoration: none;
}

.section-sitemap-main {
  width: 57.8125%;
  margin: auto;
}
@media (max-width: 992px) {
  .section-sitemap-main {
    width: 83%;
  }
}
.section-sitemap-main h1 {
  font-size: 48px;
  font-weight: 600;
  font-family: "Noto Serif TC", sans-serif;
  text-align: center;
  color: #000000;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 992px) {
  .section-sitemap-main h1 {
    font-size: 28px;
  }
}
.section-sitemap-main h1::after {
  content: "";
  display: flex;
  width: 100px;
  border-top: 8px solid #516fb5;
  margin-top: 2rem;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .section-sitemap-main h1::after {
    width: 60px;
    border-top: 8px solid #516fb5;
    margin-top: 1rem;
    margin-bottom: 30px;
  }
}

* body {
  background-color: #f0f4fe;
  font-family: "Noto Sans TC", "Noto Serif TC", "Lato", sans-serif;
}

.sr-only {
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
}

/* hb.icon */
.hb-btn-container {
  width: 34px;
  height: 30px;
  position: absolute;
  right: 36px;
}
.hb-btn-container span {
  position: absolute;
  font-weight: 400;
  top: 45%;
  left: 0;
  right: 0;
  font-size: 10px;
  color: #000000;
}

.menu-button-container {
  z-index: 9999;
  display: none;
  height: auto;
  width: 34px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#menu-toggle {
  display: none;
}

.menu-button,
.menu-button::before,
.menu-button::after {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #121212;
  position: absolute;
  height: 3px;
  width: 34px;
  border-radius: 2px;
  transition: 0.3s ease-in-out;
}

.menu-button::before {
  content: "";
  margin-top: -5.71px;
}

.menu-button::after {
  content: "";
  margin-top: 5.71px;
}

#menu-toggle:checked + .menu-button-container .menu-button::before {
  margin-top: 0px;
  transform: rotate(25deg);
}

#menu-toggle:checked + .menu-button-container .menu-button {
  background: rgba(255, 255, 255, 0);
}

#menu-toggle:checked + .menu-button-container .menu-button::after {
  margin-top: 0px;
  transform: rotate(-25deg);
}

/* FOR漢堡圖示show/hide */
@media (max-width: 992px) {
  .menu-button-container {
    display: flex;
  }
}
.offcanvas-backdrop {
  background-color: transparent;
  display: none;
}

.offcanvas {
  background-color: transparent;
}

.offcanvas.offcanvas-end {
  border-left: none;
  width: 100%;
}

.accordion-button:not(.collapsed) {
  box-shadow: none;
  background-color: #fff;
}

.accordion-button:focus {
  box-shadow: none;
}

.scrollBtn {
  position: fixed;
  top: 87vh;
  right: 37px;
  width: 48px;
  z-index: 999;
}
.scrollBtn img {
  width: 100%;
  vertical-align: middle;
}

.navbar-toggler {
  border: none !important;
  outline: none !important;
}
.navbar-toggler:focus-visible {
  outline: none;
}
.navbar-toggler:focus {
  box-shadow: none;
}