@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");
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: "Red Hat Text", "Noto Sans TC", "微軟正黑體";
}

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;
  line-height: 1.5;
}

h6 {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 5px;
}

p {
  font-size: 14px;
  line-height: 1.5;
  word-break: break-all;
  overflow-wrap: break-word;
  margin: 0;
}

a.line {
  text-decoration: underline;
  font-weight: 700;
}

a {
  text-decoration: none;
  font-weight: normal;
  color: inherit;
}

a:hover {
  color: #708293;
}

:root {
  --color1: #95cfa1;
  --color2: #3e6450;
  --color3: #666666;
  --color4: #7bc79f;
  --color5: #4a843a;
}

.title-center {
  margin: 30px 0;
  text-align: center;
  padding: 0 10px;
}
.title-center img {
  width: auto;
  align-items: center;
  max-height: 40px;
}
.title-center h3,
.title-center h4,
.title-center h5 {
  margin: 10px 0;
}
.title-center p {
  margin: 10px 0;
  color: #4d4d4d;
}

.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;
  cursor: pointer;
}

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

.topBox {
  background-image: url(../images/top-pic.jpg);
  background-size: cover;
  background-position: 50% bottom;
  width: 100%;
  height: 170px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  padding: 30px 0;
  row-gap: 20px;
}
.topBox h3 {
  color: #667e70;
  font-weight: 700;
}
.topBox section {
  flex: none;
}

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

.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: 40px;
  }
}
@media only screen and (min-width: 361px) {
  body {
    padding-top: 50px;
  }
}
@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-center img {
    max-height: 50px;
  }
  .link-btn-left {
    font-size: 16px;
  }
  .breadcrumbRight {
    justify-content: space-around;
  }
  .topBox {
    height: 250px;
  }
  .topBox h2 {
    font-size: 35px;
  }
  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: 300px;
  }
  .topBox h3 {
    font-size: 30px;
  }
  body {
    padding-top: 80px;
  }
}
@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: 80px;
  }
  .title-center img {
    max-height: 65px;
  }
  .topBox {
    background-position: 50% 85%;
  }
}
@media only screen and (min-width: 1700px) {
  body {
    padding-top: 90px;
  }
}
@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-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;
}
div.carouselSlide .carousel {
  position: relative;
}
div.carouselSlide .carousel-text {
  width: 100%;
  position: absolute;
  display: flex;
  text-align: center;
  justify-content: center;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  align-items: center;
}
div.carouselSlide .carousel-text .link-btn {
  width: 8em;
  border-radius: 30px;
  border: 1px solid #c586a4;
  background-color: #fff;
  color: #c586a4;
  padding: 8px 0;
  margin-bottom: 0;
}
div.carouselSlide .carousel-text .link-btn:hover {
  color: #fff;
  background-color: #c586a4;
}

main .serviceSec {
  padding: 50px 0;
}
main .serviceSec .contentOwl {
  padding: 10px 40px 20px;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  position: relative;
  margin: 0 auto;
  /* hover / focus 狀態顯示效果（鍵盤或手機點擊一樣會觸發 focus-within） */
  /* 圖片可加一點亮度變化（不動 transform 就不會壓過你的置中） */
  /* 圖片可加一點亮度變化（不動 transform 就不會壓過你的置中） */
}
main .serviceSec .contentOwl .picBox {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
  /* 黑色透明遮罩 */
  /* 右上角「+」 */
}
main .serviceSec .contentOwl .picBox .boximg4x5 img,
main .serviceSec .contentOwl .picBox .boximg1x1 img {
  border: 1px solid #333;
  border-radius: 27% 0;
  transition: transform 1s ease;
  /* 變慢：1秒 */
  -o-object-fit: cover;
     object-fit: cover;
}
main .serviceSec .contentOwl .picBox .boximg4x5::after,
main .serviceSec .contentOwl .picBox .boximg1x1::after {
  content: "";
  position: absolute;
  inset: 0;
  /* 等同 top/right/bottom/left 全為 0 */
  background: rgba(255, 255, 255, 0.7);
  border-radius: 27% 0;
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
  /* 不擋連結點擊 */
  z-index: 1;
}
main .serviceSec .contentOwl .picBox .boximg4x5::before,
main .serviceSec .contentOwl .picBox .boximg1x1::before {
  border-radius: 100px 0;
  content: "了解更多";
  /* Font Awesome search icon */
  /* 或 "Font Awesome 5 Free" */
  /* 確保顯示實心版本 */
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 46px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #3e6450;
  font-weight: 600;
  font-size: 18px;
  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 .serviceSec .contentOwl .picBox p {
  color: #4d4d4d;
  margin-top: 5px;
  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 .serviceSec .contentOwl .picBox h5 {
  color: #95cfa1;
  margin: 15px 0;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
}
main .serviceSec .contentOwl .picBox h6 {
  color: #4d4d4d;
  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 .serviceSec .contentOwl .picBox:hover .boximg4x5::after,
main .serviceSec .contentOwl .picBox:focus-within .boximg4x5::after {
  opacity: 1;
}
main .serviceSec .contentOwl .picBox:hover .boximg4x5::before,
main .serviceSec .contentOwl .picBox:focus-within .boximg4x5::before {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  /* 保持 translate */
}
main .serviceSec .contentOwl .picBox:hover .boximg4x5 img,
main .serviceSec .contentOwl .picBox:focus-within .boximg4x5 img {
  filter: brightness(0.85);
}
main .serviceSec .contentOwl .picBox:hover .boximg1x1::after,
main .serviceSec .contentOwl .picBox:focus-within .boximg1x1::after {
  opacity: 1;
}
main .serviceSec .contentOwl .picBox:hover .boximg1x1::before,
main .serviceSec .contentOwl .picBox:focus-within .boximg1x1::before {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  /* 保持 translate */
}
main .serviceSec .contentOwl .owl-carousel {
  position: relative;
  overflow: visible;
}
main .serviceSec .contentOwl .owl-nav {
  position: absolute;
  top: 45%;
  width: 100%;
  display: flex;
}
main .serviceSec .contentOwl .owl-nav .owl-prev,
main .serviceSec .contentOwl .owl-nav .owl-next {
  position: absolute;
  width: 30px;
  height: 30px;
  color: #428f80;
  font-size: 14px;
  line-height: 30px;
  border-radius: 10%;
  border: 1px solid #000;
}
main .serviceSec .contentOwl .owl-nav .owl-next {
  right: 0;
}
main .serviceSec .contentOwl .owl-nav .owl-prev:hover,
main .serviceSec .contentOwl .owl-nav .owl-next:hover {
  color: #fff;
  background-color: #428f80;
}
main .serviceSec .contentOwl .owl-carousel .owl-item {
  max-width: 400px;
}
main .serviceSec .contentOwl .owl-dots {
  display: flex !important;
  justify-content: center;
  gap: 8px;
  margin-top: 15px;
  flex-direction: row !important;
  position: relative;
}
main .serviceSec .contentOwl .owl-dots .owl-dot {
  display: inline-block;
}
main .serviceSec .contentOwl .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: #999;
  display: block;
  border-radius: 50%;
}
main .serviceSec .contentOwl .owl-dots .owl-dot.active span {
  background: #333;
}
main .processSec {
  margin-top: -330px;
}
main .processSec .flexBox .leftBox {
  padding: 220px 0 20px;
  background-image: url(../images/process-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
main .processSec .flexBox .leftBox .title-center {
  margin: 0;
  padding: 80px 0 0;
}
main .processSec .flexBox .leftBox .title-center p {
  color: #000;
}
main .processSec .flexBox .rightBox {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: flex-start;
  align-items: flex-start;
  row-gap: 20px;
  background-color: #95cfa1;
  padding: 30px 0;
}
main .processSec .flexBox .rightBox .contentBox .picBox {
  min-height: 120px;
  padding-left: 10px;
  padding-bottom: 10px;
  margin: 0 auto 10px;
  width: 80%;
  border-bottom: 1px solid #fff;
  display: flex;
  align-items: center;
}
main .processSec .flexBox .rightBox .contentBox .picBox img {
  width: auto;
  margin-bottom: 10px;
  max-width: 80px;
}
main .processSec .flexBox .rightBox .contentBox .textBox {
  padding: 0 5px;
  text-align: left;
  width: 70%;
  margin: 0 auto;
}
main .processSec .flexBox .rightBox .contentBox .textBox h5 {
  padding: 5px 0;
  color: #fff;
}
main .caseSec .contentOwl .picBox .boximg4x5 img {
  border-radius: 40px;
  border: none;
}
main .caseSec .contentOwl .picBox .boximg4x5::after {
  border-radius: 40px;
}
main .assessSec {
  background-image: url(../images/assess-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}
main .assessSec .contentOwl .picBox {
  max-width: 400px;
  margin: 0 auto;
  padding: 20px 5px;
}
main .assessSec .contentOwl .picBox .frameBox {
  background-image: url(../images/assess-frame.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 40px 20px;
  text-align: left;
}
main .assessSec .contentOwl .picBox .frameBox .iconBox {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
main .assessSec .contentOwl .picBox .frameBox .iconBox .starBox {
  display: flex;
  flex-wrap: nowrap;
  justify-content: none;
  gap: 5px;
}
main .assessSec .contentOwl .picBox .frameBox .iconBox .starBox i {
  color: #e2c55d;
}
main .assessSec .contentOwl .picBox .frameBox .iconBox img {
  width: 20px;
  height: 20px;
  margin-left: 10px;
}
main .assessSec .contentOwl .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 .assessSec .contentOwl .picBox .userBox {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  vertical-align: middle;
}
main .assessSec .contentOwl .picBox .userBox img {
  width: 50px;
  height: 50px;
  margin-right: 15px;
  border-radius: 50%;
}
main .aboutSec {
  width: 100%;
  padding: 20px 0 0;
  display: flex;
  flex-direction: column;
}
main .aboutSec .contentBox {
  padding: 20px 0 0;
}
main .aboutSec .contentBox .content {
  margin: 40px 0;
}
main .aboutSec .contentBox .content .text {
  margin: 0 auto;
}
main .aboutSec .contentBox .content .text img {
  width: 80%;
  max-width: 400px;
  margin-bottom: 20px;
}
main .aboutSec .contentBox .content .text h3 {
  margin: 15px 0;
}
main .aboutSec .contentBox .content .text p {
  margin: 8px 0;
  display: flex;
  align-items: center;
  vertical-align: middle;
}
main .aboutSec .contentBox .content .text p b {
  font-weight: normal;
  color: #4a843a;
}
main .aboutSec .contentBox .content .text p img {
  width: 30px;
  height: auto;
  margin-right: 10px;
  margin-bottom: 0;
}
main .aboutSec .contentBox .content .text p:has(img) {
  margin: 25px 0 5px;
}
main .aboutSec .contentBox .content .text p:last-child:has(img) {
  margin-top: 10px;
}
main .aboutSec .contentBox .content .text .link-button {
  margin: 10px 0;
  gap: 5px;
}
main .aboutSec .contentBox .content .text .link-button img {
  width: 40%;
  max-width: 120px;
  margin: 0;
}
main .aboutSec .contentBox .content .text .link-button:hover img {
  content: url(../images/about-more-w.png);
  transform: translateX(10px);
  transition: all 0.5s ease-in;
}

.contactBottom {
  padding: 90px 0 150px;
  background-color: #f0f0f0;
  background-image: url(../images/contact-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}
.contactBottom .contactBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  row-gap: 20px;
}
.contactBottom .contactBox .contLeft {
  padding: 0 5px;
}
.contactBottom .contactBox .contLeft h3 {
  color: #7bc79f;
  font-weight: 600;
}
.contactBottom .contactBox .contLeft h3 a {
  color: #000;
  font-size: 28px;
  font-weight: 600;
  margin-left: 5px;
}
.contactBottom .contactBox .contLeft img {
  width: 90%;
  margin: 10px 0;
  max-width: 350px;
}
.contactBottom .contactBox .contLeft img:hover {
  content: url(../images/contact-line-btn-g.png);
}
.contactBottom .contactBox .contLeft p {
  margin-bottom: 10px;
  color: #7bc79f;
}
.contactBottom .contactBox .contLeft p a {
  color: #000;
  margin-left: 5px;
}
.contactBottom .contactBox .contLeft p span {
  display: inline-block;
  width: 4em;
  color: #000;
}
.contactBottom .contactBox .contLeft p.text {
  color: #000;
}
.contactBottom .contactBox .contLeft .rowBox {
  display: flex;
  flex-direction: row;
  white-space: nowrap;
  margin: 10px 0;
}
.contactBottom .contactBox .contLeft .rowBox p {
  margin-right: 5px;
}
.contactBottom .contactBox .contLeft .rowBox .textBox p {
  white-space: wrap;
  color: #000;
  margin: 0;
}
.contactBottom .contactBox .contCenter h3 {
  color: #7bc79f;
  font-weight: 600;
  margin-bottom: 10px;
}
.contactBottom .contactBox .contCenter .textBox {
  padding: 10px 0;
  border-bottom: 1px solid #979797;
}
.contactBottom .contactBox .contCenter .textBox h6 {
  font-weight: normal;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
}
.contactBottom .contactBox .contCenter .textBox p {
  color: #979797;
}
.contactBottom .contactBox .contCenter .textBox:last-child {
  border-bottom: none;
}
.contactBottom .contactBox .contRight {
  padding: 10px 15px;
  text-align: center;
}
.contactBottom .contactBox .contRight img {
  width: 90%;
}
.contactBottom .contactBox .contRight h6 {
  color: #d2be82;
}
.contactBottom .contactBox .contRight p {
  color: #fff;
}

footer {
  line-height: 3;
  font-size: 14px;
  text-align: center;
  background-color: #95cfa1;
}

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 {
  text-align: center;
}
main .aboutPage .flexBox img.title {
  width: 50%;
  max-width: 300px;
  margin: 40px 0 10px;
}
main .aboutPage .flexBox .title-center {
  margin: 30px auto;
  padding-bottom: 20px;
  border-bottom: 1px solid #666666;
  width: 80%;
}
main .aboutPage .flexBox .title-center b {
  color: #4a843a;
}
main .aboutPage .flexBox .rowBox {
  margin: 0 auto;
}
main .aboutPage .flexBox .rowBox .title-center {
  width: 100%;
}
main .aboutPage .flexBox .rowBox .title-center h6 {
  margin-bottom: 0;
}
main .aboutPage .flexBox .rowBox .title-center:last-child {
  border-bottom: none;
}
main .aboutPage .flexBox .bg-green {
  background-color: #d1ded4;
  padding: 50px 5px;
  border-radius: 20px;
  width: 80%;
  border-bottom: none;
}
main .aboutPage .flexBox .bg-green .text-color {
  color: #4a843a;
  line-height: 1.5;
  margin-bottom: 15px;
}
main .aboutPage .flexBox .picBox {
  position: relative;
  margin-top: 50px;
}
main .aboutPage .flexBox .picBox img.img-car {
  position: absolute;
  right: 5%;
  bottom: 17%;
  width: 70%;
  max-width: 1250px;
  z-index: 10;
}
main .aboutPage .contentBox .title {
  max-width: 900px;
  margin: 30px auto;
  text-align: center;
}
main .aboutPage .contentBox .title img {
  width: 50%;
  max-width: 300px;
  margin-bottom: 5px;
}
main .aboutPage .contentBox .rowBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px 0 40px;
}
main .aboutPage .contentBox .rowBox .textBox {
  padding: 30px 10px;
  padding-top: 0;
  padding-right: 15px;
  position: relative;
  border-left: 1px solid #95cfa1;
  text-align: left;
}
main .aboutPage .contentBox .rowBox .textBox .text {
  margin-left: 5px;
}
main .aboutPage .contentBox .rowBox .textBox .text h4 {
  margin: 10px 0;
  color: #3e6450;
}
main .aboutPage .contentBox .rowBox .textBox .icon {
  position: absolute;
  top: -10px;
  left: -15px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #fff;
  background-color: #95cfa1;
}

main .servicePage .product-container {
  margin: 0 auto;
  overflow: hidden;
  padding-top: 60px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  /* 不讓子元素等高 */
}
main .servicePage .product-container .product-sidebar {
  margin: 1em auto;
  padding: 10px 0;
  max-width: 600px;
  box-shadow: 0 0 5px gray;
  border-radius: 15px;
}
main .servicePage .product-container .product-sidebar .sidebar-header {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
main .servicePage .product-container .product-sidebar .sidebar-header h6 {
  margin: 10px 0;
  padding-left: 15px;
  color: #4a843a;
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
main .servicePage .product-container .product-sidebar .sidebar-header .toggle-btn {
  color: #4a843a;
  padding-right: 15px;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
main .servicePage .product-container .product-sidebar ul.sidebar-list {
  display: none;
  transition: all 0.6s ease;
}
main .servicePage .product-container .product-sidebar ul.sidebar-list li {
  line-height: 2;
  padding: 5px 10px;
  cursor: pointer;
  position: relative;
  color: #4d4d4d;
  flex: 1;
  /* 占滿剩餘空間 */
  white-space: nowrap;
  /* 不換行 */
  overflow: hidden;
  /* 超出隱藏 */
  text-overflow: ellipsis;
  /* 出現 ... */
}
main .servicePage .product-container .product-sidebar ul.sidebar-list li .dropdown-content {
  display: none;
}
main .servicePage .product-container .product-sidebar ul.sidebar-list li:last-child {
  border-bottom: none;
}
main .servicePage .product-container .product-sidebar ul.sidebar-list .aside-dropdown {
  padding: 0;
  padding-bottom: 10px;
}
main .servicePage .product-container .product-sidebar ul.sidebar-list .aside-dropdown div {
  padding: 5px 15px;
  display: flex;
  align-items: center;
  /* 垂直置中 */
}
main .servicePage .product-container .product-sidebar ul.sidebar-list .aside-dropdown div a {
  color: #666666;
  flex: 1;
  /* 占滿剩餘空間 */
  white-space: nowrap;
  /* 不換行 */
  overflow: hidden;
  /* 超出隱藏 */
  text-overflow: ellipsis;
  /* 出現 ... */
  display: block;
  max-width: calc(100% - 50px);
  /* 控制大約 10 字寬度，可依需求調整 */
}
main .servicePage .product-container .product-sidebar ul.sidebar-list .aside-dropdown div .toggle-btn {
  flex-shrink: 0;
  /* 不被壓縮，保持位置 */
  margin-left: 20px;
  vertical-align: bottom;
}
main .servicePage .product-container .product-sidebar ul.sidebar-list .aside-dropdown .submenu {
  display: none;
  border: none;
  padding-top: 8px;
  padding-left: 5px;
}
main .servicePage .product-container .product-sidebar ul.sidebar-list .aside-dropdown .submenu li {
  flex: 0 0 auto;
  padding: 0 10px;
}
main .servicePage .product-container .product-sidebar ul.sidebar-list .aside-dropdown .submenu li:last-child {
  border-bottom: none;
}
main .servicePage .product-container .product-sidebar ul.sidebar-list .aside-dropdown .submenu a {
  font-size: 14px;
  color: #333;
}
main .servicePage .product-container .product-sidebar ul.sidebar-list .aside-dropdown .submenu.active {
  display: block;
  display: flex;
  flex-wrap: wrap;
}
main .servicePage .product-container .product-sidebar ul.sidebar-list li.filter-btn:hover,
main .servicePage .product-container .product-sidebar ul.sidebar-list li.filter-btn:hover a,
main .servicePage .product-container .product-sidebar ul.sidebar-list li.filter-btn.active a,
main .servicePage .product-container .product-sidebar ul.sidebar-list .aside-dropdown.active div > a,
main .servicePage .product-container .product-sidebar ul.sidebar-list .aside-dropdown div:hover,
main .servicePage .product-container .product-sidebar ul.sidebar-list .aside-dropdown div:hover > a,
main .servicePage .product-container .product-sidebar ul.sidebar-list .submenu li:hover,
main .servicePage .product-container .product-sidebar ul.sidebar-list .submenu li:hover > a {
  color: #4a843a;
  font-weight: 700;
  transition: all 0.4s ease-in-out;
}
main .servicePage .product-container .product-sidebar ul.sidebar-list li.filter-btn:hover,
main .servicePage .product-container .product-sidebar ul.sidebar-list .aside-dropdown div:hover,
main .servicePage .product-container .product-sidebar ul.sidebar-list .submenu li:hover {
  background-color: rgba(240, 240, 237, 0.6);
  font-weight: 700;
  transition: all 0.4s ease-in-out;
}
main .servicePage .product-container .product-sidebar ul.sidebar-list li.filter-btn.active,
main .servicePage .product-container .product-sidebar ul.sidebar-list li.filter-btn.active a,
main .servicePage .product-container .product-sidebar ul.sidebar-list .aside-dropdown.active div,
main .servicePage .product-container .product-sidebar ul.sidebar-list .aside-dropdown.active div a,
main .servicePage .product-container .product-sidebar ul.sidebar-list .submenu li.active {
  background-color: #4a843a;
  font-weight: 600;
  color: #fff !important;
}
main .servicePage .product-container .product-sidebar ul.sidebar-list .dropdown-toggle:hover ul {
  display: block;
}
main .servicePage .product-container .product-sidebar ul.sidebar-list li.dropdown-toggle::after {
  content: none;
  /* 或刪除整個這段 */
}
main .servicePage .product-container .product-sidebar .filter-btn {
  color: #667e70;
}
main .servicePage .product-container .product-list {
  display: flex;
  justify-content: start;
  margin: 0 auto;
  align-items: flex-start;
  padding-bottom: 20px;
}
main .servicePage .product-container .product-list .product-item {
  margin: 0;
  padding: 0 5px;
  cursor: pointer;
  height: auto !important;
}
main .servicePage .product-container .product-list .product-item .card-p {
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease;
  overflow: hidden;
  border-radius: 15px;
  padding-bottom: 15px;
}
main .servicePage .product-container .product-list .card-p:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
main .servicePage .product-container .product-list .product-card:hover {
  background-color: transparent;
}
main .servicePage .product-container .product-list .product-card:hover h5,
main .servicePage .product-container .product-list .product-card:hover p {
  color: #4974a5;
}
main .servicePage .product-container .product-list .content {
  padding: 20px 3px;
}
main .servicePage .product-container .product-list .title {
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  color: #000;
  font-weight: 300;
  font-family: "Times New Roman", Times, serif;
}
main .servicePage .product-container .product-list .card-des {
  padding: 0;
  padding-left: 3px;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  color: #666666;
  font-size: 14px;
  margin-bottom: 3px;
}
main .servicePage .product-container .product-list .product-item:nth-of-type(2n) .card-des {
  padding: 0;
  padding-right: 3px;
}
main .servicePage .product-container .product-list .price {
  font-weight: normal;
  width: 100%;
  height: auto;
  text-align: left;
  font-size: 17px;
  line-height: 1.5;
}
main .servicePage .product-container .product-list .price span {
  font-size: 15px;
}
main .servicePage .product-container .product-list .price .onSale {
  color: #f11717;
}
main .servicePage .product-container .product-list .price:has(.onSale:not(:empty)) .default {
  text-decoration: line-through;
}
main .servicePage .product-container .row-gap-5 {
  row-gap: 3rem;
}

main .articlePage {
  border-bottom: 1px solid #eae0d9;
}
main .articlePage .articleBox {
  margin: 20px auto;
}
main .articlePage .articleBox .articlecontent {
  padding-top: 60px;
}

main .newalbumPage {
  border-bottom: 1px solid #eae0d9;
}
main .newalbumPage .contentBox {
  position: relative;
  width: 100%;
  padding: 20px 0;
}
main .newalbumPage .contentBox .rowBox {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 2em auto;
  margin-bottom: 0;
  row-gap: 20px;
  /* hover / focus 狀態顯示效果（鍵盤或手機點擊一樣會觸發 focus-within） */
  /* 圖片可加一點亮度變化（不動 transform 就不會壓過你的置中） */
}
main .newalbumPage .contentBox .rowBox .content {
  padding: 0 10px;
  border-radius: 40px;
  /* 黑色透明遮罩 */
  /* 右上角「+」 */
}
main .newalbumPage .contentBox .rowBox .content .imgWrapper {
  position: relative;
  overflow: hidden;
}
main .newalbumPage .contentBox .rowBox .content .imgWrapper .more {
  position: absolute;
  bottom: -100%;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 15px 0;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  color: #b5715c;
  font-weight: 700;
  background-color: rgba(255, 255, 255, 0.5058823529);
  transition: all 0.7s ease;
}
main .newalbumPage .contentBox .rowBox .content .textBox {
  max-height: 200px;
  text-align: left;
  padding: 0 5px;
}
main .newalbumPage .contentBox .rowBox .content .textBox h5 {
  line-height: 1.8;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #95cfa1;
  text-align: center;
}
main .newalbumPage .contentBox .rowBox .content .textBox .time {
  line-height: 1.8;
}
main .newalbumPage .contentBox .rowBox .content .textBox p {
  color: #4d4d4d;
  margin-top: 5px;
  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;
  text-align: center;
}
main .newalbumPage .contentBox .rowBox .content .textBox .longtext {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  min-height: 3.2em;
  max-height: 3.2em;
  margin: 0;
  line-height: 1.5;
}
main .newalbumPage .contentBox .rowBox .content .boximg4x5 {
  border-radius: 40px;
}
main .newalbumPage .contentBox .rowBox .content .boximg4x5 img {
  transition: transform 1s ease;
  /* 變慢：1秒 */
}
main .newalbumPage .contentBox .rowBox .content .boximg4x5::after {
  content: "";
  position: absolute;
  inset: 0;
  /* 等同 top/right/bottom/left 全為 0 */
  background: rgba(255, 255, 255, 0.45);
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
  /* 不擋連結點擊 */
  z-index: 1;
}
main .newalbumPage .contentBox .rowBox .content .boximg4x5::before {
  content: "了解更多";
  /* Font Awesome search icon */
  /* 或 "Font Awesome 5 Free" */
  /* 確保顯示實心版本 */
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 46px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #3e6450;
  font-weight: 600;
  font-size: 18px;
  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 .newalbumPage .contentBox .rowBox a:hover {
  color: #000;
}
main .newalbumPage .contentBox .rowBox .content:hover .more {
  bottom: 0;
}
main .newalbumPage .contentBox .rowBox .content:hover .boximg4x5::after,
main .newalbumPage .contentBox .rowBox .content:focus-within .boximg4x5::after {
  opacity: 1;
}
main .newalbumPage .contentBox .rowBox .content:hover .boximg4x5::before,
main .newalbumPage .contentBox .rowBox .content:focus-within .boximg4x5::before {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  /* 保持 translate */
}
main .newalbumPage .contentBox .rowBox .content:hover .boximg4x5 img,
main .newalbumPage .contentBox .rowBox .content:focus-within .boximg4x5 img {
  filter: brightness(0.85);
}

main .photoPage .contentBox {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
main .photoPage .contentBox .title {
  margin: 0 auto 20px;
  padding-bottom: 30px;
  max-width: 1000px;
  padding: 10px;
}
main .photoPage .contentBox .title h3 {
  margin: 15px 0;
}
main .photoPage .contentBox .content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: start;
  max-width: 1000px;
  margin: 10px auto 30px;
  /* hover / focus 狀態顯示效果（鍵盤或手機點擊一樣會觸發 focus-within） */
  /* 圖片可加一點亮度變化（不動 transform 就不會壓過你的置中） */
  /* 圖片可加一點亮度變化（不動 transform 就不會壓過你的置中） */
}
main .photoPage .contentBox .content .picBox {
  padding: 10px;
  position: relative;
  /* 讓遮罩能定位 */
  overflow: hidden;
  text-align: center;
  /* 黑色透明遮罩 */
  /* 右上角「+」 */
}
main .photoPage .contentBox .content .picBox h6 {
  color: #95cfa1;
  padding: 0 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  margin: 0;
}
main .photoPage .contentBox .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 .photoPage .contentBox .content .picBox .boximg1x1 img,
main .photoPage .contentBox .content .picBox .boximg4x5 img {
  transition: transform 1s ease;
  /* 變慢：1秒 */
}
main .photoPage .contentBox .content .picBox .boximg1x1::after,
main .photoPage .contentBox .content .picBox .boximg4x5::after {
  content: "";
  position: absolute;
  inset: 0;
  /* 等同 top/right/bottom/left 全為 0 */
  background: rgba(255, 255, 255, 0.45);
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
  /* 不擋連結點擊 */
  z-index: 1;
}
main .photoPage .contentBox .content .picBox .boximg1x1::before,
main .photoPage .contentBox .content .picBox .boximg4x5::before {
  content: "+";
  position: absolute;
  top: 10px;
  right: 10px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #3e6450;
  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 .photoPage .contentBox .content .picBox:hover .boximg1x1::after,
main .photoPage .contentBox .content .picBox:focus-within .boximg1x1::after {
  opacity: 1;
}
main .photoPage .contentBox .content .picBox:hover .boximg1x1::before,
main .photoPage .contentBox .content .picBox:focus-within .boximg1x1::before {
  opacity: 1;
  transform: none;
}
main .photoPage .contentBox .content .picBox:hover .boximg1x1 img,
main .photoPage .contentBox .content .picBox:focus-within .boximg1x1 img {
  filter: brightness(0.85);
}
main .photoPage .contentBox .content .picBox:hover .boximg1x1 img,
main .photoPage .contentBox .content .picBox:focus-within .boximg1x1 img {
  transform: translate(-50%, -50%) scale(1.2);
  /* 注意：合併在一起 */
}
main .photoPage .contentBox .content .picBox:hover .boximg4x5::after,
main .photoPage .contentBox .content .picBox:focus-within .boximg4x5::after {
  opacity: 1;
}
main .photoPage .contentBox .content .picBox:hover .boximg4x5::before,
main .photoPage .contentBox .content .picBox:focus-within .boximg4x5::before {
  opacity: 1;
  transform: none;
}
main .photoPage .contentBox .content .picBox:hover .boximg4x5 img,
main .photoPage .contentBox .content .picBox:focus-within .boximg4x5 img {
  filter: brightness(0.85);
}
main .photoPage .contentBox .content .picBox:hover .boximg4x5 img,
main .photoPage .contentBox .content .picBox:focus-within .boximg4x5 img {
  transform: translate(-50%, -50%) scale(1.2);
  /* 注意：合併在一起 */
}

main .productdetailPage .shopdetail .default-padding-md {
  padding-top: 48px;
  padding-bottom: 48px;
  margin: 0 auto;
}
main .productdetailPage .shopdetail .default-padding-md .list-unstyle {
  padding: 0;
  margin: 0;
  list-style: none;
}
main .productdetailPage .shopdetail .default-padding-md .list-unstyle .zoomIn a {
  position: relative;
  display: inline-block;
  width: 100%;
}
main .productdetailPage .shopdetail .default-padding-md .list-unstyle .zoomIn a .img-wrapper {
  display: none;
}
main .productdetailPage .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 .productdetailPage .shopdetail .default-padding-md .list-unstyle .zoomIn a:hover .img-wrapper i {
  color: #fff;
  font-size: 2rem;
}
main .productdetailPage .shopdetail .default-padding-md .lSSlideOuter .lSPager.lSGallery li {
  aspect-ratio: 1/1;
  overflow: hidden;
}
main .productdetailPage .shopdetail .default-padding-md .lSSlideOuter .lSPager.lSGallery img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  /* 保持比例，超出裁切 */
  display: block;
}
main .productdetailPage .shopdetail a {
  text-decoration: none;
  color: var(--bs-body-color);
}
main .productdetailPage .shopdetail a:hover {
  color: #034D91;
}
main .productdetailPage .shopdetail .product-info {
  display: flex;
  flex-direction: column;
  align-items: start;
  padding: 1.25rem;
}
main .productdetailPage .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 .productdetailPage .shopdetail .product-info h4 {
  font-family: "Times New Roman", Times, serif;
}
main .productdetailPage .shopdetail .product-info h5 {
  line-height: 1;
}
main .productdetailPage .shopdetail .product-info p {
  color: #666;
  margin-top: 10px;
  font-weight: 600;
}
main .productdetailPage .shopdetail .product-info p:nth-of-type(2) {
  margin-top: 0;
}
main .productdetailPage .shopdetail .product-info .price {
  font-weight: normal;
  width: 100%;
  margin: 10px 0;
}
main .productdetailPage .shopdetail .product-info .price .onSale {
  padding-left: 0;
  color: #f11717;
}
main .productdetailPage .shopdetail .product-info .price:has(.onSale:not(:empty)) .default {
  text-decoration: line-through;
}
main .productdetailPage .shopdetail .product-info hr {
  border-top: 1px solid #f0f0f0;
  width: 100%;
}
main .productdetailPage .shopdetail .product-info .product-content {
  flex-grow: 1;
  padding: 1.25rem 0;
  min-height: 120px;
}
main .productdetailPage .shopdetail .product-info .spec {
  margin: 0.5rem 0;
  width: 100%;
}
main .productdetailPage .shopdetail .product-info .spec select {
  width: 100%;
  padding: 0.5rem;
}
main .productdetailPage .shopdetail .product-info .add-number {
  display: flex;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 50%;
}
main .productdetailPage .shopdetail .product-info .add-number label {
  margin: 0;
  padding-right: 0.5rem;
  flex-shrink: 0;
}
main .productdetailPage .shopdetail .product-info .add-number input {
  min-height: 2rem;
  padding: 0;
  flex: 1 0 auto;
}
main .productdetailPage .shopdetail .product-info .align-items-center {
  height: 2em;
}
main .productdetailPage .shopdetail .product-info .align-items-center .fa-line {
  transform: scale(0.9);
}
main .productdetailPage .shopdetail .product-info .link-btn {
  color: #4d4d4d;
  background-color: #aad2bc;
}
main .productdetailPage .shopdetail .product-info .link-btn:hover {
  color: #000;
  background-color: #f0f0f0;
}
main .productdetailPage .shopdetail .product-more-item {
  text-align: left;
  width: 100%;
}
main .productdetailPage .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 .productdetailPage .shopdetail .product-more-item .more-item-wrape h6 {
  margin-bottom: 5px;
  font-size: 16px;
}
main .productdetailPage .shopdetail .product-more-item .more-item-wrape .more-item-block {
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 20px;
}
main .productdetailPage .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 .productdetailPage .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 .productdetailPage .shopdetail .product-more-item .more-item-wrape .more-item-block label .more-item-left input {
  margin-right: 10px;
}
main .productdetailPage .shopdetail .product-more-item .more-item-wrape .more-item-block label .more-item-left input[type=checkbox][disabled] {
  cursor: not-allowed;
}
main .productdetailPage .shopdetail .product-more-item .more-item-wrape .more-item-block label .more-item-left input[type=radio],
main .productdetailPage .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 .productdetailPage .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 .productdetailPage .shopdetail .product-more-item .more-item-wrape .more-item-block label .more-item-left .more-item-box-img a {
  width: 100%;
}
main .productdetailPage .shopdetail .product-more-item .more-item-wrape .more-item-block label .more-item-left h6 {
  width: 50%;
  text-align: right;
}
main .productdetailPage .shopdetail .product-more-item .more-item-wrape .more-item-block label .more-item-right {
  position: relative;
  width: 100%;
}
main .productdetailPage .shopdetail .product-more-item .more-item-wrape .more-item-block label .more-item-right p {
  text-align: right;
  font-weight: 500;
}
main .productdetailPage .shopdetail .product-more-item .more-item-wrape .more-item-block:last-child {
  border-bottom: unset !important;
  padding-bottom: unset !important;
}
main .productdetailPage .shopdetail .d-flex {
  justify-content: center;
  margin-top: 20px;
}
main .productdetailPage .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 .productdetailPage .shopdetail .d-flex .btn:hover,
main .productdetailPage .shopdetail .d-flex .btn.active {
  background-color: #000;
  color: #fff;
}
main .productdetailPage .shopdetail .col-lg-12 .area-title {
  border-bottom: 1px solid #667e70;
  padding: 8px;
  font-size: 18px;
  margin-top: 20px;
  color: #667e70;
}
main .productdetailPage .shopdetail .col-lg-12 .product-detail {
  margin-top: 1.5rem;
  padding: 0;
}
main .productdetailPage .shopdetail .col-lg-12 .product-detail img {
  display: block;
  margin: 1rem auto;
}

main .contactPage .title-center {
  margin: 30px auto 10px;
  color: #3e6450;
}
main .contactPage .title-center h5,
main .contactPage .title-center p {
  margin: 0;
  line-height: 1.6;
  font-weight: normal;
}
main .contactPage .contactBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 40px 0;
}
main .contactPage .contactBox .text {
  padding: 20px;
}
main .contactPage .contactBox .text h5 {
  text-align: center;
  padding: 10px;
  margin: 10px 0;
  font-weight: 600;
  color: #fff;
  background-color: #95cfa1;
  border-radius: 10px;
}
main .contactPage .contactBox .text p {
  line-height: 2;
}
main .contactPage .contactBox .text p i {
  text-align: center;
  display: inline-block;
  width: 1.7em;
  color: #95cfa1;
}
main .contactPage .contactBox .text .line {
  color: #1e3764;
  padding-bottom: 10px;
  border-bottom: 1px solid #ededed;
}
main .contactPage .contactBox .text .line i {
  color: #1e3764;
}
main .contactPage .contactBox .text .rowBox {
  display: flex;
  flex-direction: row;
}
main .contactPage .contactBox .text .rowBox p {
  white-space: nowrap;
}
main .contactPage .contactBox .text .rowBox .textBox p {
  white-space: wrap;
}
main .contactPage .contactBox .content {
  border: 1px solid #f7f6f6;
  border-radius: 10px;
  box-shadow: 0 0 3px gray;
  position: relative;
}
main .contactPage .contactBox .content .formBox {
  padding: 20px;
}
main .contactPage .contactBox .content .formBox h5 {
  text-align: center;
  padding: 10px 0;
  margin: 10px 0;
  color: #3e6450;
}
main .contactPage .contactBox .content .formBox .formgroup {
  margin: 1.5rem 0;
  width: 100%;
}
main .contactPage .contactBox .content .formBox .formgroup label {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 14.5px;
}
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 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 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 .link-btn {
  margin: 0 auto;
  padding: 20px 25px;
}
main .contactPage .contactBox .content .formBox .link-btn button[type=submit] {
  background-color: #95cfa1;
  color: white;
  padding: 15px 25px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
main .contactPage .contactBox .content .formBox .link-btn button[type=submit]:hover {
  background-color: #f6f6f6;
  color: #95cfa1;
}

@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-control-prev-icon,
  div.carouselSlide .carousel-control-next-icon {
    width: 50px;
    height: 50px;
  }
  div.carouselSlide .carousel-text {
    left: 65%;
    bottom: 20%;
  }
  main .serviceSec .contentOwl {
    padding: 20px 50px;
  }
  main .serviceSec .contentOwl .picBox {
    width: 90%;
  }
  main .processSec {
    margin-top: -200px;
  }
  main .processSec .flexBox .leftBox {
    padding: 190px 0 50px;
    background-position: center 40%;
  }
  main .processSec .flexBox .leftBox .title-center {
    padding: 40px 0;
  }
  main .processSec .flexBox .rightBox {
    padding: 60px 20px;
    row-gap: 30px;
  }
  main .processSec .flexBox .rightBox .contentBox img {
    max-width: 120px;
    max-height: 80px;
  }
  main .processSec .flexBox .rightBox .contentBox .textBox {
    width: 80%;
    padding: 0 10px;
  }
  footer {
    font-size: 16px;
  }
  aside {
    right: 10px;
    transform: scale(1);
  }
  main .aboutPage .contentBox .rowBox .textBox {
    padding-left: 20px;
  }
  main .aboutPage .contentBox .rowBox .textBox .icon {
    left: -20px;
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
  main .servicePage .product-container {
    display: block;
  }
  main .servicePage .product-container .product-sidebar {
    margin: 1em auto;
  }
  main .servicePage .product-container .product-sidebar h6 {
    font-size: 24px;
  }
  main .servicePage .product-container .product-sidebar li {
    font-size: 18px;
  }
  main .servicePage .product-container .product-list {
    justify-content: space-between;
  }
  main .servicePage .product-container .product-list .product-item {
    padding: 0 10px;
  }
  main .servicePage .product-container .product-list .title {
    font-size: 18px;
  }
  main .servicePage .product-container .product-list .card-des {
    font-size: 14px;
  }
  main .servicePage .product-container .product-list .price {
    line-height: 1.5;
  }
  main .servicePage .product-container .product-list .price span {
    font-size: 18px;
  }
  main .newalbumPage .contentBox .rowBox {
    justify-content: flex-start;
  }
  main .newalbumPage .contentBox .rowBox .content {
    flex: 0 0 calc(50% - 30px);
    padding: 0;
    margin: 15px;
  }
  main .productdetailPage .shopdetail .product-info h4 {
    font-size: 30px;
  }
  main .productdetailPage .shopdetail .product-info .price span {
    font-size: 20px;
  }
  main .productdetailPage .shopdetail .product-more-item .more-item-wrape {
    padding: 20px;
  }
  main .productdetailPage .shopdetail .product-more-item .more-item-wrape h6 {
    margin-bottom: 15px;
  }
  main .productdetailPage .shopdetail .product-more-item .more-item-wrape .more-item-block label {
    align-items: center;
    width: 100%;
  }
  main .productdetailPage .shopdetail .product-more-item .more-item-wrape .more-item-block label .more-item-left {
    width: 70%;
    margin-bottom: 30px;
  }
  main .productdetailPage .shopdetail .product-more-item .more-item-wrape .more-item-block label .more-item-left .more-item-box-img {
    width: 100px;
    margin-right: 10px;
  }
  main .productdetailPage .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 .productdetailPage .shopdetail .product-more-item .more-item-wrape .more-item-block label .more-item-right {
    width: 30%;
    padding-right: 50px;
  }
  main .contactPage .contactBox .text p {
    font-size: 17px;
  }
}
@media only screen and (min-width: 992px) {
  div.carouselSlide .carousel-text .link-btn {
    padding: 15px 0;
    width: 10em;
  }
  main .serviceSec .contentOwl {
    max-width: 1400px;
  }
  main .serviceSec .contentOwl .owl-nav .owl-prev,
  main .serviceSec .contentOwl .owl-nav .owl-next {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
  main .processSec .flexBox .leftBox {
    background-position: center 30%;
  }
  main .processSec .flexBox .rightBox {
    padding: 80px 30px;
  }
  main .aboutSec {
    align-items: center;
    flex-direction: row;
    padding: 60px 0;
    justify-content: flex-end;
  }
  main .aboutSec .picBox {
    align-items: flex-start;
    display: flex;
    z-index: 2;
  }
  main .aboutSec .contentBox {
    margin: 0;
    padding: 0;
  }
  main .aboutSec .contentBox .content .text {
    padding-left: 30px;
    margin: 0;
  }
  .contactBottom {
    padding: 100px 0;
  }
  .contactBottom .contactBox {
    max-width: 1400px;
    margin: 0 auto;
    justify-content: space-evenly;
    align-items: flex-start;
  }
  .contactBottom .contactBox .contLeft {
    padding: 0 15px;
    max-width: 450px;
  }
  .contactBottom .contactBox .contLeft img {
    margin: 15px 0;
  }
  .contactBottom .contactBox .contLeft p {
    margin-bottom: 15px;
  }
  .contactBottom .contactBox .contCenter {
    max-width: 400px;
  }
  .contactBottom .contactBox .contRight {
    max-width: 400px;
  }
  main .aboutPage .flexBox img.title {
    margin: 50px 0 30px;
  }
  main .aboutPage .flexBox .title-center {
    width: 80%;
  }
  main .aboutPage .flexBox .rowBox {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }
  main .aboutPage .flexBox .rowBox .title-center {
    width: 40%;
    border-bottom: none;
    margin: 30px 0;
  }
  main .aboutPage .flexBox .rowBox .title-center h6 {
    font-weight: 400;
  }
  main .aboutPage .flexBox .rowBox .title-center .text-color {
    font-size: 17px;
  }
  main .aboutPage .flexBox .rowBox .title-center:last-child {
    border-left: 1px solid #666;
  }
  main .aboutPage .contentBox .title h4 {
    font-size: 22px;
  }
  main .aboutPage .contentBox .rowBox .textBox .text {
    padding: 5px 10px 20px;
    margin-left: 30px;
  }
  main .aboutPage .contentBox .rowBox .textBox .text h4 {
    font-size: 22px;
  }
  main .aboutPage .contentBox .rowBox .textBox .text p {
    font-size: 17px;
  }
  main .aboutPage .contentBox .rowBox .textBox .icon {
    left: -25px;
    width: 50px;
    height: 50px;
    font-size: 45px;
  }
  main .servicePage .product-container {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    max-width: 1200px;
  }
  main .servicePage .product-container .product-sidebar {
    max-width: 250px;
    margin: 0 5px 0 8px;
  }
  main .servicePage .product-container .product-sidebar .sidebar-header .toggle-btn {
    display: none;
  }
  main .servicePage .product-container .product-sidebar ul.sidebar-list {
    display: block !important;
  }
  main .servicePage .product-container .product-sidebar ul.sidebar-list .aside-dropdown .submenu {
    display: none;
  }
  main .servicePage .product-container .product-sidebar ul.sidebar-list .aside-dropdown .submenu li {
    padding: 5px 10px;
  }
  main .servicePage .product-container .product-sidebar ul.sidebar-list .aside-dropdown .submenu li a {
    font-size: 15px;
  }
  main .servicePage .product-container .product-sidebar ul.sidebar-list .aside-dropdown .submenu.active {
    display: block;
  }
  main .servicePage .product-container .product-list {
    justify-content: start;
    margin: 0;
  }
  main .servicePage .product-container .product-list .articlecontent {
    margin: 0;
  }
  main .servicePage .product-container .product-list .price br {
    display: none;
  }
  main .newPage .product-container {
    max-width: 1400px;
  }
  main .newalbumPage .contentBox .rowBox .content .imgWrapper .more {
    font-size: 18px;
  }
  main .productdetailPage .shopdetail .product-info .add-number {
    width: 50%;
  }
  main .productdetailPage .shopdetail .product-more-item {
    width: 80%;
    margin: 0 auto;
  }
  main .productdetailPage .shopdetail .product-more-item .more-item-wrape .more-item-block label {
    display: flex;
    flex-direction: row;
    width: 100%;
  }
  main .productdetailPage .shopdetail .product-more-item .more-item-wrape .more-item-block label .more-item-left {
    align-items: center;
    justify-content: start;
    width: 80%;
  }
  main .productdetailPage .shopdetail .product-more-item .more-item-wrape .more-item-block label .more-item-left .more-item-box-img {
    margin: 0 15px;
  }
  main .productdetailPage .shopdetail .product-more-item .more-item-wrape .more-item-block label .more-item-left h6 {
    width: 70%;
    text-align: left;
  }
  main .productdetailPage .shopdetail .product-more-item .more-item-wrape .more-item-block label .more-item-right {
    position: relative;
    width: 20%;
  }
  main .productdetailPage .shopdetail .product-more-item .more-item-wrape .more-item-block label .more-item-right p {
    position: absolute;
    top: 35px;
    right: 30px;
  }
  main .contactPage .title-center h6 {
    font-size: 18px;
  }
  main .contactPage .contactBox {
    justify-content: center;
    gap: 40px;
    padding-bottom: 100px;
  }
  main .contactPage .contactBox .text {
    max-width: 500px;
  }
  main .contactPage .contactBox .text p {
    line-height: 2.1;
  }
  main .contactPage .contactBox .content {
    max-width: 600px;
  }
  main .contactPage .contactBox .content .formBox .formgroup {
    display: flex;
    align-items: center;
  }
  main .contactPage .contactBox .content .formBox .formgroup label {
    width: 120px;
    margin-bottom: 0;
    flex-shrink: 0;
    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-text {
    left: 65%;
    bottom: 25%;
  }
  div.carouselSlide .carousel-text .link-btn {
    padding: 20px 0;
    width: 12em;
  }
  main .processSec .flexBox .leftBox {
    background-position: center 25%;
  }
  main .processSec .flexBox .rightBox {
    padding: 100px 40px;
  }
  main .processSec .flexBox .rightBox .contentBox {
    margin: 0 10px;
    flex: 0 0 calc(20% - 20px);
  }
  main .aboutSec {
    justify-content: flex-end;
  }
  main .aboutSec .contentBox .content .text {
    padding-right: 40px;
  }
  main .aboutSec .contentBox .content .text h3 {
    font-size: 26px;
  }
  main .aboutSec .contentBox .content .text p {
    margin: 13px 0;
  }
  main .aboutSec .contentBox .content .text p:has(img) {
    margin: 30px 0 0;
  }
  main .aboutSec .contentBox .content .text p:last-child:has(img) {
    margin-top: 10px;
  }
  .contactBottom {
    padding: 120px 0 150px;
  }
  .contactBottom .contactBox .contLeft img {
    margin: 20px 0;
  }
  .contactBottom .contactBox .contLeft p {
    margin-bottom: 20px;
  }
  main .newalbumPage .contentBox .rowBox {
    max-width: 1300px;
  }
  main .newalbumPage .contentBox .rowBox .content {
    flex: 0 0 calc(33.3333% - 30px);
  }
  main .contactPage .contactBox {
    gap: 60px;
  }
}
@media only screen and (min-width: 1900px) {
  main .processSec {
    margin-top: -150px;
  }
  main .processSec .flexBox {
    display: flex;
    flex-direction: row;
  }
  main .processSec .flexBox .leftBox .title-center {
    padding-top: 40px;
  }
  main .processSec .flexBox .rightBox {
    padding: 150px 40px;
  }
  main .processSec .flexBox .rightBox .contentBox {
    max-width: 250px;
  }
  main .aboutSec .contentBox {
    margin-left: -200px;
  }
  main .aboutSec .contentBox .content .text {
    padding-left: 60px;
  }
  main .aboutSec .contentBox .content .text h3 {
    margin-bottom: 25px;
  }
  main .servicePage .product-container .product-list {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem 0;
    align-items: flex-start;
    vertical-align: top;
  }
}/*# sourceMappingURL=style.css.map */