@charset "UTF-8";
.partnersBox .btnBox .btn .btnText, .partnersBox .dataBox .item .Img, .ib_carousel_054 .btnBox .btn .btnText, .ib_carousel_054 .dataList .Img img, .ib_carousel_035 .dataList .Img, .ib_banner_007 .dotBox .slick-dots li button::after, .ib_info_004 .close::before, .ib_info_004 .close::after, .ib_info_004 .close {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.outerWrap {
  padding-top: 0;
}

.mainArea {
  overflow: hidden;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .mainArea {
    padding-top: 72px;
  }
}

.wrap {
  max-width: 1500px;
}

/* home(ib_info_004) */
.ib_info_004 {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 500;
  width: 100%;
  height: 100vh;
  font-size: 15px;
  line-height: 1.8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.ib_info_004 .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.ib_info_004 .inner {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  width: 700px;
  max-width: 90%;
  max-height: 85vh;
  opacity: 0;
  background-color: #fff;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.ib_info_004 .popContent {
  max-height: 85vh;
  overflow-y: auto;
}
.ib_info_004 img {
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.ib_info_004 .Txt {
  padding: 30px;
}
.ib_info_004 .Txt .popTitle {
  font-size: 25px;
  margin-bottom: 25px;
}
.ib_info_004 .close {
  width: 46px;
  height: 46px;
  background-color: #0075c2;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.ib_info_004 .close::before, .ib_info_004 .close::after {
  content: "";
  position: absolute;
  left: 11px;
  top: 23px;
  width: 25px;
  height: 1px;
  background-color: #fff;
}
.ib_info_004 .close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.ib_info_004 .close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (min-width: 1181px) {
  .ib_info_004 .close:hover {
    background-color: #0075c2;
  }
  .ib_info_004 .close:hover::before {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
  .ib_info_004 .close:hover::after {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
}
.ib_info_004.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.ib_info_004.show .mask,
.ib_info_004.show .inner {
  opacity: 1;
}
.ib_info_004.show .inner {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 1180px) {
  .ib_info_004 .popContent {
    max-height: calc(100vh - 150px);
  }
}

/* home(ib_banner_007) */
.ib_banner_007 {
  overflow: hidden;
  position: relative;
  z-index: 1;
  clear: both;
}
.ib_banner_007 .wrap {
  max-width: 100%;
  padding: 0;
}
.ib_banner_007 .dataBox {
  position: relative;
}
.ib_banner_007 .dataBox img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.ib_banner_007 .dataLink {
  display: block;
  z-index: 3;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.ib_banner_007 .dataList {
  position: relative;
  z-index: 1;
}
.ib_banner_007 .dataList.slick-dotted {
  margin-bottom: 0;
}
.ib_banner_007 .dataList:not(.slick-slider) .dataItem:not(:first-child) {
  display: none;
}
.ib_banner_007 .dataList:not(.slick-slider) .dataItem .Img img {
  aspect-ratio: 1/0.5104166667;
}
@media (max-width: 640px) {
  .ib_banner_007 .dataList:not(.slick-slider) .dataItem .Img img {
    aspect-ratio: 1/1.25;
  }
}
.ib_banner_007 .slick-current .dataItem .Txt .textBox {
  -webkit-animation: bannerTxtAnimation 0.8s ease-in-out forwards;
          animation: bannerTxtAnimation 0.8s ease-in-out forwards;
}
.ib_banner_007 .slick-current .dataItem .Txt .title {
  -webkit-animation: bannerTxtAnimation 0.8s ease-in-out forwards;
          animation: bannerTxtAnimation 0.8s ease-in-out forwards;
}
.ib_banner_007 .slick-current .dataItem .Txt .subtitle {
  -webkit-animation: bannerTxtAnimation 0.8s 0.4s ease-in-out forwards;
          animation: bannerTxtAnimation 0.8s 0.4s ease-in-out forwards;
}
.ib_banner_007 .slick-current .dataItem .Txt .text {
  -webkit-animation: bannerTxtAnimation 0.8s 0.6s ease-in-out forwards;
          animation: bannerTxtAnimation 0.8s 0.6s ease-in-out forwards;
}
.ib_banner_007 .slick-current .dataItem .Txt .btnBox {
  -webkit-animation: bannerTxtAnimation 0.8s 0.8s ease-in-out forwards;
          animation: bannerTxtAnimation 0.8s 0.8s ease-in-out forwards;
}
.ib_banner_007 .dataItem {
  position: relative;
}
.ib_banner_007 .dataItem .Txt {
  max-width: 1395px;
  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;
  padding: 100px 50px 120px;
  z-index: 2;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 1200px) {
  .ib_banner_007 .dataItem .Txt {
    padding: 80px 50px;
  }
}
@media (max-width: 768px) {
  .ib_banner_007 .dataItem .Txt {
    padding: 20px 20px 113px 20px;
  }
}
@media (max-width: 414px) {
  .ib_banner_007 .dataItem .Txt {
    padding: 20px;
  }
}
.ib_banner_007 .dataItem .Txt .textBox {
  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;
  padding-top: 33px;
  opacity: 0;
}
.ib_banner_007 .dataItem .Txt .textBox::before {
  content: "";
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  z-index: 1;
  width: 42px;
  height: 3px;
  opacity: 0;
  background-color: #fff;
}
@media (max-width: 1400px) {
  .ib_banner_007 .dataItem .Txt .textBox {
    padding-top: 25px;
  }
}
.ib_banner_007 .dataItem .Txt .title {
  font-size: 65px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 2.5px;
  color: #fff;
  opacity: 0;
  padding-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1400px) {
  .ib_banner_007 .dataItem .Txt .title {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .ib_banner_007 .dataItem .Txt .title {
    font-size: 35px;
    letter-spacing: 2px;
    padding-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (max-width: 414px) {
  .ib_banner_007 .dataItem .Txt .title {
    font-size: 30px;
  }
}
.ib_banner_007 .dataItem .Txt .subtitle {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.75px;
  color: #fff;
  opacity: 0;
  padding-bottom: 22px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1400px) {
  .ib_banner_007 .dataItem .Txt .subtitle {
    font-size: 18px;
    margin-top: 17px;
  }
}
@media (max-width: 768px) {
  .ib_banner_007 .dataItem .Txt .subtitle {
    font-size: 14px;
    letter-spacing: 0.7px;
    margin-top: 0px;
    padding-bottom: 13px;
  }
}
@media (max-width: 414px) {
  .ib_banner_007 .dataItem .Txt .subtitle {
    font-size: 12px;
  }
}
.ib_banner_007 .dataItem .Txt .text {
  opacity: 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 1.8px;
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 768px) {
  .ib_banner_007 .dataItem .Txt .text {
    font-size: 18px;
    letter-spacing: 1.6px;
  }
}
@media (max-width: 414px) {
  .ib_banner_007 .dataItem .Txt .text {
    font-size: 16px;
  }
}
.ib_banner_007 .dataItem .Txt .btnBox {
  opacity: 0;
  margin-top: 68px;
}
@media (max-width: 1400px) {
  .ib_banner_007 .dataItem .Txt .btnBox {
    margin-top: 50px;
  }
}
@media (max-width: 768px) {
  .ib_banner_007 .dataItem .Txt .btnBox {
    margin-top: 60px;
  }
}
@media (max-width: 414px) {
  .ib_banner_007 .dataItem .Txt .btnBox {
    margin-top: 40px;
  }
}
.ib_banner_007 .dataItem .Txt .btnBox .btn {
  min-width: 275px;
  padding: 21px 20px;
}
@media (max-width: 414px) {
  .ib_banner_007 .dataItem .Txt .btnBox .btn {
    min-width: 220px;
  }
}
.ib_banner_007 .dataItem .Img {
  position: relative;
  z-index: 1;
}
.ib_banner_007 .dataItem .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.ib_banner_007 .bannerAnimation {
  pointer-events: none;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /* 小白點三種尺寸 */
}
.ib_banner_007 .bannerAnimation .animationPic {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media (max-width: 768px) {
  .ib_banner_007 .bannerAnimation .animationPic {
    left: 7%;
  }
}
.ib_banner_007 .bannerAnimation .dot-small,
.ib_banner_007 .bannerAnimation .dot-medium,
.ib_banner_007 .bannerAnimation .dot-large {
  position: absolute;
  background: #fff;
  border-radius: 50%;
  opacity: 0.5;
  pointer-events: none;
}
.ib_banner_007 .bannerAnimation .dot-small {
  width: 3px;
  height: 3px;
}
.ib_banner_007 .bannerAnimation .dot-medium {
  width: 5px;
  height: 5px;
}
.ib_banner_007 .bannerAnimation .dot-large {
  width: 7px;
  height: 7px;
}
.ib_banner_007 .bannerAnimation .dotsContainer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}
.ib_banner_007 .bannerAnimation .dotsL {
  -webkit-animation: twinkling_stars_2 3s linear infinite;
          animation: twinkling_stars_2 3s linear infinite;
}
.ib_banner_007 .bannerAnimation .bannerLineAnimation {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  -webkit-animation: fadeIn 0.5s ease-in-out forwards;
          animation: fadeIn 0.5s ease-in-out forwards;
}
.ib_banner_007 .bannerAnimation .bannerLineAnimation svg {
  width: 38.6%;
  height: 100%;
  position: absolute;
  top: 31.8%;
  right: 3.9%;
}
@media (max-width: 768px) {
  .ib_banner_007 .bannerAnimation .bannerLineAnimation svg {
    width: 89.5%;
    top: 24.2%;
    right: -13%;
  }
}
.ib_banner_007 .bannerAnimation .bannerLineAnimation.animate .animated-path {
  -webkit-animation: drawLine 2s ease-in-out forwards;
          animation: drawLine 2s ease-in-out forwards;
}
.ib_banner_007 .bannerAnimation .bannerLineAnimation .animated-path {
  stroke-dasharray: 500;
  stroke-dashoffset: 500;
  -webkit-filter: drop-shadow(0 0 4px #ddfdff) drop-shadow(0 0 8px rgba(221, 253, 255, 0.15));
          filter: drop-shadow(0 0 4px #ddfdff) drop-shadow(0 0 8px rgba(221, 253, 255, 0.15));
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ib_banner_007 .bannerAnimation .bannerLineAnimation #line1.animated-path {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.ib_banner_007 .bannerAnimation .bannerLineAnimation #line2.animated-path {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.ib_banner_007 .bannerAnimation .bannerLineAnimation #line3.animated-path {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.ib_banner_007 .bannerAnimation .bannerLineAnimation #line4.animated-path {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.ib_banner_007 .bannerAnimation .bannerLineAnimation #line5.animated-path {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.ib_banner_007 .bannerAnimation .bannerLineAnimation #line7.animated-path {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.ib_banner_007 .bannerAnimation .bannerLineAnimation #line8.animated-path {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.ib_banner_007 .bannerAnimation .bannerLineAnimation #line9.animated-path {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.ib_banner_007 .controlBox {
  position: absolute;
  top: 46.5%;
  width: 100%;
  padding: 0 20px;
}
@media (max-width: 1440px) {
  .ib_banner_007 .controlBox {
    padding: 0 15px;
  }
}
@media (max-width: 768px) {
  .ib_banner_007 .controlBox {
    display: none;
  }
}
.ib_banner_007 .controlBox .arrowBox {
  max-width: 1770px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ib_banner_007 .controlBox .slick-arrow {
  position: relative;
  background-color: transparent;
  width: 45px;
  height: auto;
  aspect-ratio: 1/1;
  border-bottom: 2px solid #fff;
  border-radius: 0;
}
@media (max-width: 1440px) {
  .ib_banner_007 .controlBox .slick-arrow {
    width: 30px;
  }
}
@media (min-width: 1181px) {
  .ib_banner_007 .controlBox .slick-arrow:hover {
    background-color: transparent;
  }
}
.ib_banner_007 .controlBox .slick-arrow::before {
  display: none;
}
.ib_banner_007 .controlBox .slick-arrow.prev {
  border-left: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.ib_banner_007 .controlBox .slick-arrow.next {
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.ib_banner_007 .dotBox {
  width: 100%;
  position: absolute;
  z-index: 1;
  bottom: 7.5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 768px) {
  .ib_banner_007 .dotBox {
    bottom: 8.5%;
  }
}
.ib_banner_007 .dotBox .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ib_banner_007 .dotBox .slick-dots li {
  margin: 0 9px;
}
.ib_banner_007 .dotBox .slick-dots li button {
  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;
}
.ib_banner_007 .dotBox .slick-dots li button::before {
  display: none;
}
.ib_banner_007 .dotBox .slick-dots li button::after {
  content: "";
  position: absolute;
  display: block;
  width: 7px;
  height: 7px;
  background-color: #ffd800;
  border-radius: 3.5px;
}
.ib_banner_007 .dotBox .slick-dots li.slick-active button::after {
  width: 32px;
}

.advantagesArea {
  padding: 125px 0 75px;
  background-image: url(../images/advantagesBG.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .advantagesArea {
    padding: 90px 0 60px;
  }
}

/* home(ib_info_012) */
.ib_info_012 .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1180px) {
  .ib_info_012 .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.ib_info_012 .leftBox {
  width: 605px;
  padding: 0 45px 0 28px;
}
@media (max-width: 1440px) {
  .ib_info_012 .leftBox {
    width: 50%;
    padding: 0 25px;
  }
}
@media (max-width: 1180px) {
  .ib_info_012 .leftBox {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .ib_info_012 .leftBox {
    padding: 0 0 0 25px;
  }
}
@media (max-width: 414px) {
  .ib_info_012 .leftBox {
    padding: 0 0 0 10px;
  }
}
.ib_info_012 .leftBox .titleBox {
  text-align: left;
  margin-bottom: 0;
}
.ib_info_012 .leftBox .titleBox .title {
  position: relative;
  color: #383838;
  font-weight: 500;
  letter-spacing: 1.7px;
  line-height: 1.2;
}
@media (max-width: 450px) {
  .ib_info_012 .leftBox .titleBox .title {
    letter-spacing: 1px;
  }
}
.ib_info_012 .leftBox .titleBox .title::before {
  content: "";
  position: absolute;
  display: block;
  top: -20px;
  left: -23px;
  background-image: url(../images/link-icon2.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 27px;
  height: 24px;
}
.ib_info_012 .leftBox .titleBox .title.sec {
  padding-left: 48px;
}
@media (max-width: 768px) {
  .ib_info_012 .leftBox .titleBox .title.sec {
    padding-left: 40px;
  }
}
@media (max-width: 414px) {
  .ib_info_012 .leftBox .titleBox .title.sec {
    padding-left: 20px;
  }
}
.ib_info_012 .leftBox .titleBox .title.sec::before {
  display: none;
}
.ib_info_012 .leftBox .titleBox .title .highlight {
  color: #1c80c6;
}
.ib_info_012 .leftBox .subtitle {
  color: #383838;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.9px;
  line-height: 1.5;
  padding-top: 5px;
}
@media (max-width: 768px) {
  .ib_info_012 .leftBox .subtitle {
    font-size: 18px;
    padding-top: 10px;
  }
}
.ib_info_012 .leftBox .text {
  color: #464646;
  font-size: 18px;
  font-weight: 500;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  padding-top: 25px;
  letter-spacing: 1.75px;
  line-height: 1.65;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 768px) {
  .ib_info_012 .leftBox .text {
    padding-top: 13px;
    -webkit-line-clamp: 6;
  }
}
.ib_info_012 .rightBox {
  width: calc(100% - 605px);
}
@media (max-width: 1440px) {
  .ib_info_012 .rightBox {
    width: 50%;
  }
}
@media (max-width: 1180px) {
  .ib_info_012 .rightBox {
    width: 100%;
  }
}
.ib_info_012 .rightBox .dataList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -60px;
  -webkit-transform: translateY(55px);
          transform: translateY(55px);
}
@media (max-width: 1440px) {
  .ib_info_012 .rightBox .dataList {
    margin-right: -30px;
  }
}
@media (max-width: 1180px) {
  .ib_info_012 .rightBox .dataList {
    margin: 30px 0;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@media (max-width: 768px) {
  .ib_info_012 .rightBox .dataList {
    margin-left: -20px;
    margin-right: -20px;
    margin-top: 30px;
  }
}
@media (max-width: 414px) {
  .ib_info_012 .rightBox .dataList {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.ib_info_012 .rightBox .dataList .dataItem {
  position: relative;
  padding: 10px 45px 10px 55px;
  width: 33.3333333333%;
}
@media (max-width: 1440px) {
  .ib_info_012 .rightBox .dataList .dataItem {
    padding: 10px 30px;
  }
}
@media (max-width: 1280px) {
  .ib_info_012 .rightBox .dataList .dataItem {
    padding: 10px 15px;
  }
}
@media (max-width: 1180px) {
  .ib_info_012 .rightBox .dataList .dataItem {
    padding: 10px 30px;
  }
}
@media (max-width: 768px) {
  .ib_info_012 .rightBox .dataList .dataItem {
    padding: 10px 0px 10px 20px;
  }
}
@media (max-width: 450px) {
  .ib_info_012 .rightBox .dataList .dataItem {
    padding: 10px 0px 10px 10px;
  }
}
@media (max-width: 414px) {
  .ib_info_012 .rightBox .dataList .dataItem {
    width: 100%;
    padding: 15px 10px;
  }
}
.ib_info_012 .rightBox .dataList .dataItem:not(:last-child)::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 0;
  width: 1px;
  height: 175px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .ib_info_012 .rightBox .dataList .dataItem:not(:last-child)::after {
    display: none;
  }
}
.ib_info_012 .rightBox .dataList .item {
  position: relative;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  font-weight: 600;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ib_info_012 .rightBox .numBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 7px;
}
.ib_info_012 .rightBox .numBox .num {
  font-size: 100px;
  font-weight: 700;
  font-family: "Roboto", "Microsoft JhengHei", sans-serif;
  color: #0075c2;
  line-height: 1;
}
@media (max-width: 1440px) {
  .ib_info_012 .rightBox .numBox .num {
    font-size: 75px;
  }
}
.ib_info_012 .rightBox .unitBox {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 19px 0 15px 10px;
}
@media (max-width: 768px) {
  .ib_info_012 .rightBox .unitBox {
    padding: 15px 0 10px 7px;
  }
}
.ib_info_012 .rightBox .unitBox .symbol {
  font-size: 30px;
  font-weight: 500;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  color: #0075c2;
  line-height: 1;
}
@media (max-width: 768px) {
  .ib_info_012 .rightBox .unitBox .symbol {
    font-size: 22.5px;
  }
}
.ib_info_012 .rightBox .unitBox .quantifier {
  font-size: 20px;
  font-weight: 500;
  color: #0075c2;
  line-height: 1;
}
@media (max-width: 768px) {
  .ib_info_012 .rightBox .unitBox .quantifier {
    font-size: 15px;
  }
}
.ib_info_012 .rightBox .titleBox {
  padding-top: 11px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .ib_info_012 .rightBox .titleBox {
    padding-top: 6px;
  }
}
.ib_info_012 .rightBox .titleBox .title {
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 1.2;
  color: #383838;
  text-align: left;
}
@media (max-width: 1440px) {
  .ib_info_012 .rightBox .titleBox .title {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .ib_info_012 .rightBox .titleBox .title {
    font-size: 19px;
  }
}
.ib_info_012 .rightBox .titleBox .subtitle {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 1.2;
  color: #464646;
  text-align: left;
  padding-top: 2px;
}
@media (max-width: 768px) {
  .ib_info_012 .rightBox .titleBox .subtitle {
    font-size: 12px;
  }
}

/* home(ib_carousel_035) */
.ib_carousel_035 {
  text-align: center;
  margin: 0;
}
.ib_carousel_035 .slick-slide {
  padding: 0 20px;
}
@media (max-width: 1180px) {
  .ib_carousel_035 .slick-slide {
    padding: 0 10px;
  }
}
.ib_carousel_035 .dataBox {
  position: relative;
  padding: 0 65px;
}
@media (max-width: 768px) {
  .ib_carousel_035 .dataBox {
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .ib_carousel_035 .dataList {
    margin-top: -10px;
  }
}
.ib_carousel_035 .dataList .dataItem {
  margin: 35px 0;
  padding: 20px;
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
}
@media (max-width: 768px) {
  .ib_carousel_035 .dataList .dataItem {
    margin: 10px 0;
  }
}
@media (min-width: 1181px) {
  .ib_carousel_035 .dataList .dataItem:hover .Img {
    -webkit-animation: upDown 1.2s ease-in-out infinite;
            animation: upDown 1.2s ease-in-out infinite;
  }
}
.ib_carousel_035 .dataList .item {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
}
.ib_carousel_035 .dataList .titleBox {
  margin-bottom: 0;
}
.ib_carousel_035 .dataList .titleBox .title {
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 2.5px;
  color: #383838;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1440px) {
  .ib_carousel_035 .dataList .titleBox .title {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .ib_carousel_035 .dataList .titleBox .title {
    font-size: 16px;
  }
}
.ib_carousel_035 .dataList .titleBox .subtitle {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.6px;
  color: #464646;
  padding-top: 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1440px) {
  .ib_carousel_035 .dataList .titleBox .subtitle {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .ib_carousel_035 .dataList .titleBox .subtitle {
    font-size: 12px;
  }
}
.ib_carousel_035 .dataList .Img {
  padding: 0 8px;
  margin-bottom: 35px;
  width: 100%;
  overflow: hidden;
}
.ib_carousel_035 .dataList .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.ib_carousel_035 .controlBox {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  pointer-events: none;
}
.ib_carousel_035 .controlBox .slick-arrow {
  position: relative;
}
.ib_carousel_035 .controlBox .slick-arrow::before {
  content: "";
  position: absolute;
  display: none;
}
.ib_carousel_035 .controlBox .arrowBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ib_carousel_035 .controlBox .arrowBox .arrow {
  pointer-events: all;
  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;
}
.ib_carousel_035 .controlBox .arrowBox .arrow.prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.ib_carousel_035 .controlBox .arrowBox .arrow .icon-arr {
  width: 17px;
  height: 16px;
}

/* home(ib_carousel_054) */
.ib_carousel_054 {
  padding: 114px 0 97px;
  text-align: center;
  overflow: hidden;
  position: relative;
}
@media (max-width: 768px) {
  .ib_carousel_054 {
    padding: 80px 0;
  }
}
.ib_carousel_054 .decText {
  pointer-events: none;
  position: absolute;
  right: -112px;
  font-size: 19.5dvh;
  font-weight: 700;
  letter-spacing: 9.5px;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  color: #fff;
  margin: -35px 0;
  text-shadow: -1px -1px 0 rgba(0, 117, 194, 0.3), 1px -1px 0 rgba(0, 117, 194, 0.3), -1px 1px 0 rgba(0, 117, 194, 0.3), 1px 1px 0 rgba(0, 117, 194, 0.3);
}
@media (max-width: 1680px) {
  .ib_carousel_054 .decText {
    right: -50px;
  }
}
@media (max-width: 1180px) {
  .ib_carousel_054 .decText {
    display: none;
  }
}
.ib_carousel_054 .wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ib_carousel_054 .titleBox {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-bottom: 17px;
}
.ib_carousel_054 .titleBox .title {
  position: relative;
  font-weight: 500;
  letter-spacing: 1.7px;
  line-height: 1;
  padding-bottom: 6px;
}
.ib_carousel_054 .titleBox .title::before {
  content: "";
  position: absolute;
  display: block;
  top: -25px;
  left: -12px;
  background-image: url(../images/link-icon2.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 27px;
  height: 24px;
}
.ib_carousel_054 .titleBox .title .highlight {
  font-weight: 500;
  padding-left: 10px;
}
@media (max-width: 768px) {
  .ib_carousel_054 .titleBox .title .highlight::after {
    bottom: 2px;
  }
}
.ib_carousel_054 .titleBox .subtitle {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.9px;
}
@media (max-width: 768px) {
  .ib_carousel_054 .titleBox .subtitle {
    padding-top: 8px;
    letter-spacing: -0.2px;
  }
}
.ib_carousel_054 .titleBox .decoTitle {
  font-size: 18px;
  font-weight: 500;
  padding-top: 7px;
  letter-spacing: 1.7px;
}
.ib_carousel_054 .dataBox {
  position: relative;
  width: 100%;
}
@media (max-width: 960px) {
  .ib_carousel_054 .dataBox {
    padding: 0 30px;
  }
}
@media (max-width: 768px) {
  .ib_carousel_054 .dataBox {
    padding: 10px 30px;
  }
}
.ib_carousel_054 .dataList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
@media (max-width: 960px) {
  .ib_carousel_054 .dataList {
    margin-left: 0;
    margin-right: 0;
  }
}
.ib_carousel_054 .dataList .dataItem {
  width: 33.3333333333%;
  padding: 18px 15px;
}
@media (max-width: 660px) {
  .ib_carousel_054 .dataList .dataItem {
    padding: 0;
  }
}
.ib_carousel_054 .dataList .item {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.ib_carousel_054 .dataList .item .linkWrap {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 3;
}
@media (min-width: 1181px) {
  .ib_carousel_054 .dataList .item:hover .Img img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .ib_carousel_054 .dataList .item:hover .textEditor {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
  .ib_carousel_054 .dataList .item:hover .btnBox {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}
.ib_carousel_054 .dataList .Img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.ib_carousel_054 .dataList .Img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 20px;
  pointer-events: none;
}
.ib_carousel_054 .dataList .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.ib_carousel_054 .dataList .Txt {
  width: 100%;
  height: 100%;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 27px 70px;
  width: 100%;
  text-align: left;
}
@media (max-width: 1440px) {
  .ib_carousel_054 .dataList .Txt {
    padding: 25px 50px;
  }
}
@media (max-width: 1280px) {
  .ib_carousel_054 .dataList .Txt {
    padding: 20px;
  }
}
.ib_carousel_054 .dataList .Txt .title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  font-size: 27px;
  font-weight: 400;
  width: 100%;
  color: #fff;
  text-align: center;
  padding-bottom: 12px;
}
@media (max-width: 1180px) {
  .ib_carousel_054 .dataList .Txt .title {
    font-size: 24px;
  }
}
.ib_carousel_054 .dataList .Txt .title .line {
  width: 27px;
  height: 1px;
  background-color: #fff;
  pointer-events: none;
}
.ib_carousel_054 .dataList .Txt .title .line:first-child {
  margin-right: 20px;
}
.ib_carousel_054 .dataList .Txt .title .line:last-child {
  margin-left: 20px;
}
.ib_carousel_054 .dataList .Txt .subTitle {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.3;
  width: 100%;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1180px) {
  .ib_carousel_054 .dataList .Txt .subTitle {
    font-size: 18px;
  }
}
.ib_carousel_054 .controlBox {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  pointer-events: none;
}
@media (min-width: 961px) {
  .ib_carousel_054 .controlBox {
    display: none;
  }
}
.ib_carousel_054 .controlBox .slick-arrow {
  position: relative;
}
.ib_carousel_054 .controlBox .slick-arrow::before {
  content: "";
  position: absolute;
  display: none;
}
.ib_carousel_054 .controlBox .arrowBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ib_carousel_054 .controlBox .arrowBox .arrow {
  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;
  pointer-events: auto;
}
.ib_carousel_054 .controlBox .arrowBox .arrow.prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-left: -15px;
}
.ib_carousel_054 .controlBox .arrowBox .arrow.next {
  margin-right: -15px;
}
.ib_carousel_054 .controlBox .arrowBox .arrow .icon-arr {
  width: 17px;
  height: 16px;
}
.ib_carousel_054 .btnBox {
  display: block;
  width: 100%;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .ib_carousel_054 .btnBox {
    margin-top: 30px;
  }
}
.ib_carousel_054 .btnBox .btn {
  max-width: 275px;
  background-color: transparent;
  padding: 26px 64px;
  color: #232323;
  border: 1px solid rgba(35, 35, 35, 0.5);
}
@media (min-width: 1181px) {
  .ib_carousel_054 .btnBox .btn:hover {
    background-color: #ffd800;
    border: 1px solid rgba(255, 255, 255, 0.5);
  }
}
.ib_carousel_054 .btnBox .btn .btnText {
  color: #232323;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}
.ib_carousel_054 .btnBox .btn .btnArrow::before {
  background-color: #232323;
}
.ib_carousel_054 .btnBox .btn .btnArrow::after {
  border-left: 5px solid #232323;
}

.partnersBox {
  padding: 115px 0 140px;
  background-image: url(../images/partnersbg.jpg);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .partnersBox {
    padding: 75px 0 120px;
  }
}
.partnersBox .wrap {
  max-width: 100%;
  padding: 0;
}
.partnersBox .titleBox {
  margin-bottom: 82px;
}
@media (max-width: 960px) {
  .partnersBox .titleBox {
    max-width: 640px;
    margin: 0 auto;
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .partnersBox .titleBox {
    max-width: 480px;
    margin-bottom: 30px;
  }
}
.partnersBox .titleBox .title {
  color: #fff;
  letter-spacing: 1.7px;
  line-height: 1;
}
@media (max-width: 1180px) {
  .partnersBox .titleBox .title {
    line-height: 1.5;
  }
}
@media (max-width: 480px) {
  .partnersBox .titleBox .title {
    padding: 0 20px;
  }
}
.partnersBox .titleBox .title .highlight {
  font-family: "Roboto", "Microsoft JhengHei", sans-serif;
  font-size: 100px;
  letter-spacing: 3.5px;
  margin: 0 10px 0 20px;
}
@media (max-width: 960px) {
  .partnersBox .titleBox .title .highlight {
    font-size: 80px;
  }
}
@media (max-width: 768px) {
  .partnersBox .titleBox .title .highlight {
    font-size: 60px;
  }
}
@media (max-width: 414px) {
  .partnersBox .titleBox .title .highlight {
    font-size: 48px;
  }
}
.partnersBox .titleBox .title .highlight::before {
  content: "";
  position: absolute;
  display: block;
  top: 0px;
  left: -20px;
  background-image: url(../images/link-icon2.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 27px;
  height: 24px;
}
.partnersBox .titleBox .title .highlight::after {
  bottom: 20px;
}
@media (max-width: 768px) {
  .partnersBox .titleBox .title .highlight::after {
    bottom: 10px;
  }
}
.partnersBox .titleBox .decoTitle {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.8px;
  color: #fff;
  padding-top: 2px;
}
.partnersBox .dataBox .item .Img {
  -webkit-filter: grayscale(100%) brightness(1000%);
          filter: grayscale(100%) brightness(1000%);
  cursor: pointer;
  opacity: 0.5;
  width: 235px;
}
@media (min-width: 1181px) {
  .partnersBox .dataBox .item .Img:hover {
    opacity: 1;
  }
}
.partnersBox .dataBox .item .Img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.partnersBox .dataBox .dataList {
  margin-bottom: 45px;
}
.partnersBox .dataBox .dataListSec {
  margin-bottom: 45px;
}
.partnersBox .dataBox .dataListSec .dataItem {
  margin-left: 50%;
}
.partnersBox .btnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-top: 85px;
}
@media (max-width: 768px) {
  .partnersBox .btnBox {
    margin-top: 70px;
  }
}
.partnersBox .btnBox .btn {
  max-width: 275px;
  background-color: #0c3154;
  padding: 26px 64px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
@media (max-width: 768px) {
  .partnersBox .btnBox .btn {
    max-width: 240px;
    padding: 20px 30px;
  }
}
@media (min-width: 1181px) {
  .partnersBox .btnBox .btn:hover {
    color: #232323;
    background-color: #ffd800;
  }
  .partnersBox .btnBox .btn:hover .btnText {
    color: #232323;
  }
  .partnersBox .btnBox .btn:hover .btnArrow::before {
    background-color: #232323;
  }
  .partnersBox .btnBox .btn:hover .btnArrow::after {
    border-left: 5px solid #232323;
  }
}
.partnersBox .btnBox .btn .btnText {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}