@charset "UTF-8";
/******************************************************************
    個別主題樣式調整
	Vars 變數
*******************************************************************/
/* 編寫順序
 *
 * - 色彩
 * - 文字
 * - Header、Footer 設定
 * - Breakpoints
 */
/*----------------------------------------------------------
	Theme Color 主/輔 顏色
-----------------------------------------------------------*/
/*----------------------------------------------------------
	文字顏色
-----------------------------------------------------------*/
/*----------------------------------------------------------
	錯誤顏色
-----------------------------------------------------------*/
/*----------------------------------------------------------
	提示顏色
-----------------------------------------------------------*/
/*----------------------------------------------------------
	醒目顏色
-----------------------------------------------------------*/
/*----------------------------------------------------------
	Money 貨幣顏色
-----------------------------------------------------------*/
/*----------------------------------------------------------
	社群顏色
-----------------------------------------------------------*/
/*----------------------------------------------------------
	背景色
-----------------------------------------------------------*/
/*----------------------------------------------------------
	側選單
-----------------------------------------------------------*/
/*----------------------------------------------------------
	分隔線
-----------------------------------------------------------*/
/*----------------------------------------------------------
	遮罩
-----------------------------------------------------------*/
/*----------------------------------------------------------
	表格
-----------------------------------------------------------*/
/*----------------------------------------------------------
	表單
-----------------------------------------------------------*/
/***********************************************************
	Font 文字
***********************************************************/
/*----------------------------------------------------------
	預設
-----------------------------------------------------------*/
/*----------------------------------------------------------
	標題字
-----------------------------------------------------------*/
/*----------------------------------------------------------
	字體
-----------------------------------------------------------*/
/***********************************************************
	桌機選單 選項 PC Menu Options
***********************************************************/
/***********************************************************
	頁尾 選項 Footer Options
***********************************************************/
/***********************************************************
	Breakpoints
***********************************************************/
body {
  font-family: "Noto Serif TC";
  font-weight: 700;
}

.text-editor-block h2 {
  color: #002f84;
  font-weight: bold;
  font-size: 28px;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
}
@media (max-width: 576px) {
  .text-editor-block h2 {
    font-size: 24px;
  }
}

.text-editor-block p {
  font-size: 20px;
  letter-spacing: 2px;
}
@media (max-width: 576px) {
  .text-editor-block p {
    font-size: 16px;
  }
}

/* table */
.pro-table {
  position: relative;
  z-index: 2;
}
.pro-table h3 {
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 1200px) {
  .pro-table h3 {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .pro-table h3 {
    font-size: 14px;
  }
}

.table th, .table td {
  vertical-align: middle;
}
@media (max-width: 576px) {
  .table th, .table td {
    padding: 0.25rem;
  }
}

/* 定義顏色 */
.dot.dot-w {
  border: 1px solid #898998;
  background-color: #ffffff;
}

.dot.dot-b {
  border: 1px solid #898998;
  background-color: #000080;
}

.dot.dot-g {
  border: 1px solid #898998;
  background-color: #008000;
}

.dot.dot-uv400 {
  border: 1px solid #898998;
  background-color: #4b0082;
}

.dot.dot-r {
  border: 1px solid #898998;
  background-color: #c00000;
}

.dot.dot-o {
  border: 1px solid #898998;
  background-color: #FF7F50;
}

.dot.dot-rgbw {
  border: 1px solid #898998;
  background-color: #eaeaea;
}

.dot.dot-ir850 {
  border: 1px solid #898998;
  background-color: #a31e26;
}

.dot.dot-ir940 {
  border: 1px solid #898998;
  background-color: #8B4513;
}

.dot.dot-uv365 {
  border: 1px solid #898998;
  background-color: #b053f3;
}

.dot.dot-unKnow {
  border: 1px solid #898998;
  background-color: #898998;
}

.playfair-display {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 700; /* 正常字重 */
  font-style: normal;
}

.spacing {
  padding: 0 0 100px 0;
}
@media (max-width: 1369.98px) {
  .spacing {
    padding: 0 0 87px 0;
  }
}
@media (max-width: 992px) {
  .spacing {
    padding: 0 0 58px 0;
  }
}
@media (max-width: 768px) {
  .spacing {
    padding: 0 0 47px 0;
  }
}
@media (max-width: 576px) {
  .spacing {
    padding: 0 0 24px 0;
  }
}

@media (max-width: 992px) {
  main.index-page {
    padding-top: 189.55px;
  }
}

#header-top {
  z-index: 999;
}

@media (max-width: 576px) {
  .offcanvas.offcanvas-end {
    width: 100%;
  }
}
.offcanvas .offcanvas-logo {
  max-width: 75px;
  transform: translate(0px, 0px);
}
@media (max-width: 576px) {
  .offcanvas .offcanvas-logo {
    max-width: 100px;
  }
}
.offcanvas .close-button {
  padding: 0px 8px 4px;
  background-color: #002f84;
  opacity: 1;
  border-radius: unset;
}
@media (max-width: 576px) {
  .offcanvas .close-button {
    padding: 4px 8px 6px;
  }
}
.offcanvas .close-button img {
  width: 14px;
  height: 14px;
  -o-object-fit: contain;
     object-fit: contain;
}
.offcanvas .nav-link:hover {
  color: #002f84 !important;
}
.offcanvas .nav-link.nav-link-1 {
  background-color: #f3f2f0;
  padding: 10px 16px;
}
.offcanvas .nav-link.nav-link-1:hover {
  background-color: #002f84;
  color: white !important;
}
.offcanvas .nav-link.nav-link-1:hover .plus, .offcanvas .nav-link.nav-link-1:hover .minus {
  filter: invert(100%) grayscale(100%) brightness(200%);
}
.offcanvas .nav-item {
  border-bottom: 1.5px solid #f3f2f0;
}
.offcanvas .plus, .offcanvas .minus {
  width: 18px;
}
.offcanvas .shopping-cart::before {
  display: none;
}
.offcanvas .wrap-nav-list {
  background-color: #0b3a8a;
}
.offcanvas .wrap-nav-list .title {
  color: white;
  font-size: 14px;
  line-height: 1;
}
.offcanvas .circle-bg {
  background-color: white;
}
.offcanvas .search-groups {
  width: 70%;
  margin: 0 auto 8px;
}
.offcanvas .search-groups::after {
  height: 1px;
}
.offcanvas .search-groups .search-input {
  max-width: unset;
  font-size: 18px;
}
.offcanvas .search-groups .search-input::-moz-placeholder {
  color: #002f84;
  font-size: 14px;
}
.offcanvas .search-groups .search-input::placeholder {
  color: #002f84;
  font-size: 14px;
}

.mobile-nav .navbar .fa-phone::before {
  font-size: 22px;
}
.mobile-nav .navbar-toggler-btn {
  padding: 0.3rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1.5px solid black;
  border-radius: 0.25rem;
}
.mobile-nav .navbar-toggler-btn:focus-visible {
  border: 2px solid black;
}
.mobile-nav .main-nav::after {
  display: none;
}
.mobile-nav .wrap-nav .wrap-nav-list {
  display: flex;
  width: 100%;
  padding: 12px 0px 16px;
  gap: 0px;
  transition: gap 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .mobile-nav .wrap-nav .wrap-nav-list {
    margin-top: 2px;
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .mobile-nav .wrap-nav .wrap-nav-list {
    overflow-x: auto;
  }
}
.mobile-nav .wrap-nav .wrap-nav-list.show-flex {
  flex-wrap: wrap;
}
.mobile-nav .wrap-nav .wrap-nav-list.show-flex .list-item {
  margin-bottom: 16px;
}
.mobile-nav .wrap-nav .mobile-nav-btn span {
  display: none;
}
.mobile-nav .wrap-nav .pc-nav-btn {
  border: 1.5px solid #002f84;
  border-radius: 4px;
}
.mobile-nav .wrap-nav .pc-nav-btn span {
  white-space: nowrap;
  text-wrap: nowrap;
  font-size: 14px;
}

.go-page {
  position: relative;
  z-index: 100;
  font-size: 20px;
}
.go-page:hover {
  font-weight: bolder;
  letter-spacing: 2px;
}

.main-block {
  margin-left: -400px;
  width: 100vw;
}
@media (max-width: 576px) {
  .main-block {
    margin-left: 0;
  }
  .side-menu ,.expand-menu ,.arrow-icon{
    display: none !important;
  }

  #section-product .container {
            width: 100% !important ;
  }


}

@media (max-width: 576px) {
  #section-product #product_left_menu {
    min-width: 300px;
  }
}

.space-table {
  position: relative;
}
.space-table::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  transform: translateX(-50%);
  width: 100%;
  background-position: bottom;
  background-image: url(/assets/images/product_tab_bg.png);
  background-repeat: no-repeat;
  z-index: 1;
}

.spec-block {
  padding-bottom: 6vmax;
}

.spec-title {
  color: #002f84;
  font-size: 24px;
  font-weight: 700;
}

#section-about:hover .title-block::before,
#section-product:hover .title-block::before,
#section-new:hover .title-block::before {
  transform: translate(-8px, 4px);
}
#section-about:hover .title-block::after,
#section-product:hover .title-block::after,
#section-new:hover .title-block::after {
  transform: translate(8px, -4px);
}

#section-bn .page-num {
  position: absolute;
  color: #002f84;
  bottom: 10%;
  right: 5%;
  z-index: 10;
  letter-spacing: 4px;
  font-size: 3.5vmax;
}
#section-bn .bnSwiper {
  padding-top: 100px;
}
@media (max-width: 992px) {
  #section-bn .bnSwiper {
    padding-top: 0;
  }
}
#section-bn .bnSwiper::before {
  content: "";
  content: "";
  position: absolute;
  top: 0;
  background-image: url(/assets/images/index_banner_bg.png);
  width: 100%;
  height: 100%;
  z-index: 1;
}
#section-bn .bnSwiper .desktop-img, #section-bn .bnSwiper .pad-img {
  position: relative;
  width: 80%;
  height: 80%;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
  z-index: 2;
}

.inner-page .pro-list .pro-card .pro-img-box {
  padding: 4%;
}
.inner-page .pro-list .pro-card .pro-img-box img {
  min-height: 300px;
}
@media (max-width: 576px) {
  .inner-page .pro-list .pro-card .pro-img-box img {
    min-height: 250px;
  }
}
.inner-page .pro-list .pro-item:hover .pro-img-box img {
  transform: scale(1.05);
}
.inner-page #section-bn .bnSwiper::after {
  bottom: 12.5%;
}
.inner-page #section-bn .bnSwiper .page-num {
  bottom: 15%;
}
@media (max-width: 576px) {
  .inner-page #section-bn .bnSwiper .page-num {
    bottom: 10%;
  }
}
.inner-page .p-register .register-subtitle {
  font-size: 20px;
  text-align: center;
}
@media (max-width: 576px) {
  .inner-page .p-register .register-subtitle {
    font-size: 16px;
  }
}
.inner-page .p-register .form-control {
  border: 1px solid #898998;
}
.inner-page .p-register .col-title {
  font-size: 20px;
}

#section-product {
  padding-top: 6vmax;
  /*table*/
  /* --- COMPILED CSS FROM SCSS --- */
  /* 為每欄設定一個參考寬度，讓排版更接近原圖 */
  /* 「顏色」欄位的彩色圓點樣式 */
  /* 「消耗功率」欄位的樣式 */
}
#section-product .container {
  width: 80%;
}
@media (max-width: 1400px) {
  #section-product .container {
    width: calc(100% - 60px);
  }
}
#section-product .title-block {
  margin: 0 0 48px 0;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  z-index: 2;
}
@media (max-width: 1200px) {
  #section-product .title-block {
    margin: 0 auto 24px;
  }
}
#section-product .title-block-info {
  letter-spacing: 2px;
}
@media (max-width: 992px) {
  #section-product .title-block-info {
    font-size: 16px;
  }
}
#section-product .l-form-select {
  border: 1px solid #002f84;
  padding: 8px 28px 8px 24px;
  border-radius: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 20px;
}
@media (max-width: 1400px) {
  #section-product .l-form-select {
    font-size: 16px;
  }
}
#section-product .side-menu {
  width: 400px;
  transform: translateX(-88%);
  transition: all 0.5s ease;
  position: sticky;
  top: 250px;
  height: 500px;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 100;
}
@media (max-width: 768px) {
  #section-product .side-menu {
    height: 400px;
  }
}
@media (max-width: 576px) {
  #section-product .side-menu {
    width: 345.32px;
  }
}
#section-product .side-menu.is-open {
  transform: translateX(0);
}
#section-product .side-menu.is-open .next-btn {
  width: 20px;
  transform: rotate(360deg);
}
#section-product #product_left_menu {
  border-top: 1px solid #424242;
  border-bottom: 1px solid #424242;
  padding: 40px 36px;
  min-width: 350px;
  overflow-y: scroll;
}

#section-product .next-btn {
  width: 20px;
  transform: rotate(180deg);
  transition: all 0.5s ease;
}
#section-product .expand-menu {
  border: 1px solid #424242;
  border-left: 1px solid #afafaf;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #002f84;
  font-weight: 700;
  font-size: 20px;
}
#section-product .accordion.main-accordion:last-of-type {
  margin-bottom: 48px;
}
#section-product .accordion.main-accordion:last-of-type .main-pro-title.pro-title-block {
  border-bottom: 1px solid #898998;
}
#section-product .main-accordion .collapse.show {
  border-top: 1px solid #898998;
}
#section-product .main-pro-title.pro-title-block {
  border-top: 1px solid #898998;
  font-size: 18px;
}
#section-product .pro-groups {
  position: relative;
}
#section-product .pro-left-item, #section-product .pro-right-item {
  width: 50%;
}
@media (max-width: 992px) {
  #section-product .pro-left-item, #section-product .pro-right-item {
    width: 100%;
  }
}
#section-product .pro-left-item {
  border-right: 1px solid #898998;
}
#section-product .pro-title-block.active {
  color: #002f84;
}
#section-product .pro-title-block {
  font-size: 16px;
  padding: 8px 0;
}
#section-product .pro-title-block.sub-pro-title {
  padding: 4px;
}
#section-product .sub-item {
  margin-left: 12px;
  padding: 4px 0;
}
#section-product .pro-content {
  padding: 7% 0;
}
@media (max-width: 1200px) {
  #section-product .pro-content {
    padding: 3% 4%;
  }
}
@media (max-width: 768px) {
  #section-product .pro-content {
    padding: 3%;
  }
}
#section-product .pro-content .pro-info {
  width: 75%;
  line-height: 2;
}
@media (max-width: 1200px) {
  #section-product .pro-content .pro-info {
    width: 100%;
  }
}
@media (max-width: 768px) {
  #section-product .pro-content .pro-info {
    line-height: 1.5;
  }
}
#section-product .nav-tabs .nav-link {
  color: #272727;
}
#section-product .nav-tabs .nav-link:hover {
  border-color: transparent;
  color: #0b3a8a;
}
#section-product .nav-tabs .nav-link.active {
  color: #0b3a8a;
  border-color: transparent;
  background-color: transparent;
  border-bottom: 3px solid #002f84;
}
#section-product .nav-tabs .nav-link.active h3 {
  padding-bottom: 12px;
  font-size: 24px;
  letter-spacing: 2px;
  font-weight: 700;
}
#section-product body {
  padding: 2rem;
  background-color: #f8f9fa;
}
#section-product .product-table {
  color: #002f84;
}
#section-product .product-table thead th {
  /* 模仿圖片中表頭的深藍色底線 */
  border: 1px solid transparent;
  border-bottom: 2px solid #002366;
  color: #002366;
  font-size: 24px;
  font-weight: 700;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  #section-product .product-table thead th {
    font-size: 20px;
    white-space: normal;
  }
}
@media (max-width: 576px) {
  #section-product .product-table thead th {
    font-size: 14px;
  }
}
#section-product tr > td {
  vertical-align: middle; /* 垂直置中 */
  text-align: center; /* 水平置中 */
  border: 1px solid #898998;
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 1200px) {
  #section-product tr > td {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  #section-product tr > td {
    font-size: 14px;
  }
}
#section-product td:nth-child(1) {
  border-left: 1px solid transparent;
}
#section-product td:last-of-type {
  border-right: 1px solid transparent;
}
#section-product .col-model {
  width: 12%;
}
#section-product .col-color {
  width: 12%;
}
#section-product .col-angle {
  width: 18%;
}
#section-product .col-diameter {
  width: 12%;
}
#section-product .col-distance {
  width: 16%;
}
#section-product .col-power {
  width: 30%;
}
#section-product .color-dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
  max-width: 114px;
  margin-left: auto;
  margin-right: auto;
}
#section-product .color-dots .dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #ddd;
  margin: 4px;
}
#section-product .power-cell-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
#section-product .power-cell-content .radio-circle {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #adb5bd;
  border-radius: 50%;
  background-color: #fff;
}
#section-product .power-details {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
#section-product .ex-power-dots {
  color: #002f84;
  letter-spacing: 2px;
  position: relative;
  z-index: 2;
  font-size: 16px;
}
@media (max-width: 576px) {
  #section-product .ex-power-dots {
    font-size: 12px;
  }
}
#section-product .power-dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
}
#section-product .power-dots .dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin: 4px;
}
#section-product .power-text {
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 2px;
  color: #002f84;
}
@media (max-width: 1200px) {
  #section-product .power-text {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  #section-product .power-text {
    font-size: 14px;
  }
}
#section-product .description-content {
  width: 50%;
}
@media (max-width: 992px) {
  #section-product .description-content {
    width: 75%;
  }
}
#section-product .swiper-container {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}
#section-product .swiper-slide {
  background-size: cover;
  background-position: center;
}
#section-product .gallery-top {
  height: 450px;
  width: 100%;
}
#section-product .gallery-top img {
  -o-object-fit: contain;
     object-fit: contain;
}
#section-product .ex-gallery-thumbs {
  position: relative;
}
@media (max-width: 767.98px) {
  #section-product .ex-gallery-thumbs {
    min-height: 120px;
  }
}
#section-product .ex-gallery-thumbs .gallery-thumbs {
  width: 85%;
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}
@media (max-width: 767.98px) {
  #section-product .ex-gallery-thumbs .gallery-thumbs {
    height: 120px;
    min-height: 120px;
  }
}
#section-product .ex-gallery-thumbs .gallery-thumbs .swiper-slide {
  height: 100%;
  opacity: 0.4;
}
#section-product .ex-gallery-thumbs .gallery-thumbs .swiper-slide .ex-img {
  width: 100%;
  height: 100%;
  padding: 16px;
  border: 2px solid transparent;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
#section-product .ex-gallery-thumbs .gallery-thumbs .swiper-slide .ex-img img {
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767.98px) {
  #section-product .ex-gallery-thumbs .gallery-thumbs .swiper-slide .ex-img img {
    width: 100px;
    height: 100px;
  }
}
#section-product .ex-gallery-thumbs .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
#section-product .ex-gallery-thumbs .gallery-thumbs .swiper-slide-thumb-active .ex-img {
  border: 2px solid #002f84;
}
#section-product .ex-gallery-thumbs .pro-button-next, #section-product .ex-gallery-thumbs .pro-button-prev {
  top: 50%;
  transform: translate(0, -50%);
  z-index: 2;
}
#section-product .ex-gallery-thumbs .pro-button-next img, #section-product .ex-gallery-thumbs .pro-button-prev img {
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
}
#section-product .ex-gallery-thumbs .pro-button-next {
  right: 0;
}
#section-product .ex-gallery-thumbs .pro-button-prev {
  left: 0;
}
#section-product .options-name {
  width: 30%;
  text-align: left;
  color: #002f84;
  font-size: 20px;
}

@media (max-width: 992px) {
  #section-product .options-name {
    width: 30%;
    text-align: left;
    color: #002f84;
    font-size: 18px;
    padding-top:5px
  }
}
#section-product .options-groups {
  width: 70%;
  color: #002f84;
}
#section-product .option-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 18px;
  border-radius: 20px;
  border: 1px solid #0b3a8a;
  font-size: 16px;
}
#section-product .option-btn .circle {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #afafaf;
}
#section-product .select-wrapper {
  position: relative;
  width: 70%;
}
#section-product .select-wrapper::after {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translate(0, -50%);
  content: "\f078";
  font-family: "FontAwesome";
  display: inline-block;
  margin-left: 0.5rem;
  line-height: 1;
  font-size: 18px;
  color: #002f84;
  z-index: 10;
}
@media (max-width: 576px) {
  #section-product .select-wrapper::after {
    font-size: 12px;
  }
}
#section-product .btn-circle {
  border: 1px solid #002f84;
  background-color: transparent;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#section-product .form-control {
  border-radius: 20px;
  border: 1px solid #002f84;
}
#section-product .fa-minus, #section-product .fa-plus {
  font-size: 14px;
}
#section-product .add-inquiry {
  background-color: #002f84;
  color: white;
  border-radius: 20px;
  font-size: 20px;
  padding: 6px 24px;
  margin-bottom: 36px;
}
#section-product .download-btn, #section-product .contact-us-btn {
  width: 45%;
  border: 1px solid #002f84;
  border-radius: 20px;
  font-size: 20px;
  padding: 6px 24px;
  color: #002f84;
}
#section-product .down-load-wrapper.select-wrapper {
  width: 45%;
}
#section-product #product-tab .ex-tab-content {
  position: relative;
}
#section-product #product-tab .ex-tab-content .tab-content {
  position: relative;
  z-index: 10;
}
@media (max-width: 1400px) {
  #section-product #product-tab .ex-tab-content .tab-content .text-editor-block {
    padding: 0 36px;
  }
}
#section-product #product-tab .ex-tab-content::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  transform: translateX(-50%);
  width: 100%;
  background-position: bottom;
  background-image: url("/assets/images/product_tab_bg.png");
  z-index: 1;
}
#section-product .nav-tabs {
  border: 1px solid transparent;
}
#section-product #section-related {
  position: relative;
  margin-top: -6vmax;
  margin-bottom: -6vmax;
  padding: 6vmax 0;
}
#section-product #section-related::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  transform: translateX(-50%);
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(/assets/images/bg-3.png);
  z-index: 1;
}
#section-product #section-related .related-pro {
  z-index: 2;
}
#section-product #section-related .related-pro .related-item {
  position: relative;
  z-index: 5;
}
#section-product #section-related .related-pro .related-item:hover .item-dec-hover {
  opacity: 1;
}
#section-product #section-related .related-pro .related-item:hover h3 {
  color: #002f84;
  font-weight: 700;
}
#section-product #section-related .related-pro .related-item .item-img {
  z-index: 5;
}
#section-product #section-related .related-pro .related-item .item-dec {
  z-index: 2;
}
#section-product #section-related .related-pro .related-item .item-dec-hover {
  z-index: 3;
}
#section-product #section-related .related-pro .related-item .item-dec-hover {
  opacity: 0;
}
#section-product #section-related .related-pro .related-item:hover .item-dec-hover {
  opacity: 1;
}
#section-product #section-related .related-pro .related-item h3 {
  text-align: center;
}

#section-cart .less-num, #section-cart .add-num {
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 576px) {
  #section-cart .less-num, #section-cart .add-num {
    width: auto;
  }
}
#section-cart tr th, #section-cart td {
  text-align: center;
}
@media (max-width: 576px) {
  #section-cart tr th, #section-cart td {
    max-width: 40px;
    font-size: 12px;
  }
}
#section-cart .form-control {
  border: 1px solid #898998;
}
#section-cart th {
  border-bottom: 2px solid #002f84;
}
@media (max-width: 992px) {
  #section-cart .inquiry-form {
    width: 100%;
  }
}
#section-cart .classify {
  width: 48%;
  border: 2px solid #002f84;
  padding: 48px;
  font-size: 20px;
}
@media (max-width: 1200px) {
  #section-cart .classify {
    width: 100%;
    padding: 24px;
    font-size: 16px;
  }
}
#section-cart .error {
  color: red;
}
#section-cart .inquiry-img {
  width: 120px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 576px) {
  #section-cart .inquiry-img {
    padding: 6px;
    height: 60px;
  }
}
#section-cart .input-product-amt {
  width: 180px;
  margin-left: 10px;
  margin-right: 10px;
  height: 36px;
  text-align: center;
}
@media (max-width: 576px) {
  #section-cart .input-product-amt {
    width: 50px;
  }
}
#section-cart #agree-policy[type=checkbox] {
  width: 18px;
  height: 18px;
}
@media (max-width: 576px) {
  #section-cart #agree-policy[type=checkbox] {
    width: 16px;
    height: 16px;
  }
}

.index-page #section-about {
  position: relative;
  letter-spacing: 2px;
  padding-top: 6vmax;
}
.index-page #section-about::after {
  content: "";
  position: absolute;
  top: calc(-6vmax - 3px);
  left: 50%;
  width: 100vw;
  height: 60%;
  transform: translateX(-50%);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("/assets/images/bg-1.png");
}
.index-page #section-about .about-img {
  transition: all 0.2s;
}
.index-page #section-about .about-img:hover {
  transform: scale(1.05);
}
.index-page #section-about .info-subtitle {
  width: 80%;
  font-size: 20px;
  letter-spacing: 2px;
  text-align: center;
}
@media (max-width: 576px) {
  .index-page #section-about .info-subtitle {
    font-size: 16px;
  }
}
.index-page #section-slogen {
  padding-bottom: 0;
}
.index-page #section-slogen .slogen-block {
  position: relative;
  z-index: 10;
}
.index-page #section-slogen .slogen-block {
  margin: -10vmax 0 -5vmax 0;
}
@media (max-width: 768px) {
  .index-page #section-slogen .slogen-block {
    margin: -10vmax 0 0 0;
  }
}
.index-page #section-slogen .slogen {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  letter-spacing: 2px;
}
@media (max-width: 576px) {
  .index-page #section-slogen .slogen {
    letter-spacing: 0px;
  }
}
.index-page #section-product {
  position: relative;
}
.index-page #section-product::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  transform: translateX(-50%);
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("/assets/images/bg-2.png");
  z-index: 1;
}
.index-page #section-product .container {
  position: relative;
  z-index: 10;
}
.index-page #section-new {
  padding-top: 4vmax;
  position: relative;
}
.index-page #section-new::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  transform: translateX(-50%);
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("/assets/images/bg-3.png");
  z-index: 1;
}
.index-page #section-new .container {
  position: relative;
  z-index: 10;
}

#about {
  /*about頁面共同*/
  padding-bottom: 0;
  /*about頁面 各section*/
}
#about section {
  padding-top: 6vmax;
  padding-bottom: 6vmax;
}
@media (max-width: 1441px) {
  #about .container {
    width: 100%;
  }
}
#about h2 {
  font-size: 18px;
  font-weight: 900;
}
#about h4 {
  font-size: 19px;
  font-weight: 900;
  color: #002f84;
}
#about .title-block {
  font-size: 28px;
}
#about .number-groups {
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 576px) {
  #about .number-groups {
    margin: 0 auto;
  }
}
#about .number {
  width: -moz-fit-content;
  width: fit-content;
  color: rgba(11, 58, 138, 0.2);
  font-size: 120px;
  letter-spacing: 3px;
  line-height: 154px;
  font-weight: 700;
  font-family: "Noto Serif TC";
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
  line-height: 1;
}
@media (max-width: 576px) {
  #about .number {
    font-size: 90px;
  }
}
#about .number-label {
  position: absolute;
  color: #002f84;
  white-space: nowrap;
  font-size: 28px;
}
#about .number-label {
  top: 55%;
  left: 50%;
  transform: translate(-100%, -50%);
}
#about .number-label.label-4 {
  left: 15%;
  transform: translate(-25%, -50%);
}
#about .info {
  font-size: 16px;
  letter-spacing: 2px;
  border-left: 1px solid black;
}
@media (max-width: 576px) {
  #about .info {
    border-left: 0;
  }
}
#about .info-text p {
  line-height: 2;
  white-space: normal;
}
#about .subtitle {
  font-size: 20px;
  color: #002f84;
  font-weight: 900;
  margin-bottom: 0;
}
@media (max-width: 576px) {
  #about .subtitle {
    font-size: 18px;
  }
}
#about .section-one {
  padding-top: 4vmax;
}
#about .section-one .title-block {
  margin: 0 auto 4vmax 40px !important;
}
@media (max-width: 576px) {
  #about .section-one .title-block {
    font-size: 32px;
    margin: 0 auto 4vmax !important;
  }
}
#about .section-one .one-img {
  max-height: 550px;
}
@media (max-width: 992px) {
  #about .section-one .one-img {
    max-height: 450px;
  }
}
#about .section-one .inner-title-block {
  width: 95%;
  margin-left: auto;
}
@media (max-width: 992px) {
  #about .section-one .inner-title-block {
    width: 80%;
    margin: 0 auto 24px;
  }
}
@media (max-width: 576px) {
  #about .section-one .inner-title-block {
    width: 100%;
  }
}
#about .about-slogen .slogen-left {
  width: 50%;
}
@media (max-width: 992px) {
  #about .about-slogen .slogen-left {
    width: 100%;
  }
}
#about .about-slogen .slogen-right {
  width: 50%;
}
@media (max-width: 992px) {
  #about .about-slogen .slogen-right {
    width: 80%;
    margin: 0 auto;
  }
}
@media (max-width: 576px) {
  #about .about-slogen .slogen-right {
    width: 100%;
  }
}
#about .about-slogen .slogen-title {
  margin-bottom: 6vmax;
  position: relative;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #002f84;
}
@media (max-width: 576px) {
  #about .about-slogen .slogen-title {
    font-size: 24px;
  }
}
#about .about-slogen .slogen-title::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100vw;
  height: 50vh;
  transform: translate(-22%, -55%);
  background-position: center;
  background-image: url("/assets/images/slogen_title_bg.png");
  background-repeat: no-repeat;
  background-size: contain;
}
#about .about-slogen .about-slogen-img {
  max-width: 200px;
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  #about .about-slogen .inner-slogen-block {
    width: 80%;
    margin: 0 auto 24px;
  }
}
#about .speed {
  position: relative;
}
#about .speed::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  transform: translateX(-50%);
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("/assets/images/speed_bg.png");
  z-index: 1;
}
#about .speed .speed-left {
  position: relative;
}
#about .speed .speed-left::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  height: 95%;
  width: 0.5px;
  background-color: #323232;
}
@media (max-width: 992px) {
  #about .speed .speed-left::after {
    display: none;
  }
}
#about .speed .speed-left .inner-speed-left {
  padding: 0 1vmax 1vmax 0;
}
@media (max-width: 576px) {
  #about .speed .speed-left .inner-speed-left {
    padding: 0;
  }
}
#about .speed .speed-left .title-groups {
  margin-bottom: 3vmax;
}
#about .speed .speed-left .speed-circle {
  width: 80px;
  height: 80px;
  border: 1px solid #002f84;
  border-radius: 50%;
}
#about .speed .speed-left .circle-text p {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 48px;
  font-weight: 700;
  color: #002f84;
}
@media (max-width: 576px) {
  #about .speed .speed-left .subtitle {
    margin-top: 24px;
  }
}
#about .speed .speed-left .speed-info {
  font-size: 15px;
}
#about .speed .speed-right .inner-speed-right {
  padding: 0 2vmax;
}
@media (max-width: 1440px) {
  #about .speed .speed-right .about-right {
    margin-top: 10vmax;
  }
}
@media (max-width: 1200px) {
  #about .speed .speed-right .about-right {
    margin-top: 16vmax;
  }
}
@media (max-width: 992px) {
  #about .speed .speed-right .number-groups {
    margin: 0 auto;
  }
}
#about .speed .speed-right .number.n-4 {
  margin: 0 8px 5vmax 3vmax;
}
@media (max-width: 992px) {
  #about .speed .speed-right .number.n-4 {
    margin: 6vmax auto 3vmax;
  }
}
#about .speed .speed-right .info {
  position: absolute;
  color: #002f84;
  font-weight: 700;
  font-size: 24px;
  border: 1px solid transparent;
}
@media (max-width: 576px) {
  #about .speed .speed-right .info {
    font-size: 16px;
  }
}
#about .speed .speed-right .info:hover {
  font-weight: 900;
}
#about .speed .speed-right .info-1 {
  top: 0;
  left: 50%;
  transform: translate(-42%, -110%);
}
@media (max-width: 992px) {
  #about .speed .speed-right .info-1 {
    transform: translate(-42%, -120%);
  }
}
#about .speed .speed-right .info-2 {
  top: 0;
  right: 0;
  transform: translate(15%, -20px);
}
@media (max-width: 992px) {
  #about .speed .speed-right .info-2 {
    transform: translate(15%, 10%);
  }
}
@media (max-width: 576px) {
  #about .speed .speed-right .info-2 {
    transform: translate(10%, -100%);
  }
}
#about .speed .speed-right .info-3 {
  bottom: -24px;
  right: 0;
  transform: translate(4%, 0);
}
@media (max-width: 992px) {
  #about .speed .speed-right .info-3 {
    bottom: 11%;
    transform: translate(0, 70%);
  }
}
@media (max-width: 576px) {
  #about .speed .speed-right .info-3 {
    bottom: 11%;
    transform: translate(0, 150%);
  }
}
#about .speed .speed-right .info-4 {
  bottom: -24px;
  left: 0;
  transform: translate(16%, 0);
}
@media (max-width: 992px) {
  #about .speed .speed-right .info-4 {
    bottom: 6%;
    transform: translate(0, 100%);
  }
}
#about .speed .speed-right .info-5 {
  top: 0;
  left: 0;
  transform: translate(3%, -20px);
}
@media (max-width: 992px) {
  #about .speed .speed-right .info-5 {
    top: 15%;
    left: 0;
    transform: translate(35%, 10%);
  }
}
@media (max-width: 576px) {
  #about .speed .speed-right .info-5 {
    transform: translate(0, -100%);
  }
}
#about .process {
  position: relative;
  z-index: 5;
  /*mobile*/
}
@media (max-width: 576px) {
  #about .process {
    padding-top: 4vmax;
  }
}
#about .process .title-groups {
  margin-bottom: 3vmax;
}
#about .process .subtitle {
  text-align: start;
}
@media (max-width: 576px) {
  #about .process .subtitle {
    margin-top: 24px;
    text-align: center;
  }
}
#about .process .subsubtitle {
  transform: translate(0, 42px);
}
#about .process .ex-circle-item {
  width: 20%;
  padding: 0 15px;
}
#about .process .dots {
  width: 90%;
  position: relative;
}
#about .process .dots::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #c0cbd6;
  z-index: 5;
}
#about .process .dots::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(50%, -50%);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #c0cbd6;
  z-index: 5;
}
#about .process .dotted-line {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
}
#about .process .dotted-line::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  border: 5px dashed #d6dce5;
  border-radius: 97.06px 97.06px 0 0;
  border-bottom: 0;
}
#about .process .dotted-line.down-dotted-line::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0px 0px 100px 100px;
  border: 5px dashed #d6dce5;
  border-top: 0;
}
#about .process .big-circle {
  position: absolute;
  top: 10%;
  left: 10%;
  bottom: 10%;
  width: 80%;
  height: 80%;
  background-color: #ecf0f3;
  border-radius: 50%;
}
#about .process .small-circle {
  position: absolute;
  width: 60%;
  height: 60%;
  top: 20%;
  left: 20%;
  bottom: 20%;
  font-size: 60px;
  font-weight: 900;
  color: #002f84;
  border-radius: 50%;
  z-index: 2;
  background-color: #d6dce5;
}
@media (max-width: 576px) {
  #about .process .small-circle {
    font-size: 16px !important;
  }
}
#about .process .line {
  position: absolute;
  left: -25%;
  top: 50%;
  width: 150%;
  height: 15px;
  border-radius: 7.5px;
  background-color: #d6dce5;
  transform: translate(0, -50%);
  z-index: 1;
}
#about .process .process-info {
  color: #002f84;
  font-weight: 700;
  text-align: center;
}
#about .process .mobile-circle-groups {
  margin-top: 10vmax;
}
#about .process .mobile-circle-groups .ex-circle-item {
  width: 50%;
}
#about .process .mobile-circle-groups .small-circle {
  font-size: 16px;
}
#about .process .mobile-circle-groups .dots::before, #about .process .mobile-circle-groups .dots::after {
  width: 12px;
  height: 12px;
}
#about .process .mobile-circle-groups .dotted-line::after {
  width: 50%;
  height: 100%;
  border-radius: 97.06px 0 0 97.06px;
  border-right: 0;
  border-bottom: unset;
}
#about .process .mobile-circle-groups .line {
  left: 50%;
  transform: translate(-50%, -50%);
  width: 7.5px;
  height: 150%;
}
#about .process .mobile-circle-groups .dotted-line::after {
  width: 50%;
  height: 100%;
  border-radius: 66.145px 0 0 66.145px;
  border: 2.5px dashed #d6dce5;
}
#about .process .mobile-circle-groups .dotted-line.down-dotted-line::after {
  transform: translate(100%, 0);
  border-radius: 0 66.145px 66.145px 0;
}
#about .process .mobile-circle-groups .dots::before {
  top: 0;
  left: 50%;
}
#about .process .mobile-circle-groups .dots::after {
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#about .bg-groups {
  position: relative;
}
#about .bg-groups::after {
  opacity: 0.9;
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-image: url("/assets/images/env_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
#about .env {
  position: relative;
  z-index: 5;
}
@media (max-width: 576px) {
  #about .env .number.n-6 {
    margin: 0 auto !important;
  }
}
#about .env .subtitle {
  text-align: start;
}
@media (max-width: 576px) {
  #about .env .subtitle {
    text-align: center;
  }
}
#about .env .exSwiperEnv {
  padding: 24px;
  height: -moz-fit-content;
  height: fit-content;
}
#about .env .exSwiperEnv .env-button-next, #about .env .exSwiperEnv .env-button-prev {
  position: absolute;
  z-index: 2;
}
#about .env .exSwiperEnv .env-button-next img, #about .env .exSwiperEnv .env-button-prev img {
  display: block;
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
}
#about .env .exSwiperEnv .env-button-next {
  top: 50%;
  right: 0;
  transform: translate(20px, -50%);
}
#about .env .exSwiperEnv .env-button-prev {
  top: 50%;
  left: 0;
  transform: translate(-20px, -50%);
}
#about .env .exSwiperEnv .swiper-slide-thumb-active .img-block {
  border: 2px solid #002f84;
}
#about .env .exSwiperEnv .img-block {
  width: 100%;
  padding-bottom: 66.7%;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: white;
  background-position: center;
}
#about .env .swiperEnv2 .swiper-slide {
  padding: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  #about .env .swiperEnv2 .swiper-slide {
    padding: 32px;
  }
}
#about .env .swiperEnv2 .img-wrap {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
#about .env .swiperEnv2 .ex-img {
  width: 92%;
  transform: rotate(10deg) translate(5%, 5%);
}
#about .env .swiperEnv2 .inner-img {
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  padding-bottom: 65.7%;
  transform: translate(5%, 5%);
  background-color: white;
  background-position: center;
}

#contactUs .contact-info {
  width: 80%;
  margin: 0 auto;
  padding: 48px;
  border: 2px solid #002f84;
}
@media (max-width: 576px) {
  #contactUs .contact-info {
    width: 100%;
  }
}
#contactUs .info-title {
  font-weight: 500;
  font-size: 20px;
  text-align: center;
}
@media (max-width: 576px) {
  #contactUs .info-title {
    font-size: 16px;
  }
}
#contactUs .form-control {
  border: 1px solid #898998;
}

#section-new .l-btn {
  font-size: 28px;
}
@media (max-width: 576px) {
  #section-new .l-btn {
    font-size: 20px;
  }
}
#section-new .l-btn.news-btn {
  background-color: transparent;
  border: 1px solid #002f84;
  color: #002f84;
}
#section-new .l-btn.news-btn:hover, #section-new .l-btn.news-btn.active {
  background-color: #002f84;
  color: white;
}
#section-new .horizontal-line {
  width: 100%;
}
@media (max-width: 768px) {
  #section-new .horizontal-line {
    width: 0;
  }
}
#section-new .new-content {
  font-size: 28px;
}
@media (max-width: 992px) {
  #section-new .new-content {
    font-size: 20px;
  }
}
#section-new .go-page {
  border-bottom: unset !important;
}

#footer .go-page {
  color: #FFF;
}
#footer .go-page:hover {
  opacity: 1;
  border-bottom: 3px solid #FFF;
}
#footer .footer-icons {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 16px;
}
#footer .container {
  width: calc(95% - 48px);
}
@media (max-width: 768px) {
  #footer .container {
    width: 100%;
  }
}
#footer .goTop {
  display: block;
  top: 0;
  right: -4vw;
}
@media (max-width: 1200px) {
  #footer .goTop {
    display: none;
  }
}
#footer .circle-bg {
  background-color: white;
}
#footer .fa-info:before {
  font-size: 20px;
}
#footer .nav {
  overflow-x: auto;
}
#footer .pc-nav-btn span {
  white-space: nowrap;
}/*# sourceMappingURL=theme-1.css.map */