@charset "UTF-8";
/******************************************************************
	Vars 變數
*******************************************************************/
/* 編寫順序
 *
 * - 色彩
 * - 文字
 * - Header、Footer 設定
 * - Breakpoints
 */
/*----------------------------------------------------------
	Theme Color 主/輔 顏色
-----------------------------------------------------------*/
/*----------------------------------------------------------
通用
*/
/*手機板文字大小*/
/*----------------------------------------------------------
	文字顏色
-----------------------------------------------------------*/
/*----------------------------------------------------------
	錯誤顏色
-----------------------------------------------------------*/
/*----------------------------------------------------------
	提示顏色
-----------------------------------------------------------*/
/*----------------------------------------------------------
	醒目顏色
-----------------------------------------------------------*/
/*----------------------------------------------------------
	Money 貨幣顏色
-----------------------------------------------------------*/
/*----------------------------------------------------------
	社群顏色
-----------------------------------------------------------*/
/*----------------------------------------------------------
	背景色
-----------------------------------------------------------*/
/*----------------------------------------------------------
	側選單
-----------------------------------------------------------*/
/*----------------------------------------------------------
	分隔線
-----------------------------------------------------------*/
/*----------------------------------------------------------
	遮罩
-----------------------------------------------------------*/
/*----------------------------------------------------------
	表格
-----------------------------------------------------------*/
/*----------------------------------------------------------
	表單
-----------------------------------------------------------*/
/***********************************************************
	Font 文字
***********************************************************/
/*----------------------------------------------------------
	預設
-----------------------------------------------------------*/
/*----------------------------------------------------------
	標題字
-----------------------------------------------------------*/
/*----------------------------------------------------------
	字體
-----------------------------------------------------------*/
/***********************************************************
	桌機選單 選項 PC Menu Options
***********************************************************/
/***********************************************************
	頁尾 選項 Footer Options
***********************************************************/
/***********************************************************
	Breakpoints
***********************************************************/
@media (max-width: 1369.98px) {
  .container {
    width: 95%;
  }
}
body.scrolling #header-top .nav-btn {
  font-size: 18px;
}

body p {
  color: #000000;
  letter-spacing: 2px;
  line-height: 2;
  font-size: 15px;
}

.inner-page #section-bn .banner-link {
  display: none;
}

.line-icon {
  position: fixed;
  bottom: 18%;
  right: 5%;
  z-index: 20;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: rgba(100, 100, 111, 0.4) 0px 7px 29px 0px;
 
}

/* 浮動按鈕群組：靠右、垂直排列（Line 上／向上 下），兩鈕同寬高、水平對齊；桌機僅向上鈕 */
.site-floating-actions {
  position: fixed;
  z-index: 20;
  display: flex;
  flex-direction: column;
  align-items: center;
  right: 5%;
  left: auto;
  transform: none;
  pointer-events: none;
}
.site-floating-actions > * {
  pointer-events: auto;
}
@media (max-width: 767.98px) {
  .site-floating-actions {
    bottom: 14%;
    gap: 12px;
  }
  .site-floating-actions .line-icon,
  .site-floating-actions .up-icon {
    position: relative;
    bottom: auto;
    right: auto;
    left: auto;
    width: 52px;
    height: 52px;
    min-width: 52px;
    min-height: 52px;
    flex-shrink: 0;
  }
  .site-floating-actions .line-icon a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
  }
  .site-floating-actions .line-icon .link-circle {
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
  }
  .site-floating-actions .line-icon img {
    width: 28px;
    height: auto;
    max-height: 70%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .site-floating-actions .up-icon img {
    width: 22px;
    height: 34px;
  }
}
@media (min-width: 768px) {
  .site-floating-actions {
    bottom: 10%;
    gap: 0;
  }
  .site-floating-actions .line-icon,
  .site-floating-actions .up-icon {
    position: relative;
    bottom: auto;
    right: auto;
    left: auto;
  }
}

.up-icon {
  position: fixed;
  bottom: 10%;
  right: 5%;
  z-index: 20;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: rgba(100, 100, 111, 0.4) 0px 7px 29px 0px;
}
@media (max-width: 992px) {
  .up-icon {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 576px) {
  .up-icon {
    width: 48px;
    height: 48px;
  }
}
.up-icon:hover {
  box-shadow: rgba(100, 100, 111, 0.6) 0px 7px 29px 0px;
}
.up-icon:hover img {
  transform: scale(1.2);
}
.up-icon img {
  width: 18px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .up-icon img {
    width: 30px;
    height: 44px;
  }
}
@media (max-width: 576px) {
  .up-icon img {
    width: 25px;
    height: 39px;
  }
}

.text-editor-block h3 {
  font-size: 22px;
  letter-spacing: 2px;
}
@media (max-width: 576px) {
  .text-editor-block h3 {
    font-size: 20px;
  }
}
.text-editor-block p {
  font-size: 15px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .text-editor-block p {
    font-size: 1.2rem;
  }
}
@media (max-width: 576px) {
  .text-editor-block p {
    font-size: 14px !important;
  }
}
.text-editor-block ul {
  font-size: 15px;
}
@media (max-width: 576px) {
  .text-editor-block ul {
    font-size: 14px !important;
  }
}
@media (max-width: 576px) {
  .text-editor-block ol {
    font-size: 14px !important;
  }
}
.text-editor-block strong {
  color: #000000;
}

#header-top {
  height: 200px;
}
#header-top .logo {
  max-height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
  display: block;
  width: 225px;
}
@media (max-width: 768px) {
  #header-top .logo {
    max-height: 32px;
  }
}
@media (max-width: 576px) {
  #header-top .logo {
    max-height: 20px;
  }
}
#header-top .container {
  height: auto;
}
#header-top .header-title {
  font-size: 2.5vmax;
  margin: 16px auto 0;
  letter-spacing: 4px;
  font-weight: 900;
}
#header-top .wrap-nav li:hover > .fw-menu {
  display: flex;
  flex-wrap: wrap;
}
#header-top .wrap-nav-list .list-item.has-sub-item:hover .fw-menu {
  display: block;
}
#header-top .wrap-nav-list .fw-menu {
  display: none;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  padding: 12px;
  border: transparent;
}
#header-top .wrap-nav-list .fw-menu .fw-nav-btn-1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #acacac;
}
#header-top .wrap-nav-list .fw-menu .fw-nav-btn {
  position: relative;
  white-space: nowrap;
}
#header-top .wrap-nav-list .fw-menu .fw-nav-btn:hover {
  font-weight: 700;
}
#header-top .wrap-nav-list .fw-menu .fw-nav-btn-1 {
  padding: 12px;
  font-size: 18px;
}
#header-top .wrap-nav-list .fw-menu .fw-nav-btn-2 {
  padding: 12px;
}
#header-top .wrap-nav-list .fw-menu .fw-nav-btn-sub-2 {
  padding: 12px;
}
#header-top .wrap-nav-list .fw-menu .fw-sub-item-1 {
  padding: 16px;
}
#header-top .wrap-nav-list .fw-menu .fw-sub-item-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#header-top .wrap-nav-list .fw-menu .sub-item-2 {
  padding-left: 16px;
}
#header-top .wrap-nav-list .fw-menu-wrap {
  border: 1px solid #acacac;
  background: white;
}
#header-top .nav {
  margin-top: 20px;
}
#header-top .nav-btn {
  height: auto;
  font-size: 18px;
  padding: 0 12px;
  transition: 0.2s all;
}
#header-top .nav-btn span {
  line-height: 1.4;
  letter-spacing: 2px;
  font-size: 18px;
}
#header-top .nav-btn::after {
  display: none;
}
#header-top .nav-btn:hover {
  opacity: 0.6;
}
#header-top li .nav-btn-sub.pc-nav-btn:hover span {
  font-weight: 700;
}
#header-top li .nav-btn-sub.pc-nav-btn span {
  position: relative;
}
#header-top .nav-btn-sub {
  padding: 6px;
}
#header-top .mobile-nav-btn {
  color: #a0a0a0;
  font-size: 16px;
}
#header-top .nav .list-item > .sub-item {
  top: 100%;
}
#header-top .nav .sub-item li {
  padding: 2px 10px 2px 12px;
}
#header-top .offcanvas {
  background-color: #343539;
}
#header-top .offcanvas-title,
#header-top .nav-link,
#header-top .offcanvas a {
  color: #FFF;
}
#header-top .toggle-arrow {
  width: 24px;
  height: 24px;
  background-size: contain;
  background-position: center;
  background-image: url("/assets/images/icons/chevron-down.svg");
}
#header-top .offcanvas-title, #header-top .nav-link {
  letter-spacing: 4px;
}
#header-top .offcanvas-header {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.16);
}
#header-top .offcanvas-header .btn-close {
  filter: brightness(0) invert(1);
}
#header-top .nav-link {
  padding: 12px 1rem;
}
#header-top .nav-link-1,
#header-top .nav-link-2 {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.16);
}
#header-top .dropdown-toggle::after {
  display: none;
}
#header-top .full-screen-offcanvas {
  width: 100vw; /* 佔據整個螢幕寬度 */
  height: 100vh; /* 佔據整個螢幕高度 */
  max-width: none; /* 移除 Bootstrap 預設的最大寬度限制 */
}
@media (max-width: 1370px) {
  #header-top .header-title {
    font-size: 2vmax;
    margin: 12px;
  }
}
@media (max-width: 992px) {
  #header-top {
    height: 60px;
  }
  #header-top .navbar-brand {
    font-size: 18px;
    letter-spacing: 2px;
  }
}
@media (max-width: 768px) {
  #header-top {
    height: 50px;
  }
}

main {
  padding-top: 200px;
}
@media (max-width: 992px) {
  main {
    padding-top: 60px;
  }
}
@media (max-width: 768px) {
  main {
    padding-top: 50px;
  }
}
main header .title {
  font-size: 1.7vmax;
  color: #3E3E3E !important;
  font-weight: 500;
}
@media (max-width: 1400px) {
  main header .title {
    font-size: 28px;
  }
}
@media (max-width: 576px) {
  main header .title {
    font-size: 20px;
  }
}
main .btn.more-btn {
  font-size: 18px;
  letter-spacing: 14px;
  padding: 16px 40px 16px 50px;
}
@media (max-width: 576px) {
  main .btn.more-btn {
    font-size: 14px;
    padding: 12px 36px 12px 46px;
  }
}
main #section-bn {
  padding-bottom: 4vmax;
}
main #section-bn .banner-text {
  top: 40%;
  left: 50%;
  position: absolute;
  color: white;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
}
@media (max-width: 1370px) {
  main #section-bn .banner-text .banner-title {
    font-size: 32px;
    letter-spacing: 2px;
    margin-bottom: 32px;
  }
  main #section-bn .banner-text .banner-link {
    padding: 8px 12.5% 8px 14%;
    padding: 8px 11.5% 8px 14%;
    letter-spacing: 8px;
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  main #section-bn .banner-text .banner-title {
    font-size: 20px;
    letter-spacing: 2px;
    margin-bottom: 32px;
  }
  main #section-bn .banner-text .banner-link {
    letter-spacing: 8px;
    font-size: 16.2px;
  }
}
main .banner-title {
  font-size: 46.8px;
  letter-spacing: 4px;
  text-shadow: 1px 1px 1px #434446;
  margin-bottom: 3vmax;
  color: white;
  white-space: nowrap;
}
@media (max-width: 768px) {
  main .banner-title {
    font-size: 30px;
  }
}
@media (max-width: 576px) {
  main .banner-title {
    font-size: 24px;
  }
}
main .banner-link {
  width: -moz-fit-content;
  width: fit-content;
  border: 3px solid white;
  padding: 1.5vmax 8% 1.5vmax 12.5%;
  letter-spacing: 28px;
  font-size: 32.4px;
  font-weight: 600;
  margin: 0 auto;
  background-size: 200%;
  display: block;
  color: white;
}
@media (max-width: 768px) {
  main .banner-link {
    font-size: 20px;
    padding: 0.75vmax 4% 0.75vmax 10%;
  }
}
@media (max-width: 576px) {
  main .banner-link {
    font-size: 16px;
    padding: 0.55vmax 2% 0.55vmax 10%;
  }
}
main .banner-link:hover {
  background-position: left;
  color: #4B4D51;
  border: 3px solid white;
  background-color: white;
}
main .card {
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
main .card .card-body {
  padding: 0;
}
main .card .card-title {
  font-size: 20px;
}
main .card .card .more-btn {
  font-size: 16px;
  letter-spacing: 2px;
  padding: 6px 4px 6px 6px;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 400;
}
main .card:hover {
  box-shadow: rgba(0, 0, 0, 0.15) 4px 4px 5px;
}
main .more-btn {
  letter-spacing: 16px;
  padding: 6px 8px 6px 24px;
  font-weight: 500;
  font-size: 18px;
  border: 1px solid #343539;
  border-radius: 0;
  background: linear-gradient(to left, transparent 50%, #343539 50%) right;
  background-size: 200%;
  transition: 0.3s ease-out;
}
main .more-btn:hover {
  color: #FFF;
  border: 1px solid #343539;
  background-color: #343539;
}

.index-page section {
  padding: 0 0 4vmax 0;
}
@media (max-width: 992px) {
  .index-page section {
    padding: 4vmax 0 4vmax 0;
  }
}
.index-page .btn-block {
  margin-top: 3vmax;
}
@media (max-width: 576px) {
  .index-page .btn-block {
    margin-top: 1vmax;
  }
}
.index-page header .title {
  font-size: 1.625vmax;
  text-align: center;
  letter-spacing: 4px;
  color: #6e6e6e;
}
@media (max-width: 1200) {
  .index-page header .title {
    font-size: 28px;
  }
}
@media (max-width: 576px) {
  .index-page header .title {
    font-size: 20px;
    font-weight: 900;
  }
}
.index-page #section-about .about-title {
  font-family: "Source Sans 3", sans-serif;
  font-weight: 500 !important;
  font-size: 30px !important;
  letter-spacing: 2px;
}
@media (max-width: 576px) {
  .index-page #section-about .about-title {
    font-size: 20px !important;
    font-weight: 900;
  }
}
.index-page #section-about .about-block {
  padding: 0;
}
.index-page #section-about .about-block .image-wrap img {
  margin-left: 15%;
  width: 90%;
  border-radius: 0;
}
.index-page #section-about .about-block .text-wrap .text-block {
  height: 100%;
  text-shadow: none;
  padding: 24px 0 24px 10%;
}
.index-page #section-about .about-block .text-wrap .text-block .about-title {
  color: #434446;
  font-size: 26px;
  color: #4b4d51;
}
@media (max-width: 992px) {
  .index-page #section-about .about-block .image-wrap {
    transform: translateY(0);
  }
  .index-page #section-about .about-block .image-wrap img {
    margin: auto;
    width: 60%;
    max-width: 600px;
    border-radius: 0;
  }
  .index-page #section-about .about-block .text-wrap .text-block {
    padding: 0 12px;
    text-align: center;
  }
  .index-page #section-about .about-block .text-wrap .text-block .about-title {
    font-size: 24px;
  }
}
.index-page #section-service {
  background-color: #eeedeb;
}
@media (max-width: 1369.98px) {
  .index-page #section-service .container {
    width: 95%;
  }
}
.index-page #section-service .service-list {
  margin: 0 -22.5px;
}
.index-page #section-service .service-list .service-item {
  width: calc(25% - 15px);
  margin: 0 7.5px;
}
@media (max-width: 992px) {
  .index-page #section-service .service-list .service-item {
    width: calc(50% - 15px);
  }
}
@media (max-width: 576px) {
  .index-page #section-service .service-list .service-item {
    width: calc(100% - 15px);
  }
}
.index-page #section-service .title {
  padding: 4vmax 0;
  margin: 0;
  letter-spacing: 4px;
}
@media (max-width: 576px) {
  .index-page #section-service .title {
    padding: 2vmax 0;
  }
}
.index-page #section-service .overlap {
  background: rgba(75, 77, 81, 0.1);
}
.index-page #section-service .overlap .item-title, .index-page #section-service .overlap .item-subtitle {
  letter-spacing: 2px;
}
@media (max-width: 576px) {
  .index-page #section-service .overlap .item-title, .index-page #section-service .overlap .item-subtitle {
    font-size: 16px;
  }
}
.index-page #section-service .overlap .item-subtitle {
  font-size: 26px;
}
@media (max-width: 576px) {
  .index-page #section-service .overlap .item-subtitle {
    font-size: 16px;
  }
}
.index-page #section-service a:hover .overlap {
  background: transparent;
}
.index-page #section-service .item-title, .index-page #section-service .item-subtitle, .index-page #section-service .info:hover .item-title {
  color: #FFF;
}
.index-page #section-album .title {
  padding: 4vmax 0 2vmax;
  margin: 0;
  letter-spacing: 4px;
}
@media (max-width: 576px) {
  .index-page #section-album .title {
    padding: 0 0 2vmax;
  }
}
.index-page #section-album .album-list img {
  -o-object-fit: contain;
     object-fit: contain;
}
.index-page #section-album .album-list {
  position: relative;
  z-index: 2;
}
.index-page #section-album .swiper-arrow {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  display: flex;
  justify-content: space-between;
}
.index-page #section-album .hotSwiper .left-btn, .index-page #section-album .hotSwiper .right-btn {
  width: 54px;
  height: 54px;
  background-color: rgba(0, 0, 0, 0.1);
}
.index-page #section-album .hotSwiper .left-btn:hover, .index-page #section-album .hotSwiper .right-btn:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.index-page #section-album .hotSwiper .fa-angle-left, .index-page #section-album .hotSwiper .fa-angle-right {
  font-size: 30px;
  color: white;
}
@media (max-width: 576px) {
  .index-page #section-album .hotSwiper {
    height: 280px;
  }
  .index-page #section-album .hotSwiper .left-btn, .index-page #section-album .hotSwiper .right-btn {
    width: 32px;
    height: 32px;
  }
  .index-page #section-album .swiper-arrow img {
    width: 32px;
    margin: auto 6px;
  }
}

#section-album-detail .img-block-test {
  position: relative;
}
#section-album-detail .img-block-test::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: red !important;
  z-index: 9999;
}

#footer {
  background-color: #eeedeb;
  color: #434446;
}
@media (max-width: 576px) {
  #footer {
    padding: 28px 0 28px;
  }
}
#footer .quicky-link-wrap {
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 10px;
  border-radius: 16px;
}
#footer .quicky-link-wrap .quicky-btn img {
  width: 32px;
  height: 32px;
}
#footer .left {
  align-self: stretch;
}
#footer .center {
  min-width: 40%;
}
#footer .footer-logo {
  height: 100%;
  display: flex;
  align-items: center;
}
#footer .footer-logo img {
  max-height: 100px;
  width: 225px;
}
#footer .divider {
  width: 1px; /* 分隔線寬度 */
  background-color: #434446; /* 分隔線顏色 */
  align-self: stretch;
  margin: 0 20px; /* 左右間距 */
}
#footer .social-list img {
  width: 32px;
  height: 32px;
  margin: 0 12px 0 0;
}
#footer .social-title {
  text-align: start;
  margin-bottom: 20px;
  letter-spacing: 2px;
  font-size: 20px;
}
#footer .item {
  margin-bottom: 16px;
  font-size: 19px;
}
@media (max-width: 1500px) {
  #footer .item {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  #footer .left {
    width: 30%;
  }
  #footer .center {
    width: 60%;
  }
  #footer .right {
    width: 100%;
    margin-top: 24px;
  }
  #footer .footer-logo img {
    height: auto;
  }
  #footer .social-title {
    text-align: center;
  }
  #footer .item, #footer .social-title {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  #footer .item, #footer .social-title {
    font-size: 12px;
  }
}
@media (max-width: 576px) {
  #footer .footer-logo img {
    max-width: 150px;
    margin-bottom: 16px;
  }
  #footer .left, #footer .center {
    width: 100%;
  }
  #footer .right {
    margin-top: 0;
  }
  #footer .social-title, #footer .social-list {
    text-align: left;
  }
}

.copyright {
  font-size: 12px;
  padding: 9.5px;
}
.copyright a:hover {
  opacity: 0.6;
}

/* ------------------ 個別內頁樣式 Start ------------------ */
@media (max-width: 576px) {
  #section-product h1 {
    font-size: 20px;
  }
}
#section-product .container {
  max-width: 1200px !important;
}
#section-product header .title {
  font-weight: 500;
  letter-spacing: 2px;
  color: #3E3E3E !important;
  text-align: center;
}
#section-product .accordion-title {
  font-size: 1.41rem;
  font-weight: 500;
}
#section-product #product_content h1 {
  font-size: 1.7vmax;
}
#section-product #product_content h1::after,
#section-product #product_content h1::before {
  display: none;
}
#section-product .pro-list .pro-img-box {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 12px 12px 12px;
  margin-bottom: 16px;
  border-bottom: 1px solid #ccc;
}
#section-product .pro-list .pro-img-box img {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: calc(100% - 12px);
  transform: translateX(-50%);
  max-width: 250px;
  -o-object-fit: contain;
     object-fit: contain;
}
#section-product .pro-list .pro-item:hover .pro-img-box img {
  transform: translateX(-50%) scale(1.05);
}
#section-product .pro-list .pro-card {
  justify-content: start;
}
#section-product .pro-list .info {
  display: flex;
  flex-direction: column;
  align-items: center;
  letter-spacing: 2px;
}
#section-product .pro-list .info .list-title {
  font-size: 17px;
}
@media (max-width: 576px) {
  #section-product .pro-list .info .list-title {
    font-size: 16px;
  }
}
#section-product .pro-list .info .brief_description p {
  color: #b4b4b4;
  font-size: 16px;
}
#section-product .pro-list .info .page_link {
  font-size: 16px;
  font-weight: 600;
  line-height: 2;
  border-bottom: 2px solid #434446;
  margin: 16px 0;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.3s;
}
@media (max-width: 576px) {
  #section-product .pro-list .info .page_link {
    margin: 14px 0;
  }
}
#section-product .pro-list .info .page_link:hover {
  opacity: 0.6;
  letter-spacing: 4px;
}

#section_article {
  max-width: 1200px;
  margin: auto;
}
#section_article .image-block {
  display: flex;
  align-items: center;
  justify-content: center;
}
#section_article .image-block img {
  max-width: 600px;
}
#section_article .info-block {
  margin-top: 3vmax;
}

@media (max-width: 1400px) {
  #section-about-page {
    margin-bottom: 6vmax;
  }
}
@media (max-width: 1200px) {
  #section-about-page {
    margin-bottom: 0;
  }
}
#section-about-page .intro-container {
  max-width: 1200px;
  width: 80%;
}
@media (max-width: 1200px) {
  #section-about-page .intro-container {
    width: 95%;
  }
}
#section-about-page .intro-list {
  position: relative;
  margin-bottom: 3vmax;
}
#section-about-page .info-block {
  position: relative;
  z-index: 1;
  background-color: #FFF;
  padding: 4vmax 3.5vmax;
}
@media (min-width: 992px) {
  #section-about-page .ex-info-block {
    width: 100%;
    padding-bottom: 100%;
    position: relative;
    transform: translateX(0vmax);
    z-index: 2;
    background: white;
    transform: translateX(-2vmax);
    overflow: hidden;
  }
  #section-about-page .intro-list:nth-child(2) .ex-info-block {
    transform: translate(2vmax);
  }
  #section-about-page .image-block {
    padding-top: 6vmax;
  }
  #section-about-page .info-block {
    position: absolute;
    top: 0;
    left: 0;
  }
  #section-about-page .text-deco {
    font-size: 3.5vmax;
    transform: translateY(2vmax);
    margin-bottom: -6vmax;
    letter-spacing: 4px;
    text-align: start;
    font-size: 64px;
    font-weight: 100;
    color: #383838;
  }
  #section-about-page .row-reversed .text-deco {
    text-align: end;
  }
  #section-about-page .intro-list {
    margin-bottom: 0;
  }
  #section-about-page .intro-list:last-child .text-deco {
    margin-bottom: 0;
    padding-top: 4vmax;
  }
  #section-about-page .intro-list:not(:first-child) {
    padding-top: 0vmax;
  }
}
@media (min-width: 1200px) {
  #section-about-page .text-deco {
    transform: translate(-20%, 0);
  }
  #section-about-page .row-reversed .text-deco {
    transform: translate(20%, 0px);
    margin: 4vmax 0 -4vmax;
  }
}

#section-article .card-body {
  padding: 0;
}
#section-article .card-title {
  font-size: 17px;
  line-height: 1.5;
  font-weight: 900;
  color: #3E3E3E;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 顯示的行數 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 576px) {
  #section-article .card-title {
    font-size: 16px;
  }
}
#section-article .card-text {
  font-size: 15px;
}
#section-article .card-text p {
  font-size: 16px;
  line-height: 1.5;
  color: #6E6E6E;
  display: -webkit-box;
  -webkit-line-clamp: 5; /* 顯示的行數 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 15px;
}
@media (max-width: 576px) {
  #section-article .card-text p {
    font-size: 14px;
  }
}
#section-article .card .more-btn {
  font-size: 16px;
  letter-spacing: 2px;
  padding: 6px 9px 6px 15px;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
}
@media (max-width: 576px) {
  #section-article .card .more-btn {
    font-size: 14px;
  }
}
#section-article .card-row {
  margin: 0 -7.5px;
}
#section-article .card-row .card-item {
  width: calc(25% - 15px);
  margin: 0 7.5px;
}
@media (max-width: 992px) {
  #section-article .card-row .card-item {
    width: calc(50% - 15px);
  }
}
@media (max-width: 576px) {
  #section-article .card-row .card-item {
    width: calc(100% - 15px);
  }
}

#section-inquire {
  margin-top: -4vmax;
}
#section-inquire .ex-message-block {
  margin: 0 auto;
  padding: 2.5vmax;
  background-color: #f5f5f5;
}
@media (max-width: 576px) {
  #section-inquire .ex-message-block {
    padding: 6vmax 3vmax;
  }
}
#section-inquire .message-block {
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 576px) {
  #section-inquire .message-block {
    width: 100%;
  }
}
#section-inquire header .title {
  font-size: 1.41rem;
  letter-spacing: 4px;
  margin-bottom: 3vmax;
  margin-top: -3vmax;
}
#section-inquire .message .message-block {
  margin-bottom: 50px;
}
#section-inquire .message .title {
  font-size: 1.41rem;
  margin-bottom: 24px;
  letter-spacing: 4px;
}
@media (max-width: 576px) {
  #section-inquire .message .title {
    font-size: 20px;
  }
}
#section-inquire .message .info, #section-inquire .message .tips {
  font-size: 15px;
  letter-spacing: 4px;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 576px) {
  #section-inquire .message .info, #section-inquire .message .tips {
    font-size: 14px;
    text-align: justify;
  }
}
#section-inquire .message .message-text {
  font-size: 17px;
  margin: 3vmax 0 4vmax 0;
  padding: 0 12px 0px;
}
@media (max-width: 576px) {
  #section-inquire .message .message-text {
    font-size: 16px;
  }
}
#section-inquire .message .message-form-con {
  max-width: 680px !important;
  margin: 0 auto;
}
#section-inquire .message .form-item {
  margin-bottom: 2vmax;
}
@media (max-width: 576px) {
  #section-inquire .message .form-item .height-50 {
    min-height: 50px;
  }
}
@media (max-width: 576px) {
  #section-inquire .message .form-item label {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  #section-inquire .message .radio-text {
    white-space: wrap;
    position: unset;
  }
}
#section-inquire .message .form .label {
  color: #050505;
  font-weight: 500;
}
@media (max-width: 576px) {
  #section-inquire .message .form .label {
    font-size: 14px;
  }
}
#section-inquire .message input.input, #section-inquire .message .form-control {
  border: 0;
  background-color: #f4f4f4;
}
@media (max-width: 576px) {
  #section-inquire .message input.input, #section-inquire .message .form-control {
    font-size: 14px;
  }
}
#section-inquire .message input.input {
  width: 100%;
  padding: 8px 16px;
  border: 1px solid #f5f5f5;
  font-size: 18px;
}
@media (max-width: 576px) {
  #section-inquire .message input.input {
    font-size: 14px;
  }
}
#section-inquire .message input.input::-moz-placeholder {
  color: #bebebe;
}
#section-inquire .message input.input::placeholder {
  color: #bebebe;
}
#section-inquire .message .form-note {
  margin: 4vmax auto;
  max-width: 1000px;
  background-color: #f4f4f4;
  padding: 4% 8%;
  font-size: 15px;
  font-weight: bold;
}
#section-inquire .message .form-note ol {
  margin-left: 0;
  padding-left: 1rem;
}
#section-inquire .product-checkbox {
  -moz-appearance: none;
       appearance: none; /* 移除原生外觀 */
  -webkit-appearance: none;
  height: 20px;
  width: 24px;
  margin-right: 8px;
  border: 1px solid #434446;
  border-radius: 2px;
  cursor: pointer;
  position: relative;
}
#section-inquire .product-checkbox:checked {
  background-color: #40484c;
  border-color: #40484c;
}
#section-inquire .product-checkbox:checked::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 2px;
  width: 7px;
  height: 14px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
#section-inquire {
  /* 勾選後背景變色 */
}
#section-inquire .radio-button::after {
  background-color: #40484c;
}
@media (max-width: 992px) {
  #section-inquire .message .form-note {
    padding: 24px 5%;
  }
}

/* ------------------ 個別內頁樣式 End -------------------- *//*# sourceMappingURL=theme-1.css.map */