@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;
}

html,
body {
  overflow-x: hidden;
  height: auto;
}

.site-wrapper {
  overflow-x: hidden;
  width: 100%;
  max-width: 100vw;
}

.blank {
  min-height: 100vh;
  /* 滿版高度 */
  display: flex;
  flex-direction: column;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

main,
section {
  width: 100%;
  flex: 1;
  /* 撐開內容區 */
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
  line-height: 2em;
}

h6 {
  font-size: 18px;
  line-height: 1.8em;
}

p {
  font-size: 15px;
  line-height: 1.8em;
  word-break: break-all;
  overflow-wrap: break-word;
  margin-bottom: 5px;
}

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

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

a:hover {
  color: #7ca982;
}

.fcwhite {
  color: #fff;
}

.fcblack {
  color: #000;
}

.fcred {
  color: #f11717;
}

.fcblue {
  color: #4974a5;
}

.fcgray {
  color: #666666;
}

.fclightgray {
  color: #b1b1b1;
}

.bgwhite {
  background-color: #fff;
}

.bglightgray {
  background-color: #f6f6f6;
}

.title-center {
  margin-top: 20px;
  padding: 0 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.title-center img {
  width: auto;
  height: 50px;
  align-items: center;
  max-width: 500px;
}
.title-center h6 {
  color: #b1b1b1;
}
.title-center hr {
  border: 1px solid #808080;
  width: 4em;
  margin: 10px 0;
}
.title-center p {
  margin: 10px;
  color: #888888;
}

.link-btn {
  width: 100%;
  height: auto;
  font-size: 16px;
  display: flex;
  margin: 10px 0;
  justify-content: center;
  text-align: center;
  gap: 20px;
  white-space: nowrap;
}

.link-btnLeft {
  text-align: left;
  justify-content: start;
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  margin: 30px auto;
  text-align: center;
}
.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: #000;
  float: left;
  padding: 8px 10px;
  text-decoration: none;
  line-height: 1.5em;
}
.pagination ul a.active {
  background-color: #7ca982;
  color: #fff;
}
.pagination ul li:hover a {
  background-color: #7ca982;
  color: #fff;
}

main section.container {
  margin-top: 80px;
  margin-bottom: 20px;
  width: 100%;
}
main section.container .breadcrumb {
  padding-left: 20px;
  max-width: 100%;
  color: #cccccc;
}
main section.container .breadcrumb .breadcrumb-item.active a {
  color: #cccccc;
}
main section.container .breadcrumb .breadcrumb-item.active:hover a {
  color: #7ca982;
}
main section.container .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #cccccc;
}

hr {
  opacity: 1;
  border: 1px solid #4974a5;
  margin: 10px 0;
}

.articleContent {
  margin: 0 auto;
  padding: 20px;
  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: 900px !important;
    max-height: 100% !important;
  }
  .articlecontent iframe {
    width: 100% !important;
    height: 100% !important;
  }
}
@media only screen and (max-width: 360px) {
  .carouselSlide {
    margin-top: 58px;
  }
}
@media only screen and (min-width: 361px) {
  .carouselSlide {
    margin-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%;
  }
}
@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%;
  }
  main section.container {
    margin-left: 150px;
    margin-top: 130px;
  }
  main section.container .breadcrumb {
    padding-left: 50px;
  }
  .title-center {
    margin-top: 40px;
  }
  .title-center img {
    height: 80px;
  }
  .carouselSlide {
    margin-top: 90px;
  }
}
@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%;
  }
  main section.container {
    margin-left: 250px;
  }
}
@media only screen and (min-width: 1920px) {
  .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%;
  }
  main section.container {
    margin-left: 450px;
  }
}
.carouselSlide .carousel-control-prev i,
.carouselSlide .carousel-control-next i {
  display: none;
}
.carouselSlide .carousel {
  position: relative;
}
.carouselSlide .carousel-text {
  width: 100%;
  position: absolute;
  text-align: center;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  align-items: center;
}
.carouselSlide .carousel-text h6 {
  font-weight: 500;
  font-size: 16px;
}
.carouselSlide .carousel-text p {
  font-weight: 600;
  font-size: 12px;
  margin-bottom: 0;
}

main .serviceSec .contenBox {
  margin: 15px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
main .serviceSec .contenBox .picBox {
  max-width: 400px;
}
main .serviceSec .contenBox .picBox a {
  width: 100%;
}
main .serviceSec .contenBox .picBox .boximg4x5 img {
  -o-object-fit: contain;
     object-fit: contain;
}
main .serviceSec .contenBox .picBox .text {
  margin-left: 25px;
  width: 90%;
  text-align: left;
}
main .serviceSec .contenBox .picBox .text h6 {
  margin: 10px 0;
  font-weight: normal;
}
main .courseSec {
  background-color: #dddddd;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column-reverse;
}
main .courseSec .textRight {
  padding: 30px 20px;
}
main .courseSec .textRight img {
  width: auto;
  height: 70px;
  margin-bottom: 15px;
}
main .courseSec .textRight p {
  line-height: 2em;
}
main .courseSec .textRight .text-with-button {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 20px 0 0;
  /* 缺一小段的圓框：用遮罩方式製作 */
  /*圓形轉圈動畫*/
}
main .courseSec .textRight .text-with-button .text {
  font-size: 18px;
  color: #000;
}
main .courseSec .textRight .text-with-button .circle-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #000;
  text-decoration: none;
  border-radius: 50%;
  overflow: hidden;
  transition: transform 0.3s ease, background-color 0.3s ease;
  /* icon 向右箭頭 */
}
main .courseSec .textRight .text-with-button .circle-button .icon {
  font-size: 18px;
  transition: transform 0.3s ease;
}
main .courseSec .textRight .text-with-button .circle-button::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #000;
  border-radius: 50%;
  transform: rotate(180deg);
  clip-path: polygon(0 0, 100% 0, 100% 35%, 65% 35%, 65% 65%, 100% 65%, 100% 100%, 0 100%);
  pointer-events: none;
}
main .courseSec .textRight .text-with-button .circle-button:hover::after {
  transition: transform 0.7s ease;
  transform: rotate(540deg);
}
main .courseSec .textRight .text-with-button .circle-button:hover .icon {
  transform: translateX(3px);
}
main .newSec {
  position: relative;
  width: 100%;
  padding: 20px 0;
}
main .newSec .rowBox {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 2em auto;
  margin-bottom: 0;
}
main .newSec .rowBox .contentBox {
  padding: 0 10px;
}
main .newSec .rowBox .contentBox .textBox {
  max-height: 200px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
main .newSec .rowBox .contentBox .textBox h5 {
  margin: 5px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
main .newSec .rowBox .contentBox .textBox p {
  color: #666666;
}
main .newSec .rowBox .contentBox a {
  color: #666666;
  font-weight: 400;
}
main .newSec .rowBox .contentBox:hover h5,
main .newSec .rowBox .contentBox:hover p,
main .newSec .rowBox .contentBox:hover .link-btn {
  color: #7ca982;
}
main .aboutSec .textLeft {
  text-align: center;
  margin: 20px 0;
  padding: 30px;
}
main .aboutSec .textLeft h4 {
  line-height: 3em;
  white-space: nowrap;
}
main .aboutSec .textLeft .text-with-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 20px 0 0;
  /* 缺一小段的圓框：用遮罩方式製作 */
  /*圓形轉圈動畫*/
}
main .aboutSec .textLeft .text-with-button .text {
  font-size: 18px;
  color: #000;
}
main .aboutSec .textLeft .text-with-button .circle-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #000;
  text-decoration: none;
  border-radius: 50%;
  overflow: hidden;
  transition: transform 0.3s ease, background-color 0.3s ease;
  /* icon 向右箭頭 */
}
main .aboutSec .textLeft .text-with-button .circle-button .icon {
  font-size: 18px;
  transition: transform 0.3s ease;
}
main .aboutSec .textLeft .text-with-button .circle-button::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #000;
  border-radius: 50%;
  transform: rotate(180deg);
  clip-path: polygon(0 0, 100% 0, 100% 35%, 65% 35%, 65% 65%, 100% 65%, 100% 100%, 0 100%);
  pointer-events: none;
}
main .aboutSec .textLeft .text-with-button .circle-button:hover::after {
  transition: transform 0.7s ease;
  transform: rotate(540deg);
}
main .aboutSec .textLeft .text-with-button .circle-button:hover .icon {
  transform: translateX(3px);
}
main .aboutSec .picRight img {
  width: 100%;
  height: auto;
}

aside {
  display: flex;
  position: fixed;
  flex-direction: column;
  right: 0;
  bottom: 100px;
  text-align: center;
  align-items: center;
  overflow: hidden;
  padding: 0.5em 0;
  width: 50px;
  border-radius: 10px;
  transform: scale(0.8);
  z-index: 99;
}
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;
  width: 50px;
}
aside .asideBottom a {
  display: flex;
  align-items: center;
  margin: 0;
  justify-content: center;
}
aside .asideBottom.hidden {
  opacity: 0;
  pointer-events: none;
}

.bottomContactSec {
  padding: 32px 0;
  width: 100%;
}
.bottomContactSec .content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.bottomContactSec .content .contCenter {
  margin: 30px 0;
  text-align: center;
}
.bottomContactSec .content .contCenter .imgBox {
  padding: 20px 0;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
}
.bottomContactSec .content .contCenter .imgBox img {
  width: 200px;
}
.bottomContactSec .content .contCenter p {
  white-space: nowrap;
  font-weight: 600;
}
.bottomContactSec .content .contCenter p a {
  width: auto;
  font-weight: 600;
}
.bottomContactSec .content .contCenter p a:hover {
  color: #7ca982;
  text-decoration: underline;
}
.bottomContactSec .content .contCenter a img {
  width: 250px;
  height: 250px;
}
.bottomContactSec .content .contCenter .iconBox {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}
.bottomContactSec .content .contCenter .iconBox a {
  width: auto;
}
.bottomContactSec .content .contCenter .iconBox img {
  width: 50px;
  height: auto;
}
.bottomContactSec footer {
  text-align: center;
  font-size: 12px;
}

main .aboutPage .contentBox {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 20px;
  padding: 20px;
  margin: 0 auto;
}
main .aboutPage .contentBox .picBox {
  display: flex;
  flex-direction: column;
  gap: 20px;
  /* 底下兩張圖片併排的容器 */
}
main .aboutPage .contentBox .picBox .image-row img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 500px;
}
main .aboutPage .contentBox .picBox .image-row.bottom {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
main .aboutPage .contentBox .textBox {
  margin-top: 10px;
  max-width: 500px;
  text-align: center;
}
main .aboutPage .contentBox .textBox .text {
  margin: 20px 0;
}
main .aboutPage .contentBox .textBox .text .title {
  line-height: 1.5em;
  margin-bottom: 10px;
  background-color: #7ca982;
  color: #fff;
  font-weight: 600;
  padding: 15px;
}
main .aboutPage .contentBox .textBox .text p {
  margin: 10px 0;
  line-height: 1.5em;
}
main .aboutPage .contentBox .textBox .text a {
  border: 1px solid #0b4b80;
  margin-top: 10px;
  color: #0b4b80;
}

main .servicePage .product-container {
  margin: 0 auto;
  overflow: hidden;
}
main .servicePage .product-container .product-sidebar {
  margin: 1em;
  padding: 10px;
  padding-left: 0;
}
main .servicePage .product-container .product-sidebar hr {
  width: 9em;
  border: 1px solid #4974a5;
  opacity: 1;
}
main .servicePage .product-container .product-sidebar p {
  margin: 0.5em 0;
}
main .servicePage .product-container .product-sidebar ul li {
  line-height: 2em;
  padding: 10px;
  font-size: 18px;
  cursor: pointer;
}
main .servicePage .product-container .product-sidebar ul li .dropdown-content {
  display: none;
}
main .servicePage .product-container .product-sidebar ul .aside-dropdown {
  padding: 0;
}
main .servicePage .product-container .product-sidebar ul .aside-dropdown div {
  padding: 10px;
  display: flex;
  align-items: center;
  /* 垂直置中 */
}
main .servicePage .product-container .product-sidebar ul .aside-dropdown div a {
  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 .aside-dropdown div .toggle-btn {
  flex-shrink: 0; /* 不被壓縮，保持位置 */
  margin-left: 20px;
  font-size: 24px;
  vertical-align: bottom;
}
main .servicePage .product-container .product-sidebar ul .aside-dropdown .submenu {
  display: none;
}
main .servicePage .product-container .product-sidebar ul .aside-dropdown .submenu li {
  padding-left: 20px;
}
main .servicePage .product-container .product-sidebar ul .aside-dropdown .submenu a {
  font-size: 16px;
}
main .servicePage .product-container .product-sidebar ul .aside-dropdown .submenu li:hover {
  background-color: #7ca982;
  color: #fff;
}
main .servicePage .product-container .product-sidebar ul .aside-dropdown .submenu li:hover a {
  background-color: #7ca982;
  color: #fff;
}
main .servicePage .product-container .product-sidebar ul li.filter-btn:hover,
main .servicePage .product-container .product-sidebar ul .aside-dropdown:hover div,
main .servicePage .product-container .product-sidebar ul .aside-dropdown:hover div a,
main .servicePage .product-container .product-sidebar ul .aside-dropdown.active div {
  background-color: #7ca982;
  color: #fff;
}
main .servicePage .product-container .product-sidebar ul li.filter-btn:hover a,
main .servicePage .product-container .product-sidebar ul .aside-dropdown:hover div a,
main .servicePage .product-container .product-sidebar ul .aside-dropdown.active div a {
  background-color: #7ca982;
  color: #fff;
}
main .servicePage .product-container .product-sidebar ul .dropdown-toggle:hover ul {
  display: block;
}
main .servicePage .product-container .product-sidebar ul li.dropdown-toggle::after {
  content: none;
  /* 或刪除整個這段 */
}
main .servicePage .product-container .row {
  display: flex;
  justify-content: start;
}
main .servicePage .product-container .row .product-item {
  margin: 0;
  padding: 0 5px;
}
main .servicePage .product-container .row .product-item .image-wrapper {
  position: relative;
  overflow: hidden;
}
main .servicePage .product-container .row .product-item .image-wrapper .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  /* 按鈕樣式 */
}
main .servicePage .product-container .row .product-item .image-wrapper .overlay .detail-btn {
  background-color: #fff;
  color: #000;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
  font-size: 16px;
  transition: background-color 0.3s;
}
main .servicePage .product-container .row .product-item .image-wrapper .overlay .detail-btn:hover {
  color: #fff;
  background-color: #7ca982;
  font-weight: 600;
}
main .servicePage .product-container .row .product-item .image-wrapper:hover .overlay,
main .servicePage .product-container .row .product-item .image-wrapper:active .overlay {
  opacity: 1;
}
main .servicePage .product-container .row .product-card:hover {
  background-color: transparent;
}
main .servicePage .product-container .row .product-card:hover h5,
main .servicePage .product-container .row .product-card:hover p {
  color: #4974a5;
}
main .servicePage .product-container .row .title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  width: 100%;
  font-size: 18px;
}
main .servicePage .product-container .row .card-des {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  font-size: 0.875rem;
  color: #666666;
}
main .servicePage .product-container .row .content {
  padding: 0 10px;
}
main .servicePage .product-container .row .price {
  font-weight: normal;
  width: 100%;
  height: auto;
  text-align: left;
  font-size: 17px;
  line-height: 1.5em;
}
main .servicePage .product-container .row .price span {
  font-size: 15px;
}
main .servicePage .product-container .row .price .onSale {
  color: #f11717;
}
main .servicePage .product-container .row .price:has(.onSale:not(:empty)) .default {
  text-decoration: line-through;
}
main .servicePage .product-container .row-gap-5 {
  row-gap: 3rem;
}

main .servicedetailPage .servicedetail .default-padding-md {
  padding-top: 48px;
  padding-bottom: 48px;
  margin: 0 auto;
}
main .servicedetailPage .servicedetail .default-padding-md .list-unstyle {
  padding: 0;
  margin: 0;
  list-style: none;
}
main .servicedetailPage .servicedetail .default-padding-md .list-unstyle .zoomIn a {
  position: relative;
  display: inline-block;
  width: 100%;
}
main .servicedetailPage .servicedetail .default-padding-md .list-unstyle .zoomIn a .img-wrapper {
  display: none;
}
main .servicedetailPage .servicedetail .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 .servicedetailPage .servicedetail .default-padding-md .list-unstyle .zoomIn a:hover .img-wrapper i {
  color: #fff;
  font-size: 2rem;
}
main .servicedetailPage .servicedetail .default-padding-md .lSPager li {
  aspect-ratio: 1/1;
  /* 固定1:1比例 */
  overflow: hidden;
}
main .servicedetailPage .servicedetail .default-padding-md .lSPager li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  /* 自動裁切填滿 */
}
main .servicedetailPage .servicedetail a {
  text-decoration: none;
  color: var(--bs-body-color);
}
main .servicedetailPage .servicedetail a:hover {
  color: #034D91;
}
main .servicedetailPage .servicedetail .product-info {
  display: flex;
  flex-direction: column;
  align-items: start;
  padding: 20px 40px;
}
main .servicedetailPage .servicedetail .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 .servicedetailPage .servicedetail .product-info h5 {
  line-height: 1em;
}
main .servicedetailPage .servicedetail .product-info .price {
  font-weight: normal;
  width: 100%;
  margin: 10px 0;
}
main .servicedetailPage .servicedetail .product-info .price span {
  font-size: 18px;
}
main .servicedetailPage .servicedetail .product-info .price .onSale {
  padding-left: 0;
  color: #f11717;
}
main .servicedetailPage .servicedetail .product-info .price:has(.onSale:not(:empty)) .default {
  text-decoration: line-through;
}
main .servicedetailPage .servicedetail .product-info hr {
  border-top: 1px solid #808080;
  width: 100%;
}
main .servicedetailPage .servicedetail .product-info .product-content {
  flex-grow: 1;
  padding: 1.25rem 0;
  min-height: 80px;
  max-height: 400px;
}
main .servicedetailPage .servicedetail .product-info .spec {
  margin: 0.5rem 0;
  width: 100%;
}
main .servicedetailPage .servicedetail .product-info .spec select {
  width: 100%;
  padding: 0.5rem;
}
main .servicedetailPage .servicedetail .product-info .add-number {
  display: flex;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 50%;
}
main .servicedetailPage .servicedetail .product-info .add-number label {
  margin: 0;
  padding-right: 0.5rem;
  flex-shrink: 0;
}
main .servicedetailPage .servicedetail .product-info .add-number input {
  min-height: 2rem;
  padding: 0;
  flex: 1 0 auto;
}
main .servicedetailPage .servicedetail .product-info .align-items-center {
  height: 2em;
}
main .servicedetailPage .servicedetail .product-info .align-items-center .fa-line {
  transform: scale(0.9);
}
main .servicedetailPage .servicedetail .product-more-item {
  text-align: left;
  width: 100%;
}
main .servicedetailPage .servicedetail .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 .servicedetailPage .servicedetail .product-more-item .more-item-wrape h6 {
  margin-bottom: 5px;
  font-size: 16px;
}
main .servicedetailPage .servicedetail .product-more-item .more-item-wrape .more-item-block {
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 20px;
}
main .servicedetailPage .servicedetail .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 .servicedetailPage .servicedetail .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 .servicedetailPage .servicedetail .product-more-item .more-item-wrape .more-item-block label .more-item-left input {
  margin-right: 10px;
}
main .servicedetailPage .servicedetail .product-more-item .more-item-wrape .more-item-block label .more-item-left input[type=checkbox][disabled] {
  cursor: not-allowed;
}
main .servicedetailPage .servicedetail .product-more-item .more-item-wrape .more-item-block label .more-item-left input[type=radio],
main .servicedetailPage .servicedetail .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 .servicedetailPage .servicedetail .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 .servicedetailPage .servicedetail .product-more-item .more-item-wrape .more-item-block label .more-item-left .more-item-box-img a {
  width: 100%;
}
main .servicedetailPage .servicedetail .product-more-item .more-item-wrape .more-item-block label .more-item-left h6 {
  width: 50%;
  text-align: right;
}
main .servicedetailPage .servicedetail .product-more-item .more-item-wrape .more-item-block label .more-item-right {
  position: relative;
  width: 100%;
}
main .servicedetailPage .servicedetail .product-more-item .more-item-wrape .more-item-block label .more-item-right p {
  text-align: right;
  font-weight: 500;
}
main .servicedetailPage .servicedetail .product-more-item .more-item-wrape .more-item-block:last-child {
  border-bottom: unset !important;
  padding-bottom: unset !important;
}
main .servicedetailPage .servicedetail .d-flex {
  justify-content: center;
  margin-top: 20px;
}
main .servicedetailPage .servicedetail .d-flex .link-btn {
  width: 7.5em;
  height: 3.5em;
  color: #000;
  border: 2px solid #b1b1b1;
  background-color: #fff;
  white-space: nowrap;
  align-items: center;
}
main .servicedetailPage .servicedetail .d-flex .link-btn:hover,
main .servicedetailPage .servicedetail .d-flex .link-btn.active {
  background-color: #7ca982;
  color: #fff;
}
main .servicedetailPage .servicedetail .product-detail-content {
  margin: 0 auto;
}
main .servicedetailPage .servicedetail .product-detail-content .area-title {
  border-bottom: 1px solid #000;
  padding: 8px;
  font-size: 18px;
  color: #000;
}
main .servicedetailPage .servicedetail .product-detail-content .product-detail {
  margin-top: 1.5rem;
  padding: 0;
}
main .servicedetailPage .servicedetail .product-detail-content .product-detail img {
  display: block;
  margin: 1rem 0;
}

main .blogPage .contentBox {
  position: relative;
  width: 100%;
  padding: 20px 0;
}
main .blogPage .contentBox .rowBox {
  margin: 0 auto;
}
main .blogPage .contentBox .rowBox .picBox {
  padding: 30px 40px;
  background-color: #fff;
  box-shadow: 0px 0px 8px #dddddd;
  margin: 20px auto;
  border-radius: 10px;
}
main .blogPage .contentBox .rowBox .picBox .text {
  text-align: center;
  max-height: 200px;
  overflow-y: hidden;
  text-align: left;
}
main .blogPage .contentBox .rowBox .picBox .text h5 {
  margin: 10px 0;
}
main .blogPage .contentBox .rowBox .picBox .text p {
  margin: 5px 0;
  color: gray;
}
main .blogPage .contentBox .rowBox .picBox .text p:hover {
  color: #7ca982;
}
main .blogPage .contentBox .rowBox .picBox .text:hover p {
  color: #7ca982 !important;
}

main .blogdetailPage .contentBox .title {
  margin: 20px auto;
  max-width: 900px;
}
main .blogdetailPage .contentBox .title h3 {
  margin: 15px 0;
}
main .blogdetailPage .contentBox .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 920px;
  margin: 0 auto;
}
main .blogdetailPage .contentBox .content .picBox {
  padding: 10px;
}

main .newdetailPage .articleBox {
  margin: 10px auto;
  padding: 15px;
  max-width: 1000px;
}

main .contactPage {
  /* 服務項目 - 手機版單欄 */
  /* 聯絡資訊 - 手機版單欄 */
  /* 表單 - 手機版全寬 */
}
main .contactPage .contentBox {
  max-width: 1000px;
  margin: auto;
  padding: 30px 20px;
  background: #fff;
}
main .contactPage h4 {
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 20px;
  border-bottom: 2px solid #ccc;
  padding-bottom: 8px;
}
main .contactPage .serviceBox {
  text-align: center;
  margin-bottom: 30px;
}
main .contactPage .serviceBox p {
  font-size: 16px;
  font-weight: 500;
  margin: 5px 0;
}
main .contactPage .contact-info {
  display: block;
  margin-bottom: 30px;
  text-align: center;
}
main .contactPage .contact-info .contact-left,
main .contactPage .contact-info .contact-right {
  margin-bottom: 20px;
  box-shadow: 0 0 5px #dddddd;
  border-radius: 10px;
  padding: 15px 25px;
}
main .contactPage .contact-info .contact-left p,
main .contactPage .contact-info .contact-right p {
  margin: 8px 0;
  color: #666;
}
main .contactPage .contact-info .contact-left p a,
main .contactPage .contact-info .contact-right p a {
  text-decoration: none;
  word-break: break-all;
}
main .contactPage .contact-info .contact-left p a:hover,
main .contactPage .contact-info .contact-right p a:hover {
  color: #7ca982;
  text-decoration: underline;
}
main .contactPage .contact-info .label {
  font-weight: bold;
  color: #666;
}
main .contactPage .contact-form {
  background: #f5f5f5;
  padding: 20px;
  border-radius: 8px;
}
main .contactPage .contact-form h5 {
  text-align: center;
}
main .contactPage .contact-form label {
  display: block;
  font-weight: bold;
  margin-bottom: 6px;
}
main .contactPage .contact-form input,
main .contactPage .contact-form textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
}
main .contactPage .contact-form button {
  background: #dddddd;
  color: #000;
  border: none;
  padding: 12px 20px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 4px;
  width: 100%;
}
main .contactPage .contact-form button:hover {
  color: #fff;
  background: #7ca982;
}

@media only screen and (min-width: 400px) {
  aside {
    right: 10px;
    transform: scale(1);
  }
}
@media only screen and (min-width: 768px) {
  .carouselSlide .carousel-control-prev i,
  .carouselSlide .carousel-control-next i {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.3019607843);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-size: 50% 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .carouselSlide .carousel-text {
    top: 40%;
  }
  .carouselSlide .carousel-text h6 {
    font-size: 22px;
  }
  .carouselSlide .carousel-text p {
    font-size: 16px;
    margin-bottom: 5px;
  }
  main .serviceSec .contenBox {
    justify-content: start;
  }
  main .serviceSec .contenBox .picBox {
    padding: 0 20px;
  }
  main .newSec .rowBox {
    justify-content: space-between;
  }
  main .newSec .rowBox .contentBox {
    padding: 0 20px;
  }
  .bottomContactSec .content .contCenter .imgBox {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .bottomContactSec .content .contCenter .imgBox img {
    width: 300px;
  }
  .bottomContactSec .content .contCenter p {
    font-size: 18px;
  }
  .bottomContactSec footer {
    font-size: 16px;
  }
  main .servicePage .product-container {
    display: block;
  }
  main .servicePage .product-container .row {
    justify-content: space-between;
  }
  main .servicePage .product-container .row .product-item {
    padding: 0 20px;
  }
  main .servicePage .product-container .row .title {
    font-size: 20px;
  }
  main .servicePage .product-container .row .price {
    line-height: 1.5em;
  }
  main .servicePage .product-container .row .price span {
    font-size: 18px;
  }
  main .servicedetailPage .servicedetail .product-info h4 {
    font-size: 30px;
  }
  main .servicedetailPage .servicedetail .product-info .price span {
    font-size: 20px;
  }
  main .servicedetailPage .servicedetail .product-more-item .more-item-wrape {
    padding: 20px;
  }
  main .servicedetailPage .servicedetail .product-more-item .more-item-wrape h6 {
    margin-bottom: 15px;
  }
  main .servicedetailPage .servicedetail .product-more-item .more-item-wrape .more-item-block label {
    align-items: center;
    width: 100%;
  }
  main .servicedetailPage .servicedetail .product-more-item .more-item-wrape .more-item-block label .more-item-left {
    width: 70%;
    margin-bottom: 30px;
  }
  main .servicedetailPage .servicedetail .product-more-item .more-item-wrape .more-item-block label .more-item-left .more-item-box-img {
    width: 100px;
    margin-right: 10px;
  }
  main .servicedetailPage .servicedetail .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 .servicedetailPage .servicedetail .product-more-item .more-item-wrape .more-item-block label .more-item-right {
    width: 30%;
    padding-right: 50px;
  }
  main .blogPage .contentBox .rowBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  main .blogPage .contentBox .rowBox .picBox {
    margin: 10px;
    flex: 0 0 calc(50% - 20px);
    /* 兩欄布局，扣掉間距 */
  }
  main .blogPage .contentBox .rowBox img {
    margin-bottom: 1em;
  }
  main .contactPage {
    /* 聯絡資訊 - 兩欄 */
    /* 表單 - 桌機版可適度縮小寬度置中 */
  }
  main .contactPage h4 {
    font-size: 28px;
    margin-bottom: 30px;
  }
  main .contactPage .serviceBox {
    font-size: 18px;
    margin-bottom: 40px;
  }
  main .contactPage .contact-info {
    display: flex;
    justify-content: center;
    gap: 20px;
  }
  main .contactPage .contact-left,
  main .contactPage .contact-right {
    flex: 1;
    max-width: 380px;
  }
  main .contactPage .contact-form {
    max-width: 600px;
    margin: auto;
  }
}
@media only screen and (min-width: 992px) {
  main .serviceSec .contenBox {
    max-width: 1200px;
  }
  main .courseSec {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
  }
  main .newSec .rowBox {
    justify-content: space-evenly;
    max-width: 1200px;
  }
  main .aboutSec {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
  }
  main .aboutSec .textLeft {
    padding: 0;
  }
  main .aboutSec .textLeft h4 {
    line-height: 5em;
  }
  main .aboutSec .textLeft h6 {
    line-height: 2.5em;
  }
  main .aboutSec .picRight {
    display: flex;
    justify-content: flex-end;
  }
  main .aboutSec .picRight img {
    width: auto;
    max-height: 500px;
  }
  main .aboutPage .contentBox {
    flex-direction: row;
    justify-content: center;
  }
  main .aboutPage .contentBox .picBox {
    align-items: center;
  }
  main .aboutPage .contentBox .picBox .image-row img {
    max-width: 520px;
  }
  main .aboutPage .contentBox .picBox .image-row.top {
    margin-bottom: 10px;
  }
  main .aboutPage .contentBox .picBox .image-row.top img {
    width: 100%;
  }
  main .aboutPage .contentBox .picBox .image-row.bottom {
    flex-direction: row;
  }
  main .aboutPage .contentBox .picBox .image-row.bottom img {
    width: 48%;
    max-width: 250px;
  }
  main .aboutPage .contentBox .textBox {
    max-width: 650px;
  }
  main .aboutPage .contentBox .textBox .text {
    margin-bottom: 50px;
  }
  main .servicePage .product-container {
    display: flex;
  }
  main .servicePage .product-container .product-sidebar {
    max-width: 250px;
  }
  main .servicePage .product-container .row {
    justify-content: start;
  }
  main .servicePage .product-container .row .product-item {
    padding: 0 20px;
  }
  main .servicePage .product-container .row .title {
    font-size: 20px;
  }
  main .servicePage .product-container .row .price br {
    display: none;
  }
  main .servicedetailPage .servicedetail .product-info .add-number {
    width: 50%;
  }
  main .servicedetailPage .servicedetail .product-more-item {
    width: 80%;
    margin: 0 auto;
  }
  main .servicedetailPage .servicedetail .product-more-item .more-item-wrape .more-item-block label {
    display: flex;
    flex-direction: row;
    width: 100%;
  }
  main .servicedetailPage .servicedetail .product-more-item .more-item-wrape .more-item-block label .more-item-left {
    align-items: center;
    justify-content: start;
    width: 80%;
  }
  main .servicedetailPage .servicedetail .product-more-item .more-item-wrape .more-item-block label .more-item-left .more-item-box-img {
    margin: 0 15px;
  }
  main .servicedetailPage .servicedetail .product-more-item .more-item-wrape .more-item-block label .more-item-left h6 {
    width: 70%;
    text-align: left;
  }
  main .servicedetailPage .servicedetail .product-more-item .more-item-wrape .more-item-block label .more-item-right {
    position: relative;
    width: 20%;
  }
  main .servicedetailPage .servicedetail .product-more-item .more-item-wrape .more-item-block label .more-item-right p {
    position: absolute;
    top: 35px;
    right: 30px;
  }
  main .blogPage .contentBox .rowBox {
    max-width: 1400px;
  }
  main .blogPage .contentBox .rowBox .picBox {
    margin: 20px;
    flex: 0 0 calc(33.333% - 40px);
    /* 兩欄布局，扣掉間距 */
  }
}
@media only screen and (min-width: 1400px) {
  main .courseSec {
    justify-content: start;
    align-items: center;
  }
  main .courseSec .textRight {
    max-width: 750px;
    margin-left: 20px;
  }
  main .courseSec .text-with-button {
    margin: 25px 0;
  }
  main .aboutSec .picRight img {
    width: auto;
    max-height: 700px;
  }
  main .aboutPage .content .textstyle .boxRow {
    justify-content: start;
  }
  main .aboutPage .content .textstyle .boxRow .textBox {
    padding: 40px 0;
  }
  main .aboutPage .content .textstyle .boxRow .textBox hr {
    margin: 30px 20px;
  }
  main .servicePage .product-list {
    gap: 10px;
  }
  main .servicePage .product-container .row {
    gap: 0;
    row-gap: 3rem;
  }
  main .servicedetailPage .servicedetail .container {
    max-width: 1250px;
  }
}/*# sourceMappingURL=style.css.map */