.ib_carousel_033 .item .Img img, .ib_banner_004 .slick-dots li button::after, .ib_banner_004 .slick-dots li button::before, .ib_banner_004 .socialBox .socialList li a svg, .ib_banner_004 .socialBox .socialList li, .ib_banner_004 .dataItem .Img img, .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;
}

.mainArea {
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .mainArea {
    padding-top: 0;
    margin-top: -25px;
  }
}

/* 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: #0096e0;
  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: #0096e0;
  }
  .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_004) */
.ib_banner_004 {
  clear: both;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.ib_banner_004 .wrap {
  max-width: 100%;
  padding: 0;
}
.ib_banner_004 .dataBox {
  position: relative;
  width: 100%;
}
.ib_banner_004 .dataList {
  width: 100%;
  position: relative;
  z-index: 1;
}
.ib_banner_004 .dataList.slick-dotted {
  margin-bottom: 0;
}
.ib_banner_004 .dataItem {
  position: relative;
}
.ib_banner_004 .dataItem .Txt {
  max-width: 1200px;
  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: 110px 20px 85px;
  z-index: 2;
  text-shadow: 0px 0px 8px rgba(4, 0, 0, 0.28);
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 640px) {
  .ib_banner_004 .dataItem .Txt {
    padding: 20px 20px 40px;
  }
}
.ib_banner_004 .dataItem .Txt .textBox {
  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;
}
.ib_banner_004 .dataItem .Txt .title {
  color: #fff;
  font-size: 36px;
  letter-spacing: 4.8px;
  line-height: 1.5;
  opacity: 0;
}
@media (max-width: 1440px) {
  .ib_banner_004 .dataItem .Txt .title {
    font-size: 44px;
  }
}
@media (max-width: 1180px) {
  .ib_banner_004 .dataItem .Txt .title {
    font-size: 40px;
    letter-spacing: 3px;
  }
}
@media (max-width: 768px) {
  .ib_banner_004 .dataItem .Txt .title {
    font-size: 30px;
    letter-spacing: 2px;
  }
}
.ib_banner_004 .dataItem .Txt .subtitle {
  color: #fff;
  display: block;
  font-size: 28px;
  line-height: 1.5;
  letter-spacing: 3px;
  margin-top: 10px;
  opacity: 0;
}
@media (max-width: 1180px) {
  .ib_banner_004 .dataItem .Txt .subtitle {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .ib_banner_004 .dataItem .Txt .subtitle {
    font-size: 22px;
  }
}
.ib_banner_004 .dataItem .Txt .text {
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.66;
  letter-spacing: 1.8px;
  margin-top: 10px;
  opacity: 0;
}
@media (max-width: 768px) {
  .ib_banner_004 .dataItem .Txt .text {
    display: none;
  }
}
.ib_banner_004 .dataItem .Txt .btnBox {
  opacity: 0;
  text-align: center;
}
.ib_banner_004 .dataItem .Txt .bannerVideo .videoBtn {
  width: 100px;
  height: 100px;
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  bottom: 150px;
  right: 0;
}
@media (max-width: 1024px) {
  .ib_banner_004 .dataItem .Txt .bannerVideo .videoBtn {
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}
.ib_banner_004 .dataItem .Txt .bannerVideo .videoBtn::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent #fff;
  display: block;
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 5px);
  z-index: 1;
}
.ib_banner_004 .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;
}
@media (max-width: 1440px) {
  .ib_banner_004 .dataItem .Txt {
    padding: 20px 20px 85px;
  }
}
@media (max-width: 960px) {
  .ib_banner_004 .dataItem .Txt {
    padding: 20px;
  }
}
.ib_banner_004 .dataItem .Img {
  position: relative;
  z-index: 1;
}
@media (max-width: 640px) {
  .ib_banner_004 .dataItem .Img {
    padding-bottom: 75%;
  }
}
@media (max-width: 480px) {
  .ib_banner_004 .dataItem .Img {
    padding-bottom: 130%;
  }
}
.ib_banner_004 .dataItem .Img img {
  opacity: 0;
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (max-width: 640px) {
  .ib_banner_004 .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_004 .dataItem .youtubeVideo {
  position: relative;
}
.ib_banner_004 .dataItem .youtubeVideo .Img {
  opacity: 0;
}
.ib_banner_004 .dataItem .youtubeVideo .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.ib_banner_004 .dataItem .youtubeVideo .player {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  scale: 1.3;
}
@media (max-width: 640px) {
  .ib_banner_004 .dataItem .youtubeVideo .player {
    scale: 1.4;
  }
}
@media (max-width: 480px) {
  .ib_banner_004 .dataItem .youtubeVideo .player {
    scale: 2.4;
  }
}
.ib_banner_004 .dataLink {
  display: block;
  z-index: 3;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.ib_banner_004 .slick-current .Txt .title {
  -webkit-animation: slideUpAnimation 0.6s 0.7s ease-in-out forwards;
          animation: slideUpAnimation 0.6s 0.7s ease-in-out forwards;
}
.ib_banner_004 .slick-current .Txt .subtitle {
  -webkit-animation: slideUpAnimation 0.6s 1s ease-in-out forwards;
          animation: slideUpAnimation 0.6s 1s ease-in-out forwards;
}
.ib_banner_004 .slick-current .Txt .text {
  -webkit-animation: slideUpAnimation 0.6s 1.3s ease-in-out forwards;
          animation: slideUpAnimation 0.6s 1.3s ease-in-out forwards;
}
.ib_banner_004 .slick-current .Txt .btnBox {
  -webkit-animation: slideUpAnimation 0.6s 1.6s ease-in-out forwards;
          animation: slideUpAnimation 0.6s 1.6s ease-in-out forwards;
}
.ib_banner_004 .slick-current .Txt .videoBtn::after {
  -webkit-animation: rotate 50s linear forwards;
          animation: rotate 50s linear forwards;
}
.ib_banner_004 .slick-current .Img img {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-animation: fadeScale 2s ease-in-out forwards;
          animation: fadeScale 2s ease-in-out forwards;
}
.ib_banner_004 .slick-arrow {
  top: 80%;
  left: auto;
}
.ib_banner_004 .slick-arrow.slick-prev {
  right: 110px;
}
@media (max-width: 768px) {
  .ib_banner_004 .slick-arrow.slick-prev {
    right: 75px;
  }
}
.ib_banner_004 .slick-arrow.slick-next {
  right: 50px;
}
@media (max-width: 768px) {
  .ib_banner_004 .slick-arrow.slick-next {
    right: 15px;
  }
}
.ib_banner_004 .socialBox {
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.ib_banner_004 .socialBox .socialList {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ib_banner_004 .socialBox .socialList li {
  margin: 7.5px 0;
}
.ib_banner_004 .socialBox .socialList li:first-child {
  margin-top: 0;
}
.ib_banner_004 .socialBox .socialList li:last-child {
  margin-bottom: 0;
}
.ib_banner_004 .socialBox .socialList li a {
  color: #fff;
  display: block;
  font-size: 18px;
  line-height: 35px;
  text-align: center;
}
.ib_banner_004 .socialBox .socialList li a svg {
  width: 20px;
  height: 18px;
  display: inline-block;
  fill: #fff;
  margin-top: -2px;
  vertical-align: middle;
}
@media (min-width: 1181px) {
  .ib_banner_004 .socialBox .socialList li a:hover {
    color: #0096e0;
  }
  .ib_banner_004 .socialBox .socialList li a:hover svg {
    fill: #0096e0;
  }
}
.ib_banner_004 .scrollDown {
  cursor: pointer;
  display: block;
  position: absolute;
  bottom: 2.5%;
  right: 13.5%;
  z-index: 5;
}
@media (max-width: 1180px) {
  .ib_banner_004 .scrollDown {
    right: 50px;
  }
}
@media (max-width: 768px) {
  .ib_banner_004 .scrollDown {
    right: 20px;
    bottom: 30px;
  }
}
@media (max-width: 414px) {
  .ib_banner_004 .scrollDown {
    display: none;
  }
}
.ib_banner_004 .scrollDown span {
  display: block;
}
.ib_banner_004 .scrollDown span.text {
  position: relative;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.2px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.ib_banner_004 .scrollDown span.text::before {
  content: "";
  position: absolute;
  display: block;
  width: calc(100% + 10px);
  height: 1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: calc(100% + 10px);
  background-color: #fff;
  pointer-events: none;
}
.ib_banner_004 .scrollDown span.text::after {
  content: "";
  position: absolute;
  display: block;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: calc(200% + 20px);
  background-color: #fff;
  -webkit-animation: repeatedly 3s ease-in-out infinite;
          animation: repeatedly 3s ease-in-out infinite;
  pointer-events: none;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (min-width: 1181px) {
  .ib_banner_004 .scrollDown:hover span.text {
    color: #0096e0;
  }
  .ib_banner_004 .scrollDown:hover span.text::after {
    background-color: #0096e0;
  }
}
.ib_banner_004 .slick-dots {
  width: 100%;
  margin: 0;
  bottom: 2%;
  left: 13%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
}
@media (max-width: 1180px) {
  .ib_banner_004 .slick-dots {
    left: 50px;
  }
}
@media (max-width: 768px) {
  .ib_banner_004 .slick-dots {
    bottom: 30px;
    left: 20px;
  }
}
.ib_banner_004 .slick-dots li {
  width: 20px;
  height: 20px;
  margin: 0;
}
.ib_banner_004 .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
  position: relative;
  pointer-events: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ib_banner_004 .slick-dots li button::before {
  content: "";
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: #fff;
  display: block;
  width: 3px;
  height: 3px;
  opacity: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.ib_banner_004 .slick-dots li button::after {
  content: "";
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: transparent;
  display: block;
  width: 18px;
  height: 18px;
  opacity: 0;
}
@media (min-width: 1181px) {
  .ib_banner_004 .slick-dots li button:hover::after {
    opacity: 1;
  }
}
.ib_banner_004 .slick-dots li.slick-active button::after {
  opacity: 1;
}
.ib_banner_004:not(.show) {
  opacity: 0;
}
.ib_banner_004.show {
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

/* home(ib_carousel_024) */
.bgLine {
  position: relative;
}
.bgLine::after {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, left top, right top, from(#ebebeb), to(#ebebeb)), -webkit-gradient(linear, left top, right top, from(#ebebeb), to(#ebebeb)), -webkit-gradient(linear, left top, right top, from(#ebebeb), to(#ebebeb));
  background-image: linear-gradient(to right, #ebebeb 0%, #ebebeb 100%), linear-gradient(to right, #ebebeb 0%, #ebebeb 100%), linear-gradient(to right, #ebebeb 0%, #ebebeb 100%);
  background-position: 23% 0, center 0, 77% 0;
  background-size: 1px 100%;
  z-index: 1;
}
@media (max-width: 1650px) {
  .bgLine::after {
    background-position: 23% 0, center 0, calc(100% - 310px) 0;
  }
}
@media (max-width: 1180px) {
  .bgLine::after {
    display: none;
  }
}

.ib_carousel_024 {
  position: relative;
  padding-bottom: 45px;
  z-index: 1;
}
@media (max-width: 1280px) {
  .ib_carousel_024 {
    padding-bottom: 15px;
  }
}
@media (max-width: 1180px) {
  .ib_carousel_024 {
    padding-bottom: 50px;
  }
}
.ib_carousel_024 .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/energy_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 1180px) {
  .ib_carousel_024 .bg {
    background-position: left center;
  }
}
.ib_carousel_024 .wrap {
  position: relative;
  z-index: 2;
  max-width: 1400px;
  padding: 40px 0 0;
}
.ib_carousel_024 .titleBox {
  padding: 0 85px;
  text-align: center;
}
.ib_carousel_024 .titleBox .title {
  color: #222222;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 2px;
}
@media (max-width: 768px) {
  .ib_carousel_024 .titleBox .title {
    font-size: 34px;
  }
}
@media (max-width: 480px) {
  .ib_carousel_024 .titleBox .title {
    font-size: 30px;
  }
}
.ib_carousel_024 .titleBox .blueText {
  position: relative;
  color: #0096e0;
}
.ib_carousel_024 .titleBox .redLine {
  position: relative;
  color: #0096e0;
}
.ib_carousel_024 .titleBox .redLine::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  border-bottom: 0;
  width: 100%;
  height: 4px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(231, 7, 25)), to(rgba(231, 7, 25, 0)));
  background-image: linear-gradient(to right, rgb(231, 7, 25) 0%, rgba(231, 7, 25, 0) 100%);
}
.ib_carousel_024 .titleBox .text {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.8px;
  line-height: 1.8;
  padding-top: 37px;
}
@media (max-width: 1180px) {
  .ib_carousel_024 .titleBox {
    padding: 30px;
  }
}
@media (max-width: 768px) {
  .ib_carousel_024 .titleBox {
    padding: 0 20px 30px;
  }
}
@media (max-width: 768px) {
  .ib_carousel_024 .titleBox {
    padding: 0 20px 0px;
  }
}
.ib_carousel_024 .dataList {
  width: 100%;
  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;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1180px) {
  .ib_carousel_024 .dataList {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.ib_carousel_024 .dataBg {
  padding: 215px 230px;
}
.ib_carousel_024 .dataBg .energyBg {
  margin-top: 15px;
}
.ib_carousel_024 .dataBg .energyBg_1,
.ib_carousel_024 .dataBg .energyBg_2,
.ib_carousel_024 .dataBg .energyBg_3,
.ib_carousel_024 .dataBg .energyBg_4 {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  width: 100%;
  max-width: 700px;
  aspect-ratio: 1/1;
}
@media (max-width: 960px) {
  .ib_carousel_024 .dataBg .energyBg_1,
  .ib_carousel_024 .dataBg .energyBg_2,
  .ib_carousel_024 .dataBg .energyBg_3,
  .ib_carousel_024 .dataBg .energyBg_4 {
    width: 80%;
  }
}
.ib_carousel_024 .dataBg .energyBg_2 {
  -webkit-animation: rotateForward 20s linear infinite;
          animation: rotateForward 20s linear infinite;
}
.ib_carousel_024 .dataBg .energyBg_3 {
  -webkit-animation: rotateReverse 15s linear infinite;
          animation: rotateReverse 15s linear infinite;
}
.ib_carousel_024 .dataBg .energyBg_4 {
  -webkit-animation: rotateForwardFast 10s linear infinite;
          animation: rotateForwardFast 10s linear infinite;
}
.ib_carousel_024 .dataBg img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  width: 100%;
  height: auto;
  max-width: 1000px;
  max-height: 1000px;
}
@media (max-width: 1180px) {
  .ib_carousel_024 .dataBg {
    position: relative;
    padding: 80px 0;
    margin-top: 100px;
  }
}
@media (max-width: 960px) {
  .ib_carousel_024 .dataBg {
    padding: 90px 30px;
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .ib_carousel_024 .dataBg {
    padding: 120px 30px;
    margin-bottom: 0px;
  }
}
@media (max-width: 640px) {
  .ib_carousel_024 .dataBg {
    padding: 80px 20px;
  }
}
@media (max-width: 580px) {
  .ib_carousel_024 .dataBg {
    padding: 70px 20px;
  }
}
.ib_carousel_024 .dataBox {
  position: relative;
  width: 100%;
  height: 100%;
}
@media (max-width: 960px) {
  .ib_carousel_024 .dataBox {
    height: auto;
  }
}
.ib_carousel_024 .dataItem {
  position: absolute;
  display: inline-block;
  padding: 20px;
  width: 100%;
  max-width: 520px;
}
@media (max-width: 1180px) {
  .ib_carousel_024 .dataItem {
    position: static;
    width: 50%;
    padding: 10px;
  }
}
@media (max-width: 860px) {
  .ib_carousel_024 .dataItem {
    width: 100%;
  }
}
.ib_carousel_024 .dataItem:nth-child(2) .item {
  top: 0;
  left: 0;
  -webkit-transform: translate(-390px, -325px);
          transform: translate(-390px, -325px);
  z-index: 1;
}
.ib_carousel_024 .dataItem:nth-child(2)::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  max-width: 328px;
  height: 232px;
  -webkit-transform: translate(-320px, -185px);
          transform: translate(-320px, -185px);
  background-image: url("../images/line-dot-1.png");
  background-repeat: no-repeat;
}
@media (max-width: 1536px) {
  .ib_carousel_024 .dataItem:nth-child(2) .item {
    -webkit-transform: translate(-380px, -300px);
            transform: translate(-380px, -300px);
  }
}
@media (max-width: 1366px) {
  .ib_carousel_024 .dataItem:nth-child(2) .item {
    -webkit-transform: translate(-340px, -300px);
            transform: translate(-340px, -300px);
  }
  .ib_carousel_024 .dataItem:nth-child(2)::after {
    -webkit-transform: translate(-280px, -185px);
            transform: translate(-280px, -185px);
  }
}
@media (max-width: 1280px) {
  .ib_carousel_024 .dataItem:nth-child(2) .item {
    -webkit-transform: translate(-300px, -300px);
            transform: translate(-300px, -300px);
  }
  .ib_carousel_024 .dataItem:nth-child(2)::after {
    -webkit-transform: translate(-240px, -185px);
            transform: translate(-240px, -185px);
  }
}
@media (max-width: 1180px) {
  .ib_carousel_024 .dataItem:nth-child(2) .item {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .ib_carousel_024 .dataItem:nth-child(2)::after {
    display: none;
  }
}
.ib_carousel_024 .dataItem:nth-child(3) .item {
  top: 0;
  left: 0;
  -webkit-transform: translate(485px, -330px);
          transform: translate(485px, -330px);
  z-index: 1;
}
.ib_carousel_024 .dataItem:nth-child(3)::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  max-width: 178px;
  height: 226px;
  -webkit-transform: translate(380px, -190px);
          transform: translate(380px, -190px);
  background-image: url("../images/line-dot-2.png");
  background-repeat: no-repeat;
}
@media (max-width: 1536px) {
  .ib_carousel_024 .dataItem:nth-child(3) .item {
    -webkit-transform: translate(495px, -310px);
            transform: translate(495px, -310px);
  }
}
@media (max-width: 1366px) {
  .ib_carousel_024 .dataItem:nth-child(3) .item {
    -webkit-transform: translate(455px, -310px);
            transform: translate(455px, -310px);
  }
  .ib_carousel_024 .dataItem:nth-child(3)::after {
    -webkit-transform: translate(340px, -190px);
            transform: translate(340px, -190px);
  }
}
@media (max-width: 1280px) {
  .ib_carousel_024 .dataItem:nth-child(3) .item {
    -webkit-transform: translate(415px, -310px);
            transform: translate(415px, -310px);
  }
  .ib_carousel_024 .dataItem:nth-child(3)::after {
    -webkit-transform: translate(300px, -190px);
            transform: translate(300px, -190px);
  }
}
@media (max-width: 1180px) {
  .ib_carousel_024 .dataItem:nth-child(3) .item {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .ib_carousel_024 .dataItem:nth-child(3)::after {
    display: none;
  }
}
.ib_carousel_024 .dataItem:nth-child(4) .item {
  top: 0;
  left: 0;
  -webkit-transform: translate(-415px, 140px);
          transform: translate(-415px, 140px);
  z-index: 1;
}
.ib_carousel_024 .dataItem:nth-child(4)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  max-width: 475px;
  height: 151px;
  -webkit-transform: translate(-345px, 100px);
          transform: translate(-345px, 100px);
  background-image: url("../images/line-dot-3.png");
  background-repeat: no-repeat;
}
@media (max-width: 1536px) {
  .ib_carousel_024 .dataItem:nth-child(4) .item {
    -webkit-transform: translate(-400px, 140px);
            transform: translate(-400px, 140px);
  }
}
@media (max-width: 1366px) {
  .ib_carousel_024 .dataItem:nth-child(4) .item {
    -webkit-transform: translate(-360px, 140px);
            transform: translate(-360px, 140px);
  }
  .ib_carousel_024 .dataItem:nth-child(4)::after {
    -webkit-transform: translate(-305px, 100px);
            transform: translate(-305px, 100px);
  }
}
@media (max-width: 1280px) {
  .ib_carousel_024 .dataItem:nth-child(4) .item {
    -webkit-transform: translate(-300px, 140px);
            transform: translate(-300px, 140px);
  }
  .ib_carousel_024 .dataItem:nth-child(4)::after {
    -webkit-transform: translate(-245px, 100px);
            transform: translate(-245px, 100px);
  }
}
@media (max-width: 1180px) {
  .ib_carousel_024 .dataItem:nth-child(4) .item {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .ib_carousel_024 .dataItem:nth-child(4)::after {
    display: none;
  }
}
.ib_carousel_024 .dataItem:nth-child(5) .item {
  top: 0;
  left: 0;
  -webkit-transform: translate(680px, 160px);
          transform: translate(680px, 160px);
  z-index: 1;
}
.ib_carousel_024 .dataItem:nth-child(5)::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  max-width: 209px;
  height: 255px;
  -webkit-transform: translate(545px, -35px);
          transform: translate(545px, -35px);
  background-image: url("../images/line-dot-4.png");
  background-repeat: no-repeat;
}
@media (max-width: 1536px) {
  .ib_carousel_024 .dataItem:nth-child(5) .item {
    -webkit-transform: translate(600px, 160px);
            transform: translate(600px, 160px);
  }
  .ib_carousel_024 .dataItem:nth-child(5)::after {
    -webkit-transform: translate(450px, -35px);
            transform: translate(450px, -35px);
  }
}
@media (max-width: 1366px) {
  .ib_carousel_024 .dataItem:nth-child(5) .item {
    -webkit-transform: translate(560px, 160px);
            transform: translate(560px, 160px);
  }
  .ib_carousel_024 .dataItem:nth-child(5)::after {
    -webkit-transform: translate(410px, -35px);
            transform: translate(410px, -35px);
  }
}
@media (max-width: 1280px) {
  .ib_carousel_024 .dataItem:nth-child(5) .item {
    -webkit-transform: translate(520px, 160px);
            transform: translate(520px, 160px);
  }
  .ib_carousel_024 .dataItem:nth-child(5)::after {
    -webkit-transform: translate(370px, -35px);
            transform: translate(370px, -35px);
  }
}
@media (max-width: 1180px) {
  .ib_carousel_024 .dataItem:nth-child(5) .item {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .ib_carousel_024 .dataItem:nth-child(5)::after {
    display: none;
  }
}
.ib_carousel_024 .dataItem .item {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media (min-width: 1181px) {
  .ib_carousel_024 .dataItem .item:hover .stroke {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    stroke-dashoffset: 0px;
  }
}
@media (max-width: 1536px) {
  .ib_carousel_024 .dataItem .item {
    gap: 20px;
  }
}
@media (max-width: 1180px) {
  .ib_carousel_024 .dataItem .item {
    position: static;
  }
}
@media (max-width: 400px) {
  .ib_carousel_024 .dataItem .item {
    -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;
  }
}
.ib_carousel_024 .dataItem .Img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 140px;
  height: 140px;
  background-color: #fff;
  -webkit-box-shadow: 1.486px 1.338px 37px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 1.486px 1.338px 37px 0px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}
.ib_carousel_024 .dataItem .Img::before {
  content: "";
  position: absolute;
  width: calc(100% - 15px);
  height: calc(100% - 15px);
  border: 1px solid #0096e0;
  border-radius: 50%;
}
.ib_carousel_024 .dataItem .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  max-width: 90px;
  height: 100%;
  max-height: 90px;
  border-radius: 50%;
}
@media (max-width: 1536px) {
  .ib_carousel_024 .dataItem .Img {
    width: 120px;
    height: 120px;
  }
  .ib_carousel_024 .dataItem .Img img {
    max-width: 70px;
    max-height: 70px;
  }
}
.ib_carousel_024 .dataItem .Txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
  gap: 5px;
}
@media (max-width: 400px) {
  .ib_carousel_024 .dataItem .Txt {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.ib_carousel_024 .dataItem .title {
  font-size: 20px;
  font-weight: 500;
  color: #222222;
  letter-spacing: 1.1px;
}
@media (max-width: 470px) {
  .ib_carousel_024 .dataItem .title {
    font-size: 18px;
  }
}
@media (max-width: 414px) {
  .ib_carousel_024 .dataItem .title {
    font-size: 16px;
  }
}
.ib_carousel_024 .dataItem .material {
  color: #0096e0;
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 3px;
}
.ib_carousel_024 .dataItem .material span {
  font-size: 70px;
  line-height: 1;
  margin-left: -10px;
}
@media (max-width: 1536px) {
  .ib_carousel_024 .dataItem .material {
    font-size: 40px;
    letter-spacing: 2px;
  }
  .ib_carousel_024 .dataItem .material span {
    font-size: 50px;
    line-height: 1;
    margin-left: -10px;
  }
}
@media (max-width: 960px) {
  .ib_carousel_024 .dataItem .material {
    letter-spacing: 1px;
  }
}
@media (max-width: 470px) {
  .ib_carousel_024 .dataItem .material {
    font-size: 32px;
  }
  .ib_carousel_024 .dataItem .material span {
    font-size: 42px;
  }
}
.ib_carousel_024 .btnBox {
  position: absolute;
  bottom: 55px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 150, 224)), to(rgb(119, 225, 98)));
  background: linear-gradient(90deg, rgb(0, 150, 224) 0%, rgb(119, 225, 98) 100%);
  width: 250px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.ib_carousel_024 .btnBox::after {
  content: "";
  position: absolute;
  opacity: 1;
  display: block;
  width: 300%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 150, 224)), color-stop(35%, rgb(232, 29, 33)), color-stop(35%, rgb(232, 29, 33)), color-stop(50%, rgb(0, 150, 224)), color-stop(60%, rgb(0, 150, 224)), to(rgb(119, 225, 98)));
  background: linear-gradient(90deg, rgb(0, 150, 224) 0%, rgb(232, 29, 33) 35%, rgb(232, 29, 33) 35%, rgb(0, 150, 224) 50%, rgb(0, 150, 224) 60%, rgb(119, 225, 98) 100%);
  border-radius: 10px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 1181px) {
  .ib_carousel_024 .btnBox:hover::after {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.ib_carousel_024 .btnBox a {
  position: relative;
  width: 100%;
  color: #fff;
  padding-right: 80px;
  font-size: 14px;
  font-weight: 400;
}
.ib_carousel_024 .btnBox a::before {
  content: "";
  position: absolute;
  position: absolute;
  display: block;
  right: 60px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 40px;
  background-color: #fff;
}
.ib_carousel_024 .btnBox a::after {
  content: "";
  position: absolute;
  position: absolute;
  display: block;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  border-left: 10px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
@media (min-width: 1181px) {
  .ib_carousel_024 .btnBox a:hover {
    color: #fff;
    background-color: transparent;
  }
}
@media (max-width: 1180px) {
  .ib_carousel_024 .btnBox {
    bottom: auto;
    top: -70px;
  }
}
@media (max-width: 768px) {
  .ib_carousel_024 .btnBox {
    top: -25px;
  }
}
@media (max-width: 480px) {
  .ib_carousel_024 .btnBox {
    top: -15px;
  }
}
.ib_carousel_024:not(.show) .titleBox .title {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.ib_carousel_024:not(.show) .titleBox .text {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.ib_carousel_024.show .titleBox .title {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-animation: showBottom 0.5s ease-in-out forwards;
          animation: showBottom 0.5s ease-in-out forwards;
}
.ib_carousel_024.show .titleBox .text {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-animation: showBottom 0.5s 0.2s ease-in-out forwards;
          animation: showBottom 0.5s 0.2s ease-in-out forwards;
}
.ib_carousel_024 .dataBox:not(.show) {
  opacity: 0;
}
.ib_carousel_024 .dataBox.show {
  opacity: 1;
  -webkit-transition: all 0.5s 0.2s ease-in-out;
  transition: all 0.5s 0.2s ease-in-out;
}

/* home(ib_carousel_033) */
.ib_carousel_033 {
  position: relative;
  z-index: 3;
  padding: 40px 0 100px;
  background: #fff;
}
@media (max-width: 1440px) {
  .ib_carousel_033 {
    padding: 40px 0 60px;
  }
}
@media (max-width: 1280px) {
  .ib_carousel_033 {
    padding: 40px 0 20px;
  }
}
@media (max-width: 768px) {
  .ib_carousel_033 {
    padding: 40px 0 0;
  }
}
.ib_carousel_033 .wrap {
  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;
  max-width: 100%;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0;
}
.ib_carousel_033 .titleBox {
  max-width: 1500px;
  padding: 0 85px;
  text-align: center;
  margin-bottom: 0;
}
@media (max-width: 1180px) {
  .ib_carousel_033 .titleBox {
    padding: 0 30px;
  }
}
@media (max-width: 768px) {
  .ib_carousel_033 .titleBox {
    padding: 0 20px;
  }
}
.ib_carousel_033 .titleBox .title {
  color: #222222;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 2px;
}
@media (max-width: 768px) {
  .ib_carousel_033 .titleBox .title {
    font-size: 34px;
  }
}
@media (max-width: 480px) {
  .ib_carousel_033 .titleBox .title {
    font-size: 30px;
  }
}
.ib_carousel_033 .titleBox .blueText {
  position: relative;
  color: #0096e0;
}
.ib_carousel_033 .titleBox .redLine {
  position: relative;
  color: #0096e0;
}
.ib_carousel_033 .titleBox .redLine::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  border-bottom: 0;
  width: 100%;
  height: 4px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(231, 7, 25)), to(rgba(231, 7, 25, 0)));
  background-image: linear-gradient(to right, rgb(231, 7, 25) 0%, rgba(231, 7, 25, 0) 100%);
}
.ib_carousel_033 .titleBox .text {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.8px;
  line-height: 1.8;
  padding-top: 37px;
}
.ib_carousel_033 .dataBox {
  padding-top: 40px;
}
@media (max-width: 768px) {
  .ib_carousel_033 .dataBox {
    padding-top: 40px;
  }
}
.ib_carousel_033 .dataList {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1181px) {
  .ib_carousel_033 .dataList:hover .item .Img {
    opacity: 0;
  }
  .ib_carousel_033 .dataList:hover .item:not(:hover) .Txt {
    opacity: 0.7;
  }
}
@media (max-width: 960px) {
  .ib_carousel_033 .dataList {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (min-width: 1181px) {
  .ib_carousel_033 .dataItem:hover .bg {
    z-index: -1;
    opacity: 1;
  }
  .ib_carousel_033 .dataItem:hover .Txt {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .ib_carousel_033 .dataItem:hover .Txt .textEditor {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@media (max-width: 960px) {
  .ib_carousel_033 .dataItem {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .ib_carousel_033 .dataItem {
    width: 100%;
  }
}
.ib_carousel_033 .bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.ib_carousel_033 .bg img {
  width: 100%;
  height: 100%;
}
.ib_carousel_033 .item {
  position: relative;
  margin: 0 auto;
  width: 100%;
}
.ib_carousel_033 .item .link {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.ib_carousel_033 .item .Img {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.ib_carousel_033 .item .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  height: 100%;
}
@media (max-width: 960px) {
  .ib_carousel_033 .item .Img img {
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 768px) {
  .ib_carousel_033 .item .Img img {
    height: 300px;
  }
}
.ib_carousel_033 .item .Img::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(27, 75, 119)), to(rgba(27, 75, 119, 0)));
  background-image: linear-gradient(90deg, rgb(27, 75, 119) 0%, rgba(27, 75, 119, 0) 100%);
  opacity: 0.5;
}
.ib_carousel_033 .item .Txt {
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 40px 60px 0px;
  margin-bottom: 28px;
  width: 100%;
  overflow: hidden;
  -webkit-transform: translateY(calc(100% - 135px));
          transform: translateY(calc(100% - 135px));
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  pointer-events: none;
}
.ib_carousel_033 .item .Txt .textBox {
  position: relative;
  padding-right: 60px;
  padding-bottom: 10px;
  margin-bottom: 25px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.ib_carousel_033 .item .Txt .textBox::before {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 1px;
  right: 40px;
  background-color: rgba(255, 255, 255, 0.5);
}
.ib_carousel_033 .item .Txt .title {
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.ib_carousel_033 .item .Txt .subtitle {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.4px;
  color: #fff;
}
.ib_carousel_033 .item .Txt .arrow {
  position: absolute;
  top: 50%;
  right: 0px;
  width: 22px;
  height: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  fill: transparent;
  stroke: #fff;
}
@media (max-width: 1440px) {
  .ib_carousel_033 .item .Txt {
    padding: 40px 20px 0px;
  }
}
.ib_carousel_033 .item .textEditor {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.8px;
  line-height: 1.9;
  color: #fff;
  height: auto;
  -webkit-transition: all 0.5s 0.5s ease-in-out;
  transition: all 0.5s 0.5s ease-in-out;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
}
.ib_carousel_033:not(.show) .titleBox .title {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.ib_carousel_033:not(.show) .dataItem .item {
  opacity: 0;
  scale: 0.9;
}
.ib_carousel_033.show .titleBox .title {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-animation: showBottom 0.5s ease-in-out forwards;
          animation: showBottom 0.5s ease-in-out forwards;
}
.ib_carousel_033.show .dataItem .item {
  opacity: 0;
  scale: 0.9;
  -webkit-animation: showPic 0.4s 0.2s ease-in-out forwards;
          animation: showPic 0.4s 0.2s ease-in-out forwards;
}
.ib_carousel_033.show .dataItem:nth-child(1) .item {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.ib_carousel_033.show .dataItem:nth-child(2) .item {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.ib_carousel_033.show .dataItem:nth-child(3) .item {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.ib_carousel_033.show .dataItem:nth-child(4) .item {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.ib_carousel_033.show .dataItem:nth-child(5) .item {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.ib_carousel_033.show .dataItem:nth-child(6) .item {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

/* home(ib_carousel_021) */
.ib_carousel_021 {
  padding: 50px 0 210px;
}
@media (max-width: 1440px) {
  .ib_carousel_021 {
    padding: 50px 0 80px;
  }
}
@media (max-width: 1280px) {
  .ib_carousel_021 {
    padding: 50px 0 60px;
  }
}
@media (max-width: 480px) {
  .ib_carousel_021 {
    padding: 30px 0 60px;
  }
}
.ib_carousel_021 .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1700px;
  padding-left: 50px;
  padding-right: 0px;
  margin: 0;
  margin-left: auto;
  padding-top: 0;
}
@media (max-width: 768px) {
  .ib_carousel_021 .wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.ib_carousel_021 .titleBox {
  position: relative;
  max-width: 1500px;
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 32px;
  margin-bottom: 32px;
  width: 100%;
  max-width: 410px;
}
@media (max-width: 768px) {
  .ib_carousel_021 .titleBox {
    padding-bottom: 40px;
    margin-bottom: 0px;
  }
}
@media (max-width: 480px) {
  .ib_carousel_021 .titleBox {
    padding-bottom: 30px;
  }
}
.ib_carousel_021 .titleBox::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #bcbcbc;
}
@media (max-width: 1180px) {
  .ib_carousel_021 .titleBox::after {
    display: none;
  }
}
.ib_carousel_021 .titleBox .title {
  color: #222222;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 2px;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: start;
}
@media (max-width: 1180px) {
  .ib_carousel_021 .titleBox .title {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 768px) {
  .ib_carousel_021 .titleBox .title {
    font-size: 34px;
  }
}
@media (max-width: 480px) {
  .ib_carousel_021 .titleBox .title {
    font-size: 30px;
  }
}
.ib_carousel_021 .titleBox .blueText {
  position: relative;
  color: #0096e0;
  margin-bottom: 18px;
}
.ib_carousel_021 .titleBox .redLine {
  position: relative;
  color: #0096e0;
  margin-bottom: 18px;
}
.ib_carousel_021 .titleBox .redLine::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  border-bottom: 0;
  width: 100%;
  height: 4px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(231, 7, 25)), to(rgba(231, 7, 25, 0)));
  background-image: linear-gradient(to right, rgb(231, 7, 25) 0%, rgba(231, 7, 25, 0) 100%);
}
.ib_carousel_021 .titleBox .text {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.8px;
  line-height: 1.8;
  padding-top: 37px;
}
.ib_carousel_021 .leftBox {
  position: relative;
  width: 40%;
  max-width: 615px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ib_carousel_021 .leftBox .integrateTextList {
  width: 100%;
}
.ib_carousel_021 .leftBox .integrateTextList .integrateTextItem {
  width: 100%;
}
.ib_carousel_021 .leftBox .integrateTextList .item {
  width: 100%;
  max-width: 410px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 768px) {
  .ib_carousel_021 .leftBox .integrateTextList .item {
    max-width: 100%;
  }
}
.ib_carousel_021 .leftBox .integrateTextList .mobile {
  position: relative;
  display: none;
  width: 100%;
}
@media (max-width: 768px) {
  .ib_carousel_021 .leftBox .integrateTextList .mobile {
    display: block;
  }
}
.ib_carousel_021 .leftBox .integrateTextList .mobile .Img {
  position: relative;
  overflow: hidden;
}
.ib_carousel_021 .leftBox .integrateTextList .mobile .Img img {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: auto;
  height: 100%;
}
@media (max-width: 1180px) {
  .ib_carousel_021 .leftBox .integrateTextList .mobile .Img img {
    width: 100%;
    height: auto;
  }
}
.ib_carousel_021 .leftBox .integrateTextList .mobile .Img .link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.ib_carousel_021 .leftBox .integrateTextList .mobile .Txt {
  padding: 28px 65px;
  position: absolute;
  bottom: 0;
  z-index: 1;
  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;
  width: 100%;
}
@media (max-width: 480px) {
  .ib_carousel_021 .leftBox .integrateTextList .mobile .Txt {
    padding: 28px 30px;
  }
}
.ib_carousel_021 .leftBox .integrateTextList .mobile .Txt .number {
  overflow: hidden;
}
.ib_carousel_021 .leftBox .integrateTextList .mobile .Txt .number span {
  display: block;
  font-size: 80px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 2px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}
.ib_carousel_021 .leftBox .integrateTextList .mobile .Txt .line {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  margin-bottom: 15px;
}
.ib_carousel_021 .leftBox .integrateTextList .mobile .Txt .title {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 1.2px;
}
.ib_carousel_021 .leftBox .integrateTextList .textBox .title {
  font-size: 24px;
  font-weight: 500;
  color: #222222;
  letter-spacing: 1.2px;
  padding-bottom: 15px;
}
@media (max-width: 768px) {
  .ib_carousel_021 .leftBox .integrateTextList .textBox .title {
    padding: 20px 0;
  }
}
.ib_carousel_021 .leftBox .integrateTextList .textEditor {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  letter-spacing: 0.9px;
  line-height: 1.9;
}
@media (max-width: 860px) {
  .ib_carousel_021 .leftBox .integrateTextList .textEditor {
    padding-bottom: 20px;
  }
}
.ib_carousel_021 .leftBox .controlBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: auto;
  gap: 35px;
}
@media (max-width: 768px) {
  .ib_carousel_021 .leftBox .controlBox {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 450px) {
  .ib_carousel_021 .leftBox .controlBox {
    gap: 10px;
  }
}
@media (max-width: 414px) {
  .ib_carousel_021 .leftBox .controlBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
.ib_carousel_021 .leftBox .controlBox .btnBox {
  position: relative;
  border-radius: 10px;
  width: 250px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
}
@media (max-width: 450px) {
  .ib_carousel_021 .leftBox .controlBox .btnBox {
    width: 200px;
  }
}
.ib_carousel_021 .leftBox .controlBox .btnBox::after {
  content: "";
  position: absolute;
  opacity: 1;
  display: block;
  width: 300%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 150, 224)), color-stop(35%, rgb(232, 29, 33)), color-stop(35%, rgb(232, 29, 33)), color-stop(50%, rgb(0, 150, 224)), color-stop(60%, rgb(0, 150, 224)), to(rgb(119, 225, 98)));
  background: linear-gradient(90deg, rgb(0, 150, 224) 0%, rgb(232, 29, 33) 35%, rgb(232, 29, 33) 35%, rgb(0, 150, 224) 50%, rgb(0, 150, 224) 60%, rgb(119, 225, 98) 100%);
  border-radius: 10px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.ib_carousel_021 .leftBox .controlBox .btnBox a {
  position: relative;
  width: 100%;
  color: #fff;
  padding-right: 80px;
  font-size: 14px;
  font-weight: 400;
}
.ib_carousel_021 .leftBox .controlBox .btnBox a::before {
  content: "";
  position: absolute;
  position: absolute;
  display: block;
  right: 60px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 40px;
  background-color: #fff;
}
.ib_carousel_021 .leftBox .controlBox .btnBox a::after {
  content: "";
  position: absolute;
  position: absolute;
  display: block;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  border-left: 10px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
@media (min-width: 1181px) {
  .ib_carousel_021 .leftBox .controlBox .btnBox a:hover {
    color: #fff;
    background-color: transparent;
  }
  .ib_carousel_021 .leftBox .controlBox .btnBox a:hover::after {
    content: "";
    position: absolute;
    opacity: 1;
  }
}
@media (min-width: 1181px) {
  .ib_carousel_021 .leftBox .controlBox .btnBox:hover::after {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
.ib_carousel_021 .leftBox .controlBox .arrowBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media (max-width: 414px) {
  .ib_carousel_021 .leftBox .controlBox .arrowBox {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
.ib_carousel_021 .leftBox .controlBox .arrow-prev,
.ib_carousel_021 .leftBox .controlBox .arrow-next {
  position: static;
  width: 60px;
  height: 60px;
  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;
  margin: 0;
  border-radius: 10px;
  border: 1px solid #dddddd;
}
.ib_carousel_021 .leftBox .controlBox .arrow-prev .arrow,
.ib_carousel_021 .leftBox .controlBox .arrow-next .arrow {
  width: 15px;
  height: 12px;
  fill: transparent;
  stroke: #000;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (min-width: 1181px) {
  .ib_carousel_021 .leftBox .controlBox .arrow-prev:hover,
  .ib_carousel_021 .leftBox .controlBox .arrow-next:hover {
    border: 1px solid #0096e0;
  }
  .ib_carousel_021 .leftBox .controlBox .arrow-prev:hover .arrow,
  .ib_carousel_021 .leftBox .controlBox .arrow-next:hover .arrow {
    stroke: #0096e0;
  }
}
.ib_carousel_021 .leftBox .controlBox .arrow-prev .arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.ib_carousel_021 .leftBox .numberBox {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100px;
}
.ib_carousel_021 .leftBox .numberBox .currentNumber {
  font-size: 24px;
  font-weight: 700;
  color: #0096e0;
}
.ib_carousel_021 .leftBox .numberBox .line {
  width: 100%;
  height: 1px;
  background-color: #eeeeee;
  margin: 15px 0;
}
.ib_carousel_021 .leftBox .numberBox .totalNumber {
  font-size: 24px;
  font-weight: 700;
  color: #dddddd;
}
@media (max-width: 1180px) {
  .ib_carousel_021 .leftBox .numberBox {
    display: none;
  }
}
@media (max-width: 1366px) {
  .ib_carousel_021 .leftBox {
    width: 45%;
  }
}
@media (max-width: 1280px) {
  .ib_carousel_021 .leftBox {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .ib_carousel_021 .leftBox {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 1180px) {
  .ib_carousel_021 .rightBox {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .ib_carousel_021 .rightBox {
    display: none;
  }
}
.ib_carousel_021 .rightBox .integratePicList {
  width: 1480px;
  margin-left: -20px;
  margin-top: 10px;
}
@media (max-width: 1366px) {
  .ib_carousel_021 .rightBox .integratePicList {
    width: 960px;
  }
}
@media (max-width: 1180px) {
  .ib_carousel_021 .rightBox .integratePicList {
    width: 100%;
    margin-left: 0;
  }
}
.ib_carousel_021 .rightBox .integratePicList .item {
  position: relative;
  padding: 0px 20px;
  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;
}
@media (min-width: 1181px) {
  .ib_carousel_021 .rightBox .integratePicList .item:hover .Txt .number span {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  .ib_carousel_021 .rightBox .integratePicList .item:hover .Img img {
    scale: 1.05;
  }
}
.ib_carousel_021 .rightBox .integratePicList .item .Img {
  position: relative;
  overflow: hidden;
}
.ib_carousel_021 .rightBox .integratePicList .item .Img img {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: auto;
  height: 100%;
}
@media (max-width: 1180px) {
  .ib_carousel_021 .rightBox .integratePicList .item .Img img {
    width: 100%;
    height: auto;
  }
}
.ib_carousel_021 .rightBox .integratePicList .item .Img .link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.ib_carousel_021 .rightBox .integratePicList .item .Txt {
  padding: 28px 65px;
  position: absolute;
  bottom: 0;
  z-index: 1;
  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;
  width: 100%;
}
.ib_carousel_021 .rightBox .integratePicList .item .Txt .number {
  overflow: hidden;
}
.ib_carousel_021 .rightBox .integratePicList .item .Txt .number span {
  display: block;
  font-size: 80px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 2px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}
.ib_carousel_021 .rightBox .integratePicList .item .Txt .line {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  margin-bottom: 15px;
}
.ib_carousel_021 .rightBox .integratePicList .item .Txt .title {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 1.2px;
}
.ib_carousel_021:not(.show) .titleBox {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.ib_carousel_021:not(.show) .Txt .textBox {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.ib_carousel_021:not(.show) .Txt .textEditor {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.ib_carousel_021:not(.show) .controlBox {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.ib_carousel_021:not(.show) .numberBox {
  opacity: 0;
}
.ib_carousel_021:not(.show) .integratePicList .item {
  opacity: 0;
  scale: 0.9;
}
.ib_carousel_021.show .titleBox {
  opacity: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-animation: showBottom 0.5s ease-in-out forwards;
          animation: showBottom 0.5s ease-in-out forwards;
}
.ib_carousel_021.show .Txt .textBox {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-animation: showBottom 0.5s 0.2s ease-in-out forwards;
          animation: showBottom 0.5s 0.2s ease-in-out forwards;
}
.ib_carousel_021.show .Txt .textEditor {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-animation: showBottom 0.5s 0.4s ease-in-out forwards;
          animation: showBottom 0.5s 0.4s ease-in-out forwards;
}
.ib_carousel_021.show .controlBox {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-animation: showBottom 0.5s 0.6s ease-in-out forwards;
          animation: showBottom 0.5s 0.6s ease-in-out forwards;
}
.ib_carousel_021.show .numberBox {
  opacity: 1;
  -webkit-transition: all 0.5s 0.8s ease-in-out;
  transition: all 0.5s 0.8s ease-in-out;
}
.ib_carousel_021.show .integratePicList .item {
  opacity: 0;
  scale: 0.9;
  -webkit-animation: showPic 0.4s 0.4s ease-in-out forwards;
          animation: showPic 0.4s 0.4s ease-in-out forwards;
}

/* home(ib_carousel_015) */
.ib_carousel_015 {
  position: relative;
  padding: 100px 0 90px;
}
@media (max-width: 1280px) {
  .ib_carousel_015 {
    padding: 60px 0 50px;
  }
}
@media (max-width: 1180px) {
  .ib_carousel_015 {
    padding: 60px 0 90px;
  }
}
.ib_carousel_015 .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/advantages_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: -1;
  pointer-events: none;
}
.ib_carousel_015 .wrap {
  position: relative;
  padding-top: 0;
  max-width: 1500px;
}
.ib_carousel_015 .titleBox {
  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;
  padding: 0 85px;
  text-align: center;
}
@media (max-width: 1180px) {
  .ib_carousel_015 .titleBox {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .ib_carousel_015 .titleBox {
    padding: 0;
  }
}
.ib_carousel_015 .titleBox .title {
  display: -ms-flexbox;
  display: flex;
  color: #222222;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 2px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 27px;
}
@media (max-width: 768px) {
  .ib_carousel_015 .titleBox .title {
    font-size: 34px;
  }
}
@media (max-width: 480px) {
  .ib_carousel_015 .titleBox .title {
    font-size: 30px;
  }
}
.ib_carousel_015 .titleBox .blueText {
  position: relative;
  color: #0096e0;
}
.ib_carousel_015 .titleBox .redLine {
  position: relative;
  color: #0096e0;
}
.ib_carousel_015 .titleBox .redLine::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  bottom: -5px;
  border-bottom: 0;
  width: 100%;
  height: 4px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(231, 7, 25)), to(rgba(231, 7, 25, 0)));
  background-image: linear-gradient(to right, rgb(231, 7, 25) 0%, rgba(231, 7, 25, 0) 100%);
}
.ib_carousel_015 .titleBox .text {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 1.8;
  padding-top: 0;
}
.ib_carousel_015 .dataBox {
  position: relative;
  padding: 0 5px;
}
@media (max-width: 1180px) {
  .ib_carousel_015 .dataBox {
    -webkit-transform: translateX(23vw);
            transform: translateX(23vw);
  }
}
@media (max-width: 960px) {
  .ib_carousel_015 .dataBox {
    -webkit-transform: translateX(20vw);
            transform: translateX(20vw);
  }
}
@media (max-width: 860px) {
  .ib_carousel_015 .dataBox {
    -webkit-transform: translateX(15vw);
            transform: translateX(15vw);
  }
}
@media (max-width: 768px) {
  .ib_carousel_015 .dataBox {
    -webkit-transform: translateX(10vw);
            transform: translateX(10vw);
  }
}
@media (max-width: 640px) {
  .ib_carousel_015 .dataBox {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media (max-width: 414px) {
  .ib_carousel_015 .dataBox {
    -webkit-transform: translateX(-15px);
            transform: translateX(-15px);
  }
}
.ib_carousel_015 .bgLine.pc {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 6px;
  z-index: -1;
}
@media (max-width: 1180px) {
  .ib_carousel_015 .bgLine.pc {
    width: 930px;
    top: 0;
    left: 15px;
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: translate(10%, -50%) rotate(90deg);
            transform: translate(10%, -50%) rotate(90deg);
  }
}
@media (max-width: 580px) {
  .ib_carousel_015 .bgLine.pc {
    left: 0px;
  }
}
@media (max-width: 470px) {
  .ib_carousel_015 .bgLine.pc {
    left: -20px;
  }
}
@media (max-width: 414px) {
  .ib_carousel_015 .bgLine.pc {
    left: -33px;
  }
}
.ib_carousel_015 .bgLine.pc .arrow {
  position: absolute;
  width: 40px;
  height: 45px;
  background-image: url("../images/advantages-arrow.png");
}
.ib_carousel_015 .bgLine.pc .arrow.left {
  left: 0;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
  -webkit-animation: leftMove 1s linear infinite;
          animation: leftMove 1s linear infinite;
}
@media (max-width: 1180px) {
  .ib_carousel_015 .bgLine.pc .arrow.left {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
    -webkit-animation: leftMoveMobile 1s linear infinite;
            animation: leftMoveMobile 1s linear infinite;
  }
}
.ib_carousel_015 .bgLine.pc .arrow.right {
  right: 0;
  -webkit-animation: rightMove 1s 0.2s linear infinite;
          animation: rightMove 1s 0.2s linear infinite;
}
@media (max-width: 1180px) {
  .ib_carousel_015 .bgLine.pc .arrow.right {
    right: 0;
    -webkit-animation: rightMoveMobile 1s 0.2s linear infinite;
            animation: rightMoveMobile 1s 0.2s linear infinite;
  }
}
.ib_carousel_015 .bgLine.pc .line-color {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 6px;
}
.ib_carousel_015 .bgLine.pc .line-color .bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
}
.ib_carousel_015 .bgLine.pc .line-color .bg img {
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 1180px) {
  .ib_carousel_015 .bgLine.pc .line-color .bg {
    top: 60%;
  }
}
.ib_carousel_015 .bgLine.pc .first {
  background-image: linear-gradient(to right, transparent 0, transparent 85px, #0068c0 85px, #0068c0 100%);
}
.ib_carousel_015 .bgLine.pc .first::after {
  content: "";
  position: absolute;
  display: block;
  top: 3px;
  right: 0;
  width: 22px;
  height: 22px;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  background-image: url("../images/dots-4.png");
  background-repeat: no-repeat;
  z-index: 1;
}
@media (max-width: 1366px) {
  .ib_carousel_015 .bgLine.pc .first {
    background-image: linear-gradient(to right, transparent 0, transparent 55px, #0068c0 55px, #0068c0 100%);
  }
}
.ib_carousel_015 .bgLine.pc .second {
  background-color: #0ab9d9;
}
.ib_carousel_015 .bgLine.pc .second::after {
  content: "";
  position: absolute;
  display: block;
  top: 3px;
  right: 0;
  width: 22px;
  height: 22px;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  background-image: url("../images/dots-5.png");
  background-repeat: no-repeat;
  z-index: 1;
}
.ib_carousel_015 .bgLine.pc .third {
  background-image: linear-gradient(to right, #114d98 0, #114d98 calc(100% - 85px), transparent calc(100% - 85px), transparent 100%);
}
@media (max-width: 1366px) {
  .ib_carousel_015 .bgLine.pc .third {
    background-image: linear-gradient(to right, #114d98 0, #114d98 calc(100% - 55px), transparent calc(100% - 55px), transparent 100%);
  }
}
.ib_carousel_015 .bgLine.pc .glow {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 30px;
  width: 100px;
  height: 6px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(white), to(transparent));
  background: linear-gradient(to right, transparent, white, transparent);
  opacity: 0.8;
  -webkit-animation: moveGlow 5s linear infinite;
          animation: moveGlow 5s linear infinite;
}
.ib_carousel_015 .advantagesClassList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 420px;
  margin-top: 55px;
}
@media (max-width: 1180px) {
  .ib_carousel_015 .advantagesClassList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: 100%;
  }
}
.ib_carousel_015 .advantagesClassList .advantagesClassItem {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 20px;
  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;
}
@media (max-width: 1180px) {
  .ib_carousel_015 .advantagesClassList .advantagesClassItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 90px 20px;
  }
}
@media (max-width: 580px) {
  .ib_carousel_015 .advantagesClassList .advantagesClassItem {
    padding: 90px 5px;
  }
}
.ib_carousel_015 .advantagesClassList .advantagesClassItem:nth-child(1) .classleft {
  width: 10px;
  height: 40px;
  background-color: #fff;
  border-left: 3px solid #0068c0;
}
@media (max-width: 1180px) {
  .ib_carousel_015 .advantagesClassList .advantagesClassItem:nth-child(1) .classleft {
    width: 25px;
    height: 10px;
    border-left: none;
    border-top: 3px solid #0068c0;
  }
}
.ib_carousel_015 .advantagesClassList .advantagesClassItem:nth-child(1) .classTitle {
  background-color: #0068c0;
}
.ib_carousel_015 .advantagesClassList .advantagesClassItem:nth-child(1) .classTitle::before {
  content: "";
  position: absolute;
  left: -10px;
  border-left: 3px solid #0068c0;
}
.ib_carousel_015 .advantagesClassList .advantagesClassItem:nth-child(1) .classTitle::after {
  content: "";
  position: absolute;
  right: -10px;
  border-right: 3px solid #0068c0;
}
.ib_carousel_015 .advantagesClassList .advantagesClassItem:nth-child(1) .classTitle .glowBox {
  left: -100%;
}
.ib_carousel_015 .advantagesClassList .advantagesClassItem:nth-child(1) .classright {
  width: 10px;
  height: 40px;
  background-color: #fff;
  border-right: 3px solid #0068c0;
}
@media (max-width: 1180px) {
  .ib_carousel_015 .advantagesClassList .advantagesClassItem:nth-child(1) .classright {
    width: 25px;
    height: 10px;
    border-right: none;
    border-bottom: 3px solid #0068c0;
  }
}
.ib_carousel_015 .advantagesClassList .advantagesClassItem:nth-child(2) .classleft {
  width: 10px;
  height: 40px;
  background-color: #fff;
  border-left: 3px solid #0ab9d9;
}
@media (max-width: 1180px) {
  .ib_carousel_015 .advantagesClassList .advantagesClassItem:nth-child(2) .classleft {
    width: 25px;
    height: 10px;
    border-left: none;
    border-top: 3px solid #0ab9d9;
  }
}
.ib_carousel_015 .advantagesClassList .advantagesClassItem:nth-child(2) .classTitle {
  background-color: #0ab9d9;
}
.ib_carousel_015 .advantagesClassList .advantagesClassItem:nth-child(2) .classTitle::before {
  content: "";
  position: absolute;
  left: -10px;
  border-left: 3px solid #0ab9d9;
}
.ib_carousel_015 .advantagesClassList .advantagesClassItem:nth-child(2) .classTitle::after {
  content: "";
  position: absolute;
  right: -10px;
  border-right: 3px solid #0ab9d9;
}
.ib_carousel_015 .advantagesClassList .advantagesClassItem:nth-child(2) .classTitle .glowBox {
  left: -400%;
}
.ib_carousel_015 .advantagesClassList .advantagesClassItem:nth-child(2) .classright {
  width: 10px;
  height: 40px;
  background-color: #fff;
  border-right: 3px solid #0ab9d9;
}
@media (max-width: 1180px) {
  .ib_carousel_015 .advantagesClassList .advantagesClassItem:nth-child(2) .classright {
    width: 25px;
    height: 10px;
    border-right: none;
    border-bottom: 3px solid #0ab9d9;
  }
}
.ib_carousel_015 .advantagesClassList .advantagesClassItem:nth-child(3) .classleft {
  width: 10px;
  height: 40px;
  background-color: #fff;
  border-left: 3px solid #114d98;
}
@media (max-width: 1180px) {
  .ib_carousel_015 .advantagesClassList .advantagesClassItem:nth-child(3) .classleft {
    width: 25px;
    height: 10px;
    border-left: none;
    border-top: 3px solid #114d98;
  }
}
.ib_carousel_015 .advantagesClassList .advantagesClassItem:nth-child(3) .classTitle {
  background-color: #114d98;
}
.ib_carousel_015 .advantagesClassList .advantagesClassItem:nth-child(3) .classTitle::before {
  content: "";
  position: absolute;
  left: -10px;
  border-left: 3px solid #114d98;
}
.ib_carousel_015 .advantagesClassList .advantagesClassItem:nth-child(3) .classTitle::after {
  content: "";
  position: absolute;
  right: -10px;
  border-right: 3px solid #114d98;
}
.ib_carousel_015 .advantagesClassList .advantagesClassItem:nth-child(3) .classTitle .glowBox {
  left: -700%;
}
.ib_carousel_015 .advantagesClassList .advantagesClassItem:nth-child(3) .classright {
  width: 10px;
  height: 40px;
  background-color: #fff;
  border-right: 3px solid #114d98;
}
@media (max-width: 1180px) {
  .ib_carousel_015 .advantagesClassList .advantagesClassItem:nth-child(3) .classright {
    width: 25px;
    height: 10px;
    border-right: none;
    border-bottom: 3px solid #114d98;
  }
}
.ib_carousel_015 .advantagesClassList .classTitle {
  position: relative;
  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;
  width: 165px;
  height: 110px;
  border-radius: 10px;
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  overflow: hidden;
  text-align: center;
}
@media (max-width: 470px) {
  .ib_carousel_015 .advantagesClassList .classTitle {
    width: 125px;
  }
}
@media (max-width: 414px) {
  .ib_carousel_015 .advantagesClassList .classTitle {
    width: 100px;
    font-size: 18px;
  }
}
.ib_carousel_015 .advantagesClassList .classTitle .glowBox {
  position: absolute;
  width: 900%;
  height: 100%;
}
.ib_carousel_015 .advantagesClassList .classTitle .glowBox .glow {
  position: absolute;
  z-index: 5;
  top: 0;
  width: 100px;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(white), to(transparent));
  background: linear-gradient(to right, transparent, white, transparent);
  opacity: 0.3;
  -webkit-animation: moveGlowBig 5s linear infinite;
          animation: moveGlowBig 5s linear infinite;
}
.ib_carousel_015 .advantagesList {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.ib_carousel_015 .advantagesList .advantagesItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.ib_carousel_015 .advantagesList .item {
  pointer-events: none;
  position: absolute;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 270px;
}
@media (max-width: 414px) {
  .ib_carousel_015 .advantagesList .item {
    width: 200px;
  }
}
@media (max-width: 380px) {
  .ib_carousel_015 .advantagesList .item {
    width: 180px;
  }
}
@media (max-width: 340px) {
  .ib_carousel_015 .advantagesList .item {
    width: 150px;
  }
}
@media (min-width: 1181px) {
  .ib_carousel_015 .advantagesList .item:hover .Txt {
    border: 1px solid #0096e0;
  }
  .ib_carousel_015 .advantagesList .item:hover .title {
    color: #0096e0;
  }
}
.ib_carousel_015 .advantagesList .Txt {
  pointer-events: all;
  position: relative;
  padding: 10px 50px 10px 30px;
  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;
  max-width: 270px;
  border-radius: 99px;
  background-color: #fff;
  -webkit-box-shadow: 1.486px 1.338px 37px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 1.486px 1.338px 37px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid transparent;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
.ib_carousel_015 .advantagesList .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1.4px;
  color: #222222;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.ib_carousel_015 .advantagesList .plus {
  position: absolute;
  right: 10px;
  font-size: 24px;
  font-weight: 700;
  color: #0096e0;
}
.ib_carousel_015 .advantagesClassItem:nth-child(1) .advantagesItem {
  position: absolute;
  width: 100%;
  height: 100%;
}
.ib_carousel_015 .advantagesClassItem:nth-child(1) .advantagesItem:nth-child(1) .item {
  left: 85px;
  top: 50%;
  height: 120px;
  border-left: 3px solid #0196e0;
}
.ib_carousel_015 .advantagesClassItem:nth-child(1) .advantagesItem:nth-child(1) .item::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: -1.5px;
  width: 28px;
  height: 28px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url("../images/dots-1.svg");
  background-repeat: no-repeat;
}
.ib_carousel_015 .advantagesClassItem:nth-child(1) .advantagesItem:nth-child(1) .item .Txt {
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}
@media (max-width: 1366px) {
  .ib_carousel_015 .advantagesClassItem:nth-child(1) .advantagesItem:nth-child(1) .item {
    left: 55px;
  }
}
@media (max-width: 1180px) {
  .ib_carousel_015 .advantagesClassItem:nth-child(1) .advantagesItem:nth-child(1) .item {
    border-left: none;
    border-top: none;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #0196e0), color-stop(50%, transparent));
    background-image: linear-gradient(to right, #0196e0 50%, transparent 50%);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 100% 3px;
    left: 50%;
    top: 50px;
    height: auto;
    -webkit-transform: translate(1.5px, 0);
            transform: translate(1.5px, 0);
  }
  .ib_carousel_015 .advantagesClassItem:nth-child(1) .advantagesItem:nth-child(1) .item .Txt {
    -webkit-transform: translate(60%, -50%);
            transform: translate(60%, -50%);
  }
}
@media (max-width: 580px) {
  .ib_carousel_015 .advantagesClassItem:nth-child(1) .advantagesItem:nth-child(1) .item .Txt {
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
  }
}
@media (max-width: 414px) {
  .ib_carousel_015 .advantagesClassItem:nth-child(1) .advantagesItem:nth-child(1) .item .Txt {
    -webkit-transform: translate(25%, -50%);
            transform: translate(25%, -50%);
  }
}
.ib_carousel_015 .advantagesClassItem:nth-child(1) .advantagesItem:nth-child(2) .item {
  left: 50%;
  bottom: 50%;
  height: 120px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  border-left: 3px solid #0196e0;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #0196e0), color-stop(50%, transparent));
  background-image: linear-gradient(to right, #0196e0 50%, transparent 50%);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100% 3px;
}
.ib_carousel_015 .advantagesClassItem:nth-child(1) .advantagesItem:nth-child(2) .item::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: -1.5px;
  width: 28px;
  height: 28px;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  background-image: url("../images/dots-1.svg");
  background-repeat: no-repeat;
}
.ib_carousel_015 .advantagesClassItem:nth-child(1) .advantagesItem:nth-child(2) .item::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: -1.5px;
  width: 28px;
  height: 28px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url("../images/dots-1.svg");
  background-repeat: no-repeat;
}
.ib_carousel_015 .advantagesClassItem:nth-child(1) .advantagesItem:nth-child(2) .item .Txt {
  -webkit-transform: translate(25%, calc(-100% - 16px));
          transform: translate(25%, calc(-100% - 16px));
}
@media (max-width: 1180px) {
  .ib_carousel_015 .advantagesClassItem:nth-child(1) .advantagesItem:nth-child(2) .item {
    border-left: none;
    border-top: none;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #0196e0), color-stop(50%, transparent));
    background-image: linear-gradient(to right, #0196e0 50%, transparent 50%);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 100% 3px;
    left: 100%;
    top: 50%;
    height: 3px;
    -webkit-transform: translate(-20px, 0);
            transform: translate(-20px, 0);
  }
  .ib_carousel_015 .advantagesClassItem:nth-child(1) .advantagesItem:nth-child(2) .item .Txt {
    -webkit-transform: translate(50%, 0);
            transform: translate(50%, 0);
  }
  .ib_carousel_015 .advantagesClassItem:nth-child(1) .advantagesItem:nth-child(2) .item::before {
    display: none;
  }
}
@media (max-width: 580px) {
  .ib_carousel_015 .advantagesClassItem:nth-child(1) .advantagesItem:nth-child(2) .item {
    left: calc(100% + 20px);
  }
  .ib_carousel_015 .advantagesClassItem:nth-child(1) .advantagesItem:nth-child(2) .item .Txt {
    -webkit-transform: translate(15%, 0%);
            transform: translate(15%, 0%);
  }
}
.ib_carousel_015 .advantagesClassItem:nth-child(1) .advantagesItem:nth-child(3) .item {
  left: 50%;
  top: 50%;
  height: 120px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  border-right: 3px solid #0196e0;
}
.ib_carousel_015 .advantagesClassItem:nth-child(1) .advantagesItem:nth-child(3) .item::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: -1.5px;
  width: 28px;
  height: 28px;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  background-image: url("../images/dots-1.svg");
  background-repeat: no-repeat;
}
.ib_carousel_015 .advantagesClassItem:nth-child(1) .advantagesItem:nth-child(3) .item .Txt {
  -webkit-transform: translate(100%, 100%);
          transform: translate(100%, 100%);
}
@media (max-width: 1180px) {
  .ib_carousel_015 .advantagesClassItem:nth-child(1) .advantagesItem:nth-child(3) .item {
    border-left: none;
    border-top: none;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #0196e0), color-stop(50%, transparent));
    background-image: linear-gradient(to right, #0196e0 50%, transparent 50%);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 100% 3px;
    border-right: none;
    left: 50%;
    top: calc(100% - 50px);
    height: 3px;
    -webkit-transform: translate(1.5px, 0);
            transform: translate(1.5px, 0);
  }
  .ib_carousel_015 .advantagesClassItem:nth-child(1) .advantagesItem:nth-child(3) .item .Txt {
    -webkit-transform: translate(60%, 0%);
            transform: translate(60%, 0%);
  }
  .ib_carousel_015 .advantagesClassItem:nth-child(1) .advantagesItem:nth-child(3) .item::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: -1.5px;
    width: 28px;
    height: 28px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-image: url("../images/dots-1.svg");
    background-repeat: no-repeat;
  }
}
@media (max-width: 580px) {
  .ib_carousel_015 .advantagesClassItem:nth-child(1) .advantagesItem:nth-child(3) .item .Txt {
    -webkit-transform: translate(50%, 0%);
            transform: translate(50%, 0%);
  }
}
@media (max-width: 414px) {
  .ib_carousel_015 .advantagesClassItem:nth-child(1) .advantagesItem:nth-child(3) .item .Txt {
    -webkit-transform: translate(25%, 0%);
            transform: translate(25%, 0%);
  }
}
.ib_carousel_015 .advantagesClassItem:nth-child(2) .advantagesItem {
  position: absolute;
  width: 100%;
  height: 100%;
}
.ib_carousel_015 .advantagesClassItem:nth-child(2) .advantagesItem:nth-child(1) .item {
  left: 85px;
  bottom: 50%;
  height: 120px;
  border-left: 3px solid #0ab9d9;
}
.ib_carousel_015 .advantagesClassItem:nth-child(2) .advantagesItem:nth-child(1) .item::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: -1.5px;
  width: 28px;
  height: 28px;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  background-image: url("../images/dots-2.svg");
  background-repeat: no-repeat;
}
.ib_carousel_015 .advantagesClassItem:nth-child(2) .advantagesItem:nth-child(1) .item .Txt {
  -webkit-transform: translate(-50%, calc(-100% - 12px));
          transform: translate(-50%, calc(-100% - 12px));
}
@media (max-width: 1280px) {
  .ib_carousel_015 .advantagesClassItem:nth-child(2) .advantagesItem:nth-child(1) .item {
    left: 65px;
  }
}
@media (max-width: 1180px) {
  .ib_carousel_015 .advantagesClassItem:nth-child(2) .advantagesItem:nth-child(1) .item {
    border-left: none;
    border-top: none;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #0ab9d9), color-stop(50%, transparent));
    background-image: linear-gradient(to right, #0ab9d9 50%, transparent 50%);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 100% 3px;
    left: 50%;
    top: 50px;
    height: 3px;
    -webkit-transform: translate(1.5px, 0);
            transform: translate(1.5px, 0);
  }
  .ib_carousel_015 .advantagesClassItem:nth-child(2) .advantagesItem:nth-child(1) .item .Txt {
    -webkit-transform: translate(60%, 0%);
            transform: translate(60%, 0%);
  }
  .ib_carousel_015 .advantagesClassItem:nth-child(2) .advantagesItem:nth-child(1) .item::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: -1.5px;
    width: 28px;
    height: 28px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-image: url("../images/dots-2.svg");
    background-repeat: no-repeat;
  }
}
@media (max-width: 580px) {
  .ib_carousel_015 .advantagesClassItem:nth-child(2) .advantagesItem:nth-child(1) .item .Txt {
    -webkit-transform: translate(50%, 0%);
            transform: translate(50%, 0%);
  }
}
@media (max-width: 414px) {
  .ib_carousel_015 .advantagesClassItem:nth-child(2) .advantagesItem:nth-child(1) .item .Txt {
    -webkit-transform: translate(25%, 0%);
            transform: translate(25%, 0%);
  }
}
.ib_carousel_015 .advantagesClassItem:nth-child(2) .advantagesItem:nth-child(2) .item {
  left: 50%;
  top: 50%;
  height: 110px;
  -webkit-transform: translate(0, 50%);
          transform: translate(0, 50%);
  border-left: 3px solid #0ab9d9;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #0ab9d9), color-stop(50%, transparent));
  background-image: linear-gradient(to right, #0ab9d9 50%, transparent 50%);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 100% 3px;
}
.ib_carousel_015 .advantagesClassItem:nth-child(2) .advantagesItem:nth-child(2) .item::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: -1.5px;
  width: 28px;
  height: 28px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url("../images/dots-2.svg");
  background-repeat: no-repeat;
}
.ib_carousel_015 .advantagesClassItem:nth-child(2) .advantagesItem:nth-child(2) .item::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: -1.5px;
  width: 28px;
  height: 28px;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  background-image: url("../images/dots-2.svg");
  background-repeat: no-repeat;
}
.ib_carousel_015 .advantagesClassItem:nth-child(2) .advantagesItem:nth-child(2) .item .Txt {
  -webkit-transform: translate(50%, calc(100% + 9px));
          transform: translate(50%, calc(100% + 9px));
}
@media (max-width: 1180px) {
  .ib_carousel_015 .advantagesClassItem:nth-child(2) .advantagesItem:nth-child(2) .item {
    border-top: none;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #0ab9d9), color-stop(50%, transparent));
    background-image: linear-gradient(to right, #0ab9d9 50%, transparent 50%);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 100% 3px;
    border-bottom: none;
    border-left: none;
    left: 100%;
    top: 50%;
    height: 3px;
    -webkit-transform: translate(-20px, 0);
            transform: translate(-20px, 0);
  }
  .ib_carousel_015 .advantagesClassItem:nth-child(2) .advantagesItem:nth-child(2) .item .Txt {
    -webkit-transform: translate(75%, 0%);
            transform: translate(75%, 0%);
  }
  .ib_carousel_015 .advantagesClassItem:nth-child(2) .advantagesItem:nth-child(2) .item::after {
    display: none;
  }
}
@media (max-width: 580px) {
  .ib_carousel_015 .advantagesClassItem:nth-child(2) .advantagesItem:nth-child(2) .item {
    left: calc(100% + 20px);
  }
  .ib_carousel_015 .advantagesClassItem:nth-child(2) .advantagesItem:nth-child(2) .item .Txt {
    -webkit-transform: translate(15%, 0%);
            transform: translate(15%, 0%);
  }
}
.ib_carousel_015 .advantagesClassItem:nth-child(2) .advantagesItem:nth-child(3) .item {
  left: 50%;
  bottom: 50%;
  height: 120px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  border-right: 3px solid #0ab9d9;
}
.ib_carousel_015 .advantagesClassItem:nth-child(2) .advantagesItem:nth-child(3) .item::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  right: -1.5px;
  width: 28px;
  height: 28px;
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
  background-image: url("../images/dots-2.svg");
  background-repeat: no-repeat;
}
.ib_carousel_015 .advantagesClassItem:nth-child(2) .advantagesItem:nth-child(3) .item .Txt {
  -webkit-transform: translate(175%, calc(-100% - 12px));
          transform: translate(175%, calc(-100% - 12px));
}
@media (max-width: 1280px) {
  .ib_carousel_015 .advantagesClassItem:nth-child(2) .advantagesItem:nth-child(3) .item {
    right: -20px;
  }
}
@media (max-width: 1180px) {
  .ib_carousel_015 .advantagesClassItem:nth-child(2) .advantagesItem:nth-child(3) .item {
    border-left: none;
    border-top: none;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #0ab9d9), color-stop(50%, transparent));
    background-image: linear-gradient(to right, #0ab9d9 50%, transparent 50%);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 100% 3px;
    border-right: none;
    left: 50%;
    top: calc(100% - 50px);
    height: 3px;
    -webkit-transform: translate(1.5px, 0);
            transform: translate(1.5px, 0);
  }
  .ib_carousel_015 .advantagesClassItem:nth-child(2) .advantagesItem:nth-child(3) .item .Txt {
    -webkit-transform: translate(50%, 0%);
            transform: translate(50%, 0%);
  }
  .ib_carousel_015 .advantagesClassItem:nth-child(2) .advantagesItem:nth-child(3) .item::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: -1.5px;
    width: 28px;
    height: 28px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-image: url("../images/dots-2.svg");
    background-repeat: no-repeat;
  }
}
@media (max-width: 580px) {
  .ib_carousel_015 .advantagesClassItem:nth-child(2) .advantagesItem:nth-child(3) .item .Txt {
    -webkit-transform: translate(50%, 0%);
            transform: translate(50%, 0%);
  }
}
@media (max-width: 414px) {
  .ib_carousel_015 .advantagesClassItem:nth-child(2) .advantagesItem:nth-child(3) .item .Txt {
    -webkit-transform: translate(25%, 0%);
            transform: translate(25%, 0%);
  }
}
.ib_carousel_015 .advantagesClassItem:nth-child(3) .advantagesItem {
  position: absolute;
  width: 100%;
  height: 100%;
}
.ib_carousel_015 .advantagesClassItem:nth-child(3) .advantagesItem:nth-child(1) .item {
  left: 85px;
  top: 50%;
  height: 120px;
  border-left: 3px solid #114d98;
}
.ib_carousel_015 .advantagesClassItem:nth-child(3) .advantagesItem:nth-child(1) .item::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 28px;
  height: 28px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url("../images/dots-3.svg");
  background-repeat: no-repeat;
}
.ib_carousel_015 .advantagesClassItem:nth-child(3) .advantagesItem:nth-child(1) .item .Txt {
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}
@media (max-width: 1280px) {
  .ib_carousel_015 .advantagesClassItem:nth-child(3) .advantagesItem:nth-child(1) .item {
    left: 65px;
  }
}
@media (max-width: 1180px) {
  .ib_carousel_015 .advantagesClassItem:nth-child(3) .advantagesItem:nth-child(1) .item {
    border-left: none;
    border-top: none;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(60%, #114d98), color-stop(60%, transparent));
    background-image: linear-gradient(to right, #114d98 60%, transparent 60%);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 100% 3px;
    left: 50%;
    top: 50px;
    height: 3px;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .ib_carousel_015 .advantagesClassItem:nth-child(3) .advantagesItem:nth-child(1) .item .Txt {
    -webkit-transform: translate(60%, 0%);
            transform: translate(60%, 0%);
  }
  .ib_carousel_015 .advantagesClassItem:nth-child(3) .advantagesItem:nth-child(1) .item::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: -15px;
    width: 28px;
    height: 28px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    background-image: url("../images/dots-3.svg");
    background-repeat: no-repeat;
  }
}
@media (max-width: 580px) {
  .ib_carousel_015 .advantagesClassItem:nth-child(3) .advantagesItem:nth-child(1) .item .Txt {
    -webkit-transform: translate(75%, 0%);
            transform: translate(75%, 0%);
  }
}
@media (max-width: 414px) {
  .ib_carousel_015 .advantagesClassItem:nth-child(3) .advantagesItem:nth-child(1) .item .Txt {
    -webkit-transform: translate(25%, 0%);
            transform: translate(25%, 0%);
  }
}
.ib_carousel_015 .advantagesClassItem:nth-child(3) .advantagesItem:nth-child(2) .item {
  left: 50%;
  bottom: 50%;
  height: 110px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  border-left: 3px solid #114d98;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #114d98), color-stop(50%, transparent));
  background-image: linear-gradient(to right, #114d98 50%, transparent 50%);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100% 3px;
}
.ib_carousel_015 .advantagesClassItem:nth-child(3) .advantagesItem:nth-child(2) .item::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: -1.5px;
  width: 28px;
  height: 28px;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  background-image: url("../images/dots-3.svg");
  background-repeat: no-repeat;
}
.ib_carousel_015 .advantagesClassItem:nth-child(3) .advantagesItem:nth-child(2) .item::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: -1.5px;
  width: 28px;
  height: 28px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url("../images/dots-3.svg");
  background-repeat: no-repeat;
}
.ib_carousel_015 .advantagesClassItem:nth-child(3) .advantagesItem:nth-child(2) .item .Txt {
  -webkit-transform: translate(50%, calc(-100% + 10px));
          transform: translate(50%, calc(-100% + 10px));
}
@media (max-width: 1180px) {
  .ib_carousel_015 .advantagesClassItem:nth-child(3) .advantagesItem:nth-child(2) .item {
    border-left: none;
    border-top: none;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #114d98), color-stop(50%, transparent));
    background-image: linear-gradient(to right, #114d98 50%, transparent 50%);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 100% 3px;
    left: 100%;
    top: 50%;
    height: 3px;
    -webkit-transform: translate(-20px, 0);
            transform: translate(-20px, 0);
  }
  .ib_carousel_015 .advantagesClassItem:nth-child(3) .advantagesItem:nth-child(2) .item .Txt {
    -webkit-transform: translate(60%, 0);
            transform: translate(60%, 0);
  }
  .ib_carousel_015 .advantagesClassItem:nth-child(3) .advantagesItem:nth-child(2) .item::before {
    display: none;
  }
}
@media (max-width: 580px) {
  .ib_carousel_015 .advantagesClassItem:nth-child(3) .advantagesItem:nth-child(2) .item {
    left: calc(100% + 20px);
  }
  .ib_carousel_015 .advantagesClassItem:nth-child(3) .advantagesItem:nth-child(2) .item .Txt {
    -webkit-transform: translate(15%, 0%);
            transform: translate(15%, 0%);
  }
}
.ib_carousel_015 .advantagesClassItem:nth-child(3) .advantagesItem:nth-child(3) .item {
  right: -15%;
  top: 50%;
  height: 120px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  border-right: 3px solid #114d98;
}
.ib_carousel_015 .advantagesClassItem:nth-child(3) .advantagesItem:nth-child(3) .item::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  width: 28px;
  height: 28px;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  background-image: url("../images/dots-3.svg");
  background-repeat: no-repeat;
}
.ib_carousel_015 .advantagesClassItem:nth-child(3) .advantagesItem:nth-child(3) .item .Txt {
  -webkit-transform: translate(100%, 100%);
          transform: translate(100%, 100%);
}
@media (max-width: 1366px) {
  .ib_carousel_015 .advantagesClassItem:nth-child(3) .advantagesItem:nth-child(3) .item {
    right: -85px;
  }
}
@media (max-width: 1180px) {
  .ib_carousel_015 .advantagesClassItem:nth-child(3) .advantagesItem:nth-child(3) .item {
    border-left: none;
    border-top: none;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(60%, #114d98), color-stop(60%, transparent));
    background-image: linear-gradient(to right, #114d98 60%, transparent 60%);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 100% 3px;
    border-right: none;
    left: 50%;
    top: calc(100% - 50px);
    height: 3px;
    -webkit-transform: translate(1.5px, 0);
            transform: translate(1.5px, 0);
  }
  .ib_carousel_015 .advantagesClassItem:nth-child(3) .advantagesItem:nth-child(3) .item .Txt {
    -webkit-transform: translate(80%, 0%);
            transform: translate(80%, 0%);
  }
  .ib_carousel_015 .advantagesClassItem:nth-child(3) .advantagesItem:nth-child(3) .item::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: -1.5px;
    width: 28px;
    height: 28px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-image: url("../images/dots-3.svg");
    background-repeat: no-repeat;
  }
}
@media (max-width: 580px) {
  .ib_carousel_015 .advantagesClassItem:nth-child(3) .advantagesItem:nth-child(3) .item .Txt {
    -webkit-transform: translate(75%, 0%);
            transform: translate(75%, 0%);
  }
}
@media (max-width: 414px) {
  .ib_carousel_015 .advantagesClassItem:nth-child(3) .advantagesItem:nth-child(3) .item .Txt {
    -webkit-transform: translate(25%, 0%);
            transform: translate(25%, 0%);
  }
}
.ib_carousel_015 .advantagesLightBox {
  position: fixed;
  opacity: 0;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 997;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  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_015 .advantagesLightBox.show {
  opacity: 1;
  pointer-events: all;
}
.ib_carousel_015 .advantagesLightBox .bgColor {
  position: absolute;
  z-index: 997;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.ib_carousel_015 .advantagesLightBox .closeBtn {
  position: absolute;
  z-index: 999;
  right: 45px;
  top: 20px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.ib_carousel_015 .advantagesLightBox .closeBtn::before {
  content: "";
  position: absolute;
  display: block;
  right: 0;
  top: 30px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 30px;
  height: 3px;
  background-color: #0096e0;
}
.ib_carousel_015 .advantagesLightBox .closeBtn::after {
  content: "";
  position: absolute;
  display: block;
  right: 0;
  top: 30px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 30px;
  height: 3px;
  background-color: #0096e0;
}
.ib_carousel_015 .advantagesLightBox .contentBox {
  position: absolute;
  z-index: 998;
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  max-width: 450px;
  padding: 65px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.ib_carousel_015 .advantagesLightBox .contentBox .title {
  font-size: 22px;
  font-weight: 500;
}
.ib_carousel_015 .advantagesLightBox .contentBox .text {
  font-size: 16px;
  color: #666666;
}
.ib_carousel_015:not(.show) .titleBox .title {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.ib_carousel_015:not(.show) .titleBox .text {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.ib_carousel_015:not(.show) .bgLine.pc {
  opacity: 0;
}
.ib_carousel_015:not(.show) .bgLine.pc .bg {
  opacity: 0;
}
.ib_carousel_015:not(.show) .advantagesClassList .advantagesClassItem {
  opacity: 0;
  scale: 0.9;
}
.ib_carousel_015.show .titleBox .title {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-animation: showBottom 0.5s ease-in-out forwards;
          animation: showBottom 0.5s ease-in-out forwards;
}
.ib_carousel_015.show .titleBox .text {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-animation: showBottom 0.5s 0.2s ease-in-out forwards;
          animation: showBottom 0.5s 0.2s ease-in-out forwards;
}
.ib_carousel_015.show .bgLine.pc {
  opacity: 1;
  -webkit-transition: all 0.5s 0.2s ease-in-out;
  transition: all 0.5s 0.2s ease-in-out;
}
.ib_carousel_015.show .bgLine.pc .bg {
  opacity: 1;
  -webkit-transition: all 0.5s 0.4s ease-in-out;
  transition: all 0.5s 0.4s ease-in-out;
}
.ib_carousel_015.show .advantagesClassList .advantagesClassItem {
  opacity: 0;
  scale: 0.9;
  -webkit-animation: showPic 0.4s 0.4s ease-in-out forwards;
          animation: showPic 0.4s 0.4s ease-in-out forwards;
}
.ib_carousel_015.show .advantagesClassList .advantagesClassItem:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.ib_carousel_015.show .advantagesClassList .advantagesClassItem:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.ib_carousel_015.show .advantagesClassList .advantagesClassItem:nth-child(3) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.ib_carousel_015.show .advantagesClassList .advantagesClassItem:nth-child(4) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.ib_carousel_015.show .advantagesClassList .advantagesClassItem:nth-child(5) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.ib_carousel_015.show .advantagesClassList .advantagesClassItem:nth-child(6) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}