@charset "UTF-8";
@font-face {
  font-family: "Noto_Sans_TC";
  src: url("fonts/Noto_Sans_TC/NotoSansTC-Regular.woff") format("woff"), url("fonts/Noto_Sans_TC/NotoSansTC-Regular.otf") format("opentype"), url("fonts/Noto_Sans_TC/NotoSansTC-Regular.eot") format("embedded-opentype");
}
@font-face {
  font-family: "Noto_Sans_TC_bold";
  src: url("fonts/Noto_Sans_TC/NotoSansTC-Bold.otf") format("woff"), url("fonts/Noto_Sans_TC/NotoSansTC-Bold.otf") format("opentype"), url("fonts/Noto_Sans_TC/NotoSansTC-Bold.eot") format("embedded-opentype");
}
@font-face {
  font-family: "Ubuntu";
  src: url("fonts/Ubuntu/Ubuntu-Regular.ttf") format("opentype");
}
*::-webkit-scrollbar {
  height: 10px;
  width: 12px;
  background-color: white;
  border-radius: 0;
}

*::-webkit-scrollbar-thumb {
  background-color: #999;
  border: 2px solid white;
}

html {
  padding: 0 !important;
  overflow-x: hidden;
}

body {
  font-size: 16px !important;
  width: 100%;
  overflow-x: hidden !important;
  background-color: white;
  color: #666 !important;
  min-height: 900px;
  font-family: "Titillium Web", Arial, "Noto Sans TC", sans-serif !important;
  letter-spacing: 0;
}
@media (min-width: 992px) {
  body {
    font-size: 17px !important;
  }
}
@media (min-width: 1200px) {
  body {
    font-size: 18px !important;
  }
}
body p, body ul, body li {
  font-size: 1rem;
  line-height: 1.67rem;
}
body p:last-child {
  margin-bottom: 0;
}
body a {
  text-decoration: none;
  transition: all 0.3s linear !important;
}
body img {
  transition: all 0.3s linear;
}
body mark, body .mark {
  color: #003399;
  padding: 0;
  font-weight: bold;
  background-color: transparent !important;
  margin: 0 0.2rem;
}

.container-fluid {
  --bs-gutter-x: 1.5rem;
  padding-right: calc(var(--bs-gutter-x) * 1) !important;
  padding-left: calc(var(--bs-gutter-x) * 1) !important;
}
@media (min-width: 769px) {
  .container-fluid {
    padding-right: calc(var(--bs-gutter-x) * 1.5) !important;
    padding-left: calc(var(--bs-gutter-x) * 1.5) !important;
  }
}
@media (min-width: 1200px) {
  .container-fluid {
    padding-right: calc(var(--bs-gutter-x) * 3) !important;
    padding-left: calc(var(--bs-gutter-x) * 3) !important;
  }
}

.prods-sm .slider-wrap, .prods-lg, .p-list .img-wrap {
  border-radius: 5px;
}
@media (min-width: 769px) {
  .prods-sm .slider-wrap, .prods-lg, .p-list .img-wrap {
    border-radius: 8px;
  }
}
@media (min-width: 1200px) {
  .prods-sm .slider-wrap, .prods-lg, .p-list .img-wrap {
    border-radius: 12px;
  }
}
@media (min-width: 1680px) {
  .prods-sm .slider-wrap, .prods-lg, .p-list .img-wrap {
    border-radius: 15px;
  }
}

.p-list2 .txt {
  border-radius: 3px;
}
@media (min-width: 992px) {
  .p-list2 .txt {
    border-radius: 5px;
  }
}
@media (min-width: 1680px) {
  .p-list2 .txt {
    border-radius: 8px;
  }
}

.btn {
  padding: 0.6rem 1.7rem;
  font-size: 1rem;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: bold;
  transition: all 0.3s linear;
}

.btn-sm {
  padding: 0.6rem 1rem;
  font-size: 1rem;
  transition: all 0.3s linear;
}

.btn-refresh {
  padding: 0.5rem !important;
  height: 40px !important;
  transition: all 0.3s linear;
}
.btn-refresh i {
  color: #999;
  transition: all 0.3s linear;
}
.btn-refresh:hover, .btn-refresh:active, .btn-refresh:focus {
  transform: rotate(180deg);
}
.btn-refresh:hover i, .btn-refresh:active i, .btn-refresh:focus i {
  color: #003399;
}

.btn-delete {
  border: 0;
  background-color: transparent !important;
  padding: 0;
  color: #999;
  font-size: 1rem;
}

.btn-back {
  color: white;
  font-size: 1;
  display: inline-flex;
  align-items: center;
  border: 0 !important;
  position: relative;
  overflow: hidden;
  padding-left: 0 !important;
  margin-bottom: -1px;
  border-radius: 0 !important;
}
.btn-back:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  content: "";
  background-color: #003399;
  transition: all 0.3s linear;
}
.btn-back img {
  display: inline-flex;
  width: 16px;
  height: 16px;
  margin-right: 0.5rem;
}
.btn-back:hover, .btn-back:active {
  color: white !important;
}
.btn-back:hover:after, .btn-back:active:after {
  width: 100%;
}

.btn-play {
  color: white;
  text-align: center;
  border: 0 !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.btn-play i {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid white;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  transition: all 0.3s linear;
}
.btn-play p {
  font-size: 1rem !important;
}
.btn-play:hover i {
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.85);
  color: #003399;
}

.btn-dark {
  border: 0;
  color: white;
  background: linear-gradient(to right, #333 0%, black 100%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 3;
  width: 210px;
  overflow: hidden;
}
.btn-dark:before {
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #003399;
  transition: all 0.3s linear;
  z-index: -1;
}
.btn-dark:after {
  display: none;
}
.btn-dark img {
  position: relative;
  display: inline-flex;
  width: 20px;
  height: 20px;
  filter: invert(1) brightness(100);
  z-index: 2;
  transition: all 0.3s linear;
}
.btn-dark i {
  position: relative;
  display: inline-flex;
  font-size: 1rem;
  color: white;
  z-index: 2;
  transition: all 0.3s linear;
}
.btn-dark:hover:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #003399;
}
.btn-dark:hover img, .btn-dark:hover i {
  transform: translateX(10px);
}

.btn-light {
  border: 0;
  color: #666;
  background: #f6f6f6;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 3;
  width: 210px;
  overflow: hidden;
}
.btn-light:before {
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #003399;
  transition: all 0.3s linear;
  z-index: -1;
}
.btn-light:after {
  display: none;
}
.btn-light img {
  position: relative;
  display: inline-flex;
  width: 20px;
  height: 20px;
  filter: invert(1) brightness(100);
  z-index: 2;
  transition: all 0.3s linear;
}
.btn-light i {
  position: relative;
  display: inline-flex;
  font-size: 1rem;
  color: #666;
  z-index: 2;
  transition: all 0.3s linear;
}
.btn-light:hover {
  color: white;
}
.btn-light:hover:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #003399;
}
.btn-light:hover img {
  filter: invert(1) brightness(100);
  transform: translateX(10px);
}
.btn-light:hover i {
  transform: translateX(10px);
  color: white;
}

.btn-primary {
  background-color: #003399;
  color: white;
  border: 0;
}

.video-container {
  display: none;
  width: 100%;
  max-width: 800px;
  aspect-ratio: 16/9;
  position: relative;
}
.video-container iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/*Prods*/
.p-list {
  position: relative;
}
.p-list .img-wrap {
  overflow: hidden;
  position: relative;
  background-image: url("../images/bg-prods-box.jpg");
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  height: 300px;
}
.p-list .img-wrap img {
  position: absolute;
  left: -2rem;
  top: 50%;
  transform: translateY(-50%);
  height: 120%;
  width: auto;
  transition: all 0.3s linear;
}
.p-list .prods-name {
  position: absolute;
  right: -20px;
  bottom: 1.5rem;
  font-size: 1.3rem;
  font-weight: bold;
  color: white;
  padding: 0.5rem 1.4rem;
  background-color: black;
  text-transform: uppercase;
  z-index: 2;
  transition: all 0.3s linear;
}
@media (min-width: 992px) {
  .p-list .prods-name {
    font-size: 1.45rem;
    bottom: 2rem;
  }
}
@media (min-width: 1680px) {
  .p-list .prods-name {
    font-size: 1.67rem;
    bottom: 2.8rem;
  }
}
.p-list:hover img {
  left: 10%;
  height: 100%;
  width: auto;
}
.p-list:hover .prods-name {
  background-color: #003399;
}

/*p-list*/
.filter-group a {
  display: inline-flex;
  margin: 0 0.7rem 0.7rem 0;
  padding: 0.2rem 0.8rem;
  background-color: black;
  color: white;
  border-radius: 5px;
  font-size: 1rem;
  font-weight: bold;
}
.filter-group a.active {
  background-color: #003399;
}
.filter-group a:hover {
  background-color: #666;
}

.p-list2 {
  position: relative;
}
.p-list2 .btn-inq {
  position: absolute;
  right: 0;
  top: 0;
  width: 36px;
  height: 36px;
  color: white;
  border: 0 !important;
  background-color: transparent !important;
  transition: all 0.3s linear;
}
.p-list2 .btn-inq i {
  font-size: 1.2rem;
  position: absolute;
}
.p-list2 .btn-inq i:after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 36px;
  height: 36px;
  content: "";
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: black;
  z-index: -1;
  transition: all 0.3s linear;
}
.p-list2 .btn-inq:hover {
  color: white;
}
.p-list2 img {
  width: 100%;
  height: auto;
  padding: 40px;
  transition: all 0.3s linear;
}
.p-list2 .txt {
  background-color: transparent;
  padding: 0.8rem 1rem;
  transition: all 0.3s linear;
}
.p-list2 .txt .prods-title {
  font-size: 1.33rem;
  font-weight: bold;
  color: #003399;
  transition: all 0.3s linear;
}
.p-list2 .txt .prods-subtitle {
  font-size: 1rem;
  font-weight: normal;
  color: black;
  transition: all 0.3s linear;
}
@media (min-width: 992px) {
  .p-list2:hover .btn-inq i:after {
    background-color: #003399;
  }
  .p-list2:hover .txt {
    background-color: #003399;
  }
  .p-list2:hover .txt .prods-title, .p-list2:hover .txt .prods-subtitle {
    color: white;
  }
  .p-list2:hover img {
    padding: 15px;
  }
}

.p-list3 {
  position: relative;
}
.p-list3 img {
  width: 100%;
  height: auto;
  padding: 40px;
  transition: all 0.3s linear;
}
.p-list3 .prods-title {
  font-size: 1.33rem;
  font-weight: bold;
  color: #003399;
}
.p-list3 .prods-title2 {
  font-size: 1rem;
  font-weight: normal;
  color: black;
}
.p-list3:hover img {
  padding: 15px;
}

/*Products Detail*/
.p-name1 {
  font-size: 2.3rem;
  color: #003399;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.p-name2 {
  font-size: 1.3rem;
  color: black;
  font-weight: bold;
}

.p-name3 {
  font-size: 1.2rem;
  color: #666;
  padding: 0.5rem 1rem;
  border: 1px solid #999;
  display: inline-flex;
  font-weight: normal;
  margin-bottom: 1rem;
}

.prods-lg {
  background-color: #f6f6f6;
  overflow: hidden;
  margin-bottom: 2rem;
}
.prods-lg .slider-wrap {
  padding: 40px;
}
.prods-lg .slider-wrap img {
  width: 100%;
  height: auto;
}
.prods-lg .slick-dots li button:before {
  background-color: #cccccc;
  border: 1px solid #cccccc;
}
.prods-lg .slick-dots li.slick-active button:before {
  background-color: #003399;
  border: 1px solid #003399;
}

.prods-sm .slick-track {
  display: flex !important;
  justify-content: flex-start !important; /* 確保 track 一直靠左 */
  transform: none !important; /* 防止 Slick 自動移動 */
}
.prods-sm .slick-list {
  margin: 0 -7px;
  overflow: visible;
}
.prods-sm .slick-slide {
  transition: none !important; /* 避免動畫導致跳動 */
}
.prods-sm .slider-wrap {
  padding: 5px;
  background-color: #f6f6f6;
  overflow: hidden;
  margin: 0 7px;
  opacity: 0.4;
  border: 2px solid #f6f6f6;
  transition: all 0.3s linear;
}
.prods-sm .slider-wrap img {
  width: 100%;
  height: auto;
  transition: all 0.3s linear;
}
.prods-sm .slider-wrap:hover, .prods-sm .slider-wrap:active, .prods-sm .slider-wrap:focus {
  cursor: pointer;
  border: 2px solid #003399;
  opacity: 1;
}
.prods-sm .slider-wrap.slick-current.slick-active {
  opacity: 1;
}

.p-basic {
  font-size: 1.1rem;
}
.p-basic .title {
  font-weight: normal;
  display: inline-flex;
}
.p-basic .title:before {
  content: "\f309";
  font-family: "Bootstrap-icons";
}
.p-basic .title:after {
  content: ":";
  margin: 0 0.5rem 1rem 0.5rem;
}

.block-title-center {
  text-align: center;
  color: black;
  position: relative;
  padding: 1rem;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: bold;
}
.block-title-center:after {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 50px;
  height: 1px;
  content: "";
  background-color: black;
  transform: translate(-50%, 0);
}

.result {
  font-size: 1.2rem;
}
.result span {
  color: red;
  font-weight: bold;
  font-size: 1.5rem;
  margin: 0 1rem;
}/*# sourceMappingURL=prods.css.map */