.ib_carousel_014 .dataList .Txt .title, .bannerArea .slick-dots li, .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) */
.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: #58bc6f;
  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: #58bc6f;
  }
  .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);
  }
}

/* home(ib_banner_041) */
.bannerArea .dataList.slick-dotted {
  margin-bottom: 0;
}
.bannerArea .dataBox {
  position: relative;
}
.bannerArea .dataItem {
  position: relative;
}
.bannerArea .dataItem.show .Txt .title {
  animation: slideUpAnimation 0.4s 0s ease-out forwards;
}
.bannerArea .dataItem.show .Txt .subtitle {
  animation: slideUpAnimation 0.4s 0.2s ease-out forwards;
}
.bannerArea .dataItem.show .Txt .text {
  animation: slideUpAnimation 0.4s 0.4s ease-out forwards;
}
.bannerArea .dataItem.show .Txt .btnBox {
  animation: slideUpAnimation 0.4s 0.6s ease-out forwards;
}
.bannerArea .dataItem .Txt {
  max-width: 1630px;
}
@media (min-width: 641px) and (max-width: 1180px) {
  .bannerArea .dataItem .Txt {
    justify-content: flex-end;
    padding-bottom: 40px;
  }
}
@media (max-width: 640px) {
  .bannerArea .dataItem .Txt {
    padding-top: 70px;
  }
}
@media (max-width: 768px) {
  .bannerArea .dataItem .Txt .textEditor:not(.mobile) {
    display: none;
  }
}
.bannerArea .dataItem .Txt .textEditor.mobile {
  display: none;
}
@media (max-width: 768px) {
  .bannerArea .dataItem .Txt .textEditor.mobile {
    display: block;
  }
}
.bannerArea .dataItem .Txt .title {
  color: #ffffff;
  font-size: 55px;
  font-weight: 500;
  line-height: 1.25;
  position: relative;
  margin-bottom: 20px;
  opacity: 0;
}
@media (max-width: 1180px) {
  .bannerArea .dataItem .Txt .title {
    font-size: 42px;
  }
}
@media (max-width: 890px) {
  .bannerArea .dataItem .Txt .title {
    font-size: 32px;
    padding: 0;
  }
}
@media (max-width: 480px) {
  .bannerArea .dataItem .Txt .title {
    font-size: 26px;
  }
}
.bannerArea .dataItem .Txt .subtitle {
  color: #58bc6f;
  font-size: 35px;
  line-height: 1.25;
  opacity: 0;
  padding: 0;
  margin-bottom: 10px;
}
@media (max-width: 1180px) {
  .bannerArea .dataItem .Txt .subtitle {
    font-size: 24px;
  }
}
@media (max-width: 890px) {
  .bannerArea .dataItem .Txt .subtitle {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .bannerArea .dataItem .Txt .subtitle {
    font-size: 16px;
  }
}
.bannerArea .dataItem .Txt .text {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.5;
  opacity: 0;
  margin: 0;
}
@media (max-width: 1180px) {
  .bannerArea .dataItem .Txt .text {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .bannerArea .dataItem .Txt .text {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .bannerArea .dataItem .Img img {
    position: static;
    min-height: unset;
  }
}
.bannerArea .dataItem .btnBox {
  opacity: 0;
  margin-top: 40px;
}
@media (max-width: 1180px) {
  .bannerArea .dataItem .btnBox {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .bannerArea .dataItem .btnBox {
    display: none;
  }
}
.bannerArea .scrollDown {
  cursor: pointer;
  display: block;
  position: absolute;
  bottom: 45px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bannerArea .scrollDown .icon {
  position: relative;
  width: 20px;
  height: 31px;
  border-radius: 10px;
  border: 1px solid #fff;
}
.bannerArea .scrollDown .icon::before {
  content: "";
  position: absolute;
  pointer-events: none;
  top: 6px;
  left: 50%;
  margin-left: -1px;
  width: 2px;
  height: 5px;
  background-color: #fff;
}
.bannerArea .scrollDown .icon span {
  position: absolute;
  bottom: -12px;
  left: 50%;
  margin-left: -7px;
  width: 14px;
  height: 6px;
  animation: scrollMove 2s linear infinite;
}
.bannerArea .scrollDown .icon span::before, .bannerArea .scrollDown .icon span::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 9px;
  height: 1px;
  background-color: #fff;
}
.bannerArea .scrollDown .icon span::before {
  left: 50%;
  transform-origin: left bottom;
  transform: rotate(-40deg);
}
.bannerArea .scrollDown .icon span::after {
  right: 50%;
  transform-origin: right bottom;
  transform: rotate(40deg);
}
.bannerArea .scrollDown .text {
  padding-top: 30px;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  white-space: nowrap;
}
@media (max-width: 1180px) {
  .bannerArea .scrollDown {
    display: none;
  }
}
.bannerArea .slick-dots {
  width: 30px !important;
  margin: 0;
  bottom: auto;
  right: auto;
  top: 50%;
  left: 50%;
  transform: translate(735px, -50%);
}
@media (max-width: 1600px) {
  .bannerArea .slick-dots {
    left: auto;
    right: 20px;
    transform: translate(0, -50%);
  }
}
.bannerArea .slick-dots li {
  width: 30px;
  height: 30px;
  border: solid 1px transparent;
  border-radius: 50%;
  margin: 0;
}
.bannerArea .slick-dots li.slick-active {
  border-color: #58bc6f;
}
.bannerArea .slick-dots li.slick-active button::before {
  border: 1px solid #58bc6f;
  opacity: 1;
}
.bannerArea .slick-dots li.slick-active button::after {
  background-color: #58bc6f;
}
.bannerArea .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
}
.bannerArea .slick-dots li button::before {
  content: "";
  position: relative;
  pointer-events: none;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: transparent;
  opacity: 1;
  transition: all 0.4s ease;
  opacity: 0;
}
.bannerArea .slick-dots li button::after {
  content: "";
  position: absolute;
  pointer-events: none;
  top: 50%;
  left: 50%;
  margin-left: -3px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 50%;
  transition: all 0.4s ease;
}
.bannerArea .slick-dots li button:hover::before {
  border-color: #58bc6f;
}
.bannerArea .slick-dots li button:hover::after {
  background-color: #58bc6f;
}

/* home(ib_carousel_014) */
/* CSS Document */
.ib_carousel_014 {
  position: relative;
  overflow: hidden;
  padding-top: 140px;
  padding-bottom: 85px;
}
.ib_carousel_014::before {
  content: "";
  position: absolute;
  pointer-events: none;
  width: 1330px;
  height: 850px;
  background: url("../images/homeProductBG.png") no-repeat center;
  background-size: contain;
  top: 0;
  left: 0;
  opacity: 0.5;
}
@media (max-width: 1180px) {
  .ib_carousel_014 {
    padding: 60px 0 30px;
  }
}
@media (min-width: 1181px) {
  .ib_carousel_014 .topBox {
    display: flex;
    justify-content: space-between;
  }
}
.ib_carousel_014 .topBox .titleBox {
  position: relative;
  width: 45%;
  margin-bottom: 5px;
}
@media (max-width: 1180px) {
  .ib_carousel_014 .topBox .titleBox {
    width: 100%;
    max-width: 400px;
  }
}
.ib_carousel_014 .topBox .titleBox .decoTitleBox {
  display: flex;
  align-items: center;
  position: relative;
}
.ib_carousel_014 .topBox .titleBox .decoTitle {
  position: relative;
  z-index: 2;
}
.ib_carousel_014 .topBox .circleBox {
  height: 1px;
  flex: 1;
  position: relative;
}
.ib_carousel_014 .topBox .circleBox::before {
  content: "";
  position: absolute;
  pointer-events: none;
  width: calc(100% - 40px);
  height: 1px;
  background-color: #e3e3e3;
  left: 40px;
  top: 0;
}
@media (max-width: 1180px) {
  .ib_carousel_014 .topBox .circleBox::before {
    display: none;
  }
}
.ib_carousel_014 .topBox .circleBox .circular {
  position: absolute;
  top: 50%;
  left: -15px;
  margin-top: -50px;
  font-size: 12px;
  font-weight: 600;
  width: 100px;
  height: 100px;
  fill: #58bc6f;
  letter-spacing: 1.9px;
  animation: rotate 20s linear infinite;
}
@media (max-width: 767px) {
  .ib_carousel_014 .topBox .circleBox .circular {
    margin-top: -40px;
    width: 80px;
    height: 80px;
  }
}
.ib_carousel_014 .topBox .circleBox .circular path {
  fill: none;
}
.ib_carousel_014 .topBox .circleBox .circular svg {
  display: block;
  overflow: visible;
}
.ib_carousel_014 .topBox .textBox {
  width: 55%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1180px) {
  .ib_carousel_014 .topBox .textBox {
    width: 100%;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .ib_carousel_014 .topBox .textBox {
    display: block;
  }
}
.ib_carousel_014 .topBox .textBox .text {
  padding: 0 70px;
}
@media (max-width: 1180px) {
  .ib_carousel_014 .topBox .textBox .text {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .ib_carousel_014 .topBox .textBox .text {
    padding-right: 0;
  }
}
.ib_carousel_014 .topBox .textBox .text .subtitle {
  color: #222222;
  font-size: 28px;
  margin-bottom: 10px;
}
@media (max-width: 1180px) {
  .ib_carousel_014 .topBox .textBox .text .subtitle {
    font-size: 22px;
    margin-bottom: 5px;
  }
}
.ib_carousel_014 .topBox .textBox .text p {
  color: #222222;
  line-height: 1.75;
}
@media (max-width: 767px) {
  .ib_carousel_014 .topBox .textBox .btnBox {
    display: flex;
    gap: 10px;
    margin-top: 40px;
  }
}
@media (max-width: 480px) {
  .ib_carousel_014 .topBox .textBox .btnBox {
    flex-direction: column;
  }
}
.ib_carousel_014 .topBox .textBox .btnBox .btn:not(:last-child) {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .ib_carousel_014 .topBox .textBox .btnBox .btn:not(:last-child) {
    margin: 0;
  }
}
.ib_carousel_014 .dataList {
  pointer-events: none;
  position: relative;
  padding: 10px 10px;
  margin: 0 -20px;
  overflow: hidden;
  z-index: 2;
}
.ib_carousel_014 .dataList:not(.slick-slider) {
  display: flex;
}
.ib_carousel_014 .dataList:not(.slick-slider) .dataItem {
  width: 20%;
}
@media (max-width: 1300px) {
  .ib_carousel_014 .dataList:not(.slick-slider) .dataItem {
    width: 25%;
  }
}
@media (max-width: 840px) {
  .ib_carousel_014 .dataList:not(.slick-slider) .dataItem {
    width: 33.33%;
  }
}
@media (max-width: 540px) {
  .ib_carousel_014 .dataList:not(.slick-slider) .dataItem {
    width: 50%;
  }
}
@media (max-width: 840px) {
  .ib_carousel_014 .dataList {
    margin: 0 -15px;
  }
}
@media (min-width: 1181px) {
  .ib_carousel_014 .dataList .slick-list {
    overflow: visible;
  }
}
.ib_carousel_014 .dataList .dataItem {
  padding: 10px;
}
@media (max-width: 840px) {
  .ib_carousel_014 .dataList .dataItem {
    padding: 10px 5px;
  }
}
.ib_carousel_014 .dataList .item {
  position: relative;
  padding-bottom: 50%;
}
@media (max-width: 1180px) {
  .ib_carousel_014 .dataList .item {
    padding-bottom: 20px;
  }
}
.ib_carousel_014 .dataList .itemHoverBox {
  pointer-events: auto;
  position: relative;
}
@media (min-width: 1181px) {
  .ib_carousel_014 .dataList .itemHoverBox:hover .Txt .title {
    color: #58bc6f;
  }
  .ib_carousel_014 .dataList .itemHoverBox:hover .imgOutBox .more {
    opacity: 1;
  }
}
.ib_carousel_014 .dataList .itemHoverBox .linkWrap {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: unset;
  z-index: 2;
}
.ib_carousel_014 .dataList .Txt {
  padding: 35px 0 15px;
}
.ib_carousel_014 .dataList .Txt .title {
  color: #222222;
  font-size: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 5px;
}
.ib_carousel_014 .dataList .text {
  color: #666666;
  font-size: 16px;
  line-height: 1.75;
  height: 84px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 1180px) {
  .ib_carousel_014 .dataList .text {
    height: 78.75px;
    font-size: 15px;
  }
}
.ib_carousel_014 .dataList .Img {
  position: relative;
}
.ib_carousel_014 .dataList .Img .title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #ffffff;
  font-size: 24px;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
  transition: all 0.4s ease;
  opacity: 0;
  padding: 30px 20px 0;
}
@media (max-width: 360px) {
  .ib_carousel_014 .dataList .Img .title {
    padding-top: 15px;
  }
}
.ib_carousel_014 .dataList .Img .more {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  padding: 0 30px;
  transition: all 0.4s ease;
  opacity: 0;
}
.ib_carousel_014 .dataList .Img .more a {
  margin: 0 auto;
  width: 100%;
  max-width: 215px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 25px;
}
.ib_carousel_014 .dataList .Img img {
  display: block;
  width: 100%;
}
.ib_carousel_014 .bottomBox {
  position: relative;
  margin-top: -95px;
}
@media (max-width: 1180px) {
  .ib_carousel_014 .bottomBox {
    margin-top: 0;
  }
}
.ib_carousel_014 .bottomBox::before {
  content: "";
  position: absolute;
  pointer-events: none;
  width: 100vw;
  height: 1px;
  background-color: #e3e3e3;
  right: 0;
  top: 0;
}
.ib_carousel_014 .pageOutBox {
  margin-left: auto;
  position: relative;
  padding: 10px 0;
  width: 250px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ib_carousel_014 .pageOutBox .arrowBox {
  position: relative;
  display: flex;
  margin-right: -14px;
}
.ib_carousel_014 .pageOutBox .arrowBox .prev,
.ib_carousel_014 .pageOutBox .arrowBox .next {
  cursor: pointer;
  position: relative;
  width: 40px;
  height: 40px;
}
.ib_carousel_014 .pageOutBox .arrowBox .prev::before,
.ib_carousel_014 .pageOutBox .arrowBox .next::before {
  content: "";
  position: absolute;
  pointer-events: none;
  top: 50%;
  width: 11px;
  height: 11px;
  border-color: #000;
  transition: all 0.4s ease;
}
@media (min-width: 1181px) {
  .ib_carousel_014 .pageOutBox .arrowBox .prev:hover:before,
  .ib_carousel_014 .pageOutBox .arrowBox .next:hover:before {
    border-color: #58bc6f;
  }
}
.ib_carousel_014 .pageOutBox .arrowBox .prev::before {
  left: 14px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  transform-origin: left top;
  transform: rotate(-45deg);
}
.ib_carousel_014 .pageOutBox .arrowBox .next::before {
  right: 14px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform-origin: right top;
  transform: rotate(45deg);
}
.ib_carousel_014 .pageOutBox .dataPageBox {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
}
.ib_carousel_014 .pageOutBox .dataPageBox .currentNum {
  width: 20px;
}
.ib_carousel_014 .pageOutBox .dataPageBox .line {
  margin: 0 15px;
  position: relative;
  display: block;
  width: 90px;
  height: 2px;
  background-color: #c6e1ca;
}
.ib_carousel_014 .pageOutBox .dataPageBox .dot {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 100%;
  background-color: #58bc6f;
  transition: all 0.3s ease-in-out;
}

/* home(ib_imageText_030) */
/* CSS Document */
.ib_imageText_030 {
  overflow: hidden;
}
.ib_imageText_030 .wrap {
  display: flex;
  flex-wrap: wrap;
  max-width: none;
  padding: 0;
}
.ib_imageText_030 .leftBox {
  width: 50%;
}
@media (max-width: 960px) {
  .ib_imageText_030 .leftBox {
    width: 100%;
  }
}
.ib_imageText_030 .rightBox {
  position: relative;
  width: 50%;
}
@media (max-width: 960px) {
  .ib_imageText_030 .rightBox {
    width: 100%;
  }
}
.ib_imageText_030 .rightBox.show .titleBox::before {
  width: 100px;
  transition: all 0.8s 0.4s ease;
}
.ib_imageText_030 .rightBox.show .titleBox .decoTitle {
  transition: all 0.5s ease;
  transform: translate(0);
  opacity: 1;
}
.ib_imageText_030 .rightBox.show .titleBox .title {
  transition: all 0.5s 0.2s ease;
  transform: translate(0);
  opacity: 1;
}
.ib_imageText_030 .rightBox.show .text {
  transition: all 0.5s 0.6s ease;
  transform: translate(0);
  opacity: 1;
}
.ib_imageText_030 .rightBox.show .btnBox {
  transition: all 0.5s 0.8s ease;
  transform: translate(0);
  opacity: 1;
}
@media (max-width: 1600px) {
  .ib_imageText_030 .rightBox .Img {
    height: 520px;
  }
}
@media (max-width: 768px) {
  .ib_imageText_030 .rightBox .Img {
    height: 400px;
  }
}
@media (max-width: 480px) {
  .ib_imageText_030 .rightBox .Img {
    height: 450px;
  }
}
@media (max-width: 1600px) {
  .ib_imageText_030 .rightBox .Img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.ib_imageText_030 .titleBox {
  position: relative;
  margin-bottom: 30px;
}
.ib_imageText_030 .titleBox .decoTitle,
.ib_imageText_030 .titleBox .title {
  transform: translateX(20px);
  opacity: 0;
}
@media (min-width: 961px) and (max-width: 1600px) {
  .ib_imageText_030 .Img {
    height: 520px;
  }
}
.ib_imageText_030 .Img img {
  display: block;
  width: 100%;
}
@media (min-width: 961px) and (max-width: 1600px) {
  .ib_imageText_030 .Img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.ib_imageText_030 .Txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  padding: 30px 15.5%;
  display: flex;
  align-items: center;
}
@media (max-width: 1180px) {
  .ib_imageText_030 .Txt {
    padding: 30px 40px;
  }
}
@media (max-width: 480px) {
  .ib_imageText_030 .Txt {
    padding: 20px;
  }
}
.ib_imageText_030 .Txt .text {
  color: #666666;
  line-height: 1.75;
  opacity: 0;
}
.ib_imageText_030 .Txt .text .title {
  color: #222222;
  font-size: 28px;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media (max-width: 1180px) {
  .ib_imageText_030 .Txt .text .title {
    font-size: 18px;
  }
}
.ib_imageText_030 .btnBox {
  margin-top: 60px;
  transform: translateX(20px);
  opacity: 0;
}
@media (max-width: 1180px) {
  .ib_imageText_030 .btnBox {
    margin-top: 30px;
  }
}

/* home(ib_info_012) */
.ib_info_012 {
  padding: 75px 0 90px;
  background-color: #58bc6f;
}
.ib_info_012 .wrap {
  max-width: 1570px;
}
@media (min-width: 1331px) {
  .ib_info_012 .wrap {
    display: flex;
    justify-content: space-between;
  }
}
.ib_info_012 .leftBox {
  width: 26.8%;
}
@media (max-width: 1330px) {
  .ib_info_012 .leftBox {
    width: 100%;
  }
}
.ib_info_012 .rightBox {
  width: 980px;
}
@media (max-width: 1500px) {
  .ib_info_012 .rightBox {
    width: 890px;
  }
}
@media (max-width: 1330px) {
  .ib_info_012 .rightBox {
    width: 100%;
    margin-top: 40px;
  }
}
.ib_info_012 .titleBox .decoTitle {
  color: #ffffff;
}
@media (max-width: 1500px) {
  .ib_info_012 .titleBox .decoTitle {
    font-size: 48px;
  }
}
.ib_info_012 .titleBox .decoTitle::first-letter {
  color: #ffffff;
}
.ib_info_012 .titleBox .title {
  color: #ffffff;
}
.ib_info_012 .btnBox {
  margin-top: 45px;
}
@media (max-width: 1180px) {
  .ib_info_012 .btnBox {
    margin-top: 20px;
  }
}
.ib_info_012 .textBox {
  margin-top: 50px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #fff;
}
@media (max-width: 768px) {
  .ib_info_012 .textBox {
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  .ib_info_012 .textBox {
    margin-top: 10px;
  }
}
.ib_info_012 .dataList {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 940px) {
  .ib_info_012 .dataList {
    gap: 20px;
  }
}
.ib_info_012 .dataList .dataItem {
  width: 33.33%;
}
@media (max-width: 940px) {
  .ib_info_012 .dataList .dataItem {
    width: calc(50% - 10px);
  }
}
@media (max-width: 480px) {
  .ib_info_012 .dataList .dataItem {
    width: 100%;
  }
}
.ib_info_012 .dataList .item {
  height: 200px;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 75px;
}
@media (max-width: 1500px) {
  .ib_info_012 .dataList .item {
    padding-left: 50px;
  }
}
@media (max-width: 940px) {
  .ib_info_012 .dataList .item {
    height: auto;
    padding: 40px 0 40px 50px;
  }
}
@media (max-width: 480px) {
  .ib_info_012 .dataList .item {
    align-items: center;
    text-align: center;
    padding: 20px 0 0;
  }
}
.ib_info_012 .dataList .no {
  position: absolute;
  top: 0;
  left: 10px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}
.ib_info_012 .dataList .numBox {
  color: #ffffff;
  font-size: 70px;
  font-weight: 500;
  line-height: 1;
  display: flex;
  margin-top: -10px;
}
@media (max-width: 1500px) {
  .ib_info_012 .dataList .numBox {
    font-size: 60px;
  }
}
.ib_info_012 .dataList .title {
  color: #ffffff;
  font-size: 28px;
}
@media (max-width: 768px) {
  .ib_info_012 .dataList .title {
    font-size: 22px;
  }
}
.ib_info_012 .dataList .text {
  color: #ffffff;
  font-size: 18px;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .ib_info_012 .dataList .text {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .ib_info_012 .dataList .text {
    margin: 0;
  }
}

/* home(ib_carousel_020) */
.ib_carousel_020 {
  background: #ebf7ee;
  position: relative;
  overflow: hidden;
  padding: 150px 0 90px;
}
.ib_carousel_020::before {
  content: "";
  position: absolute;
  pointer-events: none;
  width: 1330px;
  height: 850px;
  background: url("../images/homeProductBG.png") no-repeat center;
  background-size: contain;
  top: 0;
  right: 0;
  filter: brightness(0) invert(1);
  opacity: 0.5;
}
@media (max-width: 1180px) {
  .ib_carousel_020 {
    padding: 30px 0;
  }
}
.ib_carousel_020 .topBox {
  display: flex;
  position: relative;
}
.ib_carousel_020 .topBox::before {
  content: "";
  position: absolute;
  pointer-events: none;
  width: 100vw;
  height: 1px;
  background-color: #e3e3e3;
  bottom: 0;
  left: 0;
}
@media (max-width: 1180px) {
  .ib_carousel_020 .topBox {
    flex-direction: column;
    row-gap: 30px;
  }
}
.ib_carousel_020 .leftBox {
  width: 37%;
  flex-shrink: 0;
}
@media (max-width: 1180px) {
  .ib_carousel_020 .leftBox {
    width: 100%;
  }
}
.ib_carousel_020 .leftBox .btnBox {
  margin-top: 75px;
}
@media (max-width: 1180px) {
  .ib_carousel_020 .leftBox .btnBox {
    margin-top: 20px;
  }
}
.ib_carousel_020 .rightBox {
  flex-shrink: 0;
  width: 92%;
  overflow: clip;
}
@media (max-width: 1180px) {
  .ib_carousel_020 .rightBox {
    margin-top: 30px;
    width: 100%;
  }
}
.ib_carousel_020 .dataBox {
  max-width: 944px;
}
@media (max-width: 1600px) {
  .ib_carousel_020 .dataBox {
    max-width: 62%;
  }
}
@media (max-width: 1180px) {
  .ib_carousel_020 .dataBox {
    max-width: 100%;
  }
}
.ib_carousel_020 .dataList {
  position: relative;
  margin: 0 -25px;
  z-index: 2;
}
@media (max-width: 1180px) {
  .ib_carousel_020 .dataList {
    margin: 0 -10px;
  }
}
.ib_carousel_020 .dataList .slick-list {
  overflow: visible;
}
.ib_carousel_020 .dataList .dataItem {
  padding: 10px 25px 0;
}
@media (max-width: 1180px) {
  .ib_carousel_020 .dataList .dataItem {
    padding: 0 10px;
  }
}
.ib_carousel_020 .dataList .item {
  position: relative;
}
.ib_carousel_020 .dataList .item::before {
  content: "";
  position: absolute;
  pointer-events: none;
  left: 0;
  bottom: 0;
  transform: translateY(50%);
  width: 0;
  height: 5px;
  border-radius: 5px;
  background-color: #58bc6f;
  transition: all 0.4s ease;
}
@media (min-width: 1181px) {
  .ib_carousel_020 .dataList .item:hover::before {
    width: 45%;
  }
  .ib_carousel_020 .dataList .item:hover .Img img {
    transform: scale(1.05);
  }
  .ib_carousel_020 .dataList .item:hover .classTitle {
    border-color: #58bc6f;
    background-color: #58bc6f;
  }
  .ib_carousel_020 .dataList .item:hover .arrow {
    border-color: #58bc6f;
    background-color: #58bc6f;
  }
}
.ib_carousel_020 .dataList .imgBox {
  position: relative;
}
.ib_carousel_020 .dataList .imgBox .Img {
  position: relative;
  overflow: hidden;
}
.ib_carousel_020 .dataList .imgBox .Img img {
  transition: all 0.3s linear;
  will-change: transform;
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
}
.ib_carousel_020 .dataList .imgBox .infoBox {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  -moz-column-gap: 20px;
       column-gap: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px 25px;
  pointer-events: none;
}
.ib_carousel_020 .dataList .imgBox .classTitle {
  font-size: 14px;
  line-height: 2.75;
  font-weight: 700;
  color: #fff;
  padding: 0 30px;
  border: 1px solid #fff;
  border-radius: 20px;
  transition: all 0.4s ease;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ib_carousel_020 .dataList .imgBox .arrow {
  flex-shrink: 0;
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 50%;
  transition: all 0.4s ease;
}
.ib_carousel_020 .dataList .imgBox .arrow::before {
  content: "";
  position: absolute;
  pointer-events: none;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(-54%, -50%) rotate(45deg);
}
.ib_carousel_020 .dataList .Txt {
  padding-top: 20px;
  padding-bottom: 55px;
  display: flex;
}
.ib_carousel_020 .dataList .Txt .date {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 26px;
  font-size: 20px;
  font-weight: 600;
  color: #000;
}
.ib_carousel_020 .dataList .Txt .date span {
  display: inline-block;
  margin: 2px 0;
  width: 1px;
  height: 25px;
  background-color: #000;
}
.ib_carousel_020 .dataList .Txt .textBox {
  padding-left: 20px;
  width: calc(100% - 26px);
}
.ib_carousel_020 .dataList .Txt .title {
  color: #222222;
  font-size: 22px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 10px;
}
.ib_carousel_020 .dataList .Txt .title a {
  display: block;
}
.ib_carousel_020 .dataList .Txt .text {
  color: #666666;
  line-height: 1.75;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ib_carousel_020 .dataOutBox {
  width: 250px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  padding: 10px 0;
}
.ib_carousel_020 .dataOutBox .arrowBox {
  position: relative;
  display: flex;
  margin-right: -14px;
}
.ib_carousel_020 .dataOutBox .arrowBox .prev,
.ib_carousel_020 .dataOutBox .arrowBox .next {
  cursor: pointer;
  position: relative;
  width: 40px;
  height: 40px;
}
.ib_carousel_020 .dataOutBox .arrowBox .prev::before,
.ib_carousel_020 .dataOutBox .arrowBox .next::before {
  content: "";
  position: absolute;
  pointer-events: none;
  top: 50%;
  width: 11px;
  height: 11px;
  border-color: #000;
  transition: all 0.4s ease;
}
@media (min-width: 1181px) {
  .ib_carousel_020 .dataOutBox .arrowBox .prev:hover::before,
  .ib_carousel_020 .dataOutBox .arrowBox .next:hover::before {
    content: "";
    position: absolute;
    pointer-events: none;
    border-color: #58bc6f;
  }
}
.ib_carousel_020 .dataOutBox .arrowBox .prev::before {
  left: 14px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  transform-origin: left top;
  transform: rotate(-45deg);
}
.ib_carousel_020 .dataOutBox .arrowBox .next::before {
  right: 14px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform-origin: right top;
  transform: rotate(45deg);
}
.ib_carousel_020 .dataOutBox .dataPageBox {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
}
.ib_carousel_020 .dataOutBox .dataPageBox .currentNum {
  width: 20px;
}
.ib_carousel_020 .dataOutBox .dataPageBox .line {
  margin: 0 15px;
  position: relative;
  display: block;
  width: 90px;
  height: 2px;
  background-color: #c6e1ca;
}
.ib_carousel_020 .dataOutBox .dataPageBox .dot {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 100%;
  background-color: #58bc6f;
  transition: all 0.3s ease-in-out;
}

/* home(ib_carousel_077) */
/* CSS Document */
.contactArea {
  position: relative;
  overflow: hidden;
  padding: 90px 0;
}
.contactArea::before {
  content: "";
  position: absolute;
  pointer-events: none;
  background: url("../images/contactBG.jpg") no-repeat top center;
  background-size: cover;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: unset;
}
@media (max-width: 1023px) {
  .contactArea {
    padding: 40px 0;
  }
}
.contactArea .wrap {
  display: flex;
  position: relative;
}
@media (max-width: 1023px) {
  .contactArea .wrap {
    flex-direction: column;
    gap: 40px;
  }
}
.contactArea .leftBox {
  width: 520px;
  height: 120px;
  border-right: solid 1px #aabdae;
  flex-shrink: 0;
}
@media (max-width: 1340px) {
  .contactArea .leftBox {
    width: 450px;
  }
}
@media (max-width: 1023px) {
  .contactArea .leftBox {
    width: 100%;
    height: auto;
    border: none;
  }
}
.contactArea .leftBox .decoTitle {
  font-size: 55px;
}
@media (max-width: 1180px) {
  .contactArea .leftBox .decoTitle {
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  .contactArea .leftBox .decoTitle {
    font-size: 36px;
  }
}
.contactArea .rightBox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-left: 60px;
}
@media (max-width: 1540px) {
  .contactArea .rightBox {
    flex-direction: column;
    gap: 25px;
  }
}
@media (max-width: 1340px) {
  .contactArea .rightBox {
    padding-left: 40px;
  }
}
@media (max-width: 1023px) {
  .contactArea .rightBox {
    padding: 0;
  }
}
.contactArea .rightBox .title {
  color: #222222;
  font-size: 24px;
}
.contactArea .rightBox .side_contactInfo {
  margin-top: 25px;
}
.contactArea .rightBox .side_contactInfo ul {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  grid-auto-flow: column;
  gap: 10px 60px;
}
@media (max-width: 1200px) {
  .contactArea .rightBox .side_contactInfo ul {
    display: flex;
    flex-direction: column;
  }
}
.contactArea .rightBox .side_contactInfo ul li {
  display: flex;
  align-items: center;
}
.contactArea .rightBox .side_contactInfo ul li i {
  width: 40px;
  height: 40px;
  border: solid 1px #58bc6f;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
.contactArea .rightBox .side_contactInfo ul li i::before {
  color: #58bc6f;
  font-size: 20px;
}
.contactArea .rightBox .side_contactInfo ul li .unit {
  color: #222222;
  font-weight: 500;
  flex-shrink: 0;
  margin-right: 20px;
}
.contactArea .rightBox .side_contactInfo ul li a,
.contactArea .rightBox .side_contactInfo ul li span:not(.unit) {
  color: #666666;
}
@media (min-width: 1181px) {
  .contactArea .rightBox .side_contactInfo ul li a:hover {
    color: #58bc6f;
  }
}
@media (max-width: 1540px) {
  .contactArea .rightBox .btnBox {
    display: flex;
    gap: 20px;
  }
}
@media (max-width: 480px) {
  .contactArea .rightBox .btnBox {
    gap: 10px;
  }
}
.contactArea .rightBox .btnBox .btn:not(:first-child) {
  margin-top: 20px;
}
@media (max-width: 1540px) {
  .contactArea .rightBox .btnBox .btn:not(:first-child) {
    margin: 0;
  }
}

.ib_carousel_077 {
  padding: 40px 0;
}
.ib_carousel_077 .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1180px) {
  .ib_carousel_077 .wrap {
    flex-direction: column;
  }
}
.ib_carousel_077 .leftBox {
  width: 250px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
}
@media (max-width: 640px) {
  .ib_carousel_077 .leftBox {
    flex-direction: column;
    gap: 20px;
  }
}
.ib_carousel_077 .dataBox {
  width: 1040px;
}
@media (max-width: 1450px) {
  .ib_carousel_077 .dataBox {
    width: 850px;
  }
}
@media (max-width: 1180px) {
  .ib_carousel_077 .dataBox {
    width: 100%;
    margin-top: 20px;
  }
}
.ib_carousel_077 .item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.ib_carousel_077 .item .Txt .title {
  color: #222222;
  font-size: 20px;
}
@media (max-width: 480px) {
  .ib_carousel_077 .item .Txt .title {
    font-size: 14px;
  }
}
.ib_carousel_077 .ImgBox {
  width: 80px;
  height: 80px;
  border: solid 1px #e3e3e3;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 480px) {
  .ib_carousel_077 .ImgBox {
    width: 30px;
    height: 30px;
    border: none;
  }
}
.ib_carousel_077 .ImgBox .Img {
  width: 100%;
  max-width: 50px;
}
.ib_carousel_077 .ImgBox .Img img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
}
.ib_carousel_077 .arrowBox {
  display: flex;
  position: relative;
}
.ib_carousel_077 .arrowBox .prev,
.ib_carousel_077 .arrowBox .next {
  cursor: pointer;
  position: relative;
  width: 40px;
  height: 40px;
}
.ib_carousel_077 .arrowBox .prev::before,
.ib_carousel_077 .arrowBox .next::before {
  content: "";
  position: absolute;
  pointer-events: none;
  top: 50%;
  width: 11px;
  height: 11px;
  border-color: #000;
  transition: all 0.4s ease;
}
.ib_carousel_077 .arrowBox .prev:hover::before,
.ib_carousel_077 .arrowBox .next:hover::before {
  border-color: #58bc6f;
}
.ib_carousel_077 .arrowBox .prev::before {
  left: 14px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  transform-origin: left top;
  transform: rotate(-45deg);
}
.ib_carousel_077 .arrowBox .next::before {
  right: 14px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform-origin: right top;
  transform: rotate(45deg);
}