@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: "Titillium Web";
  src: url("fonts/Titillium_Web/TitilliumWeb-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;
  }
}

.others, .index-news, .index-about, .index-prods {
  padding: 3.5rem 0;
}
.others .block-title, .index-news .block-title, .index-about .block-title, .index-prods .block-title {
  color: black;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  padding-bottom: 0.8rem;
  border-bottom: 3px solid black;
  text-transform: uppercase;
  line-height: 1;
}
.others .block-title::after, .index-news .block-title::after, .index-about .block-title::after, .index-prods .block-title::after {
  width: 40px;
  height: 40px;
  margin-left: 1rem;
  content: "";
  background-image: url("../images/icon-block-title.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-flex;
  transition: all 0.3s linear;
}
.others .block-title-w, .index-news .block-title-w, .index-about .block-title-w, .index-prods .block-title-w {
  color: white;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  padding-bottom: 0.8rem;
  border-bottom: 3px solid white;
  text-transform: uppercase;
  line-height: 1;
  margin-left: auto;
}
.others .block-title-w::after, .index-news .block-title-w::after, .index-about .block-title-w::after, .index-prods .block-title-w::after {
  width: 40px;
  height: 40px;
  margin-left: 1rem;
  content: "";
  background-image: url("../images/icon-block-title.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-flex;
  filter: invert(1) brightness(100);
  transition: all 0.3s linear;
}
.others .block-title, .index-news .block-title, .index-about .block-title, .index-prods .block-title,
.others .block-title-w,
.index-news .block-title-w,
.index-about .block-title-w,
.index-prods .block-title-w {
  font-size: 2rem;
  margin-bottom: 2rem;
}
.others .block-title2, .index-news .block-title2, .index-about .block-title2, .index-prods .block-title2 {
  font-size: 1.5rem;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
.others .block-title3, .index-news .block-title3, .index-about .block-title3, .index-prods .block-title3 {
  font-size: 2.67rem;
  text-transform: uppercase;
  margin-bottom: 1.6rem;
  font-weight: bold;
  color: white;
  text-shadow: 1px 0 black, -1px 0 black, 0 1px black, 0 -1px black, 1px 1px black, -1px -1px black, 1px -1px black, -1px 1px black;
}
.others .block-title4, .index-news .block-title4, .index-about .block-title4, .index-prods .block-title4 {
  font-size: 1.67rem;
  font-weight: normal;
  margin-bottom: 1.5rem;
}
@media (min-width: 769px) {
  .others .block-title, .index-news .block-title, .index-about .block-title, .index-prods .block-title,
  .others .block-title-w,
  .index-news .block-title-w,
  .index-about .block-title-w,
  .index-prods .block-title-w {
    font-size: 2.2rem;
  }
}
@media (min-width: 1200px) {
  .others .block-title, .index-news .block-title, .index-about .block-title, .index-prods .block-title,
  .others .block-title-w,
  .index-news .block-title-w,
  .index-about .block-title-w,
  .index-prods .block-title-w {
    font-size: 2.5rem;
    margin-bottom: 3rem;
  }
  .others .block-title2, .index-news .block-title2, .index-about .block-title2, .index-prods .block-title2 {
    font-size: 2rem;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 1680px) {
  .others .block-title, .index-news .block-title, .index-about .block-title, .index-prods .block-title,
  .others .block-title-w,
  .index-news .block-title-w,
  .index-about .block-title-w,
  .index-prods .block-title-w {
    font-size: 3.2rem;
  }
}

.index-prods .prods-slider .slider-wrap a {
  border-radius: 5px;
}
@media (min-width: 769px) {
  .index-prods .prods-slider .slider-wrap a {
    border-radius: 8px;
  }
}
@media (min-width: 1200px) {
  .index-prods .prods-slider .slider-wrap a {
    border-radius: 12px;
  }
}
@media (min-width: 1680px) {
  .index-prods .prods-slider .slider-wrap a {
    border-radius: 15px;
  }
}

.index-prods .prods-slider .slider-wrap a {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.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;
}

.main-slider {
  height: 450px;
  margin-top: 58px;
}
.main-slider .slider-wrap {
  position: relative;
}
.main-slider .slider-wrap .caption {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  z-index: 3;
}
.main-slider .slider-wrap .caption .title1 {
  font-size: 1.85rem;
  display: inline-flex;
  background-color: #f6f6f6;
  padding: 0.3rem 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
  color: black;
}
.main-slider .slider-wrap .caption .title2 {
  font-size: 1rem;
  display: inline;
  background-color: #f6f6f6;
  padding: 0.3rem 1.5rem;
  font-weight: normal;
  color: black;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  max-width: 75%;
  word-break: break-word;
}
@media (min-width: 769px) {
  .main-slider .slider-wrap .caption .title1 {
    font-size: 2.89rem;
    padding: 0.5rem 1.5rem;
  }
  .main-slider .slider-wrap .caption .title2 {
    font-size: 1.9rem;
    padding: 0.8rem 1.5rem;
    max-width: 70%;
  }
}
@media (min-width: 1200px) {
  .main-slider .slider-wrap .caption .title1 {
    font-size: 3.4rem;
  }
  .main-slider .slider-wrap .caption .title2 {
    font-size: 2.2rem;
    max-width: 55%;
  }
}
@media (min-width: 1680px) {
  .main-slider .slider-wrap .caption .title1 {
    font-size: 4rem;
  }
  .main-slider .slider-wrap .caption .title2 {
    font-size: 2.55rem;
    max-width: 60%;
  }
}
.main-slider .slider-wrap .img-wrap {
  position: relative;
  width: 100%;
  height: 450px;
  z-index: 2;
  overflow: hidden;
}
.main-slider .slider-wrap .img-wrap:after {
  position: absolute;
  left: 19%;
  top: 0;
  width: 4%;
  max-width: 70px;
  height: 100%;
  content: "";
  background-color: white;
  z-index: 99;
  display: none;
}
.main-slider .slider-wrap .img-wrap img {
  position: absolute;
  right: -15%;
  top: 0;
  width: auto;
  height: 100%;
  z-index: 0;
}
@media (min-width: 992px) {
  .main-slider .slider-wrap .img-wrap {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .main-slider .slider-wrap .img-wrap img {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    height: auto;
  }
  .main-slider .slider-wrap .img-wrap:after {
    display: block;
  }
}
.main-slider .slick-prev:before,
.main-slider .slick-next:before {
  filter: invert(1) brightness(0);
}
.main-slider .slick-prev:after,
.main-slider .slick-next:after {
  background-color: white;
  opacity: 1;
}
.main-slider .slick-prev:hover:before,
.main-slider .slick-next:hover:before {
  filter: invert(1) brightness(100);
}
.main-slider .slick-prev:hover:after,
.main-slider .slick-next:hover:after {
  background-color: #003399;
}
.main-slider .slick-prev {
  left: 1rem;
}
.main-slider .slick-next {
  right: 1rem;
}
@media (min-width: 520px) {
  .main-slider {
    height: 450px;
  }
  .main-slider .slider-wrap {
    height: 450px;
  }
}
@media (min-width: 992px) {
  .main-slider {
    height: auto;
    margin-top: 56px;
  }
  .main-slider .slider-wrap {
    height: auto;
  }
}
@media (min-width: 1200px) {
  .main-slider .slick-prev {
    left: 1rem;
  }
  .main-slider .slick-next {
    right: 1rem;
  }
}
@media (min-width: 1400px) {
  .main-slider {
    margin-top: 97px;
  }
}

.index-prods .txt-box {
  padding: 1.5rem;
  background-color: #f6f6f6;
}
@media (min-width: 769px) {
  .index-prods .txt-box {
    padding: 2.3rem;
  }
}
@media (min-width: 1200px) {
  .index-prods .txt-box {
    padding: 3rem;
  }
}
.index-prods .prods-slider .slide-list {
  margin: -20px;
}
.index-prods .prods-slider .slider-wrap {
  margin: 20px;
  position: relative;
}
.index-prods .prods-slider .slider-wrap .p-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;
}
@media (min-width: 992px) {
  .index-prods .prods-slider .slider-wrap .p-name {
    font-size: 1.45rem;
    bottom: 2rem;
  }
}
@media (min-width: 1680px) {
  .index-prods .prods-slider .slider-wrap .p-name {
    font-size: 1.67rem;
    bottom: 2.8rem;
  }
}
.index-prods .prods-slider .slider-wrap a {
  display: block;
  position: relative;
  height: 220px;
  overflow: hidden;
  background: url(../images/bg-prods-box.jpg) center/cover no-repeat;
}
.index-prods .prods-slider .slider-wrap a img {
  position: absolute;
  left: -2rem;
  top: 50%;
  transform: translateY(-50%);
  height: 120%;
  width: auto;
  transition: all 0.3s linear;
}
.index-prods .prods-slider .slider-wrap a:hover img {
  left: 10%;
  height: 100%;
  width: auto;
}
@media (min-width: 769px) {
  .index-prods .prods-slider .slider-wrap a {
    height: 250px;
  }
}
@media (min-width: 992px) {
  .index-prods .prods-slider .slider-wrap a {
    height: 300px;
  }
}

.index-about {
  background: url("../images/bg-index-about.jpg") center/cover no-repeat;
}
.index-about .txt-box {
  padding: 1.5rem;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
}
.index-about .txt-box .slogan {
  text-align: left;
}
.index-about .txt-box .slogan div {
  font-size: 1.3rem;
  font-weight: bold;
  font-style: italic;
  margin: 0 1rem;
  display: inline-block;
  letter-spacing: 0.15rem;
}
.index-about .txt-box .slogan div::first-letter {
  color: #003399;
}
@media (min-width: 769px) {
  .index-about .txt-box {
    padding: 2.3rem;
  }
  .index-about .txt-box .slogan div {
    font-size: 1.6rem;
  }
}
@media (min-width: 992px) {
  .index-about .txt-box .slogan {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .index-about .txt-box {
    padding: 3rem;
  }
  .index-about .txt-box .slogan div {
    font-size: 2rem;
  }
}

.index-news a {
  display: block;
}
.index-news a .post-time {
  color: #999;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0.2rem;
}
.index-news a .type {
  display: inline-flex;
  justify-content: center;
  background-color: #f6f6f6;
  color: #999;
  padding: 0.15rem 0.8rem;
  font-size: 0.83rem;
  text-transform: uppercase;
  transition: all 0.3s linear;
}
.index-news a .news-title {
  font-size: 1.33rem;
  color: #333;
  font-weight: bold;
  margin-bottom: 0.2rem;
  transition: all 0.3s linear;
}
.index-news a .news-txt {
  font-size: 1rem;
  color: #999;
}
.index-news a .news-txt p {
  font-size: 1rem;
  color: #999;
}
.index-news a:hover .type {
  background-color: #003399;
  color: white;
}
.index-news a:hover .news-title {
  color: #003399;
}
.index-news .btn {
  position: relative;
  right: auto;
  top: auto;
  margin-top: 3rem;
}
@media (min-width: 992px) {
  .index-news .btn {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 0;
  }
}

.others .list {
  position: relative;
  display: block;
  background: url("../images/bg-index-others.jpg") center/cover no-repeat;
  overflow: hidden;
}
.others .list:hover img {
  transform: scale(1.1);
}
.others .title {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.3rem;
  font-weight: bold;
  color: white;
  padding: 0.5rem 1.4rem;
  background-color: black;
  text-transform: uppercase;
  z-index: 2;
}
@media (min-width: 992px) {
  .others .title {
    font-size: 1.45rem;
  }
}
@media (min-width: 1680px) {
  .others .title {
    font-size: 1.67rem;
  }
}/*# sourceMappingURL=index.css.map */