.ib_carousel_141 .arrowPrev,
.ib_carousel_141 .arrowNext, .ib_banner_011 .funcBox .scrollDown span.text, .ib_banner_011 .funcBox .arrowBox .arrow::before, .ib_banner_011 .funcBox .arrowBox .arrow, .ib_info_004 .close::before, .ib_info_004 .close::after, .ib_info_004 .close {
  transition: all 0.5s ease-in-out;
}

/* 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;
  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%;
  -webkit-transform: translate(-50%, 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;
  -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: #606e7c;
  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: #606e7c;
  }
  .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_011) */
.ib_banner_011 .dataBox {
  position: relative;
}
.ib_banner_011 .wrap {
  max-width: 100%;
  padding: 0;
}
.ib_banner_011 .dataList {
  position: relative;
  z-index: 1;
}
.ib_banner_011 .dataList.slick-dotted {
  margin-bottom: 0;
}
.ib_banner_011 .dataList:not(.slick-slider) .dataItem .dataItem {
  visibility: hidden;
}
.ib_banner_011 .dataList:not(.slick-slider) .dataItem .dataItem:first-child {
  visibility: visible;
}
.ib_banner_011 .Img img {
  display: block;
  width: 100%;
  height: 100dvh;
  object-fit: cover;
}
.ib_banner_011 .funcBox {
  width: 100%;
  max-width: 1380px;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: end;
      align-items: flex-end;
  margin: auto;
  padding: 0 20px;
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  z-index: 2;
}
.ib_banner_011 .funcBox .arrowBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  gap: 15px;
}
.ib_banner_011 .funcBox .arrowBox .arrow {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: 1px solid #f0f0ec;
  overflow: hidden;
  cursor: pointer;
}
@media (min-width: 1181px) {
  .ib_banner_011 .funcBox .arrowBox .arrow:hover {
    background-color: #fff;
  }
  .ib_banner_011 .funcBox .arrowBox .arrow:hover::before {
    border-color: #606e7c !important;
  }
}
.ib_banner_011 .funcBox .arrowBox .arrow::before {
  content: "";
  border-top: 1px solid #fff;
  display: block;
  z-index: 2;
  width: 10px;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 10px;
}
.ib_banner_011 .funcBox .arrowBox .arrow.prev::before {
  border-left: 1px solid #fff;
  left: 5px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.ib_banner_011 .funcBox .arrowBox .arrow.next::before {
  border-right: 1px solid #fff;
  right: 5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.ib_banner_011 .funcBox .scrollDown {
  cursor: pointer;
}
.ib_banner_011 .funcBox .scrollDown span {
  display: block;
}
.ib_banner_011 .funcBox .scrollDown span.text {
  color: #fff;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  letter-spacing: 3px;
  margin-bottom: 10px;
}
.ib_banner_011 .funcBox .scrollDown span.line {
  width: 15px;
  height: 25px;
  -webkit-animation: fishing 2s ease infinite;
          animation: fishing 2s ease infinite;
  border: 1px solid #fff;
  border-radius: 30px;
  margin-left: 2px;
  position: relative;
}
.ib_banner_011 .funcBox .scrollDown span.line::before {
  content: "";
  width: 2px;
  height: 5px;
  -webkit-animation: bannerScrollAnimation 2.5s linear infinite forwards;
          animation: bannerScrollAnimation 2.5s linear infinite forwards;
  background-color: #fff;
  display: block;
  position: absolute;
  top: 0;
  left: 6px;
  z-index: 2;
}
@media (min-width: 1181px) {
  .ib_banner_011 .funcBox .scrollDown:hover span.text {
    color: #606e7c;
  }
}
@media (max-width: 1440px) {
  .ib_banner_011 .funcBox {
    bottom: 25px;
  }
  .ib_banner_011 .funcBox .scrollDown {
    display: -ms-flexbox;
    display: flex;
  }
  .ib_banner_011 .funcBox .scrollDown span.text {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    margin-bottom: 0;
    margin-right: 10px;
  }
}
@media (max-width: 1200px) {
  .ib_banner_011 .funcBox .arrowBox {
    margin-left: auto;
  }
  .ib_banner_011 .funcBox .scrollDown {
    display: none;
  }
}
@media (max-width: 1024px) {
  .ib_banner_011 .funcBox .arrowBox {
    display: none;
  }
}
.ib_banner_011 .slick-dots {
  width: 15px;
  margin: 0;
  bottom: 20%;
  right: 50px;
}
.ib_banner_011 .slick-dots li {
  width: 100%;
  height: 15px;
  margin: 5px 0;
}
.ib_banner_011 .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
}
.ib_banner_011 .slick-dots li button::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: transparent;
  opacity: 1;
}
.ib_banner_011 .slick-dots li.slick-active button::before {
  border: 1px solid #fff;
  background-color: #fff;
  opacity: 1;
}
.ib_banner_011 .slick-current .Txt .title {
  -webkit-animation: slideUpAnimation 0.8s ease-in-out forwards;
          animation: slideUpAnimation 0.8s ease-in-out forwards;
}
.ib_banner_011 .slick-current .Txt .subtitle {
  -webkit-animation: slideUpAnimation 0.8s 0.4s ease-in-out forwards;
          animation: slideUpAnimation 0.8s 0.4s ease-in-out forwards;
}
.ib_banner_011 .slick-current .Img img {
  -webkit-animation: bannerImgAnimation 5.75s linear both;
          animation: bannerImgAnimation 5.75s linear both;
}

/* home(ib_carousel_141) */
.ib_carousel_141 {
  background-color: #e7e6e4;
  padding: 115px 0 135px;
}
@media (max-width: 1180px) {
  .ib_carousel_141 {
    padding: 100px 0;
  }
}
@media (max-width: 768px) {
  .ib_carousel_141 {
    padding: 80px 0;
  }
}
.ib_carousel_141 .titleBox .title {
  font-size: 35px;
}
.ib_carousel_141 .titleBox .subtitle {
  font-size: 15px;
}
.ib_carousel_141 .dataBox {
  position: relative;
}
.ib_carousel_141 .dataList {
  margin: 0 -10px;
}
.ib_carousel_141 .dataItem {
  padding: 0 10px;
}
.ib_carousel_141 .Img {
  overflow: hidden;
}
.ib_carousel_141 .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: all 1s cubic-bezier(0.1, 0.7, 0.1, 1);
}
.ib_carousel_141 .Img a::after {
  content: "";
  width: 100%;
  height: 100%;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: all 0.5s;
}
@media (min-width: 1181px) {
  .ib_carousel_141 .Img a:hover::after {
    opacity: 1;
  }
  .ib_carousel_141 .Img a:hover img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
.ib_carousel_141 .Txt {
  padding: 10px 0;
}
.ib_carousel_141 .Txt .title {
  font-size: 18px;
  font-weight: 400;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  color: #495056;
  letter-spacing: 0.63px;
}
.ib_carousel_141 .Txt .title a {
  color: #495056;
}
.ib_carousel_141 .Txt .title a::after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: #606e7c;
  position: absolute;
  bottom: -5px;
  left: 0;
  transition: -webkit-clip-path 0.3s;
  transition: clip-path 0.3s;
  transition: clip-path 0.3s, -webkit-clip-path 0.3s;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}
@media (min-width: 1181px) {
  .ib_carousel_141 .Txt .title a:hover::after {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  }
}
.ib_carousel_141 .arrowPrev,
.ib_carousel_141 .arrowNext {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid white;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 4;
  transition-duration: 0.3s;
}
@media (max-width: 1180px) {
  .ib_carousel_141 .arrowPrev,
  .ib_carousel_141 .arrowNext {
    top: 100%;
  }
}
.ib_carousel_141 .arrowPrev::before,
.ib_carousel_141 .arrowNext::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-top: 1px solid white;
  border-right: 1px solid white;
  transition-duration: 0.3s;
}
@media (min-width: 1181px) {
  .ib_carousel_141 .arrowPrev:hover,
  .ib_carousel_141 .arrowNext:hover {
    background-color: white;
    transition-duration: 0.3s;
  }
  .ib_carousel_141 .arrowPrev:hover::before,
  .ib_carousel_141 .arrowNext:hover::before {
    border-color: #606e7c;
    transition-duration: 0.3s;
  }
}
.ib_carousel_141 .arrowPrev {
  left: 0px;
}
.ib_carousel_141 .arrowPrev::before {
  -webkit-transform: translate(-30%, -50%) rotate(-135deg);
          transform: translate(-30%, -50%) rotate(-135deg);
}
.ib_carousel_141 .arrowNext {
  right: 0px;
}
.ib_carousel_141 .arrowNext::before {
  -webkit-transform: translate(-70%, -50%) rotate(45deg);
          transform: translate(-70%, -50%) rotate(45deg);
}