@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Red+Hat+Text:ital,wght@0,300..700;1,300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Titan+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=LXGW+WenKai+Mono+TC&display=swap");
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
header,
footer,
menu,
nav,
main,
aside,
article,
p,
a,
ul,
ol,
li,
table,
tr,
td,
th,
input,
button,
form,
img,
div,
span {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: inherit;
  list-style: none;
  text-decoration: none;
  font-family: "Noto Sans TC", "Times New Roman", "微軟正黑體";
}

html {
  scroll-behavior: smooth;
  text-size-adjust: 100%;
  /* 標準屬性 */
  -webkit-text-size-adjust: 100%;
  /* Safari/Chrome */
  -moz-text-size-adjust: 100%;
  /* Firefox Android */
  -ms-text-size-adjust: 100%;
  /* 舊 IE/Edge */
}

html,
body {
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  /* iOS、Android 禁止自動字體縮放 */
}

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

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

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

h2 {
  font-size: 26px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
}

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

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

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

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

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

a.flexbox {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

a:hover {
  color: #666666;
}

:root {
  --color1: #1e59b5;
  --color2: #f2c549;
  --color3: #c0cfe8;
  --color4: #bf9b5c;
  --color5: #ffb92e;
}

.title-center {
  margin: 30px auto;
  text-align: center;
  padding: 0 10px;
}
.title-center img {
  width: auto;
  align-items: center;
  max-height: 35px;
}
.title-center h3 {
  font-size: 35px;
  font-weight: 800;
  color: #324158;
}
.title-center p {
  margin: 10px 0;
  color: #000;
  vertical-align: top;
}
.title-center p .bar {
  position: relative;
  top: -2px;
}

.link-btn {
  width: 10em;
  height: auto;
  font-size: 14px;
  display: flex;
  padding: 15px 0;
  margin: 10px 0;
  justify-content: center;
  text-align: center;
  gap: 10px;
  white-space: nowrap;
  line-height: 1.5;
  cursor: pointer;
  color: #324158;
  border: 1px solid #000;
}
.link-btn img {
  width: auto;
  height: 20px;
}
.link-btn i {
  padding-left: 15px;
  line-height: 1.5;
}

.link-btn:hover {
  color: #fff;
  background-color: #324158;
}

.link-btn-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #333333;
  transition: all 0.8s ease;
  margin: 15px 0;
}

.link-btn-icon::before {
  content: "";
  display: inline-block;
  width: 80px;
  height: 12px;
  position: relative;
  background: linear-gradient(to right, #333333 0 70%, transparent 70%) left center no-repeat;
  /* 線段 */
  background-size: 80px 1px;
  /* 線條寬度 */
  transition: all 0.8s ease;
}

.link-btn-icon::after {
  content: "";
  position: absolute;
  left: 50px;
  width: 15px;
  height: 15px;
  border: 1px solid #333333;
  box-sizing: border-box;
  transition: all 0.8s ease;
}

.link-btn-icon:hover {
  color: #666666;
}

.link-btn-icon:hover::before {
  background-size: 85px 1px;
  /* 線條延伸 */
}

.link-btn-icon:hover::after {
  background-color: #1e1e1e;
  transform: translateX(9px);
}

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

.pagination {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  margin: 30px auto;
  text-align: center;
  padding: 20px 0;
}
.pagination ul {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.pagination ul li {
  display: inline;
}
.pagination ul a {
  margin: 0 5px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #303030;
  float: left;
  padding: 8px 10px;
  text-decoration: none;
  line-height: 1.5;
}
.pagination ul a.active {
  background-color: #1e59b5;
  color: #fff;
  font-weight: 700;
}
.pagination ul li:hover a {
  background-color: #1e59b5;
  color: #fff;
  font-weight: 700;
}

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

.container nav {
  text-align: center;
}
.container nav .breadcrumb {
  justify-content: center;
  margin: 0;
  color: #666666;
}
.container nav .breadcrumb .breadcrumb-item a {
  display: inline-block;
  font-size: 14px;
}
.container nav .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: 10px 20px 35px;
  max-width: 900px;
}
.articlecontent img {
  width: 100% !important;
  height: auto !important;
  display: block;
}
.articlecontent iframe {
  width: 100% !important;
  height: 100% !important;
}

@media (min-width: 992px) {
  .articlecontent {
    padding: 40px;
  }
  .articlecontent img {
    max-width: 1000px !important;
    max-height: 100% !important;
  }
  .articlecontent iframe {
    width: 100% !important;
    height: 100% !important;
  }
}
@media only screen and (max-width: 360px) {
  body {
    padding-top: 40px;
  }
}
@media only screen and (min-width: 361px) {
  body {
    padding-top: 48px;
  }
}
@media only screen and (max-width: 576px) {
  .grid-sm-1 {
    width: 8.3333333333%;
  }
  .grid-sm-2 {
    width: 16.6666666667%;
  }
  .grid-sm-3 {
    width: 25%;
  }
  .grid-sm-4 {
    width: 33.3333333333%;
  }
  .grid-sm-5 {
    width: 41.6666666667%;
  }
  .grid-sm-6 {
    width: 50%;
  }
  .grid-sm-7 {
    width: 58.3333333333%;
  }
  .grid-sm-8 {
    width: 66.6666666667%;
  }
  .grid-sm-9 {
    width: 75%;
  }
  .grid-sm-10 {
    width: 83.3333333333%;
  }
  .grid-sm-11 {
    width: 91.6666666667%;
  }
  .grid-sm-12 {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .grid-1 {
    width: 8.3333333333%;
  }
  .grid-2 {
    width: 16.6666666667%;
  }
  .grid-3 {
    width: 25%;
  }
  .grid-4 {
    width: 33.3333333333%;
  }
  .grid-5 {
    width: 41.6666666667%;
  }
  .grid-6 {
    width: 50%;
  }
  .grid-7 {
    width: 58.3333333333%;
  }
  .grid-8 {
    width: 66.6666666667%;
  }
  .grid-9 {
    width: 75%;
  }
  .grid-10 {
    width: 83.3333333333%;
  }
  .grid-11 {
    width: 91.6666666667%;
  }
  .grid-12 {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .grid-md-1 {
    width: 8.3333333333%;
  }
  .grid-md-2 {
    width: 16.6666666667%;
  }
  .grid-md-3 {
    width: 25%;
  }
  .grid-md-4 {
    width: 33.3333333333%;
  }
  .grid-md-5 {
    width: 41.6666666667%;
  }
  .grid-md-6 {
    width: 50%;
  }
  .grid-md-7 {
    width: 58.3333333333%;
  }
  .grid-md-8 {
    width: 66.6666666667%;
  }
  .grid-md-9 {
    width: 75%;
  }
  .grid-md-10 {
    width: 83.3333333333%;
  }
  .grid-md-11 {
    width: 91.6666666667%;
  }
  .grid-md-12 {
    width: 100%;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 22px;
  }
  h5 {
    font-size: 20px;
  }
  h6 {
    font-size: 18px;
  }
  p {
    font-size: 16px;
  }
  .title-center img {
    max-height: 45x;
  }
  .link-btn-left {
    font-size: 16px;
  }
  .breadcrumbRight {
    justify-content: space-around;
  }
  .topBox {
    height: 250px;
  }
  .topBox h2 {
    font-size: 35px;
  }
  body {
    padding-top: 64px;
  }
}
@media only screen and (min-width: 992px) {
  .grid-lg-1 {
    width: 8.3333333333%;
  }
  .grid-lg-2 {
    width: 16.6666666667%;
  }
  .grid-lg-3 {
    width: 25%;
  }
  .grid-lg-4 {
    width: 33.3333333333%;
  }
  .grid-lg-5 {
    width: 41.6666666667%;
  }
  .grid-lg-6 {
    width: 50%;
  }
  .grid-lg-7 {
    width: 58.3333333333%;
  }
  .grid-lg-8 {
    width: 66.6666666667%;
  }
  .grid-lg-9 {
    width: 75%;
  }
  .grid-lg-10 {
    width: 83.3333333333%;
  }
  .grid-lg-11 {
    width: 91.6666666667%;
  }
  .grid-lg-12 {
    width: 100%;
  }
  .breadcrumbRight {
    margin-left: 0;
  }
  .breadcrumbRight .breadcrumb {
    padding-left: 0;
  }
  .link-btn {
    font-size: 18px;
  }
  .topBox {
    height: 350px;
  }
  .topBox h3 {
    font-size: 30px;
  }
  body {
    padding-top: 74px;
  }
  .title-center h3 {
    font-size: 45px;
  }
}
@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: 74px;
  }
  .title-center img {
    max-height: 50px;
  }
}
@media only screen and (min-width: 1700px) {
  body {
    padding-top: 84px;
  }
}
@media only screen and (min-width: 1900px) {
  .grid-xxl-1 {
    width: 8.3333333333%;
  }
  .grid-xxl-2 {
    width: 16.6666666667%;
  }
  .grid-xxl-3 {
    width: 25%;
  }
  .grid-xxl-4 {
    width: 33.3333333333%;
  }
  .grid-xxl-5 {
    width: 41.6666666667%;
  }
  .grid-xxl-6 {
    width: 50%;
  }
  .grid-xxl-7 {
    width: 58.3333333333%;
  }
  .grid-xxl-8 {
    width: 66.6666666667%;
  }
  .grid-xxl-9 {
    width: 75%;
  }
  .grid-xxl-10 {
    width: 83.3333333333%;
  }
  .grid-xxl-11 {
    width: 91.6666666667%;
  }
  .grid-xxl-12 {
    width: 100%;
  }
}
div.carouselSlide .carousel-indicators {
  margin-bottom: 0;
}
div.carouselSlide .carousel-indicators button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
div.carouselSlide .carousel-item {
  position: relative;
}
div.carouselSlide .carousel-item .carousel-text {
  position: absolute;
  bottom: 10%;
  /* 讓文字區塊位於圖片的下方 */
  left: 50%;
  transform: translateX(-50%);
  /* 水平置中 */
  text-align: center;
  color: rgb(255, 255, 255);
  width: 83%;
  /* 調整寬度 */
  border: 2px solid white;
  padding: 10px 5px;
  background-color: rgba(247, 247, 247, 0.2392156863);
  animation: zoomIn 2s ease-out;
}
div.carouselSlide .carousel-item .carousel-text .main-text {
  font-size: 19px;
  /* 大字 */
  font-weight: 700;
  margin-bottom: 10px;
  text-shadow: 0 0 5px #000;
}
div.carouselSlide .carousel-item .carousel-text .sub-text {
  font-size: 14px;
  /* 小字 */
  margin: 5px 0;
  text-shadow: 0 0 5px #000;
}
div.carouselSlide .carousel-item .carousel-text .carousel-text p {
  margin: 0;
  /* 去除段落的間距 */
}
@keyframes zoomIn {
  0% {
    transform: translateX(-50%) scale(0);
    /* 開始時縮小 */
    opacity: 0;
    /* 開始時透明 */
  }
  50% {
    transform: translateX(-50%) scale(1.2);
    /* 放大至最大 */
    opacity: 0.7;
    /* 半透明 */
  }
  100% {
    transform: translateX(-50%) scale(1);
    /* 恢復正常大小 */
    opacity: 1;
    /* 完全顯示 */
  }
}
div.carouselSlide .carousel-control-prev-icon,
div.carouselSlide .carousel-control-next-icon {
  background-color: #fff;
  color: #000;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-size: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: none;
}

main .serviceSec {
  padding: 30px 0;
}
main .serviceSec .title-center img {
  max-height: 70px;
  margin-bottom: 10px;
}
main .serviceSec .rowBox {
  padding: 20px 0;
  display: grid;
  grid-template-columns: 1fr;
  /* 手機：一欄 */
  justify-items: center;
  row-gap: 20px;
  /* 文字層在上面 */
  /* hover 時滑入 */
}
main .serviceSec .rowBox .iconBox {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  gap: 20px;
  padding: 15px 10px;
  background-color: #1e59b5;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}
main .serviceSec .rowBox .iconBox img {
  flex: 1;
  padding: 15px 0;
  width: 30%;
  max-width: 100px;
}
main .serviceSec .rowBox .iconBox .textBox {
  flex: 2;
  padding-right: 8px;
  color: #fff;
}
main .serviceSec .rowBox .iconBox .textBox h5 {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 600;
}
main .serviceSec .rowBox .iconBox::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  /* 從左邊外面開始 */
  width: 100%;
  height: 100%;
  background-color: #f2c549;
  /* 目標顏色 */
  z-index: 0;
  transition: all 0.8s ease;
}
main .serviceSec .rowBox .iconBox > * {
  position: relative;
  z-index: 1;
}
main .serviceSec .rowBox .iconBox:hover {
  transition: background-color 0.8s ease, color 0.8s ease;
}
main .serviceSec .rowBox .iconBox:hover::before {
  left: 0;
}
main .serviceSec .rowBox .iconBox:hover .textBox {
  color: #1e59b5;
}
main .promiseSec .contentBox {
  padding: 0 0 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
main .promiseSec .contentBox .rowBox {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
}
main .promiseSec .contentBox .rowBox .iconBox {
  flex: 0 0 50%;
  text-align: center;
  padding: 0 5px;
}
main .promiseSec .contentBox .rowBox .iconBox .picBox {
  min-height: 120px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 8px;
}
main .promiseSec .contentBox .rowBox .iconBox .picBox img {
  width: 50%;
  height: auto;
  max-width: 90px;
}
main .promiseSec .contentBox .rowBox .iconBox h6 {
  color: #1e59b5;
  margin-bottom: 10px;
  font-weight: 800;
}
main .contactSec {
  padding: 40px 0 0;
}
main .contactSec .rowBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
main .contactSec .rowBox .textBox {
  padding-bottom: 30px;
}
main .contactSec .rowBox .textBox .title-center img {
  max-height: 40px;
}
main .contactSec .rowBox .textBox p {
  padding-bottom: 15px;
}
main .contactSec .rowBox .textBox ul {
  list-style: none;
  /* 先取消預設圓點 */
  padding: 0;
  margin-top: 15px;
}
main .contactSec .rowBox .textBox ul li {
  position: relative;
  padding-left: 28px;
  /* 為圖片留空間 */
  color: #1e59b5;
  padding-bottom: 8px;
}
main .contactSec .rowBox .textBox ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 20px;
  height: 20px;
  background: url("../images/box-icon.jpg") no-repeat center center;
  background-size: contain;
  /* 圖片自適應大小 */
}
main .contactSec .rowBox .textBox .link-btn-pic {
  text-align: center;
}
main .contactSec .rowBox .textBox .link-btn-pic img {
  margin: 20px 0;
  max-width: 400px;
}
main .processSec {
  background-color: #1e59b5;
  padding: 50px 0;
}
main .processSec p {
  color: #fff;
}
main .processSec .contentBox {
  padding: 0 0 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
main .processSec .contentBox .rowBox {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
}
main .processSec .contentBox .rowBox .iconBox {
  flex: 0 0 50%;
  text-align: center;
  padding: 0 5px;
}
main .processSec .contentBox .rowBox .iconBox .picBox {
  min-height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}
main .processSec .contentBox .rowBox .iconBox .picBox img {
  width: auto;
  height: 60%;
  max-width: 130px;
  max-height: 100px;
}
main .processSec .contentBox .rowBox .iconBox h6 {
  color: #f5c400;
  margin-bottom: 10px;
  font-weight: 800;
}
main .caseSec {
  padding: 50px 0;
}
main .caseSec .title-center p {
  color: #1e59b5;
}
main .caseSec .contentOwl {
  padding: 10px 40px 20px;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  position: relative;
  margin: 0 auto;
  /* hover / focus 狀態顯示效果（鍵盤或手機點擊一樣會觸發 focus-within） */
  /* 圖片可加一點亮度變化（不動 transform 就不會壓過你的置中） */
  /* 圖片可加一點亮度變化（不動 transform 就不會壓過你的置中） */
}
main .caseSec .contentOwl .picBox {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  /* 黑色透明遮罩 */
  /* 右上角「+」 */
}
main .caseSec .contentOwl .picBox .boximg4x5,
main .caseSec .contentOwl .picBox .boximg1x1 {
  position: relative;
  overflow: hidden;
}
main .caseSec .contentOwl .picBox .boximg4x5 img,
main .caseSec .contentOwl .picBox .boximg1x1 img {
  transition: transform 1s ease;
  /* 變慢：1秒 */
  -o-object-fit: cover;
     object-fit: cover;
}
main .caseSec .contentOwl .picBox .boximg4x5::after,
main .caseSec .contentOwl .picBox .boximg1x1::after {
  content: "";
  position: absolute;
  height: 100%;
  inset: 0;
  /* 等同 top/right/bottom/left 全為 0 */
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
  /* 不擋連結點擊 */
  z-index: 1;
}
main .caseSec .contentOwl .picBox .boximg4x5::before,
main .caseSec .contentOwl .picBox .boximg1x1::before {
  content: "\f002";
  font-family: "Font Awesome 6 Free";
  /* Font Awesome search icon */
  /* 或 "Font Awesome 5 Free" */
  /* 確保顯示實心版本 */
  position: absolute;
  top: 50%;
  left: 50%;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  color: #f2c549;
  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 p {
  margin-top: 8px;
  line-height: 1.5;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
main .caseSec .contentOwl .picBox h5 {
  color: #102a71;
  margin: 15px 0 2px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
main .caseSec .contentOwl .picBox h6 {
  line-height: 1.5;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
main .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 .picBox:hover .boximg1x1::after,
main .caseSec .contentOwl .picBox:focus-within .boximg1x1::after {
  opacity: 1;
}
main .caseSec .contentOwl .picBox:hover .boximg1x1::before,
main .caseSec .contentOwl .picBox:focus-within .boximg1x1::before {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  /* 保持 translate */
}
main .caseSec .contentOwl .owl-carousel {
  position: relative;
  overflow: visible;
}
main .caseSec .contentOwl .owl-nav {
  position: absolute;
  top: 45%;
  width: 100%;
  display: flex;
}
main .caseSec .contentOwl .owl-nav .owl-prev,
main .caseSec .contentOwl .owl-nav .owl-next {
  position: absolute;
  width: 30px;
  height: 30px;
  color: #666666;
  font-size: 14px;
  line-height: 30px;
  border: 1px solid #666666;
  display: none;
}
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: #666666;
}
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;
}

.contactBottom {
  padding: 40px 0 0;
  background-color: #f2c549;
}
.contactBottom .contactBox {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 40px;
  padding: 20px 0 30px;
}
.contactBottom .contactBox .contLeft {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 5px;
  text-align: center;
  max-width: 350px;
}
.contactBottom .contactBox .contLeft img {
  width: 100%;
  max-width: 250px;
  height: auto;
  margin-bottom: 20px;
}
.contactBottom .contactBox .contCenter,
.contactBottom .contactBox .contRight {
  max-width: 280px;
}
.contactBottom .contactBox .contCenter h5,
.contactBottom .contactBox .contRight h5 {
  color: #1e59b5;
}
.contactBottom .contactBox .contCenter h5 span,
.contactBottom .contactBox .contRight h5 span {
  font-size: 12px;
}
.contactBottom .contactBox .contCenter p,
.contactBottom .contactBox .contRight p {
  line-height: 2;
  letter-spacing: 1px;
  font-family: "Noto Sans TC", sans-serif;
}
.contactBottom .contactBox .contCenter p a,
.contactBottom .contactBox .contRight p a {
  font-family: "Noto Sans TC", sans-serif;
}

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

aside {
  display: flex;
  position: fixed;
  flex-direction: column;
  right: 0;
  bottom: 15px;
  text-align: center;
  align-items: center;
  overflow: hidden;
  padding: 0.5em 0;
  width: 50px;
  border-radius: 10px;
  transform: scale(0.8);
  z-index: 999;
}
aside a {
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: block;
  cursor: pointer;
  margin: 10px 0;
}
aside .asideBottom {
  margin-top: 5px;
  transition: opacity 0.3s ease;
  opacity: 1;
}
aside .asideBottom a {
  display: flex;
  align-items: center;
  margin: 0;
  justify-content: center;
}
aside .asideBottom.hidden {
  opacity: 0;
  pointer-events: none;
}

main .aboutPage .about-content {
  padding: 30px 0 0;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
main .aboutPage .about-content .textBox {
  margin: 10px auto;
  padding: 0 10px;
}
main .aboutPage .about-content .textBox h4 {
  font-size: 20px;
  position: relative;
  margin-bottom: 15px;
}
main .aboutPage .about-content .textBox h4::after {
  content: "";
  position: absolute;
  left: -2%;
  top: -40%;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #f2c549;
  z-index: -1;
}
main .aboutPage .about-content .textBox h6 {
  margin: 10px 0;
  font-weight: normal;
}
main .aboutPage .about-believe {
  padding: 100px 0;
  background-color: #1e59b5;
}
main .aboutPage .about-believe .text {
  width: 70%;
  max-width: 700px;
  margin: 0 auto;
  color: #fff;
}
main .aboutPage .about-believe .text h6 {
  margin-bottom: 15px;
}
main .aboutPage .contentBox {
  margin-top: 30px;
}

main .servicePage .title-center {
  padding: 50px 0;
}
main .servicePage .title-center h5 {
  color: #1e59b5;
  line-height: 1.8;
}
main .servicePage .title-center .link-btn {
  padding: 15px 0;
  margin: 30px auto 10px;
  align-items: center;
  width: 10em;
  color: #1e59b5;
  border: 1px solid #1e59b5;
  position: relative;
}
main .servicePage .title-center .link-btn i {
  font-size: 25px;
  padding: 0;
  border-radius: 50%;
  text-align: center;
  align-items: cent;
}
main .servicePage .title-center .link-btn:hover {
  background-color: #1e59b5;
  color: #fff;
}
main .servicePage .rowBox {
  padding: 20px 0;
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  row-gap: 20px;
  /* 文字層在上面 */
  /* hover 時滑入 */
}
main .servicePage .rowBox .iconBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  gap: 10px;
  padding: 20px 10px 30px;
  background-color: #1e59b5;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}
main .servicePage .rowBox .iconBox img {
  flex: 1;
  padding: 15px 0;
  width: 30%;
  max-width: 100px;
}
main .servicePage .rowBox .iconBox .textBox {
  flex: 2;
  padding-right: 8px;
  color: #fff;
  text-align: center;
}
main .servicePage .rowBox .iconBox .textBox h5 {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
}
main .servicePage .rowBox .iconBox::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  /* 從左邊外面開始 */
  width: 100%;
  height: 100%;
  background-color: #f2c549;
  z-index: 0;
  transition: all 0.8s ease;
}
main .servicePage .rowBox .iconBox > * {
  position: relative;
  z-index: 1;
}
main .servicePage .rowBox .iconBox:hover {
  transition: background-color 0.8s ease, color 0.8s ease;
}
main .servicePage .rowBox .iconBox:hover::before {
  left: 0;
}
main .servicePage .rowBox .iconBox:hover .textBox {
  color: #1e59b5;
}

main .processPage .contentBox {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 50px 0;
}
main .processPage .contentBox .rowBox {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
  flex-direction: column;
}
main .processPage .contentBox .rowBox .iconBox {
  margin: 40px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  text-align: center;
}
main .processPage .contentBox .rowBox .iconBox img {
  width: 30%;
  height: auto;
  margin-bottom: 25px;
  max-width: 120px;
  max-height: 115px;
}
main .processPage .contentBox .rowBox .iconBox .textBox {
  position: relative;
}
main .processPage .contentBox .rowBox .iconBox .textBox h5 {
  margin: 10px 0;
  color: #1e59b5;
}
main .processPage .contentBox .rowBox .iconBox .textBox h5 i {
  position: absolute;
  top: -8%;
  left: 15%;
  font-size: 40px;
}
main .processPage .contentBox .rowBox .iconBox .textBox p {
  padding: 10px 30px;
  color: #333;
}
main .processPage .contentBox .rowBox .iconBox i.bi-chevron-down {
  position: absolute;
  left: 50%;
  bottom: -25%;
  transform: translateX(-50%);
  font-size: 40px;
  color: #1e59b5;
}
main .processPage .contentBox .rowBox .iconBox .link-button {
  display: flex;
  justify-content: center;
  gap: 10px;
  width: 100%;
  margin: 5px auto;
}
main .processPage .contentBox .rowBox .iconBox .link-button .link-btn {
  padding: 10px 0;
  margin: 5px 0;
  align-items: center;
  width: 10em;
  color: #1e59b5;
  border: 1px solid #1e59b5;
  position: relative;
}
main .processPage .contentBox .rowBox .iconBox .link-button .link-btn i {
  font-size: 25px;
  padding: 0;
  border-radius: 50%;
  text-align: center;
  align-items: center;
}
main .processPage .contentBox .rowBox .iconBox .link-button .link-btn:hover {
  background-color: #1e59b5;
  color: #fff;
}

main .casePage .contentBox {
  padding: 20px 0;
}
main .casePage .contentBox .rowBox {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin: 2em auto;
  margin-bottom: 0;
  row-gap: 20px;
}
main .casePage .contentBox .rowBox .content {
  background-color: #fff;
  padding: 12px 12px 0;
  border-radius: 5px;
  transition: box-shadow 0.35s ease;
}
main .casePage .contentBox .rowBox .content .textBox {
  padding: 10px 0 15px;
}
main .casePage .contentBox .rowBox .content .textBox h5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  color: #102a71;
  font-weight: 700;
  margin-bottom: 5px;
}
main .casePage .contentBox .rowBox .content .textBox p.longtext {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
main .casePage .contentBox .rowBox .content:hover {
  box-shadow: 0 0 15px #cacaca;
}
main .casePage .contentBox .rowBox .content:hover h5 {
  color: #324158;
}

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

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

@media only screen and (min-width: 768px) {
  div.carouselSlide .carousel-indicators {
    margin-bottom: 20px;
  }
  div.carouselSlide .carousel-indicators button {
    width: 10px;
    height: 10px;
  }
  div.carouselSlide .carousel-item .carousel-text {
    width: 50%;
    bottom: 15%;
  }
  div.carouselSlide .carousel-item .carousel-text .main-text {
    font-size: 24px;
  }
  div.carouselSlide .carousel-item .carousel-text .sub-text {
    font-size: 16px;
  }
  div.carouselSlide .carousel-control-prev-icon,
  div.carouselSlide .carousel-control-next-icon {
    width: 50px;
    height: 50px;
  }
  main .serviceSec .title-center img {
    max-height: 80px;
    margin-bottom: 15px;
  }
  main .serviceSec .rowBox {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding: 20px;
  }
  main .serviceSec .rowBox .iconBox {
    align-items: start;
  }
  main .serviceSec .rowBox .iconBox img {
    align-self: center;
  }
  main .promiseSec .contentBox .rowBox .iconBox {
    padding: 0 15px;
  }
  main .processSec .contentBox .rowBox .iconBox {
    padding: 0 15px;
  }
  main .caseSec .contentOwl {
    padding: 20px 50px;
  }
  main .caseSec .contentOwl .picBox {
    width: 90%;
  }
  .contactBottom .contactBox .contCenter,
  .contactBottom .contactBox .contRight {
    max-width: 330px;
  }
  footer {
    font-size: 16px;
  }
  aside {
    right: 10px;
    transform: scale(1);
  }
  main .aboutPage .contentBox .titleBox {
    margin: 10px auto 60px;
  }
  main .aboutPage .contentBox .rowBox .textleftBox .textBox ul li {
    font-size: 16px;
  }
  main .servicePage .rowBox {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin: 0 auto;
  }
  main .processPage .contentBox .rowBox .iconBox {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    margin: 70px auto;
  }
  main .processPage .contentBox .rowBox .iconBox img {
    margin: 0;
    max-width: 140px;
    max-height: 130px;
  }
  main .processPage .contentBox .rowBox .iconBox .textBox {
    min-width: 460px;
  }
  main .processPage .contentBox .rowBox .iconBox .textBox h5 i {
    left: 15%;
    top: -4%;
  }
  main .processPage .contentBox .rowBox .iconBox i.bi-chevron-down {
    left: 45%;
    bottom: -40%;
  }
  main .casePage .contentBox .rowBox {
    row-gap: 0;
    margin-top: 0;
    justify-content: flex-start;
  }
  main .casePage .contentBox .rowBox .content {
    padding: 12px 12px 0;
    flex: 0 0 calc(50% - 20px);
    margin: 10px;
  }
  main .casePage .contentBox .rowBox .content .textBox {
    padding: 10px;
  }
  main .casePage .contentBox .rowBox .content .textBox h5 {
    font-size: 18px;
  }
  main .contactPage .contactBox .text p {
    font-size: 17px;
  }
}
@media only screen and (min-width: 992px) {
  div.carouselSlide .carousel-item .carousel-text {
    background-color: rgba(247, 247, 247, 0.3843137255);
  }
  main .serviceSec .rowBox {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 1400px;
    margin: 30px auto;
  }
  main .serviceSec .rowBox .iconBox .textBox h5 {
    font-size: 22px;
  }
  main .promiseSec {
    padding: 50px 0;
  }
  main .promiseSec .contentBox {
    padding-bottom: 70px;
  }
  main .promiseSec .contentBox .rowBox {
    max-width: 1000px;
    padding: 10px 0;
  }
  main .promiseSec .contentBox .rowBox .iconBox {
    flex: 0 0 25%;
    padding: 0 15px;
  }
  main .promiseSec .contentBox .rowBox .iconBox .picBox {
    min-height: 130px;
    margin-bottom: 5px;
  }
  main .promiseSec .contentBox .rowBox .iconBox .picBox img {
    width: 70%;
    height: auto;
    max-width: 110px;
  }
  main .contactSec {
    padding-top: 0;
  }
  main .contactSec .rowBox {
    flex-direction: row-reverse;
    justify-content: center;
    align-items: flex-end;
  }
  main .contactSec .rowBox .textBox {
    padding: 1% 4% 0 2%;
  }
  main .contactSec .rowBox .textBox .title-center {
    text-align: left;
    padding-left: 0;
  }
  main .contactSec .rowBox .textBox .link-btn-pic img {
    margin: 40px 0 0;
    content: url("../images/contact-btn-pc.jpg");
  }
  main .processSec {
    padding: 50px 0;
  }
  main .processSec .contentBox {
    padding-bottom: 70px;
  }
  main .processSec .contentBox .rowBox {
    max-width: 1200px;
    padding: 10px 0;
  }
  main .processSec .contentBox .rowBox .iconBox {
    flex: 0 0 25%;
    padding: 0 15px;
  }
  main .processSec .contentBox .rowBox .iconBox .picBox {
    min-height: 130px;
    margin-bottom: 5px;
  }
  main .processSec .contentBox .rowBox .iconBox .picBox img {
    width: 70%;
    height: auto;
    max-width: 110px;
  }
  main .caseSec .contentOwl {
    max-width: 1400px;
  }
  main .caseSec .contentOwl .owl-nav .owl-prev,
  main .caseSec .contentOwl .owl-nav .owl-next {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
  .contactBottom {
    padding: 80px 0;
  }
  .contactBottom .contactBox {
    max-width: 1700px;
    margin: 0 auto;
    flex-direction: row;
    align-items: flex-start;
  }
  .contactBottom .contactBox .contLeft img {
    max-width: 300px;
  }
  .contactBottom .contactBox .contCenter {
    max-width: 350px;
    padding: 0 5px 0 25px;
  }
  .contactBottom .contactBox .contCenter h5 span {
    font-size: 14px;
  }
  .contactBottom .contactBox .contRight {
    max-width: 350px;
    padding: 0 15px;
  }
  main .aboutPage .about-content {
    flex-direction: row;
    justify-content: center;
  }
  main .aboutPage .about-content .textBox {
    padding: 0 15px;
    padding-left: 20px;
    margin: 0;
  }
  main .aboutPage .about-believe {
    padding: 150px 0;
  }
  main .aboutPage .contentBox .content {
    max-width: 1000px;
  }
  main .newalbumPage .contentBox .rowBox .content .imgWrapper .more {
    font-size: 18px;
  }
  main .productPage .product-container {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
  }
  main .productPage .product-container .product-sidebar {
    max-width: 250px;
    margin: 0;
  }
  main .productPage .product-container .product-sidebar ul .aside-dropdown .submenu {
    display: none;
    padding-left: 0;
  }
  main .productPage .product-container .product-sidebar ul .aside-dropdown .submenu li {
    padding: 5px 10px;
  }
  main .productPage .product-container .product-sidebar ul .aside-dropdown .submenu li a {
    font-size: 15px;
  }
  main .productPage .product-container .product-sidebar ul .aside-dropdown .submenu.active {
    display: block;
  }
  main .productPage .product-container .row {
    justify-content: start;
    margin: 0;
  }
  main .productPage .product-container .row .price br {
    display: none;
  }
  main .productdetailPage .shopdetail .product-info .add-number {
    width: 50%;
  }
  main .productdetailPage .shopdetail .product-more-item {
    width: 80%;
    margin: 0 auto;
  }
  main .productdetailPage .shopdetail .product-more-item .more-item-wrape .more-item-block label {
    display: flex;
    flex-direction: row;
    width: 100%;
  }
  main .productdetailPage .shopdetail .product-more-item .more-item-wrape .more-item-block label .more-item-left {
    align-items: center;
    justify-content: start;
    width: 80%;
  }
  main .productdetailPage .shopdetail .product-more-item .more-item-wrape .more-item-block label .more-item-left .more-item-box-img {
    margin: 0 15px;
  }
  main .productdetailPage .shopdetail .product-more-item .more-item-wrape .more-item-block label .more-item-left h6 {
    width: 70%;
    text-align: left;
  }
  main .productdetailPage .shopdetail .product-more-item .more-item-wrape .more-item-block label .more-item-right {
    position: relative;
    width: 20%;
  }
  main .productdetailPage .shopdetail .product-more-item .more-item-wrape .more-item-block label .more-item-right p {
    position: absolute;
    top: 35px;
    right: 30px;
  }
  main .processPage .contentBox .rowBox .iconBox {
    min-width: 630px;
  }
  main .processPage .contentBox .rowBox .iconBox .textBox {
    width: 520px;
  }
  main .contactPage .contactBox {
    justify-content: center;
    gap: 30px;
    padding-bottom: 100px;
  }
  main .contactPage .contactBox .text p {
    line-height: 2;
  }
  main .contactPage .contactBox .content .formBox .titleBox h6 {
    margin-bottom: 15px;
    font-size: 20px;
  }
  main .contactPage .contactBox .content .formBox form .formgroup {
    display: flex;
    align-items: center;
  }
  main .contactPage .contactBox .content .formBox form .formgroup label {
    width: 160px;
    margin-bottom: 0;
    flex-shrink: 0;
    font-size: 16px;
  }
  main .contactPage .contactBox .content .formBox form .formgroup input,
  main .contactPage .contactBox .content .formBox form .formgroup textarea {
    flex: 1;
  }
  main .contactPage .contactBox .content .formBox form .form-row {
    display: flex;
    flex-direction: row;
    gap: 30px;
  }
  main .contactPage .contactBox .content .formBox form .form-row .formgroup {
    flex: 1;
  }
  main .contactPage .contactBox .content .formBox form .form-two-col {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 60px;
    margin-top: 30px;
  }
  main .contactPage .contactBox .content .formBox form .form-two-col .form-left,
  main .contactPage .contactBox .content .formBox form .form-two-col .form-right {
    flex: 1;
  }
  main .contactPage .contactBox .content .formBox form .checkbox-group label {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
  }
  main .contactPage .contactBox .content .formBox form .checkbox-group label input[type=checkbox] {
    width: 15px;
    height: 15px;
  }
}
@media only screen and (min-width: 1400px) {
  div.carouselSlide .carousel-item .carousel-text {
    width: 40%;
    bottom: 15%;
  }
  div.carouselSlide .carousel-item .carousel-text .main-text {
    font-size: 26px;
  }
  div.carouselSlide .carousel-item .carousel-text .sub-text {
    font-size: 18px;
  }
  main .contactSec .rowBox {
    justify-content: flex-end;
  }
  main .contactSec .rowBox .textBox {
    padding-left: 6%;
  }
  main .contactSec .rowBox .textBox .title-center img {
    max-height: 50px;
  }
  main .contactSec .rowBox .picBox {
    max-width: 900px;
  }
  main .processSec .contentBox .rowBox .iconBox {
    flex: 0 0 20%;
  }
  .contactBottom .contactBox {
    gap: 10px;
  }
  .contactBottom .contactBox .contCenter,
  .contactBottom .contactBox .contRight {
    max-width: 380px;
  }
  .contactBottom .contactBox .contCenter p,
  .contactBottom .contactBox .contRight p {
    letter-spacing: 2px;
  }
  main .aboutPage .about-content {
    gap: 50px;
    align-items: center;
    padding-top: 0;
  }
  main .aboutPage .about-content .textBox h4 {
    font-size: 26px;
    margin-bottom: 20px;
  }
  main .aboutPage .about-content .textBox h6 {
    font-size: 17px;
  }
  main .servicePage .rowBox {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 1200px;
  }
  main .servicePage .rowBox .iconBox img {
    width: 40%;
    max-width: 150px;
  }
  main .servicePage .rowBox .iconBox .textBox h5 {
    font-size: 22px;
  }
  main .casePage .contentBox .rowBox {
    max-width: 1200px;
  }
  main .casePage .contentBox .rowBox .content {
    flex: 0 0 calc(33.3333% - 10px);
    margin: 10px 5px;
  }
  main .contactPage .contactBox {
    gap: 60px;
  }
  main .contactPage .contactBox .text {
    gap: 60px;
  }
  main .contactPage .contactBox .text img {
    margin: 20px 0 50px;
  }
}
@media only screen and (min-width: 1900px) {
  main .contactSec .rowBox .textBox {
    padding-right: 5%;
  }
  main .contactSec .rowBox .textBox .title-center {
    margin: 50px 0;
  }
  main .contactSec .rowBox .textBox h5 {
    padding: 40px 0;
  }
  main .contactSec .rowBox .textBox ul li {
    padding-bottom: 10px;
  }
  main .contactSec .rowBox .textBox .link-btn-pic img {
    margin-top: 60px;
  }
  main .caseSec .contentBox .fullcontentOwl .picBox .textBox {
    padding: 30px;
  }
  main .caseSec .contentBox .fullcontentOwl .picBox .textBox .rowBox {
    gap: 40px;
  }
  main .caseSec .contentBox .fullcontentOwl .picBox .textBox .rowBox h6 {
    flex: 1;
  }
  main .casePage .contentBox .rowBox {
    max-width: 1400px;
  }
  main .casePage .contentBox .rowBox .content {
    flex: 0 0 calc(25% - 10px);
  }
}/*# sourceMappingURL=style.css.map */