@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;
  -webkit-text-size-adjust: 100%;
}

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

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: 14px;
  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: #f5c400;
  --color2: #001840;
  --color3: #102a71;
}

.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: 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: #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-position: 50% 70%;
  width: 100%;
  height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  padding: 30px 0;
  row-gap: 20px;
}
.topBox h3 {
  color: #102a71;
  font-weight: 700;
}
.topBox section {
  flex: none;
}

.container {
  text-align: center;
}
.container .breadcrumb {
  justify-content: center;
  margin: 0;
  color: #979797;
}
.container .breadcrumb .breadcrumb-item a {
  font-size: 14px;
}
.container .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: 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: 24px;
  }
  h4 {
    font-size: 22px;
  }
  h5 {
    font-size: 20px;
    line-height: 2em;
  }
  h6 {
    font-size: 18px;
  }
  p {
    font-size: 16px;
    line-height: 1.8em;
  }
  .title-center img {
    max-height: 50px;
  }
  .link-btn {
    font-size: 18px;
  }
  .link-btn-left {
    font-size: 16px;
  }
  .breadcrumbRight {
    justify-content: space-around;
  }
  .topBox {
    height: 200px;
  }
  .topBox h2 {
    font-size: 35px;
  }
  body {
    padding-top: 138px;
  }
}
@media only screen and (min-width: 915px) {
  body {
    padding-top: 94px;
  }
}
@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;
  }
  .topBox h3 {
    font-size: 30px;
  }
  body {
    padding-top: 94px;
  }
}
@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: 89px;
  }
  .title-center img {
    max-height: 65px;
  }
}
@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 .aboutSec {
  background-image: url(../images/about-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 100px 10px;
  text-align: center;
  position: relative;
}
main .aboutSec .textBox {
  margin: 0 auto;
}
main .aboutSec .textBox img {
  width: 70%;
  max-width: 350px;
  margin: 20px 0;
}
main .aboutSec::before {
  content: "";
  position: absolute;
  bottom: 0;
  z-index: 999;
  width: 3px;
  height: 70px;
  background-color: #f5c400;
}
main .serviceSec {
  width: 100%;
  padding: 50px 0;
  position: relative;
  text-align: center;
  background-image: url(../images/service-bg.png);
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: right bottom;
}
main .serviceSec .title-center p {
  color: #f5c400;
  font-size: 12px;
  margin-bottom: 0;
}
main .serviceSec .title-center h4 {
  font-weight: 700;
}
main .serviceSec .contentBox {
  width: 100%;
  padding: 60px 0 30px;
}
main .serviceSec .contentBox .textBox {
  margin: 10px auto 20px;
  text-align: center;
  max-width: 900px;
}
main .serviceSec .contentBox .textBox h6 {
  font-weight: normal;
}
main .serviceSec .contentBox .rowBox {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
}
main .serviceSec .contentBox .rowBox .picBox {
  background-color: #fff;
  box-shadow: 0px 0px 8px #dddddd;
  margin: 0 auto;
  border-radius: 10px;
  position: relative;
  min-height: 300px;
  overflow: hidden;
  align-items: flex-start;
}
main .serviceSec .contentBox .rowBox .picBox .boximg5x4 {
  border-radius: 10px;
}
main .serviceSec .contentBox .rowBox .picBox .text {
  text-align: left;
  padding: 30px 20px;
  min-height: 20%;
  max-height: 350px;
  overflow-y: hidden;
  clip-path: polygon(0 0%, 100% 15%, 100% 100%, 0% 100%);
  background-color: #f5c400;
  position: absolute;
  width: 100%;
  bottom: 0;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  transform: scale(1.01);
}
main .serviceSec .contentBox .rowBox .picBox .text h4 {
  padding: 15px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  font-size: 22px;
  font-weight: 700;
}
main .serviceSec .contentBox .rowBox .picBox .text .line {
  position: relative;
  height: 1px;
  background: #000;
  margin: 10px 0;
}
main .serviceSec .contentBox .rowBox .picBox .text .line::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  /* 一開始在最左邊 */
  width: 15%;
  height: 8px;
  background: #000;
  transform: translateY(-50%);
  transition: left 0.6s ease;
}
main .serviceSec .contentBox .rowBox .picBox .text p {
  line-height: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
main .serviceSec .contentBox .rowBox .picBox a:hover h4,
main .serviceSec .contentBox .rowBox .picBox a:hover p {
  color: #000;
}
main .serviceSec .contentBox .rowBox .picBox:hover .line::after {
  left: 85%;
  /* 100% - 粗線寬度 */
}
main .serviceSec::before {
  position: absolute;
  content: "";
  top: 0;
  z-index: 999;
  width: 3px;
  height: 50px;
  background-color: #f5c400;
}
main .choiceSec {
  width: 100%;
  padding: 80px 0 50px;
  text-align: center;
  background-image: url(../images/choice-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  position: relative;
}
main .choiceSec .flexBox {
  margin: 0 auto;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 20px;
}
main .choiceSec .flexBox .contentBox {
  padding: 0 10px 10px;
}
main .choiceSec .flexBox .contentBox img {
  width: 80%;
  margin-bottom: 10px;
  max-width: 200px;
}
main .choiceSec .flexBox .contentBox h5 {
  color: #001840;
}
main .choiceSec .flexBox .contentBox p {
  font-weight: 500;
  padding: 0 10px;
}
main .choiceSec .flexBox .contentBox br {
  display: none;
}
main .choiceSec::before {
  content: "";
  position: absolute;
  top: 0;
  z-index: 999;
  width: 3px;
  height: 70px;
  background-color: #f5c400;
}
main .faqSec {
  padding: 20px 0 50px;
}
main .faqSec .title-center img {
  max-height: 50px;
}
main .faqSec .faq {
  max-width: 900px;
  margin: 10px auto;
}
main .faqSec .faq .faq-item {
  border-bottom: 1px solid #ddd;
}
main .faqSec .faq .faq-item:last-child {
  border: none;
}
main .faqSec .faq .faq-question {
  background: #001840;
  color: #fff;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
main .faqSec .faq .faq-question .arrow {
  transition: transform 0.3s ease;
}
main .faqSec .faq .faq-question.active .arrow {
  transform: rotate(180deg);
}
main .faqSec .faq .faq-answer {
  background: #fff;
  color: #666;
  padding: 0 15px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
}
main .faqSec .faq .faq-answer.open {
  padding: 15px;
  max-height: 500px;
  /* 足夠大，避免文字被截斷 */
}
main .contactSec {
  width: 100%;
  padding: 20px 0 0;
  background-color: #f5c400;
}
main .contactSec .contentBox {
  margin: 0 auto;
  padding: 20px 0;
}
main .contactSec .contentBox h3 {
  color: #fff;
  font-weight: 800;
  font-size: 24px;
}
main .contactSec .contentBox h6 {
  color: #102a71;
  margin-bottom: 10px;
  font-weight: 600;
}
main .contactSec .contentBox .link-button {
  margin: 20px 0;
}
main .contactSec .contentBox .link-button .link-btn {
  background-image: url(../images/contact-button1.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  width: auto;
  padding: 20px 0;
}
main .contactSec .contentBox .link-button .link-btn:nth-of-type(2) {
  background-image: url(../images/contact-button2.png);
}
main .contactSec .contentBox .link-button .link-btn:hover {
  background-image: url(../images/contact-button1-hover.png);
}
main .contactSec .contentBox .link-button .link-btn:nth-of-type(2):hover {
  background-image: url(../images/contact-button2-hover.png);
}
main .caseSec {
  width: 100%;
  padding: 30px 0;
  margin-bottom: 50px;
}
main .caseSec .contentOwl {
  padding: 10px 40px 20px;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  position: relative;
  margin: 0 auto;
  max-width: 400px;
  /* hover / focus 狀態顯示效果（鍵盤或手機點擊一樣會觸發 focus-within） */
  /* 圖片可加一點亮度變化（不動 transform 就不會壓過你的置中） */
}
main .caseSec .contentOwl .picBox {
  width: 100%;
  margin: 0 auto;
  /* 黑色透明遮罩 */
  /* 右上角「+」 */
}
main .caseSec .contentOwl .picBox .boximg4x5 img {
  transition: transform 1s ease;
  /* 變慢：1秒 */
}
main .caseSec .contentOwl .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 .caseSec .contentOwl .picBox .boximg4x5::before {
  content: "\f002";
  /* Font Awesome search icon */
  font-family: "Font Awesome 6 Free";
  /* 或 "Font Awesome 5 Free" */
  position: absolute;
  top: 50%;
  left: 50%;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 700;
  font-size: 30px;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.9);
  transition: opacity 0.3s ease, transform 0.5s ease;
  pointer-events: none;
  /* 點 + 一樣會觸發 a（fancybox） */
  z-index: 2;
}
main .caseSec .contentOwl .picBox h6 {
  margin: 10px 0;
  color: #102a71;
}
main .caseSec .contentOwl .picBox:hover .boximg4x5::after,
main .caseSec .contentOwl .picBox:focus-within .boximg4x5::after {
  opacity: 1;
}
main .caseSec .contentOwl .picBox:hover .boximg4x5::before,
main .caseSec .contentOwl .picBox:focus-within .boximg4x5::before {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  /* 保持 translate */
}
main .caseSec .contentOwl .picBox:hover .boximg4x5 img,
main .caseSec .contentOwl .picBox:focus-within .boximg4x5 img {
  filter: brightness(0.85);
}
main .caseSec .contentOwl .picBox:hover .boximg4x5 img,
main .caseSec .contentOwl .picBox:focus-within .boximg4x5 img {
  transform: translate(-50%, -50%) scale(1.2);
  /* 注意：合併在一起 */
}
main .caseSec .contentOwl a:hover {
  color: #000;
}
main .caseSec .contentOwl .owl-carousel {
  position: relative;
  overflow: visible;
}
main .caseSec .contentOwl .owl-nav {
  position: absolute;
  top: 40%;
  width: 100%;
  display: flex;
}
main .caseSec .contentOwl .owl-nav .owl-prev,
main .caseSec .contentOwl .owl-nav .owl-next {
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: #c0c0c0;
  color: #fff;
  font-size: 20px;
}
main .caseSec .contentOwl .owl-nav .owl-next {
  right: 0;
}
main .caseSec .contentOwl .owl-nav .owl-prev:hover,
main .caseSec .contentOwl .owl-nav .owl-next:hover {
  color: #fff;
  background-color: #f5c400;
}
main .caseSec .contentOwl .owl-carousel .owl-item {
  max-width: 400px;
}
main .caseSec .contentOwl .owl-dots {
  display: flex !important;
  justify-content: center;
  gap: 8px;
  margin-top: 15px;
  flex-direction: row !important;
  position: relative;
}
main .caseSec .contentOwl .owl-dots .owl-dot {
  display: inline-block;
}
main .caseSec .contentOwl .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: #999;
  display: block;
  border-radius: 50%;
}
main .caseSec .contentOwl .owl-dots .owl-dot.active span {
  background: #333;
}
main .processSec {
  width: 100%;
  padding: 50px 0;
  background-image: url(../images/process-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
main .processSec .flexBox {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
  align-items: end;
  row-gap: 10px;
}
main .processSec .flexBox .contentBox {
  padding: 0 0 10px;
}
main .processSec .flexBox .contentBox img {
  width: 80%;
  margin-bottom: 10px;
  max-width: 300px;
}
main .processSec .flexBox .contentBox .textBox {
  padding: 0 10px;
  text-align: center;
}
main .processSec .flexBox .contentBox .textBox h5 {
  color: #a15904;
  font-size: 14px;
}
main .processSec .flexBox .contentBox .textBox p {
  height: 3em;
}

.contactBottom {
  padding: 40px 0;
  background-color: #001840;
}
.contactBottom .contText {
  margin: 0 auto;
  text-align: center;
}
.contactBottom .contText img {
  width: 50%;
  max-width: 230px;
  margin: 25px 0;
}
.contactBottom .contText h6 {
  color: #f5c400;
  line-height: 1.5em;
}
.contactBottom .contText .text {
  margin-bottom: 30px;
}
.contactBottom .contText p {
  color: #fff;
}
.contactBottom .contText .imgBox {
  display: flex;
  gap: 15px;
}
.contactBottom .contText .imgBox img {
  width: 40px;
}

footer {
  border-top: 1px solid #fff;
  background-color: #001840;
  color: #fff;
  line-height: 3em;
  text-align: center;
  font-size: 14px;
}

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: 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 .about-content img {
  margin: 20px auto;
}
main .aboutPage .contentBox .about-content .textBox {
  margin: 10px auto;
  padding: 0 10px;
}
main .aboutPage .contentBox .about-content .textBox img {
  width: 70%;
  max-width: 200px;
}
main .aboutPage .contentBox .about-content .textBox h6 {
  line-height: 1.5em;
}
main .aboutPage .contentBox .about-content .textBox .text {
  margin-bottom: 20px;
}
main .aboutPage .contentBox .about-business {
  background-image: url(../images/aboutPage-bg.jpg);
  background-size: 100% 50%;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding: 50px 20px;
  text-align: center;
}
main .aboutPage .contentBox .about-business .title-center h3 {
  color: #001840;
}
main .aboutPage .contentBox .about-business .title-center p {
  color: #f5c400;
  font-weight: 600;
}
main .aboutPage .contentBox .about-business .textBox {
  margin: 40px auto;
}
main .aboutPage .contentBox .about-business .textBox .card {
  margin: 10px auto;
  padding: 30px;
  text-align: center;
  background-color: #F2EDEA;
  border: none;
  border-radius: 0;
}
main .aboutPage .contentBox .about-business .textBox .card h5 {
  padding: 20px 0;
  color: #001840;
}
main .aboutPage .contentBox .about-business .textBox .card p {
  padding: 20px 0;
}
main .aboutPage .contentBox .about-business .bottomP {
  color: #fff;
  font-weight: 600;
}
main .aboutPage .contentBox .about-promise {
  background-image: url(../images/aboutPage-bg1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 0;
}
main .aboutPage .contentBox .about-promise .title-center h3 {
  color: #001840;
}
main .aboutPage .contentBox .about-promise .title-center p {
  color: #f5c400;
  font-weight: 700;
  text-shadow: 0px 0px 10px rgb(0, 0, 0);
}
main .aboutPage .contentBox .about-promise .rowBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
main .aboutPage .contentBox .about-promise .rowBox .textBox {
  padding: 20px;
  max-width: 280px;
}
main .aboutPage .contentBox .about-promise .rowBox .textBox h3 {
  color: #f5c400;
  font-size: 30px;
  text-shadow: 0px 0px 10px rgb(0, 0, 0);
}
main .aboutPage .contentBox .about-promise .rowBox .textBox h3 span {
  color: #001840;
  font-size: 20px;
  padding-left: 10px;
  text-shadow: none;
}
main .aboutPage .contentBox .about-promise .rowBox .textBox p {
  color: #001840;
}
main .aboutPage .contentBox .about-phone {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 40px 0;
  gap: 20px;
}
main .aboutPage .contentBox .about-phone h3 {
  color: #001840;
  margin: 10px 0;
}
main .aboutPage .contentBox .about-phone .contentBox {
  padding: 20px 0;
  max-width: 320px;
}
main .aboutPage .contentBox .about-phone .phoneBox {
  padding: 20px 0;
  max-width: 320px;
}
main .aboutPage .contentBox .about-phone .phoneBox .link-button {
  margin: 20px 0;
}
main .aboutPage .contentBox .about-phone .phoneBox .link-button .link-btn {
  background-image: url(../images/aboutPage-button1.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  width: auto;
  padding: 25px 0;
}
main .aboutPage .contentBox .about-phone .phoneBox .link-button .link-btn:nth-of-type(2) {
  background-image: url(../images/aboutPage-button2.png);
}
main .aboutPage .contentBox .about-phone .phoneBox .link-button .link-btn:hover {
  background-image: url(../images/aboutPage-button1-hover.png);
}
main .aboutPage .contentBox .about-phone .phoneBox .link-button .link-btn:nth-of-type(2):hover {
  background-image: url(../images/aboutPage-button2-hover.png);
}

main .servicePage .contentBox {
  width: 100%;
  padding: 60px 0 30px;
}
main .servicePage .contentBox .textBox {
  margin: 10px auto 20px;
  text-align: center;
  max-width: 900px;
}
main .servicePage .contentBox .textBox h6 {
  font-weight: normal;
}
main .servicePage .contentBox .rowBox {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
}
main .servicePage .contentBox .rowBox .picBox {
  background-color: #fff;
  box-shadow: 0px 0px 8px #dddddd;
  margin: 0 auto;
  border-radius: 10px;
  position: relative;
  min-height: 450px;
  overflow: hidden;
  align-items: flex-start;
}
main .servicePage .contentBox .rowBox .picBox .boximg5x4 {
  border-radius: 10px;
}
main .servicePage .contentBox .rowBox .picBox .text {
  padding: 30px 20px;
  min-height: 360px;
  max-height: 360px;
  overflow-y: hidden;
  clip-path: polygon(0 0%, 100% 15%, 100% 100%, 0% 100%);
  background-color: #f5c400;
  position: absolute;
  width: 100%;
  bottom: 0;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  transform: scale(1.01);
}
main .servicePage .contentBox .rowBox .picBox .text h4 {
  padding: 5px 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  font-size: 22px;
  font-weight: 700;
}
main .servicePage .contentBox .rowBox .picBox .text .line {
  position: relative;
  height: 1px;
  background: #000;
  margin: 10px 0;
}
main .servicePage .contentBox .rowBox .picBox .text .line::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  /* 一開始在最左邊 */
  width: 15%;
  height: 8px;
  background: #000;
  transform: translateY(-50%);
  transition: left 0.6s ease;
}
main .servicePage .contentBox .rowBox .picBox .text p {
  line-height: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
main .servicePage .contentBox .rowBox .picBox a:hover h4,
main .servicePage .contentBox .rowBox .picBox a:hover p {
  color: #001840;
}
main .servicePage .contentBox .rowBox .picBox:hover .line::after {
  left: 85%;
  /* 100% - 粗線寬度 */
}

main .photoPage .contentBox {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
main .photoPage .contentBox .title {
  margin: 0 auto 20px;
  padding-bottom: 30px;
  max-width: 900px;
  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: 1100px;
  margin: 10px auto 30px;
  /* hover / focus 狀態顯示效果（鍵盤或手機點擊一樣會觸發 focus-within） */
  /* 圖片可加一點亮度變化（不動 transform 就不會壓過你的置中） */
}
main .photoPage .contentBox .content .picBox {
  padding: 10px;
  position: relative;
  /* 讓遮罩能定位 */
  overflow: hidden;
  /* 黑色透明遮罩 */
  /* 右上角「+」 */
}
main .photoPage .contentBox .content .picBox h6 {
  padding: 0 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  margin: 0;
}
main .photoPage .contentBox .content .picBox p {
  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 {
  transition: transform 1s ease;
  /* 變慢：1秒 */
}
main .photoPage .contentBox .content .picBox .boximg1x1::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 .photoPage .contentBox .content .picBox .boximg1x1::before {
  content: "+";
  position: absolute;
  top: 10px;
  right: 10px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #edb558;
  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 .faqPage .faq {
  max-width: 900px;
  margin: 0 auto;
  padding: 80px 0;
}
main .faqPage .faq .faq-item {
  border-bottom: 1px solid #ddd;
}
main .faqPage .faq .faq-item:last-child {
  border: none;
}
main .faqPage .faq .faq-question {
  background: #001840;
  color: #fff;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
main .faqPage .faq .faq-question .arrow {
  transition: transform 0.3s ease;
}
main .faqPage .faq .faq-question.active .arrow {
  transform: rotate(180deg);
}
main .faqPage .faq .faq-answer {
  background: #fff;
  color: #666;
  padding: 0 15px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
}
main .faqPage .faq .faq-answer.open {
  padding: 15px;
  max-height: 500px;
  /* 足夠大，避免文字被截斷 */
}

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;
}
main .newalbumPage .contentBox .rowBox .content {
  padding: 0 10px;
}
main .newalbumPage .contentBox .rowBox .content .imgWrapper {
  position: relative;
  overflow: hidden;
}
main .newalbumPage .contentBox .rowBox .content .imgWrapper .more {
  position: absolute;
  bottom: -72px;
  overflow: hidden;
  width: 100%;
  padding: 15px 0;
  text-align: center;
  color: #001840;
  font-weight: 700;
  background-color: rgba(255, 255, 255, 0.5058823529);
  transition: all 0.5s ease;
}
main .newalbumPage .contentBox .rowBox .content .textBox {
  max-height: 200px;
  text-align: left;
  padding: 0 10px;
}
main .newalbumPage .contentBox .rowBox .content .textBox h5 {
  line-height: 1.8em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
main .newalbumPage .contentBox .rowBox .content .textBox p {
  color: #666666;
}
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.5em;
}
main .newalbumPage .contentBox .rowBox a:hover {
  color: #000;
}
main .newalbumPage .contentBox .rowBox .content:hover .more {
  bottom: 0;
}

main .articlePage {
  background-image: url(../images/article-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 70%;
  background-position: bottom;
}
main .articlePage .articleBox {
  margin: 20px auto;
}
main .articlePage .articleBox .articlecontent {
  padding-top: 60px;
}
main .articlePage .link-button {
  display: flex;
  justify-content: flex-start;
  margin: 10px auto;
  padding: 20px;
  gap: 20px;
  max-width: 850px;
}
main .articlePage .link-button .link-btn {
  border-radius: 40px;
  align-items: center;
  justify-content: center;
  font-style: italic;
  color: #242f40;
  border: 1px solid #000;
  width: 9em;
}
main .articlePage .link-button .link-btn:hover {
  background-color: #242f40;
  color: #edb558;
}
main .articlePage .link-button .arrow {
  position: relative;
  display: inline-block;
  /* 讓圓點能定位 */
  z-index: 1;
  font-size: 20px;
  font-style: normal;
}
main .articlePage .link-button .arrow::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: #edb558;
  border-radius: 50%;
  left: 75%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0.3;
}
main .articlePage .contactBox {
  background-color: #242f40;
  color: #fff;
  text-align: center;
  padding: 40px 20px;
}
main .articlePage .contactBox h3 {
  margin: 25px 0;
}
main .articlePage .contactBox a:hover {
  color: #edb558;
}

/* 無障礙：若使用者偏好減少動效，僅保留淡入 */
@media (prefers-reduced-motion: reduce) {
  .boximg1x1 img {
    transition: none;
  }
  .boximg1x1::before,
  .boximg1x1::after {
    transition: opacity 0.2s linear;
  }
}
main .contactPage .contentBox {
  padding: 0 0 60px;
  line-height: 1.8;
}
main .contactPage .contentBox .content {
  margin: 30px auto;
  padding: 40px 0;
}
main .contactPage .contentBox .content .map {
  position: relative;
}
main .contactPage .contentBox .content .map img {
  position: absolute;
  left: 0;
  top: -60px;
  z-index: -1;
  max-width: 400px;
}
main .contactPage .contentBox .content .textBox {
  margin: 10px auto;
}
main .contactPage .contentBox .content .textBox .text {
  margin: 10px 0;
  display: flex;
  flex-direction: column;
  vertical-align: middle;
  justify-content: flex-start;
  text-align: start;
}
main .contactPage .contentBox .content .textBox .text .title-h5 {
  margin: 10px 0;
  display: inline-flex;
  align-items: center;
  text-align: start;
}
main .contactPage .contentBox .content .textBox .text .title-h5 span {
  line-height: 40px;
  font-size: inherit;
  line-height: 1;
}
main .contactPage .contentBox .content .textBox .text i {
  margin-right: 10px;
}
main .contactPage .contentBox .content .textBox .iconBox {
  margin: 40px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
main .contactPage .contentBox .content .textBox .iconBox i {
  display: block;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  background-color: #001840;
}
main .contactPage .contentBox .content .textBox .iconBox i:hover {
  background-color: #f5c400;
  transition: background-color 0.8s ease;
}

@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 .contentBox .rowBox {
    justify-content: flex-start;
  }
  main .serviceSec .contentBox .rowBox .picBox {
    min-height: 400px;
    margin: 10px;
    flex: 0 0 calc(50% - 20px);
    /* 兩欄布局，扣掉間距 */
  }
  main .serviceSec .contentBox .rowBox .picBox .text {
    min-height: 200px;
    max-height: 250px;
  }
  main .serviceSec .contentBox .rowBox img {
    margin-bottom: 1em;
  }
  main .choiceSec .flexBox {
    gap: 20px;
  }
  main .choiceSec .flexBox .contentBox br {
    display: block;
  }
  main .contactSec .contentBox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 600px;
  }
  main .contactSec .contentBox img {
    max-width: 150px;
  }
  main .contactSec .contentBox .link-button {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  main .contactSec .contentBox .link-button .link-btn {
    padding: 40px 35px 40px 60px;
    width: 250px;
    font-size: 15px;
  }
  main .caseSec .contentOwl {
    padding: 20px 50px;
    max-width: 1000px;
  }
  main .caseSec .contentOwl .picBox {
    width: 90%;
  }
  main .processSec .flexBox {
    max-width: 800px;
    margin: 40px auto;
  }
  main .processSec .flexBox .contentBox .textBox {
    padding: 0 20px;
  }
  main .processSec .flexBox .contentBox .textBox h5 {
    font-size: 18px;
  }
  .contactBottom .contText {
    padding: 0 30px;
  }
  .contactBottom .contText h5 {
    line-height: 1.8em;
  }
  .contactBottom .contText p {
    font-size: 17px;
  }
  footer {
    font-size: 16px;
  }
  aside {
    right: 10px;
    transform: scale(1);
  }
  main .aboutPage .contentBox .about-business .textBox {
    display: flex;
    flex-wrap: wrap;
  }
  main .aboutPage .contentBox .about-promise .rowBox .textBox {
    max-width: 350px;
  }
  main .aboutPage .contentBox .about-phone .contentBox {
    max-width: 400px;
  }
  main .aboutPage .contentBox .about-phone .phoneBox {
    max-width: 600px;
  }
  main .aboutPage .contentBox .about-phone .phoneBox .link-button .link-btn {
    width: 250px;
    font-size: 15px;
  }
  main .servicePage .contentBox .rowBox {
    justify-content: flex-start;
  }
  main .servicePage .contentBox .rowBox .picBox {
    min-height: 500px;
    margin: 10px;
    flex: 0 0 calc(50% - 20px);
    /* 兩欄布局，扣掉間距 */
  }
  main .servicePage .contentBox .rowBox .picBox .text {
    min-height: 380px;
    max-height: 400px;
  }
  main .servicePage .contentBox .rowBox img {
    margin-bottom: 1em;
  }
  main .newalbumPage .contentBox .rowBox {
    justify-content: flex-start;
  }
  main .newalbumPage .contentBox .rowBox .content {
    flex: 0 0 calc(50% - 30px);
    padding: 0;
    margin: 15px;
  }
  main .contactPage .contentBox .content {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  main .contactPage .contentBox .content .map img {
    top: -17%;
    max-width: 700px;
  }
  main .contactPage .contentBox .content .textBox {
    padding-left: 40px;
    margin: 10px 0;
  }
  main .contactPage .contentBox .content .textBox .iconBox {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 992px) {
  main .serviceSec {
    background-size: 50%;
  }
  main .serviceSec .title-center p {
    font-size: 18px;
  }
  main .serviceSec .title-center h4 {
    font-size: 40px;
  }
  main .serviceSec .contentBox .rowBox {
    max-width: 1500px;
  }
  main .choiceSec {
    padding-bottom: 100px;
  }
  main .choiceSec .flexBox .contentBox {
    padding: 0 20px;
  }
  main .faqSec {
    padding: 60px 0 90px;
  }
  main .faqSec .title-center img {
    max-height: 80px;
  }
  main .faqSec .faq .faq-item .faq-question,
  main .faqSec .faq .faq-item .faq-answer {
    font-size: 18px;
  }
  main .contactSec {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: end;
  }
  main .contactSec .picBox {
    align-items: center;
    display: flex;
    justify-content: flex-end;
  }
  main .contactSec .contentBox {
    margin: auto 0;
    padding: 30px 20px 30px 40px;
    max-width: 450px;
  }
  main .contactSec .contentBox h3 {
    font-size: 30px;
  }
  main .contactSec .contentBox .link-button {
    justify-content: start;
    gap: 0;
  }
  main .contactSec .contentBox .link-button .link-btn {
    margin: 0;
  }
  main .contactSec .contentBox h5 {
    font-weight: 700;
  }
  main .caseSec .contentOwl {
    width: 100%;
    max-width: 1400px;
  }
  main .processSec .flexBox {
    max-width: 1300px;
  }
  main .processSec .flexBox .contentBox {
    max-width: 400px;
  }
  main .processSec .flexBox .contentBox .textBox p {
    padding: 0 10px;
  }
  main .aboutPage .contentBox .about-content {
    display: flex;
    justify-content: flex-end;
  }
  main .aboutPage .contentBox .about-content img {
    height: auto;
  }
  main .aboutPage .contentBox .about-content img,
  main .aboutPage .contentBox .about-content .textBox {
    margin: 10px 0;
  }
  main .aboutPage .contentBox .about-content .textBox img,
  main .aboutPage .contentBox .about-content .textBox .text {
    margin-bottom: 40px;
  }
  main .aboutPage .contentBox .about-business {
    padding: 70px 20px;
  }
  main .aboutPage .contentBox .about-business .title-center h3 {
    font-size: 30px;
  }
  main .aboutPage .contentBox .about-business .title-center p {
    font-size: 18px;
  }
  main .aboutPage .contentBox .about-business .textBox {
    max-width: 1300px;
    margin: 10px auto;
  }
  main .aboutPage .contentBox .about-business .textBox .card {
    padding: 50px 30px;
    margin: 20px;
    flex: 0 0 calc(25% - 40px);
  }
  main .aboutPage .contentBox .about-business .textBox .card h5 {
    padding: 30px 0 20px;
  }
  main .aboutPage .contentBox .about-business .bottomP {
    font-size: 18px;
  }
  main .aboutPage .contentBox .about-promise .title-center h3 {
    font-size: 30px;
  }
  main .aboutPage .contentBox .about-promise .title-center p {
    font-size: 18px;
  }
  main .aboutPage .contentBox .about-promise .rowBox {
    justify-content: flex-start;
    align-items: center;
    max-width: 1150px;
    margin: 10px auto;
  }
  main .aboutPage .contentBox .about-promise .rowBox .textBox {
    margin: 20px;
    flex: 0 0 calc(33.3333% - 40px);
  }
  main .aboutPage .contentBox .about-promise .rowBox .textBox h3 {
    font-size: 45px;
  }
  main .aboutPage .contentBox .about-promise .rowBox .textBox h3 span {
    font-size: 22px;
  }
  main .aboutPage .contentBox .about-promise .rowBox .textBox p {
    font-size: 17px;
  }
  main .aboutPage .contentBox .about-phone .phoneBox .link-button {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    gap: 0;
  }
  main .aboutPage .contentBox .about-phone .phoneBox .link-button .link-btn {
    margin: 0;
  }
  main .servicePage .contentBox .rowBox .picBox .text {
    min-height: 300px;
    max-height: 300px;
  }
  main .faqPage .faq .faq-item .faq-question,
  main .faqPage .faq .faq-item .faq-answer {
    font-size: 18px;
  }
  main .newalbumPage .contentBox .rowBox .content .imgWrapper .more {
    font-size: 18px;
  }
  main .articlePage .link-button .link-btn {
    font-size: 18px;
  }
  main .articlePage .contactBox .rowBox {
    display: flex;
    justify-content: space-around;
    max-width: 900px;
    margin: 20px auto;
  }
  main .contactPage .contentBox .content .map img {
    top: -20%;
  }
  main .contactPage .contentBox .content .textBox {
    padding-left: 70px;
  }
  main .contactPage .contentBox .content .textBox .iconBox {
    gap: 20px;
  }
  main .contactPage .contentBox .content .textBox .iconBox i {
    font-size: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}
@media only screen and (min-width: 1400px) {
  main .aboutSec {
    padding: 130px 0;
  }
  main .aboutSec .textBox img {
    margin: 40px 0;
  }
  main .aboutSec .textBox p {
    font-size: 18px;
  }
  main .aboutSec::before {
    height: 100px;
  }
  main .serviceSec .contentBox .rowBox .picBox {
    margin: 20px;
    flex: 0 0 calc(33.333% - 40px);
    /* 兩欄布局，扣掉間距 */
  }
  main .serviceSec .contentBox .rowBox .picBox .text h4 {
    font-size: 30px;
  }
  main .choiceSec .flexBox {
    gap: 0;
  }
  main .contactSec .picBox {
    max-width: 1200px;
  }
  main .contactSec .contentBox {
    max-width: 600px;
    align-items: start;
  }
  main .contactSec .contentBox h3 {
    font-size: 40px;
  }
  main .contactSec .contentBox h6 {
    font-size: 20px;
    margin-bottom: 50px;
  }
  main .contactSec .contentBox p {
    font-size: 18px;
  }
  main .contactSec .contentBox .link-button {
    gap: 10px;
    margin: 40px 0;
  }
  main .aboutPage .contentBox .about-content {
    gap: 50px;
    align-items: center;
  }
  main .aboutPage .contentBox .about-phone {
    padding: 60px 0;
  }
  main .aboutPage .contentBox .about-phone .contentBox {
    max-width: 400px;
  }
  main .aboutPage .contentBox .about-phone .phoneBox {
    max-width: 550px;
  }
  main .servicePage .contentBox .rowBox {
    max-width: 1500px;
  }
  main .servicePage .contentBox .rowBox .picBox {
    margin: 20px;
    flex: 0 0 calc(33.333% - 40px);
    /* 兩欄布局，扣掉間距 */
  }
  main .servicePage .contentBox .rowBox .picBox .text {
    min-height: 320px;
    max-height: 320px;
  }
  main .servicePage .contentBox .rowBox .picBox .text h4 {
    font-size: 28px;
  }
  main .newalbumPage .contentBox .rowBox {
    max-width: 1300px;
  }
  main .newalbumPage .contentBox .rowBox .content {
    flex: 0 0 calc(33.3333% - 30px);
  }
  main .contactPage .contentBox .content .map img {
    top: -25%;
  }
}
@media only screen and (min-width: 1920px) {
  main .aboutSec {
    background-position: center right;
  }
  main .choiceSec .flexBox {
    max-width: 1200px;
  }
  main .contactSec {
    align-items: start;
  }
  main .contactSec .contentBox {
    margin-right: 60px;
  }
  main .processSec .flexBox .contentBox .textBox p {
    padding: 0 25px;
  }
}/*# sourceMappingURL=style.css.map */