@charset "UTF-8";
/******************************************************************
    個別主題樣式調整
	Vars 變數
*******************************************************************/
/* 編寫順序
 *
 * - 色彩
 * - 文字
 * - Header、Footer 設定
 * - Breakpoints
 */
/*----------------------------------------------------------
	Theme Color 主/輔 顏色
-----------------------------------------------------------*/
/*----------------------------------------------------------
	文字顏色
-----------------------------------------------------------*/
/*----------------------------------------------------------
	錯誤顏色
-----------------------------------------------------------*/
/*----------------------------------------------------------
	提示顏色
-----------------------------------------------------------*/
/*----------------------------------------------------------
	醒目顏色
-----------------------------------------------------------*/
/*----------------------------------------------------------
	Money 貨幣顏色
-----------------------------------------------------------*/
/*----------------------------------------------------------
	社群顏色
-----------------------------------------------------------*/
/*----------------------------------------------------------
	背景色
-----------------------------------------------------------*/
/*----------------------------------------------------------
	側選單
-----------------------------------------------------------*/
/*----------------------------------------------------------
	分隔線
-----------------------------------------------------------*/
/*----------------------------------------------------------
	遮罩
-----------------------------------------------------------*/
/*----------------------------------------------------------
	表格
-----------------------------------------------------------*/
/*----------------------------------------------------------
	表單
-----------------------------------------------------------*/
/***********************************************************
	Font 文字
***********************************************************/
/*----------------------------------------------------------
	預設
-----------------------------------------------------------*/
/*----------------------------------------------------------
	標題字
-----------------------------------------------------------*/
/*----------------------------------------------------------
	字體
-----------------------------------------------------------*/
/***********************************************************
	桌機選單 選項 PC Menu Options
***********************************************************/
/***********************************************************
	頁尾 選項 Footer Options
***********************************************************/
/***********************************************************
	Breakpoints
***********************************************************/
/*全域共同*/
*, *::after, *::before {
  font-family: "Noto Sans TC", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.fa, .fa::before, .fa::after {
  font-family: "FontAwesome" !important;
}

.breadcrumb {
  font-size: 16px;
  letter-spacing: 2px;
}

main {
  padding-top: 0;
  position: relative;
}

.down-icon {
  width: 16px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.3s ease;
  transform: rotate(180deg);
}
.down-icon.rotate-180 {
  transform: rotate(360deg);
}

.search-btn {
  padding: 8px 0 !important;
}
.search-btn .search-groups {
  width: 20px;
  height: 20px;
  margin: 0 20px 0 10px;
}
@media (max-width: 576px) {
  .search-btn .search-groups {
    width: 16px;
    height: 16px;
    margin: 0 0 0 10px;
  }
}
.search-btn .search-groups .e-font-icon-svg {
  fill: #666666;
}

.l-btn {
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
  border-radius: 0;
  transition: all 0.3s ease;
  text-decoration: none;
  padding: 5px 60px;
}
.l-btn:hover {
  color: #ffffff;
  text-decoration: none;
}
.l-btn-outline {
  background: transparent;
  border: 1px solid #ffffff;
}
.l-btn-outline:hover {
  background-color: #C7161D;
  border-color: #C7161D;
  font-weight: 500;
}
.l-btn-primary {
  background-color: #C7161D;
  border: 1px solid #C7161D;
  letter-spacing: 2px;
}
.l-btn-primary:hover {
  background-color: #666666;
  border-color: #666666;
}

.overlay-btn {
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 8px 2.8vw;
  border-radius: 0;
  transition: all 0.3s ease;
  font-size: 16px;
  background: transparent;
  display: inline-block;
  white-space: nowrap;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1.6% 25% 1.6% 25%;
  margin: 0 auto;
  display: block;
}
.overlay-btn:hover {
  border: 1px solid #C7161D;
  background-color: white;
  color: #C7161D;
}

.long .overlay-btn {
  padding: 1.6% 17% 1.6% 17%;
  display: block;
}
@media (max-width: 1024px) {
  .long .overlay-btn {
    display: none;
  }
}

.long .overlay-btn.d-1024-block {
  display: none;
}
@media (max-width: 1024px) {
  .long .overlay-btn.d-1024-block {
    display: block;
  }
}

.l-title-groups {
  margin-bottom: 60px;
}

.l-title {
  color: #C7161D;
  font-weight: bold;
  font-size: 70px;
  letter-spacing: 4px;
  line-height: 1;
}
@media (max-width: 1400px) {
  .l-title {
    font-size: 50px;
  }
}
@media (max-width: 1024px) {
  .l-title {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .l-title {
    font-size: 25px;
  }
}

.l-subtitle {
  letter-spacing: 4px;
  font-size: 24px;
  white-space: nowrap;
}
@media (max-width: 1400px) {
  .l-subtitle {
    font-size: 22px;
  }
}
@media (max-width: 1024px) {
  .l-subtitle {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .l-subtitle {
    font-size: 18px;
  }
}

.title-deco-1 {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: end;
  margin: 0 20px 0 12px;
}
@media (max-width: 1024px) {
  .title-deco-1 {
    width: 40px;
    height: 40px;
  }
}

.title-deco-2 {
  width: 37px;
  height: 37px;
  display: flex;
  align-items: end;
  margin: 0 20px 0 0px;
}
@media (max-width: 1024px) {
  .title-deco-2 {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 767px) {
  .title-deco-2 {
    width: 24px;
    height: 24px;
  }
}

.process-info-list {
  font-family: sans-serif;
}
.process-info-list .process-info-item {
  font-size: 16px;
  line-height: 1.5;
}
.process-info-list .info-label {
  color: #666666;
}
.process-info-list .info-divider {
  color: #666666; /* 配合標題顏色，或依實際設計稿微調 */
  margin: 0 12px;
}
.process-info-list .info-value {
  color: #CC3366;
}
.process-info-list .info-value:hover {
  color: #333366;
}

main .pro-list {
  margin-left: -10px;
  margin-right: -10px;
}
main .pro-list .pro-card {
  border: 0;
  box-shadow: unset !important;
  padding: 0;
}
main .pro-list .pro-card .pro-img-box {
  padding: 0;
}
main .pro-list .info {
  letter-spacing: 1.5px;
}
main .pro-list .info .info-deco {
  height: 4px;
  width: 5%;
  background-color: black;
  margin-right: 12px;
}
main .pro-list .info .title {
  vertical-align: middle;
  font-size: 20px;
  color: #333333 !important;
  letter-spacing: 1.5px;
  font-weight: 500;
}
@media (max-width: 1400px) {
  main .pro-list .info .title {
    font-size: 19px;
  }
}
@media (max-width: 1024px) {
  main .pro-list .info .title {
    font-size: 18px;
  }
}
main .pro-list .info .title:hover {
  color: #C7161D !important;
}

.pro-item {
  width: 33.3333333333%;
  flex: 0 1 33.3333333333%;
  flex-grow: 0;
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 46px;
}
@media (max-width: 1400px) {
  .pro-item {
    width: 50%;
    flex: 0 1 50%;
  }
}
@media (max-width: 767px) {
  .pro-item {
    width: 100%;
    flex: 0 1 100%;
  }
}
@media (max-width: 576px) {
  .pro-item {
    margin-bottom: 40px;
  }
}
.pro-item:hover .pro-img-box img {
  transform: scale(1) translateY(-12px) !important;
}

/*layout*/
#header-top {
  padding: 15px 20px;
  height: unset;
  background-color: rgba(255, 255, 255, 0.9490196078);
}
#header-top .header-content {
  padding: 10px;
}
#header-top .e-fas-search {
  fill: rgb(102, 102, 102) !important;
}
#header-top .e-fas-search:hover {
  fill: rgb(199, 22, 29) !important;
}
#header-top .btn.dropdown-toggle {
  border: 1px solid black;
  border-radius: 0;
  font-size: 15px;
  padding: 5px 18px;
  line-height: 1.2;
  letter-spacing: 2px;
}
#header-top .btn.dropdown-toggle:hover {
  color: #C7161D;
}
#header-top .btn.dropdown-toggle::after {
  display: none;
}
#header-top .dropdown-list {
  min-width: -moz-fit-content;
  min-width: fit-content;
  width: 50px !important;
}
#header-top .lang_list_pc.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}
#header-top .lang_list_pc.dropdown .dropdown-item {
  font-size: 14px;
}
#header-top .lang_list_pc.dropdown .dropdown-item.active {
  background-color: transparent;
  color: inherit;
}
#header-top .lang_list_pc.dropdown .dropdown-item:hover {
  background-color: #C7161D;
  color: #ffffff;
}
#header-top .wrap-nav-list > li:hover .nav-btn::after {
  transform: scale(0);
}
#header-top .fw-menu {
  background-color: transparent;
}
#header-top .fw-menu .wrap-nav-list {
  background-color: white;
}
#header-top .list-item a {
  transition: none;
}
#header-top .list-item:hover a.nav-btn {
  color: #C7161D;
}
#header-top .sub-item .has-sub-item::after {
  display: none;
}
#header-top .sub-item-1 {
  min-width: 146px;
  box-shadow: 2px 2px 15px 0px rgba(0, 0, 0, 0.13);
}
#header-top .nav .list-item > .sub-item {
  top: 100%;
}
#header-top .list-item:hover .nav .sub-item {
  display: block;
}
#header-top .list-item:hover .fw-menu {
  visibility: visible;
  opacity: 1;
}
#header-top .nav-btn {
  height: -moz-max-content;
  height: max-content;
  padding: 0 15px !important;
  margin: 0;
}
#header-top .nav-btn span {
  font-size: 16px;
  line-height: 1.2;
}
#header-top .nav-btn.pc-nav-btn {
  height: -moz-fit-content;
  height: fit-content;
}
#header-top .nav-btn-sub span {
  color: #333333;
}
#header-top .nav .sub-item {
  position: relative;
}
#header-top .nav .sub-item span {
  letter-spacing: 2px;
}
#header-top .nav .sub-item li:hover {
  background: #C7161D;
}
#header-top .nav .sub-item li:hover > a span {
  color: white;
}
#header-top .nav .list-item:hover .sub-item-1 {
  display: block;
  padding-left: 0;
  width: -moz-fit-content;
  width: fit-content;
}
#header-top .sub-item-2 {
  padding: 0;
}
#header-top .ex-sub-item {
  padding-top: 16px;
  position: absolute;
}
#header-top .fa-chevron-down {
  color: #333333;
  font-size: 10px;
  margin-left: 10px;
}
#header-top .header-right .list-item:last-child .nav-btn {
  border-right: none;
}

nav.navbar .logo-img {
  padding: 10px;
}
@media (max-width: 576px) {
  nav.navbar .logo-img {
    width: 210px;
  }
}
nav.navbar ul {
  list-style-type: none;
}
nav.navbar .navbar-toggler {
  background-color: #C7161D;
  border-radius: 0;
}
nav.navbar .btn.dropdown-toggle {
  border: 1px solid black;
  border-radius: 0;
  font-size: 15px;
  padding: 5px 18px;
  line-height: 1.2;
  letter-spacing: 2px;
}
@media (max-width: 992px) {
  nav.navbar .btn.dropdown-toggle {
    margin: 0 10px;
  }
}
nav.navbar .btn.dropdown-toggle:hover {
  color: #C7161D;
}
nav.navbar .btn.dropdown-toggle::after {
  display: none;
}
nav.navbar .dropdown-list {
  min-width: -moz-fit-content;
  min-width: fit-content;
  width: 50px !important;
}

#section-bn {
  padding-top: 94.05px;
  padding-bottom: 0;
}
@media (max-width: 992px) {
  #section-bn {
    padding-top: 79.33px;
  }
}
@media (max-width: 576px) {
  #section-bn {
    padding-top: 75px;
  }
}
#section-bn .swiper-slide {
  min-height: 40vw;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1024px) {
  #section-bn .swiper-slide {
    min-height: 56vw;
  }
}
@media (max-width: 767px) {
  #section-bn .swiper-slide {
    min-height: 110vw;
  }
}
#section-bn .banner-content {
  position: absolute;
  top: 50%;
  left: 7%;
  padding: 10px;
  transform: translateY(-50%);
  color: #ffffff;
  z-index: 2;
}
@media (max-width: 1400px) {
  #section-bn .banner-content {
    left: 5%;
  }
}
@media (max-width: 767px) {
  #section-bn .banner-content {
    left: 10px;
    transform: translateY(50%);
  }
}
@media (max-width: 576px) {
  #section-bn .banner-content {
    left: 10px;
    transform: translateY(-25%);
  }
}
#section-bn .banner-content .banner-title {
  letter-spacing: 4px;
  margin-bottom: 1rem;
  font-size: 4.2vw;
  font-weight: 600;
  line-height: 1.26em;
}
@media (max-width: 1400px) {
  #section-bn .banner-content .banner-title {
    font-size: 50px;
  }
}
@media (max-width: 1024px) {
  #section-bn .banner-content .banner-title {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  #section-bn .banner-content .banner-title {
    font-size: 25px;
  }
}
#section-bn .banner-content .banner-subtitle {
  margin-bottom: 2.5rem;
  letter-spacing: 1px;
  font-size: 16px;
  color: white;
  font-weight: 500;
  letter-spacing: 2px;
}
#section-bn .bn-button-next, #section-bn .bn-button-prev {
  position: absolute;
  transform: translateY(-50%);
  z-index: 5;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #C7161D;
  display: flex;
  justify-content: center;
  align-items: center;
}
#section-bn .bn-button-next img, #section-bn .bn-button-prev img {
  width: 16px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  #section-bn .bn-button-next, #section-bn .bn-button-prev {
    display: none;
  }
}
#section-bn .bn-button-next {
  left: 20px;
  top: 50%;
}
@media (max-width: 1024px) {
  #section-bn .bn-button-next {
    left: 14px;
  }
}
#section-bn .bn-button-prev {
  right: 20px;
  top: 50%;
}
@media (max-width: 1024px) {
  #section-bn .bn-button-prev {
    right: 14px;
  }
}
#section-bn .banner-pagination {
  text-align: left;
  left: 8px !important;
  top: unset !important;
  bottom: 8px !important;
}
#section-bn .banner-pagination .swiper-pagination-bullet {
  width: 7px !important;
  height: 7px !important;
  background: rgba(255, 255, 255, 0.5) !important;
  opacity: 1;
  margin: 0 5px;
}
#section-bn .banner-pagination .swiper-pagination-bullet-active {
  background: #ffffff !important;
}

main #section-product {
  padding: 5% 7% 7% 7%;
}
@media (max-width: 1400px) {
  main #section-product {
    padding: 5% 5% 7% 5%;
  }
}
@media (max-width: 1024px) {
  main #section-product {
    padding: 7% 5% 10% 5%;
  }
}
@media (max-width: 767px) {
  main #section-product {
    padding: 35px 10px 55px 10px;
  }
}
main #section-product .l-title-groups {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  main #section-product .l-title-groups {
    padding-left: 10px;
  }
}
main #section-product .l-title-groups .l-subtitle {
  white-space: nowrap;
}
@media (max-width: 767px) {
  main #section-product .container {
    padding-left: 0;
    padding-right: 0;
  }
}
main #section-product .header-group {
  align-items: end;
  margin: 0;
}
@media (max-width: 767px) {
  main #section-product .header-group {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  main #section-product .header-group .breadcrumb {
    font-size: 14px;
  }
}
main #section-product #product_left_menu > .main-accordion:last-of-type {
  border: 1px solid #d3d3d3;
}
main #section-product #product_left_menu {
  width: 24.6%;
  padding: 10px;
}
@media (max-width: 1024px) {
  main #section-product #product_left_menu {
    display: none;
  }
}
main #section-product #product_left_menu .sub-item {
  padding: 0;
  background-color: white;
}
main #section-product #product_left_menu .pro-title-block {
  padding-left: 25px;
}
main #section-product #product_left_menu .sub-item-1 {
  border-left: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3;
}
main #section-product #product_left_menu .sub-item-1 .pro-title-block {
  padding-left: 42px;
  font-size: 17px;
  letter-spacing: 1.5px;
  border-top: 1px solid #d3d3d3;
  color: #464646;
}
main #section-product #product_left_menu .sub-item-1 .pro-title-block:hover {
  background-color: #C7161D;
  color: white;
}
main #section-product #product_left_menu .sub-item-2 .pro-title-block {
  background-color: #F8F8F8;
  border: 0;
}
main #section-product #product_left_menu .sub-item-2 .pro-title-block:hover {
  background-color: #f8f8f8;
}
main #section-product #product_left_menu .sub-item-2 .pro-title-block:hover a {
  color: #C7161D;
}
main #section-product #product_left_menu .sub-item-2 .pro-title-block a {
  padding: 3px 15% 5px 12%;
  width: 100%;
  border-bottom: 1px solid #dbdbdb;
}
main #section-product #product_left_menu .sub-item-2 .accordion:first-child .pro-title-block {
  padding-top: 15px;
}
main #section-product #product_left_menu .sub-item-2 .accordion:last-child .pro-title-block {
  padding-bottom: 30px;
}
main #section-product #product_left_menu .main-pro-title {
  background-color: #484848;
  color: white;
  font-size: 19px;
  font-weight: 400;
  letter-spacing: 1.5px;
}
main #section-product #product_left_menu .main-pro-title:hover, main #section-product #product_left_menu .main-pro-title.active {
  background-color: #1A1A1A;
  font-weight: 400;
}
main #section-product #product_left_menu .main-pro-title .circle {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: white;
  margin-right: 8px;
}
main #section-product #product_content {
  width: 75.3%;
  padding-left: 30px;
}
@media (max-width: 1024px) {
  main #section-product #product_content {
    width: 100%;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  main #section-product #product_content {
    padding-left: 0px;
  }
}
main #section-product #product_content #section-product {
  padding: 10px;
}

.section-product {
  padding-top: 80px;
}
@media (max-width: 1024px) {
  .section-product {
    padding-top: 60px;
  }
}
@media (max-width: 768px) {
  .section-product {
    padding-top: 50px;
  }
}
.section-product .l-title-group {
  margin-bottom: 20px;
}
.section-product .l-subtitle {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(100%, 0px);
  font-size: 24px;
  line-height: 1;
}
@media (max-width: 1400px) {
  .section-product .l-subtitle {
    font-size: 22px;
  }
}
@media (max-width: 1024px) {
  .section-product .l-subtitle {
    font-size: 20px;
  }
}
.section-product .product-name {
  font-size: 22px;
  color: #333;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1;
}
@media (max-width: 1400px) {
  .section-product .product-name {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .section-product .product-name {
    font-size: 17px;
  }
}
.section-product .ex-pro-6 {
  width: 66.6%;
  padding-right: 30px;
}
@media (max-width: 1024px) {
  .section-product .ex-pro-6 {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .section-product .ex-pro-6 {
    width: 100%;
    padding-right: 0;
  }
}
.section-product .ex-pro-3 {
  width: 33.3%;
}
@media (max-width: 1024px) {
  .section-product .ex-pro-3 {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .section-product .ex-pro-3 {
    width: 100%;
  }
}
.section-product .product-group {
  flex-direction: column;
}
@media (min-width: 768px) {
  .section-product .product-group {
    flex-direction: row;
  }
}
.section-product .product-group:nth-child(even) .ex-pro-6 {
  padding-right: 30px;
}
@media (max-width: 1400px) {
  .section-product .product-group:nth-child(even) .ex-pro-6 {
    padding-right: 25px;
  }
}
@media (max-width: 1024px) {
  .section-product .product-group:nth-child(even) .ex-pro-6 {
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .section-product .product-group:nth-child(even) .ex-pro-6 {
    padding-right: 0;
  }
}
.section-product .product-group:nth-child(odd) .ex-pro-3 {
  padding-right: 30px;
}
@media (max-width: 1400px) {
  .section-product .product-group:nth-child(odd) .ex-pro-3 {
    padding-right: 25px;
  }
}
@media (max-width: 1024px) {
  .section-product .product-group:nth-child(odd) .ex-pro-3 {
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .section-product .product-group:nth-child(odd) .ex-pro-3 {
    padding-right: 0;
  }
}
.section-product .product-card {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 340px;
}
@media (max-width: 1400px) {
  .section-product .product-card {
    height: 420px;
  }
}
@media (max-width: 1024px) {
  .section-product .product-card {
    height: 340px;
  }
}
@media (max-width: 767px) {
  .section-product .product-card {
    height: 289.84px;
  }
}
@media (max-width: 576px) {
  .section-product .product-card {
    height: 279.05px;
  }
}
.section-product .product-card .product-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(199, 22, 29, 0.7);
  color: #fff;
  height: 340px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
  padding: 1.5rem;
  padding: 50px 40px 30px 40px;
}
@media (max-width: 1400px) {
  .section-product .product-card .product-overlay {
    height: 420px;
  }
}
@media (max-width: 1024px) {
  .section-product .product-card .product-overlay {
    padding: 30px;
    height: 340px;
  }
}
@media (max-width: 767px) {
  .section-product .product-card .product-overlay {
    height: 289.84px;
    padding: 35px 35px 45px 35px;
  }
}
@media (max-width: 576px) {
  .section-product .product-card .product-overlay {
    height: 279.05px;
  }
}
.section-product .product-card .product-overlay.long .overlay-header {
  flex: 0 0 50%;
}
@media (max-width: 1024px) {
  .section-product .product-card .product-overlay.long .overlay-header {
    display: none;
  }
}
.section-product .product-card .product-overlay.long .ex-overlay-list {
  width: 100%;
}
.section-product .product-card:hover .product-overlay {
  opacity: 1;
  visibility: visible;
}
.section-product .overlay-content {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .section-product .overlay-content {
    justify-content: flex-start;
    height: 100%;
  }
}
.section-product .overlay-content .overlay-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .section-product .overlay-content .overlay-header {
    display: none;
  }
}
.section-product .overlay-content .overlay-header h4 {
  font-size: 20px;
  margin-bottom: 1rem;
  font-weight: bold;
  margin-bottom: 32px;
  letter-spacing: 4px;
}
@media (max-width: 1400px) {
  .section-product .overlay-content .overlay-header h4 {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .section-product .overlay-content .overlay-header h4 {
    display: none;
  }
}
.section-product .overlay-content .overlay-header hr {
  border-top: 1px solid #fff;
  margin: 1rem 0;
  width: 80%;
}
.section-product .overlay-content .overlay-header .btn {
  border-radius: 0;
  border-width: 1px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .section-product .overlay-content .overlay-header .btn {
    font-size: 15px;
  }
}
.section-product .overlay-content .overlay-header .btn:hover {
  background-color: #fff;
  color: #c7161d;
}
@media (max-width: 1024px) {
  .section-product .overlay-content .ex-overlay-list {
    width: 100%;
  }
}
.section-product .overlay-content .overlay-list {
  flex: 0 0 55%;
  list-style: none;
  padding-left: 1.5rem;
  margin-bottom: 0;
  font-size: 0.9rem;
  margin-bottom: 24px;
}
@media (max-width: 1024px) {
  .section-product .overlay-content .overlay-list {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .section-product .overlay-content .overlay-list {
    margin-bottom: 17px;
  }
}
.section-product .overlay-content .overlay-list li {
  margin-bottom: 0.6rem;
  position: relative;
  line-height: 1.5;
  font-size: 16px;
}
.section-product .overlay-content .overlay-list li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -1rem;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: white;
}

@media (max-width: 767.98px) {
  .section-product .overlay-content {
    flex-direction: column;
  }
  .section-product .overlay-content .overlay-header, .section-product .overlay-content .overlay-list {
    flex: 0 0 100%;
    width: 100%;
  }
  .section-product .overlay-content .overlay-list {
    border-left: none;
    padding-left: 1rem;
  }
}
.section-news {
  background-image: url("/assets/images/news_bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 7%;
  background-attachment: fixed;
}
@media (max-width: 1400px) {
  .section-news {
    padding: 7% 5%;
  }
}
@media (max-width: 767px) {
  .section-news {
    padding: 45px 10px;
  }
}
.section-news .l-title-groups {
  margin-bottom: 0;
}
.section-news .news-list-container {
  border-top: 1px solid #CCCCCC;
  margin: 36px 0 30px 0;
}
@media (max-width: 1140px) {
  .section-news .news-list-container {
    max-width: 840px;
  }
}
@media (max-width: 1024px) {
  .section-news .news-list-container {
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  .section-news .news-list-container {
    margin: 28px 0 20px 0;
  }
}
.section-news .news-list-item {
  padding: 22px 0;
  border-bottom: 1px solid #CCCCCC;
  text-decoration: none;
  color: #333333;
  transition: background-color 0.3s ease;
}
@media (max-width: 1400px) {
  .section-news .news-list-item {
    padding: 19px 0;
  }
}
@media (max-width: 1024px) {
  .section-news .news-list-item {
    padding: 17px 0;
  }
}
@media (max-width: 767px) {
  .section-news .news-list-item {
    padding: 15px 0;
  }
}
.section-news .news-list-item:hover {
  text-decoration: none;
  color: #333333;
}
.section-news .news-list-item:hover .news-arrow {
  transform: translateX(10px);
}
.section-news .news-category {
  background-color: #c7161d;
  color: #ffffff;
  font-size: 16px;
  padding: 1.5px 19px;
  text-align: center;
  letter-spacing: 2px;
  white-space: nowrap;
  width: 12.5%;
}
.section-news .news-category:hover {
  background-color: #666666;
}
@media (max-width: 1200px) {
  .section-news .news-category {
    width: unset;
  }
}
@media (max-width: 767px) {
  .section-news .news-category {
    font-size: 15px;
  }
}
.section-news .news-date {
  color: #666666;
  font-size: 16px;
  letter-spacing: 1px;
  white-space: nowrap;
  border-right: 1px solid #CCCCCC;
  line-height: 1.8em;
  padding: 0 24px;
  margin: 0 24px 0 0;
}
@media (max-width: 1024px) {
  .section-news .news-date {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .section-news .news-date {
    margin: 6px 24px 0 0;
    font-size: 13px;
    border-right: transparent;
  }
}
.section-news .news-article-title {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.5;
}
@media (max-width: 1400px) {
  .section-news .news-article-title {
    font-size: 18px;
  }
}
.section-news .news-article-title:hover {
  color: #c7161d;
}
.section-news .news-arrow {
  transition: transform 0.3s ease;
  display: flex;
  align-items: center;
}

.section-now {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  padding: 4.5% 7%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
@media (max-width: 1400px) {
  .section-now {
    padding: 4% 7%;
  }
}
@media (max-width: 1024px) {
  .section-now {
    padding: 6%;
  }
}
@media (max-width: 767px) {
  .section-now {
    padding: 40px 20px;
  }
}
.section-now .inner-section-now {
  padding: 10px;
}
.section-now__content {
  text-align: center;
}
@media (min-width: 768px) {
  .section-now__content {
    text-align: left;
  }
}
.section-now__sub-title {
  color: #666;
  margin-bottom: 12px;
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 17px;
}
@media (min-width: 1025px) {
  .section-now__sub-title {
    font-size: 18px;
  }
}
@media (min-width: 1401px) {
  .section-now__sub-title {
    font-size: 20px;
  }
}
.section-now__title {
  color: #333;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 30px;
  font-size: 18px;
}
@media (min-width: 768px) {
  .section-now__title {
    font-size: 26px;
  }
}
@media (min-width: 1025px) {
  .section-now__title {
    font-size: 28px;
  }
}
@media (min-width: 1401px) {
  .section-now__title {
    font-size: 32px;
  }
}
.section-now__action {
  margin-top: 10px;
}

.fw-menu {
  opacity: 0;
  visibility: hidden;
  background-color: #ffffff; /* 依據設計稿設定底色 */
  width: 60%;
  position: fixed;
  top: 60px;
  left: unset;
  right: 0;
  transform: translateX(-25%);
  border: transparent;
}
@media (max-width: 1400px) {
  .fw-menu {
    height: 50vh;
    overflow-y: scroll;
    box-shadow: 2px 8px 15px -5px rgba(0, 0, 0, 0.13);
  }
}
.fw-menu .fw-menu-wrap {
  /* 主標題樣式 (對應藍色虛線) */
}
.fw-menu .fw-menu-wrap .wrap-nav-list {
  box-shadow: 2px 2px 15px 0px rgba(0, 0, 0, 0.13);
}
.fw-menu .fw-menu-wrap .menu-section-title {
  font-size: 16px;
  color: #333333;
  padding-bottom: 15px;
  margin-bottom: 25px;
  border-bottom: 2px solid #dddddd; /* 標題下方的分隔線 */
}
.fw-menu .fw-menu-wrap .menu-section-title:hover a {
  color: #c7161d;
}
.fw-menu .fw-menu-wrap {
  /* 列表共用樣式清除 */
}
.fw-menu .fw-menu-wrap ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
.fw-menu .fw-menu-wrap ul li {
  margin-bottom: 12px; /* 項目之間的間距 */
}
.fw-menu .fw-menu-wrap ul a {
  text-decoration: none;
  display: block;
  transition: color 0.3s ease;
}
.fw-menu .fw-menu-wrap {
  /* 左側加工方式區塊樣式 */
}
.fw-menu .fw-menu-wrap .sidebar-section .sidebar-list {
  /* 左側選單項目 (對應紅色虛線) */
}
.fw-menu .fw-menu-wrap .sidebar-section .sidebar-list li {
  margin-bottom: 0;
}
.fw-menu .fw-menu-wrap .sidebar-section .sidebar-list .sidebar-item-link {
  font-size: 16px;
  color: #555555;
  padding: 8px 12px;
}
.fw-menu .fw-menu-wrap .sidebar-section .sidebar-list .sidebar-item-link:hover {
  color: #000000; /* 滑鼠移過去的變色提示，可依需求調整 */
  background-color: #c7161d;
  color: white;
}
.fw-menu .fw-menu-wrap {
  /* 右側應用領域區塊樣式 */
}
.fw-menu .fw-menu-wrap .main-content-section .category-column {
  /* 避免文字太靠近造成排版擁擠 */
  padding: 0 15px;
  /* 次標題樣式 (對應紅色虛線) */
}
.fw-menu .fw-menu-wrap .main-content-section .category-column .category-title {
  font-size: 16px;
  color: black;
  margin-bottom: 25px;
  font-weight: normal;
  padding: 16px 12px;
}
.fw-menu .fw-menu-wrap .main-content-section .category-column .category-title:hover {
  background-color: #c7161d;
  color: white;
}
.fw-menu .fw-menu-wrap .main-content-section .category-column .category-list {
  position: relative;
}
.fw-menu .fw-menu-wrap .main-content-section .category-column .category-list::before {
  content: "";
  position: absolute;
  top: 0;
  left: -16px;
  width: 0.5px;
  height: 100%;
  background-color: #eeeeee;
}
.fw-menu .fw-menu-wrap .main-content-section .category-column .category-list .category-item-link {
  font-size: 15px;
  color: #888888; /* 稍淺的灰色，對應設計稿視覺 */
}
.fw-menu .fw-menu-wrap .main-content-section .category-column .category-list .category-item-link:hover {
  color: #c7161d;
}

.contact-section {
  color: #333333;
}
.contact-section .contact-breadcrumb {
  font-size: 16px;
}
@media (max-width: 1400px) {
  .contact-section .contact-breadcrumb {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .contact-section .contact-breadcrumb {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .contact-section .contact-breadcrumb {
    font-size: 12px;
  }
}
.contact-section .contact-breadcrumb .breadcrumb-item a {
  color: #666;
  text-decoration: none;
}
.contact-section .contact-breadcrumb .breadcrumb-item a:hover {
  color: #c7161d;
}
.contact-section .contact-breadcrumb .breadcrumb-item.active {
  color: #999;
}
.contact-section .contact-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: ">";
  color: #999;
}
.contact-section .contact-layout-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.contact-section .contact-layout-wrapper .contact-info-column {
  flex: 0 0 28.9%;
  max-width: 28.9%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .contact-section .contact-layout-wrapper .contact-info-column {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 2rem;
  }
}
.contact-section .contact-layout-wrapper .contact-form-column {
  flex: 0 0 71%;
  max-width: 71%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .contact-section .contact-layout-wrapper .contact-form-column {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.contact-section .contact-intro-text {
  font-size: 20px;
  color: #555;
  line-height: 1.8;
}
.contact-section .contact-intro-text p {
  font-weight: 400;
  color: #666666;
  letter-spacing: 2px;
}
@media (max-width: 1400px) {
  .contact-section .contact-intro-text {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .contact-section .contact-intro-text {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .contact-section .contact-intro-text {
    font-size: 17px;
  }
}
.contact-section .contact-form .contact-form-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.contact-section .contact-form .form-group {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 23px;
}
.contact-section .contact-form .col-location {
  width: 28.6%;
}
@media (max-width: 1024px) {
  .contact-section .contact-form .col-location {
    width: 100%;
  }
}
.contact-section .contact-form .col-company {
  width: 71%;
}
@media (max-width: 1024px) {
  .contact-section .contact-form .col-company {
    width: 100%;
  }
}
.contact-section .contact-form .col-half {
  width: 50%;
}
@media (max-width: 767px) {
  .contact-section .contact-form .col-half {
    width: 100%;
  }
}
.contact-section .contact-form .col-full {
  width: 100%;
}
.contact-section .contact-form label, .contact-section .contact-form .form-control {
  font-size: 16px;
}
.contact-section .contact-form label {
  color: #555;
  margin-bottom: 0.5rem;
}
.contact-section .contact-form .form-control {
  border: 1px solid #666666;
  border-radius: 0;
  box-shadow: none;
}
.contact-section .contact-form .form-control:focus {
  border-color: #333333;
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.05);
}
.contact-section .contact-form .form-check {
  padding-left: 10px;
  margin-bottom: 0;
}
.contact-section .contact-form .contact-submit-button {
  background-color: #c7161d;
  color: #ffffff;
  font-size: 16px;
  padding: 10px 40px;
  border: none;
  border-radius: 0;
  transition: background-color 0.3s ease;
}
.contact-section .contact-form .contact-submit-button:hover {
  background-color: #c7161d;
}
.contact-section .form-check-input {
  width: 14px;
  height: 14px;
  border-radius: 3px;
  border: 1px solid #333333;
}
.contact-section .form-check-label {
  font-size: 16px;
  letter-spacing: 2px;
  color: #666666;
  font-weight: 400;
}

.section-location {
  /* 黑色背景區塊 */
  background-color: #1a1a1a;
  /* ==============================
     左邊黑色區塊設定
     ============================== */
}
.section-location .location-info-block {
  padding: 0 7.5%;
  display: flex;
  align-items: center; /* 讓內部區塊垂直置中 */
  max-height: 378.33px;
}
@media (max-width: 1400px) {
  .section-location .location-info-block {
    padding: 5%;
  }
}
@media (max-width: 767px) {
  .section-location .location-info-block {
    padding: 40px 20px 30px 20px;
    align-items: flex-start; /* 手機版靠上對齊 */
    min-height: unset;
  }
}
.section-location .location-content {
  width: 100%;
  text-align: left;
}
.section-location {
  /* ==============================
     標題區塊 (您提供之 [不要更動] 的 class)
     ============================== */
}
.section-location .l-title-groups {
  margin-bottom: 30px;
}
@media (max-width: 1400px) {
  .section-location .l-title-groups {
    fmargin-bottom: 20px;
  }
}
.section-location .l-title-groups .l-title {
  /* 紅色虛線：標題大小 */
  font-size: 59px;
  font-weight: bold;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 1.1px;
}
@media (max-width: 1400px) {
  .section-location .l-title-groups .l-title {
    font-size: 50px;
  }
}
@media (max-width: 1024px) {
  .section-location .l-title-groups .l-title {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .section-location .l-title-groups .l-title {
    font-size: 25px;
  }
}
.section-location .l-title-groups .title-deco-1 {
  /* 黃色虛線：圖片/SVG 寬高 */
  width: 50px;
  height: 50px;
  margin-right: 15px;
  margin-bottom: 5px; /* 微調高度以視覺對齊 */
  display: flex;
  align-items: end;
}
@media (max-width: 1400px) {
  .section-location .l-title-groups .title-deco-1 {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 1024px) {
  .section-location .l-title-groups .title-deco-1 {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 767px) {
  .section-location .l-title-groups .title-deco-1 {
    width: 30px;
    height: 30px;
  }
}
.section-location .l-title-groups .title-deco-1 svg {
  width: 100%;
  height: auto;
}
.section-location .l-title-groups .l-subtitle {
  /* 藍色虛線：聯絡我們 */
  font-size: 22px;
  color: #ffffff;
  white-space: nowrap;
}
@media (max-width: 1400px) {
  .section-location .l-title-groups .l-subtitle {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .section-location .l-title-groups .l-subtitle {
    font-size: 17px;
  }
}
.section-location {
  /* ==============================
     內容資訊區塊
     ============================== */
}
.section-location .company-details {
  letter-spacing: 1.1px;
  display: flex;
  flex-direction: row;
}
@media (max-width: 1024px) {
  .section-location .company-details {
    flex-direction: column;
  }
}
.section-location .company-details .company-name {
  /* 藍色虛線：桃園總公司 */
  font-size: 22px;
  color: #ffffff;
  font-weight: 500;
  white-space: nowrap;
}
@media (max-width: 1400px) {
  .section-location .company-details .company-name {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .section-location .company-details .company-name {
    font-size: 17px;
  }
}
@media (max-width: 1024px) {
  .section-location .company-details .contact-list {
    margin-top: 15px;
  }
}
.section-location .company-details .contact-list li {
  /* 綠色虛線：聯絡清單 */
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 8px;
  display: flex;
  /* 將 "地址" 左右對齊滿版 (分散對齊) */
}
.section-location .company-details .contact-list li .label {
  min-width: 64px;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  white-space: nowrap;
}
.section-location .company-details .contact-list li .separator {
  margin: 0 10px;
}
.section-location .company-details .contact-list li .value {
  word-break: break-all;
}
.section-location {
  /* ==============================
     右邊地圖區塊
     ============================== */
}
.section-location .location-map-block {
  height: 378.33px;
}
.section-location .location-map-block iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
@media (max-width: 767px) {
  .section-location .location-map-block iframe {
    min-height: 350px;
  }
}

.section-locations {
  background-image: url("/assets/images/news_bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  padding: 5% 7% 7% 7%;
  background-attachment: fixed;
}
@media (max-width: 1400px) {
  .section-locations {
    padding: 5% 5% 7% 7%;
  }
}
@media (max-width: 1024px) {
  .section-locations {
    padding: 7% 5% 10% 5%;
  }
}
@media (max-width: 767px) {
  .section-locations {
    padding: 35px 10px 55px 10px;
  }
}
.section-locations .container {
  max-width: 1000px !important;
}
@media (max-width: 1400px) {
  .section-locations .container {
    max-width: 840px !important;
  }
}
@media (max-width: 1024px) {
  .section-locations .container {
    max-width: 680px !important;
  }
}
.section-locations .ex-location-row {
  padding: 40px 0 30px 0;
  border-bottom: 1px solid #d18d91;
}
.section-locations .location-row {
  margin-bottom: 10px;
  flex-direction: row;
}
@media (max-width: 767px) {
  .section-locations .location-row {
    flex-direction: column;
  }
}
.section-locations .location-row:last-child {
  border-bottom: none;
}
.section-locations .ex-location-title {
  width: 154px;
}
@media (max-width: 1024px) {
  .section-locations .ex-location-title {
    width: 120px;
  }
}
.section-locations .location-title {
  font-size: 22px;
  font-weight: 500;
  color: #333333;
  padding-left: 12px;
  letter-spacing: 1.5px;
  width: 154px;
}
@media (max-width: 1400px) {
  .section-locations .location-title {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .section-locations .location-title {
    font-size: 17px;
    letter-spacing: 0.5px;
    width: 120px;
  }
}
@media (max-width: 767px) {
  .section-locations .location-title {
    font-size: 19px;
    padding-left: 0;
  }
}
.section-locations .location-info {
  font-size: 16px;
  padding-left: 46px;
  width: calc(100% - 320px);
  border-left: 1px solid #D4D4D4;
}
@media (max-width: 1400px) {
  .section-locations .location-info {
    padding-left: 30px;
    width: calc(100% - 276px);
  }
}
@media (max-width: 1024px) {
  .section-locations .location-info {
    width: calc(100% - 245px);
  }
}
@media (max-width: 767px) {
  .section-locations .location-info {
    padding-left: 15px;
    width: 100%;
    margin-bottom: 15px;
  }
}
.section-locations .location-info .info-line {
  margin-bottom: 6px;
  display: flex;
  align-items: center;
}
.section-locations .location-info .info-line:last-child {
  margin-bottom: 0;
}
.section-locations .location-info .info-line .label {
  color: #333333;
  font-weight: 400;
  letter-spacing: 2px;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  flex-shrink: 0;
}
.section-locations .location-info .info-line .separator {
  color: #333333;
  margin: 0 12px;
  font-weight: bold;
  width: 0.5px;
  height: 16px;
  background-color: #333333;
}
.section-locations .location-info .info-line .value {
  color: #555555;
  word-break: break-all;
  letter-spacing: 2px;
  font-weight: 400;
}
.section-locations .l-btn-group {
  margin-left: auto;
}
@media (max-width: 767px) {
  .section-locations .l-btn-group {
    margin-left: unset;
  }
}
.section-locations .l-btn {
  white-space: nowrap;
  border: 1px solid #c7161d;
  background-color: transparent;
  color: #c7161d;
  padding: 5px 30px;
}
@media (max-width: 1024px) {
  .section-locations .l-btn {
    padding: 5px 16px 5px 10px;
  }
}
@media (max-width: 767px) {
  .section-locations .l-btn {
    padding: 5px 30px;
  }
}
.section-locations .l-btn:hover {
  background-color: #c7161d;
  color: white;
}
.section-locations .l-btn:hover .e-font-icon-svg {
  fill: white;
}
.section-locations .l-btn .e-font-icon-svg {
  width: 16px;
  height: 16px;
  fill: #c7161d;
  margin-left: 8px;
}

.section-product-detail {
  background-color: #fff;
  padding: 5% 7%;
}
@media (max-width: 1024px) {
  .section-product-detail {
    padding: 5% 5% 8% 5%;
  }
}
@media (max-width: 576px) {
  .section-product-detail {
    padding: 15px 20px 50px 20px;
  }
}
.section-product-detail .custom-container {
  max-width: 1260px;
  margin: 0 auto;
}
.section-product-detail .product-gallery-col {
  width: 36%;
}
@media (max-width: 767px) {
  .section-product-detail .product-gallery-col {
    width: 100%;
    margin-bottom: 30px;
  }
}
.section-product-detail .product-content-col {
  width: 64%;
  padding-left: 50px;
}
@media (max-width: 1024px) {
  .section-product-detail .product-content-col {
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .section-product-detail .product-content-col {
    width: 100%;
    padding-left: 0;
  }
}
.section-product-detail .product-main-title {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 1.5px;
  color: #333;
  margin: 18px 0;
}
@media (max-width: 1400px) {
  .section-product-detail .product-main-title {
    font-size: 22px;
  }
}
@media (max-width: 1024px) {
  .section-product-detail .product-main-title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .section-product-detail .product-main-title {
    font-size: 18px;
  }
}
.section-product-detail .product-desc-box .desc-text, .section-product-detail .product-desc-box .info-label, .section-product-detail .product-desc-box .info-value {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.5px;
  color: #666;
  line-height: 1.8;
}
.section-product-detail .info-divider {
  margin: 0 12px;
  color: #ccc;
}
.section-product-detail .content-hr {
  border-top: 1px solid #eeeeee;
  margin: 25px 0;
}
.section-product-detail .main-swiper-container {
  position: relative;
  border: 1px solid #f2f2f2;
}
.section-product-detail .main-swiper-container .zoom-inner-wrapper {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  cursor: crosshair;
  background-color: #f9f9f9;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-product-detail .main-swiper-container .zoom-image-item {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.15s ease-out;
  transform-origin: center center;
}
.section-product-detail .zoom-btn-trigger {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 10;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.section-product-detail .zoom-btn-trigger:hover {
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.section-product-detail .thumb-swiper-container .swiper-slide {
  width: 25%;
  cursor: pointer;
  opacity: 0.5;
  transition: 0.3s;
}
.section-product-detail .thumb-swiper-container .swiper-slide-thumb-active {
  opacity: 1;
}
.section-product-detail .thumb-swiper-container .thumb-box {
  border: 1px solid #eee;
}
.section-product-detail .thumb-swiper-container .thumb-box img {
  width: 100%;
  height: auto;
  display: block;
}
.section-product-detail .product-gallery-col {
  width: 36%;
}
@media (max-width: 767px) {
  .section-product-detail .product-gallery-col {
    width: 100%;
    margin-bottom: 30px;
  }
}
.section-product-detail .product-info-col {
  width: 64%;
  padding-left: 50px;
}
@media (max-width: 1024px) {
  .section-product-detail .product-info-col {
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .section-product-detail .product-info-col {
    width: 100%;
    padding-left: 0;
  }
}
.section-product-detail .product-main-title {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 1.5px;
  color: #333333;
  margin: 20px 0;
}
@media (max-width: 1400px) {
  .section-product-detail .product-main-title {
    font-size: 22px;
  }
}
@media (max-width: 1024px) {
  .section-product-detail .product-main-title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .section-product-detail .product-main-title {
    font-size: 18px;
  }
}
.section-product-detail .product-main-title:hover {
  color: #c7161d;
}
.section-product-detail .product-description .desc-text, .section-product-detail .product-description .material-label, .section-product-detail .product-description .material-value {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.5px;
  color: #666;
  line-height: 1.8;
}
.section-product-detail .info-divider {
  margin: 0 12px;
  color: #ccc;
}
.section-product-detail .content-divider {
  border-top: 1px solid #eee;
  margin: 30px 0;
}
.section-product-detail .main-swiper {
  position: relative;
  border: 1px solid #f2f2f2;
}
.section-product-detail .main-swiper .img-zoom-container {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  cursor: crosshair;
  background-color: #f9f9f9;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-product-detail .main-swiper .zoom-img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.1s ease-out;
  transform-origin: center center;
}
.section-product-detail .btn-zoom-modal {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 10;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.section-product-detail .btn-zoom-modal:hover {
  background: #fff;
}
.section-product-detail .modal.show {
  opacity: 1; /* 調整為你需要的透明度，1 為完全不透明的全黑 */
  background-color: #000;
}
.section-product-detail .thumb-swiper .swiper-slide {
  width: 25%;
  cursor: pointer;
  opacity: 0.6;
  transition: 0.3s;
}
.section-product-detail .thumb-swiper .swiper-slide-thumb-active {
  opacity: 1;
}
.section-product-detail .thumb-swiper .thumb-item {
  border: 1px solid #eee;
}
.section-product-detail .thumb-swiper .thumb-item img {
  width: 100%;
  height: auto;
  display: block;
}

.section-related-products {
  background-image: url("/assets/images/news_bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  /* 1. 間距設定 (Padding) - Desktop First */
  padding: 7% 7% 5% 7%;
}
@media (max-width: 1400px) {
  .section-related-products {
    padding: 7% 5% 5% 5%;
  }
}
@media (max-width: 1024px) {
  .section-related-products {
    padding: 9% 5% 7% 5%;
  }
}
@media (max-width: 576px) {
  .section-related-products {
    padding: 35px 10px 25px 10px;
  }
}
.section-related-products {
  /* 3. 網格與排版 (Grid & Layout) */
}
.section-related-products .related-title-wrapper {
  width: 36%;
}
@media (max-width: 768px) {
  .section-related-products .related-title-wrapper {
    width: 100%;
    margin-bottom: 2rem; /* 手機版改為單欄時，增加下方間距與產品列表區隔 */
  }
}
.section-related-products .related-content-wrapper {
  width: 64%;
}
@media (max-width: 768px) {
  .section-related-products .related-content-wrapper {
    width: 100%;
  }
}

#footer {
  background-color: #1a1a1a;
  color: #e0e0e0;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  padding: 0;
}
#footer .inner-footer {
  padding: 5% 7% 1% 7%;
}
@media (max-width: 1400px) {
  #footer .inner-footer {
    padding: 5% 2% 1% 2%;
  }
}
@media (max-width: 767px) {
  #footer .inner-footer {
    padding: 10% 2% 1% 2%;
  }
}
#footer .container {
  width: unset;
}
#footer a {
  text-decoration: none;
  transition: color 0.3s ease, opacity 0.3s ease;
}
#footer a:hover {
  color: #ffffff;
}
#footer {
  /* === 紅色虛線區塊 (大標題) === */
}
#footer .footer-title {
  margin-bottom: 24px;
  text-align: start;
}
#footer .footer-title a {
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  opacity: 1;
}
@media (max-width: 1400px) {
  #footer .footer-title a {
    font-size: 16px;
  }
}
#footer .footer-title a:hover {
  color: #c7161d;
}
#footer {
  /* === 綠色虛線區塊 (次標題、聯絡資訊與連結) === */
}
#footer .footer-subtitle {
  margin-bottom: 12px;
  text-align: start;
}
#footer .footer-subtitle a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  opacity: 1;
}
#footer .footer-subtitle a:hover {
  color: #c7161d;
}
@media (max-width: 1400px) {
  #footer .footer-subtitle a {
    font-size: 15px;
  }
}
#footer .footer-nav-group ul li {
  margin-bottom: 10px;
  letter-spacing: 0.5px;
  text-align: start;
}
#footer .footer-nav-group ul li a {
  font-size: 16px;
  font-weight: 400;
  color: #BDBDBD;
  opacity: 1;
}
#footer .footer-nav-group ul li a:hover {
  color: #c7161d;
}
@media (max-width: 1400px) {
  #footer .footer-nav-group ul li a {
    font-size: 15px;
  }
}
#footer .order-custom-left {
  order: 1;
  padding: 10px;
  color: white;
}
@media (max-width: 1024px) {
  #footer .order-custom-left {
    order: 2;
  }
}
#footer .order-custom-right {
  order: 2;
  padding: 10px;
}
@media (max-width: 1024px) {
  #footer .order-custom-right {
    order: 1;
  }
}
#footer .footer-contact {
  width: 430px;
}
@media (max-width: 1400px) {
  #footer .footer-contact {
    width: 330px;
  }
}
@media (max-width: 1024px) {
  #footer .footer-contact {
    width: 100%;
  }
}
#footer .footer-contact .contact-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
  letter-spacing: 0.5px;
  font-size: 16px;
  font-weight: 400;
  text-align: start;
}
@media (max-width: 1400px) {
  #footer .footer-contact .contact-list li {
    font-size: 15px;
  }
}
#footer .footer-contact .contact-list li .contact-label {
  display: inline-block;
  min-width: 60px;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  color: #ffffff;
  font-weight: 400;
}
#footer .footer-contact .contact-list li .divider {
  margin: 0 10px;
  color: #666;
}
#footer .footer-contact .contact-list li a {
  font-weight: 400;
}
#footer .footer-contact-right {
  width: calc(100% - 430px);
}
@media (max-width: 1400px) {
  #footer .footer-contact-right {
    width: calc(100% - 330px);
  }
}
@media (max-width: 1024px) {
  #footer .footer-contact-right {
    width: 100%;
  }
}
#footer {
  /* 底部：政策與社群 */
}
#footer .footer-bottom-bar {
  padding: 24px 0 36px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* === 藍色虛線區塊 (隱私權政策與使用條款) === */
}
#footer .footer-bottom-bar .footer-policy {
  display: flex;
  height: 30px;
  align-items: center;
}
#footer .footer-bottom-bar .footer-policy a, #footer .footer-bottom-bar .footer-policy .divider {
  font-size: 16px;
  font-weight: 400;
}
#footer .footer-bottom-bar .footer-policy a {
  color: #ffffff;
}
#footer .footer-bottom-bar .footer-policy a:hover {
  color: #c7161d;
  opacity: 1;
}
#footer .footer-bottom-bar .footer-policy .divider {
  margin: 0 15px;
  color: #666;
  display: block;
  height: 100%;
  background-color: white;
  width: 1px;
}
#footer .footer-social {
  display: flex;
  gap: 20px;
}
#footer .footer-social .fb-icon, #footer .footer-social .link-icon, #footer .footer-social .line-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
#footer .footer-social .fb-icon svg, #footer .footer-social .link-icon svg, #footer .footer-social .line-icon svg {
  width: 19.3px;
  height: 19.3px;
  fill: #ffffff;
  transition: fill 0.3s ease;
}
#footer .footer-social .fb-icon svg:hover, #footer .footer-social .link-icon svg:hover, #footer .footer-social .line-icon svg:hover {
  fill: #c7161d;
}
#footer .footer-social a:hover svg {
  fill: #aaaaaa;
}

/* === 黃色虛線區塊 (版權宣告) === */
.footer-copyright {
  background-color: #000000;
  padding: 24px 0;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
}
.footer-copyright a {
  color: #888888;
  font-size: 14px;
  font-weight: 400;
}
.footer-copyright a:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .footer-copyright {
    font-size: 12px;
  }
  .footer-copyright a {
    font-size: 12px;
  }
}

/* ====== RWD: 1024px 以下的排版樣式 ====== */
@media (max-width: 1024px) {
  /* 將「聯絡資訊」置中並排版 */
  .footer-contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .footer-contact .contact-list {
    width: 100%;
  }
  .footer-contact .contact-list li {
    justify-content: center;
  }
  /* 產品介紹 - 加工方式：在小尺寸變為兩欄 */
  .product-group .product-methods-list-1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 10px;
  }
  .product-group .product-methods-list-1 a {
    color: #424242;
    font-size: 16px;
  }
  .product-group .product-methods-list-1 .full-row {
    grid-column: 1/-1; /* 1 / -1 代表從第一條格線拉到最後一條，比 span 2 更彈性 */
  }
  .product-group .product-methods-list-2 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0 10px;
  }
  .product-group .product-methods-list-2 a {
    color: #424242;
    white-space: nowrap;
    font-size: 16px;
  }
  /* 底部列改為上下置中排列 */
  .footer-bottom-bar {
    flex-direction: column;
    justify-content: center;
    gap: 20px;
  }
}/*# sourceMappingURL=theme-1.css.map */