.partnerArea .item, .ib_carousel_000 .wrap .dataList .cardOverlay .arrowBtn .arrowIcon, .ib_carousel_000 .wrap .dataList .Img img, .serviceArea .txtWrap .btnBox .btnText, .serviceArea .txtWrap .Txt .title, .serviceArea .Img img, .serviceArea .dataItem, .ib_banner_006 .dataItem .Txt .btnBox .btnText, .ib_info_004 .close::before, .ib_info_004 .close::after, .ib_info_004 .close {
  transition: all 0.5s ease-in-out;
}

.mainArea {
  padding: 0;
}

.ib_info_004 {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 500;
  width: 100%;
  height: 100vh;
  font-size: 15px;
  line-height: 1.8;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  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;
  transition: all 0.7s;
}
.ib_info_004 .inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 50%);
  width: 700px;
  max-width: 90%;
  max-height: 85vh;
  opacity: 0;
  background-color: #fff;
  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;
  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: #138AF7;
  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 {
  transform: rotate(45deg);
}
.ib_info_004 .close::after {
  transform: rotate(-45deg);
}
@media (min-width: 1181px) {
  .ib_info_004 .close:hover {
    background-color: #F9A92B;
  }
  .ib_info_004 .close:hover::before {
    transform: rotate(-30deg);
  }
  .ib_info_004 .close:hover::after {
    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 {
  transform: translate(-50%, -50%);
}
@media (max-width: 1180px) {
  .ib_info_004 .popContent {
    max-height: calc(100vh - 150px);
  }
}

.ib_banner_006 {
  clear: both;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.ib_banner_006 .dataBox {
  position: relative;
}
.ib_banner_006 .dataLink {
  display: block;
  z-index: 3;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.ib_banner_006 .dataList {
  position: relative;
  z-index: 1;
}
.ib_banner_006 .dataList.slick-dotted {
  margin-bottom: 0;
}
.ib_banner_006 .dataItem {
  position: relative;
}
.ib_banner_006 .dataItem .Txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 1500px;
  padding-left: 50px;
  padding-right: 50px;
  z-index: 2;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 1180px) {
  .ib_banner_006 .dataItem .Txt {
    padding: 0 30px;
  }
}
@media (max-width: 768px) {
  .ib_banner_006 .dataItem .Txt {
    padding: 0 20px;
  }
}
.ib_banner_006 .dataItem .Txt .textBox {
  width: 55%;
  display: flex;
  flex-direction: column;
  opacity: 0;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
@media (max-width: 700px) {
  .ib_banner_006 .dataItem .Txt .textBox {
    width: 100%;
  }
}
.ib_banner_006 .dataItem .Txt .decoTitle {
  max-width: 480px;
  width: 100%;
  font-size: 16px;
  font-family: "Poppins", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.28px;
  font-weight: 200;
  color: #fff;
  margin-bottom: 20px;
}
@media (max-width: 1400px) {
  .ib_banner_006 .dataItem .Txt .decoTitle {
    margin-bottom: 12px;
  }
}
@media (max-width: 600px) {
  .ib_banner_006 .dataItem .Txt .decoTitle {
    display: none;
  }
}
.ib_banner_006 .dataItem .Txt .title {
  max-width: 700px;
  width: 100%;
  color: #fff;
  font-size: 60px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  margin-bottom: 26px;
}
@media (max-width: 1400px) {
  .ib_banner_006 .dataItem .Txt .title {
    max-width: 600px;
    font-size: 48px;
    margin-bottom: 12px;
  }
}
@media (max-width: 900px) {
  .ib_banner_006 .dataItem .Txt .title {
    font-size: 40px;
    line-height: 1.2;
  }
}
@media (max-width: 768px) {
  .ib_banner_006 .dataItem .Txt .title {
    font-size: 32px;
  }
}
.ib_banner_006 .dataItem .Txt .subtitle {
  color: #fff;
  display: block;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 1px;
  margin-bottom: 36px;
}
@media (max-width: 1400px) {
  .ib_banner_006 .dataItem .Txt .subtitle {
    font-size: 36px;
    margin-bottom: 12px;
  }
}
@media (max-width: 900px) {
  .ib_banner_006 .dataItem .Txt .subtitle {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .ib_banner_006 .dataItem .Txt .subtitle {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .ib_banner_006 .dataItem .Txt .subtitle {
    font-size: 28px;
  }
}
.ib_banner_006 .dataItem .Txt .text {
  color: #fff;
  display: block;
  line-height: 1.8;
  letter-spacing: 0.5px;
  font-size: 20px;
  font-weight: 200;
}
@media (max-width: 1400px) {
  .ib_banner_006 .dataItem .Txt .text {
    font-size: 16px;
  }
}
@media (max-width: 1180px) {
  .ib_banner_006 .dataItem .Txt .text {
    display: none;
  }
}
.ib_banner_006 .dataItem .Txt .btnBox {
  opacity: 0;
  margin-top: 36px;
}
@media (max-width: 1400px) {
  .ib_banner_006 .dataItem .Txt .btnBox {
    margin-top: 12px;
  }
}
@media (min-width: 1181px) {
  .ib_banner_006 .dataItem .Txt .btnBox:hover .icon {
    left: calc(100% - 42px);
  }
  .ib_banner_006 .dataItem .Txt .btnBox:hover .btnText.left {
    opacity: 1;
    clip-path: inset(0 0 0 0);
    transition: opacity 0s ease, clip-path 0.4s 0.3s ease;
  }
  .ib_banner_006 .dataItem .Txt .btnBox:hover .btnText.right {
    transform: translateX(100%);
    opacity: 0;
    clip-path: inset(0 0 0 0);
  }
}
.ib_banner_006 .dataItem .Txt .btnBox .btnText {
  position: relative;
}
.ib_banner_006 .dataItem .Txt .btnBox .btnText.left {
  position: absolute;
  left: 20px;
  top: calc(50% - 12px);
  opacity: 0;
  clip-path: inset(0 100% 0 0);
}
.ib_banner_006 .dataItem .Txt .btnBox .btnText.right {
  padding-left: 46px;
  opacity: 1;
  clip-path: inset(0 0 0 0);
}
.ib_banner_006 .dataItem .Txt .btnBox a {
  overflow: hidden;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 24px;
  text-transform: uppercase;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  background-color: #138AF7;
  border-radius: 999px;
  color: #fff;
  letter-spacing: 0.5px;
  padding: 14px 20px;
  position: relative;
}
.ib_banner_006 .dataItem .Txt .btnBox a i {
  position: absolute;
  right: 20px;
  font-size: 16px;
  top: 50%;
  margin-top: -6px;
  transition: all 0.2s ease;
  transform: translateX(0);
}
.ib_banner_006 .dataItem .Txt .btnBox a .icon {
  width: 22px;
  height: 22px;
  position: absolute;
  top: calc(50% - 11px);
  left: 20px;
}
.ib_banner_006 .dataItem .Txt .bannerVideo .videoBtn {
  width: 100px;
  height: 100px;
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  bottom: 150px;
  right: 50%;
  transform: translateX(50%);
}
.ib_banner_006 .dataItem .Txt .bannerVideo .videoBtn:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent #fff;
  display: block;
  top: calc(50% - 10px);
  left: calc(50% - 5px);
  z-index: 1;
}
.ib_banner_006 .dataItem .Txt .bannerVideo .videoBtn:after {
  content: "";
  border: 1px dashed #fff;
  border-radius: 50%;
  z-index: 1;
  width: 75%;
  height: 75%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.ib_banner_006 .dataItem .Img {
  transform: scale(1.05);
  transition: all 0.6s ease;
}
@media (max-width: 1400px) {
  .ib_banner_006 .dataItem .Img img {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .ib_banner_006 .dataItem .Img img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .ib_banner_006 .dataItem .Img {
    padding-bottom: 75%;
  }
}
@media (max-width: 480px) {
  .ib_banner_006 .dataItem .Img {
    padding-bottom: 100%;
  }
}
.ib_banner_006 .slick-current .Txt .textBox {
  animation: textSlideUpAnimation 0.6s ease-in-out forwards;
}
.ib_banner_006 .slick-current .Txt .bannerBtn {
  animation: textSlideUpAnimation 0.6s 0.3s ease-in-out forwards;
}
.ib_banner_006 .slick-current .Txt .videoBtn:after {
  animation: rotate 50s linear forwards;
}
.ib_banner_006 .slick-current .btnBox {
  animation: textSlideUpAnimation 0.6s 0.3s ease-in-out forwards;
}
.ib_banner_006 .slick-current .Img {
  transform: scale(1);
}
.ib_banner_006 .arrowBox {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 40px;
}
@media (max-width: 1520px) {
  .ib_banner_006 .arrowBox {
    display: none;
  }
}
.ib_banner_006 .arrowBox .arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #fff;
  overflow: hidden;
  position: relative;
  margin: 10px 0;
  cursor: pointer;
  transform: rotate(270deg);
}
.ib_banner_006 .arrowBox .arrow:hover {
  background-color: #1A73E8;
  border-color: #1A73E8;
}
.ib_banner_006 .arrowBox .arrow:hover:before {
  border-color: #fff;
}
.ib_banner_006 .arrowBox .arrow:before {
  content: "";
  border-style: solid;
  display: block;
  z-index: 2;
  width: 0;
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.ib_banner_006 .arrowBox .arrowPrev:before {
  border-width: 0 5px 9px 5px;
  border-color: transparent transparent #fff transparent;
}
.ib_banner_006 .arrowBox .arrowPrev:hover:before {
  border-color: transparent transparent #fff transparent;
}
.ib_banner_006 .arrowBox .arrowNext:before {
  border-width: 9px 5px 0 5px;
  border-color: #fff transparent transparent transparent;
}
.ib_banner_006 .arrowBox .arrowNext:hover:before {
  border-color: #fff transparent transparent transparent;
}
.ib_banner_006 .dataList .slick-dots {
  left: 4.8%;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
}
@media (max-width: 1600px) {
  .ib_banner_006 .dataList .slick-dots {
    left: 1.2%;
  }
}
@media (max-width: 1180px) {
  .ib_banner_006 .dataList .slick-dots {
    top: auto;
    bottom: 40px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    gap: 0;
    flex-direction: row;
    width: 100%;
  }
  .ib_banner_006 .dataList .slick-dots li {
    margin: 0 6px;
  }
  .ib_banner_006 .dataList .slick-dots li.slick-active {
    width: 50px;
    height: 8px;
  }
}
.ib_banner_006 .scrollDown {
  font-family: "Poppins", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  align-items: center;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 200;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
}
.ib_banner_006 .scrollDown .scrollDownText {
  display: inline-block;
  animation: jump 1s ease-in-out infinite;
}
@media (max-width: 1400px) {
  .ib_banner_006 .scrollDown {
    bottom: 28px;
  }
}
@media (max-width: 1180px) {
  .ib_banner_006 .scrollDown {
    display: none;
  }
}
.ib_banner_006 .scrollDown img {
  width: 10px;
  margin-left: 16px;
}

.ib_imageText_000 {
  padding: 160px 0;
  background-image: url("../images/ib_imageText_000_bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 1180px) {
  .ib_imageText_000 {
    padding: 80px 0;
  }
}
.ib_imageText_000 .wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 1180px) {
  .ib_imageText_000 .wrap {
    flex-direction: column-reverse;
  }
}
.ib_imageText_000 .imgBox {
  position: relative;
  display: flex;
  width: 50%;
  max-width: 700px;
}
@media (max-width: 1180px) {
  .ib_imageText_000 .imgBox {
    width: 100%;
  }
}
.ib_imageText_000 .imgBox img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.ib_imageText_000 .imgBox .videoBtn {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 86px;
  height: 86px;
  border-radius: 43px;
  background-color: #F9A92B;
  right: -36px;
  top: 78px;
}
@media (max-width: 1180px) {
  .ib_imageText_000 .imgBox .videoBtn {
    right: 20px;
    top: 40px;
  }
}
@media (max-width: 768px) {
  .ib_imageText_000 .imgBox .videoBtn {
    right: 20px;
    top: -50px;
  }
}
@media (max-width: 480px) {
  .ib_imageText_000 .imgBox .videoBtn {
    width: 76px;
    height: 76px;
    transform: scale(0.8);
  }
}
.ib_imageText_000 .imgBox .videoBtn svg {
  width: 22px;
  height: 22px;
}
.ib_imageText_000 .imgBox .videoBtn::after {
  content: url("../images/btnbg.svg");
  position: absolute;
  width: 140px;
  height: 140px;
  transform: rotate(0deg);
}
.ib_imageText_000 .imgBox .videoBtn:hover {
  background-color: #138AF7;
}
.ib_imageText_000 .imgBox .videoBtn:hover::after {
  animation: rotate 10s linear infinite;
}
.ib_imageText_000 .rightBox {
  width: 50%;
  max-width: 700px;
  padding-left: 116px;
}
@media (max-width: 1180px) {
  .ib_imageText_000 .rightBox {
    width: 100%;
    max-width: 800px;
    padding-left: 0;
    margin-bottom: 60px;
  }
}
.ib_imageText_000 .rightBox .titleBox {
  margin-bottom: 16px;
  text-align: left;
}
@media (max-width: 1180px) {
  .ib_imageText_000 .rightBox .titleBox {
    text-align: center;
  }
}
.ib_imageText_000 .rightBox .titleBox .num {
  color: #333333;
  font-size: 16px;
  margin-bottom: 8px;
}
.ib_imageText_000 .rightBox .titleBox .title {
  color: #138AF7;
  font-size: 60px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
@media (max-width: 1400px) {
  .ib_imageText_000 .rightBox .titleBox .title {
    font-size: 48px;
  }
}
@media (max-width: 900px) {
  .ib_imageText_000 .rightBox .titleBox .title {
    font-size: 40px;
    line-height: 1.2;
  }
}
@media (max-width: 768px) {
  .ib_imageText_000 .rightBox .titleBox .title {
    font-size: 32px;
  }
}
.ib_imageText_000 .rightBox .titleBox .subtitle {
  color: #333333;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 1.2px;
  margin-bottom: 52px;
}
@media (max-width: 1400px) {
  .ib_imageText_000 .rightBox .titleBox .subtitle {
    font-size: 36px;
    margin-bottom: 36px;
  }
}
@media (max-width: 900px) {
  .ib_imageText_000 .rightBox .titleBox .subtitle {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .ib_imageText_000 .rightBox .titleBox .subtitle {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .ib_imageText_000 .rightBox .titleBox .subtitle {
    font-size: 28px;
  }
}
.ib_imageText_000 .rightBox .titleBox .txt_title {
  color: #333333;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 1400px) {
  .ib_imageText_000 .rightBox .titleBox .txt_title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 900px) {
  .ib_imageText_000 .rightBox .titleBox .txt_title {
    font-size: 18px;
  }
}
.ib_imageText_000 .rightBox .textEditorBox {
  height: 200px;
}
.ib_imageText_000 .rightBox p {
  font-size: 18px;
  text-overflow: ellipsis;
}
@media (max-width: 1180px) {
  .ib_imageText_000 .rightBox p {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .ib_imageText_000 .rightBox p {
    font-size: 16px;
  }
}

.serviceArea {
  overflow: hidden;
  background-image: url("../images/serviceArea_bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 120px 0;
}
@media (max-width: 1180px) {
  .serviceArea {
    padding: 80px 0 50px 0;
  }
}
.serviceArea .wrap {
  max-width: 100%;
  padding: 0;
}
.serviceArea .titleBox {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}
.serviceArea .titleBox .num {
  color: #fff;
  font-size: 16px;
}
.serviceArea .titleBox .title {
  color: #fff;
  font-size: 60px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
@media (max-width: 1400px) {
  .serviceArea .titleBox .title {
    font-size: 48px;
  }
}
@media (max-width: 900px) {
  .serviceArea .titleBox .title {
    font-size: 40px;
    line-height: 1.2;
  }
}
@media (max-width: 768px) {
  .serviceArea .titleBox .title {
    font-size: 32px;
  }
}
.serviceArea .titleBox .subtitle {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 1.2px;
}
@media (max-width: 1400px) {
  .serviceArea .titleBox .subtitle {
    font-size: 36px;
    margin-bottom: 28px;
  }
}
@media (max-width: 900px) {
  .serviceArea .titleBox .subtitle {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .serviceArea .titleBox .subtitle {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .serviceArea .titleBox .subtitle {
    font-size: 28px;
  }
}
.serviceArea .dataBox {
  transition: all 0.5s;
  overflow: visible !important;
}
.serviceArea .dataBox.hide {
  opacity: 0;
  transform: translateY(-20px);
}
.serviceArea .slick-track {
  padding: 60px 0 0 0;
}
.serviceArea .slick-center .dataItem {
  transform: translateY(-60px);
}
.serviceArea .dataItem {
  padding: 30px;
  transform: translateY(0px);
}
@media (max-width: 760px) {
  .serviceArea .dataItem {
    padding: 20px;
  }
}
@media (min-width: 1181px) {
  .serviceArea .dataItem:hover .txtWrap .Txt .title {
    color: #F9A92B;
  }
  .serviceArea .dataItem:hover .txtWrap .Txt .title a {
    color: #F9A92B;
  }
}
@media (max-width: 480px) {
  .serviceArea .slick-dots {
    width: 100%;
  }
}
.serviceArea .item {
  box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 470px;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-mask-composite: destination-in;
  -webkit-mask-image: radial-gradient(circle 16px at 0px 74%, transparent 15px, black 16px), radial-gradient(circle 16px at 100% 74%, transparent 15px, black 16px);
          mask-image: radial-gradient(circle 16px at 0px 74%, transparent 15px, black 16px), radial-gradient(circle 16px at 100% 74%, transparent 15px, black 16px);
  -webkit-mask-composite: source-in, xor;
          mask-composite: intersect;
}
@media (min-width: 1181px) {
  .serviceArea .item:hover .Img img {
    transform: scale(1.03);
  }
}
@media (max-width: 410px) {
  .serviceArea .item {
    min-height: 450px;
  }
}
@media (max-width: 700px) {
  .serviceArea .item {
    -webkit-mask-image: radial-gradient(circle 16px at 0px 70%, transparent 15px, black 16px), radial-gradient(circle 16px at 100% 70%, transparent 15px, black 16px);
            mask-image: radial-gradient(circle 16px at 0px 70%, transparent 15px, black 16px), radial-gradient(circle 16px at 100% 70%, transparent 15px, black 16px);
  }
}
.serviceArea .Img {
  border-radius: 20px;
  overflow: hidden;
}
.serviceArea .Img img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
}
.serviceArea .ticketNotch {
  position: relative;
  height: 0;
  margin: 0 -20px;
}
.serviceArea .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
  letter-spacing: 1.28px;
}
@media (max-width: 480px) {
  .serviceArea .top {
    flex-direction: column;
    align-items: flex-start;
  }
}
.serviceArea .top .data_deco_title {
  color: #138AF7;
  text-transform: uppercase;
}
@media (max-width: 1180px) {
  .serviceArea .top .data_deco_title {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .serviceArea .top .data_deco_title {
    font-size: 14px;
  }
}
.serviceArea .top .num {
  font-size: 16px;
  color: #138AF7;
  font-weight: 400;
}
.serviceArea .txtWrap {
  display: flex;
  align-items: flex-end;
  padding: 36px 20px;
}
@media (max-width: 730px) {
  .serviceArea .txtWrap {
    display: unset;
    flex-direction: column;
    padding: 20px 20px 36px 20px;
  }
}
.serviceArea .txtWrap .Txt {
  width: 100%;
  max-width: calc(100% - 200px);
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (max-width: 730px) {
  .serviceArea .txtWrap .Txt {
    align-self: start;
    max-width: 100%;
  }
}
.serviceArea .txtWrap .Txt .dataInfoBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 10px;
}
.serviceArea .txtWrap .Txt .dataInfoBox .classTitle {
  padding: 5px 10px;
  background-color: #138AF7;
  color: #fff;
}
.serviceArea .txtWrap .Txt .dataInfoBox .dateBox .date {
  line-height: 1;
}
.serviceArea .txtWrap .Txt .dataInfoBox .classTitle {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.5px;
  font-weight: 300;
}
.serviceArea .txtWrap .Txt .title {
  font-size: 24px;
  margin-bottom: 12px;
  color: #138AF7;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 480px) {
  .serviceArea .txtWrap .Txt .title {
    font-size: 22px;
  }
}
.serviceArea .txtWrap .Txt .title a {
  display: block;
}
.serviceArea .txtWrap .Txt .subtitle {
  color: #333333;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.serviceArea .txtWrap .Txt .text {
  color: #666666;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.serviceArea .txtWrap .btnBox {
  margin-top: 36px;
  margin-left: auto;
}
@media (max-width: 1400px) {
  .serviceArea .txtWrap .btnBox {
    margin-top: 12px;
  }
}
@media (min-width: 1181px) {
  .serviceArea .txtWrap .btnBox:hover .icon {
    left: calc(100% - 42px);
  }
  .serviceArea .txtWrap .btnBox:hover .btnText.left {
    opacity: 1;
    clip-path: inset(0 0 0 0);
    transition: opacity 0s ease, clip-path 0.4s 0.3s ease;
  }
  .serviceArea .txtWrap .btnBox:hover .btnText.right {
    transform: translateX(100%);
    opacity: 0;
    clip-path: inset(0 0 0 0);
  }
}
.serviceArea .txtWrap .btnBox .btnText {
  position: relative;
}
.serviceArea .txtWrap .btnBox .btnText.left {
  position: absolute;
  left: 20px;
  top: calc(50% - 12px);
  opacity: 0;
  clip-path: inset(0 100% 0 0);
}
.serviceArea .txtWrap .btnBox .btnText.right {
  padding-left: 46px;
  opacity: 1;
  clip-path: inset(0 0 0 0);
}
.serviceArea .txtWrap .btnBox a {
  overflow: hidden;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 24px;
  text-transform: uppercase;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  background-color: #138AF7;
  border-radius: 999px;
  color: #fff;
  letter-spacing: 0.5px;
  padding: 14px 20px;
  border: none;
  cursor: pointer;
}
.serviceArea .txtWrap .btnBox a i {
  position: absolute;
  right: 20px;
  font-size: 16px;
  top: 50%;
  margin-top: -6px;
  transition: all 0.2s ease;
  transform: translateX(0);
}
.serviceArea .txtWrap .btnBox a .icon {
  width: 22px;
  height: 22px;
  position: absolute;
  top: calc(50% - 11px);
  left: 20px;
}

.ib_carousel_000 {
  position: relative;
  background-image: url("../images/imgArea_bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  padding-top: 160px;
  padding-bottom: 160px;
}
@media (max-width: 1180px) {
  .ib_carousel_000 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.ib_carousel_000::after {
  content: "TAIWAN AIRPORT SERVICE";
  position: absolute;
  color: #F0F3F5;
  font-family: "Poppins";
  font-size: 103px;
  font-weight: 600;
  letter-spacing: 4.12px;
  left: 50%;
  bottom: -4%;
  z-index: 0;
  pointer-events: none;
  white-space: nowrap;
  transform: translateX(-50%);
}
@media (max-width: 1400px) {
  .ib_carousel_000::after {
    font-size: 90px;
  }
}
@media (max-width: 1180px) {
  .ib_carousel_000::after {
    font-size: 70px;
  }
}
@media (max-width: 900px) {
  .ib_carousel_000::after {
    font-size: 50px;
    bottom: -3%;
  }
}
@media (max-width: 768px) {
  .ib_carousel_000::after {
    display: none;
  }
}
.ib_carousel_000 .wrap {
  position: relative;
  z-index: 1;
}
.ib_carousel_000 .wrap .dataBox {
  margin: 0;
  overflow: hidden !important;
}
.ib_carousel_000 .wrap .slick-track {
  padding: 0;
}
.ib_carousel_000 .wrap .dataList {
  display: grid;
  grid-template-columns: 600px 1fr 1fr;
  grid-template-rows: 360px 360px;
  gap: 40px;
  margin: 0;
}
@media (max-width: 600px) {
  .ib_carousel_000 .wrap .dataList {
    gap: 20px;
  }
}
.ib_carousel_000 .wrap .dataList .dataItem {
  padding: 0;
  transform: none !important;
}
.ib_carousel_000 .wrap .dataList .dataItem:nth-child(1) {
  grid-column: 1/2;
  grid-row: 1/3;
}
.ib_carousel_000 .wrap .dataList .dataItem:nth-child(2) {
  grid-column: 2/3;
  grid-row: 1;
}
.ib_carousel_000 .wrap .dataList .dataItem:nth-child(3) {
  grid-column: 3/4;
  grid-row: 1;
}
.ib_carousel_000 .wrap .dataList .dataItem:nth-child(4) {
  grid-column: 2/4;
  grid-row: 2;
}
.ib_carousel_000 .wrap .dataList .item {
  box-shadow: none;
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
  min-height: 0;
  -webkit-mask-image: none;
  mask-image: none;
  flex-direction: initial;
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  display: block;
  text-decoration: none;
}
@media (min-width: 1181px) {
  .ib_carousel_000 .wrap .dataList .item:hover .Img img {
    transform: scale(1.03);
  }
}
.ib_carousel_000 .wrap .dataList .item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 103, 197, 0.8) 0%, rgba(0, 103, 197, 0) 18.75%);
  z-index: 1;
}
@media (max-width: 1180px) {
  .ib_carousel_000 .wrap .dataList .item::after {
    background: linear-gradient(180deg, rgba(0, 103, 197, 0.8) 20%, rgba(0, 103, 197, 0) 70%);
  }
}
@media (min-width: 1181px) {
  .ib_carousel_000 .wrap .dataList .item:hover .arrowBtn .arrowIcon {
    background-color: #F9A92B;
  }
}
.ib_carousel_000 .wrap .dataList .Img {
  border-radius: 0;
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.ib_carousel_000 .wrap .dataList .Img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.ib_carousel_000 .wrap .dataList .cardOverlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ib_carousel_000 .wrap .dataList .cardOverlay .Txt {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 16px 16px 0 16px;
}
@media (max-width: 600px) {
  .ib_carousel_000 .wrap .dataList .cardOverlay .Txt {
    padding: 0;
  }
}
.ib_carousel_000 .wrap .dataList .cardOverlay .Txt::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 4px;
  height: 24px;
  border-radius: 2px;
  background: #F9A92B;
  margin-top: 6px;
  margin-right: 12px;
}
@media (max-width: 480px) {
  .ib_carousel_000 .wrap .dataList .cardOverlay .Txt::before {
    margin-top: 2px;
  }
}
.ib_carousel_000 .wrap .dataList .cardOverlay .Txt .titleGroup {
  flex: 1;
}
.ib_carousel_000 .wrap .dataList .cardOverlay .Txt .title {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 1.5;
  margin-bottom: 4px;
  padding: 0;
  max-height: 72px;
}
@media (max-width: 480px) {
  .ib_carousel_000 .wrap .dataList .cardOverlay .Txt .title {
    line-height: 1.2;
    font-size: 22px;
    margin-bottom: 8px;
    max-height: 54px;
  }
}
.ib_carousel_000 .wrap .dataList .cardOverlay .Txt .subtitle {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  max-height: 72px;
}
@media (max-width: 480px) {
  .ib_carousel_000 .wrap .dataList .cardOverlay .Txt .subtitle {
    line-height: 1.2;
    letter-spacing: 1.2px;
    font-size: 22px;
    max-height: 54px;
  }
}
.ib_carousel_000 .wrap .dataList .cardOverlay .arrowBtn {
  display: flex;
  justify-content: flex-end;
}
.ib_carousel_000 .wrap .dataList .cardOverlay .arrowBtn .arrowIcon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #138AF7;
  border-radius: 50%;
  color: #fff;
}
@media (max-width: 1500px) {
  .ib_carousel_000 .wrap .dataList {
    grid-template-columns: 460px 1fr 1fr;
  }
}
@media (max-width: 1180px) {
  .ib_carousel_000 .wrap .dataList {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 250px 250px;
  }
  .ib_carousel_000 .wrap .dataList .dataItem:nth-child(1) {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .ib_carousel_000 .wrap .dataList .dataItem:nth-child(2) {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .ib_carousel_000 .wrap .dataList .dataItem:nth-child(3) {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .ib_carousel_000 .wrap .dataList .dataItem:nth-child(4) {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
@media (max-width: 768px) {
  .ib_carousel_000 .wrap .dataList {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }
  .ib_carousel_000 .wrap .dataList .dataItem {
    height: 220px;
  }
  .ib_carousel_000 .wrap .dataList .dataItem:nth-child(1), .ib_carousel_000 .wrap .dataList .dataItem:nth-child(2), .ib_carousel_000 .wrap .dataList .dataItem:nth-child(3), .ib_carousel_000 .wrap .dataList .dataItem:nth-child(4) {
    grid-column: auto;
    grid-row: auto;
  }
}

.partnerArea {
  padding: 120px 0 100px 0;
  background-image: url("../images/cooperArea_bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 1180px) {
  .partnerArea {
    padding: 80px 0;
    background-position: -270px 0;
  }
}
@media (max-width: 900px) {
  .partnerArea {
    background-position: -520px 0;
  }
}
@media (max-width: 768px) {
  .partnerArea {
    padding: 80px 0 20px 0;
  }
}
@media (max-width: 600px) {
  .partnerArea {
    background-position: -600px 0;
  }
}
@media (max-width: 480px) {
  .partnerArea {
    background-position: -680px 0;
  }
}
.partnerArea .wrap {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.partnerArea .topWrap {
  max-width: 1500px;
  padding-left: 50px;
  padding-right: 50px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .partnerArea .topWrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.partnerArea .titleBox {
  text-align: left;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .partnerArea .titleBox {
    margin-bottom: 0;
  }
}
.partnerArea .titleBox .num {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1.28px;
  margin-bottom: 12px;
}
.partnerArea .titleBox .title {
  color: #fff;
  font-size: 60px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
@media (max-width: 1400px) {
  .partnerArea .titleBox .title {
    font-size: 48px;
  }
}
@media (max-width: 1180px) {
  .partnerArea .titleBox .title {
    font-size: 40px;
    line-height: 1.2;
  }
}
@media (max-width: 900px) {
  .partnerArea .titleBox .title {
    font-size: 32px;
  }
}
.partnerArea .titleBox .subtitle {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 1.2px;
}
@media (max-width: 1400px) {
  .partnerArea .titleBox .subtitle {
    font-size: 36px;
  }
}
@media (max-width: 900px) {
  .partnerArea .titleBox .subtitle {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .partnerArea .titleBox .subtitle {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .partnerArea .titleBox .subtitle {
    font-size: 28px;
  }
}
.partnerArea .dataBox {
  transition: all 0.5s;
}
.partnerArea .dataBox.hide {
  opacity: 0;
  transform: translateY(-20px);
}
.partnerArea .dataItem {
  padding: 0 10px;
}
.partnerArea .item {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px 24px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
}
@media (min-width: 1181px) {
  .partnerArea .item:hover {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 8px 8px 0 0 #F9A92B;
  }
}
.partnerArea .Img {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.partnerArea .Img img {
  max-width: 100%;
  max-height: 120px;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  backface-visibility: hidden;
}

.partnerArea[data-component-id=ib_carousel_006partner] .dataBox {
  overflow: hidden;
  transition: none;
  padding: 60px 0;
}
.partnerArea[data-component-id=ib_carousel_006partner] .js-marqueeTrack {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
  animation: marqueePartner 60s linear infinite;
}
.partnerArea[data-component-id=ib_carousel_006partner] .js-marqueeTrack.paused {
  animation-play-state: paused;
}
.partnerArea[data-component-id=ib_carousel_006partner] .dataItem {
  flex: 0 0 auto;
  width: 264px;
}

@keyframes marqueePartner {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
