.relatedArea .relatedList .relatedItem .Txt .arrow:before, .relatedArea .relatedList .relatedItem .Txt .arrow:after, .relatedArea .relatedList .relatedItem .Txt .arrow, .relatedArea .relatedList .relatedItem .Txt, .relatedArea .relatedList .relatedItem a:after, .relatedArea .arrowBox .appendDots .slick-dots li button::before, .relatedArea .arrowBox .appendDots .slick-dots li, .relatedArea .arrowBox .arrow, .applicationList .Txt .title.hasItem:before, .applicationList .Txt .title.hasItem:after {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes floating {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes loop-text {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes loop-text {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.outerBox {
  position: relative;
}
.outerBox.list {
  background-color: #f2f2f2;
}
.outerBox.list .mainArea {
  padding-top: 40px;
}
@media (max-width: 768px) {
  .outerBox.list .mainArea {
    padding-top: 0;
  }
}
.outerBox.ins {
  background-image: url(../images/bg/white_noise.jpg);
}
.outerBox.ins .mainArea {
  padding-bottom: 0;
}
.outerBox.ins .btn_back {
  top: 30px;
}
.outerBox.ins .btn_back .circle {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(4, 0, 0, 0.12);
          box-shadow: 0px 0px 5px 0px rgba(4, 0, 0, 0.12);
}

@media (max-width: 480px) {
  .bannerArea .bannerBox.pageBanner .Img img.mb {
    height: 460px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.bannerArea .bannerBox.pageBanner .TxtBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.bannerArea .bannerBox.pageBanner .TxtBox .searchBox {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.bannerArea .bannerBox.pageBanner .Txt {
  text-align: center;
}
.bannerArea .bannerBox.pageBanner .Txt .title {
  color: #1f20ce;
}
.bannerArea .bannerBox.pageBanner .Txt .txt {
  color: #6d6d6d;
}

.bread .wrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bread .wrap > span {
  color: #525252;
  position: relative;
  padding-left: 19px;
}
.bread .wrap > span::before {
  content: ">";
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 4px;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.bread .wrap a {
  color: #525252;
}
.bread .wrap a + span {
  color: #525252;
}

.searchBox {
  position: relative;
  max-width: 560px;
  width: 100%;
  margin: 40px auto 20px;
}
.searchBox .inputBox {
  position: relative;
}
.searchBox svg,
.searchBox button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.searchBox svg {
  left: 30px;
}
.searchBox input {
  color: #9b9b9b;
  font-size: 18px;
  font-family: "Roboto", sans-serif, "Noto Sans TC";
  width: 100%;
  padding: 0 200px 0 80px;
  height: 54px;
  line-height: 54px;
  border-radius: 27px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.16);
}
.searchBox button {
  cursor: pointer;
  right: 0;
  width: 186px;
  height: 100%;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 0.9px;
  border-radius: 27px;
  background: rgb(0, 201, 151);
  background: linear-gradient(-139deg, rgb(0, 201, 151) 15%, rgb(0, 23, 197) 70%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00c997",endColorstr="#0017c5",GradientType=1);
  background-size: 142%;
  background-position: right center;
}
@media (max-width: 600px) {
  .searchBox svg {
    left: 20px;
  }
  .searchBox input {
    padding: 0 160px 0 60px;
  }
  .searchBox button {
    width: 150px;
  }
}
@media (max-width: 480px) {
  .searchBox svg {
    display: none;
  }
  .searchBox input {
    height: 50px;
    line-height: 50px;
    padding: 0 120px 0 20px;
    font-size: 16px;
  }
  .searchBox button {
    height: 50px;
    width: 110px;
    border-radius: 50px;
    font-size: 16px;
    letter-spacing: 0.8px;
  }
}

.classBoxRow .classLink li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.applicationList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -22px;
}
.applicationList .applicationItem {
  width: 50%;
  padding: 0 22px 80px;
}
@media (min-width: 1025px) {
  .applicationList .applicationItem:hover .item .Txt .title a {
    color: #0017c5;
    border-bottom-color: #484848;
  }
  .applicationList .applicationItem:hover .dataList li a {
    background-position: right center;
  }
}
@media (max-width: 1180px) {
  .applicationList {
    margin: 0 -15px;
  }
  .applicationList .applicationItem {
    padding: 0 15px 50px;
  }
}
@media (max-width: 600px) {
  .applicationList {
    margin: 0;
  }
  .applicationList .applicationItem {
    width: 100%;
    padding: 0 0 50px;
  }
}
.applicationList .Img {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-box-shadow: 0px 0px 13px 0px rgba(4, 0, 0, 0.15);
          box-shadow: 0px 0px 13px 0px rgba(4, 0, 0, 0.15);
}
.applicationList .Img.forbidden a {
  cursor: default;
  pointer-events: none;
}
.applicationList .Img a {
  display: block;
  overflow: hidden;
}
.applicationList .Img img {
  display: block;
  width: 100%;
  width: 100%;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.applicationList .Txt {
  padding-top: 24px;
}
.applicationList .Txt .title {
  color: #484848;
  display: block;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  padding-bottom: 11px;
  border-bottom: 1px solid rgba(72, 72, 72, 0.2);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.applicationList .Txt .title.hasItem {
  cursor: pointer;
  position: relative;
}
.applicationList .Txt .title.hasItem:before, .applicationList .Txt .title.hasItem:after {
  position: absolute;
  top: 16px;
  content: "";
  width: 6px;
  height: 1px;
  background-color: #484848;
}
.applicationList .Txt .title.hasItem:before {
  right: 20px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.applicationList .Txt .title.hasItem:after {
  right: 16px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.applicationList .Txt .title.hasItem.open:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.applicationList .Txt .title.hasItem.open:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.applicationList .Txt .text {
  padding-top: 10px;
  height: 60px;
  line-height: 1.8;
  font-size: 13px;
  color: #777;
}

.tabBox {
  background-color: #ffffff;
}

.insIntroBox {
  padding-top: 123px;
  padding-bottom: 123px;
  background-image: url(../images/bg/white_noise.jpg);
}
.insIntroBox .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .insIntroBox .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.insIntroBox .classTitle {
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 0.7px;
  border-radius: 15px;
  padding: 5.5px 18.6px;
  display: inline-block;
  background: rgb(0, 201, 151);
  background: linear-gradient(210deg, rgb(0, 201, 151) 0%, rgb(0, 23, 197) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00c997",endColorstr="#0017c5",GradientType=1);
  margin-bottom: 27px;
}
.insIntroBox .albumBox {
  width: 55%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.insIntroBox .albumBox .appendDots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 24px;
  margin: auto;
}
.insIntroBox .albumBox .albumMainBox {
  width: 81%;
  padding-left: 18px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  position: relative;
}
.insIntroBox .albumBox .albumMainBox .albumList {
  margin: 0 -10px;
}
.insIntroBox .albumBox .albumMainBox .albumList > .albumItem:not(:first-child) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.insIntroBox .albumBox .albumMainBox .albumList .albumItem {
  padding: 0 10px;
}
.insIntroBox .albumBox .albumNavBox {
  width: 19%;
}
.insIntroBox .albumBox .albumNavBox .albumList > .albumItem:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(4)) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
@media (max-width: 768px) {
  .insIntroBox .albumBox .albumNavBox .albumList > .albumItem {
    float: left;
    width: 25%;
  }
}
@media (max-width: 480px) {
  .insIntroBox .albumBox .albumNavBox .albumList > .albumItem {
    width: 33.3333333333%;
  }
  .insIntroBox .albumBox .albumNavBox .albumList > .albumItem:nth-child(4) {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
  }
}
.insIntroBox .albumBox .albumNavBox .albumList .albumItem {
  padding: 6px 0;
}
.insIntroBox .albumBox .albumList .albumItem {
  cursor: pointer;
}
.insIntroBox .albumBox .albumList .albumItem img {
  width: 100%;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-radius: 30px;
}
.insIntroBox .introBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 71px;
}
.insIntroBox .introBox .articleTitle {
  font-size: 30px;
}
.insIntroBox .introBox .articleTitle .enTit {
  font-size: 20px;
  font-weight: 500;
  display: block;
  text-transform: uppercase;
}
.insIntroBox .introBox .Txt {
  margin-top: 20px;
  color: #484848;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.9px;
  line-height: 1.667;
}
.insIntroBox .introBox .Txt p {
  color: #484848;
  font-size: 18px;
  letter-spacing: 0.9px;
  line-height: 1.667;
}
.insIntroBox .introBox .Txt ul {
  padding-top: 37px;
}
.insIntroBox .introBox .Txt ul li {
  font-size: 16px;
  letter-spacing: 0.8px;
  line-height: 1.5625;
  position: relative;
  padding-left: 22px;
  padding-bottom: 17px;
}
.insIntroBox .introBox .Txt ul li:before {
  position: absolute;
  left: 5px;
  top: 11px;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #1ec89e;
}
.insIntroBox .introBox .btn {
  padding-top: 30px;
}
.insIntroBox .introBox .btn a {
  display: inline-block;
  padding: 10px 15px;
  border-radius: 3px;
  font-size: 15px;
  color: #fff;
}
@media (max-width: 1180px) {
  .insIntroBox {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .insIntroBox .introBox {
    padding-left: 50px;
  }
}
@media (max-width: 992px) {
  .insIntroBox {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .insIntroBox .introBox {
    padding-left: 30px;
  }
}
@media (max-width: 768px) {
  .insIntroBox {
    padding-top: 20px;
  }
  .insIntroBox .classTitle {
    margin-bottom: 10px;
  }
  .insIntroBox .albumBox {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .insIntroBox .albumBox .albumMainBox,
.insIntroBox .albumBox .albumNavBox {
    width: 100%;
  }
  .insIntroBox .albumBox .albumMainBox {
    padding-left: 0;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .insIntroBox .albumBox .albumNavBox {
    padding-top: 20px;
  }
  .insIntroBox .albumBox .albumNavBox .albumList .albumItem {
    padding: 0 10px;
  }
  .insIntroBox .introBox {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    padding-left: 0;
    padding-top: 40px;
  }
}
@media (max-width: 600px) {
  .insIntroBox .albumBox .albumNavBox .albumList .albumItem {
    padding: 0 6px;
  }
}

.relatedArea {
  padding-top: 73px;
  padding-bottom: 87px;
  background-color: #ffffff;
  background-image: url(../images/product/related_bg01.png), url(../images/product/related_bg02.png);
  background-repeat: no-repeat;
  background-position: left top, right bottom;
  background-size: cover;
}
.relatedArea .titleBox .titleTw {
  color: #1ec89e;
}
.relatedArea .titleBox .titleTw span {
  border-bottom-color: #1ec89e;
}
.relatedArea .titleBox .titleEn {
  font-size: 20px;
  line-height: 1.2;
  font-family: "Noto Sans TC";
}
.relatedArea .arrowBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 30px;
}
.relatedArea .arrowBox .arrow {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  margin: 0 10px;
  cursor: pointer;
}
.relatedArea .arrowBox .arrow svg {
  width: 11px;
  height: 21px;
}
.relatedArea .arrowBox .arrow.slick-hidden {
  display: none;
}
.relatedArea .arrowBox .appendDots .slick-dots {
  position: relative;
  width: auto;
  margin: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0;
}
.relatedArea .arrowBox .appendDots .slick-dots li {
  width: 8px;
  height: 8px;
  margin: 0 7.5px;
  display: inline-block;
  vertical-align: 6px;
}
.relatedArea .arrowBox .appendDots .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
}
.relatedArea .arrowBox .appendDots .slick-dots li button::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #ffffff;
  opacity: 1;
}
.relatedArea .arrowBox .appendDots .slick-dots li.slick-active {
  width: 32px;
  height: 8px;
}
.relatedArea .arrowBox .appendDots .slick-dots li.slick-active button::before {
  border-radius: 8px;
  opacity: 1;
}
.relatedArea .arrowBox svg {
  color: #00c997;
}
.relatedArea .arrowBox .appendDots .slick-dots li button::before {
  background-color: #00c997;
}
.relatedArea .relatedBox {
  position: relative;
}
@media (min-width: 1181px) {
  .relatedArea .relatedBox:before {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    content: "";
    width: 100%;
    height: 1px;
    background-color: #1ec89e;
  }
}
.relatedArea .relatedList {
  margin: 0 -15px;
}
.relatedArea .relatedList > .relatedItem {
  float: left;
  width: 33.3333333333%;
}
.relatedArea .relatedList > .relatedItem:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
@media (max-width: 992px) {
  .relatedArea .relatedList > .relatedItem {
    width: 50%;
  }
  .relatedArea .relatedList > .relatedItem:not(:nth-child(3)) {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
  }
}
@media (max-width: 601px) {
  .relatedArea .relatedList > .relatedItem {
    width: 100%;
  }
  .relatedArea .relatedList > .relatedItem:not(:nth-child(2)) {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
  }
}
.relatedArea .relatedList .relatedItem {
  padding: 15px;
}
.relatedArea .relatedList .relatedItem a {
  padding: 11px;
  display: block;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(4, 0, 0, 0.15);
          box-shadow: 0px 0px 8px 0px rgba(4, 0, 0, 0.15);
  position: relative;
}
.relatedArea .relatedList .relatedItem a:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  background: rgb(0, 201, 151);
  background: linear-gradient(38deg, rgb(0, 201, 151) 0%, rgb(0, 23, 197) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00c997",endColorstr="#0017c5",GradientType=1);
  opacity: 0;
}
@media (min-width: 1025px) {
  .relatedArea .relatedList .relatedItem a:hover:after {
    opacity: 1;
  }
  .relatedArea .relatedList .relatedItem a:hover .Txt {
    text-align: left;
    padding-right: 70px;
  }
  .relatedArea .relatedList .relatedItem a:hover .Txt .title,
.relatedArea .relatedList .relatedItem a:hover .Txt .txt {
    color: #ffffff;
  }
  .relatedArea .relatedList .relatedItem a:hover .arrow {
    opacity: 1;
  }
}
.relatedArea .relatedList .relatedItem .Img {
  position: relative;
  z-index: 2;
}
.relatedArea .relatedList .relatedItem .Img img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
.relatedArea .relatedList .relatedItem .Txt {
  text-align: center;
  position: relative;
  z-index: 2;
  padding: 23px 11px 13px;
}
.relatedArea .relatedList .relatedItem .Txt .title {
  color: #484848;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.relatedArea .relatedList .relatedItem .Txt .txt {
  color: #484848;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  margin-top: 3px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.relatedArea .relatedList .relatedItem .Txt .arrow {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  margin-right: 0;
  margin-left: auto;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #1ec89e;
  opacity: 0;
}
.relatedArea .relatedList .relatedItem .Txt .arrow:before, .relatedArea .relatedList .relatedItem .Txt .arrow:after {
  content: "";
  position: absolute;
  background-color: #ffffff;
}
.relatedArea .relatedList .relatedItem .Txt .arrow:before {
  left: 0;
  right: 0;
  margin: auto;
  width: 16px;
  height: 1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.relatedArea .relatedList .relatedItem .Txt .arrow:after {
  right: 16px;
  top: 23px;
  width: 7px;
  height: 1px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
@media (max-width: 768px) {
  .relatedArea .relatedList {
    margin: 0 -10px;
  }
  .relatedArea .relatedList .relatedItem {
    padding: 15px 10px;
  }
}