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

.intro-detail .tab-content, .intro-detail {
  padding: 3.5rem 0;
}
.intro-detail .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;
}
.intro-detail .block-title:after {
  position: absolute;
  left: -45px;
  top: 50%;
  width: 90px;
  height: 100%;
  transform: translate(0, -50%);
  content: "";
  background-color: #ff0000;
  z-index: -1;
}
.intro-detail .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;
}
.intro-detail .block-title2:after {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 30px;
  height: 1px;
  content: "";
  background-color: #ff0000;
  transform: translateX(-50%);
}
.intro-detail .caption-sm {
  font-size: 1.1rem;
}
@media (min-width: 769px) {
  .intro-detail .block-title {
    font-size: 3rem;
  }
  .intro-detail .block-title2 {
    font-size: 1.45rem;
  }
}
@media (min-width: 1200px) {
  .intro-detail .block-title {
    font-size: 3.7rem;
    margin-bottom: 3rem;
  }
  .intro-detail .block-title2 {
    font-size: 1.7rem;
    margin-bottom: 3rem;
  }
  .intro-detail .caption-sm {
    font-size: 1.2rem;
  }
}
@media (min-width: 1680px) {
  .intro-detail .block-title {
    font-size: 4.4rem;
  }
  .intro-detail .block-title2 {
    font-size: 2rem;
  }
}

.resource-slider .slider-wrap .img-wrap .tag-class, .resource-slider .slider-wrap .img-wrap, .album .album-slider-nav .slider-wrap img, .album .album-slider .slider-wrap img, .p-list2 img, a.p-list {
  border-radius: 3px;
}
@media (min-width: 992px) {
  .resource-slider .slider-wrap .img-wrap .tag-class, .resource-slider .slider-wrap .img-wrap, .album .album-slider-nav .slider-wrap img, .album .album-slider .slider-wrap img, .p-list2 img, a.p-list {
    border-radius: 5px;
  }
}
@media (min-width: 1680px) {
  .resource-slider .slider-wrap .img-wrap .tag-class, .resource-slider .slider-wrap .img-wrap, .album .album-slider-nav .slider-wrap img, .album .album-slider .slider-wrap img, .p-list2 img, a.p-list {
    border-radius: 8px;
  }
}

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

a.p-list {
  position: relative;
  display: block;
  margin-bottom: 4rem;
  overflow: hidden;
  border: 1px solid #333;
}
a.p-list:last-child {
  margin-bottom: 0;
}
a.p-list .img-main {
  width: auto;
  height: 100%;
  max-height: 320px;
}
@media (min-width: 769px) {
  a.p-list .img-main {
    max-height: 450px;
  }
}
@media (min-width: 992px) {
  a.p-list .img-main {
    width: 100%;
    height: auto;
    max-height: auto;
  }
}
a.p-list .txt {
  position: absolute;
  left: 0;
  top: 0;
  padding: 2rem 2.5rem;
}
a.p-list .txt .p-class {
  font-size: 2rem;
  font-weight: bold;
  text-transform: uppercase;
  color: white;
  transition: all 0.3s linear;
}
a.p-list .txt p {
  font-size: 0.9rem;
  color: white;
}
@media (min-width: 769px) {
  a.p-list .txt {
    padding: 3rem;
  }
  a.p-list .txt .p-class {
    font-size: 3rem;
  }
  a.p-list .txt p {
    font-size: 1.15rem;
  }
}
@media (min-width: 1200px) {
  a.p-list .txt {
    padding: 4.5rem 3.5rem;
  }
  a.p-list .txt .p-class {
    font-size: 4.45rem;
  }
  a.p-list .txt p {
    font-size: 1.3rem;
  }
}
@media (min-width: 992px) {
  a.p-list:hover .txt .p-class {
    color: #ff0000;
  }
  a.p-list:hover .txt .btn-dark {
    color: white;
  }
  a.p-list:hover .txt .btn-dark:before {
    width: 100%;
  }
  a.p-list:hover .txt .btn-dark img {
    filter: invert(1) brightness(100);
  }
}

/*p-list*/
.main-intro {
  width: 100%;
  position: relative;
  margin-bottom: 4rem;
  overflow: hidden;
  height: auto;
}
.main-intro .img-wrapper {
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.main-intro .img-wrapper .img-main {
  width: 100%;
  height: auto;
  display: block;
}
.main-intro .img-wrapper .img-mask {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 50%, rgb(0, 0, 0) 70%);
  pointer-events: none;
  z-index: 1;
}
.main-intro .txt {
  max-width: 800px;
  text-align: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (min-width: 1680px) {
  .main-intro .txt {
    max-width: 900px;
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
}
.main-intro .txt2 {
  text-align: left;
  padding-top: 3rem;
}
@media (min-width: 1680px) {
  .main-intro .txt2 {
    padding-top: 4.5rem;
  }
}
.main-intro .txt2 .txt-more {
  overflow: hidden;
  height: 8rem;
  transition: height 0.3s linear;
}
.main-intro .txt,
.main-intro .txt2 {
  position: relative;
  z-index: 2;
}
.main-intro .txt .txt-more,
.main-intro .txt2 .txt-more {
  overflow: hidden;
  height: 6.4rem;
  transition: height 0.3s linear;
}
.main-intro .txt .txt-more:after,
.main-intro .txt2 .txt-more:after {
  content: "...";
  position: absolute;
  bottom: 0;
  right: 0;
  color: white;
  font-size: 1.6rem;
  padding-left: 0.2rem;
  background: transparent;
  visibility: hidden;
}
.main-intro .txt .txt-more p,
.main-intro .txt2 .txt-more p {
  margin: 0;
  line-height: 1.6rem;
  color: #fff;
  text-align: left !important;
}

/*p-list*/
.p-list2 {
  display: block;
  position: relative;
  padding-bottom: 1rem;
}
.p-list2:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  content: "";
  background-color: #ff0000;
  transition: all 0.3s linear;
}
.p-list2 img {
  margin-bottom: 1rem;
}
.p-list2 .p-name {
  font-size: 1.33rem;
  color: white;
  padding-right: 45px;
  position: relative;
}
.p-list2 .p-name:before {
  position: absolute;
  right: 6px;
  top: 6px;
  width: 25px;
  height: 25px;
  content: "";
  background: url("../images/icon-arrow.svg") no-repeat center;
  background-size: 18px auto;
  filter: invert(16%) sepia(89%) saturate(7157%) hue-rotate(359deg) brightness(113%) contrast(117%);
  transition: all 0.3s linear;
}
.p-list2 .p-name:after {
  position: absolute;
  right: 0;
  top: 0;
  width: 35px;
  height: 35px;
  content: "";
  background-color: #ff0000;
  border-radius: 50%;
  opacity: 0;
  z-index: -1;
  transition: all 0.3s linear;
}
@media (min-width: 992px) {
  .p-list2:hover:after {
    width: 100%;
  }
  .p-list2:hover .p-name {
    color: #ff0000;
  }
  .p-list2:hover .p-name:before {
    filter: invert(1) brightness(100);
  }
  .p-list2:hover .p-name:after {
    opacity: 1;
  }
}

.p-class-upper {
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  line-height: 1.5rem;
  letter-spacing: 0.1rem;
}
.p-class-upper a {
  color: #ff0000;
}

.p-class {
  font-size: 2rem;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 2rem;
  line-height: 1.25;
}
@media (min-width: 769px) {
  .p-class {
    font-size: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .p-class {
    font-size: 3.3rem;
  }
}

.cat .title {
  font-size: 1rem;
  font-weight: bold;
  background-color: black;
  border: 1px solid #333;
  color: white;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .cat {
    width: 100%;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
  }
  .cat .title {
    border: 0;
    border-radius: 0 !important;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #ff0000 !important;
    padding-right: 0;
    letter-spacing: 0.15rem;
  }
  .cat .title:after {
    display: inline-flex;
    content: "";
    width: 1px;
    height: 18px;
    margin: 0 1.5rem;
    background-color: #ff0000;
    border: 0;
  }
  .cat .dropdown-menu,
  .cat .dropdown-menu.show {
    display: inline-flex;
    left: auto !important;
    top: auto !important;
    position: relative !important;
    background-color: transparent;
    border-radius: 0;
    padding: 0.5rem 0 !important;
    transform: none !important;
  }
  .cat .dropdown-menu li,
  .cat .dropdown-menu.show li {
    margin-right: 0.5rem;
  }
  .cat .dropdown-menu li .dropdown-item,
  .cat .dropdown-menu.show li .dropdown-item {
    color: #999;
    border-radius: 3px;
    padding: 0.65rem 1.2rem;
    text-transform: uppercase;
  }
  .cat .dropdown-menu li .dropdown-item:hover, .cat .dropdown-menu li .dropdown-item:active, .cat .dropdown-menu li .dropdown-item:focus, .cat .dropdown-menu li .dropdown-item.active,
  .cat .dropdown-menu.show li .dropdown-item:hover,
  .cat .dropdown-menu.show li .dropdown-item:active,
  .cat .dropdown-menu.show li .dropdown-item:focus,
  .cat .dropdown-menu.show li .dropdown-item.active {
    background-color: #ff0000;
    color: white;
  }
  .cat .dropdown-toggle {
    cursor: text !important;
  }
}
.cat .dropdown-menu,
.cat .dropdown-menu.show {
  padding: 0;
}
.cat .dropdown-menu li .dropdown-item,
.cat .dropdown-menu.show li .dropdown-item {
  color: #999;
  border-radius: 3px;
  padding: 0.65rem 1.2rem;
  text-transform: uppercase;
}
.cat .dropdown-menu li .dropdown-item:hover, .cat .dropdown-menu li .dropdown-item:active, .cat .dropdown-menu li .dropdown-item:focus, .cat .dropdown-menu li .dropdown-item.active,
.cat .dropdown-menu.show li .dropdown-item:hover,
.cat .dropdown-menu.show li .dropdown-item:active,
.cat .dropdown-menu.show li .dropdown-item:focus,
.cat .dropdown-menu.show li .dropdown-item.active {
  background-color: #ff0000;
  color: white;
}

.basic {
  order: 2;
}
.basic .p-class-upper {
  margin-bottom: 1rem;
}
.basic .p-class {
  margin-bottom: 2.5rem;
}
@media (min-width: 992px) {
  .basic {
    order: 1;
  }
  .basic .p-class-upper {
    margin-bottom: 1.5rem;
  }
  .basic .p-class {
    margin-bottom: 4rem;
  }
}
.basic .btn-group-top {
  margin-top: 2rem;
}
.basic .btn-group-top .btn {
  margin-right: 1rem;
}
.basic .btn-group-top .btn:last-child {
  margin-right: 0;
  color: white;
}
.basic .btn-group-top .btn:last-child i {
  color: white;
}
.basic .txt-intro {
  margin-bottom: 3.5rem;
}
.basic .txt-intro ul {
  margin: 0;
  padding: 0;
}
.basic .txt-intro ul li {
  list-style: disc;
  margin-bottom: 0.5rem;
  font-size: 1rem;
}

.album {
  order: 1;
}
@media (min-width: 992px) {
  .album {
    order: 2;
  }
}
.album .album-slider .slider-wrap img {
  width: 100%;
  height: auto;
}
.album .album-slider .slick-prev {
  left: 10px;
  transform: scale(0.85) translateY(-50%);
}
.album .album-slider .slick-next {
  right: 10px;
  transform: scale(0.85) translateY(-50%);
}
.album .album-slider .slick-prev:after,
.album .album-slider .slick-next:after {
  opacity: 0.85;
}
.album .album-slider-nav {
  margin-top: 1rem;
}
.album .album-slider-nav .slick-list {
  margin: 0 -8px;
}
.album .album-slider-nav .slick-slide {
  padding: 0 8px;
  box-sizing: border-box;
}
.album .album-slider-nav .slick-track {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.album .album-slider-nav .slider-wrap {
  cursor: pointer;
  width: 100%;
  max-width: auto;
}
@media (min-width: 992px) {
  .album .album-slider-nav .slider-wrap {
    max-width: 130px;
  }
}
.album .album-slider-nav .slider-wrap img {
  width: 100%;
  height: auto;
  border: 2px solid transparent;
}
.album .album-slider-nav .slider-wrap:hover img, .album .album-slider-nav .slider-wrap.slick-current img {
  border: 2px solid #ff0000;
}
.album .album-slider-nav .slick-prev,
.album .album-slider-nav .slick-next {
  width: 36px !important;
  height: 36px !important;
}
.album .album-slider-nav .slick-prev:before,
.album .album-slider-nav .slick-next:before {
  width: 18px !important;
  height: 18px !important;
}
.album .album-slider-nav .slick-prev:after,
.album .album-slider-nav .slick-next:after {
  width: 26px !important;
  height: 26px !important;
  opacity: 0.7;
}
.album .album-slider-nav .slick-prev {
  left: -18px;
}
.album .album-slider-nav .slick-next {
  right: -18px;
}

.intro-detail .intro-nav {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
.intro-detail .intro-nav .nav .nav-item .nav-link {
  font-size: 1rem;
  color: #999;
  text-transform: uppercase;
  font-weight: bold;
  padding: 1rem 1.5rem;
  position: relative;
  border-radius: 0;
  background-color: transparent;
  letter-spacing: 0.15rem;
}
.intro-detail .intro-nav .nav .nav-item .nav-link:after {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 1px;
  content: "";
  background-color: #ff0000;
  transform: translateX(-50%);
  transition: all 0.3s linear;
}
.intro-detail .intro-nav .nav .nav-item .nav-link:hover, .intro-detail .intro-nav .nav .nav-item .nav-link:active, .intro-detail .intro-nav .nav .nav-item .nav-link:focus {
  color: white;
}
.intro-detail .intro-nav .nav .nav-item .nav-link:hover:after, .intro-detail .intro-nav .nav .nav-item .nav-link:active:after, .intro-detail .intro-nav .nav .nav-item .nav-link:focus:after {
  width: 45px;
  background-color: white;
}
.intro-detail .intro-nav .nav .nav-item .nav-link.active {
  color: #ff0000 !important;
}
.intro-detail .intro-nav .nav .nav-item .nav-link.active:after {
  width: 45px !important;
  background-color: #ff0000 !important;
}
.intro-detail .tab-content .spec .items {
  font-size: 1rem;
  font-weight: normal;
  position: relative;
  color: #ff0000;
}
@media (min-width: 1200px) {
  .intro-detail .tab-content .spec .items {
    padding-right: 1rem;
    font-weight: bold;
  }
  .intro-detail .tab-content .spec .items:after {
    position: absolute;
    right: 1rem;
    top: 50%;
    width: 1px;
    height: 20px;
    content: "";
    background-color: black;
    transform: translateY(-50%);
  }
}
.intro-detail .tab-content .spec .con {
  font-size: 1rem;
  font-weight: normal;
  color: white;
}
.intro-detail .tab-content .spec .col-12 {
  padding: 0.8rem 1rem;
  background-color: #333;
  margin-bottom: 1px;
  display: flex;
  flex-direction: column;
}
.intro-detail .tab-content .spec .col-12:nth-child(even) {
  background-color: #222222;
}
.intro-detail .tab-content .spec .col-12 .items {
  width: 100%;
}
.intro-detail .tab-content .spec .col-12 .con {
  width: 100%;
}
@media (min-width: 1200px) {
  .intro-detail .tab-content .spec .col-12 {
    flex-direction: row;
  }
  .intro-detail .tab-content .spec .col-12 .items {
    width: 30%;
  }
  .intro-detail .tab-content .spec .col-12 .con {
    width: 70%;
  }
}
.intro-detail .tab-content .apps-slider {
  padding: 0 0 4rem 0;
}
.intro-detail .tab-content .apps-slider .slick-list {
  margin: 0 -15px;
}
.intro-detail .tab-content .apps-slider .slider-wrap {
  margin: 0 15px;
}
.intro-detail .tab-content .apps-slider .slider-wrap a {
  color: white;
}
.intro-detail .tab-content .apps-slider .slider-wrap a img {
  border: 1px solid #333;
  border-radius: 5px;
}
.intro-detail .tab-content .apps-slider .slider-wrap a p {
  margin-top: 0.5rem;
  font-size: 1rem;
  letter-spacing: 0.05rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s linear;
}
@media (min-width: 992px) {
  .intro-detail .tab-content .apps-slider .slider-wrap a p {
    font-size: 1.3rem;
  }
}
.intro-detail .tab-content .apps-slider .slider-wrap a:hover p {
  color: #ff0000;
}
.intro-detail .tab-content .apps-slider .slick-dots li.slick-active button:before {
  background-color: #ff0000;
  border: 1px solid #ff0000;
}
.intro-detail .tab-content .apps-slider .slick-dots li button:before {
  background-color: #cccccc;
  border: 1px solid #cccccc;
}
@media (min-width: 1200px) {
  .intro-detail .tab-content .apps-slider {
    padding: 0;
  }
}

.resource-slider {
  padding-bottom: 3.5rem;
}
@media (min-width: 992px) {
  .resource-slider {
    padding-bottom: 0;
  }
}
.resource-slider .slick-list {
  margin: 0 -15px;
}
.resource-slider .slick-slide {
  padding: 0 15px;
  box-sizing: border-box;
}
.resource-slider .slider-wrap .img-wrap {
  position: relative;
  overflow: hidden;
}
.resource-slider .slider-wrap .img-wrap img {
  transition: all 0.3s linear;
}
.resource-slider .slider-wrap .img-wrap .tag-class {
  position: absolute;
  right: 0.8rem;
  top: 0.8rem;
  font-size: 0.88rem;
  padding: 0.3rem 0.8rem;
  text-transform: uppercase;
  color: #cccccc;
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0.7);
  letter-spacing: 0.1rem;
}
.resource-slider .slider-wrap p {
  margin-top: 1rem;
  color: white;
  font-size: 1rem !important;
  line-height: 1.3;
  transition: all 0.3s linear;
}
.resource-slider .slider-wrap a:hover .img-wrap img {
  transform: scale(1.1);
}
.resource-slider .slider-wrap a:hover p {
  color: #ff0000;
}

.tips {
  font-size: 1.1rem;
}
.tips .keywords {
  font-weight: bold;
  font-size: 1.2rem;
  color: #ff0000;
}
.tips mark,
.tips .mark {
  color: White !important;
  font-size: 1.2rem;
}/*# sourceMappingURL=prods.css.map */