@media (min-width: 992px) {
  .ind-ch .header_box {
    background: rgba(43, 0, 0, 0.7);
    height: 110px;
  }
  .ind-ch .header_box .logo {
    width: 227px;
  }
  .ind-ch .header_box .logo .black-l {
    opacity: 0;
  }
  .ind-ch .header_box .logo .white-l {
    opacity: 1;
  }
  .ind-ch .header_box .nav_box a {
    color: #fff;
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  .ind-ch .header_box .nav_box a:hover {
    color: #570000;
  }
}
@media (min-width: 992px) {
  .ind-ch .header_box .nav_box ul li:hover .under-bx {
    top: 90px;
  }
  .ind-ch .header_box .nav_box ul li:hover .under-bx a {
    color: #fff;
  }
}
@media (min-width: 992px) {
  .ind-ch .header_box .inq-pro .tx {
    color: #fff;
  }
  .ind-ch .header_box .inq-pro .icon-bx .unhov {
    opacity: 0;
  }
  .ind-ch .header_box .inq-pro .icon-bx .unhov-w {
    opacity: 1;
  }
  .ind-ch .header_box .inq-pro a:hover .tx {
    color: #570000;
  }
}
@media (max-width: 991px) {
  .ind-ch .header_box {
    background: rgba(43, 0, 0, 0.9);
  }
  .ind-ch .header_box .logo .black-l {
    opacity: 0;
  }
  .ind-ch .header_box .logo .white-l {
    opacity: 1;
  }
  .ind-ch .header_box .inq-pro .tx {
    color: #fff;
  }
  .ind-ch .header_box .inq-pro .icon-bx .unhov {
    opacity: 0;
  }
  .ind-ch .header_box .inq-pro .icon-bx .unhov-w {
    opacity: 1;
  }
  .ind-ch .header_box .inq-pro a:hover .tx {
    color: #570000;
  }
  .ind-ch .header_box .hamburger-menu {
    background-color: #fff;
  }
  .ind-ch .header_box .hamburger-menu::before, .ind-ch .header_box .hamburger-menu::after {
    background-color: #fff;
  }
  .ind-ch .header_box .hamburger-menu.animate {
    background-color: rgba(255, 255, 255, 0);
  }
}
.ind-tibx {
  text-align: center;
}
.ind-tibx .e-ti {
  font-size: 5rem;
  line-height: 1.3;
  letter-spacing: 0px;
  font-weight: 300;
  color: #000;
}
@media (max-width: 768px) {
  .ind-tibx .e-ti {
    font-size: 3rem;
  }
}
.ind-tibx .t-ti {
  font-size: 1.5625rem;
  line-height: 1.2;
  letter-spacing: 6px;
  font-weight: 500;
  color: #000;
  font-family: "Noto Serif TC";
}
@media (max-width: 768px) {
  .ind-tibx .t-ti {
    font-size: 1.1875rem;
  }
}

.ind-banner {
  position: relative;
}
.ind-banner .bgcover {
  padding-bottom: 50.6%;
  background-size: cover !important;
}
@media (max-width: 768px) {
  .ind-banner .bgcover {
    padding-bottom: 193%;
  }
}
@media (max-width: 450px) {
  .ind-banner .bgcover {
    padding-bottom: 90vh;
  }
}
.ind-banner .slick-dots {
  position: absolute;
  right: 100px;
  left: auto;
  top: auto;
  -webkit-transform: none;
          transform: none;
  width: auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  bottom: 9vw;
}
@media (max-width: 1750px) {
  .ind-banner .slick-dots {
    bottom: 40px;
  }
}
@media (max-width: 768px) {
  .ind-banner .slick-dots {
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 25px;
  }
}
.ind-banner .slick-dots li {
  width: 50px;
  height: 35px;
  margin: 0;
}
@media (max-width: 768px) {
  .ind-banner .slick-dots li {
    width: 40px;
    height: 28px;
  }
}
.ind-banner .slick-dots li.slick-active button:before {
  opacity: 1;
}
.ind-banner .slick-dots li button {
  width: 100%;
  height: 100%;
  font-size: 1rem;
  color: #fff;
  padding: 0;
  text-align: left;
  font-family: "Fahkwang";
}
.ind-banner .slick-dots li button::before {
  content: "";
  top: auto;
  right: auto;
  -webkit-transform: none;
          transform: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  line-height: 0;
  font-size: 0;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  opacity: 0;
}

.product-item {
  padding-top: 140px;
}
@media (max-width: 768px) {
  .product-item {
    padding-top: 130px;
  }
}
.product-item .product-list {
  margin-top: 120px;
}
@media (max-width: 768px) {
  .product-item .product-list {
    margin-top: 45px;
  }
}
.product-item .sh-btn2 {
  margin: 0 auto;
}
@media (max-width: 991px) {
  .product-item .sh-btn2 {
    margin-top: 50px;
  }
}

.about-item {
  margin-top: 160px;
}
@media (max-width: 768px) {
  .about-item {
    margin-top: 80px;
  }
}
.about-item .flex-bx {
  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;
  background-color: #3B002E;
}
@media (max-width: 991px) {
  .about-item .flex-bx {
    display: block;
  }
}
.about-item .flex-bx .l-bx {
  width: 43.3%;
  padding-left: 100px;
  padding-right: 3%;
}
@media (max-width: 1300px) {
  .about-item .flex-bx .l-bx {
    width: 50%;
  }
}
@media (max-width: 1199px) {
  .about-item .flex-bx .l-bx {
    padding-left: 20px;
  }
}
@media (max-width: 991px) {
  .about-item .flex-bx .l-bx {
    width: 100%;
    padding: 80px 20px 60px 20px;
  }
}
.about-item .flex-bx .l-bx .ind-tibx {
  text-align: left;
}
.about-item .flex-bx .l-bx .ind-tibx .t-ti, .about-item .flex-bx .l-bx .ind-tibx .e-ti {
  color: #fff;
}
.about-item .flex-bx .l-bx .des {
  color: #fff;
  margin-top: 122px;
}
@media (max-width: 991px) {
  .about-item .flex-bx .l-bx .des {
    margin-top: 50px;
  }
}
.about-item .flex-bx .r-bx {
  width: 56.7%;
}
@media (max-width: 1300px) {
  .about-item .flex-bx .r-bx {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .about-item .flex-bx .r-bx {
    width: 100%;
  }
}
.about-item .flex-bx .r-bx .bgcover {
  padding-bottom: 720px;
  background-size: cover !important;
}
@media (max-width: 991px) {
  .about-item .flex-bx .r-bx .bgcover {
    padding-bottom: 66%;
  }
}

.news-item {
  padding-top: 160px;
}
@media (max-width: 991px) {
  .news-item {
    padding-top: 80px;
  }
}
.news-item .news-list {
  margin-top: 120px;
}
@media (max-width: 991px) {
  .news-item .news-list {
    margin-top: 30px;
  }
}
.news-item .sh-btn2 {
  margin: 0 auto;
  margin-top: 140px;
}
@media (max-width: 991px) {
  .news-item .sh-btn2 {
    margin-top: 50px;
  }
}

main {
  padding-top: 0;
}