@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=LXGW+WenKai+Mono+TC&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100..900&display=swap");
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
header,
footer,
menu,
nav,
main,
aside,
article,
p,
a,
ul,
ol,
li,
table,
tr,
td,
th,
input,
button,
form,
img,
div,
span {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: inherit;
  list-style: none;
  text-decoration: none;
  font-family: "Noto Sans TC", "Times New Roman", "微軟正黑體";
}

html {
  scroll-behavior: smooth;
  text-size-adjust: 100%;
  /* 標準屬性 */
  -webkit-text-size-adjust: 100%;
  /* Safari/Chrome */
  -moz-text-size-adjust: 100%;
  /* Firefox Android */
  -ms-text-size-adjust: 100%;
  /* 舊 IE/Edge */
}

html,
body {
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  /* iOS、Android 禁止自動字體縮放 */
}

.blank {
  min-height: 100vh;
  /* 滿版高度 */
  display: flex;
  flex-direction: column;
}

img {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  vertical-align: bottom;
}

main,
section {
  width: 100%;
  flex: 1;
  /* 撐開內容區 */
}

h2 {
  font-size: 26px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 21px;
}

h6 {
  font-size: 18px;
}

p {
  font-size: 18px;
  line-height: 1.5;
  word-break: break-all;
  overflow-wrap: break-word;
  /* 防止文字超出 */
  line-break: loose;
  /* 調整中文標點換行規則（modern瀏覽器） */
  margin: 0;
  letter-spacing: 1.5px;
}

li {
  font-size: 14px;
}

a.line {
  text-decoration: underline;
  font-weight: 700;
}

a {
  text-decoration: none;
  font-weight: normal;
  color: inherit;
}

a.flexbox {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

a:hover {
  color: #303c64;
}

:root {
  --color1: #c89566;
}

.title-center {
  margin: 20px auto;
  text-align: center;
  padding: 0 30px;
}
.title-center img {
  width: auto;
  align-items: center;
  margin-bottom: 15px;
  max-height: 30px;
}
.title-center h6 {
  font-size: 18px;
  margin: 0;
  line-height: 1.8;
  font-weight: 600;
  color: #465157;
  letter-spacing: 1px;
}
.title-center h4 {
  font-weight: 700;
  margin-bottom: 8px;
}
.title-center h4 span {
  color: #303c64;
}
.title-center p {
  color: #000;
  font-family: serif;
  letter-spacing: 1px;
  font-size: 18px;
}
.title-center p br {
  display: none;
}

.link-btn {
  width: 12em;
  height: auto;
  font-size: 16px;
  display: flex;
  padding: 18px;
  margin: 10px 0;
  justify-content: center;
  text-align: center;
  gap: 10px;
  white-space: nowrap;
  line-height: 1.5;
  cursor: pointer;
  color: #000;
  background-color: #fff;
  border-radius: 70px;
}
.link-btn img {
  width: auto;
  height: 20px;
}
.link-btn i {
  padding-left: 15px;
  line-height: 1.5;
}

.link-btn:hover {
  color: #c89566;
}

.link-btn-icon {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  padding: 10px 0;
  font-size: 18px;
  text-decoration: none;
  color: #fff;
  font-family: serif;
  letter-spacing: 2px;
}
.link-btn-icon .arrow {
  margin-top: -20px;
  transition: transform 0.8s ease;
  height: 15px;
}
.link-btn-icon .arrow img {
  width: 90px;
  height: auto;
}

.link-btn-icon:hover {
  color: #fff;
}

.link-btn-icon:hover .arrow {
  transform: translateX(15px); /* 向右移動 10px */
}

.link-btn-left {
  text-align: left;
  justify-content: start;
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  margin: 30px auto;
  text-align: center;
  padding: 20px 0;
}
.pagination ul {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.pagination ul li {
  display: inline;
}
.pagination ul a {
  margin: 0 5px;
  width: 40px;
  height: 40px;
  border-radius: 10%;
  color: #303030;
  float: left;
  padding: 8px 10px;
  text-decoration: none;
  line-height: 1.5;
}
.pagination ul a.active {
  background-color: #8f794d;
  color: #fff;
  font-weight: 700;
}
.pagination ul li:hover a {
  background-color: #8f794d;
  color: #fff;
  font-weight: 700;
}

.topBox {
  background-image: url(../images/promise-bg.jpg);
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  padding: 15px 15px;
  row-gap: 20px;
  background-size: cover;
  background-repeat: no-repeat;
}
.topBox .textBox {
  padding: 15px;
  position: relative;
  z-index: 1;
}
.topBox h3 {
  color: #c89566;
  font-weight: 600;
  margin-bottom: 15px;
  position: relative;
  font-size: 26px;
}
.topBox section {
  flex: none;
  padding: 0;
}

.container {
  margin: 0;
}
.container nav {
  text-align: center;
}
.container nav .breadcrumb {
  justify-content: center;
  margin: 0;
  color: #333;
}
.container nav .breadcrumb .breadcrumb-item a {
  display: inline-block;
  font-size: 18px;
}
.container nav .breadcrumb .breadcrumb-item.active a {
  color: #333;
}
.container nav .breadcrumb-item + .breadcrumb-item::before {
  content: "";
}

.breadcrumbRight {
  padding: 0 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
  border-bottom: 1px solid #00a3ad;
}
.breadcrumbRight .breadcrumb {
  margin: 0;
  text-align: end;
}

hr {
  opacity: 1;
  border: 1px solid #000;
}

.articlecontent {
  margin: 0 auto;
  padding: 10px 20px 35px;
  max-width: 900px;
}
.articlecontent img {
  width: 100% !important;
  height: auto !important;
  display: block;
}
.articlecontent iframe {
  width: 100% !important;
  height: 100% !important;
}

@media (min-width: 992px) {
  .articlecontent {
    padding: 20px 10px;
  }
  .articlecontent img {
    max-width: 1000px !important;
    max-height: 100% !important;
  }
  .articlecontent iframe {
    width: 100% !important;
    height: 100% !important;
    max-width: 800px !important;
  }
}
@media only screen and (max-width: 360px) {
  body {
    padding-top: 40px;
  }
}
@media only screen and (min-width: 361px) {
  body {
    padding-top: 58px;
  }
}
@media only screen and (max-width: 576px) {
  .grid-sm-1 {
    width: 8.3333333333%;
  }
  .grid-sm-2 {
    width: 16.6666666667%;
  }
  .grid-sm-3 {
    width: 25%;
  }
  .grid-sm-4 {
    width: 33.3333333333%;
  }
  .grid-sm-5 {
    width: 41.6666666667%;
  }
  .grid-sm-6 {
    width: 50%;
  }
  .grid-sm-7 {
    width: 58.3333333333%;
  }
  .grid-sm-8 {
    width: 66.6666666667%;
  }
  .grid-sm-9 {
    width: 75%;
  }
  .grid-sm-10 {
    width: 83.3333333333%;
  }
  .grid-sm-11 {
    width: 91.6666666667%;
  }
  .grid-sm-12 {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .grid-1 {
    width: 8.3333333333%;
  }
  .grid-2 {
    width: 16.6666666667%;
  }
  .grid-3 {
    width: 25%;
  }
  .grid-4 {
    width: 33.3333333333%;
  }
  .grid-5 {
    width: 41.6666666667%;
  }
  .grid-6 {
    width: 50%;
  }
  .grid-7 {
    width: 58.3333333333%;
  }
  .grid-8 {
    width: 66.6666666667%;
  }
  .grid-9 {
    width: 75%;
  }
  .grid-10 {
    width: 83.3333333333%;
  }
  .grid-11 {
    width: 91.6666666667%;
  }
  .grid-12 {
    width: 100%;
  }
  .title-center img {
    max-height: 25px;
  }
}
@media only screen and (min-width: 768px) {
  .grid-md-1 {
    width: 8.3333333333%;
  }
  .grid-md-2 {
    width: 16.6666666667%;
  }
  .grid-md-3 {
    width: 25%;
  }
  .grid-md-4 {
    width: 33.3333333333%;
  }
  .grid-md-5 {
    width: 41.6666666667%;
  }
  .grid-md-6 {
    width: 50%;
  }
  .grid-md-7 {
    width: 58.3333333333%;
  }
  .grid-md-8 {
    width: 66.6666666667%;
  }
  .grid-md-9 {
    width: 75%;
  }
  .grid-md-10 {
    width: 83.3333333333%;
  }
  .grid-md-11 {
    width: 91.6666666667%;
  }
  .grid-md-12 {
    width: 100%;
  }
  .title img {
    max-height: 40px;
  }
  .title-center img {
    max-height: 33px;
  }
  .title-center p {
    font-size: 20px;
  }
  .title-center p br {
    display: block;
  }
  .link-btn-left {
    font-size: 16px;
  }
  .breadcrumbRight {
    justify-content: space-around;
  }
  .topBox {
    padding-bottom: 25px;
    background-position: center 60%;
  }
  .topBox .textBox {
    padding: 20px;
  }
  body {
    padding-top: 77px;
  }
}
@media only screen and (min-width: 992px) {
  .grid-lg-1 {
    width: 8.3333333333%;
  }
  .grid-lg-2 {
    width: 16.6666666667%;
  }
  .grid-lg-3 {
    width: 25%;
  }
  .grid-lg-4 {
    width: 33.3333333333%;
  }
  .grid-lg-5 {
    width: 41.6666666667%;
  }
  .grid-lg-6 {
    width: 50%;
  }
  .grid-lg-7 {
    width: 58.3333333333%;
  }
  .grid-lg-8 {
    width: 66.6666666667%;
  }
  .grid-lg-9 {
    width: 75%;
  }
  .grid-lg-10 {
    width: 83.3333333333%;
  }
  .grid-lg-11 {
    width: 91.6666666667%;
  }
  .grid-lg-12 {
    width: 100%;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 24px;
  }
  h5 {
    font-size: 24px;
  }
  h6 {
    font-size: 18px;
  }
  p {
    font-size: 20px;
  }
  li {
    font-size: 16px;
  }
  .breadcrumbRight {
    margin-left: 0;
  }
  .breadcrumbRight .breadcrumb {
    padding-left: 0;
  }
  .link-btn {
    font-size: 18px;
  }
  .topBox {
    height: 250px;
    padding-bottom: 40px;
  }
  .topBox .textBox {
    padding: 30px 40px;
  }
  .topBox h3 {
    font-size: 34px;
  }
  .container nav .breadcrumb .breadcrumb-item a {
    font-size: 20px;
  }
  body {
    padding-top: 90px;
  }
  .title-center p {
    font-size: 20px;
  }
  .title h6 {
    font-size: 18px;
  }
  .title h4 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1400px) {
  .grid-xl-1 {
    width: 8.3333333333%;
  }
  .grid-xl-2 {
    width: 16.6666666667%;
  }
  .grid-xl-3 {
    width: 25%;
  }
  .grid-xl-4 {
    width: 33.3333333333%;
  }
  .grid-xl-5 {
    width: 41.6666666667%;
  }
  .grid-xl-6 {
    width: 50%;
  }
  .grid-xl-7 {
    width: 58.3333333333%;
  }
  .grid-xl-8 {
    width: 66.6666666667%;
  }
  .grid-xl-9 {
    width: 75%;
  }
  .grid-xl-10 {
    width: 83.3333333333%;
  }
  .grid-xl-11 {
    width: 91.6666666667%;
  }
  .grid-xl-12 {
    width: 100%;
  }
  .breadcrumbRight {
    margin-left: 0;
  }
  .topBox {
    height: 300px;
  }
  .topBox .textBox {
    max-width: 800px;
  }
}
@media only screen and (min-width: 1700px) {
  .topBox {
    background-position: 100% 55%;
  }
}
@media only screen and (min-width: 1900px) {
  .grid-xxl-1 {
    width: 8.3333333333%;
  }
  .grid-xxl-2 {
    width: 16.6666666667%;
  }
  .grid-xxl-3 {
    width: 25%;
  }
  .grid-xxl-4 {
    width: 33.3333333333%;
  }
  .grid-xxl-5 {
    width: 41.6666666667%;
  }
  .grid-xxl-6 {
    width: 50%;
  }
  .grid-xxl-7 {
    width: 58.3333333333%;
  }
  .grid-xxl-8 {
    width: 66.6666666667%;
  }
  .grid-xxl-9 {
    width: 75%;
  }
  .grid-xxl-10 {
    width: 83.3333333333%;
  }
  .grid-xxl-11 {
    width: 91.6666666667%;
  }
  .grid-xxl-12 {
    width: 100%;
  }
}
div.carouselSlide .carousel-indicators {
  margin-bottom: 0;
}
div.carouselSlide .carousel-indicators button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
div.carouselSlide .carousel-item {
  position: relative;
}
div.carouselSlide .carousel-item .carousel-text {
  position: absolute;
  bottom: 10%;
  /* 讓文字區塊位於圖片的下方 */
  left: 50%;
  transform: translateX(-50%);
  /* 水平置中 */
  text-align: center;
  color: #fff;
  width: 83%;
  /* 調整寬度 */
  border: 2px solid white;
  padding: 10px 5px;
  background-color: rgba(247, 247, 247, 0.2392156863);
  animation: zoomIn 2s ease-out;
}
div.carouselSlide .carousel-item .carousel-text .main-text {
  font-size: 19px;
  /* 大字 */
  font-weight: 700;
  margin-bottom: 10px;
  text-shadow: 0 0 5px #000;
}
div.carouselSlide .carousel-item .carousel-text .sub-text {
  font-size: 14px;
  /* 小字 */
  margin: 5px 0;
  text-shadow: 0 0 5px #000;
}
div.carouselSlide .carousel-item .carousel-text .carousel-text p {
  margin: 0;
  /* 去除段落的間距 */
}
@keyframes zoomIn {
  0% {
    transform: translateX(-50%) scale(0);
    /* 開始時縮小 */
    opacity: 0;
    /* 開始時透明 */
  }
  50% {
    transform: translateX(-50%) scale(1.2);
    /* 放大至最大 */
    opacity: 0.7;
    /* 半透明 */
  }
  100% {
    transform: translateX(-50%) scale(1);
    /* 恢復正常大小 */
    opacity: 1;
    /* 完全顯示 */
  }
}
div.carouselSlide .carousel-control-prev {
  justify-content: start;
}
div.carouselSlide .carousel-control-next {
  justify-content: end;
}
div.carouselSlide .carousel-control-prev-icon,
div.carouselSlide .carousel-control-next-icon {
  background-color: #fff;
  color: #454545;
  width: 30px;
  height: 30px;
  border-radius: 10px;
  background-size: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: none;
  border: 1px solid #1e242e;
  transition: color 0.3s ease, background-color 0.3s ease;
}
div.carouselSlide .carousel-control-prev-icon:hover,
div.carouselSlide .carousel-control-next-icon:hover {
  background-color: #000;
  color: #fff;
}

main .aboutSec {
  padding: 40px 35px;
  padding-bottom: 50px;
}
main .aboutSec .text-center p {
  line-height: 1.6;
}
main .aboutSec .text-center span {
  color: #c89566;
  font-weight: 500;
}
main .processSec {
  padding: 40px 0;
  background-image: url(../images/process-bg.jpg);
  background-size: cover;
  background-position: left;
}
main .processSec .title-center img {
  max-height: 28px;
}
main .processSec .rowBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  row-gap: 20px;
}
main .processSec .rowBox .contentBox {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
}
main .processSec .rowBox .contentBox .pic {
  flex: 1;
  text-align: center;
}
main .processSec .rowBox .contentBox .pic img {
  width: 80%;
  max-width: 100px;
}
main .processSec .rowBox .contentBox .textBox {
  flex: 2;
  padding-right: 12px;
}
main .processSec .rowBox .contentBox .textBox h5 {
  margin-bottom: 10px;
  font-weight: 600;
}
main .processSec .rowBox .contentBox .textBox p br {
  display: none;
}
main .serviceSec {
  padding: 40px 0;
}
main .serviceSec .rowBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  gap: 25px;
}
main .serviceSec .rowBox .iconBox {
  padding: 30px 20px;
  box-shadow: 0 0 30px #b4b4b4;
  border-radius: 20px;
}
main .serviceSec .rowBox .iconBox .imgBox {
  text-align: center;
  margin-bottom: 30px;
}
main .serviceSec .rowBox .iconBox .imgBox img {
  max-width: 120px;
}
main .serviceSec .rowBox .iconBox .textBox h5 {
  text-align: center;
  color: #c89566;
  margin-bottom: 15px;
  font-weight: 600;
}
main .serviceSec .rowBox .iconBox .textBox p {
  color: #000;
  line-height: 1.6;
}
main .believeSec {
  padding: 40px 0;
  position: relative;
  z-index: 2;
}
main .believeSec .contentBox {
  margin: 0 auto 20px;
  position: relative;
  z-index: 3;
  padding: 20px 10px;
  padding-right: 25px;
}
main .believeSec .contentBox img {
  margin: 20px 0 30px;
  max-height: 25px;
  width: auto;
}
main .believeSec .contentBox .title {
  padding-bottom: 20px;
}
main .believeSec .contentBox .title p {
  padding: 0;
}
main .believeSec .contentBox .title h3 {
  padding-top: 5px;
  color: #8c794d;
  font-weight: 700;
}
main .believeSec .contentBox h6 {
  font-weight: normal;
}
main .believeSec .contentBox p {
  padding-bottom: 5px;
  line-height: 1.4;
}
main .believeSec .contentBox ul {
  margin: 20px 0;
}
main .believeSec .contentBox ul li {
  color: #8c794d;
  padding-bottom: 5px;
  line-height: 1.4;
}
main .believeSec .contentBox ul li::before {
  content: "\f270";
  font-family: "bootstrap-icons";
  font-size: 14px;
  color: #8c794d;
  margin-right: 5px;
}
main .believeSec .contentBox ul ~ p {
  line-height: 1.6;
}
main .believeSec .picBox {
  margin: 10px auto;
  text-align: center;
  position: relative;
  z-index: 3;
}
main .caseSec {
  padding: 30px 0 50px;
}
main .caseSec .title-center img {
  max-height: 60px;
}
main .caseSec .rowBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 20px;
}
main .caseSec .rowBox .picBox p {
  text-align: center;
  padding-top: 20px;
}
main .reviewsSec {
  padding: 50px 0;
  background-image: url(../images/reviews-bg.jpg);
}
main .reviewsSec .reviewsOwl {
  padding: 0 35px;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 auto;
  max-width: 1300px;
}
main .reviewsSec .reviewsOwl .picBox {
  max-width: 400px;
  margin: 0 auto;
  padding: 20px 5px;
}
main .reviewsSec .reviewsOwl .picBox .frameBox {
  background-image: url(../images/reviews-frame.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 40px 20px;
}
main .reviewsSec .reviewsOwl .picBox .frameBox .iconBox {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
main .reviewsSec .reviewsOwl .picBox .frameBox .iconBox .starBox {
  display: flex;
  flex-wrap: nowrap;
  justify-content: none;
}
main .reviewsSec .reviewsOwl .picBox .frameBox .iconBox .starBox i {
  color: #c89566;
}
main .reviewsSec .reviewsOwl .picBox .frameBox .iconBox img {
  width: 20px;
  height: 20px;
  margin-left: 10px;
}
main .reviewsSec .reviewsOwl .picBox .frameBox p {
  margin: 15px 0;
  min-height: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  line-clamp: 5;
}
main .reviewsSec .reviewsOwl .picBox .userBox {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  vertical-align: middle;
  margin: 8px 0;
}
main .reviewsSec .reviewsOwl .picBox .userBox .boximg1x1 {
  width: 50px;
  height: 50px;
  padding-top: 50px;
  border-radius: 50%;
  margin-right: 15px;
}
main .reviewsSec .reviewsOwl .picBox .userBox h6 {
  font-weight: normal;
  line-height: 1.5;
}
main .reviewsSec .reviewsOwl .picBox .userBox span {
  color: #cdaa92;
  font-weight: 600;
}
main .reviewsSec .reviewsOwl .picBox .userBox p {
  color: #fff;
}
main .reviewsSec .reviewsOwl .owl-carousel {
  position: relative;
}
main .reviewsSec .reviewsOwl .owl-nav {
  position: absolute;
  top: 40%;
  width: 100%;
  display: flex;
}
main .reviewsSec .reviewsOwl .owl-nav .owl-prev,
main .reviewsSec .reviewsOwl .owl-nav .owl-next {
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: #fff;
  color: #454545;
  font-size: 15px;
  border-radius: 10px;
  border: 1px solid #1e242e;
}
main .reviewsSec .reviewsOwl .owl-nav .owl-next {
  right: 0;
}
main .reviewsSec .reviewsOwl .owl-nav .owl-prev:hover,
main .reviewsSec .reviewsOwl .owl-nav .owl-next:hover {
  color: #fff;
  background-color: #1e242e;
}
main .promiseSec {
  padding: 70px 0 100px;
  background-image: url(../images/promise-bg.jpg);
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
}
main .promiseSec .title-center img {
  max-height: 28px;
}
main .promiseSec .rowBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 20px;
}
main .promiseSec .rowBox .textBox .iconBox {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: right;
  margin-bottom: 10px;
  min-height: 40px;
}
main .promiseSec .rowBox .textBox .iconBox p {
  width: 7em;
}
main .promiseSec .rowBox .textBox .iconBox .imgBox {
  min-width: 40px;
  text-align: center;
}
main .promiseSec .rowBox .textBox .iconBox .imgBox img {
  width: auto;
  max-height: 30px;
}
main .promiseSec .rowBox .textBox.right .iconBox {
  justify-content: left;
}
main .promiseSec .rowBox .textBox.right .iconBox p {
  text-align: right;
}
main .promiseSec .btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}
main .promiseSec .btn .link-btn:hover {
  background-color: #c89566;
  color: #fff;
  font-weight: 500;
}
main .promiseSec .btn .greenbg {
  background: #19B48C;
  background: linear-gradient(90deg, #19b48c 0%, #85c648 100%);
  color: #fff;
}
main .promiseSec .btn .greenbg:hover {
  color: #333;
  font-weight: 500;
}

.contactBottom {
  padding: 60px 0;
  background-color: #c89566;
}
.contactBottom .title-center {
  padding: 0 20px;
}
.contactBottom .title-center img {
  max-height: 30px;
}
.contactBottom .title-center p {
  color: #fff;
  padding: 20px 0;
}
.contactBottom .title-center p br {
  display: none;
}
.contactBottom .title-center p.borderbottom {
  border-bottom: 1px solid #fff;
}
.contactBottom .rowBox {
  display: flex;
  flex-direction: column;
  justify-content: start;
  row-gap: 20px;
  padding: 30px 15px;
  margin: 0 auto;
}
.contactBottom .rowBox .icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.contactBottom .rowBox .icon .iconBox i {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 28px;
  color: #c89566;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
}
.contactBottom .rowBox .icon .textBox .text {
  display: flex;
  flex-direction: row;
}
.contactBottom .rowBox .icon p {
  white-space: nowrap;
}
.contactBottom .rowBox .icon a, .contactBottom .rowBox .icon p {
  color: #fff;
  font-size: 18px;
  transition: all 0.8s ease;
}
.contactBottom .rowBox .icon a:hover {
  color: #333;
}
.contactBottom .rowBox .icon.white {
  background-color: #fff;
  border-radius: 30px;
  padding: 5px 10px;
  width: 230px;
  transition: all 0.8s ease;
}
.contactBottom .rowBox .icon.white .iconBox i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 22px;
  color: #fff;
  background-color: #c89566;
}
.contactBottom .rowBox .icon.white .textBox .text a {
  color: #c89566;
}
.contactBottom .rowBox .icon.white:hover {
  background-color: #c89566;
}
.contactBottom .rowBox .icon.white:hover .iconBox i {
  color: #c89566;
  background-color: #fff;
}
.contactBottom .rowBox .icon.white:hover .textBox .text a {
  color: #fff;
}

footer {
  line-height: 2;
  padding: 10px 0;
  font-size: 14px;
  text-align: center;
  color: #fff;
  background-color: #c89566;
}

aside {
  display: flex;
  position: fixed;
  flex-direction: column;
  right: 0;
  bottom: 40px;
  text-align: center;
  align-items: center;
  overflow: hidden;
  padding: 0.5em 0;
  width: 50px;
  border-radius: 10px;
  transform: scale(0.8);
  z-index: 999;
}
aside a {
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: block;
  cursor: pointer;
  margin: 10px 0;
}
aside .asideBottom {
  margin-top: 5px;
  transition: opacity 0.3s ease;
  opacity: 1;
}
aside .asideBottom a {
  display: flex;
  align-items: center;
  margin: 0;
  justify-content: center;
}
aside .asideBottom.hidden {
  opacity: 0;
  pointer-events: none;
}

body {
  padding-bottom: 54px; /* ≈ 按鈕高度 */
}

.bottom-btn {
  position: fixed;
  left: 0;
  bottom: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  z-index: 998;
  background-color: #fff;
  padding-bottom: env(safe-area-inset-bottom);
  box-shadow: 0 0 20px #b1b1b1;
}
.bottom-btn .b-btn {
  padding: 18px 0;
  text-align: center;
}
.bottom-btn .b-btn a {
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bottom-btn .b-btn img {
  margin-right: 10px;
  max-width: 18px;
}
.bottom-btn .b-btn:nth-of-type(1) {
  border-right: 1px solid #acacac;
}

main .aboutPage .about0Box {
  padding: 50px 0;
}
main .aboutPage .about0Box .title-center h4 {
  font-weight: 300;
  margin-bottom: 10px;
}
main .aboutPage .about0Box .title-center i {
  margin-top: 15px;
  margin-bottom: 25px;
  color: #c89566;
  font-weight: 900;
  font-size: 28px;
}
main .aboutPage .aboutBox {
  position: relative;
  width: 100%;
  overflow: hidden;
  /* 文字卡片 */
}
main .aboutPage .aboutBox .about-card {
  width: 90%;
  margin: 40px auto -120px; /* 卡片往上疊 */
  background: #fff;
  padding: 32px 28px;
  border-radius: 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
  position: relative;
}
main .aboutPage .aboutBox .about-card h4 {
  color: #c89566;
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 1.5;
}
main .aboutPage .aboutBox .about-card h5 {
  color: #8c794d;
  margin-bottom: 14px;
  font-weight: 700;
}
main .aboutPage .aboutBox .about-card p {
  line-height: 1.8;
  margin-bottom: 12px;
  color: #333;
}
main .aboutPage .aboutBox .about-bg {
  width: 100%;
  height: 320px;
}
main .aboutPage .aboutBox .about-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
main .aboutPage .about4Box {
  padding: 50px 0;
  background-color: rgba(237, 221, 202, 0.2117647059);
}
main .aboutPage .about4Box .title-center {
  padding: 0 10px;
}
main .aboutPage .about4Box .title-center h4 {
  margin-bottom: 25px;
}
main .aboutPage .about4Box .title-center h4 i {
  color: #c89566;
}
main .aboutPage .about4Box .title-center h6 {
  color: #333;
  margin-bottom: 14px;
  letter-spacing: 1.2px;
}
main .aboutPage .about1Box {
  padding: 50px 0;
}
main .aboutPage .about1Box .title-center h4 {
  color: #c89566;
  font-weight: 700;
}
main .aboutPage .about1Box .rowBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 30px;
  margin: 60px auto;
}
main .aboutPage .about1Box .rowBox .cardBox {
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #c89566;
  border-radius: 35px;
  padding: 10px;
}
main .aboutPage .about1Box .rowBox .cardBox .iconBox {
  background-color: #fff;
  border-radius: 50px;
  margin-right: 10px;
}
main .aboutPage .about1Box .rowBox .cardBox .iconBox i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 28px;
  color: #c89566;
}
main .aboutPage .about1Box .rowBox .cardBox .textBox {
  flex: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
main .aboutPage .about1Box .rowBox .cardBox .textBox h6 {
  color: #fff;
  font-size: 18px;
}
main .aboutPage .about2Box {
  padding: 50px 20px;
  background-color: #f9f9f9;
  font-family: Arial, sans-serif;
}
main .aboutPage .about2Box .container {
  margin: 0 auto;
}
main .aboutPage .about2Box .timeline {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px 0;
}
main .aboutPage .about2Box .timeline .timeline-item {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  margin: 50px 0;
  padding-left: 30px;
  position: relative;
  width: 100%;
}
main .aboutPage .about2Box .timeline .timeline-item .content {
  order: 0;
  padding: 10px 0;
  padding-right: 15px;
}
main .aboutPage .about2Box .timeline .timeline-item .content h4 {
  margin-bottom: 15px;
  color: #8c794d;
}
main .aboutPage .about2Box .timeline .timeline-item .content p {
  line-height: 1.6;
  color: #555;
}
main .aboutPage .about2Box .timeline .timeline-item.right {
  flex-direction: column-reverse;
}
main .aboutPage .about2Box .timeline-item::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 10px;
  width: 20px;
  height: 20px;
  border: 5px solid #8f7653;
  background-color: #f3f3f3;
  border-radius: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
main .aboutPage .about2Box .timeline::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  width: 4px;
  background-color: #8f7653; /* 時間軸顏色，可調 */
  transform: translateX(-50%);
}
main .aboutPage .about3Box .rowBox .textBox {
  text-align: center;
  padding: 40px 20px;
  border-top: 1px solid #e1e1e1;
}
main .aboutPage .about3Box .rowBox .textBox h5 {
  color: #c89566;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 10px;
}
main .aboutPage .about3Box .rowBox .textBox h6 {
  line-height: 1.6;
  margin-bottom: 8px;
  font-weight: normal;
}
main .aboutPage .about3Box .rowBox .textBox .signBox {
  margin: 30px auto;
  color: #292121;
  padding: 20px 10%;
  text-align: left;
  max-width: 500px;
  box-shadow: 10px 10px 20px #e1e1e1;
}
main .aboutPage .about3Box .rowBox .textBox .signBox h5 {
  color: #593105;
  line-height: 1.7;
  margin-bottom: 10px;
}

main .servicePage .contentBox .title-center {
  margin: 0;
  padding: 50px 15px;
}
main .servicePage .contentBox .title-center h5 {
  font-weight: 700;
  padding-bottom: 15px;
  color: #42210b;
  font-size: 20px;
}
main .servicePage .contentBox .title-center .row1Box {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 10px;
  padding-top: 40px;
}
main .servicePage .contentBox .title-center .row1Box .iconBox {
  border: 2px solid #42210b;
  padding: 20px;
  border-radius: 50%;
}
main .servicePage .contentBox .title-center .row1Box .iconBox img {
  max-width: 45px;
  max-height: 45px;
  margin-bottom: 0;
}
main .servicePage .contentBox .rowBox {
  padding: 20px;
  padding-right: 35px;
  background-color: #c89566;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
main .servicePage .contentBox .rowBox .picBox {
  display: flex;
  flex-direction: column;
  justify-content: start;
  row-gap: 20px;
  margin: 10px 0;
}
main .servicePage .contentBox .rowBox .picBox .imgBox {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #fffcf2;
}
main .servicePage .contentBox .rowBox .picBox .imgBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 70% center;
     object-position: 70% center;
}
main .servicePage .contentBox .rowBox .picBox .textBox h4 {
  padding: 12px;
  background-color: #fffcf2;
  margin-bottom: 8px;
  max-width: 16.5em;
  font-size: 24px;
}
main .servicePage .contentBox .rowBox .picBox .textBox h4 span {
  font-size: 18px;
}
main .servicePage .contentBox .rowBox .picBox .textBox p {
  color: #fffcf2;
  padding-bottom: 8px;
}
main .servicePage .contentBox .rowBox .picBox .textBox ul {
  font-size: 18px;
  color: #fffcf2;
  padding-top: 5px;
  line-height: 1.7;
  letter-spacing: 1.5px;
}
main .servicePage .contentBox .rowBox .picBox .textBox ul li {
  font-weight: normal;
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 1.5px;
}
main .servicePage .contentBox .rowBox .picBox:last-of-type .textBox ul li {
  list-style: none;
}
main .servicePage .contentBox .processBox .title-center {
  padding: 40px 0;
}
main .servicePage .contentBox .processBox .title-center h4 {
  color: #42210b;
}
main .servicePage .contentBox .processBox .title-center h5 {
  color: #c89566;
  font-size: 18px;
}
main .servicePage .contentBox .processBox .row2Box {
  margin: 0 auto;
  max-width: 320px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 20px;
}
main .servicePage .contentBox .processBox .row2Box .textBox {
  position: relative;
  padding: 30px;
}
main .servicePage .contentBox .processBox .row2Box .textBox h6 {
  position: relative;
  z-index: 1;
  padding: 10px 0;
  padding-left: 30px;
  width: 16em;
  background-color: rgba(200, 187, 153, 0.3411764706);
}
main .servicePage .contentBox .processBox .row2Box .textBox p {
  position: absolute;
  color: rgba(200, 149, 102, 0.4392156863);
  font-weight: 900;
  font-size: 60px;
  left: 0;
  top: -15%;
  z-index: 0;
  font-style: italic;
}
main .servicePage .contentBox .processBox .row2Box .textBox i {
  position: absolute;
  color: rgba(200, 149, 102, 0.4392156863);
  font-weight: bolder;
  font-size: 45px;
  right: 15%;
  bottom: 0;
  z-index: 0;
  display: none;
}
main .servicePage .contentBox .greatBox {
  background-image: url(../images/process-bg.jpg);
  background-size: cover;
}
main .servicePage .contentBox .greatBox .title-center h4 {
  color: #42210b;
}
main .servicePage .contentBox .greatBox .row3Box {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  padding: 0 15px;
  padding-bottom: 30px;
  max-width: 350px;
  margin: 0 auto;
}
main .servicePage .contentBox .greatBox .row3Box .textBox {
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #c89566;
  border-radius: 35px;
  padding: 10px;
}
main .servicePage .contentBox .greatBox .row3Box .textBox .iconBox {
  background-color: #fff;
  border-radius: 50px;
}
main .servicePage .contentBox .greatBox .row3Box .textBox .iconBox i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 28px;
  color: #c89566;
}
main .servicePage .contentBox .greatBox .row3Box .textBox .text {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  margin-left: 15px;
}

main .faqPage .qaAccordin {
  margin: 20px auto 40px;
  max-width: 1100px;
  padding: 50px 0;
}
main .faqPage .qaAccordin .qa-item {
  background-color: #fff;
  margin-bottom: 10px;
  overflow: hidden;
}
main .faqPage .qaAccordin .qa-item .question {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-weight: bold;
  font-size: 18px;
  padding: 30px;
  color: #c89566;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #c89566;
  position: relative;
  transition: background-color 0.3s, color 0.3s;
}
main .faqPage .qaAccordin .qa-item .question .icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  background-color: #f3f1f1;
  color: #c89566;
  text-align: center;
  line-height: 24px;
  border-radius: 4px;
  flex-shrink: 0;
  transition: background-color 0.3s, color 0.3s;
}
main .faqPage .qaAccordin .qa-item .question.active {
  background-color: #c89566;
  color: #fff;
}
main .faqPage .qaAccordin .qa-item .question.active .icon {
  background-color: #fff;
  color: #c89566;
}
main .faqPage .qaAccordin .qa-item .answer {
  display: none;
  padding: 30px;
  color: #333;
  transition: all 0.5s ease-in;
  font-size: 18px;
  border-radius: 15px;
}
main .faqPage .qaAccordin .qa-item .answer.show {
  transition: all 0.5s ease-in;
  display: block;
}

main .contactPage .contactBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px 0 0;
}
main .contactPage .contactBox .contentBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 20px;
}
main .contactPage .contactBox .contentBox .title-center {
  margin: 0;
  padding: 40px 0;
}
main .contactPage .contactBox .contentBox .title-center h4 {
  color: #c89566;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 15px;
}
main .contactPage .contactBox .contentBox .title-center h6 {
  color: #333;
}
main .contactPage .contactBox .contentBox .rowBox {
  background-size: cover;
  background-position: center 60%;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  padding: 50px 30px 100px;
}
main .contactPage .contactBox .contentBox .rowBox .imgBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
}
main .contactPage .contactBox .contentBox .rowBox .imgBox .icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
  margin: 0 auto;
  width: 100%;
  margin-bottom: 25px;
  box-shadow: 5px 5px 20px #e9e8e8;
  border-radius: 30px;
  max-width: 350px;
}
main .contactPage .contactBox .contentBox .rowBox .imgBox .icon .iconBox {
  margin-left: 5px;
  padding: 8px 0;
}
main .contactPage .contactBox .contentBox .rowBox .imgBox .icon .iconBox i {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 28px;
  color: #c89566;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
}
main .contactPage .contactBox .contentBox .rowBox .imgBox .icon .textBox .text {
  display: flex;
  flex-direction: row;
}
main .contactPage .contactBox .contentBox .rowBox .imgBox .icon .textBox .text p {
  white-space: nowrap;
}
main .contactPage .contactBox .contentBox .rowBox .imgBox .icon .textBox .text a, main .contactPage .contactBox .contentBox .rowBox .imgBox .icon .textBox .text p {
  color: #c89566;
  font-size: 18px;
  transition: all 0.8s ease;
  font-weight: 600;
}
main .contactPage .contactBox .contentBox .rowBox .imgBox .icon .textBox .text a:hover {
  color: #333;
}

@media only screen and (min-width: 400px) {
  main .contactSec .contentBox .leftBox {
    height: 400px;
    background-size: 180%;
    background-position: 10% bottom;
  }
}
@media only screen and (min-width: 768px) {
  div.carouselSlide .carousel-indicators {
    margin-bottom: 20px;
  }
  div.carouselSlide .carousel-indicators button {
    width: 10px;
    height: 10px;
  }
  div.carouselSlide .carousel-item .carousel-text {
    width: 50%;
    bottom: 15%;
  }
  div.carouselSlide .carousel-item .carousel-text .main-text {
    font-size: 24px;
  }
  div.carouselSlide .carousel-item .carousel-text .sub-text {
    font-size: 16px;
  }
  div.carouselSlide .carousel-control-prev-icon,
  div.carouselSlide .carousel-control-next-icon {
    width: 50px;
    height: 50px;
  }
  main .processSec .title-center img {
    max-height: 40px;
  }
  main .processSec .rowBox {
    flex-direction: row;
    padding-bottom: 40px;
  }
  main .processSec .rowBox .contentBox {
    flex-direction: column;
    flex: 1;
  }
  main .processSec .rowBox .contentBox .pic {
    padding: 10px;
  }
  main .processSec .rowBox .contentBox .pic img {
    max-width: 150px;
  }
  main .processSec .rowBox .contentBox .textBox {
    padding: 0 20px;
    text-align: center;
  }
  main .processSec .rowBox .contentBox .textBox h5 {
    margin-bottom: 15px;
  }
  main .processSec .rowBox .contentBox .textBox p br {
    display: block;
  }
  main .serviceSec .rowBox {
    flex-direction: row;
    align-items: stretch;
    padding: 30px 20px;
  }
  main .serviceSec .rowBox .iconBox .imgBox {
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  main .believeSec {
    display: flex;
    padding: 50px 0;
    align-items: center;
  }
  main .believeSec .contentBox {
    margin: 0;
    padding-left: 20px;
    padding-bottom: 20px;
    max-width: 470px;
  }
  main .believeSec .contentBox img {
    max-height: 35px;
  }
  main .believeSec .contentBox p {
    padding-bottom: 8px;
  }
  main .believeSec .contentBox ul ~ p br {
    display: none;
  }
  main .believeSec .picBox {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  main .caseSec .title-center img {
    max-height: 75px;
  }
  main .caseSec .rowBox {
    flex-direction: row;
    max-width: 1200px;
    margin: 20px auto;
  }
  main .caseSec .rowBox .picBox {
    flex: 0 0 calc(33.3333% - 20px);
    margin: 0 10px;
  }
  main .reviewsSec .reviewsOwl .owl-nav .owl-prev,
  main .reviewsSec .reviewsOwl .owl-nav .owl-next {
    width: 50px;
    height: 50px;
    font-size: 17px;
    line-height: 17px;
  }
  main .promiseSec {
    background-position: center top;
    background-size: cover;
  }
  main .promiseSec .title-center img {
    max-height: 40px;
  }
  main .promiseSec .rowBox {
    flex-direction: row;
    padding-top: 20px;
    gap: 20px;
  }
  main .promiseSec .rowBox .textBox .iconBox {
    margin-bottom: 25px;
  }
  main .promiseSec .rowBox .textBox .iconBox .imgBox {
    min-width: 50px;
  }
  main .promiseSec .rowBox .textBox .iconBox .imgBox img {
    max-width: 40px;
    max-height: 40px;
  }
  main .promiseSec .btn {
    margin-top: 70px;
  }
  .contactBottom .title-center p br {
    display: block;
  }
  .contactBottom .rowBox {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
  .contactBottom .rowBox .icon {
    gap: 15px;
  }
  footer {
    font-size: 16px;
    width: 100%;
    margin: 0 auto;
  }
  aside {
    right: 10px;
    transform: scale(1);
  }
  body {
    padding-bottom: 0;
  }
  .bottom-btn {
    display: none;
  }
  main .aboutPage .aboutBox {
    min-height: 75vh;
    display: flex;
    align-items: center;
  }
  main .aboutPage .aboutBox .about-card {
    position: absolute;
    z-index: 1;
    width: 48%;
    max-width: 620px;
    margin-left: 50%;
    margin-right: 10%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 48px 40px;
  }
  main .aboutPage .aboutBox .about-bg {
    position: absolute;
    inset: 0;
    height: 100%;
  }
  main .aboutPage .about1Box .rowBox {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 兩欄 */
    gap: 20px;
    margin: 30px auto;
    padding: 30px 0 50px;
    max-width: 700px;
  }
  main .aboutPage .about1Box .rowBox .cardBox {
    max-width: 300px;
  }
  main .aboutPage .about1Box .rowBox .cardBox .textBox {
    align-items: flex-start;
    text-align: left;
  }
  main .aboutPage .about2Box .timeline .timeline-item {
    justify-content: space-between;
  }
  main .aboutPage .about2Box .timeline .timeline-item .content {
    padding-right: 0;
  }
  main .aboutPage .about2Box .timeline-item::before, main .aboutPage .about2Box .timeline::after {
    left: 50%;
  }
  main .aboutPage .about2Box .timeline-item.left .content {
    order: 1;
    text-align: right;
    padding-left: 50%;
  }
  main .aboutPage .about2Box .timeline-item.right {
    padding-left: 0;
  }
  main .aboutPage .about2Box .timeline-item.right .content {
    order: 2;
    text-align: left;
    padding-right: 51%;
  }
  main .aboutPage .about3Box {
    min-height: 55vh;
  }
  main .aboutPage .about3Box .about-card {
    margin-left: 10%;
    margin-right: 50%;
  }
  main .servicePage .contentBox .title-center {
    padding: 80px 0;
  }
  main .servicePage .contentBox .title-center .row1Box {
    gap: 30px;
  }
  main .servicePage .contentBox .title-center .row1Box .iconBox {
    border-width: 3px;
    padding: 25px;
  }
  main .servicePage .contentBox .title-center .row1Box .iconBox img {
    max-width: 65px;
    max-height: 65px;
  }
  main .servicePage .contentBox .rowBox {
    flex-direction: row;
    flex-wrap: wrap;
    padding: 50px 25px;
  }
  main .servicePage .contentBox .rowBox .picBox {
    padding: 0 20px;
    margin: 0;
  }
  main .servicePage .contentBox .rowBox .picBox .imgBox {
    display: flex;
    justify-content: center;
  }
  main .servicePage .contentBox .rowBox .picBox .imgBox img {
    margin: 0 auto;
    text-align: center;
  }
  main .servicePage .contentBox .rowBox .picBox .textBox h4 {
    max-width: 100%;
  }
  main .servicePage .contentBox .processBox .row2Box {
    max-width: 1000px;
    padding: 20px 30px;
    margin: 0 auto;
  }
  main .servicePage .contentBox .processBox .row2Box .textBox p {
    font-size: 100px;
    top: -50%;
  }
  main .servicePage .contentBox .processBox .row2Box .textBox i {
    display: inline-block;
    inset: 0;
    font-size: 50px;
    bottom: -50%;
    left: -15%;
  }
  main .servicePage .contentBox .processBox .row2Box .textBox.one {
    margin-left: 2%;
  }
  main .servicePage .contentBox .processBox .row2Box .textBox.two {
    margin-left: 24%;
  }
  main .servicePage .contentBox .processBox .row2Box .textBox.three {
    margin-left: 40%;
  }
  main .servicePage .contentBox .processBox .row2Box .textBox.four {
    margin-left: 58%;
  }
  main .servicePage .contentBox .processBox .row2Box .textBox.four i {
    left: -20%;
  }
  main .servicePage .contentBox .greatBox .row3Box {
    max-width: 1000px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
  main .servicePage .contentBox .greatBox .row3Box .textBox {
    min-width: 300px;
  }
  main .contactPage .contactBox .contentBox .title-center h6 br {
    display: none;
  }
  main .contactPage .contactBox .contentBox .rowBox {
    padding: 50px 20px 100px;
  }
  main .contactPage .contactBox .contentBox .rowBox .imgBox {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }
  main .contactPage .contactBox .contentBox .rowBox .imgBox .icon {
    border-radius: 35px;
    margin: 0;
    margin-bottom: 25px;
    max-width: 370px;
  }
  main .contactPage .contactBox .contentBox .rowBox .imgBox .icon .iconBox {
    margin-left: 14px;
    padding: 14px 0;
  }
}
@media only screen and (min-width: 992px) {
  div.carouselSlide .carousel-item .carousel-text {
    background-color: rgba(247, 247, 247, 0.3843137255);
  }
  main .processSec .title h5 br {
    display: none;
  }
  main .processSec .rowBox {
    max-width: 1000px;
    margin: 0 auto;
    align-items: start;
  }
  main .processSec .rowBox .contentBox {
    flex-direction: column;
  }
  main .processSec .rowBox .contentBox .pic {
    padding: 20px;
  }
  main .processSec .rowBox .contentBox .textBox {
    padding: 0 30px;
  }
  main .processSec .rowBox .contentBox .textBox h5 {
    margin-bottom: 10px;
  }
  main .serviceSec .rowBox {
    margin: 0 auto;
    max-width: 1200px;
    row-gap: 40px;
    justify-content: space-around;
  }
  main .serviceSec .rowBox .iconBox {
    max-width: 350px;
    padding: 40px 30px;
  }
  main .believeSec {
    gap: 30px;
  }
  main .believeSec .picBox {
    margin: 0;
    justify-content: end;
  }
  main .caseSec .title-center img {
    max-height: 80px;
  }
  main .caseSec .rowBox {
    margin: 30px auto;
  }
  main .caseSec .rowBox .picBox {
    flex: 0 0 calc(33.3333% - 30px);
    margin: 0 15px;
  }
  main .caseSec .rowBox .picBox p {
    font-size: 20px;
  }
  main .reviewsSec .reviewsOwl {
    padding: 40px 70px;
  }
  main .promiseSec .rowBox {
    gap: 30px;
  }
  main .promiseSec .rowBox .textBox .iconBox p {
    font-size: 20px;
  }
  .contactBottom .title-center {
    max-width: 1500px;
  }
  .contactBottom .rowBox {
    gap: 40px;
  }
  .contactBottom .rowBox .icon .textBox .text a, .contactBottom .rowBox .icon .textBox .text p {
    font-size: 20px;
  }
  .contactBottom .rowBox .icon.white {
    width: 250px;
  }
  main .aboutPage .aboutBox {
    min-height: 75vh;
  }
  main .aboutPage .aboutBox .about-card h4 {
    margin-bottom: 20px;
  }
  main .aboutPage .aboutBox .about-card p {
    font-size: 20px;
  }
  main .aboutPage .about4Box {
    padding: 70px 0;
  }
  main .aboutPage .about4Box .title-center h4 {
    font-size: 26px;
    font-weight: 900;
    margin-bottom: 35px;
  }
  main .aboutPage .about4Box .title-center h6 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  main .aboutPage .about1Box {
    padding: 70px 0;
  }
  main .aboutPage .about1Box .title-center h6 {
    font-size: 20px;
    color: #333;
  }
  main .aboutPage .about1Box .rowBox {
    grid-template-columns: repeat(4, 1fr); /* 兩欄 */
    max-width: 1200px;
  }
  main .aboutPage .about1Box .rowBox .cardBox .textBox h6 {
    font-size: 20px;
  }
  main .aboutPage .about3Box {
    min-height: 60vh;
  }
  main .servicePage .contentBox .title-center h5 {
    font-size: 24px;
  }
  main .servicePage .contentBox .rowBox {
    padding: 90px 35px;
    justify-content: center;
  }
  main .servicePage .contentBox .rowBox .picBox {
    max-width: 420px;
    padding: 0 30px;
  }
  main .servicePage .contentBox .rowBox .picBox .textBox ul {
    font-size: 20px;
    font-weight: 600;
  }
  main .servicePage .contentBox .rowBox .picBox .textBox ul li {
    font-size: 20px;
  }
  main .servicePage .contentBox .processBox .row2Box .textBox h6 {
    font-size: 20px;
  }
  main .servicePage .contentBox .processBox .row2Box .textBox p {
    font-size: 120px;
    top: -70%;
    left: -8%;
  }
  main .servicePage .contentBox .processBox .row2Box .textBox.one {
    margin-left: 6%;
  }
  main .servicePage .contentBox .processBox .row2Box .textBox.two {
    margin-left: 26%;
  }
  main .servicePage .contentBox .processBox .row2Box .textBox.three {
    margin-left: 43%;
  }
  main .servicePage .contentBox .processBox .row2Box .textBox.four {
    margin-left: 60%;
  }
  main .servicePage .contentBox .greatBox .row3Box {
    max-width: 1200px;
    gap: 30px;
    padding-bottom: 80px;
  }
  main .servicePage .contentBox .greatBox .row3Box .textBox {
    min-width: 350px;
    padding: 15px;
    border-radius: 40px;
  }
  main .servicePage .contentBox .greatBox .row3Box .textBox .text {
    font-size: 20px;
  }
  main .faqPage .qaAccordin .qa-item .question {
    font-size: 20px;
  }
  main .faqPage .qaAccordin .qa-item .answer {
    font-size: 18px;
  }
  main .contactPage .contactBox .contentBox .title-center {
    margin: 0 auto;
  }
  main .contactPage .contactBox .contentBox .title-center h6 {
    font-size: 20px;
  }
  main .contactPage .contactBox .contentBox .rowBox .imgBox {
    max-width: 2000px;
  }
  main .contactPage .contactBox .contentBox .rowBox .imgBox .icon .textBox .text a, main .contactPage .contactBox .contentBox .rowBox .imgBox .icon .textBox .text p {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1400px) {
  div.carouselSlide .carousel-item .carousel-text {
    width: 40%;
    bottom: 15%;
  }
  div.carouselSlide .carousel-item .carousel-text .main-text {
    font-size: 26px;
  }
  div.carouselSlide .carousel-item .carousel-text .sub-text {
    font-size: 18px;
  }
  main .believeSec {
    padding: 80px 0;
    gap: 100px;
  }
  main .believeSec .contentBox {
    max-width: 550px;
    padding-left: 25px;
  }
  main .believeSec .contentBox img {
    margin-bottom: 40px;
  }
  main .believeSec .contentBox p {
    font-size: 18px;
    padding-bottom: 10px;
  }
  main .promiseSec {
    padding-bottom: 200px;
    background-position: center 25%;
  }
  main .promiseSec .rowBox {
    gap: 80px;
  }
  main .aboutPage .aboutBox {
    min-height: 60vh;
  }
  main .aboutPage .about1Box .rowBox {
    gap: 40px;
  }
  main .aboutPage .about3Box {
    min-height: 45vh;
  }
}
@media only screen and (min-width: 1900px) {
  main .contactPage .contactBox .contentBox .rowBox .imgBox {
    flex-wrap: nowrap;
    gap: 15px;
  }
}