@charset "UTF-8";
/* CSS Document */
.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 {
  -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 .mainArea {
  padding: 0;
}
@media (max-width: 768px) {
  .outerBox.list .mainArea {
    padding-top: 0;
  }
}
.outerBox.ins .mainArea {
  padding: 0;
  background-image: url(../images/bg/white_noise.jpg);
}
.outerBox.ins .classBoxRow {
  margin-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);
}

.techInfoBox {
  padding: 85px 0;
  background-image: url(../images/bg/white_noise.jpg);
}
@media (max-width: 768px) {
  .techInfoBox {
    padding: 50px 0;
  }
}
.techInfoBox .introBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.techInfoBox .introBox .titleBox {
  width: 300px;
  margin-bottom: 0;
}
.techInfoBox .introBox .titleBox .titleTw {
  color: #dc2f34;
  font-size: 30px;
}
.techInfoBox .introBox .titleBox .titleTw span {
  border-bottom-color: #dc2f34;
}
.techInfoBox .introBox .titleBox .titleEn {
  color: #424242;
  font-size: 20px;
  margin-top: 13px;
}
.techInfoBox .introBox .infoBox {
  color: #616161;
  font-size: 16px;
  letter-spacing: 0.8px;
  line-height: 1.875;
  width: calc(100% - 300px);
}
@media (max-width: 992px) {
  .techInfoBox .introBox .titleBox {
    width: 200px;
  }
  .techInfoBox .introBox .infoBox {
    width: calc(100% - 200px);
  }
}
@media (max-width: 640px) {
  .techInfoBox .introBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .techInfoBox .introBox .titleBox,
  .techInfoBox .introBox .infoBox {
    width: 100%;
  }
  .techInfoBox .introBox .titleBox {
    padding-bottom: 20px;
  }
}
.techInfoBox .circleBox {
  margin-top: 45px;
  position: relative;
}
@media (max-width: 992px) {
  .techInfoBox .circleBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 537px) {
  .techInfoBox .circleBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.techInfoBox .circleBox .bg img {
  margin: auto;
}
@media (max-width: 1180px) {
  .techInfoBox .circleBox .bg {
    width: 450px;
    margin: auto;
  }
}
@media (max-width: 992px) {
  .techInfoBox .circleBox .bg {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 100%;
    padding-bottom: 50px;
  }
}
.techInfoBox .circleBox .line {
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  height: 25px;
}
.techInfoBox .circleBox .line:before {
  content: "";
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: calc(100% - 25px);
  height: 2px;
}
.techInfoBox .circleBox .line .dots {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(4, 0, 0, 0.2);
          box-shadow: 0px 0px 7px 0px rgba(4, 0, 0, 0.2);
}
.techInfoBox .circleBox .line .dots:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #dc2f34;
}
@media (max-width: 992px) {
  .techInfoBox .circleBox .line {
    display: none;
  }
}
.techInfoBox .circleBox .introLeft_list,
.techInfoBox .circleBox .introRight_list {
  position: absolute;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: calc(50% - 183px);
}
@media (max-width: 1180px) {
  .techInfoBox .circleBox .introLeft_list,
  .techInfoBox .circleBox .introRight_list {
    width: calc(50% - 100px);
  }
}
@media (max-width: 992px) {
  .techInfoBox .circleBox .introLeft_list,
  .techInfoBox .circleBox .introRight_list {
    position: relative;
    top: 0;
    -webkit-transform: none;
            transform: none;
    width: 50%;
    padding: 10px;
  }
}
@media (max-width: 537px) {
  .techInfoBox .circleBox .introLeft_list,
  .techInfoBox .circleBox .introRight_list {
    width: 100%;
  }
}
.techInfoBox .circleBox .introLeft_list .introLeftItem {
  position: relative;
  overflow: hidden;
  height: 64px;
}
.techInfoBox .circleBox .introLeft_list .introLeftItem .line {
  top: calc(50% + 8px);
}
.techInfoBox .circleBox .introLeft_list .introLeftItem .line:before {
  background: #ff9275;
  background: -webkit-gradient(linear, left top, right top, from(rgba(30, 200, 158, 0)), to(#ff9275));
  background: linear-gradient(90deg, rgba(30, 200, 158, 0) 0%, #ff9275 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff9275",endColorstr="#ff9275",GradientType=1);
}
.techInfoBox .circleBox .introLeft_list .introLeftItem .line .dots {
  right: 0;
}
.techInfoBox .circleBox .introLeft_list .introLeftItem:not(:last-child) {
  margin-bottom: 62px;
}
@media (max-width: 1180px) {
  .techInfoBox .circleBox .introLeft_list .introLeftItem:not(:last-child) {
    margin-bottom: 50px;
  }
}
@media (max-width: 992px) {
  .techInfoBox .circleBox .introLeft_list .introLeftItem:not(:last-child) {
    margin-bottom: 25px;
  }
}
.techInfoBox .circleBox .introLeft_list .introLeftItem:nth-child(1) .line {
  width: 192px;
  right: 24px;
}
@media (max-width: 1180px) {
  .techInfoBox .circleBox .introLeft_list .introLeftItem:nth-child(1) .line {
    width: 130px;
    right: 35px;
  }
}
.techInfoBox .circleBox .introLeft_list .introLeftItem:nth-child(2) .line {
  width: 150px;
  right: 82px;
}
@media (max-width: 1180px) {
  .techInfoBox .circleBox .introLeft_list .introLeftItem:nth-child(2) .line {
    width: 100px;
    right: 97px;
  }
}
.techInfoBox .circleBox .introLeft_list .introLeftItem:nth-child(3) .line {
  width: 145px;
  right: 78px;
}
@media (max-width: 1180px) {
  .techInfoBox .circleBox .introLeft_list .introLeftItem:nth-child(3) .line {
    width: 95px;
    right: 93px;
  }
}
.techInfoBox .circleBox .introLeft_list .introLeftItem:nth-child(4) .line {
  width: 205px;
  right: 10px;
}
@media (max-width: 1180px) {
  .techInfoBox .circleBox .introLeft_list .introLeftItem:nth-child(4) .line {
    width: 150px;
  }
}
.techInfoBox .circleBox .introLeft_list .introLeftItem .textBox {
  max-width: 230px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.techInfoBox .circleBox .introLeft_list .introLeftItem .textBox .number {
  color: #dc2f34;
  font-size: 60px;
  font-family: "Roboto", sans-serif;
  letter-spacing: 3px;
  line-height: 1;
  position: relative;
}
.techInfoBox .circleBox .introLeft_list .introLeftItem .textBox .number .plus {
  position: absolute;
  top: 16px;
  right: -15px;
  width: 9px;
  height: 9px;
}
.techInfoBox .circleBox .introLeft_list .introLeftItem .textBox .number .plus:before, .techInfoBox .circleBox .introLeft_list .introLeftItem .textBox .number .plus:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  background-color: #dc2f34;
}
.techInfoBox .circleBox .introLeft_list .introLeftItem .textBox .number .plus:before {
  width: 1px;
  height: 9px;
}
.techInfoBox .circleBox .introLeft_list .introLeftItem .textBox .number .plus:after {
  width: 9px;
  height: 1px;
}
.techInfoBox .circleBox .introLeft_list .introLeftItem .textBox .number.hasPlus {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.techInfoBox .circleBox .introLeft_list .introLeftItem .textBox .txt {
  color: #424242;
  font-size: 18px;
  letter-spacing: 0.9px;
  line-height: 1.3;
  padding-left: 5px;
  padding-bottom: 5px;
  max-height: 51px;
  overflow: hidden;
}
@media (max-width: 537px) {
  .techInfoBox .circleBox .introLeft_list {
    padding: 0 0 40px;
  }
  .techInfoBox .circleBox .introLeft_list .introLeftItem .textBox .number {
    font-size: 50px;
  }
  .techInfoBox .circleBox .introLeft_list .introLeftItem .textBox .number .plus {
    top: 5px;
  }
}
.techInfoBox .circleBox .introRight_list {
  margin-right: 0;
  margin-left: auto;
}
.techInfoBox .circleBox .introRight_list .introRightItem {
  padding-left: 195px;
  position: relative;
}
.techInfoBox .circleBox .introRight_list .introRightItem .line {
  top: 50%;
}
.techInfoBox .circleBox .introRight_list .introRightItem .line:before {
  background: #ff9275;
  background: -webkit-gradient(linear, left top, right top, from(#ff9275), to(rgba(30, 200, 158, 0)));
  background: linear-gradient(90deg, #ff9275 0%, rgba(30, 200, 158, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff9275",endColorstr="#ff9275",GradientType=1);
}
.techInfoBox .circleBox .introRight_list .introRightItem .line .dots {
  left: 0;
}
.techInfoBox .circleBox .introRight_list .introRightItem:not(:last-child) {
  margin-bottom: 62px;
}
@media (max-width: 1180px) {
  .techInfoBox .circleBox .introRight_list .introRightItem:not(:last-child) {
    margin-bottom: 50px;
  }
}
@media (max-width: 992px) {
  .techInfoBox .circleBox .introRight_list .introRightItem:not(:last-child) {
    margin-bottom: 25px;
  }
}
.techInfoBox .circleBox .introRight_list .introRightItem:nth-child(1) .line {
  width: 192px;
  left: 16px;
}
@media (max-width: 1180px) {
  .techInfoBox .circleBox .introRight_list .introRightItem:nth-child(1) .line {
    width: 150px;
    left: 27px;
  }
}
.techInfoBox .circleBox .introRight_list .introRightItem:nth-child(2) .line {
  width: 150px;
  left: 80px;
}
@media (max-width: 1180px) {
  .techInfoBox .circleBox .introRight_list .introRightItem:nth-child(2) .line {
    width: 100px;
    left: 100px;
  }
}
.techInfoBox .circleBox .introRight_list .introRightItem:nth-child(3) .line {
  width: 145px;
  left: 81px;
}
@media (max-width: 1180px) {
  .techInfoBox .circleBox .introRight_list .introRightItem:nth-child(3) .line {
    width: 90px;
    left: 97px;
  }
}
.techInfoBox .circleBox .introRight_list .introRightItem:nth-child(4) .line {
  width: 205px;
  left: 18px;
}
@media (max-width: 1300px) {
  .techInfoBox .circleBox .introRight_list .introRightItem:nth-child(4) .line {
    left: 22px;
  }
}
@media (max-width: 1180px) {
  .techInfoBox .circleBox .introRight_list .introRightItem:nth-child(4) .line {
    width: 170px;
  }
}
.techInfoBox .circleBox .introRight_list .introRightItem .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
}
.techInfoBox .circleBox .introRight_list .introRightItem .Img {
  width: 64px;
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(4, 0, 0, 0.14);
          box-shadow: 0px 0px 7px 0px rgba(4, 0, 0, 0.14);
}
.techInfoBox .circleBox .introRight_list .introRightItem .Txt {
  padding-left: 14px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.techInfoBox .circleBox .introRight_list .introRightItem .Txt .title {
  color: #424242;
  font-size: 18px;
  letter-spacing: 0.9px;
  line-height: 1.33;
  font-weight: 400;
}
@media (max-width: 1180px) {
  .techInfoBox .circleBox .introRight_list .introRightItem {
    padding-left: 160px;
  }
}
@media (max-width: 992px) {
  .techInfoBox .circleBox .introRight_list .introRightItem {
    padding-left: 0;
  }
}
@media (max-width: 537px) {
  .techInfoBox .circleBox .introRight_list {
    padding: 0;
  }
}

.techBox {
  overflow: hidden;
}

/*新訊列表*/
.technologyList .technologyItem:nth-child(odd) .number {
  right: -20px;
}
.technologyList .technologyItem:nth-child(odd) .Txt {
  padding: 50px 0 50px 124px;
  max-width: 768px;
}
@media (max-width: 1536px) {
  .technologyList .technologyItem:nth-child(odd) .Txt {
    padding: 50px;
    max-width: 100%;
  }
}
@media (max-width: 992px) {
  .technologyList .technologyItem:nth-child(odd) .Txt {
    padding: 30px 30px 40px;
  }
}
@media (max-width: 768px) {
  .technologyList .technologyItem:nth-child(odd) .Txt {
    padding: 30px 20px 40px;
  }
}
.technologyList .technologyItem:nth-child(even) .number {
  left: -30px;
}
.technologyList .technologyItem:nth-child(even) .Img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.technologyList .technologyItem:nth-child(even) .Txt {
  padding: 50px 140px 50px 0;
  max-width: 650px;
  margin-right: 0;
  margin-left: auto;
}
@media (max-width: 1536px) {
  .technologyList .technologyItem:nth-child(even) .number {
    left: -10px;
  }
  .technologyList .technologyItem:nth-child(even) .Txt {
    padding: 50px;
    max-width: 100%;
  }
}
@media (max-width: 992px) {
  .technologyList .technologyItem:nth-child(even) .Txt {
    padding: 30px 30px 40px;
  }
}
@media (max-width: 768px) {
  .technologyList .technologyItem:nth-child(even) .Img {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .technologyList .technologyItem:nth-child(even) .Txt {
    padding: 30px 20px 40px;
  }
}
.technologyList .technologyItem:first-child .number {
  right: -55px;
}
@media (max-width: 1536px) {
  .technologyList .technologyItem:first-child .number {
    right: -38px;
  }
}
.technologyList .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.technologyList .item .Img,
.technologyList .item .TxtBox {
  width: 50%;
}
@media (max-width: 768px) {
  .technologyList .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .technologyList .item .Img,
  .technologyList .item .TxtBox {
    width: 100%;
  }
}
.technologyList .Img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 620px;
}
@media (max-width: 992px) {
  .technologyList .Img img {
    height: 520px;
  }
}
@media (max-width: 768px) {
  .technologyList .Img img {
    -o-object-fit: fill;
       object-fit: fill;
    height: auto;
  }
}
.technologyList .TxtBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.technologyList .number {
  position: absolute;
  bottom: -43px;
  color: #ffffff;
  font-size: 287px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  -webkit-text-stroke: 1px #dc2f34;
  line-height: 1;
}
@media (max-width: 1536px) {
  .technologyList .number {
    font-size: 200px;
    bottom: -31px;
  }
}
@media (max-width: 1180px) {
  .technologyList .number {
    display: none;
  }
}
.technologyList .Txt .title {
  color: #dc2f34;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 1.5px;
  padding-bottom: 12px;
}
.technologyList .Txt .title a {
  color: #dc2f34;
  display: inline-block;
  border-bottom: 2px solid #dc2f34;
}
.technologyList .Txt .title_en {
  color: #424242;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.2;
}
.technologyList .Txt .text {
  color: #616161;
  font-size: 18px;
  letter-spacing: 0.9px;
  line-height: 1.833;
  margin-top: 19px;
}
.technologyList .Txt .btnBox {
  padding-top: 57px;
}
@media (max-width: 768px) {
  .technologyList .Txt .title {
    font-size: 25px;
  }
  .technologyList .Txt .title_en {
    font-size: 18px;
    letter-spacing: 0.8px;
  }
  .technologyList .Txt .text {
    font-size: 16px;
  }
}

.newsDate {
  padding: 5px 0;
  font-size: 12px;
  color: #818181;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.newsDate strong {
  font-weight: 400;
}
.newsDate strong i {
  margin-right: 2px;
  font-size: 14px;
  color: #AE4233;
}
.newsDate b {
  margin-left: 3px;
}

.classTitle {
  display: inline-block;
  padding: 3px 5px;
  margin-right: 3px;
  border-radius: 3px;
  font-weight: 400;
  font-size: 12px;
  font-family: "微軟正黑體";
  color: #fff;
}

/*內頁*/
/****分享*****/
.shareBox {
  float: right;
}
.shareBox .btn-fb {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.shareBox .back {
  display: inline-block;
  vertical-align: middle;
  padding: 3px 5px;
  border-radius: 3px;
  font-size: 12px;
  color: #fff;
  background: rgb(174, 66, 51);
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(174, 66, 51)), to(rgb(196, 76, 76)));
  background: linear-gradient(to bottom, rgb(174, 66, 51) 0%, rgb(196, 76, 76) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ae4233", endColorstr="#c44c4c", GradientType=0);
  /* IE6-9 */
  cursor: pointer;
}
.shareBox .back:hover {
  background: #398cb1;
}

.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: #dc2f34;
}
.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: #dc2f34;
}
.relatedArea .titleBox .titleTw span {
  border-bottom-color: #dc2f34;
}
.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: #dc2f34;
}
.relatedArea .arrowBox .appendDots .slick-dots li button::before {
  background-color: #dc2f34;
}
.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: #dc2f34;
  }
}
.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: #ff9275;
  background: linear-gradient(38deg, #ff9275 0%, #dc2f34 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff9275",endColorstr="#dc2f34",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: #dc2f34;
  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;
  }
}
/*# sourceMappingURL=technology.css.map */