@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Red+Hat+Text:ital,wght@0,300..700;1,300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Titan+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=LXGW+WenKai+Mono+TC&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200..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: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

p {
  font-size: 14px;
  line-height: 1.5;
  word-break: break-all;
  overflow-wrap: break-word;
  /* 防止文字超出 */
  line-break: loose;
  /* 調整中文標點換行規則（modern瀏覽器） */
  margin: 0;
}

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: #ed5a24;
  --color2: #303c64;
  --color3: #ff9b49;
  --color4: #ff722b;
}

.title-center {
  margin: 20px auto;
  text-align: center;
}
.title-center img {
  width: auto;
  align-items: center;
  margin-bottom: 10px;
  max-height: 30px;
}
.title-center h6 {
  font-size: 16px;
  margin: 0;
  line-height: 1.8;
  font-weight: 600;
  color: #465157;
}
.title-center h4 {
  font-size: 20px;
  color: #ff722b;
  font-weight: 900;
  margin-bottom: 8px;
}
.title-center h4 span {
  color: #303c64;
}
.title-center p {
  color: #000;
  font-family: serif;
  letter-spacing: 1px;
  font-size: 15px;
}

.title {
  margin: 0 auto;
}
.title h6 {
  font-size: 16px;
  margin: 0;
  line-height: 1.8;
  font-weight: 600;
  color: #465157;
}
.title h4 {
  background: linear-gradient(0deg, #cdaa92 0%, #ac8a73 100%);
  background: -webkit-linear-gradient(0deg, #cdaa92 0%, #ac8a73 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-weight: 900;
  font-size: 20px;
}
.title .line-with-cut {
  width: 3em;
  height: 5px;
  background-color: #fff;
  clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%); /* 創建明顯的切面 */
  margin-bottom: 20px;
}
.title img {
  width: auto;
  align-items: center;
  margin-bottom: 10px;
  max-height: 28px;
}

.link-btn {
  width: 10em;
  height: auto;
  font-size: 14px;
  display: flex;
  padding: 15px 0;
  margin: 10px 0;
  justify-content: center;
  text-align: center;
  gap: 10px;
  white-space: nowrap;
  line-height: 1.5;
  cursor: pointer;
  color: #324158;
  border: 1px solid #000;
}
.link-btn img {
  width: auto;
  height: 20px;
}
.link-btn i {
  padding-left: 15px;
  line-height: 1.5;
}

.link-btn:hover {
  color: #fff;
  background-color: #324158;
}

.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;
  border: 1px solid #f5f5f7;
}
.pagination ul a.active {
  background-color: #ff722b;
  color: #fff;
  font-weight: 700;
}
.pagination ul li:hover a {
  background-color: #ff722b;
  color: #fff;
  font-weight: 700;
}

.topBox {
  background-image: url(../images/top-pic.jpg);
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  text-align: right;
  align-items: end;
  padding: 30px 15px;
  row-gap: 20px;
  background-size: cover;
  background-repeat: no-repeat;
}
.topBox .textBox {
  padding: 15px;
  position: relative;
  z-index: 1;
  border-radius: 10px;
}
.topBox h3 {
  color: #fec601;
  font-weight: 600;
  margin-bottom: 15px;
  position: relative;
  padding-right: 0.75rem;
}
.topBox section {
  flex: none;
}

.container {
  margin: 0;
}
.container nav {
  text-align: center;
}
.container nav .breadcrumb {
  justify-content: end;
  margin: 0;
  color: #f0f0f0;
}
.container nav .breadcrumb .breadcrumb-item a {
  display: inline-block;
  font-size: 14px;
}
.container nav .breadcrumb .breadcrumb-item.active a {
  color: #f0f0f0;
}
.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 #708293;
}

.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: 40px;
  }
  .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%;
  }
}
@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: 35px;
  }
  .link-btn-left {
    font-size: 16px;
  }
  .breadcrumbRight {
    justify-content: space-around;
  }
  .topBox {
    display: flex;
    align-items: end;
    justify-content: end;
  }
  .topBox .textBox {
    padding: 20px;
    padding-right: 10%;
  }
  body {
    padding-top: 51px;
  }
}
@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: 22px;
  }
  h5 {
    font-size: 20px;
  }
  h6 {
    font-size: 18px;
  }
  p {
    font-size: 16px;
  }
  li {
    font-size: 16px;
  }
  .breadcrumbRight {
    margin-left: 0;
  }
  .breadcrumbRight .breadcrumb {
    padding-left: 0;
  }
  .link-btn {
    font-size: 18px;
  }
  .topBox {
    height: 250px;
  }
  .topBox .textBox {
    padding-right: 20%;
    padding-bottom: 60px;
  }
  .topBox h3 {
    font-size: 30px;
  }
  body {
    padding-top: 64px;
  }
  .title-center h3 {
    font-size: 45px;
  }
  .title-center h6 {
    font-size: 18px;
  }
  .title-center h4 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .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% 30%;
  }
}
@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-icon,
div.carouselSlide .carousel-control-next-icon {
  background-color: #fff;
  color: #000;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-size: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: none;
  border: 1px solid #000;
  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: 30px 10px 0;
}
main .aboutSec .contentBox {
  margin: 0 auto 20px;
  max-width: 350px;
}
main .aboutSec .contentBox h6 {
  font-weight: normal;
}
main .aboutSec .contentBox p {
  padding-bottom: 5px;
  line-height: 1.4;
}
main .aboutSec .contentBox ul {
  margin: 20px 0;
}
main .aboutSec .contentBox ul li {
  color: #303c64;
  padding-bottom: 5px;
  line-height: 1.4;
}
main .aboutSec .picBox {
  margin: 10px auto;
  text-align: center;
}
main .aboutSec .picBox img {
  max-width: 400px;
}
main .contactSec .contentBox .leftBox {
  height: 300px;
  background-image: url(../images/contact-bg.jpg);
  background-repeat: no-repeat;
  background-size: 240%;
  background-position: 20% bottom;
}
main .contactSec .contentBox .rightBox {
  background-color: #303c64;
  text-align: center;
  padding: 40px 0;
}
main .contactSec .contentBox .rightBox h6 {
  color: #ed5a24;
  line-height: 2;
  font-weight: 700;
}
main .contactSec .contentBox .rightBox h5 {
  color: #fff;
  margin-bottom: 20px;
  font-weight: normal;
}
main .contactSec .contentBox .rightBox h5 span {
  color: #fec601;
  padding-left: 5px;
}
main .contactSec .contentBox .rightBox .btn {
  border: 1px solid #fff;
  color: #fff;
  font-size: 12px;
  padding: 10px 18px;
  transition: all 0.8s ease;
}
main .contactSec .contentBox .rightBox .btn:hover {
  border-color: #303c64;
  color: #303c64;
  background-color: #fff;
  font-weight: 700;
}
main .serviceSec {
  padding: 20px 0;
}
main .serviceSec .contentBox {
  padding: 0 0 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
main .serviceSec .contentBox .rowBox {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
}
main .serviceSec .contentBox .rowBox .iconBox {
  flex: 0 0 50%;
  text-align: center;
  padding: 0 5px;
}
main .serviceSec .contentBox .rowBox .iconBox .picBox {
  min-height: 120px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 8px;
}
main .serviceSec .contentBox .rowBox .iconBox .picBox img {
  width: 50%;
  height: auto;
  max-width: 90px;
}
main .serviceSec .contentBox .rowBox .iconBox h6 {
  color: #303c64;
  margin: 15px 0;
  font-weight: 400;
}
main .serviceSec .contentBox .rowBox .iconBox p {
  max-width: 230px;
  margin: 0 auto;
}
main .caseSec {
  position: relative;
  width: 100%;
  padding: 40px 0;
  background-color: #f5f5f7;
}
main .caseSec .title-center {
  margin-top: 0;
}
main .caseSec .caseOwl {
  padding: 10px 30px 20px;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  position: relative;
  margin: 0 auto;
  max-width: 400px;
}
main .caseSec .caseOwl .contentBox {
  width: 100%;
  margin: 0 auto;
}
main .caseSec .caseOwl .contentBox .boximg4x5 img {
  transition: transform 1s ease;
  /* 變慢：1秒 */
}
main .caseSec .caseOwl .contentBox {
  /* 黑色透明遮罩 */
  /* 右上角「+」 */
}
main .caseSec .caseOwl .contentBox .textBox {
  max-height: 200px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  margin-bottom: 15px;
}
main .caseSec .caseOwl .contentBox .textBox h5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  line-height: 1.5;
  color: #ed5a24;
  font-weight: 400;
  margin: 10px 0;
}
main .caseSec .caseOwl .contentBox .textBox p {
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
main .caseSec .caseOwl .contentBox .textBox .timeP {
  line-height: 1.8;
}
main .caseSec .caseOwl .contentBox .btn {
  background-color: #ed5a24;
  border: 1px solid #ed5a24;
  color: #fff;
  border-radius: 0;
  padding: 6px 35px;
  transition: all 0.5s ease;
}
main .caseSec .caseOwl {
  /* hover / focus 狀態顯示效果（鍵盤或手機點擊一樣會觸發 focus-within） */
}
main .caseSec .caseOwl .contentBox:hover .boximg4x5::after,
main .caseSec .caseOwl .contentBox:focus-within .boximg4x5::after {
  opacity: 1;
}
main .caseSec .caseOwl .contentBox:hover .boximg4x5::before,
main .caseSec .caseOwl .contentBox:focus-within .boximg4x5::before {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  /* 保持 translate */
}
main .caseSec .caseOwl {
  /* 圖片可加一點亮度變化（不動 transform 就不會壓過你的置中） */
}
main .caseSec .caseOwl .contentBox:hover .boximg4x5 img,
main .caseSec .caseOwl .contentBox:focus-within .boximg4x5 img {
  filter: brightness(0.85);
}
main .caseSec .caseOwl .contentBox:hover .boximg4x5 img,
main .caseSec .caseOwl .contentBox:focus-within .boximg4x5 img {
  transform: translate(-50%, -50%) scale(1.1);
  /* 注意：合併在一起 */
}
main .caseSec .caseOwl .contentBox:hover .btn {
  background-color: transparent;
  color: #ed5a24;
}
main .caseSec .caseOwl .owl-carousel {
  position: relative;
  overflow: visible;
}
main .caseSec .caseOwl .owl-nav {
  position: absolute;
  top: 40%;
  width: 100%;
  display: flex;
}
main .caseSec .caseOwl .owl-nav .owl-prev,
main .caseSec .caseOwl .owl-nav .owl-next {
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: #e9bd8e;
  color: #112251;
  font-size: 18px;
  border-radius: 8px;
  display: none;
}
main .caseSec .caseOwl .owl-nav .owl-next {
  right: 0;
}
main .caseSec .caseOwl .owl-nav .owl-prev:hover,
main .caseSec .caseOwl .owl-nav .owl-next:hover {
  color: #fff;
  background-color: #3c507e;
}
main .caseSec .caseOwl .owl-carousel .owl-item {
  max-width: 400px;
}
main .caseSec .caseOwl .owl-dots {
  display: flex !important;
  justify-content: center;
  gap: 8px;
  margin-top: 15px;
  flex-direction: row !important;
  position: relative;
}
main .caseSec .caseOwl .owl-dots .owl-dot {
  display: inline-block;
}
main .caseSec .caseOwl .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: #999;
  display: block;
  border-radius: 50%;
}
main .caseSec .caseOwl .owl-dots .owl-dot.active span {
  background: #333;
}
main .caseSec .link-btn {
  margin: 40px auto;
  color: #fff;
  background-color: #c586a4;
  border-radius: 30px;
}
main .caseSec .link-btn:hover {
  color: #c586a4;
  background-color: #fff;
}
main .reviewsSec {
  padding: 50px 0;
}
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.jpg);
  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: #ff722b;
}
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 .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: #cdaa92;
  font-size: 15px;
  border-radius: 5px;
  display: none;
}
main .reviewsSec .reviewsOwl .owl-nav .owl-next {
  right: 0;
}
main .whySec {
  background-color: rgba(237, 90, 36, 0.7019607843);
  max-height: 600px;
  margin-bottom: 70px;
}
main .whySec .contentBox {
  padding: 30px 0 0;
  margin: 0 auto;
  max-width: 330px;
}
main .whySec .contentBox .title {
  padding: 30px 0 20px;
}
main .whySec .contentBox p {
  color: #333;
  margin-bottom: 5px;
}
main .whySec .contentBox .button {
  text-align: center;
}
main .whySec .contentBox .button .btn {
  margin: 15px auto;
  border: 1px solid #fff;
  color: #fff;
  font-size: 14px;
  padding: 10px 40px;
  transition: all 0.8s ease;
}
main .whySec .contentBox .button .btn:hover {
  border-color: #303c64;
  color: #303c64;
  background-color: #fff;
  font-weight: 700;
}
main .whySec .imgBox {
  margin-bottom: -10px;
  text-align: center;
}
main .whySec .imgBox img {
  width: 90%;
  max-width: 400px;
}
main .blogSec {
  margin-top: 20px;
  background-color: transparent;
  padding: 40px 0;
}
main .blogSec .rowBox {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: start;
  margin: 2em auto;
  margin-bottom: 0;
  row-gap: 40px;
}
main .blogSec .rowBox .contentBox {
  padding: 0 10px;
  max-width: 400px;
}
main .blogSec .rowBox .contentBox .boximg4x5 img {
  transition: transform 1s ease;
  /* 變慢：1秒 */
}
main .blogSec .rowBox .contentBox {
  /* 黑色透明遮罩 */
}
main .blogSec .rowBox .contentBox .boximg4x5::after {
  content: "";
  position: absolute;
  inset: 0;
  /* 等同 top/right/bottom/left 全為 0 */
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
  /* 不擋連結點擊 */
  z-index: 1;
}
main .blogSec .rowBox .contentBox {
  /* 右上角「+」 */
}
main .blogSec .rowBox .contentBox .textBox {
  max-height: 200px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  margin-bottom: 15px;
}
main .blogSec .rowBox .contentBox .textBox h5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  line-height: 1.5;
  color: #ed5a24;
  font-weight: 400;
  margin: 10px 0;
}
main .blogSec .rowBox .contentBox .textBox p {
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
main .blogSec .rowBox .contentBox .textBox .timeP {
  line-height: 1.8;
}
main .blogSec .rowBox .contentBox .btn {
  background-color: #ed5a24;
  border: 1px solid #ed5a24;
  color: #fff;
  border-radius: 0;
  padding: 6px 35px;
  transition: all 0.5s ease;
}
main .blogSec .rowBox {
  /* hover / focus 狀態顯示效果（鍵盤或手機點擊一樣會觸發 focus-within） */
}
main .blogSec .rowBox .contentBox:hover .boximg4x5::after,
main .blogSec .rowBox .contentBox:focus-within .boximg4x5::after {
  opacity: 1;
}
main .blogSec .rowBox .contentBox:hover .boximg4x5::before,
main .blogSec .rowBox .contentBox:focus-within .boximg4x5::before {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  /* 保持 translate */
}
main .blogSec .rowBox {
  /* 圖片可加一點亮度變化（不動 transform 就不會壓過你的置中） */
}
main .blogSec .rowBox .contentBox:hover .boximg4x5 img,
main .blogSec .rowBox .contentBox:focus-within .boximg4x5 img {
  filter: brightness(0.85);
}
main .blogSec .rowBox .contentBox:hover .boximg4x5 img,
main .blogSec .rowBox .contentBox:focus-within .boximg4x5 img {
  transform: translate(-50%, -50%) scale(1.1);
  /* 注意：合併在一起 */
}
main .blogSec .rowBox .contentBox:hover .btn {
  background-color: transparent;
  color: #ed5a24;
}

.contactBottom {
  padding: 60px 0;
  background-color: #333;
}
.contactBottom .titleBox {
  text-align: center;
}
.contactBottom .titleBox img {
  width: 70%;
  text-align: center;
  max-width: 250px;
  height: auto;
  margin-bottom: 15px;
}
.contactBottom .rowBox {
  display: flex;
  justify-content: center;
  flex-direction: column;
  row-gap: 30px;
  align-items: center;
  padding: 30px 0 0;
}
.contactBottom .rowBox .icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.contactBottom .rowBox .icon .imgBox img {
  max-width: 20px;
  height: auto;
  max-height: 23px;
}
.contactBottom .rowBox .icon a, .contactBottom .rowBox .icon p {
  color: #fff;
  font-size: 14px;
  transition: all 0.8s ease;
}
.contactBottom .rowBox .icon a:hover {
  color: #ff722b;
}

footer {
  line-height: 2;
  padding: 10px 0;
  font-size: 14px;
  text-align: center;
  color: #333;
}

aside {
  display: flex;
  position: fixed;
  flex-direction: column;
  right: 0;
  bottom: 15px;
  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;
}

main .aboutPage .title-center .underlineBox {
  display: flex;
  justify-content: center;
}
main .aboutPage .title-center .underlineBox .leftline {
  width: 40px;
  height: 2px;
  background-color: #ed5a24;
}
main .aboutPage .title-center .underlineBox .rightline {
  width: 80px;
  height: 2px;
  background-color: #303c64;
}
main .aboutPage .title-center p {
  padding: 10px 0;
}
main .aboutPage .aboutBox {
  padding: 20px 0;
}
main .aboutPage .aboutBox .title-center img {
  max-height: 25px;
}
main .aboutPage .aboutBox .contentBox {
  padding: 30px 10px;
}
main .aboutPage .aboutBox .contentBox .rowBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 10px;
}
main .aboutPage .aboutBox .contentBox .rowBox .text-left h5 {
  color: #ed5a24;
}
main .aboutPage .aboutBox .contentBox .fullBox {
  margin-top: 40px;
  text-align: center;
  padding: 30px 0;
  color: #303c64;
  background-color: #f5f5f7;
}
main .aboutPage .about1Box {
  padding: 20px 0;
}
main .aboutPage .about1Box .contentBox {
  padding: 30px 10px;
}
main .aboutPage .about1Box .contentBox .rowBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 20px;
}
main .aboutPage .about1Box .contentBox .rowBox .text-left .text-p {
  margin-bottom: 15px;
}
main .aboutPage .about1Box .contentBox .rowBox .text-left ul li {
  line-height: 1.5;
}
main .aboutPage .about1Box .contentBox .rowBox .pic-right .pic-absolute {
  display: none;
}
main .aboutPage .about1Box .contentBox .fullBox {
  margin-top: 40px;
  text-align: center;
  padding: 30px 0;
  color: #303c64;
  background-color: #f5f5f7;
}
main .aboutPage .about2Box .rowBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 20px;
  margin: 60px auto;
}
main .aboutPage .about2Box .rowBox .cardBox {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 30px;
  padding: 30px 20px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.0784313725);
  max-width: 400px;
}
main .aboutPage .about2Box .rowBox .cardBox .iconBox {
  flex: 1;
  text-align: center;
}
main .aboutPage .about2Box .rowBox .cardBox .iconBox img {
  max-width: 70px;
  height: auto;
}
main .aboutPage .about2Box .rowBox .cardBox .textBox {
  flex: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
main .aboutPage .about2Box .rowBox .cardBox .textBox h6 {
  color: #303c64;
  margin-bottom: 10px;
}
main .aboutPage .parallax {
  margin: 0;
}
main .aboutPage .parallax .background-fixed-q__background {
  background-position: center;
  background-image: url(../images/aboutPage-parallaxbg.jpg);
}
main .aboutPage .parallax .background-fixed-q__background::before {
  background: #000;
}
main .aboutPage .parallax .background-fixed-q__content {
  padding: 7em 3em;
}
main .aboutPage .parallax .background-fixed-q__content div h6 {
  color: #fff;
  margin-bottom: 20px;
  text-shadow: none;
}
main .aboutPage .parallax .background-fixed-q__content div p {
  color: #fff;
  font-weight: normal;
  line-height: 1.5;
  text-shadow: none;
}
main .aboutPage .parallax .background-fixed-q__content div h4 {
  margin-top: 30px;
  color: #ff9b49;
  text-shadow: none;
  margin-bottom: 15px;
  font-weight: 700;
  letter-spacing: 2px;
}
main .aboutPage .about3Box .rowBox .textBox {
  text-align: center;
  background-color: #f5f5f7;
  padding: 40px 20px;
}
main .aboutPage .about3Box .rowBox .textBox h6 {
  color: #303c64;
  line-height: 1.5;
}
main .aboutPage .about3Box .rowBox .textBox h5 {
  color: #ed5a24;
  font-weight: 700;
  line-height: 1.5;
}

main .sevicePage .contentBox {
  padding: 30px 0;
}
main .sevicePage .contentBox .directionBox {
  margin: 30px auto;
  border-radius: 20px;
  padding: 20px;
  background-color: #f5f5f7;
}
main .sevicePage .contentBox .directionBox p {
  margin-bottom: 8px;
}

main .casePage .contentBox {
  padding: 20px 0;
}
main .casePage .contentBox .rowBox {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin: 2em auto;
  margin-bottom: 0;
  row-gap: 20px;
}
main .casePage .contentBox .rowBox .content {
  padding: 12px 12px 0;
  transition: box-shadow 0.35s ease;
}
main .casePage .contentBox .rowBox .content .boximg4x5 img {
  transition: transform 1s ease;
  /* 變慢：1秒 */
}
main .casePage .contentBox .rowBox .content .textBox {
  margin-bottom: 15px;
}
main .casePage .contentBox .rowBox .content .textBox .timeP {
  color: #808080;
  margin-top: 6px;
}
main .casePage .contentBox .rowBox .content .textBox h5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  line-height: 1.5;
  color: #ed5a24;
  font-weight: 400;
  margin: 10px 0;
}
main .casePage .contentBox .rowBox .content .textBox p.longtext {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  color: #333;
}
main .casePage .contentBox .rowBox .content .btn {
  background-color: #ed5a24;
  border: 1px solid #ed5a24;
  color: #fff;
  border-radius: 0;
  padding: 6px 35px;
  transition: all 0.5s ease;
}
main .casePage .contentBox .rowBox .content .link-btn-icon {
  color: #454545;
  font-size: 16px;
  padding: 0;
}
main .casePage .contentBox .rowBox {
  /* hover / focus 狀態顯示效果（鍵盤或手機點擊一樣會觸發 focus-within） */
}
main .casePage .contentBox .rowBox .content:hover .boximg4x5::after,
main .casePage .contentBox .rowBox .content:focus-within .boximg4x5::after {
  opacity: 1;
}
main .casePage .contentBox .rowBox .content:hover .boximg4x5::before,
main .casePage .contentBox .rowBox .content:focus-within .boximg4x5::before {
  opacity: 1;
  transform: none;
}
main .casePage .contentBox .rowBox {
  /* 圖片可加一點亮度變化（不動 transform 就不會壓過你的置中） */
}
main .casePage .contentBox .rowBox .content:hover .boximg4x5 img,
main .casePage .contentBox .rowBox .content:focus-within .boximg4x5 img {
  filter: brightness(0.85);
}
main .casePage .contentBox .rowBox .content:hover .boximg4x5 img,
main .casePage .contentBox .rowBox .content:focus-within .boximg4x5 img {
  transform: translate(-50%, -50%) scale(1.2);
  /* 注意：合併在一起 */
}
main .casePage .contentBox .rowBox .content:hover .arrow {
  transform: translateX(15px); /* 向右移動 10px */
}
main .casePage .contentBox .rowBox .content:hover .btn {
  background-color: transparent;
  color: #ed5a24;
}
main .casePage .contentBox .rowBox a:hover {
  color: #000;
}

main .articlePage .articleBox {
  margin: 20px auto;
  padding: 40px 0;
}
main .articlePage .articleBox .content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: start;
  max-width: 850px;
  margin: 10px auto 30px;
}
main .articlePage .articleBox .content .picBox {
  padding: 10px;
  position: relative;
  /* 讓遮罩能定位 */
  overflow: hidden;
}
main .articlePage .articleBox .content .picBox h6 {
  padding: 0 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  margin: 10px 0;
}
main .articlePage .articleBox .content .picBox p {
  color: #4d4d4d;
  padding: 0px 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  line-height: 1.5em;
}
main .articlePage .articleBox .content .picBox .boximg1x1 img,
main .articlePage .articleBox .content .picBox .boximg4x5 img {
  transition: transform 1s ease;
  /* 變慢：1秒 */
}
main .articlePage .articleBox .content .picBox {
  /* 黑色透明遮罩 */
  /* 右上角「+」 */
}
main .articlePage .articleBox .content .picBox .boximg1x1::before,
main .articlePage .articleBox .content .picBox .boximg4x5::before {
  content: "+";
  position: absolute;
  top: 10px;
  right: 10px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #ed5a24;
  background-color: #fff;
  font-weight: 700;
  font-size: 30px;
  opacity: 0;
  transform: translateY(-8px) scale(0.9);
  transition: opacity 0.3s ease, transform 0.5s ease;
  pointer-events: none;
  /* 點 + 一樣會觸發 a（fancybox） */
  z-index: 2;
}
main .articlePage .articleBox .content {
  /* hover / focus 狀態顯示效果（鍵盤或手機點擊一樣會觸發 focus-within） */
}
main .articlePage .articleBox .content .picBox:hover .boximg1x1::after,
main .articlePage .articleBox .content .picBox:focus-within .boximg1x1::after {
  opacity: 1;
}
main .articlePage .articleBox .content .picBox:hover .boximg1x1::before,
main .articlePage .articleBox .content .picBox:focus-within .boximg1x1::before {
  opacity: 1;
  transform: none;
}
main .articlePage .articleBox .content {
  /* 圖片可加一點亮度變化（不動 transform 就不會壓過你的置中） */
}
main .articlePage .articleBox .content .picBox:hover .boximg1x1 img,
main .articlePage .articleBox .content .picBox:focus-within .boximg1x1 img {
  filter: brightness(0.85);
}
main .articlePage .articleBox .content .picBox:hover .boximg1x1 img,
main .articlePage .articleBox .content .picBox:focus-within .boximg1x1 img {
  transform: translate(-50%, -50%) scale(1.2);
  /* 注意：合併在一起 */
}
main .articlePage .articleBox .content .picBox:hover .boximg4x5::after,
main .articlePage .articleBox .content .picBox:focus-within .boximg4x5::after {
  opacity: 1;
}
main .articlePage .articleBox .content .picBox:hover .boximg4x5::before,
main .articlePage .articleBox .content .picBox:focus-within .boximg4x5::before {
  opacity: 1;
  transform: none;
}
main .articlePage .articleBox .content {
  /* 圖片可加一點亮度變化（不動 transform 就不會壓過你的置中） */
}
main .articlePage .articleBox .content .picBox:hover .boximg4x5 img,
main .articlePage .articleBox .content .picBox:focus-within .boximg4x5 img {
  filter: brightness(0.85);
}
main .articlePage .articleBox .content .picBox:hover .boximg4x5 img,
main .articlePage .articleBox .content .picBox:focus-within .boximg4x5 img {
  transform: translate(-50%, -50%) scale(1.2);
  /* 注意：合併在一起 */
}

main .faqPage .qaAccordin {
  margin: 20px auto 40px;
  max-width: 900px;
  padding: 50px 0;
}
main .faqPage .qaAccordin .qa-item {
  border: 1px solid #303c64;
  background-color: #fff;
  margin-bottom: 10px;
  border-radius: 5px;
  overflow: hidden;
}
main .faqPage .qaAccordin .qa-item .question {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-weight: bold;
  padding: 30px;
  color: #303c64;
  background-color: #fff;
  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: #eaeaea;
  color: #303c64;
  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: #303c64;
  color: #fff;
}
main .faqPage .qaAccordin .qa-item .question.active .icon {
  background-color: #fff;
  color: #303c64;
}
main .faqPage .qaAccordin .qa-item .answer {
  display: none;
  padding: 16px;
  padding-top: 0;
  padding-left: 25px;
  background-color: #303c64;
  color: #fff;
  transition: all 0.5s ease-in;
  font-size: 14px;
}
main .faqPage .qaAccordin .qa-item .answer.show {
  transition: all 0.5s ease-in;
  display: block;
}

main .contactPage .contactBox .contentBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
main .contactPage .contactBox .contentBox .title-center .underlineBox {
  display: flex;
  justify-content: center;
}
main .contactPage .contactBox .contentBox .title-center .underlineBox .leftline {
  width: 40px;
  height: 2px;
  background-color: #ed5a24;
}
main .contactPage .contactBox .contentBox .title-center .underlineBox .rightline {
  width: 40px;
  height: 2px;
  background-color: #303c64;
}
main .contactPage .contactBox .contentBox .processBox {
  padding: 30px 15px;
  margin: 0 auto;
}
main .contactPage .contactBox .contentBox .processBox .rowBox {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  padding: 30px 0;
}
main .contactPage .contactBox .contentBox .processBox .rowBox .stepBox h3 {
  padding: 10px;
  border-radius: 50%;
  display: inline-block;
  color: #fff;
  font-weight: 800;
  text-align: center;
  background-color: #ed5a24;
  margin-bottom: 10px;
}
main .contactPage .contactBox .contentBox .processBox .rowBox .stepBox h6 {
  font-weight: normal;
  line-height: 1.5;
}
main .contactPage .contactBox .contentBox .textBox {
  background-color: #f5f5f7;
  width: 100%;
  padding: 30px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
main .contactPage .contactBox .contentBox .textBox .rowBox {
  padding: 30px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 20px;
}
main .contactPage .contactBox .contentBox .textBox .rowBox .text {
  width: 100%;
  flex: 1;
  padding: 30px;
  background-color: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.0784313725);
  max-width: 550px;
}
main .contactPage .contactBox .contentBox .textBox .rowBox .text p {
  margin-bottom: 8px;
}
main .contactPage .contactBox .contentBox .textBox .rowBox .text .iconBox {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}
main .contactPage .contactBox .contentBox .textBox .rowBox .text .iconBox .imgBox img {
  max-width: 22px;
  height: auto;
  max-height: 23px;
}
main .contactPage .contactBox .contentBox .textBox .rowBox .text .iconBox p {
  color: #ed5a24;
  margin-bottom: 0;
  font-weight: 600;
}
main .contactPage .contactBox .contentBox .parallax {
  margin: 0;
  text-shadow: none;
}
main .contactPage .contactBox .contentBox .parallax .background-fixed-q__background {
  background-position: 55% 100%;
  opacity: 1;
  background-image: url(../images/contactPage-bg.jpg);
}
main .contactPage .contactBox .contentBox .parallax .background-fixed-q__background::before {
  background: #000;
}
main .contactPage .contactBox .contentBox .parallax .background-fixed-q__content {
  padding: 7em 3em;
}
main .contactPage .contactBox .contentBox .parallax .background-fixed-q__content .textBox-p .text-left h5 {
  color: #ff9b49;
  font-weight: 600;
  line-height: 1.7;
  margin-bottom: 20px;
}
main .contactPage .contactBox .contentBox .parallax .background-fixed-q__content .textBox-p .text-left h6 {
  color: #fff;
  font-weight: 300;
  line-height: 1.5;
}

@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 .aboutSec {
    display: flex;
    justify-content: center;
    padding: 50px 0;
  }
  main .aboutSec .contentBox {
    margin: 0;
    padding-left: 20px;
    padding-bottom: 20px;
    max-width: 500px;
  }
  main .aboutSec .contentBox p {
    padding-bottom: 8px;
  }
  main .aboutSec .picBox {
    margin: 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 600px;
  }
  main .aboutSec .picBox img {
    max-width: 500px;
  }
  main .contactSec .contentBox {
    background-image: url(../images/contact-bg.jpg);
    background-repeat: no-repeat;
    background-size: 110%;
    background-position: center bottom;
    display: flex;
    flex-direction: row;
    align-items: end;
  }
  main .contactSec .contentBox .leftBox {
    background-image: none;
    height: 300px;
  }
  main .contactSec .contentBox .rightBox {
    text-align: right;
    height: 200px;
    background-color: transparent;
  }
  main .contactSec .underlineBox {
    display: flex;
  }
  main .contactSec .underlineBox .leftline {
    height: 20px;
    background-color: #ed5a24;
  }
  main .contactSec .underlineBox .rightline {
    height: 20px;
    background-color: #303c64;
  }
  main .serviceSec .contentBox .rowBox .iconBox {
    padding: 0 15px;
  }
  main .caseSec .caseOwl {
    padding: 20px 50px;
    max-width: 1000px;
  }
  main .caseSec .caseOwl .picBox {
    width: 90%;
  }
  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 .blogSec {
    margin-top: 0;
  }
  main .blogSec .rowBox {
    justify-content: space-between;
  }
  main .blogSec .rowBox .contentBox {
    padding: 0 10px;
  }
  footer {
    font-size: 16px;
    width: 100%;
    margin: 0 auto;
  }
  aside {
    right: 10px;
    transform: scale(1);
  }
  main .aboutPage .aboutBox .contentBox .rowBox {
    flex-direction: row;
    gap: 80px;
    align-items: end;
    padding: 30px 0;
  }
  main .aboutPage .aboutBox .contentBox .rowBox p {
    line-height: 1.7;
  }
  main .aboutPage .aboutBox .contentBox .fullBox {
    padding: 40px 0;
  }
  main .aboutPage .about1Box .contentBox .rowBox {
    flex-direction: row;
    gap: 20px;
    padding-bottom: 20px;
  }
  main .aboutPage .about1Box .contentBox .rowBox .text-left {
    max-width: 400px;
  }
  main .aboutPage .about1Box .contentBox .rowBox .text-left .text-p {
    margin-bottom: 30px;
  }
  main .aboutPage .about1Box .contentBox .rowBox .text-left ul li {
    line-height: 1.6;
  }
  main .aboutPage .about1Box .contentBox .rowBox .pic-right {
    max-width: 550px;
  }
  main .aboutPage .about1Box .contentBox .fullBox {
    padding: 40px 0;
  }
  main .aboutPage .about2Box .rowBox {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 兩欄 */
    gap: 20px;
    margin: 30px auto;
    padding: 20px 0;
  }
  main .aboutPage .about2Box .rowBox .textBox {
    align-items: flex-start;
  }
  main .aboutPage .about3Box .rowBox {
    display: flex;
    flex-direction: row-reverse;
  }
  main .aboutPage .about3Box .rowBox .textBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  main .aboutPage .about3Box .rowBox .textBox h6 {
    margin-bottom: 15px;
    letter-spacing: 1px;
  }
  main .aboutPage .about3Box .rowBox .textBox h5 {
    letter-spacing: 2px;
  }
  main .aboutPage .about3Box .rowBox .textBox .h5-margin {
    margin-top: 30px;
  }
  main .aboutPage .about3Box .rowBox .picBox img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
  main .casePage .contentBox .rowBox {
    row-gap: 0;
    margin-top: 0;
    justify-content: flex-start;
  }
  main .casePage .contentBox .rowBox .content {
    padding: 12px 12px 0;
    flex: 0 0 calc(50% - 20px);
    margin: 10px;
  }
  main .contactPage .contactBox .contentBox .processBox {
    padding: 60px 0;
  }
  main .contactPage .contactBox .contentBox .processBox .rowBox {
    display: flex;
    flex-direction: row;
    gap: 15px;
    position: relative;
    z-index: 1;
  }
  main .contactPage .contactBox .contentBox .processBox .rowBox .stepBox {
    flex: 1;
    text-align: center;
  }
  main .contactPage .contactBox .contentBox .processBox .rowBox .stepBox h3 {
    margin-bottom: 30px;
  }
  main .contactPage .contactBox .contentBox .processBox .rowBox .stepBox h6 {
    padding: 0 10px;
  }
  main .contactPage .contactBox .contentBox .processBox .rowBox::after {
    content: "";
    position: absolute;
    top: 30%;
    left: 10%;
    width: 80%;
    height: 2px;
    background-color: #ed5a24;
    z-index: -1;
  }
  main .contactPage .contactBox .contentBox .textBox {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 992px) {
  div.carouselSlide .carousel-item .carousel-text {
    background-color: rgba(247, 247, 247, 0.3843137255);
  }
  main .aboutSec .contentBox p {
    line-height: 1.6;
    padding-bottom: 10px;
  }
  main .aboutSec .picBox {
    margin: 0;
    justify-content: end;
  }
  main .aboutSec .picBox img {
    max-width: 550px;
  }
  main .contactSec .contentBox {
    background-size: 100%;
  }
  main .contactSec .contentBox .leftBox {
    height: 400px;
  }
  main .contactSec .contentBox .rightBox {
    height: 220px;
  }
  main .contactSec .contentBox .rightBox .btn {
    width: 150px;
    font-size: 15px;
    padding: 12px 18px;
  }
  main .serviceSec {
    padding: 50px 0;
  }
  main .serviceSec .title-center {
    text-align: left;
    padding-left: 15%;
  }
  main .serviceSec .contentBox {
    padding-bottom: 70px;
  }
  main .serviceSec .contentBox .rowBox {
    max-width: 1100px;
    padding: 10px 0;
  }
  main .serviceSec .contentBox .rowBox .iconBox {
    flex: 0 0 25%;
    padding: 0 15px;
  }
  main .serviceSec .contentBox .rowBox .iconBox .picBox {
    min-height: 140px;
    margin-bottom: 5px;
  }
  main .serviceSec .contentBox .rowBox .iconBox .picBox img {
    width: 70%;
    height: auto;
    max-width: 100px;
  }
  main .caseSec .caseOwl {
    width: 100%;
    max-width: 1200px;
  }
  main .reviewsSec .reviewsOwl {
    padding: 40px 70px;
  }
  main .reviewsSec .reviewsOwl .owl-nav .owl-prev,
  main .reviewsSec .reviewsOwl .owl-nav .owl-next {
    width: 60px;
    height: 60px;
    font-size: 18px;
    line-height: 18px;
  }
  main .whySec {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 60px 0 40px;
    max-height: 450px;
    margin-bottom: 40px;
  }
  main .whySec .contentBox {
    padding: 0;
    margin: 0;
    padding-left: 70px;
  }
  main .whySec .contentBox .title {
    padding: 10px 0;
  }
  main .whySec .contentBox .button {
    text-align: left;
  }
  main .whySec .contentBox .button .btn {
    width: 150px;
    font-size: 15px;
    padding: 12px 18px;
  }
  main .whySec .imgBox {
    margin-bottom: -100px;
    max-width: 600px;
  }
  main .whySec .imgBox img {
    width: 100%;
    max-width: 600px;
  }
  main .blogSec .rowBox {
    justify-content: flex-start;
    max-width: 1200px;
  }
  main .blogSec .rowBox .contentBox {
    padding: 0 20px;
    margin: 10px;
    flex: 0 0 calc(33.3333% - 20px);
  }
  .contactBottom .rowBox {
    flex-direction: row;
    align-items: start;
    gap: 40px;
  }
  .contactBottom .rowBox .icon a, .contactBottom .rowBox .icon p {
    font-size: 16px;
  }
  main .aboutPage .about1Box .title-center .underlineBox .leftline {
    width: 48px;
  }
  main .aboutPage .about1Box .title-center .underlineBox .rightline {
    width: 96px;
  }
  main .aboutPage .about1Box .contentBox .rowBox {
    padding: 30px 0;
    gap: 40px;
  }
  main .aboutPage .about1Box .contentBox .rowBox .pic-right {
    position: relative;
  }
  main .aboutPage .about1Box .contentBox .rowBox .pic-right .pic-absolute {
    display: block;
    position: absolute;
    width: 150px;
    top: -8%;
    left: -5%;
    z-index: -1;
  }
  main .aboutPage .about2Box .title-center .underlineBox .leftline {
    width: 48px;
  }
  main .aboutPage .about2Box .title-center .underlineBox .rightline {
    width: 48px;
  }
  main .aboutPage .about2Box .rowBox {
    grid-template-columns: repeat(3, 1fr); /* 兩欄 */
    max-width: 1400px;
    padding: 30px 0 50px;
  }
  main .aboutPage .about2Box .rowBox .cardBox {
    max-width: 450px;
  }
  main .aboutPage .parallax .background-fixed-q__content {
    padding: 9em 3em;
  }
  main .sevicePage .contentBox .directionBox {
    border-radius: 30px;
    padding: 40px;
    margin: 70px auto;
  }
  main .casePage .contentBox .rowBox .content {
    padding: 12px 20px 0;
    flex: 0 0 calc(50% - 20px);
    margin: 10px;
  }
  main .contactPage .contactBox .contentBox .title-center .underlineBox .leftline {
    width: 48px;
  }
  main .contactPage .contactBox .contentBox .title-center .underlineBox .rightline {
    width: 48px;
  }
  main .contactPage .contactBox .contentBox .processBox {
    padding: 100px 0;
  }
  main .contactPage .contactBox .contentBox .textBox {
    padding: 100px 0;
  }
  main .contactPage .contactBox .contentBox .textBox .rowBox {
    flex-direction: row;
    align-items: stretch;
    gap: 25px;
  }
  main .contactPage .contactBox .contentBox .parallax .background-fixed-q__content {
    padding: 9em 2em;
  }
  main .contactPage .contactBox .contentBox .parallax .background-fixed-q__content .textBox-p .text-left h5 {
    letter-spacing: 1px;
  }
}
@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 .aboutSec {
    padding: 80px 0;
  }
  main .contactSec .contentBox .leftBox {
    height: 550px;
  }
  main .contactSec .contentBox .rightBox {
    height: 280px;
  }
  main .contactSec .contentBox .rightBox h5 {
    margin-bottom: 40px;
  }
  main .serviceSec .title-center {
    padding-left: 23%;
  }
  main .whySec .contentBox {
    max-width: 550px;
  }
  main .whySec .contentBox .button .btn {
    margin: 20px 0;
  }
  main .whySec .imgBox {
    margin-bottom: -80px;
    display: flex;
    align-items: end;
    justify-content: start;
    padding-left: 20px;
    max-width: 700px;
  }
  main .whySec .imgBox img {
    max-width: 700px;
  }
  .contactBottom .rowBox {
    gap: 70px;
  }
  main .aboutPage .about2Box .rowBox {
    gap: 40px;
  }
  main .aboutPage .about2Box .rowBox .cardBox {
    padding: 40px 30px;
  }
  main .casePage .contentBox .rowBox {
    max-width: 1200px;
  }
  main .casePage .contentBox .rowBox .content {
    flex: 0 0 calc(33.3333% - 20px);
    margin: 10px;
  }
}