* {
  margin: 0;
  outline: none;
  border: none;
  padding: 0;
  list-style: none;
  background-color: transparent;
  text-decoration: none;
  line-height: 1;
  font-family: 'Microsoft JhengHei';
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}
html {
  width: 100%;
  overflow-x: hidden;
}
.dsx-page {
  width: 100%;
  overflow: hidden;
}
.dsx-page main {
  width: 100%;
  overflow: hidden;
}
.dsx-page .pic {
  font-size: 0;
  line-height: 1;
  overflow: hidden;
}
.dsx-page .pic img {
  width: 100%;
}
.dsx-page .hover-to-underline {
  position: relative;
}
.dsx-page .hover-to-underline::after {
  content: '';
  opacity: 0;
  transition: opacity 0.35s ease-in-out;
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
}
.dsx-page .hover-to-underline:hover::after {
  opacity: 1;
}
.dsx-page .dsx-module {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1400px) {
  .dsx-page .dsx-module {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 1200px) {
  .dsx-page .dsx-module {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 992px) {
  .dsx-page .dsx-module {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 576px) {
  .dsx-page .dsx-module {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.dsx-page .dsx-module .module-tit {
  margin-bottom: 66px;
}
@media screen and (max-width: 1200px) {
  .dsx-page .dsx-module .module-tit {
    margin-bottom: 38px;
  }
}
.dsx-page .dsx-module .module-tit h2 {
  margin: 0;
  padding-left: 25px;
  font-size: 48px;
  color: #D90018;
  line-height: 1;
  position: relative;
  font-weight: bold;
}
.dsx-page .dsx-module .module-tit h2::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 8px;
  background-color: #D90018;
}
@media screen and (max-width: 1200px) {
  .dsx-page .dsx-module .module-tit h2 {
    font-size: 36px;
  }
}
.dsx-page .page-banner {
  position: relative;
}
.dsx-page .page-banner .bg {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
}
@media screen and (max-width: 992px) {
  .dsx-page .page-banner .bg {
    flex-direction: column-reverse;
  }
}
.dsx-page .page-banner .bg .left-img {
  width: 40%;
  flex-shrink: 0;
}
@media screen and (max-width: 992px) {
  .dsx-page .page-banner .bg .left-img {
    width: 100%;
    position: relative;
  }
}
.dsx-page .page-banner .bg .left-img img {
  object-fit: cover;
  height: 100%;
}
.dsx-page .page-banner .bg .right-img {
  width: 60%;
  flex-shrink: 0;
}
@media screen and (max-width: 992px) {
  .dsx-page .page-banner .bg .right-img {
    width: 100%;
  }
}
.dsx-page .page-banner .text-box {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 992px) {
  .dsx-page .page-banner .text-box {
    text-align: center;
  }
}
.dsx-page .page-banner .text-box h1 {
  color: #000;
  font-size: 56px;
  line-height: 1.32;
  font-weight: bold;
  width: 30%;
}
@media screen and (max-width: 1400px) {
  .dsx-page .page-banner .text-box h1 {
    font-size: 48px;
  }
}
@media screen and (max-width: 1200px) {
  .dsx-page .page-banner .text-box h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 992px) {
  .dsx-page .page-banner .text-box h1 {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .dsx-page .page-banner .text-box h1 {
    font-size: 34px;
  }
}
.dsx-page .page-banner .text-box .crumbs-box {
  margin-top: 26px;
}
@media screen and (max-width: 1400px) {
  .dsx-page .page-banner .text-box .crumbs-box {
    margin-top: 22px;
  }
}
@media screen and (max-width: 1200px) {
  .dsx-page .page-banner .text-box .crumbs-box {
    margin-top: 18px;
  }
}
@media screen and (max-width: 576px) {
  .dsx-page .page-banner .text-box .crumbs-box {
    margin-top: 14px;
  }
}
.dsx-page .page-banner .text-box .crumbs-box ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 992px) {
  .dsx-page .page-banner .text-box .crumbs-box ul {
    justify-content: center;
  }
}
.dsx-page .page-banner .text-box .crumbs-box ul li {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  color: #717171;
  font-size: 18px;
}
@media screen and (max-width: 1200px) {
  .dsx-page .page-banner .text-box .crumbs-box ul li {
    font-size: 16px;
  }
}
@media screen and (max-width: 576px) {
  .dsx-page .page-banner .text-box .crumbs-box ul li {
    font-size: 14px;
  }
}
.dsx-page .page-banner .text-box .crumbs-box ul li a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  color: #717171;
  font-size: 18px;
}
@media screen and (max-width: 1200px) {
  .dsx-page .page-banner .text-box .crumbs-box ul li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 576px) {
  .dsx-page .page-banner .text-box .crumbs-box ul li a {
    font-size: 14px;
  }
}
.dsx-page .page-banner .text-box .crumbs-box ul li .fa {
  margin-right: 6px;
  display: block;
  font-size: 20px;
}
.dsx-page .page-banner .text-box .crumbs-box ul li.space {
  margin: 0 18px;
}
@media screen and (max-width: 576px) {
  .dsx-page .page-banner .text-box .crumbs-box ul li.space {
    margin: 0 10px;
  }
}
