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

.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;
  /* 撐開內容區 */
}

body {
  padding-top: 65px;
}

h2 {
  font-size: 26px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
  line-height: 1.5em;
}

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

p {
  font-size: 14.3px;
  line-height: 1.5em;
  word-break: break-all;
  overflow-wrap: break-word;
  margin-bottom: 5px;
  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: #beaa6b;
  --color2: #43496b;
  --color3: #d2be82;
  --color4: #baa771;
  --color5: #292b3b;
}

.fcwhite {
  color: #fff;
}

.fcblack {
  color: #000;
}

.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 h5 {
  margin: 10px 0;
}
.title-center p {
  margin: 10px 0;
}

.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: 1em;
}

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

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

.topBox {
  background-image: url(../images/top-pic.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  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: #43496b;
  font-weight: 800;
}
.topBox section {
  flex: none;
}

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

.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: 20px 20px 35px;
  max-width: 900px;
}
.articlecontent img {
  width: 100% !important;
  height: auto !important;
  display: block;
}
.articlecontent iframe {
  width: 100% !important;
  height: 100% !important;
}

@media (min-width: 992px) {
  .articlecontent {
    padding: 40px;
  }
  .articlecontent img {
    max-width: 1000px !important;
    max-height: 100% !important;
  }
  .articlecontent iframe {
    width: 100% !important;
    height: 100% !important;
  }
}
@media only screen and (max-width: 360px) {
  body {
    padding-top: 50px;
  }
}
@media only screen and (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: 22px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 18px;
    line-height: 2em;
  }
  h6 {
    font-size: 16px;
  }
  p {
    font-size: 16px;
    line-height: 1.8em;
  }
  .title-center img {
    max-height: 60px;
  }
  .link-btn {
    font-size: 18px;
  }
  .link-btn-left {
    font-size: 16px;
  }
  .breadcrumbRight {
    justify-content: space-around;
  }
  .topBox {
    height: 250px;
  }
  .topBox h2 {
    font-size: 35px;
  }
}
@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;
  }
  .topBox {
    margin-bottom: 30px;
  }
  body {
    padding-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%;
  }
  .breadcrumbRight {
    margin-left: 0;
  }
  .topBox h3 {
    font-size: 26px;
  }
}
@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 button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
div.carouselSlide .carousel-control-prev-icon,
div.carouselSlide .carousel-control-next-icon {
  background-color: #000;
  color: #FFF;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-size: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
}

main .serviceSec {
  padding: 30px 0;
  background-image: url(../images/service-bg.png);
  background-size: cover;
  background-position: center bottom;
}
main .serviceSec .contenBox {
  margin: 25px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 20px;
}
main .serviceSec .contenBox .picBox {
  max-width: 350px;
  position: relative;
  margin: 10px;
  flex: 0 0 calc(50% - 20px);
  /* hover 效果：圖片＋文字往左上移，背後區塊也一起移 */
}
main .serviceSec .contenBox .picBox a {
  width: 100%;
}
main .serviceSec .contenBox .picBox .button-wrapper {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
main .serviceSec .contenBox .picBox .button-wrapper .button-content {
  position: relative;
  z-index: 2;
  display: inline-block;
  transition: transform 0.2s ease;
}
main .serviceSec .contenBox .picBox .button-wrapper .button-content img {
  display: block;
  border-radius: 10px;
}
main .serviceSec .contenBox .picBox .button-wrapper .button-content .button-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
  pointer-events: none;
  width: 85%;
}
main .serviceSec .contenBox .picBox .button-wrapper .button-content .button-text h4 {
  margin-bottom: 5px;
  font-weight: 800;
  font-size: 14.8px;
}
main .serviceSec .contenBox .picBox .button-wrapper .button-shadow {
  position: absolute;
  top: 4px;
  left: 8px;
  width: 100%;
  height: 100%;
  background-color: #d2be82;
  z-index: -1;
  transition: all 0.2s ease;
  border-radius: 10px;
}
main .serviceSec .contenBox .picBox .button-wrapper:hover .button-content {
  transform: translate(0px, 4px);
}
main .serviceSec .contenBox .picBox .button-wrapper:hover .button-shadow {
  transform: translate(-4px, 0px);
}
main .aboutSec {
  width: 100%;
  padding: 20px 0;
}
main .aboutSec .contentBox {
  margin: 0 auto;
  padding: 20px 0;
}
main .aboutSec .contentBox img {
  max-width: 100px;
  margin: 15px 0 30px;
}
main .aboutSec .contentBox h3 {
  color: #beaa6b;
  font-weight: 400;
}
main .aboutSec .contentBox h3:nth-of-type(2) {
  margin-bottom: 20px;
}
main .aboutSec .contentBox p {
  margin: 10px 0;
}
main .aboutSec .contentBox p:nth-of-type(2) {
  margin-top: 0;
  margin-bottom: 20px;
}
main .aboutSec .contentBox ul li {
  line-height: 1.8em;
  list-style: disc;
  list-style-position: inside;
  font-size: 14px;
  color: #43496b;
}
main .processSec {
  width: 100%;
  text-align: center;
  padding: 30px 0;
}
main .processSec img.process-title {
  max-width: 100px;
  max-height: 40px;
}
main .processSec .contentBox {
  padding: 20px;
}
main .processSec .contentBox .rowBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 20px;
  margin: 20px 0;
}
main .processSec .contentBox .rowBox .textBox {
  border: 1px solid #d2be82;
  max-width: 300px;
  text-align: left;
}
main .processSec .contentBox .rowBox .textBox h3 {
  padding: 10px 19px;
  display: inline-block;
  background-color: #d2be82;
}
main .processSec .contentBox .rowBox .textBox img {
  width: auto;
  height: 30%;
  max-height: 70px;
  display: block;
  margin: 10px auto;
}
main .processSec .contentBox .rowBox .textBox h4 {
  text-align: center;
  line-height: 2em;
}
main .processSec .contentBox .rowBox .textBox p {
  padding: 10px 20px;
}
main .processSec .contentBox .memoBox {
  background-color: #f1f1f1;
  padding: 20px;
  padding-bottom: 35px;
  border-radius: 20px;
  margin: 0 auto;
  text-align: left;
}
main .processSec .contentBox .memoBox h5 {
  color: #d2be82;
  line-height: 2em;
  display: flex;
  align-items: center;
  margin: 15px 0 0;
  font-weight: 700;
}
main .processSec .contentBox .memoBox h5 i {
  margin-right: 10px;
}
main .processSec .contentBox .memoBox ul li {
  list-style: disc;
  list-style-position: inside;
  font-size: 14px;
}
main .whySec {
  width: 100%;
  padding: 50px 0 80px;
  background-image: url(../images/why-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
main .whySec .title-center h5 {
  color: #d2be82;
  font-style: italic;
  font-weight: 700;
}
main .whySec .flexBox {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: flex-start;
  row-gap: 10px;
}
main .whySec .flexBox .contentBox {
  padding: 0 10px 10px;
}
main .whySec .flexBox .contentBox img {
  border-radius: 15px;
}
main .whySec .flexBox .contentBox .textBox {
  padding: 0 10px;
  text-align: center;
}
main .whySec .flexBox .contentBox .textBox h5 {
  color: #a15904;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
}
main .contactSec {
  padding: 30px 0 50px;
}
main .contactSec .title-center {
  text-align: center;
  padding: 0;
  margin: 0 auto;
  max-width: 700px;
}
main .contactSec .title-center h5 {
  color: #d2be82;
  font-style: italic;
  font-weight: 700;
}
main .contactSec .title-center h4 {
  margin: 20px 0;
  font-weight: 700;
}
main .contactSec .title-center .link-btn {
  margin: 10px auto;
  background-color: #d2be82;
  border-radius: 10px;
  font-weight: 700;
  color: #292b3b;
  align-items: end;
  text-align: start;
}
main .contactSec .title-center .link-btn i {
  width: 1em;
}
main .contactSec .title-center .link-btn:hover {
  background-color: #292b3b;
  color: #d2be82;
}
main .contactSec .box {
  height: 300px;
}

.contactBottom {
  padding: 50px 0;
  border-top: 1px solid #b2b2b2;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  row-gap: 30px;
  align-items: center;
}
.contactBottom .contLeft {
  max-width: 350px;
}
.contactBottom .contLeft img {
  width: 60%;
  text-align: center;
  max-width: 300px;
  height: auto;
  margin: 10px 0 20px;
}
.contactBottom .contCenter {
  justify-content: start;
  max-width: 350px;
}
.contactBottom .contCenter h6 {
  margin-bottom: 10px;
}
.contactBottom .contCenter p {
  line-height: 2em;
  margin: 5px 0;
}
.contactBottom .contCenter p span {
  color: #baa771;
  display: inline-block;
  width: 6.5em;
  white-space: nowrap;
}
.contactBottom .contCenter p span i {
  display: inline-block;
  width: 1.2em;
  margin-right: 2px;
}
.contactBottom .contRight {
  display: flex;
  justify-content: center;
  max-width: 350px;
}

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

.remark {
  background-color: #292b3b;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
  row-gap: 10px;
}
.remark .link-btn {
  background-color: #d2be82;
}
.remark .text {
  color: #fff;
  padding: 5px 15px;
}

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.7);
  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;
}
aside .asideBottom a {
  display: flex;
  align-items: center;
  margin: 0;
  justify-content: center;
}
aside .asideBottom.hidden {
  opacity: 0;
  pointer-events: none;
}

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

main .servicePage .contentBox {
  padding: 60px 0;
  line-height: 1.8;
}
main .servicePage .contentBox .title {
  max-width: 900px;
  margin: 0 auto 50px;
  text-align: center;
}
main .servicePage .contentBox .title img {
  width: 50%;
  max-width: 180px;
  margin-bottom: 5px;
}
main .servicePage .contentBox .title h4 {
  line-height: 1.8em;
  color: #292b3b;
  font-style: italic;
}
main .servicePage .contentBox .service-item {
  display: flex;
  flex-direction: column;
  margin: 40px 0;
  row-gap: 30px;
  position: relative;
}
main .servicePage .contentBox .service-item .service-img {
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
  position: relative;
}
main .servicePage .contentBox .service-item .service-img img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
main .servicePage .contentBox .service-item .service-img .button-shadow {
  position: absolute;
  top: 8px;
  left: 8px;
  width: 100%;
  height: 100%;
  background-color: #d2be82;
  z-index: -1;
  transition: all 0.2s ease;
}
main .servicePage .contentBox .service-item .service-text {
  max-width: 400px;
  margin: 0 auto;
  padding: 10px;
}
main .servicePage .contentBox .service-item .service-text h6 {
  color: #2b2a2a;
  margin: 10px 0;
}
main .servicePage .contentBox .service-item .service-text ul {
  margin-top: 20px;
  padding-left: 10px;
  list-style: disc;
  color: #333;
  border: 2px solid #d2be82;
  border-radius: 15px;
  padding: 10px;
}
main .servicePage .contentBox .service-item .service-text ul li {
  margin-bottom: 6px;
  font-size: 13.5px;
}

main .processPage .contentBox .title {
  max-width: 900px;
  margin: 30px auto;
  text-align: center;
}
main .processPage .contentBox .title img {
  width: 45%;
  max-width: 180px;
  margin-bottom: 5px;
}
main .processPage .contentBox .rowBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px 0 40px;
}
main .processPage .contentBox .rowBox .textBox {
  padding: 30px 10px;
  padding-right: 15px;
  position: relative;
  border-left: 1px solid #292b3b;
}
main .processPage .contentBox .rowBox .textBox .text {
  margin-left: 5px;
}
main .processPage .contentBox .rowBox .textBox .text h4 {
  margin: 10px 0;
  color: #242f40;
}
main .processPage .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: #d2be82;
  background-color: #292b3b;
}

main .faqPage .title-center img {
  width: 45%;
  max-width: 200px;
  margin-bottom: 5px;
}
main .faqPage .qaAccordin {
  margin: 20px auto 40px;
  max-width: 900px;
  padding-bottom: 30px;
}
main .faqPage .qaAccordin .qa-item {
  border: 1px solid #43496b;
  background-color: #fff;
  margin-bottom: 10px;
  border-radius: 5px;
  overflow: hidden;
}
main .faqPage .qaAccordin .qa-item .question {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-weight: bold;
  padding: 30px;
  color: #000;
  background-color: #fff;
  position: relative;
  transition: background-color 0.3s, color 0.3s;
}
main .faqPage .qaAccordin .qa-item .question .icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  background-color: #eaeaea;
  color: #43496b;
  text-align: center;
  line-height: 24px;
  border-radius: 4px;
  flex-shrink: 0;
  transition: background-color 0.3s, color 0.3s;
}
main .faqPage .qaAccordin .qa-item .question.active {
  background-color: #43496b;
  color: #fff;
}
main .faqPage .qaAccordin .qa-item .question.active .icon {
  background-color: #fff;
  color: #43496b;
}
main .faqPage .qaAccordin .qa-item .answer {
  display: none;
  padding: 16px;
  padding-top: 0;
  padding-left: 25px;
  background-color: #43496b;
  color: #fff;
  transition: all 0.5s ease-in;
  font-size: 14px;
}
main .faqPage .qaAccordin .qa-item .answer.show {
  transition: all 0.5s ease-in;
  display: block;
}

main .newPage .product-container {
  margin: 0 auto;
  overflow: hidden;
  padding-top: 60px;
}
main .newPage .product-container .product-sidebar {
  margin: 1em;
  padding: 10px;
  padding-left: 0;
}
main .newPage .product-container .product-sidebar hr {
  width: 9em;
  border: 1px solid #4974a5;
  opacity: 1;
}
main .newPage .product-container .product-sidebar h3 {
  margin: 0.5em 0;
  color: #242f40;
}
main .newPage .product-container .product-sidebar ul li {
  line-height: 2em;
  padding: 10px;
  cursor: pointer;
  position: relative;
}
main .newPage .product-container .product-sidebar ul li .dropdown-content {
  display: none;
}
main .newPage .product-container .product-sidebar ul li.filter-btn {
  padding-left: 15px;
}
main .newPage .product-container .product-sidebar ul li.filter-btn:hover,
main .newPage .product-container .product-sidebar ul li.filter-btn.active,
main .newPage .product-container .product-sidebar ul li.aside-dropdown:hover {
  color: #baa771;
  font-weight: 700;
}
main .newPage .product-container .product-sidebar ul li.aside-dropdown:hover > a {
  font-weight: 700;
}
main .newPage .product-container .product-sidebar ul li.filter-btn:hover::before,
main .newPage .product-container .product-sidebar ul .active::before,
main .newPage .product-container .product-sidebar ul li.aside-dropdown:hover::before {
  content: "|";
  width: 1em;
  background-color: #baa771;
  margin-right: 10px;
}
main .newPage .product-container .product-sidebar ul li.filter-btn::before,
main .newPage .product-container .product-sidebar ul li.aside-dropdown::before {
  content: "|";
  transform: scaleX(0);
  transform-origin: left;
  display: inline-block;
  margin-right: 10px;
  color: #baa771;
  transition: transform 0.5s ease;
}
main .newPage .product-container .product-sidebar ul li.filter-btn:hover::before,
main .newPage .product-container .product-sidebar ul li.filter-btn.active::before,
main .newPage .product-container .product-sidebar ul li.aside-dropdown:hover::before {
  transform: scaleX(1);
}
main .newPage .product-container .product-sidebar ul .submenu {
  display: none;
  padding-left: 30px;
}
main .newPage .product-container .product-sidebar ul .submenu a {
  color: #333;
  font-size: 16px;
  font-weight: normal;
}
main .newPage .product-container .product-sidebar ul .submenu a:hover {
  color: #baa771;
  font-weight: 600;
}
main .newPage .product-container .product-sidebar ul .aside-dropdown .toggle-btn {
  position: absolute;
  right: 50px;
  top: 25px;
  transform: translateY(-50%);
  font-weight: bold;
  cursor: pointer;
}
main .newPage .product-container .product-sidebar ul .dropdown-toggle:hover ul.submenu {
  display: block;
}
main .newPage .product-container .product-sidebar ul li.dropdown-toggle::after {
  content: none;
  /* 或刪除整個這段 */
}
main .newPage .product-container .row {
  display: flex;
  justify-content: start;
}
main .newPage .product-container .row .product-item {
  margin: 0;
  padding: 0 5px;
}
main .newPage .product-container .row .product-item .image-wrapper {
  position: relative;
  overflow: hidden;
}
main .newPage .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.5s ease;
  /* 按鈕樣式 */
}
main .newPage .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: 14px;
  transition: background-color 0.3s;
}
main .newPage .product-container .row .product-item .image-wrapper .overlay .detail-btn:hover {
  color: #baa771;
  background-color: #292b3b;
  font-weight: 600;
  transition: all 0.5s ease;
}
main .newPage .product-container .row .product-item .image-wrapper:hover .overlay,
main .newPage .product-container .row .product-item .image-wrapper:active .overlay {
  opacity: 1;
}
main .newPage .product-container .row .product-card:hover {
  background-color: transparent;
}
main .newPage .product-container .row .product-card:hover h5,
main .newPage .product-container .row .product-card:hover p {
  color: #4974a5;
}
main .newPage .product-container .row .title {
  padding: 3px 7px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  width: 100%;
}
main .newPage .product-container .row .card-des {
  padding: 0 3px 0 7px;
  line-height: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  color: #666666;
}
main .newPage .product-container .row .product-item:nth-of-type(2n) .title {
  padding: 3px 0;
  padding-right: 3px;
}
main .newPage .product-container .row .product-item:nth-of-type(2n) .card-des {
  padding: 0;
  padding-right: 3px;
}
main .newPage .product-container .row .price {
  font-weight: normal;
  width: 100%;
  height: auto;
  text-align: left;
  font-size: 17px;
  line-height: 1.5em;
}
main .newPage .product-container .row .price span {
  font-size: 15px;
}
main .newPage .product-container .row .price .onSale {
  color: #f11717;
}
main .newPage .product-container .row .price:has(.onSale:not(:empty)) .default {
  text-decoration: line-through;
}
main .newPage .product-container .row-gap-5 {
  row-gap: 3rem;
}

main .articlePage .articleBox {
  margin: 10px auto;
}
main .articlePage .articleBox .articlecontent {
  max-width: 900px;
}

main .contactPage .title-center {
  margin: 10px 0;
  color: #43496b;
}
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 {
  padding: 10px 0;
  margin: 10px 0;
  color: #292b3b;
  border-bottom: 1px solid #d2be82;
}
main .contactPage .contactBox .text p {
  line-height: 1.8em;
}
main .contactPage .contactBox .text p i {
  display: inline-block;
  width: 1.5em;
  color: #baa771;
}
main .contactPage .contactBox .content {
  border: 1px solid #beaa6b;
  border-radius: 10px;
  background-color: #fff;
  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: #292b3b;
}
main .contactPage .contactBox .content .formBox .formgroup {
  margin: 1.5rem 0;
}
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 input[type=text],
main .contactPage .contactBox .content .formBox .formgroup input[type=tel],
main .contactPage .contactBox .content .formBox .formgroup textarea {
  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 {
  border-color: #00417d;
  outline: none;
}
main .contactPage .contactBox .content .formBox .formgroup textarea {
  resize: vertical;
}
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: #292b3b;
  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: #292b3b;
}
main .contactPage .contactBox .content::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 10px;
  left: 10px;
  border-radius: 10px;
  border: 1px solid #beaa6b;
  background-color: #d2be82;
  z-index: -1;
}

@media only screen and (min-width: 768px) {
  div.carouselSlide .carousel-control-prev-icon,
  div.carouselSlide .carousel-control-next-icon {
    width: 50px;
    height: 50px;
  }
  main .serviceSec {
    padding-bottom: 80px;
  }
  main .serviceSec .contenBox {
    justify-content: center;
  }
  main .serviceSec .contenBox .picBox {
    padding: 0 20px;
  }
  main .serviceSec .contenBox .picBox .button-wrapper .button-content .button-text h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  main .aboutSec .contentBox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 600px;
  }
  main .aboutSec .contentBox img {
    max-width: 150px;
  }
  main .aboutSec .contentBox ul li {
    font-size: 16px;
  }
  main .aboutSec .contentBox .link-button {
    gap: 20px;
  }
  main .aboutSec .contentBox .link-button .link-btn {
    gap: 10px;
    font-size: 15px;
  }
  main .processSec {
    padding: 30px 0;
    text-align: left;
  }
  main .processSec img.process-title {
    margin-left: 40px;
    max-width: 150px;
    max-height: 60px;
  }
  main .processSec .contentBox .rowBox {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  main .processSec .contentBox .rowBox .textBox {
    max-width: 500px;
    margin: 10px;
    flex: 0 0 calc(50% - 20px);
    /* 兩欄布局，扣掉間距 */
    min-height: 300px;
  }
  main .processSec .contentBox .rowBox .textBox img {
    max-height: 80px;
  }
  main .processSec .contentBox .rowBox .textBox p {
    padding: 10px 25px;
  }
  main .processSec .contentBox .memoBox ul li {
    font-size: 16px;
  }
  main .whySec .flexBox {
    max-width: 800px;
    margin: 0 auto;
  }
  main .contactSec .title-center br {
    display: none;
  }
  main .contactSec .title-center .link-button {
    display: flex;
    justify-content: center;
  }
  main .contactSec .title-center .link-button .link-btn {
    margin: 20px 5px;
  }
  footer {
    font-size: 16px;
  }
  aside {
    right: 10px;
    transform: scale(1);
  }
  main .aboutPage .contentBox .about-features .flexBox {
    justify-content: center;
  }
  main .aboutPage .contentBox .about-features .flexBox .content .textBox {
    padding: 0 40px;
  }
  main .aboutPage .contentBox .about-features .flexBox .content .textBox h5 {
    font-size: 18px;
  }
  main .processPage .contentBox .rowBox .textBox .icon {
    left: -20px;
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
  main .albumPage .contentBox .rowBox {
    justify-content: flex-start;
  }
  main .albumPage .contentBox .rowBox .picBox {
    margin: 10px;
    flex: 0 0 calc(40% - 20px);
    /* 兩欄布局，扣掉間距 */
  }
  main .albumPage .contentBox .rowBox img {
    margin-bottom: 1em;
  }
  main .newPage .product-container {
    display: block;
  }
  main .newPage .product-container .product-sidebar {
    max-width: 400px;
  }
  main .newPage .product-container .product-sidebar li {
    font-size: 18px;
  }
  main .newPage .product-container .row {
    justify-content: space-between;
  }
  main .newPage .product-container .row .product-item {
    padding: 0 20px;
  }
  main .newPage .product-container .row .title {
    font-size: 18px;
  }
  main .newPage .product-container .row .card-des {
    font-size: 14px;
  }
  main .newPage .product-container .row .price {
    line-height: 1.5em;
  }
  main .newPage .product-container .row .price span {
    font-size: 18px;
  }
  main .contactPage .contactBox .text p {
    font-size: 17px;
  }
}
@media only screen and (min-width: 992px) {
  main .serviceSec .contenBox {
    max-width: 1200px;
  }
  main .serviceSec .contenBox .picBox .button-wrapper .button-content .button-text h4 {
    font-size: 20px;
  }
  main .aboutSec {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: end;
  }
  main .aboutSec .picBox {
    align-items: center;
    display: flex;
    justify-content: flex-end;
  }
  main .aboutSec .contentBox {
    margin: 0;
    padding: 0;
    padding-left: 40px;
    padding-right: 20px;
    max-width: 650px;
  }
  main .aboutSec .contentBox .link-button {
    justify-content: start;
    gap: 20px;
  }
  main .processSec {
    padding: 40px 0;
  }
  main .processSec img.process-title {
    margin-left: 15%;
  }
  main .processSec .contentBox {
    display: flex;
    justify-content: center;
    gap: 10px;
  }
  main .processSec .contentBox .rowBox {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  main .processSec .contentBox .rowBox .textBox {
    max-width: 400px;
    min-height: 300px;
  }
  main .processSec .contentBox .rowBox .textBox p {
    padding: 10px 25px;
  }
  main .processSec .contentBox .memoBox {
    margin: 35px 0;
    padding: 30px;
    padding-bottom: 45px;
    max-width: 400px;
    max-height: 37em;
  }
  main .processSec .contentBox .memoBox .text h5 {
    font-size: 22px;
  }
  main .whySec .title-center h5 {
    font-size: 22px;
  }
  main .whySec .flexBox {
    max-width: 1300px;
  }
  main .whySec .flexBox .contentBox {
    max-width: 400px;
  }
  main .contactSec .title-center h5 {
    font-size: 22px;
  }
  .contactBottom {
    flex-direction: row;
    gap: 30px;
  }
  .contactBottom .contCenter {
    max-width: 320px;
  }
  .remark {
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
  }
  main .aboutPage .contentBox .about-content {
    display: flex;
    justify-content: center;
    gap: 10px;
  }
  main .aboutPage .contentBox .about-content img {
    height: auto;
  }
  main .aboutPage .contentBox .about-content .textBox {
    padding: 0 15px;
  }
  main .aboutPage .contentBox .about-content img,
  main .aboutPage .contentBox .about-content .textBox {
    margin: 10px 0;
  }
  main .aboutPage .contentBox .about-features {
    margin: 80px auto;
    max-width: 1300px;
    grid-template-columns: repeat(4, 1fr);
  }
  main .servicePage .contentBox .title h4 {
    font-size: 22px;
  }
  main .servicePage .contentBox .service-item {
    justify-content: center;
    flex-direction: row;
    align-items: flex-start;
    gap: 40px;
  }
  main .servicePage .contentBox .service-item .service-img {
    text-align: right;
    margin: 0;
  }
  main .servicePage .contentBox .service-item .service-text {
    margin: 0;
    max-width: 500px;
    padding-right: 55px;
  }
  main .servicePage .contentBox .service-item .service-text ul li {
    font-size: 16px;
  }
  main .servicePage .contentBox .service-item.reverse {
    flex-direction: row-reverse;
  }
  main .servicePage .contentBox .service-item.reverse .service-text {
    padding-left: 55px;
    padding-right: 0;
  }
  main .processPage .contentBox .title h4 {
    font-size: 22px;
  }
  main .processPage .contentBox .rowBox .textBox .text {
    padding: 25px 20px;
    margin-left: 30px;
  }
  main .processPage .contentBox .rowBox .textBox .text h4 {
    font-size: 22px;
  }
  main .processPage .contentBox .rowBox .textBox .text p {
    font-size: 17px;
  }
  main .processPage .contentBox .rowBox .textBox .icon {
    left: -25px;
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
  main .newPage .product-container {
    display: flex;
  }
  main .newPage .product-container .product-sidebar {
    max-width: 250px;
  }
  main .newPage .product-container .row {
    justify-content: start;
  }
  main .newPage .product-container .row .product-item {
    padding: 0 20px;
  }
  main .newPage .product-container .row .price br {
    display: none;
  }
  main .contactPage .title-center h6 {
    font-size: 18px;
  }
  main .contactPage .contactBox {
    justify-content: center;
    padding-bottom: 100px;
  }
  main .contactPage .contactBox .text {
    max-width: 450px;
    padding-right: 0;
  }
  main .contactPage .contactBox .text p {
    line-height: 2.1em;
  }
  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) {
  main .aboutSec .picBox img {
    max-width: 1400px;
  }
  main .aboutSec .contentBox p {
    font-size: 18px;
  }
  main .aboutSec .contentBox ul li {
    font-size: 18px;
  }
  main .processSec img.process-title {
    margin-left: 17%;
  }
  main .contactSec .box {
    height: 600px;
  }
  .contactBottom .contRight {
    justify-content: start;
  }
  main .aboutPage .contentBox .about-content {
    gap: 50px;
    align-items: center;
  }
  main .aboutPage .contentBox .about-content h6 {
    font-size: 18px;
  }
  main .servicePage .contentBox .service-item {
    gap: 40px;
  }
  main .servicePage .contentBox .service-item .service-text {
    max-width: 600px;
  }
  main .newPage .product-list {
    gap: 10px;
  }
  main .newPage .product-container .row {
    gap: 0;
    row-gap: 3rem;
  }
}
@media only screen and (min-width: 1920px) {
  main .aboutSec {
    align-items: start;
  }
  main .aboutSec .contentBox {
    margin-left: 80px;
  }
  main .processSec .contentBox {
    gap: 20px;
  }
  main .processSec .contentBox .rowBox .textBox {
    flex: 0 0 calc(33.333% - 20px);
    min-height: 300px;
  }
  main .processSec .contentBox .memoBox {
    margin: 40px 0;
  }
  main .houseSec .flexBox .contentBox .textBox p {
    padding: 0 25px;
  }
}/*# sourceMappingURL=style.css.map */