@charset "UTF-8";
.news-sub .item:hover .title, .news-sub .item:hover .image, .news-sub .item:hover .btn, .news-sub .item .title, .news-sub .item .image, .news-sub .item .btn, .index-brands .item:hover .btn.border-white, .index-brands .item .btn.border-white, .header-style-3 .nav > .nav-item:hover a::after, .header-style-3 .nav > .nav-item.active a::after, .header-style-3 .nav > .nav-item > a::after, .btn-gotop.style-2::before, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev, .bg-color-third, .bg-color-third-hover:hover, .item:hover .bg-color-third-hover, .bg-color-sec, .bg-color-sec-hover:hover, .item:hover .bg-color-sec-hover, .bg-color-main, .bg-color-main-hover:hover, .item:hover .bg-color-main-hover, .bg-black, .bg-black-hover:hover, .item:hover .bg-black-hover, .bg-darkergray, .bg-darkergray-hover:hover, .item:hover .bg-darkergray-hover, .bg-darkgray, .bg-darkgray-hover:hover, .item:hover .bg-darkgray-hover, .bg-gray, .bg-gray-hover:hover, .item:hover .bg-gray-hover, .bg-lightgray, .bg-lightgray-hover:hover, .item:hover .bg-lightgray-hover, .bg-lightergray, .bg-lightergray-hover:hover, .item:hover .bg-lightergray-hover, .bg-white, .bg-white-hover:hover, .item:hover .bg-white-hover, .color-third, .color-third-hover:hover, .item:hover .color-third-hover, .color-sec, .color-sec-hover:hover, .item:hover .color-sec-hover, .color-main, .color-main-hover:hover, .item:hover .color-main-hover, .color-yellow, .color-yellow-hover:hover, .item:hover .color-yellow-hover, .color-blue, .color-blue-hover:hover, .item:hover .color-blue-hover, .color-green, .color-green-hover:hover, .item:hover .color-green-hover, .color-red, .color-red-hover:hover, .item:hover .color-red-hover, .color-black, .color-black-hover:hover, .item:hover .color-black-hover, .color-darkergray, .color-darkergray-hover:hover, .item:hover .color-darkergray-hover, .color-darkgray, .color-darkgray-hover:hover, .item:hover .color-darkgray-hover, .color-gray, .color-gray-hover:hover, .item:hover .color-gray-hover, .color-lightgray, .color-lightgray-hover:hover, .item:hover .color-lightgray-hover, .color-lightergray, .color-lightergray-hover:hover, .item:hover .color-lightergray-hover, .color-white, .color-white-hover:hover, .item:hover .color-white-hover {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.owl-carousel .owl-nav, .owl-carousel .owl-dots {
  display: none;
}

.owl-carousel.owl-nav-block .owl-nav, .owl-carousel.owl-dots-block .owl-dots {
  display: block;
}

.dropdown-style-1 .item-dropdown {
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/*--------------------------------------------------------------------------*/
/*------------------------------ 全站顏色設定 --------------------------------*/
/*----- 基本顏色 -----*/
.color-white, .color-white-hover:hover, .item:hover .color-white-hover {
  color: white;
  /* 白 */
}

.color-lightergray, .color-lightergray-hover:hover, .item:hover .color-lightergray-hover {
  color: #f5f5f5;
  /* 最淺灰 */
}

.color-lightgray, .color-lightgray-hover:hover, .item:hover .color-lightgray-hover {
  color: #ebebeb;
  /* 淺灰 */
}

.color-gray, .color-gray-hover:hover, .item:hover .color-gray-hover {
  color: #bababa;
  /* 灰 */
}

.color-darkgray, .color-darkgray-hover:hover, .item:hover .color-darkgray-hover {
  color: #333333;
  /* 深灰 */
}

.color-darkergray, .color-darkergray-hover:hover, .item:hover .color-darkergray-hover {
  color: #222222;
  /* 最深灰 */
}

.color-black, .color-black-hover:hover, .item:hover .color-black-hover {
  color: black;
  /* 黑 */
}

.color-red, .color-red-hover:hover, .item:hover .color-red-hover {
  color: red;
  /* 紅 */
}

.color-green, .color-green-hover:hover, .item:hover .color-green-hover {
  color: green;
  /* 綠 */
}

.color-blue, .color-blue-hover:hover, .item:hover .color-blue-hover {
  color: blue;
  /* 藍 */
}

.color-yellow, .color-yellow-hover:hover, .item:hover .color-yellow-hover {
  color: yellow;
  /* 黃 */
}

/*----- 網站色系 -----*/
.color-main, .color-main-hover:hover, .item:hover .color-main-hover {
  color: #D42C25;
  /* 主色 */
}

.color-sec, .color-sec-hover:hover, .item:hover .color-sec-hover {
  color: #02244f;
  /* 輔色 */
}

.color-third, .color-third-hover:hover, .item:hover .color-third-hover {
  color: #061f3e;
  /* 次輔色 */
}

/*--------------------------------------------------------------------------*/
/*-------------------------------- 背景設定 ---------------------------------*/
/*----- 純色背景 -----*/
.bg-white, .bg-white-hover:hover, .item:hover .bg-white-hover {
  background-color: white;
  /* 白 */
}

.bg-lightergray, .bg-lightergray-hover:hover, .item:hover .bg-lightergray-hover {
  background-color: #f5f5f5;
  /* 最淺灰 */
}

.bg-lightgray, .bg-lightgray-hover:hover, .item:hover .bg-lightgray-hover {
  background-color: #ebebeb;
  /* 淺灰 */
}

.bg-gray, .bg-gray-hover:hover, .item:hover .bg-gray-hover {
  background-color: #bababa;
  /* 灰 */
}

.bg-darkgray, .bg-darkgray-hover:hover, .item:hover .bg-darkgray-hover {
  background-color: #333333;
  /* 深灰 */
}

.bg-darkergray, .bg-darkergray-hover:hover, .item:hover .bg-darkergray-hover {
  background-color: #222222;
  /* 最深灰 */
}

.bg-black, .bg-black-hover:hover, .item:hover .bg-black-hover {
  background-color: black;
  /* 黑 */
}

.bg-color-main, .bg-color-main-hover:hover, .item:hover .bg-color-main-hover {
  background-color: #D42C25;
  /* 主色 */
}

.bg-color-sec, .bg-color-sec-hover:hover, .item:hover .bg-color-sec-hover {
  background-color: #02244f;
  /* 輔色 */
}

.bg-color-third, .bg-color-third-hover:hover, .item:hover .bg-color-third-hover {
  background-color: #061f3e;
  /* 次輔色 */
}

/*----- 圖片背景 -----*/
/* 基本設定 */
.bg-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* 背景圖固定 */
.bg-fixed {
  background-attachment: fixed;
}

/*----- 圖片背景+顏色遮罩 -----*/
.bg-overlay {
  position: relative;
  color: white;
}
.bg-overlay a {
  color: white;
}
.bg-overlay::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.bg-overlay .top {
  position: relative;
  z-index: 2;
  /* 裡面的元素要加上 .top 避免被遮罩擋住 */
}
.bg-overlay.dark::before, .bg-overlay.dark-hover:hover::before {
  background: #222222;
  /* 深灰色遮罩 */
}
.bg-overlay.color-main::before, .bg-overlay.color-main-hover:hover::before {
  background: #D42C25;
  /* 主色遮罩 */
}
.bg-overlay.color-sec::before, .bg-overlay.color-sec-hover:hover::before {
  background: #02244f;
  /* 輔色遮罩 */
}
.bg-overlay.opacity-90::before, .bg-overlay.opacity-90-hover:hover::before {
  opacity: 0.9;
  /* 遮罩透明度90% */
}
.bg-overlay.opacity-80::before, .bg-overlay.opacity-80-hover:hover::before {
  opacity: 0.8;
  /* 遮罩透明度80% */
}
.bg-overlay.opacity-70::before, .bg-overlay.opacity-70-hover:hover::before {
  opacity: 0.7;
  /* 遮罩透明度70% */
}
.bg-overlay.opacity-60::before, .bg-overlay.opacity-60-hover:hover::before {
  opacity: 0.6;
  /* 遮罩透明度60% */
}
.bg-overlay.opacity-50::before, .bg-overlay.opacity-50-hover:hover::before {
  opacity: 0.5;
  /* 遮罩透明度50% */
}
.bg-overlay.opacity-40::before, .bg-overlay.opacity-40-hover:hover::before {
  opacity: 0.4;
  /* 遮罩透明度40% */
}
.bg-overlay.opacity-30::before, .bg-overlay.opacity-30-hover:hover::before {
  opacity: 0.3;
  /* 遮罩透明度30% */
}
.bg-overlay.opacity-20::before, .bg-overlay.opacity-20-hover:hover::before {
  opacity: 0.2;
  /* 遮罩透明度20% */
}
.bg-overlay.opacity-10::before, .bg-overlay.opacity-10-hover:hover::before {
  opacity: 0.1;
  /* 遮罩透明度10% */
}

/*--------------------------------------------------------------------------*/
/*-------------------------------- 按鈕設定 ---------------------------------*/
.btn {
  border: none;
  outline: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12px 15px;
}
.btn-block {
  width: 100%;
  /* 滿版按鈕 */
}
.btn-sm {
  width: 120px;
  /* 小按鈕 */
}
.btn-md {
  width: 180px;
  /* 中按鈕 */
}
.btn-lg {
  width: 220px;
  /* 大按鈕 */
}
.btn.bg-white {
  color: black;
  /* 按鈕白 */
}
.btn.bg-white:hover {
  background: black;
  color: white;
}
.btn.bg-lightergray {
  color: black;
  /* 按鈕最淺灰 */
}
.btn.bg-lightergray:hover {
  background: black;
  color: white;
}
.btn.bg-lightgray {
  color: black;
  /* 按鈕淺灰 */
}
.btn.bg-lightgray:hover {
  background: black;
  color: white;
}
.btn.bg-gray {
  color: white;
  /* 按鈕灰 */
}
.btn.bg-gray:hover {
  background: black;
}
.btn.bg-darkgray {
  color: white;
  /* 按鈕深灰 */
}
.btn.bg-darkgray:hover {
  background: black;
}
.btn.bg-darkergray {
  color: white;
  /* 按鈕最深灰 */
}
.btn.bg-darkergray:hover {
  background: black;
}
.btn.bg-black {
  color: white;
  /* 按鈕黑 */
}
.btn.bg-black:hover {
  background: #D42C25;
}
.btn.bg-red {
  color: white;
  /* 按鈕紅 */
}
.btn.bg-red:hover {
  opacity: 0.8;
}
.btn.bg-green {
  color: white;
  /* 按鈕綠 */
}
.btn.bg-green:hover {
  opacity: 0.8;
}
.btn.bg-blue {
  color: white;
  /* 按鈕藍 */
}
.btn.bg-blue:hover {
  opacity: 0.8;
}
.btn.bg-yellow {
  color: black;
  /* 按鈕黃 */
}
.btn.bg-yellow:hover {
  opacity: 0.8;
}
.btn.bg-color-main {
  color: white;
  /* 按鈕主色 */
}
.btn.bg-color-main:hover {
  opacity: 0.8;
}
.btn.bg-color-sec {
  color: white;
  /* 按鈕輔色 */
}
.btn.bg-color-sec:hover {
  opacity: 0.8;
}
.btn.bg-color-third {
  color: white;
  /* 按鈕次輔色 */
}
.btn.bg-color-third:hover {
  opacity: 0.8;
}
.btn.border-border-radius {
  border-radius: 50px;
}
.btn.border-white {
  border: 1px solid white;
  color: white;
  /* 按鈕邊框白 */
}
.btn.border-white:hover {
  background: white;
  color: black;
}
.btn.border-lightergray {
  border: 1px solid #f5f5f5;
  color: #f5f5f5;
  /* 按鈕邊框最淺灰 */
}
.btn.border-lightergray:hover {
  background: #f5f5f5;
  color: black;
}
.btn.border-lightgray {
  border: 1px solid #ebebeb;
  color: #ebebeb;
  /* 按鈕邊框淺灰 */
}
.btn.border-lightgray:hover {
  background: #ebebeb;
  color: black;
}
.btn.border-gray {
  border: 1px solid #bababa;
  color: #bababa;
  /* 按鈕邊框灰 */
}
.btn.border-gray:hover {
  background: #bababa;
  color: white;
}
.btn.border-darkgray {
  border: 1px solid #333333;
  color: #333333;
  /* 按鈕邊框深灰 */
}
.btn.border-darkgray:hover {
  background: #333333;
  color: white;
}
.btn.border-darkergray {
  border: 1px solid #222222;
  color: #222222;
  /* 按鈕邊框深灰 */
}
.btn.border-darkergray:hover {
  background: #222222;
  color: white;
}
.btn.border-black {
  border: 1px solid black;
  color: black;
  /* 按鈕邊框黑 */
}
.btn.border-black:hover {
  background: black;
  color: white;
}
.btn.border-red {
  border: 1px solid red;
  color: red;
  /* 按鈕邊框紅 */
}
.btn.border-red:hover {
  background: red;
  color: white;
}
.btn.border-green {
  border: 1px solid green;
  color: green;
  /* 按鈕邊框綠 */
}
.btn.border-green:hover {
  background: green;
  color: white;
}
.btn.border-blue {
  border: 1px solid blue;
  color: blue;
  /* 按鈕邊框藍 */
}
.btn.border-blue:hover {
  background: blue;
  color: white;
}
.btn.border-yellow {
  border: 1px solid yellow;
  color: yellow;
  /* 按鈕邊框黃 */
}
.btn.border-yellow:hover {
  background: yellow;
  color: black;
}
.btn.border-color-main {
  border: 1px solid #D42C25;
  color: #D42C25;
  /* 按鈕邊框主色 */
}
.btn.border-color-main:hover {
  background: #D42C25;
  color: white;
}
.btn.border-color-sec {
  border: 1px solid #02244f;
  color: #02244f;
  /* 按鈕邊框輔色 */
}
.btn.border-color-sec:hover {
  background: #02244f;
  color: white;
}
.btn.border-color-third {
  border: 1px solid #061f3e;
  color: #061f3e;
  /* 按鈕邊框次輔色 */
}
.btn.border-color-third:hover {
  background: #061f3e;
  color: white;
}
.btn-line {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid white;
}
.btn-line .icon {
  margin-right: 10px;
}
.btn-line:hover {
  border-color: #D42C25;
  background: #D42C25;
  color: white;
}

/*----- 頁籤樣式 -----*/
.page-controls .pre, .page-controls .next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.page-controls .pre {
  left: 0;
  padding-left: 4.4vw;
}
.page-controls .pre::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: right;
  width: 3.9vw;
  height: 1px;
  background: #000;
}
.page-controls .pre:hover {
  padding-left: 4.9vw;
  color: #02244f;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.page-controls .next {
  left: auto;
  right: 0;
  padding-right: 4.4vw;
}
.page-controls .next::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: auto;
  right: 0;
  width: 3.9vw;
  height: 1px;
  background: #000;
}
.page-controls .next:hover {
  padding-right: 4.9vw;
  color: #02244f;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

/*--------------------------------------------------------------------------*/
/*-------------------------------- 表格設定 ---------------------------------*/
.table {
  width: 100%;
}
.table.default thead tr td {
  background: #D42C25;
  color: white;
  font-weight: 500;
  padding: 1.041666666vw 1.822916666vw;
  border-right: 3px solid white;
}
.table.default tbody tr td {
  background: white;
  padding: 1rem;
  padding: 1.041666666vw 1.822916666vw;
  border-right: 3px solid white;
}
.table.default tbody tr td:last-child {
  border-right: none;
}
.table.default tbody tr:nth-child(even) td {
  background: #ebebeb;
}

/*--------------------------------------------------------------------------*/
/*-------------------------------- 格線樣式 ---------------------------------*/
.group.item2 .col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
.group.item3 .col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.group.item4 .col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}
.group.item5 .col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}
.group.item6 .col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.group.item7 .col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 14.2857142857%;
          flex: 0 0 14.2857142857%;
  max-width: 14.2857142857%;
}
.group.gap0 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 0px;
  margin-right: 0px;
  /* 間距0*/
}
.group.gap0 .col {
  padding-left: 0px;
  padding-right: 0px;
}
.group.gap2 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -2px;
  margin-right: -2px;
  /* 間距4px*/
}
.group.gap2 .col {
  padding-left: 2px;
  padding-right: 2px;
}
.group.gap10 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -0.260416666vw;
  margin-right: -0.260416666vw;
  /* 間距10px(1920px為主，隨裝置寬度縮放)*/
}
.group.gap10 .col {
  padding-left: 0.260416666vw;
  padding-right: 0.260416666vw;
}
.group.gap15 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -0.390625vw;
  margin-right: -0.390625vw;
  /* 間距15px(1920px為主，隨裝置寬度縮放)*/
}
.group.gap15 .col {
  padding-left: 0.390625vw;
  padding-right: 0.390625vw;
}
.group.gap20 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -0.520833333vw;
  margin-right: -0.520833333vw;
  /* 間距20px(1920px為主，隨裝置寬度縮放)*/
}
.group.gap20 .col {
  padding-left: 0.520833333vw;
  padding-right: 0.520833333vw;
}
.group.gap30 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -0.78125vw;
  margin-right: -0.78125vw;
  /* 間距30px(1920px為主，隨裝置寬度縮放)*/
}
.group.gap30 .col {
  padding-left: 0.78125vw;
  padding-right: 0.78125vw;
}
.group.gap40 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -1.041666666vw;
  margin-right: -1.041666666vw;
  /* 間距40px(1920px為主，隨裝置寬度縮放)*/
}
.group.gap40 .col {
  padding-left: 1.041666666vw;
  padding-right: 1.041666666vw;
}
.group.gap45 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -1.171875vw;
  margin-right: -1.171875vw;
  /* 間距45px(1920px為主，隨裝置寬度縮放)*/
}
.group.gap45 .col {
  padding-left: 1.171875vw;
  padding-right: 1.171875vw;
}
.group.gap50 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -1.302083333vw;
  margin-right: -1.302083333vw;
  /* 間距50px(1920px為主，隨裝置寬度縮放)*/
}
.group.gap50 .col {
  padding-left: 1.302083333vw;
  padding-right: 1.302083333vw;
}
.group.gap60 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -1.5625vw;
  margin-right: -1.5625vw;
  /* 間距60px(1920px為主，隨裝置寬度縮放)*/
}
.group.gap60 .col {
  padding-left: 1.5625vw;
  padding-right: 1.5625vw;
}
.group.gap70 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -1.822916vw;
  margin-right: -1.822916vw;
  /* 間距70px(1920px為主，隨裝置寬度縮放)*/
}
.group.gap70 .col {
  padding-left: 1.822916vw;
  padding-right: 1.822916vw;
}
.group.gap80 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -2.083333333vw;
  margin-right: -2.083333333vw;
  /* 間距80px(1920px為主，隨裝置寬度縮放)*/
}
.group.gap80 .col {
  padding-left: 2.083333333vw;
  padding-right: 2.083333333vw;
}
.group.gap95 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -2.4739583vw;
  margin-right: -2.4739583vw;
  /* 間距95px(1920px為主，隨裝置寬度縮放)*/
}
.group.gap95 .col {
  padding-left: 2.4739583vw;
  padding-right: 2.4739583vw;
}
.group.gap100 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -2.60416vw;
  margin-right: -2.60416vw;
  /* 間距100px(1920px為主，隨裝置寬度縮放)*/
}
.group.gap100 .col {
  padding-left: 2.60416vw;
  padding-right: 2.60416vw;
}
.group.gap130 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -3.385416vw;
  margin-right: -3.385416vw;
  /* 間距130px(1920px為主，隨裝置寬度縮放)*/
}
.group.gap130 .col {
  padding-left: 3.385416vw;
  padding-right: 3.385416vw;
}
@media (max-width: 1240px) {
  .group.item4 .col, .group.item5 .col, .group.item6 .col, .group.item7 .col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 576px) {
  .group.item2 .col, .group.item3 .col, .group.item4 .col, .group.item5 .col, .group.item6 .col, .group.item7 .col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .group.gap2, .group.gap10, .group.gap15, .group.gap20, .group.gap30, .group.gap40, .group.gap45, .group.gap50, .group.gap60, .group.gap70, .group.gap80, .group.gap95, .group.gap100, .group.gap130 {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 0px;
    margin-right: 0px;
  }
  .group.gap2 .col, .group.gap10 .col, .group.gap15 .col, .group.gap20 .col, .group.gap30 .col, .group.gap40 .col, .group.gap45 .col, .group.gap50 .col, .group.gap60 .col, .group.gap70 .col, .group.gap80 .col, .group.gap95 .col, .group.gap100 .col, .group.gap130 .col {
    padding-left: 0px;
    padding-right: 0px;
  }
}

/*--------------------------------------------------------------------------*/
/*-------------------------------- 輪播樣式 ---------------------------------*/
/*----- Bootstrap 樣式 -----*/
.carousel-default {
  position: relative;
}
.carousel-default .carousel-indicators {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 4;
  bottom: -30px;
}
.carousel-default .carousel-indicators .item {
  position: relative;
  width: 12px;
  height: 12px;
  background: #bababa;
  border: 1px solid #D42C25;
  margin: 0 7px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  border-radius: 100%;
  border: none;
}
.carousel-default .carousel-indicators .item:focus {
  outline: none;
}
.carousel-default .carousel-indicators .item:hover {
  background: #D42C25;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.carousel-default .carousel-indicators .item.active {
  background: #D42C25;
}
.carousel-default .carousel-controls {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}
.carousel-default .carousel-controls .link-prev, .carousel-default .carousel-controls .link-next {
  position: absolute;
}
.carousel-default .carousel-controls .link-prev [class^=carousel-control-], .carousel-default .carousel-controls .link-prev [class*=carousel-control-], .carousel-default .carousel-controls .link-next [class^=carousel-control-], .carousel-default .carousel-controls .link-next [class*=carousel-control-] {
  background-image: none;
  font-size: clamp(24px, 1.875vw, 36px);
  width: auto;
  height: auto;
}
.carousel-default .carousel-controls .link-prev {
  left: 12px;
}
.carousel-default .carousel-controls .link-next {
  right: 12px;
}

/*----- Owl 樣式 -----*/
.owl-carousel .owl-stage-outer {
  z-index: 1;
}
.owl-carousel .owl-nav {
  left: 0;
  width: 100%;
  height: auto;
  z-index: 0;
}
.owl-carousel .owl-nav .owl-prev span, .owl-carousel .owl-nav .owl-next span {
  font-size: 0;
  width: 15px;
  height: 25px;
  display: block;
  background-size: 45px;
  background-position: center;
  background-repeat: no-repeat;
}
.owl-carousel .owl-nav .owl-prev {
  left: -2.604166666vw;
  right: auto;
}
.owl-carousel .owl-nav .owl-prev span {
  background-image: url("https://api.iconify.design/ic:round-keyboard-arrow-left.svg");
}
.owl-carousel .owl-nav .owl-prev:hover span {
  background-image: url("https://api.iconify.design/ic:round-keyboard-arrow-left.svg?color=%230069AB");
}
.owl-carousel .owl-nav .owl-next {
  left: auto;
  right: -2.604166666vw;
}
.owl-carousel .owl-nav .owl-next span {
  background-image: url("https://api.iconify.design/ic:round-keyboard-arrow-right.svg");
}
.owl-carousel .owl-nav .owl-next:hover span {
  background-image: url("https://api.iconify.design/ic:round-keyboard-arrow-right.svg?color=%230069AB");
}

.owl-carousel .owl-dots {
  position: relative;
  z-index: 2;
  margin-top: 30px;
  text-align: center;
}
.owl-carousel .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background: white;
  border: 1px solid #bababa;
  margin: 0 4px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  border-radius: 100%;
}
.owl-carousel .owl-dots .owl-dot:focus {
  outline: none;
}
.owl-carousel .owl-dots .owl-dot:hover {
  background: #bababa;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.owl-carousel .owl-dots .owl-dot.active {
  background: #bababa;
}

.dots-color-main .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background: white;
  border: 1px solid #D42C25;
  margin: 0 4px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  border-radius: 100%;
}
.dots-color-main .owl-dots .owl-dot:focus {
  outline: none;
}
.dots-color-main .owl-dots .owl-dot:hover {
  background: #D42C25;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.dots-color-main .owl-dots .owl-dot.active {
  background: #D42C25;
}

/*--------------------------------------------------------------------------*/
/*----------------------------- 內頁Banner樣式 ------------------------------*/
/*----- 麵包屑樣式 -----*/
.breadcrumb {
  background: transparent;
  width: 100%;
  margin: 10px 0 clamp(10px, 1.0416vw - 5px, 15px);
}
.breadcrumb ol {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.breadcrumb ol li {
  position: relative;
  list-style: none;
  margin-bottom: 5px;
}
.breadcrumb ol li:not(:last-child) {
  margin-right: 25px;
}
.breadcrumb ol li:not(:last-child)::after {
  content: " / ";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -17px;
  font-size: 0.875rem;
}
.breadcrumb .item {
  font-size: 1rem;
  text-transform: capitalize;
  opacity: 0.8;
}
.breadcrumb .item:hover {
  opacity: 1;
}
.breadcrumb.light ol li:not(:last-child)::after {
  color: rgba(255, 255, 255, 0.5);
}
.breadcrumb.light .item {
  color: rgba(255, 255, 255, 0.7);
}
.breadcrumb.light .item:hover, .breadcrumb.light .item.active {
  opacity: #D42C25;
}

/*----- 內頁 Banner 樣式 -----*/
.page-banner {
  position: relative;
}
.page-banner .page-title .title {
  font-size: clamp(30px, 2.60416vw, 50px);
  font-weight: 700;
  margin-bottom: 0;
}
.page-banner .page-title .info {
  margin-top: 10px;
  line-height: 1.35;
}
.page-banner-style-1 {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.page-banner-style-1 a:hover {
  color: #D42C25;
}
.page-banner-style-1 .image-wrapper {
  padding: clamp(20px, 2.60416vw, 50px) 15px;
  min-height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
@media (max-width: 767px) {
  .page-banner-style-1 .image-wrapper {
    min-height: 250px;
  }
}
.page-banner-style-1 .image-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}
.page-banner-style-1 .page-title {
  color: white;
  position: relative;
  z-index: 1;
  max-width: 60%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-banner-style-1 .page-title .title {
  text-transform: uppercase;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .page-banner-style-1 {
    padding: 0;
  }
  .page-banner-style-1 .breadcrumb {
    padding: 0 15px;
  }
  .page-banner-style-1 .page-title {
    max-width: 100%;
  }
}

/*----- 分類頁選單樣式 -----*/
.page-nav.dark {
  background: #222222;
}
.page-nav.dark .item {
  color: white;
}
.page-nav.dark .item:hover {
  color: #D42C25;
}
.page-nav-style-1 {
  padding: clamp(15px, 1.0416vw, 20px) 0 clamp(10px, 1.0416vw - 5px, 15px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-nav-style-1 .list {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-nav-style-1 .list li {
  margin: 0;
  padding: 0;
  position: relative;
}
.page-nav-style-1 .list li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 5px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3px;
  height: 3px;
  background: black;
  border-radius: 100%;
}
.page-nav-style-1 .list li .item {
  padding: 0 clamp(15px, 1.5625vw, 30px);
  margin-bottom: 10px;
}
.page-nav-style-1 .list li .item.active, .page-nav-style-1 .list li .item:hover {
  color: #D42C25;
}
.page-nav-style-1.dark .list li:not(:last-child)::after {
  background: rgba(255, 255, 255, 0.7);
}
.page-nav-style-2 .list {
  padding-left: 0;
  margin-bottom: 0;
}
.page-nav-style-2 .list li {
  padding: 0;
}
.page-nav-style-2 .list li:not(:last-child) {
  border-bottom: 1px solid #333333;
}
.page-nav-style-2 .list li .item {
  padding: clamp(15px, 1.0416vw, 20px) 0;
  font-weight: 700;
}
.page-nav-style-2 .list li .item:hover, .page-nav-style-2 .list li .item.active {
  color: #D42C25;
}
.page-nav-style-3 .list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -2px;
  margin-right: -2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-nav-style-3 .list li {
  padding-left: 2px;
  padding-right: 2px;
}
.page-nav-style-3 .list li .item {
  padding: clamp(15px, 1.0416vw, 20px);
  font-weight: 700;
  min-width: clamp(100px, 12.239583vw, 230px);
  text-align: center;
  border: 1px solid #bababa;
  color: #222222;
  background: white;
  border-radius: 5px;
}
.page-nav-style-3 .list li .item:hover, .page-nav-style-3 .list li .item.active {
  background: #D42C25;
  color: white;
}
@media (max-width: 768px) {
  .page-nav-style-3 .list li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (max-width: 767px) {
  .page-nav-style-3 .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 5px;
  }
  .page-nav-style-3 .list li {
    width: 100%;
  }
  .page-nav-style-3 .list li:not(:last-child) {
    margin-bottom: 2px;
  }
}
.page-nav-style-4 {
  width: 100%;
}
.page-nav-style-4 .list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -2px;
  margin-right: -2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
}
.page-nav-style-4 .list li {
  padding-left: 2px;
  padding-right: 2px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.page-nav-style-4 .list li .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: clamp(15px, 1.0416vw, 20px);
  font-weight: 700;
  min-height: 60px;
  text-align: center;
  background: #D42C25;
  border-radius: 5px;
  color: white;
}
.page-nav-style-4 .list li .item:hover, .page-nav-style-4 .list li .item.active {
  background: #D42C25;
  color: white;
}
.page-nav-style-4 .list li .item i, .page-nav-style-4 .list li .item .material-symbols-outlined {
  font-size: 24px;
  margin-right: 5px;
}
@media (max-width: 767px) {
  .page-nav-style-4 .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 5px;
  }
  .page-nav-style-4 .list li {
    width: 100%;
  }
  .page-nav-style-4 .list li:not(:last-child) {
    margin-bottom: 2px;
  }
}

/*--------------------------------------------------------------------------*/
/*------------------------------- 全站通用樣式 -------------------------------*/
/*----- 基礎設定 -----*/
body {
  font-size: 18px;
  background: #222222;
  color: white;
  font-family: Arial, Microsoft JhengHei, sans-serif;
  letter-spacing: 1px;
}
@media (max-width: 1199px) {
  body {
    font-size: 16px;
  }
}

a, a:hover {
  color: white;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

:focus {
  outline: none;
}

ul.list {
  padding-left: 0;
}
ul.list li {
  list-style: none;
  padding-left: 0;
}

@media (min-width: 1921px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1540px;
    /* 兩邊預設 220px */
  }
}
@media (max-width: 1920px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: calc(77.0834vw + 60px);
  }
}
@media (max-width: 1440px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 86vw;
  }
}
@media (max-width: 768px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 100%;
  }
}
/*----- GoTop -----*/
.btn-gotop.style-1 {
  color: white;
  position: absolute;
  top: auto;
  bottom: 8rem;
  left: auto;
  right: 3rem;
  z-index: 4;
  animation: icon-scroll 0.8s infinite alternate;
  -moz-animation: icon-scroll 0.8s infinite alternate;
  -webkit-animation: icon-scroll 0.8s infinite alternate;
}
.btn-gotop.style-1:hover {
  opacity: 0.8;
}
.btn-gotop.style-1::before {
  content: "";
  width: 37px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.btn-gotop.style-1.left {
  padding-left: 65px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}
.btn-gotop.style-1.left::before {
  left: 12px;
}
.btn-gotop.style-1.right {
  padding-right: 65px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}
.btn-gotop.style-1.right::before {
  right: 12px;
}
.btn-gotop.style-1:hover {
  color: white;
}
.btn-gotop.style-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn-gotop.style-2::before {
  content: "\f106";
  font-family: fontello;
  width: 45px;
  height: 45px;
  background: #333333;
  color: white;
  font-size: 1.25rem;
  font-weight: 700;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 15px;
}

@-webkit-keyframes icon-scroll {
  0% {
    -webkit-transform: translateY(0) rotate(90deg);
            transform: translateY(0) rotate(90deg);
  }
  100% {
    -webkit-transform: translateY(-15px) rotate(90deg);
            transform: translateY(-15px) rotate(90deg);
  }
}

@keyframes icon-scroll {
  0% {
    -webkit-transform: translateY(0) rotate(90deg);
            transform: translateY(0) rotate(90deg);
  }
  100% {
    -webkit-transform: translateY(-15px) rotate(90deg);
            transform: translateY(-15px) rotate(90deg);
  }
}
/*----- 社群分享 or 連結 -----*/
.social-medias {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 0;
  padding-left: 0;
}
.social-medias li {
  list-style: none;
  padding-left: 0;
  padding-left: 5px;
  padding-right: 5px;
}
.social-medias .item {
  font-size: 1rem;
}
.social-medias.circle .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #D42C25;
  color: white;
  font-size: 80%;
}
.social-medias.circle .item img {
  width: 80%;
}
.social-medias.circle .item:hover {
  opacity: 0.8;
}
.social-medias.circle.light .item {
  background: white;
  color: #D42C25;
}
.social-medias.circle.dark .item a {
  background: #333333;
  color: #D42C25;
}
.social-medias.circle.dark .item a:hover {
  background: #D42C25;
  color: white;
}
.social-medias.circle.dark.border .item {
  border: 1px solid white;
  background: transparent;
}
.social-medias.circle.dark.border .item a {
  color: white;
}
.social-medias.circle.dark.border .item a:hover {
  background: white;
  color: #D42C25;
}

/*----- 內頁分類連結樣式 -----*/
.nav_sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin-left: -1.822916666vw;
  margin-right: -1.822916666vw;
}
.nav_sub .item {
  list-style: none;
  padding: 0;
  padding-left: 1.822916666vw;
  padding-right: 1.822916666vw;
}
.nav_sub .item a {
  color: #bababa;
}
.nav_sub .item:hover a {
  color: #D42C25;
}
.nav_sub .item.active a {
  color: #D42C25;
}

/*----- 搜尋列樣式 -----*/
.searchbar-wrapper {
  position: relative;
}
.searchbar-wrapper .searchbar {
  padding: 10px clamp(20px, 2.60416vw, 50px) 10px clamp(15px, 1.5625vw, 30px);
  border: 1px solid #bababa;
  color: #bababa;
  border-radius: 100px;
  min-width: 20vw;
}
.searchbar-wrapper .search {
  position: absolute;
  top: 50%;
  right: clamp(15px, 1.0416vw, 20px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  background: transparent;
}
.searchbar-wrapper .search .material-symbols-outlined {
  font-size: 20px;
  color: #bababa;
}
.searchbar-wrapper .search:hover .material-symbols-outlined {
  color: #D42C25;
}

/*----- Google icons -----*/
.material-symbols-outlined {
  font-size: inherit;
}

/*----- logo 大小 -----*/
/* 電腦版 Header */
.desktop .logo img {
  width: clamp(60px, 4.6875vw, 90px);
  height: clamp(60px, 4.6875vw, 90px);
}

/* 電腦版 Footer */
.footer .logo img {
  width: clamp(60px, 4.6875vw, 90px);
  height: clamp(60px, 4.6875vw, 90px);
}
@media (max-width: 768px) {
  .footer .logo img {
    width: 100px;
    height: 100px;
  }
}

/*--------------------------------------------------------------------------*/
/*------------------------------ Header 樣式 --------------------------------*/
/*----- 語系樣式 -----*/
.lan .dropdown-menu {
  padding: 10px 0;
}
.lan .dropdown-item button {
  padding: 5px 15px;
  font-size: 14px;
}
.lan .dropdown-item button:hover {
  color: #D42C25;
}

/*----- 下拉樣式 -----*/
.dropdown-style-1 .nav-item.dropdown {
  position: relative !important;
}
.dropdown-style-1 .item-dropdown {
  width: 260px;
  position: absolute;
  /*right: clamp(35px, 3.64583vw, 70px);
  left: auto;*/
  right: 0;
  left: auto;
  top: calc(5.468743vw + 2px);
  background: white;
  padding: calc(2.60416vw - 15px) 1vw;
  z-index: 5;
  text-align: center;
}
.dropdown-style-1 .item-dropdown .img-hover-larger {
  background: #ebebeb;
}
.dropdown-style-1 .item-dropdown .title-main {
  margin-bottom: 20px;
  font-weight: 700;
  color: #D42C25;
}
.dropdown-style-1 .item-dropdown .title {
  text-align: center;
  margin-top: 15px;
  color: #222222;
}
.dropdown-style-1 .item-dropdown .list .item{
  padding: 10px;
  border-bottom: 1px solid rgba(255 255 255 / .3);
}
.dropdown-style-2 .nav-item.dropdown {
  position: revert !important;
}
.dropdown-style-2 .item-dropdown {
  padding: clamp(35px, 3.64583vw, 70px);
  background: #D42C25;
  color: white;
  left: 0;
  width: 100%;
}
.dropdown-style-3 .nav-item.dropdown {
  position: revert !important;
}
.dropdown-style-3 .nav-item.dropdown:hover > a::before {
  display: none !important;
}
.dropdown-style-3 .item-dropdown {
  left: 50% !important;
  -webkit-transform: translate(-50%, 0) !important;
          transform: translate(-50%, 0) !important;
}
@media (min-width: 1921px) {
  .dropdown-style-3 .item-dropdown {
    width: 1540px;
  }
}
@media (max-width: 1920px) {
  .dropdown-style-3 .item-dropdown {
    width: calc(77.0834vw + 60px);
  }
}
@media (max-width: 1440px) {
  .dropdown-style-3 .item-dropdown {
    width: 86vw;
  }
}
@media (max-width: 768px) {
  .dropdown-style-3 .item-dropdown {
    width: 100%;
  }
}
.dropdown-style-3 .item-dropdown .wrapper {
  background: white;
  padding: clamp(20px, 2.60416vw, 50px) clamp(35px, 3.64583vw, 70px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.dropdown-style-3 .item-dropdown .title-main {
  font-weight: 700;
  color: #D42C25;
  margin-bottom: 20px;
}
.dropdown-style-3 .item-dropdown .list {
  margin-bottom: 0;
  border-left: 1px solid #bababa;
  padding-left: clamp(20px, 1.5625vw, 30px);
  margin-left: clamp(20px, 1.5625vw, 30px);
  height: 100%;
}
.dropdown-style-3 .item-dropdown .list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333333;
  margin-bottom: clamp(15px, 1.0416vw, 20px);
  height: 100%;
}
.dropdown-style-3 .item-dropdown .list .material-symbols-outlined {
  color: #D42C25;
  margin-right: 5px;
}

/*----- Header 樣式 -----*/
.header {
  background: white;
}
.header.dark .dropdown-style-1 .item-dropdown {
  background: #222222;
}
.header.dark .dropdown-style-1 .item-dropdown .title {
  color: white;
}
.header.dark .dropdown-style-3 .item-dropdown .wrapper {
  background: #222222;
}
.header.dark .dropdown-style-3 .item-dropdown .wrapper .title {
  color: white;
}
.header.dark .dropdown-style-3 .item-dropdown .wrapper .list .item {
  color: rgba(255, 255, 255, 0.8);
}
.header.dark .dropdown-style-3 .item-dropdown .wrapper .list .item:hover {
  color: #D42C25;
}
.header-style-3 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-style-3 .lan {
  margin-right: clamp(15px, 1.5625vw, 30px);
}
.header-style-3 .lan .dropdown-toggle::after {
  display: none;
}
.header-style-3 .social-medias .item {
  font-size: clamp(20px, 1.5625vw, 30px);
}
.header-style-3 .social-medias .item img {
  width: clamp(20px, 1.5625vw, 30px);
  height: clamp(20px, 1.5625vw, 30px);
}
.header-style-3 .small-bar {
  margin-left: 2.083vw;
}
.header-style-3 .small-bar .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: clamp(-15px, -0.78125vw, -8px);
  margin-right: clamp(-15px, -0.78125vw, -8px);
}
.header-style-3 .small-bar .list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: clamp(8px, 0.78125vw, 15px);
  padding-right: clamp(8px, 0.78125vw, 15px);
  color: #bababa;
}
.header-style-3 .small-bar .list .item:hover {
  color: #D42C25;
}
.header-style-3 .nav {
  margin-left: clamp(-20px, -1.0416vw, -10px);
  margin-right: clamp(-20px, -1.0416vw, -10px);
}
.header-style-3 .nav > .nav-item {
  padding-left: clamp(10px, 1.0416vw, 20px);
  padding-right: clamp(10px, 1.0416vw, 20px);
}
.header-style-3 .nav > .nav-item > a {
  padding: clamp(20px, 2.60416vw, 50px) 0;
  font-weight: 700;
}
.header-style-3 .nav > .nav-item > a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  opacity: 0;
}
.header-style-3 .nav > .nav-item:hover a::after, .header-style-3 .nav > .nav-item.active a::after {
  opacity: 1;
}
.header-style-3 .desktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 calmp(35px, 3.64583vw, 70px);
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
.header-style-3 .desktop .nav-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-style-3.dark .lan {
  color: white;
}
.header-style-3.dark .nav > .nav-item:hover > a {
  color: white;
}
.header-style-3.dark .nav > .nav-item.active > a {
  color: white;
}
.header .logo{
  font-size: clamp(20px, 1.5625vw, 30px);
  font-weight: 700;
  letter-spacing: 3px;
}
.header .mobile .logo{
  padding: 15px 25px 15px;
}
.header .mobile .logo a img{
  width: auto;
  height: 40px;
}
.header .mobile .mobile-nav .main .item.dropdown > .title{
  background: #222;
}
.header.dark .mobile .mobile-nav .sec .item .title{
  background: #666;
}
/*--------------------------------------------------------------------------*/
/*-------------------------------- Footer ----------------------------------*/
.footer {
  background: white;
}
.footer .logo-wrapper .title {
  font-weight: 700;
  margin-top: clamp(20px, 1.5625vw, 30px);
  line-height: 1.35;
}
.footer .figure .list-style-1 li {
  margin-bottom: 10px;
  font-size: 1rem;
}
.footer .figure .list-style-1 li:last-child {
  margin-bottom: 0;
}
.footer .figure .list-style-1.disc li {
  list-style: disc;
  margin-left: 25px;
}
.footer .figure .list-style-2 li {
  margin-bottom: clamp(15px, 1.5625vw, 30px);
}
.footer .figure .list-style-2 li a {
  color: #D42C25;
  font-weight: 700;
  display: block;
}
.footer .figure .list-style-2 li:last-child {
  margin-bottom: 0;
}
.footer .company-info-style-1 {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer .company-info-style-1 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 8px;
}
.footer .company-info-style-1 li:not(:last-child) {
  position: relative;
  padding-right: 12px;
  margin-right: 10px;
}
.footer .company-info-style-1 li:not(:last-child)::after {
  content: "|";
  position: absolute;
  right: 0;
  top: 0;
  font-size: 0.875rem;
  color: #bababa;
}
.footer .company-info-style-2 {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer .company-info-style-2 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
}
.footer .company-info-style-2 li i {
  margin-right: 5px;
  color: white;
  width: 22px;
}
.footer .company-info-style-2 li:not(:last-child) {
  position: relative;
  margin-right: 20px;
}
.footer.dark {
  background: #222222;
  color: rgba(255, 255, 255, 0.8);
}
.footer.dark a {
  color: rgba(255, 255, 255, 0.8);
}
.footer-style-2 {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: white;
  padding: clamp(50px, 3.64583vw, 70px) 0 clamp(35px, 3.125vw, 60px);
}
.footer-style-2 .content {
  margin-left: -2vw;
  margin-right: -2vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 991px) {
  .footer-style-2 .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer-style-2 [class^=company-info-style-], .footer-style-2 [class*=company-info-style-] {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.3;
}
@media (max-width: 991px) {
  .footer-style-2 [class^=company-info-style-], .footer-style-2 [class*=company-info-style-] {
    text-align: center;
  }
}
.footer-style-2 .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 991px) {
  .footer-style-2 .right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer-style-2 .figure {
  padding-left: 1vw;
  padding-right: 1vw;
}
.footer-style-2 .figure .title {
  font-size: clamp(18px, 1.0416vw, 20px);
  margin-bottom: clamp(15px, 1.5625vw, 30px);
}
.footer-style-2 .figure .title a {
  font-weight: 700;
  color: #D42C25;
}
@media (max-width: 991px) {
  .footer-style-2 .figure.logo-wrapper {
    text-align: center;
  }
  .footer-style-2 .figure.links {
    display: none;
  }
}
.footer-style-2 .logo-wrapper .copyright {
  font-size: 16px;
  margin-top: 15px;
}
@media (max-width: 550px) {
  .footer-style-2 .logo-wrapper .copyright {
    font-size: 14px;
  }
}
.footer-style-2 .list-style-2 {
  font-size: clamp(18px, 1.0416vw, 20px);
}
@media (max-width: 767px) {
  .footer-style-2 .social-medias {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer-style-2 .social-medias .item {
  width: clamp(40px, 2.60416vw, 50px);
  height: clamp(40px, 2.60416vw, 50px);
  font-size: 150%;
}
.footer-style-2 .social-medias .item img {
  width: 65%;
}
.footer-style-2 .btn-gotop {
  position: fixed;
  right: clamp(30px, 2.60416vw, 50px);
  bottom: clamp(30px, 2.60416vw, 50px);
}
.footer-style-2 .bottom {
  padding-top: clamp(35px, 4.16vw, 80px);
  margin-top: clamp(35px, 3.125vw, 60px);
  font-size: 0.875rem;
  border-top: 1px solid #bababa;
}
.footer-style-2 .copyright a {
  opacity: 0.8;
}
.footer-style-2 .copyright a:hover {
  opacity: 1;
}
.footer-style-2.dark {
  background: #222222;
}
.footer-style-2.dark .company .title {
  color: white;
}

/*--------------------------------------------------------------------------*/
/*-------------------------------- Banner ----------------------------------*/
.carousel.slide .slogan.text-center {
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
}
.carousel.slide .slogan.text-right {
  left: auto;
}
@media (max-width: 767px) {
  .carousel.slide .slogan {
    text-align: center;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .carousel.slide .slogan.text-center, .carousel.slide .slogan.text-right {
    text-align: center;
  }
  .carousel.slide .slogan.text-right {
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.carousel.slide .title {
  font-size: clamp(35px, 4.16vw, 80px);
  font-weight: 700;
  margin-bottom: 15px;
  letter-spacing: 10px;
}
.carousel.slide .info {
  line-height: 1.35;
}

.banner-style-1 .carousel-item .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  height: clamp(400px, 41.6vw, 800px);
}
.banner-style-1 .carousel-item .item .image {
  position: relative;
}
.banner-style-1 .carousel-item .item .image img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .banner-style-1 .carousel-item .item .image img {
    max-width: inherit;
    max-height: 100%;
  }
}
.banner-style-1 .carousel-item .item .image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 0;
}
.banner-style-1 .carousel-item .item .slogan {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 12.239583vw;
  z-index: 1;
}
.banner-style-1 .carousel-item .item .slogan.text-right {
  right: 12.239583vw;
}
.banner-style-1 .carousel-item .item .slogan .title {
  margin-bottom: 15px;
  color: white;
}
.banner-style-1 .carousel-item .item .slogan .info {
  color: rgba(255, 255, 255, 0.7);
}
.banner-style-1 .carousel-item .item .slogan .btn {
  margin-top: 20px;
  width: 200px;
  padding: 15px 20px;
  border-radius: 10px;
  background: #D42C25;
  color: white;
  text-align: center;
  display: inline-block;
}
.banner-style-1 .carousel-item .item .slogan .btn:hover {
  opacity: 0.85;
}
@media (max-width: 767px) {
  .banner-style-1 .carousel-item .item .slogan {
    width: 75%;
    right: auto;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .banner-style-1 .carousel-item .item .slogan.text-center, .banner-style-1 .carousel-item .item .slogan.text-right {
    left: 50%;
    right: auto;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.banner-style-1 .carousel-indicators {
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: clamp(20px, 2.083vw, 40px);
}
.banner-style-1 .carousel-indicators .item {
  border: 1px solid white;
  padding-right: 0;
  margin: 0 7.5px;
  background: white;
  width: 15px;
  height: 15px;
}
.banner-style-1 .carousel-indicators .item.active, .banner-style-1 .carousel-indicators .item:hover {
  border: 1px solid white;
  background: #D42C25;
}
.banner-style-1 .carousel-controls .link-prev, .banner-style-1 .carousel-controls .link-next {
  color: white;
}
.banner-style-1 .carousel-controls .link-prev [class^=carousel-control-], .banner-style-1 .carousel-controls .link-prev [class*=carousel-control-], .banner-style-1 .carousel-controls .link-next [class^=carousel-control-], .banner-style-1 .carousel-controls .link-next [class*=carousel-control-] {
  font-size: clamp(25px, 2.60416vw, 50px);
}
.banner-style-1 .carousel-controls .link-prev:hover, .banner-style-1 .carousel-controls .link-next:hover {
  color: #D42C25;
}
.banner-style-1 .carousel-controls .link-prev {
  left: clamp(15px, 4.16vw, 80px);
}
.banner-style-1 .carousel-controls .link-next {
  right: clamp(15px, 4.16vw, 80px);
}

/*--------------------------------------------------------------------------*/
/*--------------------------------- Index ----------------------------------*/
.index-brands .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: clamp(40px, 5.2083vw, 100px);
  min-height: clamp(100% - 100px, 100% - 5.2083vw, 100% - 40px);
}
.index-brands .item .image {
  position: relative;
}
.index-brands .item .image .overlay {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(34, 34, 34, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.index-brands .item .image .overlay .flag {
  width: clamp(50px, 3.64583vw, 70px);
  height: clamp(31px, 2.239583vw, 43px);
}
.index-brands .item .image .overlay .flag img {
  width: 100%;
}
.index-brands .item .image .overlay .brand {
  max-width: 80%;
}
.index-brands .item .image .overlay .brand img {
  width: 100%;
}
.index-brands .item .title{
  display: flex;
  align-items: center;
}
.index-brands .item .btn {
  margin-top: auto;
}
.index-brands .item .title .flag{
  width: 32px;
  height: 32px;
  margin-right: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.index-brands .item .title .flag img{
  width: 100%;
}
.index-brands .item:hover .btn.border-white {
  background: white;
  color: #222222;
}
.index-brands .item:hover .overlay{
  opacity: 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

/*--------------------------------------------------------------------------*/
/*-------------------------------- 新聞列表 ---------------------------------*/
.news-sub .title {
  line-height: 1.4;
  font-size: clamp(20px, 1.25vw, 24px);
  font-weight: 700;
}
.news-sub .date {
  opacity: 0.8;
}
.news-sub .des {
  line-height: 1.55;
  opacity: 0.7;
}
.news-sub .image {
  border: 1px solid #f5f5f5;
}
.news-sub .image img {
  width: 100%;
}
.news-sub .btn {
  min-width: clamp(100px, 7.8125vw, 150px);
  font-size: 16px;
  text-align: center;
  padding: 10px;
}
.news-sub .item {
  margin-bottom: clamp(20px, 1.5625vw, 30px);
  position: relative;
}
.news-sub .item:hover .title {
  color: #D42C25;
}
.news-sub .item:hover .btn {
  background: #D42C25;
  border-color: #D42C25;
  color: white;
}
.news-sub-style-2 .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: clamp(15px, 1.0416vw, 20px);
  font-size: 16px;
}
.news-sub-style-2 .info .category {
  margin-right: 10px;
}
.news-sub-style-2 .category {
  background: #D42C25;
  color: white;
  min-width: clamp(100px, 7.8125vw, 150px);
  min-height: clamp(20px, 1.5625vw, 30px);
  padding: 10px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.news-sub-style-2 .title {
  margin-top: clamp(15px, 1.0416vw, 20px);
}
@media (min-width: 768px) {
  .news-sub-style-2 .title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: clamp(56px, 3.5416vw, 68px);
  }
}
.news-sub-style-2 .des {
  margin-top: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

#news_i .image-main img {
  width: 100%;
}

/*--------------------------------------------------------------------------*/
/*---------------------------------- 數據 -----------------------------------*/
.data-blocks .item {
  margin-bottom: clamp(20px, 1.5625vw, 30px);
}
.data-blocks .title {
  font-size: clamp(26px, 1.66vw, 32px);
  font-weight: 700;
}
.data-blocks .title-sec {
  font-size: clamp(22px, 1.35416vw, 26px);
  font-weight: 700;
}
.data-blocks .des {
  margin-top: clamp(20px, 1.5625vw, 30px);
  line-height: 1.5;
  opacity: 0.8;
}
.data-blocks-style-3 .wrapper {
  text-align: center;
  min-height: clamp(400px, 44.2708vw, 850px);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px clamp(100px, 13.605442176vw, 200px);
}
@media (min-width: 1024px) {
  .data-blocks-style-3 .wrapper {
    background-attachment: fixed;
  }
}
.data-blocks-style-3 .wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
}
.data-blocks-style-3 .wrapper > * {
  position: relative;
  z-index: 1;
}
.data-blocks-style-3 .wrapper > .row {
  width: 100%;
}
.data-blocks-style-3 .item {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.data-blocks-style-3 .num-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 15px;
}
.data-blocks-style-3 .num-wrapper .num {
  color: #D42C25;
  font-size: clamp(80px, 8.3vw, 160px);
  font-weight: 700;
  line-height: 1;
}
.data-blocks-style-3 .num-wrapper .unit {
  color: white;
  font-size: clamp(18px, 1.875vw, 36px);
  margin-bottom: 1.0416vw;
}

/*--------------------------------------------------------------------------*/
/*-------------------------------- 行銷區域 ---------------------------------*/
.worldwide .item {
  margin-bottom: clamp(15px, 1.5625vw, 30px);
}
.worldwide .info {
  line-height: 1.4;
}
.worldwide-nav {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.worldwide-nav li {
  list-style: none;
}
.worldwide-nav-style-1 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: clamp(-30px, -1.5625vw, -10px);
  margin-right: clamp(-30px, -1.5625vw, -10px);
}
.worldwide-nav-style-1 .link {
  padding-left: clamp(10px, 1.5625vw, 30px);
  padding-right: clamp(10px, 1.5625vw, 30px);
  position: relative;
  font-weight: 700;
  color: #333333;
}
.worldwide-nav-style-1 .link:hover, .worldwide-nav-style-1 .link.active {
  color: #D42C25;
}
.worldwide-nav-style-1 li:not(:last-child) .link:after {
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  width: 1px;
  height: 100%;
  background: #bababa;
}
.worldwide-nav-style-2 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: clamp(-15px, -0.78125vw, -5px);
  margin-right: clamp(-15px, -0.78125vw, -5px);
}
.worldwide-nav-style-2 li {
  padding-left: clamp(5px, 0.78125vw, 15px);
  padding-right: clamp(5px, 0.78125vw, 15px);
}
.worldwide-nav-style-2 .link {
  position: relative;
  font-weight: 700;
  color: #333333;
  padding-bottom: 10px;
  border-bottom: 2px solid #333333;
}
.worldwide-nav-style-2 .link:hover, .worldwide-nav-style-2 .link.active {
  color: #D42C25;
  border-bottom: 2px solid #D42C25;
}
.worldwide-nav-style-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.worldwide-nav-style-3 .title {
  min-height: clamp(40px, 2.60416vw, 50px);
  padding: 10px;
  width: 15%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #D42C25;
  color: white;
  font-weight: 700;
}
.worldwide-nav-style-3 .list {
  width: 85%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px clamp(25px, 2.60416vw, 50px);
  background: #f5f5f5;
  margin-bottom: 0;
  margin-left: clamp(-15px, -0.78125vw, -6px);
  margin-right: clamp(-15px, -0.78125vw, -6px);
  min-height: clamp(40px, 2.60416vw, 50px);
}
.worldwide-nav-style-3 .list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.worldwide-nav-style-3 .list li:not(:last-child) .link::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  width: 1px;
  height: 100%;
  background: #bababa;
}
.worldwide-nav-style-3 .list .link {
  padding-left: clamp(6px, 0.78125vw, 15px);
  padding-right: clamp(6px, 0.78125vw, 15px);
  position: relative;
}
.worldwide-nav-style-3 .list .link:hover {
  color: #D42C25;
}
.worldwide-style-1 .tab-content {
  margin-top: clamp(45px, 4.6875vw, 90px);
}
.worldwide-style-1 .country {
  position: absolute;
  top: 0;
  left: clamp(20px, 2.60416vw, 50px);
  background: #D42C25;
  color: white;
  padding: 10px clamp(15px, 1.5625vw, 30px);
  font-size: 16px;
  font-weight: 700;
}
.worldwide-style-1 .item {
  position: relative;
  background: rgba(255, 255, 255, 0.1);
  padding: clamp(20px, 2.083vw, 40px);
  min-height: clamp(100% - 30px, 100% - 1.5625vw, 100% - 15px);
}
.worldwide-style-1 .item .title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: clamp(15px, 1.0416vw, 20px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.worldwide-style-1 .item .title-wrapper .social-medias .item {
  background: transparent;
  padding: 0;
  min-height: auto;
  margin-bottom: 0;
}
.worldwide-style-1 .item .title-wrapper .title {
  font-size: clamp(20px, 1.145833vw, 22px);
  position: relative;
  font-weight: 700;
}
.worldwide-style-1 .item .contact-list, .worldwide-style-1 .item .des {
  margin-top: clamp(15px, 1.5625vw, 30px);
  padding-top: clamp(15px, 1.5625vw, 30px);
  margin-bottom: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.worldwide-style-1 .item .contact-list li, .worldwide-style-1 .item .des li {
  margin-bottom: clamp(15px, 1.5625vw, 30px);
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
}
.worldwide-style-1 .item .contact-list li .title, .worldwide-style-1 .item .des li .title {
  width: 20%;
  font-weight: 700;
  line-height: 1.4;
}
.worldwide-style-1 .item .contact-list li .info, .worldwide-style-1 .item .des li .info {
  width: 80%;
  padding-left: 20px;
  opacity: 0.85;
}
.worldwide-style-1 .item .des {
  opacity: 0.8;
  line-height: 1.5;
}

.gm-style-iw {
  color: #333333;
}
.gm-style-iw .gm-style-iw-chr {
  position: absolute;
  right: 0;
}
.gm-style-iw .gm-style-iw-d .ww_box {
  line-height: 1.65;
  margin-top: 10px;
}
.gm-style-iw .gm-style-iw-d .ww_box .title {
  width: 80%;
}

#news_i .social-medias.circle .item img {
  width: 55%;
}

.contact-list .icon {
  width: clamp(100px, 13.605442176vw, 200px);
  height: clamp(100px, 13.605442176vw, 200px);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid white;
  border-radius: 100%;
}
.contact-list .icon i {
  font-size: clamp(35px, 4.16vw, 80px);
}

.product-banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 400px;
  width: 100%;
}

.product-icons-group .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-icons-group .item .icon {
  width: clamp(100px, 13.605442176vw, 200px);
  height: clamp(100px, 13.605442176vw, 200px);
  border-radius: 100%;
  border: 2px solid white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product-icons-group .item .icon img {
  width: clamp(40px, 4.427083vw, 85px);
  height: clamp(40px, 4.427083vw, 85px);
}

/*--------------------------------------------------------------------------*/
/*--------------------------------- 時間軸 ----------------------------------*/
.time-line-style-4 .list .item {
  padding: clamp(20px, 1.5625vw, 30px) clamp(30px, 2.864583vw, 55px);
  border-bottom: 2px solid #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1.5;
}
.time-line-style-4 .list .item .date {
  width: 15%;
  font-weight: 700;
  color: #D42C25;
  padding-right: 20px;
}
.time-line-style-4 .list .item .info {
  width: 85%;
}
@media (max-width: 557px) {
  .time-line-style-4 .list .item {
    padding: clamp(20px, 1.5625vw, 30px) 0;
  }
  .time-line-style-4 .list .item .date {
    width: 25%;
  }
  .time-line-style-4 .list .item .info {
    width: 75%;
  }
}