@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: black;
  color: #f6f6f6 !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.7;
  letter-spacing: 0.15rem;
}
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: #ff0000;
  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;
  }
}

.index-news, .index-apps, .index-about {
  padding: 3.5rem 0;
}
.index-news .block-title, .index-apps .block-title, .index-about .block-title {
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  font-size: 2.1rem;
  letter-spacing: 0.2rem;
  padding: 2.5rem 0;
  margin-bottom: 2rem;
  position: relative;
}
.index-news .block-title:after, .index-apps .block-title:after, .index-about .block-title:after {
  position: absolute;
  left: -45px;
  top: 50%;
  width: 90px;
  height: 100%;
  transform: translate(0, -50%);
  content: "";
  background-color: #ff0000;
  z-index: -1;
}
.index-news .block-title2, .index-apps .block-title2, .index-about .block-title2 {
  position: relative;
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 2rem;
  padding: 0.8rem 0;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
}
.index-news .block-title2:after, .index-apps .block-title2:after, .index-about .block-title2:after {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 30px;
  height: 1px;
  content: "";
  background-color: #ff0000;
  transform: translateX(-50%);
}
.index-news .caption-sm, .index-apps .caption-sm, .index-about .caption-sm {
  font-size: 1.1rem;
}
@media (min-width: 769px) {
  .index-news .block-title, .index-apps .block-title, .index-about .block-title {
    font-size: 3rem;
  }
  .index-news .block-title2, .index-apps .block-title2, .index-about .block-title2 {
    font-size: 1.45rem;
  }
}
@media (min-width: 1200px) {
  .index-news .block-title, .index-apps .block-title, .index-about .block-title {
    font-size: 3.7rem;
    margin-bottom: 3rem;
  }
  .index-news .block-title2, .index-apps .block-title2, .index-about .block-title2 {
    font-size: 1.7rem;
    margin-bottom: 3rem;
  }
  .index-news .caption-sm, .index-apps .caption-sm, .index-about .caption-sm {
    font-size: 1.2rem;
  }
}
@media (min-width: 1680px) {
  .index-news .block-title, .index-apps .block-title, .index-about .block-title {
    font-size: 4.4rem;
  }
  .index-news .block-title2, .index-apps .block-title2, .index-about .block-title2 {
    font-size: 2rem;
  }
}

.btn {
  padding: 0.85rem 1.2rem;
  font-size: 0.8rem;
  border-radius: 3px;
  overflow: hidden;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.15rem;
  transition: all 0.3s linear;
}
@media (min-width: 992px) {
  .btn {
    padding: 1rem 2.2rem;
    font-size: 0.88rem;
  }
}

.btn-sm {
  padding: 0.8rem 1.45rem;
  font-size: 0.95rem;
  transition: all 0.3s linear;
}

.btn-refresh {
  padding: 0.5rem 1rem !important;
  height: 100% !important;
  transition: all 0.3s linear;
}
.btn-refresh i {
  font-size: 1.2rem;
  color: #ff0000;
  transition: all 0.3s linear;
}
.btn-refresh:hover, .btn-refresh:active, .btn-refresh:focus {
  transform: rotate(180deg);
}

.btn-delete {
  border: 0;
  background-color: transparent !important;
  padding: 0;
  color: white;
  font-size: 1rem;
  text-transform: uppercase;
}

.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: #ff0000;
  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: #ff0000;
}

.btn-dark {
  border: 0;
  color: #ff0000;
  background: rgba(26, 26, 26, 0.9);
  border: 1px solid #333;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 3;
  min-width: 190px !important;
  transition: all 0.3s linear;
}
.btn-dark:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  content: "";
  background-color: #ff0000;
  transition: all 0.3s linear;
  z-index: -1;
}
.btn-dark img {
  position: relative;
  display: inline-flex;
  width: 20px;
  height: 20px;
  filter: invert(16%) sepia(89%) saturate(7157%) hue-rotate(359deg) brightness(113%) contrast(117%);
  z-index: 2;
  transition: all 0.3s linear;
}
.btn-dark i {
  position: relative;
  display: inline-flex;
  font-size: 1rem;
  color: #ff0000;
  z-index: 2;
  transition: all 0.3s linear;
}
.btn-dark:hover {
  background-color: #222222;
}
.btn-dark:hover:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #ff0000;
}
.btn-dark:hover img,
.btn-dark:hover i {
  color: white;
  transform: translateX(10px);
}
.btn-dark:hover img {
  filter: invert(1) brightness(100);
}

.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: #ff0000;
  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: #ff0000;
}
.btn-light:hover img {
  filter: invert(1) brightness(100);
  transform: translateX(10px);
}
.btn-light:hover i {
  transform: translateX(10px);
  color: white;
}

.btn-primary {
  border: 1px solid #cccccc !important;
  color: #ff0000;
  background: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 3;
  min-width: 165px;
  letter-spacing: 0.1rem;
  overflow: hidden;
}
@media (min-width: 992px) {
  .btn-primary {
    min-width: 210px;
  }
}
.btn-primary:before {
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #ff0000;
  transition: all 0.3s linear;
  z-index: -1;
}
.btn-primary:after {
  display: none;
}
.btn-primary img {
  position: relative;
  display: inline-flex;
  width: 20px;
  height: 20px;
  filter: invert(1) brightness(100);
  z-index: 2;
  transition: all 0.3s linear;
}
.btn-primary i {
  position: relative;
  display: inline-flex;
  font-size: 1rem;
  color: #ff0000;
  z-index: 2;
  transition: all 0.3s linear;
}
.btn-primary:hover {
  border: 1px solid #ff0000 !important;
  color: white;
  background-color: white !important;
}
.btn-primary:hover:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #ff0000;
}
.btn-primary:hover img {
  filter: invert(1) brightness(100);
  transform: translateX(10px);
}
.btn-primary:hover i {
  transform: translateX(10px);
  color: white;
}

.btn-search {
  background-color: #ff0000;
  padding: 0.5rem 1.2rem;
  color: white !important;
}

.btn-more {
  background-color: #333;
  border: 1px solid #333;
  color: white;
}
.btn-more:hover, .btn-more:active, .btn-more:focus {
  background-color: #ff0000 !important;
  border: 1px solid #ff0000 !important;
  color: white !important;
}

.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 {
  background-color: black;
}
.main-slider .slider-wrap {
  position: relative;
  height: 400px;
}
@media (min-width: 769px) {
  .main-slider .slider-wrap {
    height: auto;
  }
}
.main-slider .slider-wrap .container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.main-slider .slider-wrap .container .caption {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.main-slider .slider-wrap .container .caption .title {
  font-size: 2.2rem;
  font-weight: bold;
  color: white;
  text-align: center;
  padding: 0 3rem;
}
@media (min-width: 579px) {
  .main-slider .slider-wrap .container .caption .title {
    font-size: 2.6rem;
  }
}
@media (min-width: 769px) {
  .main-slider .slider-wrap .container .caption {
    padding-left: 35%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
  .main-slider .slider-wrap .container .caption .title {
    font-size: 3.1rem;
    text-align: left;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .main-slider .slider-wrap .container .caption {
    padding-left: 48%;
  }
  .main-slider .slider-wrap .container .caption .title {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  .main-slider .slider-wrap .container .caption .title {
    font-size: 4rem;
  }
}
@media (min-width: 1680px) {
  .main-slider .slider-wrap .container .caption .title {
    font-size: 5.5rem;
  }
}
.main-slider .slider-wrap .container .caption .btn {
  padding: 0.65rem 1.3rem !important;
  font-size: 0.8rem !important;
  min-width: 160px;
  transition: all 0.3s linear;
}
@media (min-width: 992px) {
  .main-slider .slider-wrap .container .caption .btn {
    padding: 1rem 2.2rem !important;
    font-size: 0.88rem !important;
  }
}
.main-slider .slider-wrap .main-img {
  position: absolute;
  width: 100%;
  height: auto;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  -webkit-mask-image: linear-gradient(to top, rgb(0, 0, 0) 20%, rgba(0, 0, 0, 0) 85%);
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-image: linear-gradient(to top, rgb(0, 0, 0) 20%, rgba(0, 0, 0, 0) 85%);
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
}
@media (min-width: 769px) {
  .main-slider .slider-wrap .main-img {
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
    -webkit-mask-image: none;
    mask-image: none;
  }
}
.main-slider .slick-prev,
.main-slider .slick-next {
  position: absolute;
  left: 35px !important;
  right: auto !important;
  z-index: 10;
  background: transparent;
  color: #fff;
  border: none;
  padding: 8px 12px;
  cursor: pointer;
  font-size: 0.8rem;
  writing-mode: vertical-rl;
  text-transform: uppercase;
  font-weight: bold;
  opacity: 0.5;
  display: flex;
  flex-direction: row;
  align-items: center;
  letter-spacing: 0.1rem;
  width: 30px !important;
  height: 120px !important;
  transition: all 0.3s linear;
}
.main-slider .slick-prev .icon-up,
.main-slider .slick-prev .icon-down,
.main-slider .slick-next .icon-up,
.main-slider .slick-next .icon-down {
  display: flex;
  background-size: 100% auto;
  width: 12px;
  height: 70px;
  content: "";
  filter: invert(1) brightness(100);
  margin: 0.5rem 0;
}
@media (min-width: 992px) {
  .main-slider .slick-prev .icon-up,
  .main-slider .slick-prev .icon-down,
  .main-slider .slick-next .icon-up,
  .main-slider .slick-next .icon-down {
    width: 15px;
    height: 80px;
  }
}
@media (min-width: 1200px) {
  .main-slider .slick-prev,
  .main-slider .slick-next {
    font-size: 0.9rem;
    width: 30px !important;
    height: 150px !important;
  }
}
@media (min-width: 1680px) {
  .main-slider .slick-prev,
  .main-slider .slick-next {
    left: 50px !important;
  }
}
.main-slider .slick-prev::before,
.main-slider .slick-next::before {
  display: none !important;
}
.main-slider .slick-prev:hover, .main-slider .slick-prev:active, .main-slider .slick-prev:focus,
.main-slider .slick-next:hover,
.main-slider .slick-next:active,
.main-slider .slick-next:focus {
  opacity: 1;
}
.main-slider .slick-prev {
  top: 48%;
  transform: translateY(-100%);
}
.main-slider .slick-prev .icon-up {
  background: url(../images/icon-arrow-up.svg) no-repeat center;
}
.main-slider .slick-prev:after {
  display: none;
}
.main-slider .slick-next {
  top: 52%;
  transform: translateY(0%);
}
.main-slider .slick-next .icon-down {
  background: url(../images/icon-arrow-down.svg) no-repeat center;
}
.main-slider .slick-next:after {
  display: none;
}

.index-prods {
  padding: 0;
}
.index-prods .p-list {
  height: 360px;
  overflow: hidden;
  display: block;
  position: relative;
  overflow: hidden;
}
.index-prods .p-list:before {
  position: absolute;
  left: 0;
  top: -8px;
  width: 100%;
  height: 8px;
  content: "";
  background-color: #ff0000;
  z-index: 1;
  transition: all 0.3s linear;
}
.index-prods .p-list:after {
  position: absolute;
  left: 0;
  top: -100%;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #ff0000;
  opacity: 0;
  z-index: 0;
  transition: all 0.3s linear;
}
.index-prods .p-list .p-img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: auto;
  height: 100%;
  transform: translate(-50%, -50%);
}
.index-prods .p-list .caption {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  padding: 3.5rem 2.5rem;
  letter-spacing: 0.15rem !important;
  z-index: 1;
  transform: translateY(0);
  will-change: transform;
  transition: all 0.3s linear;
}
.index-prods .p-list .caption .title {
  font-size: 2.2rem;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
}
.index-prods .p-list .caption .intro {
  font-size: 1rem;
  color: white;
  line-height: 1.4;
}
@media (min-width: 769px) {
  .index-prods .p-list {
    height: 450px;
  }
  .index-prods .p-list .caption {
    padding: 4.5rem 5.5rem;
  }
  .index-prods .p-list .caption .title {
    font-size: 3rem;
  }
  .index-prods .p-list .caption .intro {
    font-size: 1.1rem;
  }
}
@media (min-width: 992px) {
  .index-prods .p-list {
    height: 430px;
  }
  .index-prods .p-list:hover:before {
    top: 0;
  }
  .index-prods .p-list:hover:after {
    top: 0;
    opacity: 0.15;
  }
  .index-prods .p-list:hover .p-img {
    transform: scale(1.1) translate(-50%, -50%);
  }
}
@media (min-width: 1200px) {
  .index-prods .p-list {
    height: 65vh;
  }
  .index-prods .p-list .caption .title {
    font-size: 4.4rem;
  }
  .index-prods .p-list .caption .intro {
    font-size: 1.3rem;
  }
}

.index-about .left-img {
  transform: translateX(-70px);
}
.index-about .block-title {
  margin-top: 0;
}
@media (min-width: 992px) {
  .index-about .block-title {
    margin-top: 4rem;
    transform: translateX(-70px);
  }
}

.index-apps .container-fluid .more {
  position: relative;
  right: auto !important;
  top: auto !important;
}
@media (min-width: 769px) {
  .index-apps .container-fluid .more {
    position: absolute;
    right: calc(var(--bs-gutter-x) * 1.5) !important;
    top: calc(var(--bs-gutter-x) * 1.5) !important;
  }
}
@media (min-width: 1200px) {
  .index-apps .container-fluid .more {
    right: calc(var(--bs-gutter-x) * 3) !important;
    top: calc(var(--bs-gutter-x) * 2) !important;
  }
}
.index-apps .apps-slider {
  margin: 0;
  padding-bottom: 4rem;
}
@media (min-width: 992px) {
  .index-apps .apps-slider {
    margin: 0 80px;
    padding-bottom: 0;
  }
}
.index-apps .apps-slider .slider-wrap a {
  display: flex;
  position: relative;
  height: 450px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .index-apps .apps-slider .slider-wrap a {
    height: 340px;
  }
}
@media (min-width: 1400px) {
  .index-apps .apps-slider .slider-wrap a {
    height: 370px;
  }
}
@media (min-width: 1680px) {
  .index-apps .apps-slider .slider-wrap a {
    height: 450px;
  }
}
.index-apps .apps-slider .slider-wrap a img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: auto;
  height: 100%;
  transform: translate(-50%, -50%);
  z-index: 0;
  transition: all 0.3s linear;
}
.index-apps .apps-slider .slider-wrap a .apps-title {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  margin-bottom: 0;
  color: white;
  font-size: 1.45rem;
  padding: 2.5rem 2rem;
  letter-spacing: 0.15rem;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 0 0 16px rgba(0, 0, 0, 0.85);
}
@media (min-width: 769px) {
  .index-apps .apps-slider .slider-wrap a .apps-title {
    font-size: 1.6rem;
  }
}
@media (min-width: 1680px) {
  .index-apps .apps-slider .slider-wrap a .apps-title {
    font-size: 2rem;
  }
}
.index-apps .apps-slider .slider-wrap a:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  content: "";
  background-color: #ff0000;
  opacity: 0.15;
  z-index: 0;
  transition: all 0.3s linear;
}
.index-apps .apps-slider .slider-wrap a:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 6px;
  content: "";
  background-color: #ff0000;
  opacity: 1;
  z-index: 1;
  transition: all 0.3s linear;
}
@media (min-width: 992px) {
  .index-apps .apps-slider .slider-wrap a:hover img {
    transform: scale(1.1) translate(-50%, -50%);
  }
  .index-apps .apps-slider .slider-wrap a:hover:before {
    left: 0;
    width: 100%;
  }
  .index-apps .apps-slider .slider-wrap a:hover:after {
    left: 0;
    width: 100%;
  }
}

.index-news {
  background: url("../images/bg-index-news.jpg") no-repeat center bottom;
  background-size: cover;
}
@media (min-width: 1200px) {
  .index-news {
    background-size: 100% auto;
  }
}
.index-news .container-fluid .block-title {
  padding: 0 0 1rem 0;
}
.index-news .container-fluid .more {
  position: relative;
  right: auto !important;
  top: auto !important;
}
@media (min-width: 769px) {
  .index-news .container-fluid .more {
    position: absolute;
    right: calc(var(--bs-gutter-x) * 1.5) !important;
    top: 0 !important;
  }
}
@media (min-width: 1200px) {
  .index-news .container-fluid .more {
    right: calc(var(--bs-gutter-x) * 3) !important;
    top: 0 !important;
  }
}
.index-news .news-slider {
  padding-bottom: 4rem;
}
@media (min-width: 992px) {
  .index-news .news-slider {
    padding-bottom: 0;
  }
}
.index-news .news-slider .slick-list {
  margin: 0 -2.5rem;
}
.index-news .news-slider .slider-wrap {
  margin: 0 2.5rem;
}
.index-news .news-slider .slider-wrap a {
  color: white;
}
.index-news .news-slider .slider-wrap a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s linear;
}
.index-news .news-slider .slider-wrap a .post-time {
  font-weight: bold;
  font-size: 0.88rem;
  letter-spacing: 0.15rem;
  display: inline-flex;
  align-items: center;
}
.index-news .news-slider .slider-wrap a .post-time:after {
  display: inline-flex;
  content: "";
  width: 1px;
  height: 13px;
  background-color: white;
  margin: 0 1rem;
}
.index-news .news-slider .slider-wrap a .type {
  font-weight: bold;
  font-size: 0.88rem;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
}
.index-news .news-slider .slider-wrap a .news-title {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.15rem;
  margin-bottom: 0;
  letter-spacing: 0.08rem;
}
@media (min-width: 769px) {
  .index-news .news-slider .slider-wrap a .news-title {
    font-size: 1.1rem;
  }
}
@media (min-width: 992px) {
  .index-news .news-slider .slider-wrap a .news-title {
    font-size: 1.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    box-sizing: border-box;
  }
}
@media (min-width: 1680px) {
  .index-news .news-slider .slider-wrap a .news-title {
    font-size: 1.22rem;
    letter-spacing: 0.15rem;
    line-height: 1.7;
  }
}
@media (min-width: 1200px) {
  .index-news .news-slider .slider-wrap a:hover img {
    transform: scale(1.1);
  }
}
.index-news .news-slider .slick-dots li button:before {
  background-color: #666;
  border: 1px solid #666;
}
.index-news .news-slider .slick-dots li.slick-active button:before {
  background-color: white;
  border: 1px solid white;
}/*# sourceMappingURL=index.css.map */