@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: 20px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

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

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: #666666;
}

:root {
  --color1: #fa8c35;
  --color2: #454545;
  --color3: #f6f8f5;
  --color4: #c69c6d;
}

.title-center {
  margin: 30px 0;
  text-align: center;
  padding: 20px 0;
}
.title-center img {
  width: auto;
  align-items: center;
  margin-bottom: 10px;
  max-height: 28px;
}
.title-center h6 {
  color: #454545;
  margin: 0 auto;
  display: block;
  width: 10em;
  padding: 14px 0;
  font-weight: normal;
  border-top: 1px solid #454545;
  border-bottom: 1px solid #454545;
  margin-bottom: 5px;
  letter-spacing: 5px;
}
.title-center p {
  color: #000;
  font-family: serif;
  letter-spacing: 1px;
  font-size: 15px;
}

.title {
  margin: 20px auto;
}
.title h6 {
  font-style: italic;
  font-size: 16px;
  margin: 0;
  line-height: 1.8;
  font-weight: 900;
}
.title h5 {
  font-style: italic;
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: 800;
}
.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: 50%;
  max-width: 200px;
  margin-bottom: 10px;
}

.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: 10px;
  color: #303030;
  float: left;
  padding: 8px 10px;
  text-decoration: none;
  line-height: 1.5;
}
.pagination ul a.active {
  background-color: #fa8c35;
  color: #fff;
  font-weight: 700;
}
.pagination ul li:hover a {
  background-color: #fa8c35;
  color: #fff;
  font-weight: 700;
}

.topBox {
  background-image: url(../images/contact-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: 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: #fa8c35;
  font-weight: 600;
  padding: 0 30px;
  margin-bottom: 15px;
  position: relative;
}
.topBox section {
  flex: none;
}

.container nav {
  text-align: center;
}
.container nav .breadcrumb {
  justify-content: center;
  margin: 0;
  color: #8d8d8d;
}
.container nav .breadcrumb .breadcrumb-item a {
  display: inline-block;
  font-size: 14px;
}
.container nav .breadcrumb .breadcrumb-item.active a {
  color: #8d8d8d;
}

.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;
  }
}
@media only screen and (max-width: 360px) {
  body {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 361px) {
  body {
    padding-top: 70px;
  }
}
@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%;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 22px;
  }
  h5 {
    font-size: 20px;
  }
  h6 {
    font-size: 18px;
  }
  p {
    font-size: 16px;
  }
  .title img {
    width: 70%;
    max-width: 420px;
    margin-bottom: 15px;
  }
  .title-center img {
    max-height: 31px;
  }
  .link-btn-left {
    font-size: 16px;
  }
  .breadcrumbRight {
    justify-content: space-around;
  }
  .topBox {
    background-position: center 70%;
  }
  .topBox .textBox {
    padding: 20px;
  }
  body {
    padding-top: 70px;
  }
}
@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%;
  }
  .breadcrumbRight {
    margin-left: 0;
  }
  .breadcrumbRight .breadcrumb {
    padding-left: 0;
  }
  .link-btn {
    font-size: 18px;
  }
  .topBox {
    height: 220px;
  }
  .topBox h3 {
    font-size: 30px;
  }
  body {
    padding-top: 74px;
  }
  .title-center h3 {
    font-size: 45px;
  }
  .title h6 {
    font-size: 18px;
  }
  .title h5 {
    font-size: 26px;
  }
}
@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;
  }
  body {
    padding-top: 75px;
  }
}
@media only screen and (min-width: 1700px) {
  body {
    padding-top: 100px;
  }
}
@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: rgb(255, 255, 255);
  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 .serviceSec {
  padding: 30px 0;
}
main .serviceSec .contentBox {
  margin: 0 auto;
}
main .serviceSec .contentBox .rowBox {
  display: flex;
  flex-wrap: wrap;
  margin: 20px auto;
}
main .serviceSec .contentBox .rowBox .picBox {
  margin: 10px 5px;
  flex: 0 0 calc(50% - 10px);
}
main .serviceSec .contentBox .rowBox .picBox img {
  transition: all 0.3s ease-out;
}
main .serviceSec .contentBox .rowBox .picBox:hover img {
  transform: scale(1.1);
}
main .processSec {
  background-image: url(../images/process-bg.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding: 50px 0 0;
}
main .processSec .contentBox {
  padding: 0 0 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
main .processSec .contentBox .rowBox {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
  padding: 30px 0;
  margin-right: 15px;
}
main .processSec .contentBox .rowBox .iconBox {
  flex: 0 0 calc(50% - 6px);
  text-align: center;
  padding: 0 5px;
  position: relative;
  margin-right: 6px;
}
main .processSec .contentBox .rowBox .iconBox .picBox {
  min-height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}
main .processSec .contentBox .rowBox .iconBox .picBox img {
  width: auto;
  height: 60%;
  max-width: 100px;
  max-height: 88px;
}
main .processSec .contentBox .rowBox .iconBox h6 {
  margin-bottom: 10px;
  font-weight: normal;
}
main .processSec .contentBox .rowBox .iconBox .process-arrow {
  position: absolute;
  right: 0;
  top: 40%;
  width: 25px;
}
main .aboutSec .rowBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
main .aboutSec .rowBox .textBox {
  padding-bottom: 30px;
}
main .aboutSec .rowBox .textBox .title img {
  width: 80%;
  max-width: 240px;
}
main .aboutSec .rowBox .textBox p {
  padding-bottom: 5px;
}
main .aboutSec .rowBox .textBox .iconBox {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 15px 0;
}
main .aboutSec .rowBox .textBox .iconBox .icons {
  flex: 0 0 calc(33.3333% - 10px);
  margin: 10px 5px;
  text-align: center;
}
main .aboutSec .rowBox .textBox .iconBox .icons .imgBox {
  height: 52px;
}
main .aboutSec .rowBox .textBox .iconBox .icons .imgBox img {
  width: 50%;
  max-height: 51px;
  max-width: 50px;
}
main .aboutSec .rowBox .textBox .iconBox .icons h6 {
  color: #fa8c35;
  margin: 10px 0;
}
main .aboutSec .rowBox .textBox .iconBox .icons p {
  font-size: 12px;
}
main .aboutSec .rowBox .textBox .link-btn-pic {
  text-align: center;
  margin: 20px auto;
  width: 100%;
  display: block;
}
main .aboutSec .rowBox .textBox .link-btn-pic img {
  width: 90%;
  max-width: 300px;
}
main .aboutSec .rowBox .picBox img {
  max-height: 500px;
  border-radius: 20px;
}
main .reviewsSec {
  margin-top: -100px;
  padding: 100px 0 20px;
  background-image: url(../images/reviews-bg.jpg);
  background-position: top center;
  background-size: cover;
}
main .reviewsSec .reviewsOwl {
  padding: 60px 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: #ff8e30;
}
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;
}
main .reviewsSec .reviewsOwl .picBox .userBox img {
  width: 50px;
  height: 50px;
  margin-right: 15px;
  border-radius: 50%;
}
main .reviewsSec .reviewsOwl .picBox .userBox h6 {
  font-weight: normal;
  line-height: 1.5;
}
main .reviewsSec .reviewsOwl .picBox .userBox span {
  color: #ff8e30;
  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: #ff8e30;
  font-size: 15px;
  border-radius: 5px;
  border: 1px solid #b1b1b1;
}
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: #ff8e30;
  border: none;
}
main .productSec {
  padding: 60px 0;
}
main .productSec .productOwl {
  padding: 20px 35px 50px;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
  max-width: 1300px;
  /* hover / focus 狀態顯示效果（鍵盤或手機點擊一樣會觸發 focus-within） */
  /* 圖片可加一點亮度變化（不動 transform 就不會壓過你的置中） */
}
main .productSec .productOwl .picBox {
  max-width: 350px;
  margin: 0 auto;
  text-align: center;
  /* 黑色透明遮罩 */
  /* 右上角「+」 */
}
main .productSec .productOwl .picBox .boximg3x4 {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
}
main .productSec .productOwl .picBox .boximg3x4 img {
  transition: transform 1s ease;
  /* 變慢：1秒 */
  -o-object-fit: cover;
     object-fit: cover;
}
main .productSec .productOwl .picBox .boximg3x4::after {
  content: "";
  position: absolute;
  height: 100%;
  inset: 0;
  /* 等同 top/right/bottom/left 全為 0 */
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
  /* 不擋連結點擊 */
  z-index: 1;
}
main .productSec .productOwl .picBox .boximg3x4::before {
  content: "";
  font-family: "Font Awesome 6 Free";
  /* Font Awesome search icon */
  /* 或 "Font Awesome 5 Free" */
  /* 確保顯示實心版本 */
  position: absolute;
  top: 50%;
  left: 50%;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  color: #ffe114;
  font-weight: 700;
  font-size: 30px;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.9);
  transition: opacity 0.3s ease, transform 0.5s ease;
  pointer-events: none;
  /* 點 + 一樣會觸發 a（fancybox） */
  z-index: 2;
}
main .productSec .productOwl .picBox p {
  text-align: center;
  margin-top: 8px;
  line-height: 1.5;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
main .productSec .productOwl .picBox h5 {
  margin: 15px 0 2px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
main .productSec .productOwl .picBox h6 {
  line-height: 1.5;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
main .productSec .productOwl .picBox:hover a h5 {
  color: #ff8e30;
}
main .productSec .productOwl .picBox:hover .boximg3x4::after,
main .productSec .productOwl .picBox:focus-within .boximg3x4::after {
  opacity: 1;
}
main .productSec .productOwl .picBox:hover .boximg3x4::before,
main .productSec .productOwl .picBox:focus-within .boximg3x4::before {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  /* 保持 translate */
}
main .productSec .productOwl .picBox:hover .boximg3x4 img,
main .productSec .productOwl .picBox:focus-within .boximg3x4 img {
  filter: brightness(0.85);
}
main .productSec .productOwl .picBox:hover .boximg3x4 img,
main .productSec .productOwl .picBox:focus-within .boximg3x4 img {
  transform: translate(-50%, -50%) scale(1.2);
  /* 注意：合併在一起 */
}
main .productSec .productOwl .owl-carousel {
  position: relative;
  overflow: visible;
}
main .productSec .productOwl .owl-nav {
  position: absolute;
  top: 45%;
  width: 100%;
  display: flex;
}
main .productSec .productOwl .owl-nav .owl-prev,
main .productSec .productOwl .owl-nav .owl-next {
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: #fff;
  color: #ff8e30;
  font-size: 15px;
  line-height: 25px;
  border-radius: 5px;
  border: 1px solid #b1b1b1;
}
main .productSec .productOwl .owl-nav .owl-next {
  right: 0;
}
main .productSec .productOwl .owl-nav .owl-prev:hover,
main .productSec .productOwl .owl-nav .owl-next:hover {
  color: #fff;
  background-color: #ff8e30;
  border: none;
}
main .productSec .productOwl .owl-carousel .owl-item {
  max-width: 400px;
}
main .productSec .productOwl .owl-dots {
  display: flex !important;
  justify-content: center;
  gap: 8px;
  margin-top: 15px;
  flex-direction: row !important;
  position: relative;
}
main .productSec .productOwl .owl-dots .owl-dot {
  display: inline-block;
}
main .productSec .productOwl .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: #999;
  display: block;
  border-radius: 50%;
}
main .productSec .productOwl .owl-dots .owl-dot.active span {
  background: #333;
}
main .contactSec {
  background-image: url(../images/contact-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center right;
  padding: 80px 0;
}
main .contactSec .contentBox {
  margin: 0 auto;
  max-width: 350px;
}
main .contactSec .contentBox .title-pic {
  width: 90%;
  max-width: 300px;
  margin-bottom: 50px;
}
main .contactSec .contentBox p {
  padding-bottom: 8px;
}
main .contactSec .contentBox .link-btn-pic {
  margin: 30px 0;
  display: block;
  text-align: center;
}
main .contactSec .contentBox .link-btn-pic img {
  width: 90%;
  max-width: 300px;
}

.contactBottom {
  padding: 50px 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  row-gap: 30px;
  align-items: center;
  background-image: url(../images/contactbottom-bg-mb.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.contactBottom .contLeft {
  max-width: 350px;
  text-align: center;
}
.contactBottom .contLeft img {
  width: 85%;
  text-align: center;
  max-width: 250px;
  height: auto;
}
.contactBottom .contLeft p {
  margin: 15px 0;
}
.contactBottom .contLeft .iconBox {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
.contactBottom .contLeft .iconBox a {
  position: relative;
  z-index: 1;
}
.contactBottom .contLeft .iconBox i {
  display: block;
  line-height: 40px;
  width: 40px;
  height: 40px;
  font-size: 20px;
  background: linear-gradient(to right, #fbbb51, #ff6f01);
  background: -webkit-linear-gradient(to right, #fbbb51, #ff6f01);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  position: relative;
  z-index: 1;
}
.contactBottom .contLeft .iconBox a::before {
  content: "";
  position: absolute;
  inset: 0; /* 等於 top:0; left:0; right:0; bottom:0 */
  background-color: #fff;
  border-radius: 0 10px;
  z-index: 0;
  transition: all 0.5s ease-in-out;
}
.contactBottom .contLeft .iconBox a:hover::before {
  background-color: #000;
}
.contactBottom .contCenter {
  justify-content: start;
  max-width: 350px;
}
.contactBottom .contCenter h6 {
  margin-bottom: 10px;
}
.contactBottom .contCenter p {
  margin-bottom: 5px;
}
.contactBottom .contCenter p span {
  display: inline-block;
  width: 1.5em;
  white-space: nowrap;
}
.contactBottom .contCenter p span i {
  display: inline-block;
  width: 1em;
  margin-right: 2px;
}
.contactBottom .contCenter a {
  transition: all 0.5s ease-in-out;
}
.contactBottom .contCenter a:hover {
  color: #fff;
}
.contactBottom .contRight {
  display: flex;
  justify-content: center;
  max-width: 350px;
}
.contactBottom .contRight iframe {
  width: 100%;
  height: 250px;
  border-radius: 30px;
}

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

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 .contentBox {
  padding: 30px 0;
}
main .aboutPage .contentBox .titleBox {
  text-align: center;
  margin: 30px 0;
}
main .aboutPage .contentBox .titleBox h3 {
  color: #fa8c35;
  font-size: 30px;
  font-weight: 900;
}
main .aboutPage .contentBox .titleBox h3 .text-arrow::after {
  content: "→";
  display: inline-block;
  margin-left: 6px;
  animation: arrowMove 1.2s infinite;
}
@keyframes arrowMove {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(8px);
  }
  100% {
    transform: translateX(0);
  }
}
main .aboutPage .contentBox .titleBox h6 {
  font-weight: normal;
  margin-top: 10px;
}
main .aboutPage .contentBox .rowBox {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 400px;
  margin: 20px auto;
}
main .aboutPage .contentBox .rowBox .textBox {
  text-align: center;
  margin: 5px;
  padding: 60px 10px;
  flex: 0 0 calc(50% - 10px);
  border: 4px solid transparent;
  border-radius: 20px;
  background-image: linear-gradient(white, white), linear-gradient(90deg, rgb(255, 213, 137) 0%, rgb(255, 232, 170) 22%, rgb(255, 217, 150) 27%, rgb(228, 156, 61) 50%, rgb(255, 219, 153) 75%, rgb(255, 216, 142) 100%);
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  position: relative;
  transition: transform 0.8s ease;
}
main .aboutPage .contentBox .rowBox .textBox h5 {
  line-height: 1.8;
  color: #333;
}
main .aboutPage .contentBox .rowBox .textBox img {
  position: absolute;
  bottom: 2%;
  right: 2%;
  width: 90px;
  border-radius: 15px 0;
  z-index: -20;
}
main .aboutPage .contentBox .rowBox .textBox:hover {
  transform: scale(1.1);
}
main .aboutPage .parallax {
  margin: 0;
}
main .aboutPage .parallax .background-fixed-q__content {
  padding: 5em 3em;
}
main .aboutPage .parallax .background-fixed-q__content div h3 {
  margin-bottom: 7px;
  color: #ff6f01;
}
main .aboutPage .parallax .background-fixed-q__content div h5 {
  margin-bottom: 10px;
  color: #ff6f01;
}
main .aboutPage .parallax .background-fixed-q__content div p {
  color: #1b1b1b;
}
main .aboutPage .noticeBox {
  padding: 60px 30px;
}
main .aboutPage .noticeBox .rowBox h5 {
  margin-bottom: 10px;
}
main .aboutPage .noticeBox .rowBox p {
  color: #333;
}
main .aboutPage .noticeBox .rowBox ul li {
  font-size: 14px;
  margin-bottom: 5px;
}

main .sevicePage .serviceSec h3, main .sevicePage .processBox h3 {
  text-align: center;
  color: #fa8c35;
  font-size: 30px;
  font-weight: 900;
}
main .sevicePage .serviceSec h3 .text-arrow::after, main .sevicePage .processBox h3 .text-arrow::after {
  content: "→";
  display: inline-block;
  margin-left: 6px;
  animation: arrowMove 1.2s infinite;
}
@keyframes arrowMove {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(8px);
  }
  100% {
    transform: translateX(0);
  }
}
main .sevicePage .processBox {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 50px 0;
  background-image: url(../images/process-bg.jpg);
}
main .sevicePage .processBox .rowBox {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
  flex-direction: column;
  margin: 40px 0;
}
main .sevicePage .processBox .rowBox .iconBox {
  margin: 40px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  text-align: center;
}
main .sevicePage .processBox .rowBox .iconBox .picBox img {
  width: 80%;
  height: auto;
  margin-bottom: 25px;
  max-width: 120px;
  max-height: 115px;
}
main .sevicePage .processBox .rowBox .iconBox .textBox {
  position: relative;
}
main .sevicePage .processBox .rowBox .iconBox .textBox h5 {
  margin: 10px 0;
  color: #333;
}
main .sevicePage .processBox .rowBox .iconBox .textBox h5 i {
  position: absolute;
  top: -8%;
  left: 15%;
  font-size: 40px;
}
main .sevicePage .processBox .rowBox .iconBox .textBox p {
  padding: 10px 30px;
  color: #333;
}
main .sevicePage .processBox .rowBox .iconBox .link-button {
  display: flex;
  justify-content: center;
  gap: 10px;
  width: 100%;
  margin: 5px auto;
}
main .sevicePage .processBox .rowBox .iconBox .link-button .link-btn {
  padding: 10px 0;
  margin: 5px 0;
  align-items: center;
  width: 7em;
  color: #333;
  border: 1px solid #333;
  position: relative;
}
main .sevicePage .processBox .rowBox .iconBox .link-button .link-btn i {
  font-size: 25px;
  padding: 0;
  border-radius: 50%;
  text-align: center;
  align-items: center;
}
main .sevicePage .processBox .rowBox .iconBox .link-button .link-btn:hover {
  background-color: #fa8c35;
  color: #fff;
}
main .sevicePage .processBox .rowBox .iconBox::after {
  content: url(../images/process-arrow-down.png);
  position: absolute;
  bottom: -25%;
  left: 50%;
  transform: translateX(-50%) scale(0.8);
}
main .sevicePage .processBox .rowBox .iconBox:nth-last-of-type(1)::after {
  content: "";
}

main .sevicedetailPage .contentBox {
  padding: 60px 0;
}
main .sevicedetailPage .contentBox .borderBox {
  padding-top: 40px;
  margin: 0 auto;
  border: 4px solid transparent;
  border-radius: 27px;
  background-image: linear-gradient(white, white), linear-gradient(90deg, rgb(255, 213, 137) 0%, rgb(255, 232, 170) 22%, rgb(255, 217, 150) 27%, rgb(228, 156, 61) 50%, rgb(255, 219, 153) 75%, rgb(255, 216, 142) 100%);
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  position: relative;
}
main .sevicedetailPage .contentBox .borderBox .titleBox {
  position: absolute;
  top: -3%;
  left: -2%;
}
main .sevicedetailPage .contentBox .borderBox .titleBox img {
  max-width: 300px;
  width: 90%;
}
main .sevicedetailPage .contentBox .borderBox .textBox-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
main .sevicedetailPage .contentBox .borderBox .textBox-wrap .textBox {
  padding: 0 15px;
  margin: 15px 0 0;
}
main .sevicedetailPage .contentBox .borderBox .textBox-wrap .textBox ul li {
  font-size: 14px;
  margin-bottom: 8px;
  display: flex;
  align-items: start;
  gap: 6px;
}
main .sevicedetailPage .contentBox .borderBox .textBox-wrap .textBox ul li::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #333;
  flex: 0 0 auto; /* 固定大小 */
  margin-top: 10px;
}
main .sevicedetailPage .contentBox .borderBox .picBox {
  margin-top: -5px;
  margin-right: -20px;
  width: 100%;
  text-align: right;
  position: relative;
}
main .sevicedetailPage .contentBox .borderBox .picBox img.servicePage-pic {
  position: absolute;
  bottom: 5%;
  right: 2%;
  max-width: 350px;
}
main .sevicedetailPage .contentBox .borderBox .picBox img.servicePage-pic.short {
  max-width: 150px;
  right: 5%;
}
main .sevicedetailPage .contentBox .borderBox .picBox img.servicePage-pic.middle {
  max-width: 170px;
}
main .sevicedetailPage .contentBox .borderBox .picBox img.servicePage-side {
  width: 200px;
  text-align: right;
}
main .sevicedetailPage .contentBox .borderBox .picBox:has(img.servicePage-pic.short) {
  margin-top: -30px;
}

main .casePage .product-container {
  margin: 0 auto;
  overflow: hidden;
  padding-top: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  /* 不讓子元素等高 */
}
main .casePage .product-container .product-sidebar {
  margin: 1em auto;
  padding: 10px;
  padding-left: 0;
  max-width: 600px;
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 15px;
}
main .casePage .product-container .product-sidebar hr {
  width: 9em;
  border: 1px solid #4974a5;
  opacity: 1;
}
main .casePage .product-container .product-sidebar h6 {
  margin: 0.5em 0;
  color: #333;
  text-align: center;
  padding: 8px 15px;
}
main .casePage .product-container .product-sidebar ul li {
  line-height: 2;
  padding: 5px 10px;
  cursor: pointer;
  position: relative;
  color: #333;
  flex: 1;
  /* 占滿剩餘空間 */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
main .casePage .product-container .product-sidebar ul li .dropdown-content {
  display: none;
}
main .casePage .product-container .product-sidebar ul li:last-child {
  border-bottom: none;
}
main .casePage .product-container .product-sidebar ul .aside-dropdown {
  padding: 0;
  padding-bottom: 10px;
}
main .casePage .product-container .product-sidebar ul .aside-dropdown div {
  padding: 5px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* 垂直置中 */
}
main .casePage .product-container .product-sidebar ul .aside-dropdown div a {
  color: #333;
  flex: 1;
  /* 占滿剩餘空間 */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  max-width: calc(100% - 50px);
  /* 控制大約 10 字寬度，可依需求調整 */
}
main .casePage .product-container .product-sidebar ul .aside-dropdown div .toggle-btn {
  flex-shrink: 0;
  /* 不被壓縮，保持位置 */
  margin-left: 20px;
  font-size: 14px;
  vertical-align: bottom;
}
main .casePage .product-container .product-sidebar ul .aside-dropdown .submenu {
  display: none;
  border: none;
  padding-left: 15px;
}
main .casePage .product-container .product-sidebar ul .aside-dropdown .submenu li {
  flex: 0 0 auto;
  padding: 0 10px;
}
main .casePage .product-container .product-sidebar ul .aside-dropdown .submenu li:last-child {
  border-bottom: none;
}
main .casePage .product-container .product-sidebar ul .aside-dropdown .submenu a {
  font-size: 14px;
  color: #777;
  transition: color 0.25s ease, transform 0.25s ease, letter-spacing 0.25s ease;
}
main .casePage .product-container .product-sidebar ul .aside-dropdown .submenu.active {
  display: block;
  display: flex;
  flex-wrap: wrap;
}
main .casePage .product-container .product-sidebar ul li.filter-btn a,
main .casePage .product-container .product-sidebar ul .aside-dropdown div > a,
main .casePage .product-container .product-sidebar ul .submenu li,
main .casePage .product-container .product-sidebar ul .submenu li a {
  color: #333;
}
main .casePage .product-container .product-sidebar ul li.filter-btn:hover,
main .casePage .product-container .product-sidebar ul li.filter-btn:hover a,
main .casePage .product-container .product-sidebar ul li.filter-btn.active a,
main .casePage .product-container .product-sidebar ul .aside-dropdown.active div > a,
main .casePage .product-container .product-sidebar ul .aside-dropdown div:hover,
main .casePage .product-container .product-sidebar ul .aside-dropdown div:hover > a,
main .casePage .product-container .product-sidebar ul .submenu li:hover,
main .casePage .product-container .product-sidebar ul .submenu li:hover > a {
  color: #fa8c35;
  font-weight: 700;
}
main .casePage .product-container .product-sidebar ul li.filter-btn:hover a,
main .casePage .product-container .product-sidebar ul .submenu li:hover,
main .casePage .product-container .product-sidebar ul .submenu li:hover > a {
  transform: scale(1.01);
  letter-spacing: 1px;
}
main .casePage .product-container .product-sidebar ul li.filter-btn.active a,
main .casePage .product-container .product-sidebar ul li.filter-btn.active,
main .casePage .product-container .product-sidebar ul .aside-dropdown.active div,
main .casePage .product-container .product-sidebar ul .submenu li.active,
main .casePage .product-container .product-sidebar ul .submenu li.active a {
  font-weight: 700;
  letter-spacing: 1px;
  color: #fa8c35;
}
main .casePage .product-container .product-sidebar ul .dropdown-toggle:hover ul {
  display: block;
}
main .casePage .product-container .product-sidebar ul li.dropdown-toggle::after {
  content: none;
  /* 或刪除整個這段 */
}
main .casePage .product-container .product-sidebar .filter-btn {
  color: #667e70;
}
main .casePage .product-container .row {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  align-items: flex-start;
  padding-bottom: 20px;
}
main .casePage .product-container .row .product-item {
  margin: 0;
  padding: 0 5px;
  cursor: pointer;
  height: auto !important;
}
main .casePage .product-container .row .product-item .card-p {
  transition: box-shadow 0.3s ease;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 15px;
}
main .casePage .product-container .row img {
  display: block;
  width: 100%;
}
main .casePage .product-container .row .card-p:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
main .casePage .product-container .row .product-card:hover {
  background-color: transparent;
}
main .casePage .product-container .row .product-card:hover h5,
main .casePage .product-container .row .product-card:hover p {
  color: #4974a5;
}
main .casePage .product-container .row .content {
  padding: 20px 15px;
}
main .casePage .product-container .row .title {
  margin: 0;
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  width: 100%;
  font-size: 16px;
  color: #000;
  font-weight: 400;
}
main .casePage .product-container .row .card-des {
  padding: 0;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  color: #777;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 5px;
}
main .casePage .product-container .row .product-item:nth-of-type(2n) .card-des {
  padding: 0;
  padding-right: 3px;
}
main .casePage .product-container .row .more {
  color: #929292;
}
main .casePage .product-container .row .price {
  font-weight: normal;
  width: 100%;
  height: auto;
  text-align: left;
  font-size: 17px;
  line-height: 1.5;
}
main .casePage .product-container .row .price span {
  font-size: 15px;
}
main .casePage .product-container .row .price .onSale {
  color: #f11717;
}
main .casePage .product-container .row .price:has(.onSale:not(:empty)) .default {
  text-decoration: line-through;
}

@media (max-width: 991px) {
  main .casePage .product-container .product-sidebar {
    padding: 0;
  }
  main .casePage .product-container .sidebar-toggle {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    align-items: center;
    cursor: pointer;
    flex: 1;
    font-size: 16px;
  }
  main .casePage .product-container .sidebar-menu {
    display: none;
  }
  main .casePage .product-container .sidebar-menu .aside-dropdown div a {
    font-size: 14px;
  }
  main .casePage .product-container .sidebar-menu.active {
    display: block;
  }
}
main .productPage .shopdetail .default-padding-md {
  padding-top: 48px;
  padding-bottom: 48px;
  margin: 0 auto;
}
main .productPage .shopdetail .default-padding-md .list-unstyle {
  padding: 0;
  margin: 0;
  list-style: none;
}
main .productPage .shopdetail .default-padding-md .list-unstyle .zoomIn a {
  position: relative;
  display: inline-block;
  width: 100%;
}
main .productPage .shopdetail .default-padding-md .list-unstyle .zoomIn a .img-wrapper {
  display: none;
}
main .productPage .shopdetail .default-padding-md .list-unstyle .zoomIn a:hover .img-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
main .productPage .shopdetail .default-padding-md .list-unstyle .zoomIn a:hover .img-wrapper i {
  color: #fff;
  font-size: 2rem;
}
main .productPage .shopdetail .default-padding-md .lSSlideOuter .lSPager.lSGallery li {
  aspect-ratio: 1/1;
  overflow: hidden;
}
main .productPage .shopdetail .default-padding-md .lSSlideOuter .lSPager.lSGallery li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  /* 保持比例，超出裁切 */
  display: block;
}
main .productPage .shopdetail a {
  text-decoration: none;
  color: var(--bs-body-color);
}
main .productPage .shopdetail a:hover {
  color: #034D91;
}
main .productPage .shopdetail .product-info {
  display: flex;
  flex-direction: column;
  align-items: start;
  padding: 1.25rem;
}
main .productPage .shopdetail .product-info .type {
  display: inline-block;
  border-radius: 0.25rem;
  padding: 0.25rem 1.25rem;
  background-color: #036EAE;
  color: #fff;
  margin-bottom: 0.75rem;
}
main .productPage .shopdetail .product-info h4 {
  font-family: "Times New Roman", Times, serif;
}
main .productPage .shopdetail .product-info h5 {
  line-height: 1;
}
main .productPage .shopdetail .product-info p {
  color: #666;
  margin-top: 10px;
  font-weight: 600;
}
main .productPage .shopdetail .product-info p:nth-of-type(2) {
  margin-top: 0;
}
main .productPage .shopdetail .product-info .price {
  font-weight: normal;
  width: 100%;
  margin: 10px 0;
}
main .productPage .shopdetail .product-info .price .onSale {
  padding-left: 0;
  color: #f11717;
}
main .productPage .shopdetail .product-info .price:has(.onSale:not(:empty)) .default {
  text-decoration: line-through;
}
main .productPage .shopdetail .product-info hr {
  border-top: 1px solid #f0f0f0;
  width: 100%;
}
main .productPage .shopdetail .product-info .product-content {
  flex-grow: 1;
  padding: 1.25rem 0;
  min-height: 120px;
}
main .productPage .shopdetail .product-info .product-content h6 {
  color: #000;
  margin-bottom: 5px;
}
main .productPage .shopdetail .product-info .product-content ul li::before {
  content: "•";
  margin-right: 5px;
}
main .productPage .shopdetail .product-info .spec {
  margin: 0.5rem 0;
  width: 100%;
}
main .productPage .shopdetail .product-info .spec select {
  width: 100%;
  padding: 0.5rem;
}
main .productPage .shopdetail .product-info .add-number {
  display: flex;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 50%;
}
main .productPage .shopdetail .product-info .add-number label {
  margin: 0;
  padding-right: 0.5rem;
  flex-shrink: 0;
}
main .productPage .shopdetail .product-info .add-number input {
  min-height: 2rem;
  padding: 0;
  flex: 1 0 auto;
}
main .productPage .shopdetail .product-info .align-items-center {
  height: 2em;
}
main .productPage .shopdetail .product-info .align-items-center .fa-line {
  transform: scale(0.9);
}
main .productPage .shopdetail .product-info .link-btn {
  color: #4d4d4d;
  background-color: #f6f8f5;
}
main .productPage .shopdetail .product-info .link-btn:hover {
  color: #fff;
  background-color: #333;
}
main .productPage .shopdetail .product-info .button p {
  color: #333;
  margin-bottom: 10px;
  font-weight: normal;
}
main .productPage .shopdetail .product-info .button .iconBox {
  text-align: center;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
main .productPage .shopdetail .product-info .button .iconBox a {
  position: relative;
  z-index: 1;
}
main .productPage .shopdetail .product-info .button .iconBox i {
  display: block;
  line-height: 40px;
  width: 40px;
  height: 40px;
  font-size: 20px;
  color: #fff;
  position: relative;
  z-index: 1;
}
main .productPage .shopdetail .product-info .button .iconBox a::before {
  content: "";
  position: absolute;
  inset: 0; /* 等於 top:0; left:0; right:0; bottom:0 */
  background: linear-gradient(to right, #fbbb51, #ff6f01);
  background: -webkit-linear-gradient(to right, #fbbb51, #ff6f01);
  border-radius: 0 10px;
  z-index: 0;
  transition: all 0.5s ease-in-out;
}
main .productPage .shopdetail .product-info .button .iconBox a:hover::before {
  background-color: #000;
}
main .productPage .shopdetail .product-more-item {
  text-align: left;
  width: 100%;
}
main .productPage .shopdetail .product-more-item .more-item-wrape {
  border: 1px solid #e2e2e2;
  border-radius: 15px;
  padding: 10px 20px;
  overflow-y: auto;
  min-height: 300px;
  margin-top: 20px;
}
main .productPage .shopdetail .product-more-item .more-item-wrape h6 {
  margin-bottom: 5px;
  font-size: 16px;
}
main .productPage .shopdetail .product-more-item .more-item-wrape .more-item-block {
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 20px;
}
main .productPage .shopdetail .product-more-item .more-item-wrape .more-item-block label {
  display: flex;
  cursor: pointer;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
  align-items: flex-start;
  flex-direction: column;
}
main .productPage .shopdetail .product-more-item .more-item-wrape .more-item-block label .more-item-left {
  display: flex;
  width: 100%;
  margin-bottom: 10px;
  justify-content: space-between;
  align-items: flex-start;
}
main .productPage .shopdetail .product-more-item .more-item-wrape .more-item-block label .more-item-left input {
  margin-right: 10px;
}
main .productPage .shopdetail .product-more-item .more-item-wrape .more-item-block label .more-item-left input[type=checkbox][disabled] {
  cursor: not-allowed;
}
main .productPage .shopdetail .product-more-item .more-item-wrape .more-item-block label .more-item-left input[type=radio],
main .productPage .shopdetail .product-more-item .more-item-wrape .more-item-block label .more-item-left input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
  box-sizing: border-box;
  padding: 0;
}
main .productPage .shopdetail .product-more-item .more-item-wrape .more-item-block label .more-item-left .more-item-box-img {
  width: 80px;
  border-radius: 10px;
  align-items: center;
}
main .productPage .shopdetail .product-more-item .more-item-wrape .more-item-block label .more-item-left .more-item-box-img a {
  width: 100%;
}
main .productPage .shopdetail .product-more-item .more-item-wrape .more-item-block label .more-item-left h6 {
  width: 50%;
  text-align: right;
}
main .productPage .shopdetail .product-more-item .more-item-wrape .more-item-block label .more-item-right {
  position: relative;
  width: 100%;
}
main .productPage .shopdetail .product-more-item .more-item-wrape .more-item-block label .more-item-right p {
  text-align: right;
  font-weight: 500;
}
main .productPage .shopdetail .product-more-item .more-item-wrape .more-item-block:last-child {
  border-bottom: unset !important;
  padding-bottom: unset !important;
}
main .productPage .shopdetail .d-flex {
  justify-content: center;
  margin-top: 20px;
}
main .productPage .shopdetail .d-flex .btn {
  width: 7.5em;
  height: 3.5em;
  color: #000;
  border: 2px solid #b1b1b1;
  background-color: #fff;
  white-space: nowrap;
  align-items: center;
}
main .productPage .shopdetail .d-flex .btn:hover,
main .productPage .shopdetail .d-flex .btn.active {
  background-color: #000;
  color: #fff;
}
main .productPage .shopdetail .col-lg-12 .area-title {
  border-bottom: 1px solid #333;
  padding: 8px;
  font-size: 18px;
  margin-top: 20px;
  color: #333;
}
main .productPage .shopdetail .col-lg-12 .product-detail {
  margin-top: 1.5rem;
  padding: 0;
}
main .productPage .shopdetail .col-lg-12 .product-detail img {
  display: block;
  margin: 1rem auto;
}

main .articlePage .articleBox {
  margin: 20px auto;
}
main .articlePage .articleBox .articlecontent {
  padding-top: 20px;
}

main .contactPage .contactBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 10px 0 40px;
}
main .contactPage .contactBox .contentBox {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 20px;
}
main .contactPage .contactBox .contentBox .title {
  margin: 0;
}
main .contactPage .contactBox .contentBox .title h3 {
  color: #fa8c35;
  font-weight: 900;
  font-size: 30px;
  margin-bottom: 8px;
}
main .contactPage .contactBox .contentBox .title h3 .text-arrow::after {
  content: "→";
  display: inline-block;
  margin-left: 6px;
  animation: arrowMove 1.2s infinite;
}
@keyframes arrowMove {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(8px);
  }
  100% {
    transform: translateX(0);
  }
}
main .contactPage .contactBox .contentBox .rowBox .textBox {
  letter-spacing: 1px;
  padding: 15px;
  background-color: #f8f0ea;
  border-radius: 0 30px;
}
main .contactPage .contactBox .contentBox .rowBox .textBox h5 {
  padding: 10px 0;
  font-weight: 800;
  color: #fa8c35;
}
main .contactPage .contactBox .contentBox .rowBox .textBox h5 i {
  margin-right: 5px;
}
main .contactPage .contactBox .contentBox .rowBox .textBox h5 .text-arrow::after {
  content: "→";
  display: inline-block;
  margin-left: 6px;
  animation: arrowMove 1.2s infinite;
}
@keyframes arrowMove {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(8px);
  }
  100% {
    transform: translateX(0);
  }
}
main .contactPage .contactBox .contentBox .rowBox .textBox p {
  line-height: 1.8;
  margin-bottom: 6px;
}
main .contactPage .contactBox .contentBox .rowBox .textBox p i {
  text-align: center;
  display: inline-block;
  width: 1.7em;
  color: #000;
}
main .contactPage .contactBox .contentBox .rowBox .textBox h6 {
  line-height: 2;
}
main .contactPage .contactBox .content {
  border-radius: 10px;
  position: relative;
}
main .contactPage .contactBox .content .formBox {
  padding: 20px;
}
main .contactPage .contactBox .content .formBox h4 {
  margin: 10px 0;
  color: #333;
}
main .contactPage .contactBox .content .formBox p {
  color: #333;
  margin-bottom: 30px;
}
main .contactPage .contactBox .content .formBox .formgroup {
  margin: 1.5rem 0;
  width: 100%;
}
main .contactPage .contactBox .content .formBox .formgroup label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  color: #333;
}
main .contactPage .contactBox .content .formBox .formgroup label .required {
  color: red;
  margin-right: 0.25rem;
}
main .contactPage .contactBox .content .formBox .formgroup select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* appearance移除 iOS 預設樣式，但箭頭會不見，所以用插入箭頭的svg */
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 320 512'%3E%3Cpath d='M137.4 374.6c12.5 12.5 32.8 12.5 45.3 0l128-128c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L160 306.7 54.6 201.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l128 128z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 14px auto;
  width: 100%;
  /* 填滿容器 */
  max-width: 100%;
  /* 不超出 */
  box-sizing: border-box;
  display: block;
  /* 避免 inline-block 受文字影響 */
}
main .contactPage .contactBox .content .formBox .formgroup select option {
  width: 100%;
}
main .contactPage .contactBox .content .formBox .formgroup input[type=text],
main .contactPage .contactBox .content .formBox .formgroup input[type=tel],
main .contactPage .contactBox .content .formBox .formgroup input[type=date],
main .contactPage .contactBox .content .formBox .formgroup textarea,
main .contactPage .contactBox .content .formBox .formgroup select {
  width: 100%;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  transition: border-color 0.3s ease;
}
main .contactPage .contactBox .content .formBox .formgroup input:focus,
main .contactPage .contactBox .content .formBox .formgroup textarea:focus,
main .contactPage .contactBox .content .formBox .formgroup select:focus {
  border-color: #3e6450;
  outline: none;
}
main .contactPage .contactBox .content .formBox .formgroup input[type=date] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 3em;
}
main .contactPage .contactBox .content .formBox .formgroup textarea {
  resize: vertical;
}
main .contactPage .contactBox .content .formBox .formgroup .captcha-box {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
}
main .contactPage .contactBox .content .formBox .formgroup .captcha-box .captcha-container {
  flex-shrink: 0;
  /* 防止圖片被壓縮 */
}
main .contactPage .contactBox .content .formBox .formgroup .captcha-box .captcha-container .captcha-img {
  height: 40px;
}
main .contactPage .contactBox .content .formBox .submit-btn {
  margin: 40px auto;
  padding: 0;
  border: none;
  text-align: center;
}
main .contactPage .contactBox .content .formBox .submit-btn button[type=submit] {
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
  padding: 15px 25px;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
main .contactPage .contactBox .content .formBox .submit-btn button[type=submit]:hover {
  background-color: #fa8c35;
  color: #fff;
  border: 1px solid #fa8c35;
}

@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 .serviceSec .contentBox .title {
    text-align: center;
  }
  main .serviceSec .contentBox .title img {
    content: url(../images/service-title.jpg);
  }
  main .serviceSec .contentBox .rowBox {
    padding: 0 10px;
  }
  main .serviceSec .contentBox .rowBox .picBox {
    margin: 10px;
    flex: 0 0 calc(33.3333% - 20px);
  }
  main .processSec .title {
    max-width: 600px;
  }
  main .processSec .contentBox .rowBox {
    padding: 0 0 80px;
  }
  main .processSec .contentBox .rowBox .iconBox {
    padding: 0 15px;
    flex: 0 0 25%;
    margin: 0;
  }
  main .reviewsSec {
    margin-top: -150px;
  }
  main .reviewsSec .reviewsOwl {
    padding: 100px 60px;
  }
  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 .productSec .productOwl {
    padding: 20px 60px 50px;
  }
  main .productSec .productOwl .owl-nav .owl-prev,
  main .productSec .productOwl .owl-nav .owl-next {
    width: 50px;
    height: 50px;
    font-size: 17px;
    line-height: 17px;
  }
  main .contactSec {
    display: flex;
  }
  main .contactSec .contentBox {
    margin: 0;
    max-width: 400px;
  }
  main .contactSec .contentBox .title-pic {
    width: 100%;
    max-width: 350px;
  }
  main .contactSec .contentBox .link-btn-pic img {
    width: 100%;
    max-width: 350px;
  }
  .contactBottom {
    background-image: url(../images/contactbottom-bg.jpg);
  }
  footer {
    font-size: 16px;
    width: 100%;
    margin: 0 auto;
  }
  aside {
    right: 10px;
    transform: scale(1);
  }
  main .aboutPage .contentBox .rowBox {
    max-width: 1000px;
    margin: 50px auto;
  }
  main .aboutPage .contentBox .rowBox .textBox {
    margin: 10px;
    padding: 90px 10px;
    flex: 0 0 calc(25% - 20px);
  }
  main .aboutPage .contentBox .rowBox .textBox img {
    width: 130px;
  }
  main .sevicePage .processBox .rowBox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: start;
  }
  main .sevicePage .processBox .rowBox .iconBox {
    margin: 20px 0;
    padding: 10px 15px;
  }
  main .sevicePage .processBox .rowBox .iconBox .picBox {
    height: 120px;
  }
  main .sevicePage .processBox .rowBox .iconBox .picBox img {
    width: 100%;
    max-width: 100px;
    max-height: 100px;
  }
  main .sevicePage .processBox .rowBox .iconBox .textBox {
    max-width: 350px;
  }
  main .sevicePage .processBox .rowBox .iconBox::after {
    content: url(../images/process-arrow.png);
    right: -30%;
    top: 50%;
    transform: translateY(-50%) scale(0.4);
  }
  main .sevicePage .processBox .rowBox .iconBox.long::after {
    top: 45%;
  }
  main .sevicedetailPage .contentBox .borderBox {
    padding-top: 60px;
    max-width: 800px;
  }
  main .sevicedetailPage .contentBox .borderBox .titleBox img {
    max-width: 350px;
  }
  main .sevicedetailPage .contentBox .borderBox .textBox-wrap .textBox {
    margin: 30px 0;
  }
  main .sevicedetailPage .contentBox .borderBox .textBox-wrap .textBox ul li {
    gap: 10px;
    font-size: 16px;
    margin-bottom: 10px;
  }
  main .sevicedetailPage .contentBox .borderBox .textBox-wrap .textBox ul li::before {
    width: 6px;
    height: 6px;
  }
  main .sevicedetailPage .contentBox .borderBox .picBox img.servicePage-pic {
    max-width: 450px;
  }
  main .sevicedetailPage .contentBox .borderBox .picBox img.servicePage-pic.middle {
    max-width: 190px;
  }
  main .casePage .product-container {
    display: block;
  }
  main .casePage .product-container .product-sidebar {
    margin: 1em auto;
  }
  main .casePage .product-container .product-sidebar h6 {
    padding: 10px 15px;
  }
  main .casePage .product-container .product-sidebar li {
    font-size: 18px;
  }
  main .casePage .product-container .row {
    justify-content: space-between;
  }
  main .casePage .product-container .row .product-item {
    padding: 0 10px;
  }
  main .casePage .product-container .row .title {
    font-size: 18px;
  }
  main .casePage .product-container .row .card-des {
    font-size: 16px;
  }
  main .casePage .product-container .row .price {
    line-height: 1.5;
  }
  main .casePage .product-container .row .price span {
    font-size: 18px;
  }
  main .productPage .shopdetail .product-info h4 {
    font-size: 30px;
  }
  main .productPage .shopdetail .product-info .price span {
    font-size: 20px;
  }
  main .productPage .shopdetail .product-more-item .more-item-wrape {
    padding: 20px;
  }
  main .productPage .shopdetail .product-more-item .more-item-wrape h6 {
    margin-bottom: 15px;
  }
  main .productPage .shopdetail .product-more-item .more-item-wrape .more-item-block label {
    align-items: center;
    width: 100%;
  }
  main .productPage .shopdetail .product-more-item .more-item-wrape .more-item-block label .more-item-left {
    width: 70%;
    margin-bottom: 30px;
  }
  main .productPage .shopdetail .product-more-item .more-item-wrape .more-item-block label .more-item-left .more-item-box-img {
    width: 100px;
    margin-right: 10px;
  }
  main .productPage .shopdetail .product-more-item .more-item-wrape .more-item-block label .more-item-left h6 {
    width: 100%;
    -moz-text-align-last: left;
         text-align-last: left;
  }
  main .productPage .shopdetail .product-more-item .more-item-wrape .more-item-block label .more-item-right {
    width: 30%;
    padding-right: 50px;
  }
}
@media only screen and (min-width: 992px) {
  div.carouselSlide .carousel-item .carousel-text {
    background-color: rgba(247, 247, 247, 0.3843137255);
  }
  main .serviceSec {
    padding: 50px 0;
  }
  main .serviceSec .contentBox .rowBox {
    margin: 60px auto;
    max-width: 1500px;
  }
  main .serviceSec .contentBox .rowBox .picBox {
    flex: 0 0 calc(20% - 20px);
  }
  main .processSec {
    padding: 70px 0;
    background-position: bottom center;
  }
  main .processSec .contentBox .rowBox {
    max-width: 1000px;
    padding: 0 0 100px;
  }
  main .processSec .contentBox .rowBox .iconBox {
    padding: 0 15px;
  }
  main .processSec .contentBox .rowBox .iconBox .picBox {
    margin-bottom: 5px;
  }
  main .processSec .contentBox .rowBox .iconBox .picBox img {
    height: 70%;
    max-width: 120px;
    max-height: 100px;
  }
  main .processSec .contentBox .rowBox .iconBox .process-arrow {
    right: -4%;
    width: 30px;
  }
  main .aboutSec {
    padding: 0;
    margin-top: -70px;
  }
  main .aboutSec .rowBox {
    flex-direction: row;
    justify-content: center;
    align-items: start;
  }
  main .aboutSec .rowBox .textBox {
    padding-right: 20px;
    padding-bottom: 0;
    max-width: 450px;
  }
  main .aboutSec .rowBox .textBox .title img {
    max-width: 250px;
  }
  main .aboutSec .rowBox .textBox .iconBox .icons p {
    font-size: 14px;
  }
  main .aboutSec .rowBox .textBox .link-btn-pic {
    text-align: left;
  }
  main .aboutSec .rowBox .picBox img {
    max-height: 700px;
  }
  main .reviewsSec {
    margin-top: -200px;
  }
  main .reviewsSec .reviewsOwl {
    padding: 200px 70px 60px;
  }
  main .reviewsSec .reviewsOwl .owl-nav {
    top: 55%;
  }
  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 .productSec .productOwl {
    padding: 20px 70px 50px;
  }
  main .productSec .productOwl .owl-nav {
    top: 40%;
  }
  main .productSec .productOwl .owl-nav .owl-prev,
  main .productSec .productOwl .owl-nav .owl-next {
    width: 60px;
    height: 60px;
    font-size: 18px;
    line-height: 18px;
  }
  .contactBottom {
    flex-direction: row;
    gap: 30px;
    padding: 80px 0;
  }
  .contactBottom .contLeft p {
    text-align: left;
    margin-left: 10%;
  }
  .contactBottom .contCenter {
    max-width: 400px;
  }
  main .aboutPage .contentBox .titleBox h3 {
    font-size: 40px;
  }
  main .aboutPage .contentBox .rowBox .textBox {
    padding: 110px 10px;
    margin: 10px 15px;
    flex: 0 0 calc(25% - 30px);
  }
  main .aboutPage .parallax .background-fixed-q__content {
    padding: 7.5em 3em;
  }
  main .aboutPage .noticeBox {
    display: flex;
    justify-content: center;
    padding: 80px 20px;
  }
  main .aboutPage .noticeBox .rowBox {
    display: flex;
    justify-content: center;
    max-width: 1300px;
    gap: 30px;
  }
  main .aboutPage .noticeBox .rowBox h5 {
    margin-bottom: 10px;
    white-space: nowrap;
  }
  main .aboutPage .noticeBox .rowBox p {
    color: #333;
  }
  main .aboutPage .noticeBox .rowBox ul li {
    font-size: 16px;
    margin-bottom: 8px;
  }
  main .sevicePage .serviceSec h3, main .sevicePage .processBox h3 {
    font-size: 40px;
  }
  main .sevicedetailPage .contentBox .borderBox {
    max-width: 830px;
  }
  main .sevicedetailPage .contentBox .borderBox .textBox-wrap .textBox {
    max-width: 570px;
  }
  main .sevicedetailPage .contentBox .borderBox .textBox-wrap .textBox ul li {
    gap: 15px;
    font-size: 18px;
  }
  main .sevicedetailPage .contentBox .borderBox .textBox-wrap .textBox ul li::before {
    width: 6px;
    height: 6px;
  }
  main .sevicedetailPage .contentBox .borderBox .picBox {
    margin-top: -40px;
    padding-top: 20px;
  }
  main .sevicedetailPage .contentBox .borderBox .picBox img.servicePage-pic.short {
    max-width: 230px;
  }
  main .sevicedetailPage .contentBox .borderBox .picBox img.servicePage-pic.middle {
    max-width: 280px;
  }
  main .sevicedetailPage .contentBox .borderBox .picBox img.servicePage-side {
    width: 250px;
  }
  main .sevicedetailPage .contentBox .borderBox .picBox:has(img.servicePage-pic.middle) {
    margin-top: -50px;
  }
  main .casePage .product-container {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
  }
  main .casePage .product-container .product-sidebar {
    max-width: 250px;
    margin: 0;
    margin-left: 5px;
  }
  main .casePage .product-container .product-sidebar .sidebar-toggle .toggle-btn {
    display: none;
  }
  main .casePage .product-container .product-sidebar ul .aside-dropdown .submenu {
    display: none;
  }
  main .casePage .product-container .product-sidebar ul .aside-dropdown .submenu li {
    padding: 5px 10px;
  }
  main .casePage .product-container .product-sidebar ul .aside-dropdown .submenu li a {
    font-size: 15px;
  }
  main .casePage .product-container .product-sidebar ul .aside-dropdown .submenu.active {
    display: block;
  }
  main .casePage .product-container .row {
    justify-content: start;
    margin: 0;
  }
  main .casePage .product-container .row .price br {
    display: none;
  }
  main .productPage .shopdetail .product-info .add-number {
    width: 50%;
  }
  main .productPage .shopdetail .product-more-item {
    width: 80%;
    margin: 0 auto;
  }
  main .productPage .shopdetail .product-more-item .more-item-wrape .more-item-block label {
    display: flex;
    flex-direction: row;
    width: 100%;
  }
  main .productPage .shopdetail .product-more-item .more-item-wrape .more-item-block label .more-item-left {
    align-items: center;
    justify-content: start;
    width: 80%;
  }
  main .productPage .shopdetail .product-more-item .more-item-wrape .more-item-block label .more-item-left .more-item-box-img {
    margin: 0 15px;
  }
  main .productPage .shopdetail .product-more-item .more-item-wrape .more-item-block label .more-item-left h6 {
    width: 70%;
    text-align: left;
  }
  main .productPage .shopdetail .product-more-item .more-item-wrape .more-item-block label .more-item-right {
    position: relative;
    width: 20%;
  }
  main .productPage .shopdetail .product-more-item .more-item-wrape .more-item-block label .more-item-right p {
    position: absolute;
    top: 35px;
    right: 30px;
  }
  main .contactPage .contactBox {
    padding: 30px 0;
  }
  main .contactPage .contactBox .contentBox .title {
    margin-bottom: 20px;
  }
  main .contactPage .contactBox .contentBox .title h3 {
    font-size: 40px;
  }
  main .contactPage .contactBox .contentBox .rowBox .textBox {
    padding: 25px;
    max-width: 900px;
  }
  main .contactPage .contactBox .contentBox .rowBox .textBox p {
    font-size: 16px;
  }
  main .contactPage .contactBox .content .formBox .rowBox {
    display: flex;
    align-items: center;
    gap: 30px;
  }
  main .contactPage .contactBox .content .formBox .formgroup {
    margin: 15px 0;
  }
  main .contactPage .contactBox .content .formBox .formgroup label {
    font-size: 16px;
  }
  main .contactPage .contactBox .content .formBox .formgroup input,
  main .contactPage .contactBox .content .formBox .formgroup textarea {
    flex: 1;
  }
}
@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 .rowBox .textBox {
    padding-right: 50px;
  }
  main .aboutSec .rowBox .textBox .link-btn-pic img {
    width: 100%;
    max-width: 380px;
  }
  main .aboutSec .rowBox .picBox {
    max-width: 500px;
  }
  .contactBottom .contLeft p {
    margin: 25px 0;
    margin-left: 40px;
  }
  .contactBottom .contLeft .iconBox i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 22px;
  }
  .contactBottom .contCenter p {
    margin-bottom: 8px;
  }
  main .sevicePage .processBox .rowBox {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    max-width: 1500px;
    margin: 60px auto;
  }
  main .sevicePage .processBox .rowBox .iconBox::after {
    right: -50%;
  }
  main .sevicePage .processBox .rowBox .iconBox.long::after {
    top: 43%;
  }
  main .casePage .product-container .row {
    max-width: 1100px;
  }
  main .productPage .shopdetail .container {
    max-width: 1250px;
  }
  main .contactPage .contactBox {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 0;
    justify-content: center;
  }
  main .contactPage .contactBox .contentBox {
    max-width: 750px;
  }
  main .contactPage .contactBox .contentBox .title p {
    max-width: 600px;
  }
  main .contactPage .contactBox .contentBox .rowBox .textBox {
    max-width: 600px;
  }
  main .contactPage .contactBox .content {
    max-width: 600px;
  }
}
@media only screen and (min-width: 1900px) {
  main .casePage .product-container .row {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem 0;
    align-items: flex-start;
    vertical-align: top;
  }
}